@charset "UTF-8";
@font-face {
  font-family: lao;
  src: url(/lao-mn.ttf);
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 47.5%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #5C410D;
  font-size: 1.6rem;
  box-sizing: border-box;
  line-height: 1.5;
  background-image: url(/img/stone_bc.webp);
  background-size: 100%;
}

main {
  min-height: 85vh;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title,
.title-decoration,
.sub-title {
  font-family: "Shippori Mincho", serif;
}

.section-title {
  color: #A26D08;
  background-image: url(/img/title_frame-short.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 auto;
  width: 260px;
  height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sub-title {
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
.sub-title .big-text {
  font-size: 4rem;
}
.sub-title .small-text {
  font-size: 2.8rem;
}

.gold-text {
  color: #A26D08;
}

.title-decoration {
  background-image: url(/img/brown_ribbon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  padding: 5px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.title-decoration span {
  font-size: 2.4rem;
}

.title-decoration--short {
  background-image: url(/img/brown_ribbon-short.webp);
}

.note {
  text-align: right;
  font-size: 1.2rem;
}

.section__wrapper {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.btn {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
  padding: 10px 80px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.goldbtn {
  background-image: url(/img/orange_button.webp);
}

.brownbtn {
  background-image: url(/img/brown_button.webp);
}

.details {
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .details {
    font-size: 1.8rem;
  }
}
.details summary {
  display: block;
  background-color: #BEAE80;
  color: #fff;
  padding: 16px;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
  cursor: pointer;
}
.details summary:hover {
  opacity: 0.9;
}
.details summary::after {
  content: "+";
  color: #fff;
  position: absolute;
  right: 16px;
  font-size: 1.6rem;
}
.details summary::-webkit-details-marker {
  display: none;
}
.details__list {
  border: 1px solid #707070;
  border-top: none;
  padding: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.72;
}

details[open] summary::after {
  content: "";
  width: 12.5px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header-sub {
  font-weight: bold;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  background: linear-gradient(to right, #AB975D 0%, #C4B27F 50%, #AB975D 100%);
  color: #fff;
  padding: 0 2% 0 5%;
  box-sizing: border-box;
}
.header-sub--right {
  display: flex;
  gap: 50px;
}
.header-sub--right > li {
  font-size: 1.4rem;
}
.header-sub--right > li .big-text {
  font-size: 1.8rem;
  margin-left: 18px;
}
.header-sub--right > li .big-text > a {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .header-sub {
    position: relative;
    z-index: 1001;
  }
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background-color: #fff;
}
@media screen and (max-width: 1025px) {
  .header-main {
    height: 50px;
  }
}
@media screen and (max-width: 1025px) {
  .header-main__logo {
    height: auto;
    width: 150px;
  }
}
.header-main__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-main .g-nav {
  width: 70%;
  max-width: 860px;
}
.header-main .g-nav__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header-main .g-nav__list > li > a {
  color: #5C410D;
}
.header-main .g-nav .fixedbtn-sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-main {
    /*×に変化*/
  }
  .header-main .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 40px;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #AB975D;
  }
  .header-main .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .header-main .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .header-main .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .header-main .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .header-main .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .header-main .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-main .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .header-main .g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #AB975D;
    /*動き*/
    transition: all 0.6s;
    max-width: unset;
  }
  .header-main .g-nav.panelactive {
    top: 0;
  }
  .header-main .g-nav__list {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 95%;
  }
  .header-main .g-nav__list > li {
    text-align: center;
    font-size: 2rem;
    border-bottom: 1px solid #fff;
    line-height: 2;
    font-weight: 600;
  }
  .header-main .g-nav__list > li > a {
    color: #fff;
  }
  .header-main .g-nav .fixedbtn-sp {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 50px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .header-main .g-nav .fixedbtn-sp > a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
  }
  .header-main .g-nav .fixedbtn-sp > a img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

main {
  padding-top: 112px;
}
@media screen and (max-width: 1025px) {
  main {
    padding-top: 90px;
  }
}

.main-visual {
  height: 75vh;
  min-height: 530px;
  background-image: url(/img/firstview.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1025px) {
  .main-visual {
    background-position: 25%;
  }
}
.main-visual__text {
  text-align: center;
  width: 60%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .main-visual__text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.main-visual__text--top {
  font-size: 3rem;
  color: #5A441A;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 3px #999;
}
.main-visual__text--middle {
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  background-image: url(/img/firstview_ribbon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .main-visual__text--middle {
    font-size: 2.5rem;
    line-height: 1.9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
  }
}
.main-visual__text--bottom {
  font-size: 3rem;
  color: #5A441A;
  letter-spacing: 0.35em;
}
.main-visual__text--bottom > span {
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.main-visual__note {
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}
.main-visual__title {
  margin-bottom: 25px;
}
.main-visual__title img {
  max-width: 490px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .main-visual__title {
    width: 90%;
    margin: 0 auto;
  }
}
.main-visual__point {
  display: flex;
  justify-content: space-between;
  margin: 22px auto 10px;
  width: 100%;
  max-width: 490px;
}
.main-visual__point > li {
  width: 143px;
  height: 143px;
}
@media screen and (max-width: 767px) {
  .main-visual__point > li {
    width: 33%;
    height: auto;
  }
}

.liposuction {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .liposuction {
    padding: 60px 0;
  }
}
.liposuction .section-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .liposuction .section-title {
    margin-bottom: 30px;
  }
}
.liposuction .sub-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .liposuction .sub-title {
    margin-bottom: 30px;
  }
}
.liposuction__item {
  padding: 60px 55px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .liposuction__item {
    padding: 30px 27.5px;
  }
}
.liposuction__item .item__title .title-decoration {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .liposuction__item .item__title .title-decoration {
    margin-bottom: 20px;
  }
}
.liposuction__item .item__title--bottom {
  color: #5D471D;
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .liposuction__item .item__title--bottom {
    margin-bottom: 20px;
  }
}
.liposuction__item .item__title--bottom > span {
  color: #A26D08;
}
.liposuction__item--content img {
  margin-bottom: 32px;
}
.liposuction__item--content .liposuction__item--description {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .liposuction__item--content .liposuction__item--description {
    font-size: 1.8rem;
  }
}
.liposuction__item:nth-of-type(1) {
  margin-bottom: 64px;
}
.liposuction__item .liposuction__slider {
  margin-bottom: 54px;
}
.liposuction__item .liposuction__slider--item iframe {
  width: 100%;
  height: 470px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .liposuction__item .liposuction__slider--item iframe {
    height: 40vw;
  }
}
.liposuction__item .liposuction__slider .slick-arrow {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .liposuction__item .liposuction__slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.liposuction__item .liposuction__slider .slick-prev {
  left: -45px;
}
@media screen and (max-width: 767px) {
  .liposuction__item .liposuction__slider .slick-prev {
    left: -35px;
  }
}
.liposuction__item .liposuction__slider .slick-next {
  right: -45px;
}
@media screen and (max-width: 767px) {
  .liposuction__item .liposuction__slider .slick-next {
    right: -35px;
  }
}
.liposuction__item .liposuction__slider .slick-dots li button:before {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.liposuction__item .liposuction__slider .slick-dots li.slick-active button:before {
  color: #E4E4E4;
}
.liposuction__item .liposuction__slider .liposuction__item--description {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .liposuction__item .liposuction__slider .liposuction__item--description {
    font-size: 1.8rem;
  }
}
.liposuction::before, .liposuction::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 630px;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .liposuction::before, .liposuction::after {
    width: 300px;
    height: 315px;
  }
}
.liposuction::before {
  background-image: url(/img/flower_upper.png);
  top: 0;
  right: 0;
}
.liposuction::after {
  background-image: url(/img/flower_bottom.png);
  bottom: 0;
  left: 0;
}

.reason {
  padding: 80px 0;
  background-image: url(/img/reason_bc.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
  }
}
.reason .section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .reason .section-title {
    margin-bottom: 30px;
  }
}
.reason .sub-title {
  margin-bottom: 56px;
}
.reason .reason__item {
  display: flex;
  padding: 32px 26px;
  background-color: #FBFBFB;
  margin-bottom: 65px;
  gap: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason .reason__item {
    flex-direction: column-reverse;
  }
}
.reason .reason__item img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .reason .reason__item img {
    width: 100%;
    height: 50vw;
  }
}
.reason .reason__item--text {
  text-align: center;
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .reason .reason__item--text {
    width: 100%;
  }
}
.reason .reason__item--text .item__title {
  font-size: 3rem;
  background-color: #fff;
  font-weight: 300;
  border-top: 2px solid #CCBB4B;
  border-bottom: 2px solid #CCBB4B;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-bottom: 24px;
}
.reason .reason__item--text .title-decoration {
  background-image: url(/img/brown_ribbon-short.webp);
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item--text .title-decoration {
    margin-bottom: 10px;
  }
}
.reason .reason__item--text .middle-text {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .reason .reason__item--text .middle-text {
    font-size: 2.2rem;
  }
}
.reason .reason__item--text .reason__item--description {
  text-align: left;
  font-size: 1.3rem;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item--text .reason__item--description {
    font-size: 1.8rem;
  }
}
.reason .reason__item--text .goldbtn {
  margin-top: 33px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .reason .reason__item--text .goldbtn {
    margin-top: 20px;
  }
}
.reason .reason__item::after {
  content: "";
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .reason .reason__item::after {
    width: 25vw;
    height: 25vw;
    max-width: 120px;
    max-height: 120px;
  }
}
.reason .reason__item:nth-of-type(1)::after {
  background-image: url(/img/reason_number01-1.webp);
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 1025px) {
  .reason .reason__item:nth-of-type(1)::after {
    top: -7%;
    left: -5%;
  }
}
.reason .reason__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason .reason__item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.reason .reason__item:nth-of-type(2)::after {
  background-image: url(/img/reason_number02-1.webp);
  top: -50px;
  right: -50px;
}
@media screen and (max-width: 1025px) {
  .reason .reason__item:nth-of-type(2)::after {
    top: -5%;
    right: -5%;
  }
}
.reason .reason__item:nth-of-type(3) {
  margin-bottom: 0;
}
.reason .reason__item:nth-of-type(3)::after {
  background-image: url(/img/reason_number03-1.webp);
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 1025px) {
  .reason .reason__item:nth-of-type(3)::after {
    top: -5%;
    left: -5%;
  }
}

.case {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 60px 0;
  }
}
.case__wrapper {
  padding-bottom: 56px;
}
.case__wrapper .section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .case__wrapper .section-title {
    margin-bottom: 30px;
  }
}
.case__wrapper .sub-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .case__wrapper .sub-title {
    margin-bottom: 30px;
  }
}
.case__wrapper .brownbtn {
  margin-top: 50px;
}
.case .figure-slider {
  width: 100%;
  box-sizing: border-box;
}
.case .figure-slider .slick-prev {
  top: 40%;
  left: 7%;
  transform: translate(0, 0);
  z-index: 99;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1025px) {
  .case .figure-slider .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case .figure-slider .slick-prev {
    width: 30px;
    height: 30px;
    left: -10px;
  }
}
.case .figure-slider .slick-next {
  top: 40%;
  right: 7%;
  transform: translate(0, 0);
  z-index: 99;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1025px) {
  .case .figure-slider .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case .figure-slider .slick-next {
    width: 30px;
    height: 30px;
    right: -10px;
  }
}
.case .figure-slider .slick-dots {
  top: 75%;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .case .figure-slider .slick-dots {
    top: auto;
    bottom: 10px;
  }
}
.case .figure-slider .slick-dots li button:before {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.case .figure-slider .slick-dots li.slick-active button:before {
  color: #E4E4E4;
}
.case .figure-slider__item {
  background-color: #fff;
  padding: 60px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .case .figure-slider__item {
    padding: 30px;
  }
}
.case .figure-slider__item .item__wrapper {
  max-width: 622px;
  margin: 0 auto;
}
.case .figure-slider__item .item__wrapper .title-decoration {
  margin-bottom: 42px;
}
.case .figure-slider__item .item__wrapper img {
  width: 100%;
  margin-bottom: 24px;
}
.case .figure-slider__item .item__wrapper .item__text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .case .figure-slider__item .item__wrapper .item__text {
    margin-bottom: 30px;
  }
}
.case .figure-slider__item .item__wrapper .details {
  margin-bottom: 48px;
  width: 90%;
  max-width: 622px;
}
@media screen and (max-width: 767px) {
  .case .figure-slider__item .item__wrapper .details {
    width: 100%;
    margin-bottom: 24px;
  }
}
.case .youtube-slider .slick-prev {
  top: 101%;
  left: 40%;
  transform: translate(0, 0);
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .case .youtube-slider .slick-prev {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .case .youtube-slider .slick-prev {
    left: 10%;
  }
}
.case .youtube-slider .slick-next {
  top: 101%;
  right: 40%;
  transform: translate(0, 0);
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .case .youtube-slider .slick-next {
    right: 30%;
  }
}
@media screen and (max-width: 767px) {
  .case .youtube-slider .slick-next {
    right: 10%;
  }
}
.case .youtube-slider .slick-dots li button:before {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.case .youtube-slider .slick-dots li.slick-active button:before {
  color: #E4E4E4;
}
.case .youtube-slider__item {
  max-width: 304px;
  height: 430px;
  background-image: url(/img/case_bc.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 9px;
}
.case .youtube-slider__item .item__title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 7.5px;
  margin-top: 40px;
}
.case .youtube-slider__item .item__sub-title {
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.case .youtube-slider__item .item__sub-title::after, .case .youtube-slider__item .item__sub-title::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #A08844;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.case .youtube-slider__item .item__sub-title::before {
  left: -70px;
}
.case .youtube-slider__item .item__sub-title::after {
  right: -70px;
}
.case .youtube-slider__item iframe {
  margin-bottom: 20px;
}
.case .youtube-slider__item--description {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 35px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .case .youtube-slider__item--description {
    font-size: 1.8rem;
  }
}
.case .youtube-slider__item::before {
  content: "Case.";
  font-size: 2.4rem;
  font-family: lao;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 95px;
  z-index: -1;
}
.case .youtube-slider__item:nth-of-type(1)::after {
  content: "01";
}
.case .youtube-slider__item:nth-of-type(2)::after {
  content: "02";
}
.case .youtube-slider__item:nth-of-type(3)::after {
  content: "03";
}
.case .youtube-slider__item:nth-of-type(4)::after {
  content: "04";
}
.case .youtube-slider__item::after {
  font-size: 6rem;
  font-family: lao;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: -1;
}

.before-after {
  padding: 80px 0;
  background-color: rgba(240, 235, 230, 0.7);
  position: relative;
}
@media screen and (max-width: 767px) {
  .before-after {
    padding: 44px 0;
  }
}
.before-after__slider {
  z-index: 1;
}
.before-after__slider .slick-prev {
  top: 105%;
  left: 43%;
  transform: translate(0, 0);
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .before-after__slider .slick-prev {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .before-after__slider .slick-prev {
    left: 10%;
  }
}
.before-after__slider .slick-next {
  top: 105%;
  right: 43%;
  transform: translate(0, 0);
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .before-after__slider .slick-next {
    right: 30%;
  }
}
@media screen and (max-width: 767px) {
  .before-after__slider .slick-next {
    right: 10%;
  }
}
.before-after__slider .slick-dots {
  bottom: -40px;
}
.before-after__slider .slick-dots li button:before {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.before-after__slider .slick-dots li.slick-active button:before {
  color: #E4E4E4;
}
@media screen and (max-width: 767px) {
  .before-after__slider .slick-list {
    min-height: 70vh;
  }
}
.before-after__slider .before-after__item--bg {
  background-color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 16px;
}
.before-after__slider .before-after__item--bg:nth-of-type(1) .before-after__item::before {
  content: "Case.01 \a A Month Later";
}
.before-after__slider .before-after__item--bg:nth-of-type(2) .before-after__item::before {
  content: "Case.02 \a A Month Later";
}
.before-after__slider .before-after__item--bg:nth-of-type(3) .before-after__item::before {
  content: "Case.03 \a A Month Later";
}
.before-after__slider .before-after__item--bg .before-after__item {
  margin: 12px;
  max-width: 962px;
  min-height: 381px;
  height: 40vh;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #A08844;
  position: relative;
  z-index: 1;
  gap: 30px;
}
@media screen and (max-width: 1025px) {
  .before-after__slider .before-after__item--bg .before-after__item {
    max-width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item {
    max-width: 320px;
    flex-direction: column-reverse;
    padding-bottom: 100px;
    height: auto;
  }
}
.before-after__slider .before-after__item--bg .before-after__item::before {
  white-space: pre;
  font-size: 4rem;
  font-family: lao;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 0;
  line-height: 1;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item::before {
    right: 20px;
  }
}
.before-after__slider .before-after__item--bg .before-after__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 205px 215px 205px 215px;
  border-color: transparent #BEAE80 #BEAE80 transparent;
  border-style: solid;
  position: absolute;
  z-index: -1;
  right: -14px;
  bottom: -14px;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item::after {
    border-width: 143.5px 172px 143.5px 172px;
  }
}
.before-after__slider .before-after__item--bg .before-after__item img {
  width: 65%;
  max-width: 490px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1025px) {
  .before-after__slider .before-after__item--bg .before-after__item img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item img {
    width: 100%;
  }
}
.before-after__slider .before-after__item--bg .before-after__item .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item .text {
    width: 100%;
  }
}
.before-after__slider .before-after__item--bg .before-after__item .text h4 {
  font-size: 3.3rem;
  color: #5D471D;
  font-weight: 300;
  margin-bottom: 23px;
  letter-spacing: 0;
}
.before-after__slider .before-after__item--bg .before-after__item .text h5.title-decoration {
  font-size: 1.8rem;
  margin-left: 0;
  padding: 2px 20px;
  margin-bottom: 24px;
}
.before-after__slider .before-after__item--bg .before-after__item .text h5.title-decoration--short {
  padding: 0 35px;
}
.before-after__slider .before-after__item--bg .before-after__item .text .before-after__description {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .before-after__slider .before-after__item--bg .before-after__item .text .before-after__description {
    font-size: 1.8rem;
  }
}
.before-after .logo__bg {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 0;
  opacity: 0.5;
}

.risk {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .risk {
    margin-top: 40px;
  }
}
.risk__wrapper .details summary {
  font-size: 2.4rem;
  padding: 28px 36px;
}
.risk__wrapper .details summary::after {
  font-size: 3rem;
  line-height: 1;
  right: 28px;
}
.risk__wrapper .details__list {
  padding: 36px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .risk__wrapper .details__list {
    font-size: 1.8rem;
  }
}

.price-list .section-title {
  margin-bottom: 35px;
  background-image: url(/img/title_frame-long.webp);
}
@media screen and (max-width: 767px) {
  .price-list .section-title {
    margin-bottom: 10px;
  }
}
.price-list .sub-title {
  font-size: 4.4rem;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .price-list .sub-title {
    margin-bottom: 24px;
  }
}
.price-list__wrapper .pricing__container {
  background-color: #fff;
  padding: 40px 24px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .pricing__container {
    margin-bottom: 50px;
  }
}
.price-list__wrapper .pricing__item {
  display: flex;
  margin-bottom: 24px;
  gap: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .pricing__item {
    flex-direction: column-reverse;
  }
}
.price-list__wrapper .pricing__item img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .pricing__item img {
    width: 100%;
  }
}
.price-list__wrapper .pricing__item--text {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .pricing__item--text {
    width: 100%;
  }
}
.price-list__wrapper .pricing__item--text .item__title {
  font-size: 3rem;
  font-weight: 300;
  border-top: 2px solid #CCBB4B;
  border-bottom: 2px solid #CCBB4B;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-bottom: 24px;
}
.price-list__wrapper .pricing__item--description {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 24px;
  line-height: 1.715;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .pricing__item--description {
    font-size: 1.8rem;
  }
}
.price-list__wrapper .goldbtn {
  margin-top: 33px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.price-list__wrapper .details summary {
  font-size: 2.4rem;
  padding: 28px 36px;
  text-align: center;
}
.price-list__wrapper .details summary::after {
  font-size: 3rem;
  line-height: 1;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__category {
    margin-bottom: 56px;
  }
}
.price-list__wrapper .details__category:nth-last-of-type(1) {
  margin-bottom: 0;
}
.price-list__wrapper .details__wrapper {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__wrapper {
    padding: 36px 0;
  }
}
.price-list__wrapper .details__wrapper h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 72px 0;
  color: #5C410D;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__wrapper h4 {
    margin: 0;
  }
}
.price-list__wrapper .details__wrapper h4.mb22 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__wrapper h4.mb22 {
    margin-bottom: 10px;
  }
}
.price-list__wrapper .details__wrapper h4 .dia {
  font-size: 1.8rem;
  color: #A08844;
}
.price-list__wrapper .details__wrapper .price__box .box__title {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #5C410D;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__wrapper .price__box .box__title {
    margin-bottom: 10px;
  }
}
.price-list__wrapper .details__wrapper .price__box .box__table {
  margin-bottom: 22px;
}
.price-list__wrapper .details__wrapper .price__box .box__table table {
  width: 100%;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody {
  font-size: 1.6rem;
  color: #5C410D;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody tr {
  text-align: left;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody tr th {
  background-color: #E6DFCA;
  font-weight: 300;
  padding: 10px 20px;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody tr th:first-of-type {
  width: 50%;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody tr th:last-of-type {
  width: 20%;
}
.price-list__wrapper .details__wrapper .price__box .box__table table tbody tr td {
  border-bottom: 1px solid #E6DFCA;
  padding: 10px 20px;
}
.price-list__wrapper .details__wrapper .price__box .note--big {
  margin: 0 20px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.price-list__wrapper .details__wrapper .price__box .note--small > li {
  margin: 0 20px 64px;
  color: #9F9D9D;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .price-list__wrapper .details__wrapper .price__box .note--small > li {
    font-size: 1.8rem;
  }
}

.flow {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0 0;
  }
}
.flow__wrapper .section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .flow__wrapper .section-title {
    margin-bottom: 20px;
  }
}
.flow__wrapper .sub-title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .flow__wrapper .sub-title {
    margin-bottom: 30px;
  }
}
.flow__step {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.flow__step .step {
  display: flex;
  gap: 23px;
  background-color: #FBFBFB;
  padding: 32px 35px;
  box-shadow: 10px 10px 0 #C5B64E;
}
@media screen and (max-width: 767px) {
  .flow__step .step {
    flex-direction: column-reverse;
  }
}
.flow__step .step:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flow__step .step:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.flow__step .step__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__step .step__img {
    width: 100%;
  }
}
.flow__step .step__img::after {
  counter-increment: number;
  content: "STEP" counter(number, decimal-leading-zero);
  font-family: lao;
  font-size: min(10rem, 7vw);
  line-height: 1;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow__step .step__img::after {
    font-size: min(10rem, 14vw);
  }
}
.flow__step .step--text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow__step .step--text {
    width: 100%;
  }
}
.flow__step .step--text .step__title {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 300;
  color: #5D471D;
  margin-bottom: 18px;
  position: relative;
  border-top: 2px solid;
  border-top: 2px solid #CCBB4B;
  border-bottom: 2px solid #CCBB4B;
  padding: 10px 0;
}
.flow__step .step--text .step__count {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .flow__step .step--text .step__count {
    font-size: 1.8rem;
  }
}
.flow__step .step--text .step__count::after, .flow__step .step--text .step__count::before {
  content: "";
  max-width: 120px;
  width: 10vw;
  height: 0px;
  border-bottom: 1px dotted #584218;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.flow__step .step--text .step__count::before {
  left: -134px;
}
@media screen and (max-width: 767px) {
  .flow__step .step--text .step__count::before {
    left: -170%;
  }
}
.flow__step .step--text .step__count::after {
  right: -134px;
}
@media screen and (max-width: 767px) {
  .flow__step .step--text .step__count::after {
    right: -170%;
  }
}
.flow__step .step--text .step__description {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .flow__step .step--text .step__description {
    font-size: 1.8rem;
  }
}

.FAQ {
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .FAQ {
    padding: 50px 0 60px;
  }
}
.FAQ .section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .FAQ .section-title {
    margin-bottom: 20px;
  }
}
.FAQ .sub-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .FAQ .sub-title {
    margin-bottom: 30px;
  }
}
.FAQ__bg {
  background-image: url(/img/q&a_bc.webp);
  background-size: cover;
  background-position: center;
  padding: 88px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .FAQ__bg {
    padding: 35px 0 102px;
    margin-bottom: 60px;
  }
}
.FAQ__wrapper {
  position: relative;
  z-index: 1;
}
.FAQ__wrapper .doctor__img {
  position: absolute;
  width: 80%;
  height: auto;
  max-width: 560px;
  max-height: 575px;
  bottom: -88px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .FAQ__wrapper .doctor__img {
    width: 50%;
    bottom: -102px;
  }
}
.FAQ__link {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .FAQ__link {
    width: 70%;
  }
}
.FAQ .foryou {
  background-image: url(/img/foryou.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90vw;
  height: 50vw;
  max-width: 631px;
  max-height: 335px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 52px;
}
.FAQ .foryou__text {
  text-align: center;
  font-size: min(3rem, 5vw);
  font-weight: 300;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.FAQ .foryou__text .big-text {
  font-size: min(5rem, 7vw);
}
.FAQ .cta .cta__img {
  position: relative;
  overflow-x: clip;
}
.FAQ .cta .cta__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .FAQ .cta .cta__img img {
    transform: scale(1.5);
  }
}
.FAQ .cta .cta__img .goldbtn {
  max-width: 450px;
  width: 31.5vw;
  height: 5vw;
  box-sizing: border-box;
  position: absolute;
  font-size: min(2.8rem, 2vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3.5vw;
  right: 22vw;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .FAQ .cta .cta__img .goldbtn {
    bottom: 0;
    right: 12vw;
    width: 40vw;
  }
}
.FAQ .questions {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .FAQ .questions {
    padding: 100px 0 0;
  }
}
.FAQ .questions__wrapper .sub-title {
  font-size: 4rem;
}
.FAQ .questions .details {
  margin-bottom: 26px;
}
.FAQ .questions .details summary {
  font-size: 2.4rem;
  padding: 30px 86px;
}
@media screen and (max-width: 767px) {
  .FAQ .questions .details summary {
    padding: 20px 40px;
  }
}
.FAQ .questions .details summary::before {
  content: "Q.";
  font-size: 3rem;
  color: #FFF;
  letter-spacing: 0.02em;
  top: 45%;
  transform: translateY(-50%);
  left: 30px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .FAQ .questions .details summary::before {
    left: 10px;
  }
}
.FAQ .questions .details summary::after {
  font-size: 3rem;
  line-height: 1;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .FAQ .questions .details summary::after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.FAQ .questions .details .answer {
  border: 1px solid #BEAE80;
  border-top: none;
}
.FAQ .questions .details .answer__text {
  padding: 45px 35px;
}
@media screen and (max-width: 767px) {
  .FAQ .questions .details .answer__text {
    padding: 20px 15px;
  }
}
.FAQ .questions .details .answer__text p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .FAQ .questions .details .answer__text p {
    font-size: 1.8rem;
  }
}

.find-hospital {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .find-hospital {
    padding: 60px 0;
  }
}
.find-hospital__wrapper .section-title {
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .find-hospital__wrapper .section-title {
    margin-bottom: 20px;
  }
}
.find-hospital__wrapper .sub-title {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .find-hospital__wrapper .sub-title {
    margin-bottom: 30px;
  }
}
.find-hospital .logo__area {
  width: 100%;
  border-bottom: 1px dotted #5C410D;
  padding-bottom: 27.4px;
}
@media screen and (max-width: 767px) {
  .find-hospital .logo__area {
    padding-bottom: 15px;
  }
}
.find-hospital .logo__area img {
  width: 204px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .find-hospital .logo__area img {
    width: 150px;
    height: auto;
  }
}
.find-hospital .japan__area {
  display: flex;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .find-hospital .japan__area {
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    gap: 20px;
  }
}
.find-hospital .japan__area img {
  width: 50%;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.find-hospital .japan__area .area__list {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .find-hospital .japan__area .area__list {
    width: 80%;
    margin: 0 auto;
    height: 900px;
  }
}
.find-hospital .japan__area .area__list .parent {
  width: 125px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  border-bottom: 1px dotted #5C410D;
}
@media screen and (max-width: 767px) {
  .find-hospital .japan__area .area__list .parent {
    font-size: 1.8rem;
  }
}
.find-hospital .japan__area .area__list .child__list {
  padding: 25px 0;
}
.find-hospital .japan__area .area__list .child__list .child {
  font-weight: 300;
  margin-bottom: 18px;
}
.find-hospital .japan__area .area__list .child__list .child::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #5C410D;
  border-right: 2px solid #5C410D;
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 10px;
}
.find-hospital .japan__area .area__list .child__list .child a {
  color: #5C410D;
}
.find-hospital .japan__area .area__list .child__list .child a:hover {
  opacity: 1;
  color: #A08844;
}
.find-hospital .japan__area .area__list .child__list .child:nth-last-of-type(1) {
  margin-bottom: 0;
}

.contact {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }
}
.contact__wrapper {
  position: relative;
}
.contact form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 88px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact form {
    padding: 40px 0;
  }
}
.contact form .form__wrapper {
  width: 90%;
  max-width: 615px;
  margin: 0 auto;
}
.contact form .sub-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .contact form .sub-title {
    margin-bottom: 24px;
  }
}
.contact form .form__box dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl {
    margin-bottom: 20px;
  }
}
.contact form .form__box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl dt {
    margin-bottom: 5px;
  }
}
.contact form .form__box dl dt .hissu {
  background-color: #5C410D;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 5px;
  margin-left: 15px;
}
.contact form .form__box dl dd {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl dd {
    flex-wrap: wrap;
  }
}
.contact form .form__box dl dd.db {
  flex-direction: column;
  align-items: flex-start;
}
.contact form .form__box dl dd input,
.contact form .form__box dl dd textarea,
.contact form .form__box dl dd select {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  height: 56px;
  padding: 0 25px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl dd input,
  .contact form .form__box dl dd textarea,
  .contact form .form__box dl dd select {
    padding: 0 10px;
    height: 40px;
  }
}
.contact form .form__box dl dd input[type=radio] {
  height: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact form .form__box dl dd select {
  max-width: 288px;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl dd select {
    max-width: unset;
  }
}
.contact form .form__box dl dd textarea {
  height: 160px;
}
.contact form .form__box dl dd > p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact form .form__box dl dd .w50 {
    width: 50%;
  }
  .contact form .form__box dl dd .w20 {
    width: 20%;
  }
  .contact form .form__box dl dd .w35 {
    width: 35%;
  }
}
.contact form .form__box dl .error-message {
  color: #F54444;
  font-weight: bold;
}
.contact form .brownbtn {
  border: none;
  width: 90%;
  max-width: 336px;
  font-size: 1.8rem;
  font-weight: bold;
  background-size: cover;
  letter-spacing: 0.1em;
}
.contact form .goldbtn {
  border: none;
  width: 90%;
  max-width: 336px;
  font-size: 1.8rem;
  font-weight: bold;
  background-size: cover;
  margin-bottom: 20px;
}
.contact::before, .contact::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 630px;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .contact::before, .contact::after {
    width: 300px;
    height: 315px;
  }
}
.contact::before {
  background-image: url(/img/flower_upper.png);
  top: 0;
  right: 0;
}
.contact::after {
  background-image: url(/img/flower_bottom.png);
  bottom: 0;
  left: 0;
}

.thanks {
  padding: 120px 0;
  min-height: 70vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 60px 0;
  }
}
.thanks__wrapper .sub-title {
  margin-bottom: 56px;
}
.thanks__wrapper .thanks__text {
  margin-bottom: 56px;
}
.thanks::before, .thanks::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 630px;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .thanks::before, .thanks::after {
    width: 300px;
    height: 315px;
  }
}
.thanks::before {
  background-image: url(/img/flower_upper.png);
  top: 0;
  right: 0;
}
.thanks::after {
  background-image: url(/img/flower_bottom.png);
  bottom: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 5vw;
  right: 17vw;
  z-index: 998;
  opacity: 0;
  transform: translateY(200px);
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 100px;
    right: 5%;
  }
}
#page-top a {
  transition: all 0.3s;
}
#page-top a img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #page-top a img {
    width: 40px;
    height: 40px;
  }
}
#page-top a:hover {
  opacity: 0.7;
}

#page-top.UpMove {
  animation: UpAnime 1s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 1s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(200px);
  }
}
.fixed-btn {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1025px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn > a {
  width: 100px;
  height: 100px;
}

.fixed-btn-sp {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 1px;
  align-items: center;
  z-index: 998;
}
@media screen and (max-width: 1025px) {
  .fixed-btn-sp {
    display: flex;
  }
}
.fixed-btn-sp > li {
  background-color: #AB975D;
  width: 50%;
  height: 60px;
}
.fixed-btn-sp > li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  height: 60px;
  width: 100%;
  background-image: url(/img/footer-bg.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 100px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px 0;
    padding-bottom: 60px;
  }
}
.footer__wrapper .copyright {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
}
.footer__list {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__list li {
    width: 50%;
    text-align: center;
  }
}
.footer__list li a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */