@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #FFFEFA
}
.header.scroll-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  min-height: 140px;
  max-height: 140px
}
@media only screen and (max-width: 1600px) {
  .header__inner {
    min-height: 8.75vw;
    max-height: 8.75vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    display: block;
    min-height: auto;
    max-height: 100%
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px
  }
}
.header__logo {
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1600px) {
  .header__logo {
    padding: 0 1.875vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    padding: 0
  }
}
.header__logo img {
  height: 60px
}
@media only screen and (max-width: 1600px) {
  .header__logo img {
    height: 3.75vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__logo img {
    height: 40px
  }
}
@media only screen and (max-width: 767px) {
  .header__logo-link {
    display: block;
    line-height: 1
  }
}
.header__toggle {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ED8A8A
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.header__hamburger {
  width: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0
}
.header__hamburger:focus {
  outline: none
}
.header__hamburger span {
  display: block;
  position: absolute;
  border-bottom: 1px solid #FFFEFA;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  -webkit-transition: all .35s cubic-bezier(.65, .05, .36, 1);
  transition: all .35s cubic-bezier(.65, .05, .36, 1)
}
.header__hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1);
  transition: top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1);
  transition: transform .35s cubic-bezier(.65, .05, .36, 1), top .2s .2s ease, opacity .1s .2s ease;
  transition: transform .35s cubic-bezier(.65, .05, .36, 1), top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1)
}
.header__hamburger span:nth-child(2), .header__hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: width .2s ease, -webkit-transform .35s .2s cubic-bezier(.65, .05, .36, 1);
  transition: width .2s ease, -webkit-transform .35s .2s cubic-bezier(.65, .05, .36, 1);
  transition: transform .35s .2s cubic-bezier(.65, .05, .36, 1), width .2s ease;
  transition: transform .35s .2s cubic-bezier(.65, .05, .36, 1), width .2s ease, -webkit-transform .35s .2s cubic-bezier(.65, .05, .36, 1)
}
.header__hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1);
  transition: top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1);
  transition: transform .35s cubic-bezier(.65, .05, .36, 1), top .2s .2s ease, opacity .1s .2s ease;
  transition: transform .35s cubic-bezier(.65, .05, .36, 1), top .2s .2s ease, opacity .1s .2s ease, -webkit-transform .35s cubic-bezier(.65, .05, .36, 1)
}
.header__hamburger.is-active span {
  border-color: #fffefa
}
.header__hamburger.is-active span:nth-child(1), .header__hamburger.is-active span:nth-child(4) {
  top: 10px;
  width: 0%;
  opacity: 0;
  left: 50%;
  -webkit-transition: top .2s ease, opacity .1s ease, left .2s ease;
  transition: top .2s ease, opacity .1s ease, left .2s ease
}
.header__hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff
}
.header__group {
  padding: 0 0 0 30px
}
@media only screen and (max-width: 1600px) {
  .header__group {
    padding: 0 0 0 1.875vw;
    max-width: 77.125vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__group {
    width: 100%;
    padding: 0;
    max-width: 100%
  }
}
.header-contact {
  background: #FBF2E7;
  border-bottom: 1px solid #F2C1B1;
  border-radius: 0 0 0 10px;
  padding: 0 30px 0 35px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1600px) {
  .header-contact {
    min-height: 3.125vw;
    padding: 0 1.875vw 0 2.1875vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-contact {
    min-height: 55px;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 0
  }
  .header-contact:after {
    content: "\3068\3054\9023\7d61\304f\3060\3055\3044";
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #c44f4f;
    font-size: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media only screen and (max-width: 374px) {
  .header-contact:after {
    font-size: 3.2085561497vw
  }
}
.header-contact__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}
@media only screen and (max-width: 1600px) {
  .header-contact__list {
    gap: .625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-contact__list {
    display: block
  }
}
.header-contact__item {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .03em;
  color: #c44f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.7rem;
  white-space: nowrap
}
@media only screen and (max-width: 1600px) {
  .header-contact__item {
    font-size: 1.0625vw;
    gap: .625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-contact__item {
    gap: 10px;
    font-size: 1.2rem;
    letter-spacing: 0
  }
  .header-contact__item:last-child {
    display: none
  }
  .header-contact__item + .header-contact__item {
    margin-top: 5px
  }
}
@media only screen and (max-width: 374px) {
  .header-contact__item {
    font-size: 3.2085561497vw
  }
}
.header-contact__item:has(.is-phone) .header-contact__label:after {
  display: none
}
.header-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media only screen and (max-width: 1600px) {
  .header-contact__label {
    gap: .625vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.header-contact__label:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: url(../img/common/icon/ic_dashed.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .header-contact__label:after {
    width: .1875vw;
    height: .9375vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-contact__label:after {
    width: 2px;
    height: 10px
  }
}
@media only screen and (max-width: 1024px) {
  .header-contact__label {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media only screen and (max-width: 374px) {
  .header-contact__label {
    width: 26.7379679144vw
  }
}
.header-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1024px) {
  .header-contact__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0;
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
  }
}
.header-contact__link.is-phone {
  margin-left: 15px;
  gap: 25px;
  font-family: Poppins, sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 1600px) {
  .header-contact__link.is-phone {
    font-size: 1.6875vw;
    gap: 1.5625vw;
    margin-left: .9375vw
  }
}
.header-contact__link.is-phone:before {
  content: "";
  display: block;
  width: 31px;
  height: 16px;
  background: url(../img/common/icon/ic_arrow.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .header-contact__link.is-phone:before {
    width: 1.9375vw
  }
}
.header-contact__link.is-phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media only screen and (max-width: 1600px) {
  .header-contact__link.is-phone span {
    gap: .625vw
  }
}
.header-contact__link.is-phone span:before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(../img/common/icon/ic_phone.svg) no-repeat center/contain;
  position: relative;
  top: -1px
}
@media only screen and (max-width: 1600px) {
  .header-contact__link.is-phone span:before {
    width: 1vw;
    height: 1.25vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 0;
    margin: 0;
    -webkit-transition: right .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: right .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), right .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), right .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    z-index: 200;
    gap: 0;
    overflow-y: auto
  }
  .header-nav.is-active {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    height: calc(100vh - 120px)
  }
}
.header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.header-nav__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 0 auto;
  padding: 25px 30px 25px 0;
  list-style: none;
  width: 100%
}
@media only screen and (max-width: 1600px) {
  .header-nav__list {
    gap: 1.875vw;
    padding: 1.5625vw 1.875vw 1.5625vw 0
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 40px 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FAF1E1), to(#FAF1E1));
    background: -webkit-linear-gradient(bottom, #FAF1E1, #FAF1E1);
    background: linear-gradient(0deg, #FAF1E1, #FAF1E1)
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav__item {
    width: 100%;
    padding: 25px 5px;
    border-bottom: 1px solid #F3DED6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px
  }
  .header-nav__item:first-child {
    padding-top: 0
  }
  .header-nav__item:nth-last-child(3) {
    padding-bottom: 0;
    border-bottom: none
  }
  .header-nav__item:last-child, .header-nav__item:nth-last-child(2) {
    display: none
  }
  .header-nav__item:after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F0A69D url(../img/common/icon/ic_arrow-white.svg) no-repeat top 7px left 10px/6px 12px;
    position: relative;
    right: -5px
  }
}
.header-nav__link {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .03em;
  color: #383838;
  white-space: nowrap;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}
@media only screen and (max-width: 1600px) {
  .header-nav__link {
    font-size: 1.0625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav__link {
    font-size: 1.7rem;
    letter-spacing: .06em
  }
}
@media only screen and (min-width: 768px) {
  .header-nav__link:hover {
    color: #c44f4f;
    opacity: 1
  }
}
.header-nav__link.is-instagram {
  display: block;
  width: 30px;
  height: 30px
}
@media only screen and (max-width: 1600px) {
  .header-nav__link.is-instagram {
    width: 1.875vw;
    height: 1.875vw
  }
}
.header-nav__link.is-instagram img {
  width: 100%;
  height: 100%
}
.header-nav__link.is-line {
  background: #79B29F;
  border-radius: 55px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #fff;
  letter-spacing: .06em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  padding: 3px 0 5px
}
@media only screen and (min-width: 768px) {
  .header-nav__link.is-line:hover {
    background: #609986
  }
}
@media only screen and (max-width: 1600px) {
  .header-nav__link.is-line {
    width: 13.125vw;
    padding: .1875vw 0 .3125vw;
    font-size: 1.5vw
  }
}
.header-nav__contact {
  background: #FFFEFA;
  padding: 40px 20px;
  display: none
}
@media only screen and (max-width: 1024px) {
  .header-nav__contact {
    display: block
  }
}
.header-nav__row + .header-nav__row {
  margin-top: 30px
}
.header-nav__label {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 10px
}
.header-nav__label.is-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
.header-nav__label.is-booking:before, .header-nav__label.is-booking:after {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  background: url(../img/common/icon/ic_exclamation.svg) no-repeat center/contain;
  position: relative;
  top: 0
}
.header-nav__label.is-booking:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.header-nav__booking {
  background: #79B29F;
  -webkit-box-shadow: 0px 5px 4px rgba(237, 217, 213, .75);
  box-shadow: 0 5px 4px #edd9d5bf;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 15px 45px;
  gap: 25px;
  max-width: 290px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: .06em;
  color: #fffefa;
  margin: 0 auto
}
@media only screen and (max-width: 390px) {
  .header-nav__booking {
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 11.5384615385vw;
    max-width: 89.7435897436vw;
    gap: 6.4102564103vw;
    font-size: 5.3846153846vw;
    border-radius: 38.4615384615vw
  }
}
.header-nav__booking span {
  margin-top: -8px;
  margin-bottom: -2px
}
@media only screen and (max-width: 390px) {
  .header-nav__booking span {
    margin-top: -2.0512820513vw;
    margin-bottom: -.5128205128vw
  }
}
.header-nav__booking span span {
  position: relative
}
.header-nav__booking span span:nth-child(1) {
  font-size: 4.2rem;
  font-family: Poppins, sans-serif;
  font-weight: 500
}
@media only screen and (max-width: 390px) {
  .header-nav__booking span span:nth-child(1) {
    font-size: 10.7692307692vw
  }
}
.header-nav__booking span span:nth-child(1):after {
  bottom: 1px
}
@media only screen and (max-width: 390px) {
  .header-nav__booking span span:nth-child(1):after {
    bottom: .2564102564vw
  }
}
.header-nav__booking span span:nth-child(2):after {
  bottom: -7px
}
@media only screen and (max-width: 390px) {
  .header-nav__booking span span:nth-child(2):after {
    bottom: -1.7948717949vw
  }
}
.header-nav__booking span span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #FFFEFA
}
@media only screen and (max-width: 390px) {
  .header-nav__booking span span:after {
    width: 1.2820512821vw;
    height: 1.2820512821vw
  }
}
.header-nav__booking:after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FFFEFA url(../img/common/icon/ic_arrow-green.svg) no-repeat top 15px left 20px/9px 15px
}
@media only screen and (max-width: 390px) {
  .header-nav__booking:after {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    background: #FFFEFA url(../img/common/icon/ic_arrow-green.svg) no-repeat top 3.8461538462vw left 5.1282051282vw/2.3076923077vw 3.8461538462vw
  }
}
.header-nav__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap
}
@media only screen and (max-width: 390px) {
  .header-nav__phone {
    font-size: 10.7692307692vw;
    gap: 2.5641025641vw;
    letter-spacing: .0051282051vw
  }
}
.header-nav__phone:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/18px 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 390px) {
  .header-nav__phone:before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/4.6153846154vw 5.8974358974vw
  }
}
.floating-menu {
  display: none
}
@media only screen and (max-width: 767px) {
  .floating-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FFFEFA;
    -webkit-box-shadow: 0px -1px 4px #EDD9D5;
    box-shadow: 0 -1px 4px #edd9d5;
    z-index: 999
  }
}
.floating-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}
@media only screen and (max-width: 374px) {
  .floating-menu__list {
    gap: 2.6737967914vw
  }
}
.floating-menu__item {
  width: calc((100% - 20px) / 3)
}
@media only screen and (max-width: 374px) {
  .floating-menu__item {
    width: calc((100% - 2.6737967914vw) / 3)
  }
}
.floating-menu__link {
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media only screen and (max-width: 374px) {
  .floating-menu__link {
    font-size: 4.2780748663vw;
    gap: 1.3368983957vw
  }
}
.floating-menu__link img {
  width: 20px;
  height: 20px
}
@media only screen and (max-width: 374px) {
  .floating-menu__link img {
    width: 5.3475935829vw;
    height: 5.3475935829vw
  }
}
.floating-menu__link.is-phone {
  border-color: #c44f4f;
  color: #c44f4f;
  -webkit-box-shadow: 0px 1px 0px #C44F4F;
  box-shadow: 0 1px #c44f4f
}
.floating-menu__link.is-line {
  border-color: #71a996;
  color: #71a996;
  -webkit-box-shadow: 0px 1px 0px #71A996;
  box-shadow: 0 1px #71a996
}
.floating-menu__link.is-time {
  border-color: #e97979;
  color: #e97979;
  -webkit-box-shadow: 0px 1px 0px #E97979;
  box-shadow: 0 1px #e97979
}
.ft-contact {
  position: relative;
  padding: 7.5vw 0 0
}
@media only screen and (max-width: 767px) {
  .ft-contact {
    padding: 16vw 0 0
  }
}
.ft-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/common/contact-box_frame.svg) no-repeat center top/100%
}
@media only screen and (max-width: 767px) {
  .ft-contact:before {
    height: 16vw
  }
}
.ft-contact__wrap {
  padding: 180px 0 90px;
  background: url(../img/common/ft-contact_bg.jpg) no-repeat center/cover;
  margin-top: -7.5vw
}
@media only screen and (max-width: 767px) {
  .ft-contact__wrap {
    padding: 90px 0 45px;
    background: url(../img/common/ft-contact_bg--sp.jpg) no-repeat center/cover;
    margin-top: -16vw
  }
}
.ft-contact__inner {
  max-width: 960px;
  margin: 0 auto
}
.ft-contact .title01 {
  margin-bottom: 40px
}
.ft-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .ft-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 465px;
    margin: 0 auto
  }
}
.ft-contact__box {
  width: calc(50% - 15px);
  background: #FFFEFA;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width: 767px) {
  .ft-contact__box {
    width: 100%;
    padding: 20px;
    min-height: 147px
  }
}
.ft-contact__label {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 15px
}
@media only screen and (max-width: 960px) {
  .ft-contact__label {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__label {
    font-size: 2rem;
    margin-bottom: 15px
  }
}
.ft-contact__label.is-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media only screen and (max-width: 960px) {
  .ft-contact__label.is-booking {
    gap: 1.5625vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__label.is-booking {
    gap: 15px
  }
}
.ft-contact__label.is-booking:before, .ft-contact__label.is-booking:after {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  background: url(../img/common/icon/ic_exclamation.svg) no-repeat center/contain;
  position: relative;
  top: 0
}
@media only screen and (max-width: 960px) {
  .ft-contact__label.is-booking:before, .ft-contact__label.is-booking:after {
    width: 1.4583333333vw;
    height: 2.1875vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__label.is-booking:before, .ft-contact__label.is-booking:after {
    width: 14px;
    height: 21px
  }
}
.ft-contact__label.is-booking:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.ft-contact__booking {
  background: #79B29F;
  -webkit-box-shadow: 0px 5px 4px rgba(237, 217, 213, .75);
  box-shadow: 0 5px 4px #edd9d5bf;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 15px 45px;
  gap: 25px;
  max-width: 290px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: .06em;
  color: #fffefa;
  margin: 0 auto
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking {
    padding: 1.5625vw 1.5625vw 1.5625vw 4.6875vw;
    max-width: 30.2083333333vw;
    gap: 2.6041666667vw;
    font-size: 2.1875vw;
    border-radius: 15.625vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking {
    padding: 15px 15px 15px 30px;
    max-width: 255px;
    width: calc(100% - 40px);
    gap: 15px;
    font-size: 2rem;
    border-radius: 150px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking {
    padding: 4.0106951872vw 4.0106951872vw 4.0106951872vw 8.0213903743vw;
    gap: 2.6737967914vw;
    font-size: 4.5454545455vw;
    border-radius: 40.1069518717vw
  }
}
@media only screen and (min-width: 768px) {
  .ft-contact__booking:hover {
    opacity: 1;
    background: #609986
  }
  .ft-contact__booking:hover:after {
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 0/auto 45px
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .ft-contact__booking:hover:after {
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 0/auto 4.6875vw
  }
}
.ft-contact__booking span {
  margin-top: -8px;
  margin-bottom: -2px
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking span {
    margin-top: -.8333333333vw;
    margin-bottom: -.2083333333vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking span {
    margin-top: -8px;
    margin-bottom: -2px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking span {
    margin-top: -2.1390374332vw;
    margin-bottom: -.5347593583vw
  }
}
.ft-contact__booking span span {
  position: relative
}
.ft-contact__booking span span:nth-child(1) {
  font-size: 4.2rem;
  font-family: Poppins, sans-serif;
  font-weight: 500
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking span span:nth-child(1) {
    font-size: 4.375vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking span span:nth-child(1) {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking span span:nth-child(1) {
    font-size: 10.1604278075vw
  }
}
.ft-contact__booking span span:nth-child(1):after {
  bottom: 1px
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking span span:nth-child(1):after {
    bottom: .1041666667vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking span span:nth-child(1):after {
    bottom: 1px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking span span:nth-child(1):after {
    bottom: .2673796791vw
  }
}
.ft-contact__booking span span:nth-child(2):after {
  bottom: -7px
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking span span:nth-child(2):after {
    bottom: -.7291666667vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking span span:nth-child(2):after {
    bottom: -7px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking span span:nth-child(2):after {
    bottom: -1.871657754vw
  }
}
.ft-contact__booking span span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #FFFEFA;
  display: block
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking span span:after {
    width: .5208333333vw;
    height: .5208333333vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking span span:after {
    width: 5px;
    height: 5px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking span span:after {
    width: 1.3368983957vw;
    height: 1.3368983957vw
  }
}
.ft-contact__booking:after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 25%/auto 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (max-width: 960px) {
  .ft-contact__booking:after {
    width: 4.6875vw;
    height: 4.6875vw;
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 25%/auto 4.6875vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__booking:after {
    width: 40px;
    height: 40px;
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 25%/auto 40px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__booking:after {
    width: 10.6951871658vw;
    height: 10.6951871658vw;
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 25%/auto 10.6951871658vw
  }
}
.ft-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 960px) {
  .ft-contact__phone {
    font-size: 4.8958333333vw;
    gap: 1.0416666667vw;
    letter-spacing: .0020833333vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__phone {
    font-size: 3.5rem;
    gap: 10px;
    letter-spacing: .0051282051vw
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__phone {
    font-size: 9.3582887701vw;
    letter-spacing: .0053475936vw
  }
}
.ft-contact__phone:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/20px 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 960px) {
  .ft-contact__phone:before {
    width: 4.6875vw;
    height: 4.6875vw;
    background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/2.0833333333vw 2.6041666667vw
  }
}
@media only screen and (max-width: 767px) {
  .ft-contact__phone:before {
    width: 40px;
    height: 40px;
    background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/18px 23px
  }
}
@media only screen and (max-width: 374px) {
  .ft-contact__phone:before {
    width: 12.0320855615vw;
    height: 12.0320855615vw;
    background: #79B29F url(../img/common/icon/ic_phone-white.svg) no-repeat center/5.3475935829vw 6.6844919786vw
  }
}
.footer {
  padding: 60px 0
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 30px
  }
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.footer-info__workingTime, .footer-info__address {
  width: calc(50% - 30px)
}
@media only screen and (max-width: 767px) {
  .footer-info__workingTime, .footer-info__address {
    width: 100%
  }
}
.footer-info__workingTime {
  position: relative
}
.footer-info__workingTime .btn {
  position: absolute;
  bottom: 6px;
  left: 3px;
  min-width: auto
}
@media only screen and (max-width: 1180px) {
  .footer-info__workingTime .btn {
    bottom: .5084745763vw;
    left: .2542372881vw
  }
}
@media only screen and (max-width: 767px) {
  .footer-info__workingTime .btn {
    left: auto;
    right: .5333333333vw;
    bottom: 1.3333333333vw
  }
}
.footer-info__workingTime .btn a {
  width: 135px;
  height: 35px;
  z-index: 1;
  font-size: 1.9rem;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .06em;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFEFA;
  border: 2px solid #F0A69D;
  -webkit-box-shadow: 0px 3px 3px rgba(237, 217, 213, .4);
  box-shadow: 0 3px 3px #edd9d566;
  border-radius: 70px
}
@media only screen and (max-width: 1180px) {
  .footer-info__workingTime .btn a {
    width: 11.4406779661vw;
    height: 2.9661016949vw;
    font-size: 1.6101694915vw;
    border-radius: 5.9322033898vw
  }
}
@media only screen and (max-width: 767px) {
  .footer-info__workingTime .btn a {
    width: 24.2666666667vw;
    height: 8.1333333333vw;
    font-size: 3.0666666667vw
  }
}
.footer-info__workingTime .btn a:after {
  width: 20px;
  height: 20px;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 20px;
  right: -9px
}
@media only screen and (max-width: 1180px) {
  .footer-info__workingTime .btn a:after {
    width: 1.6949152542vw;
    height: 1.6949152542vw;
    right: -.7627118644vw;
    background-size: auto 1.6949152542vw !important
  }
}
@media only screen and (max-width: 767px) {
  .footer-info__workingTime .btn a:after {
    width: 3.2vw;
    height: 3.2vw;
    right: -1.2vw;
    background-size: auto 3.2vw !important
  }
}
@media only screen and (min-width: 768px) {
  .footer-info__workingTime .btn a:hover:after {
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 50%/auto 20px
  }
}
.footer-info__address iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px
}
@media only screen and (max-width: 767px) {
  .footer-info__address iframe {
    border-radius: 15px;
    height: 250px
  }
}
.footer-nav {
  margin-top: 60px;
  border-top: 1px solid #F5DFDF
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 30px
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .footer-nav__list {
    padding: 30px 0;
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.footer-nav__item {
  position: relative
}
@media only screen and (max-width: 767px) {
  .footer-nav__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    text-align: center;
    max-width: calc(50% - 15px)
  }
}
.footer-nav__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -24px;
  width: 3px;
  height: 15px;
  background: url(../img/common/icon/ic_dashed-pink.svg) no-repeat center/contain
}
@media only screen and (max-width: 1180px) {
  .footer-nav__item:not(:last-child):after {
    top: calc(50% + .2604166667vw);
    right: -2.8813559322vw;
    width: .2542372881vw;
    height: 1.2711864407vw
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__item:not(:last-child):after {
    top: 50%;
    right: -16.5px;
    width: 3px;
    height: 15px
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__item:nth-child(3n):after {
    display: none
  }
}
@media only screen and (max-width: 639px) {
  .footer-nav__item:nth-child(3n):after {
    display: block
  }
}
@media only screen and (max-width: 639px) {
  .footer-nav__item:nth-child(2n):after {
    display: none
  }
}
.footer-nav__link {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .06em;
  font-family: Zen Maru Gothic, sans-serif
}
@media only screen and (max-width: 1180px) {
  .footer-nav__link {
    font-size: 1.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__link {
    font-size: 1.7rem;
    letter-spacing: .03em
  }
}
@media only screen and (max-width: 374px) {
  .footer-nav__link {
    font-size: 4.5454545455vw
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav__link:hover {
    opacity: 1;
    color: #c44f4f
  }
}
.footer-copyright {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .03em;
  color: #b5b5b5;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 1.2rem
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1
}
.breadcrumb ul li a, .breadcrumb ul li span {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  color: #998f8f
}
.breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.breadcrumb ul li a:after {
  content: "/";
  display: block;
  margin: 0 10px;
  position: relative;
  font-family: Zen Maru Gothic, sans-serif;
  line-height: 1.4666666667;
  font-size: 1.5rem;
  color: #998f8f
}
.breadcrumb ul li span {
  color: #595959
}
html {
  overflow-x: hidden
}
body {
  position: relative;
  font-family: BIZ UDPGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
  color: #383838;
  background: #FFFEFA;
  overflow-x: hidden
}
body:has(.scroll-up, .scroll-down) .header {
  z-index: 300;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px #0000001a
}
@media only screen and (max-width: 1024px) {
  body:has(.header-nav.is-active) .header {
    z-index: 300
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 60px
  }
}
body:has(.about, .faq, .lumbago, .price) .ft-contact:before {
  background: url(../img/top/instagram-frame_bottom.svg) no-repeat center top/100%
}
body:has(.lumbago) .ft-contact {
  position: relative;
  z-index: 1
}
body:has(.lumbago) .ft-contact:after {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  width: 170px;
  height: 222px;
  background: url(../img/common/treatment_frame-after.svg) no-repeat center top/contain;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg)
}
@media only screen and (max-width: 1600px) {
  body:has(.lumbago) .ft-contact:after {
    top: -5.5vw;
    width: 10.625vw;
    height: 13.875vw
  }
}
@media only screen and (max-width: 767px) {
  body:has(.lumbago) .ft-contact:after {
    top: -8vw;
    width: 14.8vw;
    height: 16.5333333333vw;
    background: url(../img/top/instagram-frame_after--sp.svg) no-repeat center bottom/contain
  }
}
body:has(.access):has(.guide-content.is-tab1.is-active) .ft-contact:before {
  background: url(../img/access/frame05.svg) no-repeat center top/100%
}
body:has(.access):has(.guide-content.is-tab1.is-active) .ft-contact:after {
  content: "";
  position: absolute;
  top: -21.4375vw;
  right: -5vw;
  width: 30.8125vw;
  height: 24.6875vw;
  background: url(../img/access/frame02.svg) no-repeat center top/100%
}
body:has(.access):has(.guide-content.is-tab2.is-active) .ft-contact:before {
  background: url(../img/access/frame06.svg) no-repeat center top/100%
}
body:has(.access) .ft-contact {
  position: relative;
  z-index: 1
}
body:has(.top) .ft-contact:before {
  background: url(../img/top/instagram-frame_bottom.svg) no-repeat center top/100%
}
body:has(.top) .ft-contact:after {
  content: "";
  position: absolute;
  top: -45px;
  right: 0;
  width: 125px;
  height: 124px;
  background: url(../img/top/instagram-frame_after.svg) no-repeat center bottom/contain;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  body:has(.top) .ft-contact:after {
    top: -2.8125vw;
    width: 7.8125vw;
    height: 7.75vw
  }
}
@media only screen and (max-width: 767px) {
  body:has(.top) .ft-contact:after {
    top: -8vw;
    width: 14.8vw;
    height: 16.5333333333vw;
    background: url(../img/top/instagram-frame_after--sp.svg) no-repeat center bottom/contain
  }
}
/*body:has(.top) main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFEFA;
  z-index: 999;
  -webkit-transition: 1.8s cubic-bezier(.65, 0, .35, 1);
  transition: 1.8s cubic-bezier(.65, 0, .35, 1)
}*/
/* body:has(.top) main.show:before {
  width: 0;
} */
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
.container1 {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto
}
main {
  overflow: hidden;
  padding-top: 140px
}
@media only screen and (max-width: 1600px) {
  main {
    padding-top: 8.75vw
  }
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 115px
  }
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.pc {
  display: block
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none
  }
}
.sp {
  display: none
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  overflow: hidden
}
.loading.hide {
  display: none
}
.loading div.cover01 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: .2s cubic-bezier(.33, 1, .68, 1);
  transition: .2s cubic-bezier(.33, 1, .68, 1)
}
.loading div.cover01.hide {
  opacity: 0
}
.load_anime {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-transition: .6s cubic-bezier(.36, 0, .66, -.56);
  transition: .6s cubic-bezier(.36, 0, .66, -.56)
}
.load_anime.hide {
  margin-top: -45px;
  margin-left: -15px;
  opacity: 0
}
.load_logo {
  width: 302px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  overflow: hidden
}
.load_logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFEFA;
  -webkit-transition: 1.2s cubic-bezier(.7, -.01, .31, .85);
  transition: 1.2s cubic-bezier(.7, -.01, .31, .85)
}
.load_logo.show:after {
  left: 100%
}
.load_logo.hide {
  opacity: 0
}
.btn, .submit-btn {
  min-width: 240px
}
.btn a, .btn button, .submit-btn a, .submit-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.1rem;
  line-height: 1.4761904762;
  font-weight: 700;
  letter-spacing: 0;
  color: #ed8a8a;
  background: #FFFEFA;
  border: 1px solid #F0A69D;
  letter-spacing: .06em;
  padding: 12px 20px;
  border-radius: 70px;
  -webkit-box-shadow: 0px 3px 3px rgba(237, 217, 213, .6);
  box-shadow: 0 3px 3px #edd9d599;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.btn a:after, .btn button:after, .submit-btn a:after, .submit-btn button:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 25px;
  position: relative;
  right: -5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (min-width: 768px) {
  .btn a:hover, .btn button:hover, .submit-btn a:hover, .submit-btn button:hover {
    background: #ED8A8A;
    border-color: #ed8a8a;
    color: #fffefa;
    opacity: 1
  }
  .btn a:hover:after, .btn button:hover:after, .submit-btn a:hover:after, .submit-btn button:hover:after {
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 50%/auto 25px
  }
}
.btn a[aria-expanded=true], .btn button[aria-expanded=true], .submit-btn a[aria-expanded=true], .submit-btn button[aria-expanded=true] {
  background: #ED8A8A;
  border-color: #ed8a8a;
  color: #fffefa;
  opacity: 1
}
.btn a[aria-expanded=true]:after, .btn button[aria-expanded=true]:after, .submit-btn a[aria-expanded=true]:after, .submit-btn button[aria-expanded=true]:after {
  background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 50%/auto 25px
}
.btn.is-center, .submit-btn.is-center {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto
}
.btn.is-white a, .submit-btn.is-white a {
  background: #ffffff;
  color: #365140
}
.btn.is-white a:after, .submit-btn.is-white a:after {
  background: #D5B665;
  -webkit-box-shadow: 0 0 0 3px #E6E0CE;
  box-shadow: 0 0 0 3px #e6e0ce
}
.btn.is-news, .submit-btn.is-news {
  max-width: 160px;
  min-width: auto
}
.btn.is-news a, .submit-btn.is-news a {
  font-size: 1.7rem;
  line-height: 1.5294117647;
  padding: 7px 20px
}
.title01 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.5rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  color: #383838;
  margin-bottom: 45px
}
@media only screen and (max-width: 767px) {
  .title01 {
    font-size: 3.2rem
  }
}
@media only screen and (max-width: 374px) {
  .title01 {
    font-size: 8.5333333333vw;
    letter-spacing: .016vw
  }
}
.title01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 400;
  color: #ed8a8a;
  margin-top: 5px;
  letter-spacing: .03em
}
@media only screen and (max-width: 374px) {
  .title01 span {
    font-size: 5.6vw
  }
}
.title01 span:before {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: url(../img/common/icon/ic_line-title01.svg) no-repeat center/contain;
  position: relative
}
@media only screen and (max-width: 374px) {
  .title01 span:before {
    width: .8vw;
    height: 4vw
  }
}
.title01.is-center {
  text-align: center
}
.title01.is-center span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.title01.is-center span:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background: url(../img/common/icon/ic_line-title01.svg) no-repeat center/contain;
  position: relative;
  top: 1px
}
.title01.is-white, .title01.is-white span {
  color: #fffefa
}
.title01.is-white span:before, .title01.is-white span:after {
  background: url(../img/common/icon/ic_line-title01--white.svg) no-repeat center/contain
}
.title02 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.2rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  margin-bottom: 50px
}
.title03 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ed8a8a;
  padding-left: 30px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .title03 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    padding-left: 15px
  }
}
.title03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 48px;
  background: url(../img/common/icon/ic_line-title02.svg) no-repeat center/contain
}
@media only screen and (max-width: 767px) {
  .title03:before {
    width: 3.5px;
    height: 24px
  }
}
.title03.is-green {
  color: #4db48c
}
.title03.is-green:before {
  background: url(../img/common/icon/ic_line-title02--green.svg) no-repeat center/contain
}
.title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px
}
.title04 img {
  width: 134px;
  height: 134px
}
.title04 span {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.5rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500
}
.title04 span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
  color: #ed8a8a;
  margin-top: 5px
}
.title04 span span:before {
  content: "";
  display: block;
  width: 95px;
  border-bottom: 1px solid #ED8A8A;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.title05 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.1rem;
  line-height: 1.38;
  letter-spacing: .06em;
  font-weight: 500
}
.title05 span {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: .03em;
  color: #f2c1b1;
  font-weight: 400;
  margin-bottom: 10px
}
.form input, .form textarea, .form select, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none
}
.form input, .form textarea, .wpcf7-form input, .wpcf7-form textarea {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  background: #FCFCFC;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: Noto Sans JP, sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form input::placeholder, .form textarea::placeholder, .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form input[type=checkbox], .form textarea[type=checkbox], .wpcf7-form input[type=checkbox], .wpcf7-form textarea[type=checkbox] {
  width: 25px;
  height: 25px;
  border-width: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border-radius: 3px
}
.form input[type=checkbox]:checked, .form textarea[type=checkbox]:checked, .wpcf7-form input[type=checkbox]:checked, .wpcf7-form textarea[type=checkbox]:checked {
  background: #365140 url(/assets/img/common/icon/ic_checked.svg) no-repeat center/15px 11px;
  border-color: #365140
}
.form input, .wpcf7-form input {
  height: 40px;
  padding: 0 15px
}
.form textarea, .wpcf7-form textarea {
  padding: 10px 15px;
  height: 215px
}
.form__group, .form .wpcf7-form-control-wrap, .wpcf7-form__group, .wpcf7-form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 60px 0;
  border-bottom: 1px solid #EDEDED
}
@media only screen and (max-width: 767px) {
  .form__group, .form .wpcf7-form-control-wrap, .wpcf7-form__group, .wpcf7-form .wpcf7-form-control-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0
  }
}
.form__group:first-child, .form__group:first-of-type, .form .wpcf7-form-control-wrap:first-child, .form .wpcf7-form-control-wrap:first-of-type, .wpcf7-form__group:first-child, .wpcf7-form__group:first-of-type, .wpcf7-form .wpcf7-form-control-wrap:first-child, .wpcf7-form .wpcf7-form-control-wrap:first-of-type {
  padding-top: 0
}
.form__group:nth-last-of-type(1), .form__group:nth-last-of-type(2), .form .wpcf7-form-control-wrap:nth-last-of-type(1), .form .wpcf7-form-control-wrap:nth-last-of-type(2), .wpcf7-form__group:nth-last-of-type(1), .wpcf7-form__group:nth-last-of-type(2), .wpcf7-form .wpcf7-form-control-wrap:nth-last-of-type(1), .wpcf7-form .wpcf7-form-control-wrap:nth-last-of-type(2) {
  padding: 0;
  border-bottom: none
}
.form label, .wpcf7-form label {
  display: block;
  width: 315px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4px 0
}
@media only screen and (max-width: 767px) {
  .form label, .wpcf7-form label {
    padding: 0;
    width: 100%
  }
}
.form label:after, .wpcf7-form label:after {
  content: "\5fc5\9808";
  display: block;
  width: 50px;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  background: #EB3443;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0 #666666;
  box-shadow: 0 1px #666
}
.form .wpcf7-form-control, .wpcf7-form .wpcf7-form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.form__checkbox, .wpcf7-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #383838
}
.form__checkbox + .form__checkbox, .form__checkbox + .wpcf7-form__checkbox, .wpcf7-form__checkbox + .form__checkbox, .wpcf7-form__checkbox + .wpcf7-form__checkbox {
  margin-top: 20px
}
.form__note, .wpcf7-form__note {
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: .015em;
  color: #737373
}
.form .policy label, .wpcf7-form .policy label {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: .015em;
  color: #383838;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .form .policy label, .wpcf7-form .policy label {
    padding: 30px 0
  }
}
.form .policy label:before, .wpcf7-form .policy label:before {
  content: "\5fc5\9808";
  display: block;
  width: 50px;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #EB3443;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 7px;
  padding: 4px 0 5px
}
.form .policy label:after, .wpcf7-form .policy label:after {
  display: none
}
.form .policy label input, .wpcf7-form .policy label input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 7px
}
.form .policy label a, .wpcf7-form .policy label a {
  color: #4583d9
}
.form .submit-btn, .wpcf7-form .submit-btn {
  max-width: 240px;
  margin: 60px auto 0
}
@media only screen and (max-width: 767px) {
  .form .submit-btn, .wpcf7-form .submit-btn {
    margin: 30px auto 0
  }
}
.form .submit-btn button, .wpcf7-form .submit-btn button {
  width: 100%;
  border: none
}
.form__content, .wpcf7-form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.pagenavi {
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px
  }
}
.pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi {
    gap: 15px
  }
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  font-size: 2.1rem;
  line-height: 1.4285714286;
  letter-spacing: 0
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    font-size: 1.6rem
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a:hover {
    opacity: 1
  }
}
.pagenavi .wp-pagenavi .current {
  color: #ed8a8a
}
.pagenavi .wp-pagenavi .nextpostslink, .pagenavi .wp-pagenavi .previouspostslink {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #A7CBBD url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .nextpostslink:hover, .pagenavi .wp-pagenavi .previouspostslink:hover {
    background: #609986 url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 17px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .previouspostslink {
    margin-right: 10px
  }
}
.pagenavi .wp-pagenavi .nextpostslink {
  margin-left: 17px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    margin-left: 10px
  }
}
.pagenavi .wp-pagenavi .pages {
  width: 90px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
  background: url(/assets/img/common/icon/ic_pages-frame.svg) no-repeat center/contain;
  border-radius: 100px;
  padding: 11px 0;
  text-align: center;
  display: none
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .pages {
    font-size: 1.4rem;
    padding: 7px 0;
    width: 60px
  }
}
.img-fluid {
  -webkit-transition: 1s cubic-bezier(.53, -.01, .39, 1);
  transition: 0.5s cubic-bezier(.53, -.01, .39, 1);
  opacity: 0;
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}
.img-fluid.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.mv {
  padding: 40px
}
@media only screen and (max-width: 1600px) {
  .mv {
    padding: 2.5vw
  }
}
@media only screen and (max-width: 1024px) {
  .mv {
    padding: 20px
  }
}
.mv__inner {
  position: relative
}
.mv__img {
  border-radius: 100px 15px;
  overflow: hidden;
  height: calc(100vh - 80px)
}
@media only screen and (max-width: 1600px) {
  .mv__img {
    height: calc(100vh - 5vw);
    border-radius: 6.25vw .9375vw
  }
}
@media only screen and (max-width: 1024px) {
  .mv__img {
    height: calc(100vh - 40px);
    border-radius: 50px 10px
  }
}
@media only screen and (max-width: 767px) {
  .mv__img {
    max-height: 375px
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mv__img .swiper {
  height: 100%
}
.mv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 170px 20px;
  z-index: 2;
  -webkit-transition: opacity .3s ease-out 1s;
  transition: opacity .3s ease-out 1s;
  will-change: opacity
}
@media only screen and (max-width: 1600px) {
  .mv__title {
    padding: 15.8878504673vh 1.25vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title {
    padding: 40px 20px
  }
}
.mv__title > span {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 900;
  font-family: Zen Kaku Gothic New, sans-serif;
  letter-spacing: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.mv__title > span:nth-child(1) {
  font-size: 9rem;
  line-height: 1.1
}
@media only screen and (max-width: 1600px) {
  .mv__title > span:nth-child(1) {
    font-size: 5.625vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(1) {
    font-size: 7.625vw
  }
}
.mv__title > span:nth-child(1) span {
  font-size: 11rem;
  position: relative;
  top: 7px;
  left: 0
}
@media only screen and (max-width: 1600px) {
  .mv__title > span:nth-child(1) span {
    font-size: 6.875vw;
    top: .4375vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(1) span {
    font-size: 9.875vw
  }
}
.mv__title > span:nth-child(2) {
  font-size: 5rem;
  line-height: 1.1;
  margin-top: 38px
}
@media only screen and (max-width: 1600px) {
  .mv__title > span:nth-child(2) {
    font-size: 3.125vw;
    margin-top: 2.375vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(2) {
    font-size: 4.125vw
  }
}
.mv-child__wrap {
  padding: 0 0 3.75vw;
  background: #FAF1E1;
  position: relative
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap {
    padding: 0 0 30px
  }
}
.mv-child__wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/common/mv-child_frame.svg) no-repeat left bottom/100%
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap:before {
    height: 16vw
  }
}
.mv-child__inner {
  padding: 80px 0 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
@media only screen and (max-width: 1024px) {
  .mv-child__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 0
  }
}
.mv-child .title01 {
  font-size: 4rem;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1024px) {
  .mv-child .title01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px 0
  }
}
@media only screen and (max-width: 767px) {
  .mv-child .title01 {
    font-size: 3.2rem
  }
}
@media only screen and (max-width: 374px) {
  .mv-child .title01 {
    font-size: 8.5333333333vw;
    letter-spacing: .016vw
  }
}
.mv-child .breadcrumb {
  margin-right: calc(-.5*(100vw - 1140px));
  padding: 15px 30px;
  max-width: 828px
}
@media only screen and (max-width: 1180px) {
  .mv-child .breadcrumb {
    margin-right: 0;
    padding: 15px 0
  }
}
@media only screen and (max-width: 1024px) {
  .mv-child .breadcrumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px 0
  }
}
.anchor-link {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .anchor-link {
    padding: 45px 0 60px
  }
}
.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 90px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .anchor-link__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
  }
}
@media only screen and (max-width: 767px) {
  .anchor-link__list li {
    width: 100%
  }
}
.anchor-link__list li a {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .06em
}
.anchor-link__list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 767px) {
  .anchor-link__list li a span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.anchor-link__list li a span:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (min-width: 768px) {
  .anchor-link__list li a:hover {
    opacity: 1;
    color: #ed8a8a
  }
  .anchor-link__list li a:hover img {
    opacity: 1
  }
  .anchor-link__list li a:hover span:after {
    background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.reason {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 45px 0 60px
  }
}
.reason-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .reason-title {
    gap: 15px;
    font-size: 2.4rem;
    margin-bottom: 30px
  }
}
.reason-title img {
  width: 76px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .reason-title img {
    width: 50px
  }
}
.reason-box {
  padding: 45px 60px;
  background: #FAF1E1;
  border: 1px solid #F2C1B1;
  border-radius: 30px
}
@media only screen and (max-width: 1180px) {
  .reason-box {
    padding: 3.813559322vw 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .reason-box {
    padding: 30px 20px;
    border-radius: 15px
  }
}
.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px
}
@media only screen and (max-width: 1180px) {
  .reason-list {
    gap: 1.2711864407vw
  }
}
@media only screen and (max-width: 767px) {
  .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
}
.reason-list li {
  width: calc(50% - 7.5px);
  background: #FFFEFA;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: .18em;
  padding: 20px 26px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 1180px) {
  .reason-list li {
    width: calc(50% - .6355932203vw);
    font-size: 1.5254237288vw;
    letter-spacing: .0152542373vw;
    padding: 1.6949152542vw 2.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .reason-list li {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
    border-radius: 50px;
    gap: 15px;
    letter-spacing: .09em
  }
}
.reason-list li span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.reason-list li:before, .reason-list li:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F0A69D;
  flex-shrink: 0
}
@media only screen and (max-width: 1180px) {
  .reason-list li:before, .reason-list li:after {
    width: .5084745763vw;
    height: .5084745763vw
  }
}
@media only screen and (max-width: 767px) {
  .reason-list li:before, .reason-list li:after {
    width: 6px;
    height: 6px
  }
}
.treatment-fee {
  padding: 0 20px 50px
}
@media only screen and (max-width: 767px) {
  .treatment-fee {
    padding: 0 20px
  }
}
.treatment-fee__wrap {
  background: #ED8A8A;
  padding: 30px;
  border-radius: 30px;
  max-width: 860px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px
}
@media only screen and (max-width: 900px) {
  .treatment-fee__wrap {
    padding: 3.3333333333vw;
    border-radius: 3.3333333333vw;
    gap: 2.7777777778vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-fee__wrap {
    padding: 20px;
    border-radius: 15px;
    gap: 0;
    position: relative
  }
}
.treatment-fee__wrap:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 167px;
  height: 167px;
  background: url(../img/lumbago/img07.svg) no-repeat center center/contain
}
@media only screen and (max-width: 900px) {
  .treatment-fee__wrap:before {
    width: 18.5555555556vw;
    height: 18.5555555556vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-fee__wrap:before {
    display: none
  }
}
.treatment-fee__wrap:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 135px;
  height: 158px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center center/contain;
  -webkit-transform: rotate(11.72deg);
  transform: rotate(11.72deg);
  padding-left: 25px
}
@media only screen and (max-width: 900px) {
  .treatment-fee__wrap:after {
    width: 15vw;
    height: 17.5555555556vw;
    padding-left: 2.7777777778vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-fee__wrap:after {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 55px;
    height: 80px;
    padding-left: 0
  }
}
@media only screen and (max-width: 374px) {
  .treatment-fee__wrap:after {
    bottom: -5.3475935829vw;
    right: -5.3475935829vw;
    width: 14.7058823529vw;
    height: 21.3903743316vw
  }
}
.treatment-fee__inner {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.treatment-fee__title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fffefa;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5DFDF;
  margin-bottom: 15px
}
@media only screen and (max-width: 900px) {
  .treatment-fee__title {
    font-size: 3.7777777778vw;
    padding-bottom: 2.2222222222vw;
    margin-bottom: 1.6666666667vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-fee__title {
    font-size: 3.4rem;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
  }
  .treatment-fee__title:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: url(../img/lumbago/img07.svg) no-repeat center center/contain
  }
}
.treatment-fee__text {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .06em;
  color: #fffefa
}
@media only screen and (max-width: 900px) {
  .treatment-fee__text {
    font-size: 2.2222222222vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-fee__text {
    font-size: 2rem
  }
}
.treatment-fee .btn {
  max-width: 240px;
  margin: 15px auto 0
}
.treatment-fee .btn a:after {
  background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 25px
}
@media only screen and (min-width: 768px) {
  .treatment-fee .btn a:hover {
    background: #FFFEFA;
    border-color: #fffefa;
    color: #ed8a8a;
    opacity: 1
  }
  .treatment-fee .btn a:hover:after {
    background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 25px
  }
}
.treatment {
  padding: 7.5vw 0 0;
  position: relative
}
@media only screen and (max-width: 767px) {
  .treatment {
    padding: 16vw 0 0
  }
}
.treatment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/common/treatment_frame-top.svg) no-repeat center bottom/100%
}
@media only screen and (max-width: 767px) {
  .treatment:before {
    height: 16vw
  }
}
.treatment:after {
  content: "";
  position: absolute;
  top: -187px;
  right: 0;
  width: 234px;
  height: 265px;
  background: url(../img/common/treatment_frame-bottom.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .treatment:after {
    top: -11.6875vw;
    width: 14.625vw;
    height: 16.5625vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment:after {
    top: -2.6666666667vw;
    width: 20.8vw;
    height: 23.5555555556vw
  }
}
.treatment-wrap {
  background: #FAF1E1;
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .treatment-wrap {
    padding: 45px 0 60px
  }
}
.treatment-wrap:before {
  content: "";
  position: absolute;
  top: 268px;
  left: 0;
  width: 148px;
  height: 205px;
  background: url(../img/common/treatment_frame-before.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .treatment-wrap:before {
    top: 16.75vw;
    width: 9.25vw;
    height: 12.8125vw
  }
}
@media only screen and (max-width: 767px) {
  .treatment-wrap:before {
    top: 35.7333333333vw;
    width: 19.7333333333vw;
    height: 27.3333333333vw
  }
}
.treatment-inner {
  position: relative;
  z-index: 1
}
.treatment-inner .title01 {
  margin-bottom: 25px
}
.treatment-text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: center
}
.treatment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px
}
.treatment-list__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  max-width: 180px
}
@media only screen and (min-width: 768px) {
  .treatment-list__link:hover, .treatment-list__link:hover img {
    opacity: 1
  }
  .treatment-list__link:hover .treatment-list__title {
    color: #ed8a8a
  }
  .treatment-list__link:hover .treatment-list__title:after {
    background: #FFFEFA url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 50%/auto 30px
  }
}
.treatment-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  margin-top: 30px;
  white-space: nowrap
}
.treatment-list__title:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.toc {
  margin: 90px 0 60px;
  background: #FAF1E1;
  border-radius: 10px;
  border: 1px solid #F2C1B1;
  padding: 40px 30px
}
@media only screen and (max-width: 767px) {
  .toc {
    margin: 45px 0 30px;
    padding: 30px 15px
  }
}
.toc.toc-hidden {
  display: none !important
}
.toc-title {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #ed8a8a;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .toc-title {
    margin-bottom: 15px
  }
}
.toc-title:before, .toc-title:after {
  content: "";
  display: block;
  width: 5px;
  height: 17px;
  background: url(../img/common/icon/ic_line-title01.svg) no-repeat center/contain;
  position: relative
}
.toc-title:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.toc-list {
  counter-reset: toc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}
.toc-list li {
  counter-increment: toc
}
.toc-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .18em
}
@media only screen and (max-width: 767px) {
  .toc-list li a {
    font-size: 1.6rem
  }
}
.toc-list li a:before {
  /*  content: counter(toc) ".";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .18em;
  color: #ed8a8a;
  width: 40px;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0*/
}
@media only screen and (max-width: 767px) {
  .toc-list li a:before {
    font-size: 1.6rem
  }
}
.consultation {
  position: fixed;
  bottom: 340px;
  right: 0;
  z-index: 99
}
@media only screen and (max-width: 767px) {
  .consultation {
    display: none
  }
}
.consultation__title {
  position: relative;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 25px 0;
  background: #fffdfa;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0px 0px 10px rgba(121, 178, 159, .5);
  box-shadow: 0 0 10px #79b29f80
}
.consultation__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .03em;
  color: #595959;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (min-width: 768px) {
  .consultation a:hover {
    opacity: 1
  }
  .consultation__title.is-web:hover {
    background: #79B29F
  }
  .consultation__title.is-web:hover span {
    color: #fffefc
  }
}
.consultation__content {
  padding: 40px 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}
.consultation__content a {
  position: absolute;
  bottom: 40px;
  right: 45px;
  width: 155px;
  height: 27px;
  border-radius: 50px
}
.top {
  background: #FFFEFA
}
.top-mv {
  padding: 30px 30px 0;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out
}
.top-mv.mv-bg-visible {
  opacity: 1
}
@media only screen and (max-width: 1600px) {
  .top-mv {
    padding: 1.875vw 1.875vw 0
  }
}
@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 0
  }
}
.top-mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.29%, #F1B3A7), to(#ED8A8A));
  background: -webkit-linear-gradient(top, #F1B3A7 30.29%, #ED8A8A 100%);
  background: linear-gradient(180deg, #F1B3A7 30.29%, #ED8A8A 100%)
}
.top-mv__slogan {
  position: absolute;
  top: -30px;
  left: 22.3125vw;
  width: 66.71875vw;
  height: 13.09375vw
}
@media only screen and (max-width: 1600px) {
  .top-mv__slogan {
    top: -1.875vw
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan {
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: calc(100% - 10px);
    z-index: 4;
    height: 22.6666666667vw
  }
}
.top-mv__slogan .is-slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.75vw;
  height: 10.625vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .3s 1.6s ease-out, -webkit-transform .5s 1.6s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.6s ease-out, -webkit-transform .5s 1.6s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.6s ease-out, transform .5s 1.6s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.6s ease-out, transform .5s 1.6s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .5s 1.6s cubic-bezier(.175, .885, .32, 1.275);
  z-index: 201
}
.top-mv__slogan .is-slogan.mv-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.top-mv__slogan .is-slogan img {
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan .is-slogan {
    left: 6px;
    width: auto;
    height: 19.4666666667vw
  }
}
.top-mv__slogan img.is-icon {
  position: absolute;
  top: .0625vw;
  right: 0;
  width: 9.53125vw;
  height: 12.90625vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transition: opacity .3s 1.2s ease-out, -webkit-transform .5s 1.2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.2s ease-out, -webkit-transform .5s 1.2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.2s ease-out, transform .5s 1.2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 1.2s ease-out, transform .5s 1.2s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .5s 1.2s cubic-bezier(.175, .885, .32, 1.275);
  z-index: 201
}
.top-mv__slogan img.is-icon.mv-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: scaledown 2s infinite alternate;
  animation: scaledown 2s infinite alternate
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan img.is-icon {
    top: -1.0666666667vw;
    right: 2.1333333333vw;
    width: auto;
    height: 23.4666666667vw
  }
}
.top-mv__slogan img.is-before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 201;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  opacity: 0
}
.top-mv__slogan img.is-before.mv-visible {
  opacity: 1
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan img.is-before {
    display: none
  }
}
.top-mv__img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out
}
@media only screen and (max-width: 767px) {
  .top-mv__img {
    z-index: 3
  }
}
.top-mv__img.mv-visible {
  opacity: 1
}
.top-mv__img img {
  width: 100%
}
@media only screen and (max-width: 767px) {
  .top-mv__img img {
    border-radius: 15px;
    position: relative;
    z-index: 1
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__img {
    padding: 30px 20px 0
  }
}
.top-mv__content {
  position: absolute;
  top: 9.875vw;
  padding: 0 90px;
  z-index: 2
}
@media only screen and (max-width: 1600px) {
  .top-mv__content {
    padding: 0 5.625vw
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__content {
    position: relative;
    top: 0;
    padding: 82px 20px 20px;
    background: #FFFEFA;
    margin-top: -60px
  }
  .top-mv__content:before {
    content: "";
    position: absolute;
    top: -8.5333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: calc(100% + 50px);
    height: 8.6666666667vw;
    background: url(../img/top/mv-content_frame.svg) no-repeat center top/100%
  }
}
.top-mv__title {
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 500;
  font-size: 2.625vw;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out
}
.top-mv__title.mv-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media only screen and (max-width: 767px) {
  .top-mv__title {
    padding: 0 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3333333333vw
  }
}
.top-mv__title > span {
  display: block
}
.top-mv__title > span span:not(.dot, .letter-spacing) {
  font-size: 2.4375vw
}
@media only screen and (max-width: 767px) {
  .top-mv__title > span span:not(.dot, .letter-spacing) {
    font-size: 4.8vw
  }
}
.top-mv__title > span .dot {
  position: relative
}
.top-mv__title > span .dot:after {
  content: "";
  position: absolute;
  bottom: -1.0625vw;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: .625vw;
  height: .625vw;
  border-radius: 50%;
  background: #ED8A8A
}
@media only screen and (max-width: 767px) {
  .top-mv__title > span .dot:after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    bottom: -1.8666666667vw
  }
}
.top-mv__title > span .letter-spacing {
  letter-spacing: -.3em
}
.top-mv__title > span:nth-child(1) {
  font-size: 2.5vw;
  letter-spacing: .12em
}
@media only screen and (max-width: 767px) {
  .top-mv__title > span:nth-child(1) {
    font-size: 3.7333333333vw;
    letter-spacing: .1em;
    white-space: nowrap
  }
}
.top-mv__title > span:nth-child(2) {
  letter-spacing: .085em;
  margin: -.1875vw 0 -.5625vw
}
.top-mv__title > span:nth-child(3) {
  letter-spacing: .12em;
  position: relative;
  left: -1.5625vw
}
.top-mv__advance {
  max-width: 42.75vw;
  margin-top: 3.5625vw;
  position: relative;
  left: -.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .9375vw
}
@media only screen and (max-width: 767px) {
  .top-mv__advance {
    max-width: calc(100% + 20px);
    left: 0;
    gap: 5px;
    margin: 30px -10px 0
  }
}
.top-mv__advance li {
  width: calc((100% - .9375vw) / 3);
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: opacity .3s 2s ease-out, -webkit-transform .5s 2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 2s ease-out, -webkit-transform .5s 2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 2s ease-out, transform .5s 2s cubic-bezier(.175, .885, .32, 1.275);
  transition: opacity .3s 2s ease-out, transform .5s 2s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .5s 2s cubic-bezier(.175, .885, .32, 1.275)
}
.top-mv__advance li.mv-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
@media only screen and (max-width: 767px) {
  .top-mv__advance li {
    width: calc((100% - 10px) / 3)
  }
}
.top-mv__advance li img {
  width: 100%
}
.top-news {
  position: relative;
  margin-top: -7.5vw;
  padding: 7.5vw 0 0
}
@media only screen and (max-width: 767px) {
  .top-news {
    margin-top: 0;
    padding: 9.0666666667vw 0 0
  }
}
.top-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.6875vw;
  background: url(../img/top/news-frame_top.svg) no-repeat left center/contain
}
@media only screen and (max-width: 767px) {
  .top-news:before {
    top: 1px;
    height: 9.0666666667vw;
    background: url(../img/top/news-frame_top--sp.svg) no-repeat left center/100%
  }
}
.top-news:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/top/news-frame_bottom.svg) no-repeat center bottom/100%
}
@media only screen and (max-width: 767px) {
  .top-news:after {
    height: 9.0666666667vw;
    background: url(../img/top/news-frame_bottom--sp.svg) no-repeat center/100%
  }
}
.top-news__wrap {
  background: #FAF1E1;
  padding-bottom: 7.5vw
}
@media only screen and (max-width: 767px) {
  .top-news__wrap {
    padding-bottom: 9.0666666667vw
  }
}
.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  padding: 75px 0 60px;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding: 15px 0 162px
  }
}
.top-news__gr {
  width: 240px
}
.top-news__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 25px 10px;
  font-size: 1.9rem;
  line-height: 1.3
}
.top-news__item:not(:last-child) {
  border-bottom: 1px solid #EFD3CE
}
.top-news__item:first-child {
  padding-top: 0
}
.top-news__item:last-child {
  padding-bottom: 0
}
.top-news__item:has(a:hover):after {
  opacity: 1;
  background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
}
.top-news__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .top-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
  }
}
.top-news__date {
  font-family: Poppins, sans-serif;
  letter-spacing: .03em;
  position: relative;
  top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.top-news__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
@media only screen and (min-width: 768px) {
  .top-news__title:hover {
    color: #c44f4f;
    opacity: 1
  }
}
@media only screen and (max-width: 767px) {
  .top-news__title {
    width: 69.3333333333vw
  }
}
@media only screen and (max-width: 767px) {
  .top-news .btn {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    max-width: 240px
  }
}
.top-about {
  position: relative;
  z-index: 1;
  padding: 30px 0 60px
}
.top-about__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: calc(-.5*(100vw - 1140px));
  padding-right: 28px;
  gap: 60px
}
@media only screen and (max-width: 1600px) {
  .top-about__bl {
    gap: 3.75vw;
    padding-right: 1.75vw
  }
}
@media only screen and (max-width: 1180px) {
  .top-about__bl {
    margin-right: 0;
    padding-right: 0
  }
}
@media only screen and (max-width: 767px) {
  .top-about__bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10vw
  }
}
.top-about__img {
  max-width: 772px;
  margin-left: -15vw
}
@media only screen and (max-width: 1600px) {
  .top-about__img {
    max-width: 48.25vw
  }
}
@media only screen and (max-width: 767px) {
  .top-about__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% + 35px);
    margin-left: 0;
    margin-right: -35px;
    position: relative
  }
}
.top-about__img:after {
  content: "";
  position: absolute;
  bottom: -72px;
  right: 0;
  width: 227px;
  height: 265px;
  background: url(../img/top/about-img_frame.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .top-about__img:after {
    bottom: -4.5vw;
    width: 14.1875vw;
    height: 16.5625vw
  }
}
@media only screen and (max-width: 767px) {
  .top-about__img:after {
    width: 32.4vw;
    height: 32.9333333333vw;
    bottom: -4vw;
    background: url(../img/top/about-img_frame--sp.svg) no-repeat center/contain
  }
}
.top-about__content {
  width: 43.375vw
}
@media only screen and (max-width: 767px) {
  .top-about__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.top-about .title01 {
  margin-bottom: 30px
}
.top-about__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .top-about__text {
    font-size: 1.6rem
  }
}
.top-about__list {
  margin-top: 60px;
  width: 430px
}
@media only screen and (max-width: 767px) {
  .top-about__list {
    width: 100%;
    margin-top: 30px
  }
}
.top-about__list li {
  padding-bottom: 25px;
  border-bottom: 1px solid #F5DFDF
}
.top-about__list li + li {
  margin-top: 25px
}
@media only screen and (max-width: 767px) {
  .top-about__list li + li {
    margin-top: 15px
  }
}
.top-about__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .06em;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .top-about__list li a {
    white-space: normal;
    font-size: 1.6rem;
    gap: 15px;
    padding-bottom: 15px
  }
}
.top-about__list li a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top-about__list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media only screen and (min-width: 768px) {
  .top-about__list li a:hover {
    opacity: 1
  }
  .top-about__list li a:hover:after {
    background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.top-about .btn {
  max-width: 240px;
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .top-about .btn {
    margin-top: 30px
  }
}
.top-treatment {
  padding: 7.5vw 0;
  position: relative
}
@media only screen and (max-width: 767px) {
  .top-treatment {
    padding: 8vw 0
  }
}
.top-treatment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  height: 7.5vw;
  background: url(../img/top/treatment-frame_top.svg) no-repeat center bottom/contain
}
@media only screen and (max-width: 767px) {
  .top-treatment:before {
    top: 0;
    height: 8vw
  }
}
.top-treatment:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.6875vw;
  background: url(../img/top/treatment-frame_bottom.svg) no-repeat center top/100%
}
@media only screen and (max-width: 767px) {
  .top-treatment:after {
    background: url(../img/top/treatment-frame_bottom--sp.svg) no-repeat center top/100%;
    height: 8.2666666667vw
  }
}
.top-treatment__wrap {
  padding: 90px 0 120px;
  background: #FAF1E1;
  position: relative
}
@media only screen and (max-width: 767px) {
  .top-treatment__wrap {
    padding: 45px 0 60px
  }
}
.top-treatment__wrap:before {
  content: "";
  position: absolute;
  top: 148px;
  left: 0;
  width: 155px;
  height: 205px;
  background: url(../img/top/treatment-frame_before.svg) no-repeat center/contain
}
@media only screen and (max-width: 1600px) {
  .top-treatment__wrap:before {
    top: 9.25vw;
    width: 9.6875vw;
    height: 12.8125vw
  }
}
@media only screen and (max-width: 767px) {
  .top-treatment__wrap:before {
    top: -14vw;
    width: 14.2666666667vw;
    height: 27.3333333333vw;
    background: url(../img/top/treatment-frame_before--sp.svg) no-repeat center/contain
  }
}
.top-treatment__wrap:after {
  content: "";
  position: absolute;
  bottom: -230px;
  right: 0;
  width: 163px;
  height: 222px;
  background: url(../img/top/treatment-frame_after.svg) no-repeat center/contain;
  z-index: 1
}
@media only screen and (max-width: 1600px) {
  .top-treatment__wrap:after {
    bottom: -14.375vw;
    width: 10.1875vw;
    height: 13.875vw
  }
}
@media only screen and (max-width: 767px) {
  .top-treatment__wrap:after {
    bottom: -16.6666666667vw;
    width: 20.4vw;
    height: 29.6vw
  }
}
.top-treatment__inner {
  position: relative;
  z-index: 1
}
.top-treatment .title01 {
  margin-bottom: 25px
}
.top-treatment__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .top-treatment__text {
    margin-bottom: 30px
  }
}
.top-treatment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .top-treatment__list {
    gap: 30px 35px
  }
}
.top-treatment__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  max-width: 180px
}
@media only screen and (max-width: 767px) {
  .top-treatment__item {
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
    max-width: 135px
  }
}
@media only screen and (min-width: 768px) {
  .top-treatment__link:hover {
    opacity: 1
  }
  .top-treatment__link:hover .top-treatment__title:after {
    background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.top-treatment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .top-treatment__title {
    font-size: 1.8rem
  }
}
.top-treatment__title:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 1px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media only screen and (max-width: 767px) {
  .top-treatment__title:after {
    width: 25px;
    height: 25px;
    background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 25px;
    top: 0
  }
}
.top-blog {
  padding: 30px 0 50px
}
@media only screen and (max-width: 767px) {
  .top-blog {
    padding: 30px 0
  }
}
.top-blog .title01 {
  margin-bottom: 30px
}
.top-blog__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .top-blog__group {
    gap: 30px
  }
}
.top-blog__text {
  max-width: 70.1754385965%;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  padding-right: 5.2631578947vw
}
@media only screen and (max-width: 767px) {
  .top-blog__text {
    max-width: 100%;
    font-size: 1.6rem;
    padding: 0
  }
}
.top-blog .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .top-blog .btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
.top-blog__content {
  width: 100%
}
@media only screen and (max-width: 767px) {
  .top-blog__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.top-blog__slide {
  position: relative;
  margin-top: 45px
}
@media only screen and (max-width: 1200px) {
  .top-blog__slide {
    max-width: 340px;
    margin: 45px auto 0
  }
}
@media only screen and (max-width: 767px) {
  .top-blog__slide {
    margin-top: 0
  }
}
@media only screen and (max-width: 1200px) {
  .top-blog__slide .swiper {
    margin: 0 -20px;
    overflow: visible
  }
}
.top-blog__slide .swiper-slide {
  max-width: 340px
}
@media only screen and (max-width: 374px) {
  .top-blog__slide .swiper-slide {
    max-width: 90.9090909091vw
  }
}
.top-blog__slide .swiper-button-next, .top-blog__slide .swiper-button-prev {
  position: absolute;
  width: 49px;
  height: 49px;
  margin-top: -5px
}
@media only screen and (max-width: 767px) {
  .top-blog__slide .swiper-button-next, .top-blog__slide .swiper-button-prev {
    width: 32px;
    height: 32px
  }
}
.top-blog__slide .swiper-button-next .jumpButton, .top-blog__slide .swiper-button-prev .jumpButton {
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 100%;
  border: 2px solid #FFFFFF;
  border-radius: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media only screen and (max-width: 767px) {
  .top-blog__slide .swiper-button-next .jumpButton, .top-blog__slide .swiper-button-prev .jumpButton {
    background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 32px;
    border-width: 1px
  }
}
@media only screen and (min-width: 768px) {
  .top-blog__slide .swiper-button-next .jumpButton:hover, .top-blog__slide .swiper-button-prev .jumpButton:hover {
    background: #ED8A8A url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 100%
  }
}
.top-blog__slide .swiper-button-next:after, .top-blog__slide .swiper-button-prev:after {
  display: none
}
.top-blog__slide .swiper-button-next .character, .top-blog__slide .swiper-button-prev .character {
  width: 28px;
  height: 40px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center/contain;
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%) scaleX(-1);
  transform: translateY(0) translate(-50%) scaleX(-1);
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out
}
@media only screen and (max-width: 767px) {
  .top-blog__slide .swiper-button-next .character, .top-blog__slide .swiper-button-prev .character {
    top: -25px;
    width: 20px;
    height: 32px
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0) translateX(-50%) scaleX(-1);
    transform: translateY(0) translate(-50%) scaleX(-1)
  }
  50% {
    -webkit-transform: translateY(-40px) translateX(-50%) scaleX(-1);
    transform: translateY(-40px) translate(-50%) scaleX(-1)
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%) scaleX(-1);
    transform: translateY(0) translate(-50%) scaleX(-1)
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0) translateX(-50%) scaleX(-1);
    transform: translateY(0) translate(-50%) scaleX(-1)
  }
  50% {
    -webkit-transform: translateY(-40px) translateX(-50%) scaleX(-1);
    transform: translateY(-40px) translate(-50%) scaleX(-1)
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%) scaleX(-1);
    transform: translateY(0) translate(-50%) scaleX(-1)
  }
}
.top-blog__slide .is-jumping {
  -webkit-animation: jump .5s ease-out 1;
  animation: jump .5s ease-out 1
}
.top-blog__slide .swiper-button-prev {
  left: -25px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
@media only screen and (max-width: 1200px) {
  .top-blog__slide .swiper-button-prev {
    left: -55px
  }
}
@media only screen and (max-width: 767px) {
  .top-blog__slide .swiper-button-prev {
    left: -11px
  }
}
.top-blog__slide .swiper-button-next {
  right: -25px
}
@media only screen and (max-width: 1200px) {
  .top-blog__slide .swiper-button-next {
    right: -55px
  }
}
@media only screen and (max-width: 767px) {
  .top-blog__slide .swiper-button-next {
    right: -11px
  }
}
.top-blog__box {
  display: block;
  border-radius: 30px;
  background: #FBF6E9;
  padding: 30px
}
@media only screen and (max-width: 767px) {
  .top-blog__box {
    padding: 20px;
    border-radius: 15px
  }
}
@media only screen and (min-width: 768px) {
  .top-blog__box:hover {
    opacity: 1
  }
  .top-blog__box:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
  }
}
.top-blog__img {
  overflow: hidden
}
.top-blog__img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.top-blog__info {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top-blog__date {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .06em;
  color: #86847f
}
@media only screen and (max-width: 767px) {
  .top-blog__date {
    font-size: 1.6rem
  }
}
.top-blog__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  background: #D6E5DC;
  border: 1px solid #FFFEFA;
  border-radius: 50px;
  padding: 0 15px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  letter-spacing: .06em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media only screen and (max-width: 767px) {
  .top-blog__category {
    font-size: 1.6rem
  }
}
.top-blog__title {
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: .08em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 114px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .top-blog__title {
    height: auto
  }
}
@media only screen and (max-width: 767px) {
  .top-blog__title {
    font-size: 1.6rem;
    height: 87px
  }
}
.top-instagram {
  padding: 7.5vw 0 0;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .top-instagram {
    padding: 16vw 0 0
  }
}
.top-instagram:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/top/instagram-frame_top.svg) no-repeat center bottom/100%
}
@media only screen and (max-width: 767px) {
  .top-instagram:before {
    height: 16vw
  }
}
.top-instagram__wrap {
  padding: 30px 0;
  background: #FAF1E1
}
@media only screen and (max-width: 767px) {
  .top-instagram__wrap {
    padding: 10.6666666667vw 0 60px
  }
}
.top-instagram__wrap:before {
  content: "";
  position: absolute;
  top: -84px;
  left: 0;
  width: 209px;
  height: 286px;
  background: url(../img/top/instagram-frame_before.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .top-instagram__wrap:before {
    top: -5.25vw;
    width: 13.0625vw;
    height: 17.875vw
  }
}
@media only screen and (max-width: 767px) {
  .top-instagram__wrap:before {
    top: 1.3333333333vw;
    width: 11.7333333333vw;
    height: 21.3333333333vw;
    background: url(../img/top/instagram-frame_before--sp.svg) no-repeat center top/contain
  }
}
.top-instagram__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .top-instagram__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
  }
}
.top-instagram__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top-instagram .title01 {
  margin-bottom: 30px
}
.top-instagram__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .top-instagram__text {
    font-size: 1.6rem
  }
}
.top-instagram__img {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .top-instagram__img {
    width: 100%
  }
}
.top-instagram__gr {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media only screen and (max-width: 374px) {
  .top-instagram__gr {
    gap: 4.0106951872vw
  }
}
.top-instagram__btn {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-family: Noto Sans JP, sans-serif;
  white-space: nowrap
}
@media only screen and (max-width: 374px) {
  .top-instagram__btn {
    font-size: 3.4759358289vw;
    padding: 2.1390374332vw 2.6737967914vw
  }
}
.top-instagram__btn.is-more {
  background: #383838;
  padding: 8px 17px
}
@media only screen and (max-width: 374px) {
  .top-instagram__btn.is-more {
    padding: 2.1390374332vw 4.5454545455vw
  }
}
.top-instagram__btn.is-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #408BD1;
  padding: 8px 10px;
  border-radius: 5px
}
@media only screen and (max-width: 374px) {
  .top-instagram__btn.is-follow {
    padding: 2.1390374332vw 2.6737967914vw;
    gap: 2.6737967914vw
  }
}
.top-instagram__btn.is-follow:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon/ic_instagram-white.svg) no-repeat center/contain
}
@media only screen and (max-width: 374px) {
  .top-instagram__btn.is-follow:before {
    width: 3.4759358289vw;
    height: 3.4759358289vw
  }
}
.opening-hours {
  position: fixed;
  bottom: 37px;
  right: 0;
  z-index: 100;
  background: #FFFEFA;
  max-width: 630px;
  width: 100%;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-box-shadow: 0px 0px 10px rgba(242, 193, 177, .5);
  box-shadow: 0 0 10px #f2c1b180;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .opening-hours {
    display: none !important
  }
}
.opening-hours:not(.is-closed) {
  -webkit-transform: translateX(0);
  transform: translate(0)
}
.opening-hours.is-closed {
  -webkit-transform: translateX(calc(100% - 80px));
  transform: translate(calc(100% - 80px))
}
.opening-hours__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.opening-hours__title {
  width: 80px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .03em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.opening-hours__title input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}
.opening-hours__title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon/ic_oclock.svg) no-repeat center/contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (min-width: 768px) {
  .opening-hours__title:hover {
    background: #ED8A8A;
    color: #fffefa
  }
  .opening-hours__title:hover:before {
    background: url(../img/common/icon/ic_oclock-white.svg) no-repeat center/contain
  }
}
.opening-hours #opening-hours:checked ~ .opening-hours__content {
  display: block
}
.opening-hours__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.opening-hours__sub-title {
  background: #EDF5F0;
  border-radius: 0 0 0 15px;
  font-size: 1.5rem;
  line-height: 1.5625;
  letter-spacing: .06em;
  font-weight: 700;
  padding: 6px 20px;
  text-align: center
}
.opening-hours__img {
  padding: 25px 30px;
  position: relative
}
.opening-hours__img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 50px);
  border-left: 1px solid #F5DFDF
}
.opening-hours__img a {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 74px;
  height: 20px;
  background: #79B29F;
  color: #fffefa;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: .03em;
  text-align: center;
  border-radius: 40px
}
@media only screen and (min-width: 768px) {
  .opening-hours__img a:hover {
    background: #609986;
    opacity: 1
  }
}
@-webkit-keyframes fadeInBounce {
  0% {
    visibility: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }
  20% {
    visibility: visible;
    opacity: 1
  }
  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1
  }
  to {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes fadeInBounce {
  0% {
    visibility: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }
  20% {
    visibility: visible;
    opacity: 1
  }
  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1
  }
  to {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@-webkit-keyframes scaledown {
  0% {
    scale: 1
  }
  to {
    scale: var(--scale-down, .9)
  }
}
@keyframes scaledown {
  0% {
    scale: 1
  }
  to {
    scale: var(--scale-down, .9)
  }
}
.news-content {
  padding: 120px 0 90px
}
@media only screen and (max-width: 767px) {
  .news-content {
    padding: 60px 0 45px
  }
}
.news-item {
  padding: 50px 0;
  border-bottom: 1px solid #F1F1F1
}
@media only screen and (max-width: 767px) {
  .news-item {
    padding: 30px 0
  }
}
.news-item:first-child {
  padding-top: 0
}
.news-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .news-bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.news-bl__img {
  max-width: 288px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .news-bl__img {
    max-width: 100%;
    width: 100%
  }
}
.news-bl__img img {
  width: 100%
}
.news-bl__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.news-bl__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .news-bl__gr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.news-bl__date {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .03em
}
.news-bl__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
.news-bl__cate span {
  background: #ED8A8A;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 15px;
  letter-spacing: .12em;
  color: #fff;
  border-radius: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.news-bl__title {
  font-size: 2.1rem;
  line-height: 1.9;
  letter-spacing: .09em;
  font-weight: 700
}
.news-bl__text {
  font-size: 1.9rem;
  line-height: 1.94;
  letter-spacing: .09em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 37px;
  overflow: hidden;
  margin-top: 10px
}
@media only screen and (max-width: 767px) {
  .news-bl__text {
    height: auto
  }
}
@media only screen and (max-width: 767px) {
  .news-bl__text {
    font-size: 1.6rem
  }
}
.news-bl .btn {
  margin-top: 10px
}
.news-detail {
  max-width: 840px;
  margin: 0 auto
}
.news-detail .news-bl__title {
  font-size: 3.6rem;
  line-height: 1.48
}
@media only screen and (max-width: 767px) {
  .news-detail .news-bl__title {
    font-size: 2.4rem
  }
}
.news-detail .news-bl__date {
  margin: 25px 0
}
@media only screen and (max-width: 767px) {
  .news-detail .news-bl__date {
    margin: 15px 0
  }
}
.news-detail .wp-content {
  margin: 90px 0;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .news-detail .wp-content {
    font-size: 1.6rem;
    margin: 45px 0
  }
}
.news-detail .wp-content span {
  color: #c44f4f
}
.news-detail .btn {
  max-width: 240px;
  margin: 0 auto
}
.first-time__wrap {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .first-time__wrap {
    padding: 60px 0
  }
}
.first-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-right: calc(-.5*(100vw - 1140px));
  padding: 60px 0;
  border-bottom: 1px dotted #A7CBBD
}
@media only screen and (max-width: 1180px) {
  .first-time__item {
    margin-right: -20px
  }
}
@media only screen and (max-width: 767px) {
  .first-time__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 0;
    margin-right: 0
  }
}
.first-time__item:first-child {
  padding-top: 0
}
.first-time__item:first-child .first-time__img {
  position: relative
}
.first-time__item:first-child .first-time__img:before {
  content: "";
  position: absolute;
  top: -108px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(11.72deg);
  transform: translate(-50%) rotate(11.72deg);
  display: block;
  width: 87px;
  height: 125px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center center/contain;
  z-index: 1
}
.first-time__item:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.first-time__img {
  max-width: 37.5vw
}
@media only screen and (max-width: 1600px) {
  .first-time__img {
    max-width: 600px
  }
}
.first-time__img img {
  width: 100%;
  border-radius: 500px 0 0 500px
}
@media only screen and (max-width: 767px) {
  .first-time__img {
    max-width: calc(100% + 20px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -20px
  }
}
.first-time__content {
  max-width: 676px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50%
}
@media only screen and (max-width: 767px) {
  .first-time__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: auto;
    max-width: 100%
  }
}
.first-time__content .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .first-time__content .title01 {
    margin-bottom: 15px;
    font-size: 2.7rem;
    letter-spacing: .03em
  }
}
@media only screen and (max-width: 374px) {
  .first-time__content .title01 {
    font-size: 7.2192513369vw;
    letter-spacing: .0080213904vw
  }
}
.first-time__content .btn {
  max-width: 240px;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .first-time__content .btn {
    margin-top: 15px
  }
}
.first-time__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  padding-left: 10px
}
@media only screen and (max-width: 767px) {
  .first-time__text {
    font-size: 1.6rem
  }
}
.about-intro {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .about-intro {
    padding: 60px 0
  }
}
.about-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc(-.5*(100vw - 1140px));
  gap: 50px
}
@media only screen and (max-width: 1180px) {
  .about-intro__inner {
    margin-right: -20px;
    gap: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .about-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-right: 0
  }
}
.about-intro__content {
  max-width: 640px
}
@media only screen and (max-width: 1180px) {
  .about-intro__content {
    max-width: 54.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .about-intro__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.about-intro__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .about-intro__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -20px
  }
}
@media only screen and (max-width: 1180px) {
  .about-intro .title02 {
    font-size: 3.5593220339vw;
    margin-bottom: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .about-intro .title02 {
    font-size: 2.2rem;
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 374px) {
  .about-intro .title02 {
    font-size: 5.8823529412vw
  }
}
.about-intro__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: justify
}
@media only screen and (max-width: 1180px) {
  .about-intro__text {
    font-size: 1.6101694915vw
  }
}
@media only screen and (max-width: 767px) {
  .about-intro__text {
    font-size: 1.6rem
  }
}
.about-intro__text p + p {
  margin-top: 20px
}
@media only screen and (max-width: 1180px) {
  .about-intro__text p + p {
    margin-top: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .about-intro__text p + p {
    margin-top: 10px
  }
}
.about-profile {
  background: #FAF1E1;
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .about-profile {
    padding: 45px 0 60px
  }
}
.about-profile .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile {
    gap: 5.9322033898vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.about-profile .profile__img {
  max-width: 503px
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile__img {
    max-width: 42.6271186441vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__img {
    max-width: 100%
  }
}
.about-profile .profile__img img {
  border-radius: 30px;
  border: 1px solid #F5DFDF;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__img img {
    height: auto;
    border-radius: 15px;
    width: 100%
  }
}
.about-profile .profile__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.about-profile .profile__content .title01 {
  margin-bottom: 40px
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile__content .title01 {
    margin-bottom: 3.3898305085vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__content .title01 {
    margin-bottom: 30px
  }
}
.about-profile .profile__info {
  width: 100%;
  border-collapse: collapse
}
.about-profile .profile__info tr:first-child td {
  padding-top: 0
}
.about-profile .profile__info tr:first-child td:first-child {
  padding-top: 6px
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile__info tr:first-child td:first-child {
    padding-top: .5084745763vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__info tr:first-child td:first-child {
    padding-top: 6px
  }
}
.about-profile .profile__info td {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  border-bottom: 1px solid #F5DFDF;
  padding: 13px 0 11px;
  vertical-align: top
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile__info td {
    font-size: 1.6101694915vw;
    padding: 1.1016949153vw 0 .9322033898vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__info td {
    font-size: 1.6rem;
    padding: 13px 0 11px
  }
}
.about-profile .profile__info td:first-child {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #c44f4f;
  width: 165px;
  line-height: 1;
  padding: 19px 25px 11px 0
}
@media only screen and (max-width: 1180px) {
  .about-profile .profile__info td:first-child {
    font-size: 1.8644067797vw;
    padding: 1.6101694915vw 2.1186440678vw .9322033898vw 0;
    width: 13.9830508475vw
  }
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__info td:first-child {
    font-size: 1.9rem;
    padding: 19px 15px 11px 0;
    width: 120px
  }
}
.about-profile .profile__name {
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: .03em;
  text-align: right;
  margin-top: 25px
}
@media only screen and (max-width: 767px) {
  .about-profile .profile__name {
    font-size: 1.9rem
  }
}
.about-profile__info {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .about-profile__info {
    margin-top: 30px
  }
}
.about-profile__box {
  background: #FFFEFA;
  padding: 45px 60px;
  border-radius: 30px
}
@media only screen and (max-width: 767px) {
  .about-profile__box {
    padding: 30px 20px;
    border-radius: 15px
  }
}
.about-profile__career {
  width: 100%;
  border-collapse: collapse
}
.about-profile__career tr:first-child td {
  padding-top: 0
}
.about-profile__career td {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  border-bottom: 1px solid #F5DFDF;
  padding: 18px 0 16px
}
@media only screen and (max-width: 767px) {
  .about-profile__career td {
    font-size: 1.6rem
  }
}
.about-profile__career td:first-child {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  width: 140px;
  padding-right: 25px;
  line-height: 1
}
@media only screen and (max-width: 767px) {
  .about-profile__career td:first-child {
    font-size: 1.9rem;
    width: 80px;
    padding-right: 15px
  }
}
.about-profile .work-history {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .about-profile .work-history {
    font-size: 1.6rem
  }
}
.about-feature {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 45px 0 60px
  }
}
.about-feature .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .about-feature .title01 {
    margin-bottom: 30px
  }
}
.about-feature__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .about-feature__bl {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .about-feature__bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.about-feature__bl + .about-feature__bl {
  margin-top: 100px
}
@media only screen and (max-width: 767px) {
  .about-feature__bl + .about-feature__bl {
    margin-top: 50px
  }
}
.about-feature__bl:nth-child(even) {
  margin-right: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .about-feature__bl:nth-child(even) {
    margin-right: -20px
  }
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(even) {
    margin-right: 0
  }
}
.about-feature__bl:nth-child(even) .about-feature__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.about-feature__bl:nth-child(even) .about-feature__img img {
  border-radius: 500px 0 0 500px
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(even) .about-feature__img {
    margin-right: -20px
  }
}
.about-feature__bl:nth-child(even) .about-feature__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(even) .about-feature__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.about-feature__bl:nth-child(odd) {
  margin-left: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .about-feature__bl:nth-child(odd) {
    margin-left: -20px
  }
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(odd) {
    margin-left: 0
  }
}
.about-feature__bl:nth-child(odd) .about-feature__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.about-feature__bl:nth-child(odd) .about-feature__img img {
  border-radius: 0 500px 500px 0
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(odd) .about-feature__img {
    margin-left: -20px
  }
}
.about-feature__bl:nth-child(odd) .about-feature__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.about-feature__bl:nth-child(3) .title04 span {
  font-size: 3rem
}
@media only screen and (max-width: 1180px) {
  .about-feature__bl:nth-child(3) .title04 span {
    font-size: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .about-feature__bl:nth-child(3) .title04 span {
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 374px) {
  .about-feature__bl:nth-child(3) .title04 span {
    font-size: 6.4vw
  }
}
.about-feature__img {
  width: 50%;
  max-width: 37.5vw
}
@media only screen and (max-width: 767px) {
  .about-feature__img {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px)
  }
}
.about-feature__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 676px
}
@media only screen and (max-width: 1180px) {
  .about-feature .title04 {
    gap: 3.3898305085vw;
    margin-bottom: 2.5423728814vw
  }
  .about-feature .title04 img {
    width: 11.3559322034vw;
    height: 11.3559322034vw
  }
  .about-feature .title04 span {
    font-size: 3.813559322vw
  }
  .about-feature .title04 span span {
    gap: .8474576271vw;
    font-size: 2.5423728814vw;
    margin-top: .4237288136vw
  }
  .about-feature .title04 span span:before {
    width: 8.0508474576vw
  }
}
@media only screen and (max-width: 767px) {
  .about-feature .title04 {
    margin-bottom: 30px;
    gap: 10px
  }
  .about-feature .title04 img {
    width: 70px;
    height: 70px
  }
  .about-feature .title04 span {
    font-size: 2.4rem
  }
  .about-feature .title04 span span {
    gap: 10px;
    font-size: 1.6rem;
    margin-top: 5px
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .about-feature .title04 span span {
    font-size: 4.2780748663vw
  }
}
@media only screen and (max-width: 767px) {
  .about-feature .title04 span span:before {
    width: 40px
  }
}
.about-feature__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: justify
}
@media only screen and (max-width: 1180px) {
  .about-feature__text {
    font-size: 1.6101694915vw
  }
}
@media only screen and (max-width: 767px) {
  .about-feature__text {
    font-size: 1.6rem
  }
}
.about-gallery {
  position: relative;
  padding: 7.5vw 0 0
}
@media only screen and (max-width: 767px) {
  .about-gallery {
    padding: 16vw 0 0
  }
}
.about-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background: url(../img/first-time/about/frame01.svg) no-repeat center bottom/100%
}
@media only screen and (max-width: 767px) {
  .about-gallery:before {
    height: 16vw
  }
}
.about-gallery__wrap {
  padding: 90px 0 120px;
  background: #FAF1E1;
  position: relative
}
@media only screen and (max-width: 767px) {
  .about-gallery__wrap {
    padding: 45px 0 60px
  }
}
.about-gallery__wrap:before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 148px;
  height: 205px;
  background: url(../img/first-time/about/frame02.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .about-gallery__wrap:before {
    top: 9.375vw;
    width: 9.25vw;
    height: 12.8125vw
  }
}
@media only screen and (max-width: 767px) {
  .about-gallery__wrap:before {
    top: 20vw;
    width: 19.7333333333vw;
    height: 27.3333333333vw
  }
}
.about-gallery__wrap:after {
  content: "";
  position: absolute;
  bottom: 356px;
  right: 0;
  width: 170px;
  height: 222px;
  background: url(../img/first-time/about/frame03.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .about-gallery__wrap:after {
    bottom: 22.25vw;
    width: 10.625vw;
    height: 13.875vw
  }
}
@media only screen and (max-width: 767px) {
  .about-gallery__wrap:after {
    bottom: 47.4666666667vw;
    width: 22.6666666667vw;
    height: 29.6vw
  }
}
.about-gallery .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .about-gallery .title01 {
    margin-bottom: 30px
  }
}
.about-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .about-gallery__list {
    gap: 10px
  }
}
.about-gallery__list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: calc(50% - 30px)
}
@media only screen and (max-width: 767px) {
  .about-gallery__list li {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px)
  }
}
.about-gallery__list li img {
  border: 6px solid #FFFEFA;
  border-radius: 30px
}
@media only screen and (max-width: 767px) {
  .about-gallery__list li img {
    border-radius: 15px;
    border-width: 3px
  }
}
.voice-letter {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .voice-letter {
    padding: 60px 0
  }
}
.voice-letter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}
@media only screen and (max-width: 1180px) {
  .voice-letter__inner {
    gap: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-letter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
  }
}
.voice-letter__img {
  width: 41.8421052632%
}
@media only screen and (max-width: 767px) {
  .voice-letter__img {
    width: 100%
  }
}
.voice-letter__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 527px)
}
@media only screen and (max-width: 767px) {
  .voice-letter__content {
    width: 100%
  }
}
.voice-letter .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .voice-letter .title01 {
    margin-bottom: 2.5423728814vw;
    font-size: 3.813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-letter .title01 {
    font-size: 2.8rem;
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 374px) {
  .voice-letter .title01 {
    font-size: 7.4666666667vw
  }
}
.voice-letter__text {
  font-size: 1.9rem;
  line-height: 2.66;
  letter-spacing: .09em;
  text-align: justify;
  background: url(../img/first-time/voice/frame01.svg) repeat bottom;
  background-size: 46px 51px
}
@media only screen and (max-width: 1180px) {
  .voice-letter__text {
    font-size: 1.6101694915vw;
    background-size: 3.8983050847vw 4.3220338983vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-letter__text {
    font-size: 1.6rem;
    line-height: 2.5;
    text-underline-offset: 13px;
    background-size: 36px 40px
  }
}
.voice-content {
  padding: 120px 0;
  background: #FAF1E1
}
@media only screen and (max-width: 767px) {
  .voice-content {
    padding: 60px 0
  }
}
.voice-content .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .voice-content .title01 {
    margin-bottom: 30px
  }
}
.voice-box {
  padding: 70px;
  border-radius: 30px;
  background: #FFFEFA
}
@media only screen and (max-width: 767px) {
  .voice-box {
    padding: 40px 20px;
    border-radius: 15px
  }
}
.voice-box + .voice-box {
  margin-top: 80px
}
.voice-box__content {
  position: relative;
  max-height: 153px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  will-change: max-height
}
.voice-box__content.is-expanded:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility 0s .3s;
  transition: opacity .3s ease, visibility 0s .3s
}
.voice-box__content:after {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.96%, rgba(255, 254, 250, 0)), color-stop(50.29%, #FFFEFA));
  background: -webkit-linear-gradient(top, rgba(255, 254, 250, 0) -16.96%, #FFFEFA 50.29%);
  background: linear-gradient(180deg, rgba(255, 254, 250, 0) -16.96%, #FFFEFA 50.29%)
}
@media only screen and (max-width: 767px) {
  .voice-box .title03 {
    font-size: 2.3rem
  }
}
.voice-box__text {
  font-size: 1.9rem;
  line-height: 2.66;
  letter-spacing: .09em;
  text-align: justify;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, #F8E9E8 2px, transparent 1px);
  background-image: linear-gradient(to top, #F8E9E8 2px, transparent 1px);
  background-size: 100% 2.66em;
  background-origin: content-box;
  background-clip: content-box
}
@media only screen and (max-width: 767px) {
  .voice-box__text {
    font-size: 1.6rem;
    line-height: 2.5;
    background-size: 100% 2.5em
  }
}
.voice-box__img {
  max-width: 823px;
  margin: 50px auto 0;
  position: relative;
  padding: 0 60px
}
@media only screen and (max-width: 767px) {
  .voice-box__img {
    padding: 0 8vw;
    margin-top: 30px
  }
}
.voice-box__img:after {
  content: "";
  display: block;
  width: 95px;
  height: 136px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center top/contain;
  -webkit-transform: rotate(11.59deg);
  transform: rotate(11.59deg);
  margin: -116px -60px 0 auto
}
@media only screen and (max-width: 1180px) {
  .voice-box__img:after {
    width: 8.0508474576vw;
    height: 11.5254237288vw;
    margin: -9.8305084746vw -5.0847457627vw 0 auto
  }
}
.voice-box__img img {
  width: 100%;
  border-radius: 30px;
  border: 10px solid #FCF4ED
}
@media only screen and (max-width: 767px) {
  .voice-box__img img {
    border-radius: 15px;
    border-width: 5px
  }
}
.voice-box .btn {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.voice-box .btn:has([aria-expanded=true]) {
  margin-top: 70px
}
@media only screen and (max-width: 767px) {
  .voice-box .btn:has([aria-expanded=true]) {
    margin-top: 40px
  }
}
.voice-box .btn span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: center
}
.voice-photo {
  padding: 90px 0 120px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .voice-photo {
    padding: 60px 0
  }
}
.voice-photo:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 345px;
  height: 427px;
  background: url(../img/first-time/voice/frame02.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .voice-photo:before {
    top: 3vw;
    width: 21.5625vw;
    height: 26.6875vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-photo:before {
    top: 24px;
    width: 172.5px;
    height: 213.5px
  }
}
.voice-photo:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 176px;
  height: 222px;
  background: url(../img/first-time/voice/frame03.svg) no-repeat center top/contain
}
@media only screen and (max-width: 1600px) {
  .voice-photo:after {
    bottom: 1.25vw;
    width: 11vw;
    height: 13.875vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-photo:after {
    bottom: 10px;
    width: 88px;
    height: 111px
  }
}
.voice-photo .title01 {
  margin-bottom: 30px;
  z-index: 1;
  position: relative
}
.voice-photo__img {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.voice-photo__img img {
  border: 20px solid #FAF1E1;
  border-radius: 30px;
  width: 100%
}
@media only screen and (max-width: 767px) {
  .voice-photo__img img {
    border-radius: 15px;
    border-width: 10px
  }
}
.voice-photo__img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  right: -34px;
  width: 104px;
  height: 150px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center top/contain;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg)
}
@media only screen and (max-width: 1180px) {
  .voice-photo__img:after {
    width: 8.813559322vw;
    height: 12.7118644068vw;
    bottom: -1.186440678vw;
    right: -2.8813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .voice-photo__img:after {
    width: 52px;
    height: 75px;
    bottom: -7px;
    right: -14px
  }
}
.faq-section {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 60px 0
  }
}
.faq-section:nth-child(odd) {
  background: #FAF1E1
}
.faq-section:nth-child(even) {
  background: #FFFEFA
}
.faq-section:nth-child(even) .faq-box {
  background: #ffffff
}
.faq-section .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .faq-section .title01 {
    margin-bottom: 30px
  }
}
.faq-box {
  border-radius: 30px;
  background: #FFFEFA;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .faq-box {
    padding: 40px 20px;
    border-radius: 15px
  }
}
.faq-box:after {
  content: "";
  display: block;
  position: absolute;
  top: -58px;
  right: 12px;
  width: 72px;
  height: 104px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center top/contain;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg)
}
@media only screen and (max-width: 767px) {
  .faq-box:after {
    top: -25px;
    right: 6px;
    width: 36px;
    height: 52px
  }
}
.faq-list__item {
  padding: 30px 0;
  border-bottom: 1px solid #F5DFDF
}
@media only screen and (max-width: 767px) {
  .faq-list__item {
    padding: 15px 0
  }
}
.faq-list__item:first-child {
  padding-top: 0
}
.faq-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.faq-list__q {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.1rem;
  line-height: 2.1;
  letter-spacing: .06em;
  font-weight: 500;
  color: #4db48c;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px
}
@media only screen and (max-width: 767px) {
  .faq-list__q {
    gap: 10px;
    font-size: 1.8rem;
    line-height: 1.6
  }
}
.faq-list__q:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon/ic_question.svg) no-repeat center top/contain;
  position: relative;
  top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .faq-list__q:before {
    width: 30px;
    height: 30px;
    top: 1px
  }
}
.faq-list__a {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px
}
@media only screen and (max-width: 767px) {
  .faq-list__a {
    gap: 10px;
    font-size: 1.6rem
  }
}
.faq-list__a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon/ic_answer.svg) no-repeat center top/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .faq-list__a:before {
    width: 30px;
    height: 30px
  }
}
.pain {
  padding: 120px 0;
  background: #FAF1E1
}
@media only screen and (max-width: 767px) {
  .pain {
    padding: 60px 0
  }
}
.pain-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}
@media only screen and (max-width: 1180px) {
  .pain-bl {
    margin-right: -20px;
    gap: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-right: 0
  }
}
.pain-bl + .pain-bl {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .pain-bl + .pain-bl {
    margin-top: 30px
  }
}
.pain-bl:nth-child(odd) {
  margin-right: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .pain-bl:nth-child(odd) {
    margin-right: -20px
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl:nth-child(odd) {
    margin-right: 0
  }
  .pain-bl:nth-child(odd) .pain-bl__img {
    margin-right: -20px
  }
}
.pain-bl:nth-child(even) {
  margin-left: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .pain-bl:nth-child(even) {
    margin-left: -20px
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl:nth-child(even) {
    margin-left: 0
  }
}
.pain-bl:nth-child(even) .pain-bl__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.pain-bl:nth-child(even) .pain-bl__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media only screen and (max-width: 767px) {
  .pain-bl:nth-child(even) .pain-bl__img {
    margin-left: -20px
  }
}
.pain-bl__content {
  max-width: 640px
}
@media only screen and (max-width: 1180px) {
  .pain-bl__content {
    max-width: 54.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.pain-bl__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .pain-bl__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -20px
  }
}
.pain-bl .title01 {
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .pain-bl .title01 {
    font-size: 3.813559322vw
  }
  .pain-bl .title01 span {
    font-size: 1.7796610169vw
  }
  .pain-bl .title01 span:before {
    width: .2542372881vw;
    height: 1.2711864407vw
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl .title01 {
    font-size: 2.8rem
  }
  .pain-bl .title01 span {
    font-size: 1.8rem
  }
  .pain-bl .title01 span:before {
    width: 3px;
    height: 15px
  }
}
@media only screen and (max-width: 374px) {
  .pain-bl .title01 {
    font-size: 7.486631016vw
  }
  .pain-bl .title01 span {
    font-size: 4.8128342246vw
  }
  .pain-bl .title01 span:before {
    width: .8021390374vw;
    height: 4.0106951872vw
  }
}
.pain-bl__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: justify
}
@media only screen and (max-width: 1180px) {
  .pain-bl__text {
    font-size: 1.6101694915vw
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl__text {
    font-size: 1.6rem
  }
}
.pain-bl__text span {
  display: block;
  font-weight: 700;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  color: #c44f4f
}
@media only screen and (max-width: 1180px) {
  .pain-bl__text span {
    font-size: 2.0338983051vw
  }
}
@media only screen and (max-width: 767px) {
  .pain-bl__text span {
    font-size: 2rem
  }
}
.flow {
  padding: 90px 0 120px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 45px 0 60px
  }
}
.flow:before {
  content: "";
  position: absolute;
  top: 199px;
  left: 0;
  width: 350px;
  height: 427px;
  background: url(../img/lumbago/frame01.svg) no-repeat center top/contain;
  z-index: -1
}
@media only screen and (max-width: 1600px) {
  .flow:before {
    top: 12.4375vw;
    width: 21.875vw;
    height: 26.6875vw
  }
}
@media only screen and (max-width: 767px) {
  .flow:before {
    top: 26.6666666667vw;
    width: 46.6666666667vw;
    height: 56.9333333333vw
  }
}
.flow:after {
  content: "";
  position: absolute;
  bottom: 262px;
  right: 22px;
  width: 227px;
  height: 222px;
  background: url(../img/lumbago/frame02.svg) no-repeat center top/contain;
  z-index: -1
}
@media only screen and (max-width: 1600px) {
  .flow:after {
    bottom: 16.375vw;
    right: 1.375vw;
    width: 14.1875vw;
    height: 13.875vw
  }
}
@media only screen and (max-width: 767px) {
  .flow:after {
    bottom: 34.9333333333vw;
    width: 30.2666666667vw;
    height: 29.6vw
  }
}
.flow .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .flow .title01 {
    margin-bottom: 30px
  }
}
.flow-list {
  margin: 0 calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .flow-list {
    margin: 0 -20px
  }
}
@media only screen and (max-width: 767px) {
  .flow-list {
    margin: 0
  }
}
.flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 71.25vw
}
@media only screen and (max-width: 767px) {
  .flow-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
  }
}
.flow-list__item + .flow-list__item {
  position: relative
}
.flow-list__item + .flow-list__item:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 66px;
  border-left: 3px dotted #A7CBBD
}
@media only screen and (max-width: 1600px) {
  .flow-list__item + .flow-list__item:before {
    top: -2vw;
    height: 4.125vw;
    border-width: .1875vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item + .flow-list__item:before {
    top: -50px;
    height: 40px;
    border-width: 3px;
    left: 50%
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item + .flow-list__item {
    margin-top: 60px
  }
}
.flow-list__item:nth-child(odd) {
  margin-left: auto
}
.flow-list__item:nth-child(odd):before {
  left: 30%
}
@media only screen and (max-width: 767px) {
  .flow-list__item:nth-child(odd):before {
    left: 50%
  }
}
.flow-list__item:nth-child(odd) .flow-list__img img {
  border-radius: 11vw 0 0 11vw
}
@media only screen and (max-width: 767px) {
  .flow-list__item:nth-child(odd) .flow-list__img {
    margin-right: -40px;
    padding-left: 12.8205128205vw
  }
}
.flow-list__item:nth-child(odd) .flow-list__content {
  left: 20px
}
@media only screen and (max-width: 1600px) {
  .flow-list__item:nth-child(odd) .flow-list__content {
    left: 1.25vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item:nth-child(odd) .flow-list__content {
    left: 0
  }
}
.flow-list__item:nth-child(even) .flow-list__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.flow-list__item:nth-child(even) .flow-list__img img {
  border-radius: 0 11vw 11vw 0
}
@media only screen and (max-width: 767px) {
  .flow-list__item:nth-child(even) .flow-list__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: -40px;
    padding-right: 12.8205128205vw
  }
}
.flow-list__item:nth-child(even) .flow-list__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  right: 20px
}
@media only screen and (max-width: 1600px) {
  .flow-list__item:nth-child(even) .flow-list__content {
    right: 1.25vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item:nth-child(even) .flow-list__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    right: 0
  }
}
.flow-list__item:last-child {
  margin-top: 15px
}
@media only screen and (max-width: 1600px) {
  .flow-list__item:last-child {
    margin-top: .9375vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item:last-child {
    margin-top: 60px
  }
}
.flow-list__item:last-child:before {
  top: -46px
}
@media only screen and (max-width: 1600px) {
  .flow-list__item:last-child:before {
    top: -2.875vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__item:last-child:before {
    top: -50px
  }
}
.flow-list__img {
  width: 31.25vw
}
@media only screen and (max-width: 1600px) {
  .flow-list__img {
    width: 31.25vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__img {
    width: 100%;
    margin-top: 25px
  }
}
.flow-list__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 526px;
  margin: 0 auto;
  text-align: center;
  position: relative
}
@media only screen and (max-width: 1600px) {
  .flow-list .title05 {
    font-size: 1.3125vw
  }
  .flow-list .title05 span {
    font-size: 1.25vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list .title05 {
    font-size: 1.6rem
  }
  .flow-list .title05 span {
    font-size: 1.8rem
  }
}
.flow-list__icon {
  width: 137px;
  height: 137px;
  margin: 0 auto 30px
}
@media only screen and (max-width: 1600px) {
  .flow-list__icon {
    width: 8.5625vw;
    height: 8.5625vw;
    margin-bottom: 1.875vw
  }
}
@media only screen and (max-width: 767px) {
  .flow-list__icon {
    width: 105px;
    height: 105px;
    margin-bottom: 25px
  }
}
.access .store-info {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .access .store-info {
    padding: 45px 0 60px
  }
}
.access .store-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px
}
@media only screen and (max-width: 1180px) {
  .access .store-info__inner {
    gap: 5.9322033898vw
  }
}
@media only screen and (max-width: 767px) {
  .access .store-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.access .store-info__map {
  width: 52.6315789474%
}
@media only screen and (max-width: 767px) {
  .access .store-info__map {
    width: 100%;
    min-width: auto
  }
}
.access .store-info__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px
}
@media only screen and (max-width: 767px) {
  .access .store-info__map iframe {
    min-height: 66.6666666667vw;
    border-radius: 15px
  }
}
.access .store-info__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.access .store-info__content .title01 {
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .access .store-info__content .title01 {
    margin-bottom: 0
  }
}
.access .store-info__table {
  width: 100%;
  border-collapse: collapse
}
.access .store-info__table tr {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #F5DFDF
}
@media only screen and (max-width: 1180px) {
  .access .store-info__table tr {
    padding: 2.1186440678vw 0
  }
}
@media only screen and (max-width: 767px) {
  .access .store-info__table tr {
    padding: 15px 0
  }
}
.access .store-info__table td {
  display: block;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 1180px) {
  .access .store-info__table td {
    font-size: 1.6rem
  }
}
.access .store-info__table td:first-child {
  font-size: 2.2rem;
  color: #c44f4f;
  font-weight: 700
}
@media only screen and (max-width: 1180px) {
  .access .store-info__table td:first-child {
    font-size: 2rem
  }
}
.access .parking-lot {
  padding: 90px 0 120px;
  background: #FAF1E1
}
@media only screen and (max-width: 767px) {
  .access .parking-lot {
    padding: 45px 0 60px
  }
}
.access .parking-lot .title01 {
  margin-bottom: 25px
}
.access .parking-lot__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  text-align: center
}
@media only screen and (max-width: 1180px) {
  .access .parking-lot__text {
    font-size: 1.5rem
  }
}
.access .parking-lot__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .access .parking-lot__list {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .access .parking-lot__list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.access .parking-lot__list li {
  width: 50%;
  padding: 20px;
  border-radius: 30px;
  background: #FFFEFA
}
@media only screen and (max-width: 1180px) {
  .access .parking-lot__list li {
    border-radius: 2.5423728814vw;
    padding: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .access .parking-lot__list li {
    width: 100%;
    padding: 10px;
    border-radius: 15px
  }
}
.access .parking-lot__list li img {
  border-radius: 20px
}
@media only screen and (max-width: 1180px) {
  .access .parking-lot__list li img {
    border-radius: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .access .parking-lot__list li img {
    border-radius: 10px
  }
}
.access .guide {
  position: relative
}
.access .guide-tabs {
  padding: 90px 0
}
@media only screen and (max-width: 767px) {
  .access .guide-tabs {
    padding: 45px 0
  }
}
.access .guide-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .access .guide-tabs__nav {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.access .guide-tabs__btn {
  width: 50%;
  border: 3px solid #F2E7E7;
  border-radius: 100px;
  padding: 25px 30px;
  background: #FFFEFA;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.1rem;
  line-height: 32px;
  letter-spacing: .06em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (max-width: 1180px) {
  .access .guide-tabs__btn {
    padding: 2.1186440678vw 2.5423728814vw;
    border-radius: 8.4745762712vw;
    font-size: 1.7796610169vw;
    line-height: 2.7118644068vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-tabs__btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 1.6rem;
    line-height: 24px
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-tabs__btn {
    padding: 4.0106951872vw 5.3475935829vw;
    border-radius: 26.7379679144vw;
    font-size: 4.2780748663vw;
    line-height: 6.4171122995vw
  }
}
.access .guide-tabs__btn span {
  font-size: 2.6rem
}
@media only screen and (max-width: 1180px) {
  .access .guide-tabs__btn span {
    font-size: 2.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-tabs__btn span {
    font-size: 2rem
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-tabs__btn span {
    font-size: 5.3475935829vw
  }
}
.access .guide-tabs__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 10px auto 0
}
.access .guide-tabs__btn.is-tab1 span {
  color: #ed8a8a
}
.access .guide-tabs__btn.is-tab1:after {
  background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px
}
.access .guide-tabs__btn.is-tab1.is-active {
  background: #FFFAF6;
  border-color: #f0a69d
}
@media only screen and (min-width: 768px) {
  .access .guide-tabs__btn.is-tab1:hover {
    background: #FFFAF6;
    border-color: #f0a69d
  }
  .access .guide-tabs__btn.is-tab1:hover:after {
    background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.access .guide-tabs__btn.is-tab2 span {
  color: #4db48c
}
.access .guide-tabs__btn.is-tab2:after {
  background: #A7CBBD url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 30px
}
.access .guide-tabs__btn.is-tab2.is-active {
  background: #FAFDFC;
  border-color: #a7cbbd
}
@media only screen and (min-width: 768px) {
  .access .guide-tabs__btn.is-tab2:hover {
    background: #FAFDFC;
    border-color: #a7cbbd
  }
  .access .guide-tabs__btn.is-tab2:hover:after {
    background: #A7CBBD url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 75%/auto 30px
  }
}
.access .guide-content {
  display: none;
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .access .guide-content {
    padding: 45px 0 60px
  }
}
.access .guide-content.is-active {
  display: block
}
.access .guide-content.is-tab1 {
  background: #FCF4ED;
  position: relative
}
.access .guide-content.is-tab1:before {
  content: "";
  position: absolute;
  top: 8.375vw;
  left: 0;
  width: 11.25vw;
  height: 13.875vw;
  background: url(../img/access/frame01.svg) no-repeat center top/100%
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab1:before {
    top: 134px
  }
}
.access .guide-content.is-tab1 .guide-title span {
  color: #ed8a8a
}
.access .guide-content.is-tab1 .guide-title:after {
  content: "";
  position: absolute;
  bottom: -56px;
  right: 13px;
  width: 100px;
  height: 144px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center center/contain;
  -webkit-transform: rotate(11.72deg);
  transform: rotate(11.72deg)
}
@media only screen and (max-width: 1180px) {
  .access .guide-content.is-tab1 .guide-title:after {
    bottom: -4.7457627119vw;
    right: 1.1016949153vw;
    width: 8.4745762712vw;
    height: 12.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab1 .guide-title:after {
    bottom: -30px;
    right: 13px;
    width: 50px;
    height: 72px
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-content.is-tab1 .guide-title:after {
    bottom: -8vw;
    right: 3.4666666667vw;
    width: 13.3333333333vw;
    height: 19.2vw
  }
}
.access .guide-content.is-tab1 .guide-list__item:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .access .guide-content.is-tab1 .guide-list__item:last-child {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab1 .guide-list__item:last-child {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.access .guide-content.is-tab1 .guide-list__item:last-child .guide-list__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab1 .guide-list__item:last-child .guide-list__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.access .guide-content.is-tab1 .guide-list__item:last-child .guide-list__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 510px
}
@media only screen and (max-width: 1180px) {
  .access .guide-content.is-tab1 .guide-list__item:last-child .guide-list__img {
    max-width: 43.2203389831vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab1 .guide-list__item:last-child .guide-list__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%
  }
}
.access .guide-content.is-tab2 {
  background: #F1F8F5;
  position: relative
}
.access .guide-content.is-tab2:before {
  content: "";
  position: absolute;
  bottom: 2.875vw;
  left: 0;
  width: 10.1875vw;
  height: 13.875vw;
  background: url(../img/access/frame03.svg) no-repeat center top/100%
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab2:before {
    bottom: 46px
  }
}
.access .guide-content.is-tab2:after {
  content: "";
  position: absolute;
  top: 3.5625vw;
  right: 0;
  width: 26.8125vw;
  height: 26.6875vw;
  background: url(../img/access/frame04.svg) no-repeat center top/100%
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab2:after {
    top: 57px
  }
}
.access .guide-content.is-tab2 .guide-title span {
  color: #4db48c
}
.access .guide-content.is-tab2 .guide-title:after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 13px;
  width: 100px;
  height: 144px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center center/contain;
  -webkit-transform: rotate(-11.72deg) scaleX(-1);
  transform: rotate(-11.72deg) scaleX(-1)
}
@media only screen and (max-width: 1180px) {
  .access .guide-content.is-tab2 .guide-title:after {
    bottom: -4.7457627119vw;
    left: 1.1016949153vw;
    width: 8.4745762712vw;
    height: 12.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-content.is-tab2 .guide-title:after {
    bottom: -30px;
    right: 13px;
    width: 50px;
    height: 72px
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-content.is-tab2 .guide-title:after {
    bottom: -8vw;
    right: 3.4666666667vw;
    width: 13.3333333333vw;
    height: 19.2vw
  }
}
.access .guide-title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 1180px) {
  .access .guide-title {
    font-size: 2.3728813559vw;
    margin-bottom: 6.7796610169vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-title {
    font-size: 2.4rem;
    margin-bottom: 40px
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-title {
    font-size: 6.4171122995vw
  }
}
.access .guide-title span {
  font-size: 4.2rem
}
@media only screen and (max-width: 1180px) {
  .access .guide-title span {
    font-size: 3.5593220339vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-title span {
    font-size: 3.2rem
  }
}
@media only screen and (max-width: 374px) {
  .access .guide-title span {
    font-size: 8.5561497326vw
  }
}
.access .guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
  z-index: 4
}
@media only screen and (max-width: 1180px) {
  .access .guide-list {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.access .guide-list__item {
  width: calc(50% - 30px);
  background: #FFFEFA;
  padding: 30px;
  border-radius: 30px
}
@media only screen and (max-width: 1180px) {
  .access .guide-list__item {
    padding: 2.5423728814vw;
    border-radius: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list__item {
    width: 100%;
    padding: 15px;
    border-radius: 15px
  }
}
.access .guide-list__img img {
  border-radius: 10px
}
@media only screen and (max-width: 1180px) {
  .access .guide-list__img img {
    border-radius: .8474576271vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list__img img {
    border-radius: 5px
  }
}
.access .guide-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px
}
@media only screen and (max-width: 1180px) {
  .access .guide-list__content {
    gap: 1.6949152542vw;
    margin-top: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list__content {
    gap: 10px;
    margin-top: 15px
  }
}
.access .guide-list__content img {
  width: 92px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1180px) {
  .access .guide-list__content img {
    width: 7.7966101695vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list__content img {
    width: 60px
  }
}
.access .guide-list__text {
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: .08em
}
@media only screen and (max-width: 1180px) {
  .access .guide-list__text {
    font-size: 1.7796610169vw
  }
}
@media only screen and (max-width: 767px) {
  .access .guide-list__text {
    font-size: 1.6rem
  }
}
.access .guide-list__text span {
  color: #c44f4f
}
.price .anchor-link__list {
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .price .anchor-link__list {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .price .anchor-link__list {
    gap: 30px
  }
}
.price .anchor-link__list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  max-width: 180px
}
@media only screen and (max-width: 1180px) {
  .price .anchor-link__list li {
    -ms-flex-preferred-size: 15.2542372881vw;
    flex-basis: 15.2542372881vw
  }
}
@media only screen and (max-width: 767px) {
  .price .anchor-link__list li {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: 140px
  }
}
.price .anchor-link__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
@media only screen and (max-width: 1180px) {
  .price .anchor-link__list li a {
    font-size: 2.0338983051vw;
    gap: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .price .anchor-link__list li a {
    gap: 15px;
    font-size: 1.6rem
  }
}
.price .anchor-link__list li a span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 1180px) {
  .price .anchor-link__list li a span:after {
    width: 25px;
    height: 25px;
    background: #F0A69D url(../img/common/icon/ic_arrow-general.svg) no-repeat top 0 left 100%/auto 25px
  }
}
.price .anchor-link__list li a img {
  width: 100%
}
@media only screen and (max-width: 767px) {
  .price .anchor-link__list li a img {
    width: 90px
  }
}
.price-section {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .price-section {
    padding: 45px 0 60px
  }
}
.price-section:nth-child(odd) {
  background: #FAF1E1
}
.price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Zen Maru Gothic, sans-serif;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  gap: 40px;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .price-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px
  }
}
.price-title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 4.5rem
}
@media only screen and (max-width: 767px) {
  .price-title__main {
    font-size: 3.2rem
  }
  .price-title__main img {
    width: 50px
  }
}
.price-title__sub {
  padding: 20px 30px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #ED8A8A 30%, #F0A69D 100%);
  background: radial-gradient(50% 50% at 50% 50%, #ED8A8A 30%, #F0A69D 100%);
  border-radius: 10px;
  font-size: 2.2rem;
  color: #fffefa;
  text-align: center
}
.price-title__sub span {
  font-size: 2.9rem
}
.price-list {
  max-width: 840px;
  margin: 0 auto
}
@media only screen and (max-width: 1180px) {
  .price-list {
    max-width: 71.186440678vw
  }
  .price-list:has(.is-free) {
    max-width: 840px
  }
}
@media only screen and (max-width: 767px) {
  .price-list {
    max-width: 87%
  }
  .price-list:has(.is-free) {
    max-width: 87%
  }
}
.price-list__item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.29%, #F1B3A7), to(#ED8A8A));
  background: -webkit-linear-gradient(top, #F1B3A7 30.29%, #ED8A8A 100%);
  background: linear-gradient(180deg, #F1B3A7 30.29%, #ED8A8A 100%);
  border-radius: 30px;
  padding: 10px
}
@media only screen and (max-width: 1180px) {
  .price-list__item {
    border-radius: 2.5423728814vw;
    padding: .8474576271vw
  }
}
.price-list__item + .price-list__item {
  margin-top: 50px
}
@media only screen and (max-width: 1180px) {
  .price-list__item + .price-list__item {
    margin-top: 4.2372881356vw
  }
}
.price-list__item.is-first {
  position: relative
}
.price-list__item.is-first:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -75px;
  width: 168px;
  height: 168px;
  background: url(../img/common/icon/ic_first-time.svg) no-repeat center center/contain
}
@media only screen and (max-width: 1180px) {
  .price-list__item.is-first:before {
    top: -6.3559322034vw;
    left: -6.3559322034vw;
    width: 14.2372881356vw;
    height: 14.2372881356vw
  }
}
.price-list__item.is-only {
  position: relative
}
.price-list__item.is-only:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -75px;
  width: 168px;
  height: 168px;
  background: url(../img/common/icon/ic_only.svg) no-repeat center center/contain
}
@media only screen and (max-width: 1180px) {
  .price-list__item.is-only:before {
    top: -6.3559322034vw;
    left: -6.3559322034vw;
    width: 14.2372881356vw;
    height: 14.2372881356vw
  }
}
.price-box {
  background: #FFFEFA;
  border-radius: 21px;
  overflow: hidden
}
@media only screen and (max-width: 1180px) {
  .price-box {
    border-radius: 1.7796610169vw
  }
}
.price-box.is-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.price-box.is-free .price-box__head {
  width: 50%;
  padding: 30px
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-box__head {
    width: 100%;
    padding: 4vw
  }
}
.price-box.is-free .price-box__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-box__content {
    width: 100%
  }
}
.price-box.is-free .price-box__title {
  font-size: 4rem
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-box__title {
    font-size: 5.3333333333vw
  }
}
.price-box.is-free .price-special {
  position: relative
}
.price-box.is-free .price-special__number {
  font-size: 17rem
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-special__number {
    font-size: 22.6666666667vw
  }
}
.price-box.is-free .price-special__number span {
  font-size: 6.8rem;
  top: -6px;
  left: 2px;
  margin-left: 0;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-special__number span {
    font-size: 9.0666666667vw;
    top: -.8vw;
    left: .2666666667vw
  }
}
.price-box.is-free .price-special__note {
  position: absolute;
  top: auto;
  bottom: 97px;
  right: -1px;
  font-size: 2.1rem
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-special__note {
    font-size: 2.8vw;
    bottom: 12.9333333333vw;
    right: 0
  }
}
.price-box.is-free .price-special__note:before {
  content: "\203b";
  position: absolute;
  top: -33px;
  right: 11px;
  font-size: 2.68rem;
  font-weight: 700;
  line-height: 1;
  color: #c44f4f
}
@media only screen and (max-width: 767px) {
  .price-box.is-free .price-special__note:before {
    font-size: 3.5733333333vw;
    top: -4.4vw;
    right: 1.4666666667vw
  }
}
.price-box__head {
  padding: 30px;
  background: #FCF4ED;
  text-align: center
}
@media only screen and (max-width: 1180px) {
  .price-box__head {
    padding: 2.5423728814vw
  }
}
.price-box__sub {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A7CBBD;
  margin: 0 auto 30px;
  max-width: 680px;
  letter-spacing: -.1em;
  white-space: nowrap
}
@media only screen and (max-width: 1180px) {
  .price-box__sub {
    max-width: 57.6271186441vw;
    font-size: 3.3898305085vw;
    padding-bottom: 1.6949152542vw;
    margin: 0 auto 2.5423728814vw
  }
}
.price-box__sub span {
  font-size: 2.4rem;
  letter-spacing: .03em
}
@media only screen and (max-width: 1180px) {
  .price-box__sub span {
    font-size: 2.0338983051vw
  }
}
.price-box__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px
}
@media only screen and (max-width: 1180px) {
  .price-box__gr {
    gap: 3.3898305085vw
  }
}
.price-box__title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .06em
}
@media only screen and (max-width: 1180px) {
  .price-box__title {
    font-size: 3.813559322vw
  }
}
.price-box__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px
}
@media only screen and (max-width: 1180px) {
  .price-box__fee {
    gap: .5084745763vw
  }
}
.price-box__fee .fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.price-box__fee .fee-label {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: .06em;
  font-weight: 700;
  color: #fffefa;
  background: #A7CBBD;
  border-radius: 50px;
  padding: 4px 25px 6px;
  margin-right: 26px
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee-label {
    font-size: 2.1186440678vw;
    border-radius: 4.2372881356vw;
    padding: .3389830508vw 2.1186440678vw .5084745763vw;
    margin-right: 2.2033898305vw
  }
}
.price-box__fee .fee-gr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.price-box__fee .fee-number {
  font-family: Poppins, sans-serif;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee-number {
    font-size: 4.406779661vw
  }
}
.price-box__fee .fee-number span {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  left: -1px;
  top: -2px
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee-number span {
    font-size: 2.8813559322vw;
    top: -.1694915254vw;
    left: -.0847457627vw
  }
}
.price-box__fee .fee-note {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  position: relative;
  top: 3px
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee-note {
    font-size: 2.3728813559vw;
    top: .2542372881vw
  }
}
.price-box__fee .fee.is-old .fee-gr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 100%;
  border-bottom: 4px solid #C44F4F;
  -webkit-transform: rotate(180deg);
  transform: rotate(8deg) translateY(-50%);
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee.is-old .fee-gr:before {
    left: -.8474576271vw;
    border-width: .3389830508vw
  }
}
.price-box__fee .fee.is-old .fee-gr:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 100%;
  border-bottom: 4px solid #C44F4F;
  -webkit-transform: rotate(180deg);
  /*  transform: rotate(-8deg) translateY(-50%);*/
  z-index: 1
}
@media only screen and (max-width: 1180px) {
  .price-box__fee .fee.is-old .fee-gr:after {
    left: -.8474576271vw;
    border-width: .3389830508vw
  }
}
.price-box__content {
  padding: 30px
}
@media only screen and (max-width: 1180px) {
  .price-box__content {
    padding: 2.5423728814vw
  }
}
.price-box.is-style02 .price-box__sub span {
  font-size: 4rem;
  letter-spacing: -.02em
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__sub span {
    font-size: 3.3898305085vw
  }
}
.price-box.is-style02 .price-box__sub span:nth-child(1) {
  letter-spacing: -.37em
}
.price-box.is-style02 .price-box__sub span:nth-child(2) {
  letter-spacing: -.08em
}
.price-box.is-style02 .price-box__gr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__gr {
    gap: .8474576271vw
  }
}
.price-box.is-style02 .price-box__fee {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__fee {
    gap: .8474576271vw
  }
}
.price-box.is-style02 .price-box__fee .fee-label {
  font-size: 1.9rem;
  width: 100px;
  height: 33px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__fee .fee-label {
    font-size: 1.6101694915vw;
    width: 8.4745762712vw;
    height: 2.7966101695vw;
    margin-right: 1.2711864407vw
  }
}
.price-box.is-style02 .price-box__fee .fee-number {
  font-size: 4rem
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__fee .fee-number {
    font-size: 3.3898305085vw
  }
}
.price-box.is-style02 .price-box__fee .fee-number span {
  font-size: 2.6rem;
  left: 0;
  margin-left: 10px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__fee .fee-number span {
    font-size: 2.2033898305vw;
    margin-left: .8474576271vw
  }
}
.price-box.is-style02 .price-box__fee .fee-note {
  font-size: 2.1rem;
  margin: 0 -3px 0 -5px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-box__fee .fee-note {
    font-size: 1.7796610169vw;
    margin: 0 -.2542372881vw 0 -.4237288136vw
  }
}
.price-box.is-style02 .price-note {
  font-size: 2.2rem;
  color: #c44f4f;
  line-height: 1.69;
  letter-spacing: .09em
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-note {
    font-size: 1.8644067797vw
  }
}
.price-box.is-style02 .price-special__label {
  min-width: 200px
}
@media only screen and (max-width: 1180px) {
  .price-box.is-style02 .price-special__label {
    min-width: 16.9491525424vw
  }
}
.price-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  white-space: nowrap
}
@media only screen and (max-width: 1180px) {
  .price-special {
    gap: 2.0338983051vw
  }
}
.price-special + .price-special {
  margin-top: 15px
}
@media only screen and (max-width: 1180px) {
  .price-special + .price-special {
    margin-top: 1.2711864407vw
  }
}
.price-special__label {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.5rem;
  line-height: 1.15;
  letter-spacing: .03em;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  min-width: 232px;
  color: #383838
}
@media only screen and (max-width: 1180px) {
  .price-special__label {
    font-size: 3.813559322vw;
    min-width: 19.6610169492vw;
    padding-bottom: 1.6949152542vw
  }
}
.price-special__label span {
  letter-spacing: -.06em
}
.price-special__label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../img/common/icon/ic_special-line.svg) repeat-x center left/59px 14px
}
@media only screen and (max-width: 1180px) {
  .price-special__label:after {
    height: 1.186440678vw;
    background: url(../img/common/icon/ic_special-line.svg) repeat-x center left/5vw 1.186440678vw
  }
}
.price-special__number {
  font-family: Poppins, sans-serif;
  font-size: 10.71rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #c44f4f
}
@media only screen and (max-width: 1180px) {
  .price-special__number {
    font-size: 9.0762711864vw
  }
}
.price-special__number span {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 4.08rem;
  font-weight: 900;
  position: relative;
  top: -5px;
  margin-left: 7px
}
@media only screen and (max-width: 1180px) {
  .price-special__number span {
    font-size: 3.4576271186vw;
    margin-left: .593220339vw;
    top: -.4237288136vw
  }
}
.price-special__note {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 3.352rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  position: relative;
  top: -5px;
  margin: 0 -16px;
  color: #c44f4f
}
@media only screen and (max-width: 1180px) {
  .price-special__note {
    font-size: 2.8406779661vw;
    margin: 0 -1.3559322034vw;
    top: -.4237288136vw
  }
}
.price-special.is-special .price-special__label {
  color: #c44f4f;
  min-width: auto
}
.price-note {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.7rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 700;
  text-align: center;
  margin-top: 10px
}
@media only screen and (max-width: 1180px) {
  .price-note {
    font-size: 2.2881355932vw;
    margin-top: .8474576271vw
  }
}
.price-note span {
  font-size: 4.2rem;
  letter-spacing: .03em;
  color: #c44f4f
}
@media only screen and (max-width: 1180px) {
  .price-note span {
    font-size: 3.5593220339vw
  }
}
.price-info {
  font-size: 1.9rem;
  line-height: 1.69;
  letter-spacing: .09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 60px
}
@media only screen and (max-width: 1180px) {
  .price-info {
    margin-top: 5.0847457627vw;
    font-size: 1.6101694915vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info {
    position: relative;
    font-size: 4.6153846154vw;
    text-align: justify
  }
}
.price-info > span span span {
  color: #c44f4f;
  display: block
}
@media only screen and (max-width: 767px) {
  .price-info > span {
    padding: 0 17.9487179487vw
  }
}
.price-info:after {
  content: "";
  position: relative;
  display: block;
  width: 73px;
  height: 108px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background: url(../img/common/icon/ic_snake.png) no-repeat center center/contain
}
@media only screen and (max-width: 1180px) {
  .price-info:after {
    width: 6.186440678vw;
    height: 9.1525423729vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info:after {
    position: absolute;
    width: 14.1025641026vw;
    height: 21.0256410256vw
  }
}
.price-info.is-frame01 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/price/info-frame01.svg) no-repeat center center/contain;
  width: 891px;
  height: 144px
}
@media only screen and (max-width: 1180px) {
  .price-info.is-frame01 > span {
    width: 75.5084745763vw;
    height: 12.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info.is-frame01 > span {
    width: 90.2564102564vw;
    height: 106.4102564103vw;
    background: url(../img/price/info-frame01_sp.svg) no-repeat center center/contain
  }
}
.price-info.is-frame01:after {
  top: -3px;
  left: 14px
}
@media only screen and (max-width: 1180px) {
  .price-info.is-frame01:after {
    top: -.2542372881vw;
    left: 1.186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info.is-frame01:after {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 0
  }
}
.price-info.is-frame02 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/price/info-frame02.svg) no-repeat center center/contain;
  width: 840px;
  height: 194px
}
@media only screen and (max-width: 1180px) {
  .price-info.is-frame02 > span {
    width: 71.186440678vw;
    height: 16.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info.is-frame02 > span {
    width: 90.2564102564vw;
    height: 106.4102564103vw;
    background: url(../img/price/info-frame01_sp.svg) no-repeat center center/contain
  }
}
.price-info.is-frame02 > span span {
  max-width: 690px
}
@media only screen and (max-width: 1180px) {
  .price-info.is-frame02 > span span {
    max-width: 58.4745762712vw
  }
}
.price-info.is-frame02 > span span span {
  display: inline
}
.price-info.is-frame02:after {
  top: -3px;
  left: 14px
}
@media only screen and (max-width: 1180px) {
  .price-info.is-frame02:after {
    top: -.2542372881vw;
    left: 1.186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .price-info.is-frame02:after {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 0
  }
}
.price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  margin-top: 100px
}
@media only screen and (max-width: 1180px) {
  .price-detail {
    gap: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px
  }
}
.price-detail__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: 340px;
  border-radius: 30px;
  padding: 30px 20px
}
@media only screen and (max-width: 1180px) {
  .price-detail__item {
    -ms-flex-preferred-size: 28.813559322vw;
    flex-basis: 28.813559322vw;
    max-width: 28.813559322vw;
    border-radius: 2.5423728814vw;
    padding: 2.5423728814vw 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 20px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__item {
    padding: 8.0213903743vw 5.3475935829vw
  }
}
.price-detail__item.is-general {
  background: #A7CBBD
}
.price-detail__item.is-general .price-detail__style {
  border-color: #fffefa;
  color: #fffefa
}
.price-detail__item.is-elderly {
  background: #ED8A8A
}
.price-detail__item.is-elderly .price-detail__style {
  border-color: #f5dfdf;
  color: #c44f4f;
  background: #ffffff
}
.price-detail__item.is-arufuku {
  background: #F2C1B1
}
.price-detail__item.is-arufuku .price-detail__style {
  border-color: #faf1e1;
  color: #c44f4f;
  background: #FFFEFA
}
.price-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fffefa;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .08em;
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .price-detail__head {
    margin-bottom: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__head {
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__head {
    margin-bottom: 8.0213903743vw
  }
}
.price-detail__style {
  min-width: 105px;
  height: 97px;
  padding: 0 20px;
  border: 4px solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 3.1rem;
  line-height: 1.12;
  margin-right: 15px
}
@media only screen and (max-width: 1180px) {
  .price-detail__style {
    min-width: 8.8983050847vw;
    height: 8.2203389831vw;
    padding: 0 1.6949152542vw;
    border: .3389830508vw solid;
    border-radius: .8474576271vw;
    font-size: 2.6271186441vw;
    margin-right: 1.2711864407vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__style {
    min-width: 105px;
    height: 97px;
    padding: 0 20px;
    border: 4px solid;
    border-radius: 10px;
    font-size: 3.1rem;
    line-height: 1.12;
    margin-right: 15px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__style {
    min-width: 28.0748663102vw;
    height: 25.935828877vw;
    padding: 0 5.3475935829vw;
    border: 1.0695187166vw solid;
    border-radius: 2.6737967914vw;
    font-size: 8.2887700535vw;
    margin-right: 4.0106951872vw
  }
}
.price-detail__number {
  font-size: 6.4rem;
  margin-right: 5px
}
@media only screen and (max-width: 1180px) {
  .price-detail__number {
    font-size: 5.4237288136vw;
    margin-right: .4237288136vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__number {
    font-size: 6.4rem;
    margin-right: 5px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__number {
    font-size: 17.1122994652vw;
    margin-right: 1.3368983957vw
  }
}
.price-detail__title {
  font-size: 4rem
}
@media only screen and (max-width: 1180px) {
  .price-detail__title {
    font-size: 3.3898305085vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__title {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__title {
    font-size: 10.6951871658vw
  }
}
.price-detail__title span {
  font-size: 4.9rem
}
@media only screen and (max-width: 1180px) {
  .price-detail__title span {
    font-size: 4.1525423729vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__title span {
    font-size: 4.9rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__title span {
    font-size: 13.1016042781vw
  }
}
.price-detail__sub {
  font-size: 2.6rem;
  line-height: 1.26
}
@media only screen and (max-width: 1180px) {
  .price-detail__sub {
    font-size: 2.2033898305vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__sub {
    font-size: 2.6rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__sub {
    font-size: 6.9518716578vw
  }
}
.price-detail__content {
  padding: 30px;
  background: #FFFEFA;
  border-radius: 20px;
  text-align: center
}
@media only screen and (max-width: 1180px) {
  .price-detail__content {
    padding: 2.5423728814vw;
    border-radius: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__content {
    padding: 30px;
    border-radius: 20px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__content {
    padding: 8.0213903743vw;
    border-radius: 5.3475935829vw
  }
}
.price-detail__row:not(:first-child) {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #A7CBBD
}
@media only screen and (max-width: 1180px) {
  .price-detail__row:not(:first-child) {
    margin-top: 1.6949152542vw;
    padding-top: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__row:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__row:not(:first-child) {
    margin-top: 5.3475935829vw;
    padding-top: 5.3475935829vw
  }
}
.price-detail__label {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 700;
  display: block
}
@media only screen and (max-width: 1180px) {
  .price-detail__label {
    font-size: 2.1186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__label {
    font-size: 2.5rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__label {
    font-size: 6.6844919786vw
  }
}
.price-detail__fee {
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #c44f4f;
  white-space: nowrap
}
@media only screen and (max-width: 1180px) {
  .price-detail__fee {
    font-size: 3.3898305085vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__fee {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__fee {
    font-size: 10.6951871658vw
  }
}
.price-detail__fee span {
  font-size: 2.4rem
}
@media only screen and (max-width: 1180px) {
  .price-detail__fee span {
    font-size: 2.0338983051vw
  }
}
@media only screen and (max-width: 767px) {
  .price-detail__fee span {
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 374px) {
  .price-detail__fee span {
    font-size: 6.4171122995vw
  }
}
.price .insurance-covered__bl .title03 {
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__bl .title03 {
    font-size: 2.2rem
  }
}
@media only screen and (max-width: 374px) {
  .price .insurance-covered__bl .title03 {
    font-size: 5.8823529412vw
  }
}
.price .insurance-covered__text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__text {
    font-size: 1.6rem
  }
}
.price .insurance-covered__gr {
  margin: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px
}
@media only screen and (max-width: 1180px) {
  .price .insurance-covered__gr {
    gap: 6.6101694915vw
  }
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0
  }
}
.price .insurance-covered__gr .insurance-covered, .price .insurance-covered__gr .self-funded {
  width: 50%;
  border-radius: 30px;
  padding: 30px
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__gr .insurance-covered, .price .insurance-covered__gr .self-funded {
    width: 100%;
    padding: 20px;
    border-radius: 15px
  }
}
.price .insurance-covered__gr .insurance-covered__icon, .price .insurance-covered__gr .self-funded__icon {
  width: 180px;
  height: 180px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__gr .insurance-covered__icon, .price .insurance-covered__gr .self-funded__icon {
    width: 90px;
    height: 90px
  }
}
.price .insurance-covered__gr .insurance-covered__title, .price .insurance-covered__gr .self-funded__title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: .06em;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5DFDF;
  margin: 45px 0 25px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__gr .insurance-covered__title, .price .insurance-covered__gr .self-funded__title {
    margin: 30px 0 15px
  }
}
.price .insurance-covered__gr .insurance-covered .insurance-covered__text, .price .insurance-covered__gr .self-funded .insurance-covered__text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .06em
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__gr .insurance-covered .insurance-covered__text, .price .insurance-covered__gr .self-funded .insurance-covered__text {
    font-size: 1.6rem
  }
}
.price .insurance-covered__gr .insurance-covered .insurance-covered__text span, .price .insurance-covered__gr .self-funded .insurance-covered__text span {
  font-weight: 700;
  color: #c44f4f
}
.price .insurance-covered__gr .insurance-covered {
  background: #FAF1E1
}
.price .insurance-covered__gr .self-funded {
  background: #FCF4ED
}
.price .insurance-covered__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.9;
  letter-spacing: .12em;
  font-weight: 500
}
@media only screen and (max-width: 910px) {
  .price .insurance-covered__info {
    font-size: 2.6373626374vw
  }
}
@media only screen and (max-width: 767px) {
  .price .insurance-covered__info {
    font-size: 1.8rem
  }
}
@media only screen and (max-width: 374px) {
  .price .insurance-covered__info {
    font-size: 4.8128342246vw
  }
}
.price .insurance-covered__info > span span {
  color: #c44f4f
}
.price .insurance-covered__info:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/common/icon/ic_info.svg) no-repeat center center/contain
}
.price .reason {
  padding: 60px 0 0;
  margin-top: 120px;
  border-top: 1px dotted #A7CBBD
}
@media only screen and (max-width: 767px) {
  .price .reason {
    margin-top: 60px;
    padding-top: 30px
  }
}
.price .reason .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .price .reason .title01 {
    margin-bottom: 30px;
    font-size: 2.8rem
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .price .reason .title01 {
    font-size: 7.486631016vw
  }
}
@media only screen and (max-width: 767px) {
  .price .reason .title01 span {
    font-size: 1.4rem
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .price .reason .title01 span {
    font-size: 3.743315508vw
  }
}
.price .reason-list li {
  width: 100%
}
.blog .news-content {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .blog .news-content {
    padding: 60px 0
  }
}
.blog .news-content.is-detail .container {
  /*max-width: 1180px;*/
  max-width: 960px
}
.blog .news-content .container {
  max-width: 1320px
}
.blog .news-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  margin-right: calc(-.5*(100vw - 1280px))
}
@media only screen and (max-width: 1320px) {
  .blog .news-content__inner {
    margin-right: -20px
  }
}
@media only screen and (max-width: 767px) {
  .blog .news-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-right: 0
  }
}
.blog .news-content .pagenavi {
  margin-top: 120px
}
@media only screen and (max-width: 767px) {
  .blog .news-content .pagenavi {
    margin-top: 60px
  }
}
.blog .news-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 960px
}
@media only screen and (max-width: 767px) {
  .blog .news-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.blog .news-nav {
  width: 360px;
  padding-right: 20px
}
@media only screen and (max-width: 1320px) {
  .blog .news-nav {
    width: 27.2727272727vw;
    min-width: 260px
  }
}
@media only screen and (max-width: 767px) {
  .blog .news-nav {
    width: 100%;
    min-width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0
  }
}
.blog .news-nav:after {
  content: "";
  display: block;
  width: 73px;
  height: 108px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center/contain;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: auto
}
.blog .news-nav__inner {
  border-top: 1px solid #F5DFDF;
  padding: 30px 0 45px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .blog .news-nav__inner {
    padding-bottom: 12vw
  }
}
.blog .news-nav__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(../img/common/sidebar_frame-bottom.svg) no-repeat center left/100%
}
@media only screen and (max-width: 767px) {
  .blog .news-nav__inner:after {
    height: 4.5333333333vw
  }
}
.blog .news-nav .title03 {
  font-size: 2.1rem;
  padding-left: 12px
}
.blog .news-nav .title03:before {
  width: 5px;
  height: 17px;
  margin-top: 3px;
  background: url(../img/common/icon/ic_line-title01.svg) no-repeat center/contain
}
.blog .news-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.blog .news-nav__list li a {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .06em;
  padding-left: 12px
}
@media only screen and (max-width: 1320px) {
  .blog .news-bl {
    gap: 4.5454545455vw
  }
}
@media only screen and (max-width: 1024px) {
  .blog .news-bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.blog .news-bl__img {
  max-width: 356px
}
@media only screen and (max-width: 1024px) {
  .blog .news-bl__img {
    max-width: 100%;
    width: 100%
  }
}
.blog .news-bl__img img {
  width: 100%
}
.blog .news-bl__title {
  font-size: 1.9rem
}
.blog .news-bl .btn {
  margin-top: 15px
}
.blog-detail .news-bl__title {
  font-size: 3.6rem;
  line-height: 1.48
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-bl__title {
    font-size: 2.2rem
  }
}
.blog-detail .news-bl__gr {
  margin-top: 25px
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-bl__gr {
    margin-top: 15px
  }
}
.blog-detail .entry-content {
  counter-reset: toc
}
.blog-detail .entry-content h2 {
  counter-increment: toc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  font-family: Zen Maru Gothic, sans-serif;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .blog-detail .entry-content h2 {
    font-size: 2rem;
    margin-bottom: 15px
  }
}
.blog-detail .entry-content h2:before {
  content: counter(toc) ".";
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: .06em;
  font-weight: 500;
  font-family: Zen Maru Gothic, sans-serif;
  color: #ed8a8a;
  width: 50px;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .blog-detail .entry-content h2:before {
    font-size: 2rem;
    width: 30px
  }
}
.blog-detail .entry-content h2:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #F5DFDF
}
@media only screen and (max-width: 767px) {
  .blog-detail .entry-content h2:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px
  }
}
.blog-detail .entry-content img {
  border-radius: 5px;
  width: 100%
}
.blog-detail .entry-content p {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .blog-detail .entry-content p {
    font-size: 1.6rem;
    margin-top: 15px
  }
}
.blog-detail .entry-content p:has(img) {
  padding: 30px 0;
  text-align: center;
  max-width: 840px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .blog-detail .entry-content p:has(img) {
    padding: 15px 0;
    max-width: 100%
  }
}
.blog-detail .entry-content p span {
  font-weight: 700;
  color: #c44f4f
}
.blog-detail .sns {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 45px
  }
}
.blog-detail .sns-box {
  width: 390px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns-box {
    width: 100%
  }
}
.blog-detail .sns-box:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/common/icon/ic_info.svg) no-repeat center/contain;
  margin: 0 auto 30px
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns-box:before {
    margin-bottom: 15px
  }
}
.blog-detail .sns-title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .12em;
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns-title {
    font-size: 2rem;
    margin-bottom: 15px
  }
}
.blog-detail .sns-text {
  font-size: 1.6rem;
  line-height: 1.94;
  letter-spacing: .09em;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns-text {
    min-height: auto
  }
}
.blog-detail .sns-img {
  margin: 25px auto 0;
  max-width: 300px
}
@media only screen and (max-width: 767px) {
  .blog-detail .sns-img {
    margin: 15px auto 0
  }
}
.blog-detail .btn {
  max-width: 240px;
  margin: 90px auto 0
}
@media only screen and (max-width: 767px) {
  .blog-detail .btn {
    margin: 45px auto 0
  }
}
.blog-detail .news-nav {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #F5DFDF;
  border-top: 1px solid #F5DFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-nav {
    margin-top: 45px;
    border: none;
    padding: 0;
    display: block
  }
}
.blog-detail .news-nav:after {
  content: "";
  display: block;
  width: 73px;
  height: 108px;
  background: url(../img/common/icon/ic_snake.png) no-repeat center/contain;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.blog-detail .news-nav__inner {
  border: none;
  padding: 0
}
.blog-detail .news-nav__inner:after {
  display: none
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-nav__inner:after {
    display: block
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-nav__inner {
    padding: 15px 0 45px;
    border-top: 1px solid #F5DFDF
  }
}
.blog-detail .news-nav .title03 {
  margin-bottom: 24px
}
.blog-detail .news-nav__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .blog-detail .news-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.policy-content {
  padding: 90px 0 120px
}
@media only screen and (max-width: 767px) {
  .policy-content {
    padding: 45px 0 60px
  }
}
.policy-text {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
  word-break: break-all
}
@media only screen and (max-width: 767px) {
  .policy-text {
    font-size: 1.6rem
  }
}
.policy-list {
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .policy-list {
    margin-top: 30px
  }
}
.policy-list__item {
  padding: 50px 0;
  border-bottom: 1px solid #F5DFDF
}
@media only screen and (max-width: 767px) {
  .policy-list__item {
    padding: 30px 0
  }
}
.policy-list__item:first-child {
  border-top: 1px solid #F5DFDF
}
.policy-list__item:last-child {
  border-bottom: none
}
.policy-list__content {
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .policy-list__content {
    font-size: 1.6rem;
    padding-left: 20px
  }
}
.policy-list__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.policy-list__content ul li:before {
  content: "\30fb";
  width: 30px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.1;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .policy-list__content ul li:before {
    width: 20px;
    font-size: 1.6rem
  }
}
.policy-list__title {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em
}
@media only screen and (max-width: 767px) {
  .policy-list__title {
    font-size: 1.6rem
  }
}
.policy .title03 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  padding-left: 30px
}
@media only screen and (max-width: 767px) {
  .policy .title03 {
    font-size: 2.2rem;
    padding-left: 20px;
    margin-bottom: 10px
  }
}
.policy .title03:before {
  background: url(../img/common/icon/ic_line-title01.svg) no-repeat center/contain;
  width: 7px;
  height: 33px;
  top: 0;
  -webkit-transform: none;
  transform: none
}
@media only screen and (max-width: 767px) {
  .policy .title03:before {
    width: 5px;
    height: 30px;
    margin-top: 1px
  }
}
/*-------------------------
popup
-------------------------*/
@media only screen and (max-width: 767px) {
  .consultation__content.is-visible {
    display: block; /* または display: flex; */
  }
  .opening-hours__sub-title {
    background: #EDF5F0;
    border-radius: 0 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.5625;
    letter-spacing: .06em;
    font-weight: 700;
    padding: 6px 10px;
    margin: 0 0 15px 0;
    text-align: center
  }
}
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none; /* 初期状態では非表示 */
}
#popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none; /* 初期状態では非表示 */
  width: 90%; /* より大きく表示 */
  max-width: 1200px;
  ;
}
#popup-content {
  position: relative;
  background-color: white;
  padding: 10px; /* パディングを減らす */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#popup-content img {
  width: 100%;
  height: auto;
  display: block;
}
#close-popup {
  position: absolute;
  top: 10px !important;
  right: 65px !important;
  top: -15px;
  right: -15px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header__price {
  position: absolute;
  top: 10px;
  right: 65px;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 5px;
  font-size: 1.3rem;
  background: #FBF2E7;
  border: 1px solid #ED8A8A;
  font-weight: 700;
}
.header__price a {
  color: #ED8A8A;
  display: block;
}
/* SP（767px以下）だけ拡大率を変更 */
@media only screen and (max-width: 767px) {
  /* SP専用のアニメーション定義 */
  @keyframes scaledown-sp {
    0% {
      transform: scale(1.60); /* ← 最大値を大きくする */
    }
    100% {
      transform: scale(1.15);
    }
  }
  /* SP時は scaledown → scaledown-sp に切り替え */
  .top-mv__slogan img.is-icon.mv-visible {
    animation: scaledown-sp 3s infinite alternate;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan {
    z-index: 2000;
  }
}
.top-mv__slogan img.is-icon {
  position: absolute;
  z-index: 9999; /* 他要素より確実に前に */
  pointer-events: none; /* 必要なら：クリックをブロックしない */
}
/* ▼ TOC 全体 ------------------------------ */
.toc {
  margin: 90px 0 60px;
  background: #FAF1E1;
  border: 1px solid #F2C1B1;
  border-radius: 10px;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .toc {
    margin: 45px 0 30px;
    padding: 30px 15px;
  }
}
/* ▼ TOC タイトル ------------------------------ */
.toc-title {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ed8a8a;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .toc-title {
    margin-bottom: 15px;
  }
}
/* ▼ TOC H2 リスト ------------------------------ */
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 各 H2 行 */
.toc-h2 > a {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .toc-h2 > a {
    font-size: 1.7rem;
  }
}
/* ▼ H3 の入れ子 ------------------------------ */
.toc-sub {
  list-style: none;
  margin: 6px 0 0 40px; /* H2 からのインデント */
  padding-left: 10px;
  /*border-left: 2px solid #F2C1B1;*/
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .toc-sub {
    margin-left: 25px;
    padding-left: 10px;
  }
}
/* ▼ H3 行 */
.toc-h3 > a {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.6;
  text-decoration: none;
  color: #444;
}
@media (max-width: 767px) {
  .toc-h3 > a {
    font-size: 1.5rem;
  }
}
/* 番号のデザイン（H2 / H3 共通） */
.toc-h2 > a::before, .toc-h3 > a::before {
  color: #ed8a8a;
  font-weight: 700;
  margin-right: 6px;
}
.toc-list li a:before {
  display: none;
}
.entry-content h3 {
  background: #f7f7f7;
  padding: 10px 15px;
  margin: 30px 0 0 0;
}
.toc-list {
  gap: 0 !important;
}
.toc-sub {
  gap: 0 !important;
}
[data-aos="fade-up"] {
  transform: translateY(30px);
}
/* =====================
   ▼ここから追記（最下部）
   ===================== */
/* PC用：拡大4秒 → 縮小4秒 → 停止2秒＋読み込み時は最大から開始 */
@keyframes scaledown {
  /* 最大でスタート */
  0% {
    transform: scale(1.10);
  }
  /* 6秒かけて縮小（12秒中50%） */
  50% {
    transform: scale(0.85);
  }
  /* 2秒停止（12秒中約16.6%） */
  66.66% {
    transform: scale(0.85);
  }
  /* 4秒で拡大（12秒中約33%）→ 最大へ */
  100% {
    transform: scale(1.10);
  }
}
.top-mv__slogan img.is-icon.mv-visible {
  transform: scale(1.10); /* 読み込み時は最大 */
  animation: scaledown 12s ease-in-out infinite;
}
.top-mv__slogan img.is-icon.mv-visible {
  transform: scale(1.10); /* 読み込み時は最大 */
  animation: scaledown 12s ease-in-out infinite;
}
/* SP 用 */
@keyframes scaledown-sp {
  /* 最大でスタート */
  0% {
    transform: scale(1.60);
  }
  /* 6秒で縮小 */
  50% {
    transform: scale(1.15);
  }
  /* 2秒停止 */
  66.66% {
    transform: scale(1.15);
  }
  /* 4秒で拡大 */
  100% {
    transform: scale(1.60);
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__slogan img.is-icon.mv-visible {
    transform: scale(1.60);
    animation: scaledown-sp 12s ease-in-out infinite;
  }
}
/* ADD CSS 2025.12.05 */
/* =====================
   .blog .news-content
   ===================== */
@media only screen and (min-width: 768px) {
  .blog .news-content .container {
    max-width: 1180px;
  }
  .blog .news-content__inner {
    gap: 90px;
    margin-right: 0;
  }
  .blog .news-list {
    width: 940px;
  }
  .blog .news-nav {
    width: 200px;
  }
}
/* =====================
   .blog .news-content.is-detail
   ===================== */
.blog .news-content.is-detail .toc-h2 > a, .blog .news-content.is-detail .toc-h3 > a {
  font-weight: 500;
}
.blog .news-content.is-detail .toc-h2 > a b {
  color: #ED8A8A;
  font-weight: 700;
  margin-right: 5px;
  white-space: nowrap;
}
.blog .news-content.is-detail .toc-h3 > a b {
  color: #c44f4f;
  font-weight: 700;
  margin-right: 5px;
  white-space: nowrap;
}
.blog .news-content.is-detail .toc-sub {
  padding-left: 0;
  margin: 15px 0 15px 30px;
}
.blog .news-content.is-detail .blog-detail .entry-content p span {
  color: #c44f4f !important;
}
.blog .news-content.is-detail .entry-content h3 {
  background-color: #c44f4f;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  letter-spacing: .06em;
  font-weight: 500;
  font-family: Zen Maru Gothic, sans-serif;
}
.blog-detail .entry-content img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .news-content.is-detail .container {
    max-width: 1140px;
  }
  .blog .news-content.is-detail .news-nav {
    width: 100%;
  }
  .blog .news-content.is-detail .toc-list li a {
    font-size: 19px;
  }
  .blog .news-content.is-detail .blog-detail .entry-content p:has(img) {
    max-width: 700px;
  }
  .blog .news-content.is-detail .entry-content h3 {
    font-size: 2.2rem;
    margin: 70px 0 0 0;
  }
  .blog .news-content.is-detail .toc-list li .toc-h3 > a {
    font-size: 1.7rem;
  }
  .blog .news-content.is-detail .toc-h2 > a b {
    color: #ED8A8A;
    font-weight: 700;
    margin-right: 5px;
  }
  .blog .news-content.is-detail .toc-h3 > a b {
    color: #c44f4f;
    font-weight: 700;
    margin-right: 5px;
  }
}
.loading2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000; /* loading より上に */
  background: #fff;
  overflow: hidden;
  opacity: 1;
  transition: opacity .8s ease;
}
.loading2.hide {
  opacity: 0;
  pointer-events: none;
}
.cover02 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_logo2 img {
  width: 240px;
  height: auto;
}
/* 固定アイコンのラッパ */
.top-icon-fixed-wrap {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  transform: scale(0.5);
  transform-origin: top right;
}
.top-icon-fixed-wrap.visible {
  opacity: 1;
}
/* ★ 重要：右上に表示されるクローン専用アニメーション */
.top-icon-fixed {
  animation: scaledown 12s ease-in-out infinite;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .top-icon-fixed-wrap {
    top: auto; /* ← 上固定を解除 */
    bottom: 70px; /* ← 下位置を指定 */
    right: 20px; /* ← 右位置はそのまま調整可能 */
  }
  .top-icon-fixed {
    animation: scaledown-sp 12s ease-in-out infinite;
    transform: scale(1.2);
  }
}
/* スマホ時はさらに小さくする */
@media (max-width: 767px) {
  .top-icon-fixed-wrap {
    transform: scale(0.15) !important; /* ← ここを調整（例：0.3〜0.4） */
    transform-origin: bottom right;
  }
}
body.menu-open .top-icon-fixed-wrap {
  opacity: 0 !important;
  pointer-events: none;
}
.header__hamburger {
  touch-action: manipulation;
}
.seminar__contents {
  padding: 45px 0 0 0;
  text-align: center;
}
.seminar__contents p {
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: .09em;
}
@media only screen and (max-width: 1180px) {
  .seminar__contents p {
    font-size: 1.6rem;
  }
}
p.headline {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 1180px) {
  p.headline {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 0 5px 0;
  }
}
.seminar__contents p img {
  padding: 0 0 15px 0;
  border-radius: 30px;
}

@media only screen and (max-width: 1180px) {
/*
 * 【非表示化の修正】ハンバーガーメニューが開いている時はスローガンを非表示にする
 * body.menu-open が付与されるか、または .header-nav.is-active のときに実行
*/
body.menu-open .top-mv__slogan, .header-nav.is-active ~ main .top-mv__slogan {
  display: none !important;
}
/* * 補足: スローガン要素が main の外にある可能性も考慮し、
 * .header-nav.is-active の隣接要素として処理
*/
.header-nav.is-active + .top-mv__slogan {
  display: none !important;
}
}