@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* font

font-family: "Sawarabi Mincho";
font-family: 'Zen Maru Gothic', serif;
font-family: 'Mochiy Pop One', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: "Shippori Mincho", serif;
font-family: "M PLUS 1p", sans-serif;
*/
/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-align: justify;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 15.625vw;
  line-height: 1.5;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 4.6153846154vw;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  p {
    font-size: 4.6153846154vw;
  }
  p br {
    display: none;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

h1 img {
  width: 11.9791666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h1 img {
    width: 29.4871794872vw;
  }
}

h2 {
  font-size: 3.125vw;
  text-align: center;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 {
    font-size: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
  }
}

h3 {
  color: #0c9ee0;
  font-size: 2.0833333333vw;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}

h4 {
  font-size: 1.5625vw;
  font-weight: bold;
  border-left: 0.5208333333vw solid #0c9ee0;
  padding-left: 1.0416666667vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h4 {
    font-size: 4.8717948718vw;
    border-left: 1.9230769231vw solid #0c9ee0;
    padding-left: 2.5641025641vw;
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
  }
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    display: block;
  }
}

.inner {
  width: 66.6666666667vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 95%;
  }
}

.pankuzu {
  justify-content: flex-start;
  gap: 1.0416666667vw;
  font-weight: bold;
  margin-top: 12.5vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .pankuzu {
    margin-top: 30.7692307692vw;
    margin-bottom: 7.6923076923vw;
    display: flex;
  }
}
.pankuzu a {
  font-weight: normal;
  color: #0006ff;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
/* header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    height: auto;
    max-height: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
header .headflex {
  width: 100%;
  height: 6.25vw;
  z-index: 1000;
  align-items: center;
  padding-left: 5.2083333333vw;
  position: relative;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex {
    height: 15.3846153846vw;
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
  }
}
header .headflex nav {
  width: 60%;
}
header .headflex nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.0833333333vw;
}
header .headflex nav ul a {
  font-size: 1.0416666667vw;
}
header .headflex nav ul a:hover {
  text-decoration: underline;
}
header .headflex nav ul .contact {
  width: auto;
  height: 6.25vw;
  gap: 1.5625vw;
  padding: 0.5208333333vw 1.5625vw;
  color: #fff;
  background-color: rgba(3, 117, 170, 0.6);
}
header .headflex nav ul .contact div {
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9375vw;
}
header .headflex nav ul .contact .tel {
  font-size: 1.25vw;
  font-weight: bold;
}
header .headflex #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex nav {
    width: 100%;
    height: 0;
    z-index: 1000;
    position: fixed;
    top: 12.8205128205vw;
    left: 0;
    transform: translate(0, 0);
    transition: 0.3s;
    overflow: hidden;
    padding-top: 0;
  }
  header .headflex nav ul {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5641025641vw;
    position: relative;
  }
  header .headflex nav ul li {
    width: 100%;
  }
  header .headflex nav ul li a {
    color: #000;
    font-size: 4.6153846154vw;
    font-weight: bold;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0vw 2.5641025641vw;
    display: inline-block;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  header .headflex nav ul li a {
    margin: 2.5641025641vw 0;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex nav ul .sp_invoice {
    text-align: center;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex nav ul .contact {
    width: 100%;
    height: auto;
    padding: 1.2820512821vw 3.8461538462vw;
    color: #fff;
    background-color: rgba(3, 117, 170, 0.6);
  }
  header .headflex nav ul .contact div {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.3076923077vw;
  }
  header .headflex nav ul .contact .tel {
    font-size: 5.3846153846vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex nav .flexbox {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex nav.open {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(193, 215, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex #hamburger,
header .headflex #hamburger div {
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex #hamburger {
    width: 6.4102564103vw;
    height: 5.641025641vw;
    display: inline-block;
    position: fixed;
    top: 5.7692307692vw;
    right: 5.1282051282vw;
    z-index: 1001;
  }
  header .headflex #hamburger div {
    width: 100%;
    height: 0.7692307692vw;
    position: absolute;
    left: 0;
    background-color: #0006ff;
    display: inline-block;
    box-sizing: border-box;
  }
  header .headflex #hamburger div:nth-of-type(1) {
    top: 0.5128205128vw;
    left: 0;
  }
  header .headflex #hamburger div:nth-of-type(2) {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header .headflex #hamburger div:nth-of-type(3) {
    bottom: 0.5128205128vw;
    left: 0;
  }
  header .headflex #hamburger.active div {
    background-color: #189ea0;
  }
  header .headflex #hamburger.active div:nth-of-type(1) {
    transform: translateY(2.5641025641vw) rotate(-320deg);
  }
  header .headflex #hamburger.active div:nth-of-type(2) {
    opacity: 0;
  }
  header .headflex #hamburger.active div:nth-of-type(3) {
    transform: translateY(-1.2820512821vw) rotate(320deg);
  }
}
header .headflex .invoice {
  width: 100%;
  position: absolute;
  bottom: -2.8645833333vw;
  right: 0;
  color: #000;
  padding: 0.5208333333vw 1.0416666667vw;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headflex .invoice {
    display: none;
  }
}
header .appoint {
  position: absolute;
  top: 35%;
  left: 5.2083333333vw;
  color: #fff;
  font-size: 2.5vw;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .appoint {
    width: 100%;
    height: 60vh;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .appoint br {
    display: block;
  }
  header .appoint span {
    font-size: 4.8717948718vw;
  }
}
header .add {
  color: #fff;
  position: absolute;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
  bottom: 1.5625vw;
  right: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .add p {
    font-size: 3.8461538462vw;
    text-align: right;
  }
}

/* footer */
footer {
  width: 100%;
  margin-top: 12.5vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    margin-top: 30.7692307692vw;
    z-index: 0;
  }
}
footer .flexbox {
  width: 100%;
  justify-content: space-between;
}
footer .flexbox div {
  width: 50%;
  min-height: 31.25vw;
  background-color: #0c9ee0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox div {
    width: 100%;
    min-height: none;
  }
}
footer .flexbox div iframe {
  width: 100%;
  min-height: 31.25vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox div iframe {
    height: 50vh;
  }
}
footer .flexbox .leftbox {
  padding-top: 6.25vw;
  padding-left: 11.4583333333vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox .leftbox {
    padding: 25.641025641vw 1.2820512821vw;
  }
}
footer .flexbox .leftbox address {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox .leftbox address {
    margin-top: 10.2564102564vw;
  }
}
footer .flexbox .leftbox p {
  color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox .leftbox p {
    margin-top: 2.5641025641vw;
    text-align: center;
    font-size: 4.8717948718vw;
  }
  footer .flexbox .leftbox p br {
    display: block;
  }
}
footer .flexbox .leftbox p:last-of-type {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .flexbox .leftbox p:last-of-type {
    margin-top: 5.1282051282vw;
  }
}
footer small {
  width: 100%;
  margin: 2.0833333333vw auto 0;
  padding-bottom: 2.0833333333vw;
  text-align: center;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    margin: 5.1282051282vw auto 0;
    padding-bottom: 5.1282051282vw;
  }
}

/* main */
.headbg {
  width: 100%;
  height: 30.2083333333vw;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .headbg {
    height: 60vh;
  }
}

main {
  height: auto;
  margin-top: 6.25vw;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main {
    margin-top: 0vw;
  }
}
main section {
  margin: 0 0 8.3333333333vw 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main section {
    margin-bottom: 20.5128205128vw;
  }
}

.main_index {
  padding-top: 30.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .main_index {
    padding-top: 60vh;
  }
}

.aboutas {
  width: 100%;
  padding-top: 14.5833333333vw;
  padding-bottom: 14.5833333333vw;
  margin-top: 8.3333333333vw;
  margin-bottom: 0;
  background-image: url(../img/aboutbg.jpg);
  background-position: top;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .aboutas {
    height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7.6923076923vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/aboutbg_sp.jpg);
    background-position: center;
  }
}
.aboutas h3 {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .aboutas h3 {
    margin-bottom: 15.3846153846vw;
  }
}
.aboutas p {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .aboutas p {
    margin-bottom: 5.1282051282vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
.aboutas a {
  font-size: 1.8229166667vw;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  padding: 1.3020833333vw 5.2083333333vw;
  background-color: #fff;
  line-height: 1;
  border-radius: 3.125vw;
  color: #ff0000;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .aboutas a {
    font-size: 4.4871794872vw;
    padding: 3.2051282051vw 12.8205128205vw;
    border-radius: 7.6923076923vw;
  }
}
.aboutas a::hover {
  opacity: 0.4;
  background-color: #6a6565;
}

.lpgas {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
  margin-top: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .lpgas {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.lpgas .lp_img {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .lpgas .lp_img {
    margin-bottom: 10.2564102564vw;
    display: flex;
    gap: 3.8461538462vw;
    flex-direction: column;
  }
}
.lpgas .lp_img div {
  width: 31.25vw;
  height: auto;
  border-radius: 1.5625vw;
  background-color: #e7f9ed;
  padding-top: 3.6458333333vw;
  padding-bottom: 3.6458333333vw;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .lpgas .lp_img div {
    width: 100%;
    display: flex;
    padding-top: 8.9743589744vw;
    padding-bottom: 8.9743589744vw;
  }
}
.lpgas .lp_img div p {
  margin-bottom: 1.5625vw;
  font-size: 1.4583333333vw;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .lpgas .lp_img div p {
    margin-bottom: 10.2564102564vw;
    font-size: 4.8717948718vw;
  }
}
.lpgas .lp_img div img {
  height: 7.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .lpgas .lp_img div img {
    width: 51.2820512821vw;
    height: auto;
  }
}
.lpgas p {
  margin-bottom: 1.5625vw;
}
.lpgas a {
  color: #0006ff;
  text-decoration: underline;
}

/*　about */
.company {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
    margin-top: 3.8461538462vw;
  }
}
.company ul {
  border-top: 1px solid #0006ff;
  border-bottom: 1px solid #0006ff;
  padding: 3.125vw;
  margin-bottom: 6.25vw;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company ul {
    padding: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
  }
}
.company ul li {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company ul li {
    display: block;
  }
}
.company ul li p {
  width: 45.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company ul li p {
    width: 100%;
    display: block;
  }
}
.company ul li p:first-child {
  width: 9.375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company ul li p:first-child {
    width: 100%;
    font-size: 5.3846153846vw;
    font-weight: bold;
    color: #0006ff;
  }
}
.company .Business_form {
  padding: 1.5625vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company .Business_form {
    padding: 3.8461538462vw;
  }
}
.company .Business_form div {
  width: 31.25vw;
  min-height: 10.4166666667vw;
  padding-top: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company .Business_form div {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
}
.company .Business_form div .title {
  font-size: 1.5625vw;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .company .Business_form div .title {
    font-size: 5.3846153846vw;
    color: #0006ff;
  }
}

#lp_2 .inner {
  padding-left: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 .inner {
    padding-left: 0;
  }
}
#lp_2 h4 {
  margin-bottom: 3.125vw;
  margin-left: -1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 h4 {
    margin-bottom: 7.6923076923vw;
    margin-left: 0;
  }
}
#lp_2 p {
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 p {
    margin-top: 7.6923076923vw;
  }
}
#lp_2 iframe {
  width: 38.5416666667vw;
  height: 21.875vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 iframe {
    width: 100%;
    height: auto;
    margin-top: 15.3846153846vw;
  }
}
#lp_2 .lp_tel {
  font-size: 1.0416666667vw;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.125vw;
  gap: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 .lp_tel {
    font-size: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
}
#lp_2 .lp_tel .tel {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 .lp_tel .tel {
    font-size: 5.3846153846vw;
  }
}
#lp_2 .lp_tel p {
  margin-top: 0;
}
#lp_2 .mt {
  margin-top: 6.25vw;
}
#lp_2 .mt .flexbox {
  margin-top: 3.125vw;
}
#lp_2 .mt .flexbox iframe {
  width: 31.25vw;
}
#lp_2 .mt .flexbox img {
  width: 26.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 .mt {
    margin-top: 15.3846153846vw;
  }
  #lp_2 .mt .flexbox {
    display: block;
    margin-top: 3.8461538462vw;
  }
  #lp_2 .mt .flexbox iframe {
    width: 100%;
    margin-top: 0;
  }
  #lp_2 .mt .flexbox img {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
}
#lp_2 .lp_meter {
  margin-top: 4.1666666667vw;
  justify-content: flex-start;
  gap: 1.5625vw;
}
#lp_2 .lp_meter img {
  width: auto;
  height: 14.0625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #lp_2 .lp_meter {
    margin-top: 10.2564102564vw;
    display: block;
  }
  #lp_2 .lp_meter img {
    width: 100%;
    height: auto;
    margin-top: 2.5641025641vw;
  }
}

.message {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .message {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
    margin-top: 3.8461538462vw;
  }
}
.message div {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .message div {
    gap: 7.6923076923vw;
  }
}
.message div p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .message div p {
    font-size: 5.3846153846vw;
  }
}

#link ul {
  justify-content: center;
  gap: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #link ul {
    display: flex;
    flex-direction: column;
    gap: 20.5128205128vw;
    text-align: center;
    font-weight: bold;
  }
}
#link ul a:hover {
  color: #0006ff;
  text-decoration: underline;
}

/*　共有　*/
.bold {
  font-weight: bold;
}

.red {
  color: #d10000;
}

.black {
  color: #000;
}

.blue {
  color: #0006ff;
}

.bgblue {
  background-color: #0c9ee0;
}

.faintly_bgblue {
  background-color: #f6f9ff;
}

.roundedbox {
  border-radius: 1.5625vw;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .roundedbox {
    border-radius: 3.8461538462vw;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
}

.bgwhite {
  background-color: #fff;
}

/* animation_delay */
.delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

/* animation */
@-webkit-keyframes bound {
  0% {
    transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(1.5625vw);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(1.5625vw);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.animated {
  -webkit-animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.animated {
  -webkit-animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.slideleft {
  opacity: 0;
  transform: translateX(-1.0416666667vw);
}

.slideleft.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}

.slideright {
  opacity: 0;
  transform: translateX(1.0416666667vw);
}

.slideright.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}
/*# sourceMappingURL=style.css.map */