.pc{
  display: none;
}
.sp{
  display: block;
}
@media (min-width: 768px) {
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}

body {
  background-image: url('../img/pc-back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;  
}
.sp-container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
}

.header {
  width: 100%;
  background: #fff;
}

.header__inner {
  padding: 12px 20px 10px;
}

.header__logo {
  width: 166px;
  margin: 0 auto;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fv{
  position: relative;
  z-index: 0;
}


.skin-specialist {
  margin-top: -26px;
  position: relative;
  z-index: 2;
  padding: 18px 0 18px;
  background-image: url(../img/skin-specialist-bg.png);
  background-color: transparent;
  background-size: contain;
  background-position: top center;
}

.skin-specialist__inner {
  padding: 0 4px;
}

.skin-specialist__title {
  margin-top: -13px;
  /* margin: 0; */
  padding: 0 14px;
}

.skin-specialist__title img {
  display: block;
  width: 100%;
  height: auto;
}

.skin-specialist__achievements {
  margin-top: 14px;
}

.skin-specialist__achievements img {
  display: block;
  width: 100%;
  height: auto;
}

.skin-specialist__notes {
  margin-top: 10px;
}

.skin-specialist__notes p {
  margin: 0;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.skin-specialist__buttons {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
}

.skin-specialist__button {
  display: block;
}

.skin-specialist__button + .skin-specialist__button {
  margin-top: 8px;
}

.skin-specialist__button img {
  display: block;
  width: 100%;
  height: auto;
}

.insurance-beauty {
  padding: 20px 14px 24px;
  background: #F2E7BA;
}

.insurance-beauty__inner {
  border: 1px solid #846234;
  background: #fff;
}

.insurance-beauty__title {
  margin: 0;
  padding: 12px 16px 13px;
  background: #C29A42;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.insurance-beauty__content {
  padding: 16px 14px 14px;
}

.insurance-beauty__content p {
  margin: 0;
  color: #555;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.6;
}

.insurance-beauty__content p + p {
  margin-top: 4px;
}

.insurance-beauty__content strong {
  font-weight: 700;
}

.insurance-beauty__note {
  margin-top: 10px !important;
  color: #ff6b6b !important;
  font-size: 11.5px;
  line-height: 1.6;
}

.skin-trouble {
  background: #fff;
}

.skin-trouble__inner img {
  display: block;
  width: 100%;
  height: auto;
}



.cta-block {
}

.cta-block__question{
  margin-top: 0;
  padding: 40px 0px 65px;
  background-image: url(../img/skin-trouble-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
}
.cta-block__question--first{
  margin-top: -73px;
  padding: 85px 0px 65px;
}

.cta-block__question-title {
  margin: 0;
  padding: 0 14px;
}

.cta-block__question-title img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__question-map {
  margin-top: 32px;
  padding: 0 6.4px;
  position: relative;
}

.cta-block__question-map img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__question-link {
  position: absolute;
  display: block;
  /* background: rgba(255, 255, 255, 1); */
  border: 3px;
}

.cta-block__question-link--01 {
  top: 23%;
  left: 3.1%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--02 {
  top: 23.3%;
  right: 3.1%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--03 {
  top: 43.9%;
  left: 2.8%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--04 {
  top: 45.7%;
  right: 3.2%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--05 {
  top: 66.2%;
  left: 2.7%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--06 {
  top: 69.2%;
  right: 3.1%;
  width: 28.9%;
  height: 15%;
}

.cta-block__question-link--07 {
  top: 0;
  right: 21.3%;
  width: 28.9%;
  height: 15%;
}

.cta-block__guide {
  padding: 18px 0 0;
  background-image: url('../img/cta-block-guide-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.cta-block__guide-title {
  width: 264px;
  margin: 0 auto;
  margin-top: -56px;
}

.cta-block__guide-title img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__guide-lead {
  margin: 10px 0 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.cta-block__guide-content {
  margin-top: 10px;
}

.cta-block__guide-content img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__buttons {
  background-image: url(../img/cta-block-guide-buttons-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 24px 14px ;
  background-color: red;
}

.cta-block__button {
  display: block;
}

.cta-block__button + .cta-block__button {
  margin-top: 8px;
}

.cta-block__button img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__promise-notice {
  /* margin: 12px 0 0; */
  color: #ff6a6a;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.cta-block__promise {
  padding: 24px 14px ;
  background-image: url(../img/cta-block-promise-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
}

.cta-block__promise-lead {
  margin: 0;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cta-block__promise-copy {
  margin: 2px 0 0;
  text-align: center;
}

.cta-block__promise-copy span {
  color: #ef527c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-block__promise-box {
  margin-top: 6px;
}

.cta-block__promise-box img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__reserve {
  margin-top: 0px;
  padding: 20px 14px 22px;
  background: #64b343;
}

.cta-block__reserve-title {
  width: 100%;
  margin: 0 auto;
}

.cta-block__reserve-title img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__reserve-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
  background-color: #fff;
  padding: 24px 32px;
}

.cta-block__reserve-phone {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #0f1114;
  border: 1px solid #2a2e35;
  border-radius: 18px;
  padding: 8px 5px 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.cta-block__reserve-phone::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 8px;
  background: #0a0b0d;
  border-radius: 0 0 6px 6px;
  z-index: 2;
}

.cta-block__reserve-phone video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.cta-block__reserve-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta-block__reserve-item {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d8d0d0;
  display: flex;
  gap: 7px;
}

.cta-block__reserve-item + .cta-block__reserve-item {
  margin-top: 10px;
}

.cta-block__reserve-num {
  width: 24px;
}

.cta-block__reserve-num img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-block__reserve-item p {
  padding-left: 13px;
  width: calc(100% - 24px);
  padding: 4px 0;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  /* border-bottom: solid 1px #d8d0d0; */
}

.case-pink {
  position: relative;
  padding: 22px 0 28px 14px;
  background: #e9a4bf;
  background-image: url('../img/case-pink-bg.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.case-pink__inner {
  position: relative;
}



.case-pink__swiper {
  position: relative;
  padding: 18px 0px 14px;
  /* background: #fff; */
  background-color: transparent;
}

.case-pink__card-inner{
  background: #fff;
  padding: 0 14px 14px;
}


.case-pink__label {
  position: relative;
  z-index: 3;
  width: auto;
  background: url('../img/case-pink-label.png') no-repeat center / cover;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.case-pink__label-text {
  color: #7a5a1b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}

.case-pink__card {
  height: auto;
}

.case-pink__images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.case-pink__image {
  position: relative;
  aspect-ratio: 1/1;
  width: 48.75%;
}

.case-pink__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* background: #ffedf4; */
}

.case-pink__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: .2rem;
  transform: translateY(100%);
}

.case-pink__tag--before {
  background: #666;
}

.case-pink__tag--after {
  background: #ef7f9e;
}

.case-pink__info {
  margin-top: 12px;
}

.case-pink__row + .case-pink__row {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d8d0d0;
}

.case-pink__row dt {
  margin: 0;
  color: #8d6b22;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}

.case-pink__row dd {
  margin: 3px 0 0;
  color: #4a4a4a;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
}

.case-pink__arrow {
  position: absolute;
  top: 115px;
  z-index: 5;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
}

.case-pink__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.case-pink__arrow--prev {
  left: -13px;
}

.case-pink__arrow--next {
  right: 1px;
}

.case-pink__dots {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.case-pink__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px !important;
  background: #d9d9d9;
  opacity: 1;
}

.case-pink__dots .swiper-pagination-bullet-active {
  background: #ef7f9e;
}


.floating-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 8px 0 8px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
}

.floating-cta__inner {
  display: flex;
  gap: 8px;
  padding: 0 8px;
}

.floating-cta__button {
  display: block;
  width: calc((100% - 8px) / 2);
}

.floating-cta__button img {
  display: block;
  width: 100%;
  height: auto;
}





@media screen and (min-width: 769px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  body {
    margin: 0;
    /* background-image: url("../img/pc"); */
  }

  .lp-pc-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 88px;
    width: 100%;
    height: 100vh;
    padding: 18px 40px;
    box-sizing: border-box;
    
  }

  .lp-pc-layout__sidebar {
    position: relative;
    width: 470px;
    height: 100%;
    flex-shrink: 0;
  }

  .lp-pc-layout__sidebar-inner {
    position: fixed;
    top: 0;
    width: 470px;
    height: calc(100vh - 36px);
    padding: 56px 34px 32px;
    box-sizing: border-box;
  }

  .lp-pc-layout__logo {
    width: 300px;
    margin: 0;
  }

  .lp-pc-layout__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .lp-pc-layout__nav {
    margin-top: 32px;
  }

  .lp-pc-layout__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .lp-pc-layout__nav-list li + li {
    margin-top: 8px;
  }

  .lp-pc-layout__nav-list a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #878c92;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
  }

  .lp-pc-layout__nav-list a::before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2CAE20;
    transform: translateY(-50%);
  }

  .lp-pc-layout__nav-list a.is-active {
    color: #2CAE20;
    font-weight: 700;
    transition-duration: 0.3s;
  }
  
  .lp-pc-layout__nav-list a.is-active::before {
    background: #2CAE20;
    transform: translateY(-50%) scale(1.1);
    transition-duration: 0.3s;
  }

  .lp-pc-layout__cta {
    width: 314px;
    margin-top: 42px;
  }

  .lp-pc-layout__cta-btn {
    display: block;
  }

  .lp-pc-layout__cta-btn + .lp-pc-layout__cta-btn {
    margin-top: 12px;
  }

  .lp-pc-layout__cta-btn img {
    display: block;
    width: 100%;
    height: auto;
  }

  .lp-pc-layout__main {
    display: flex;
    justify-content: center;
    width: 320px;
    height: 100%;
    flex-shrink: 0;
  }

  .sp-container {
    width: 416px;
    max-width: 416px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .sp-container::-webkit-scrollbar {
    width: 8px;
  }

  .sp-container::-webkit-scrollbar-track {
    background: #e5e7eb;
  }

  .sp-container::-webkit-scrollbar-thumb {
    background: #b8c0c8;
    border-radius: 999px;
  }

  .floating-cta {
    display: none;
  }
}



.search-treatment {
  padding: 0 0 24px;
  background-image: url('../img/search-treatment-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 3px solid #47c43b;
  border-bottom: 3px solid #ff3f7a;
}

.search-treatment__inner {
  padding: 18px 14px 0;
}

.search-treatment__title {
  margin: 0;
}

.search-treatment__title img {
  display: block;
  width: 100%;
  height: auto;
}

.search-treatment__accordion {
  margin-top: 16px;
}

.search-treatment__item + .search-treatment__item {
  margin-top: 4.8px;
}

.search-treatment__item {
  border: 1px solid #59bf42;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.search-treatment__item.is-open {
  border-color: #a97927;
  background:#fff;
}

.search-treatment__trigger {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;  
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 4.5px 42px 4.5px 25px;
  border: none;
  background: rgba(255, 255, 255, 0.96);
  text-align: left;
}

.search-treatment__item.is-open .search-treatment__trigger {
  /* padding: 12px 42px 12px 14px; */
  background: linear-gradient(45deg,#E3CC7F 0%,#F7ECC7 54%,#F7ECC7 58%,#F1D472 100%);
  transition-duration: .3s;
}

.search-treatment__trigger-text {
  display: block;
  width: 100%;
  text-align: left;
}

.search-treatment__trigger-main {
  display: block;
  color: #38a52b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition-duration: .3s;
}

.search-treatment__trigger-sub {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  transition-duration: .3s;
  /* 影（デザインの締まり） */
  text-shadow:3px 3px 4px rgba(255,255,255,1);
}

.search-treatment__item.is-open .search-treatment__trigger-main,
.search-treatment__item.is-open .search-treatment__trigger-sub {
    color: #8b6b2c;
    /* font-size: 17px; */
    font-weight: 700;
    
    text-shadow:3px 3px 4px rgba(255,255,255,1);
    /* transition-duration: .3s; */
  
}

.search-treatment__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #38a52b;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.search-treatment__item.is-open .search-treatment__trigger-arrow {
  border-top-color: #6a4a12;
  transform: translateY(-50%) rotate(180deg);
}

.search-treatment__panel {
  display: none;
  background: #fff;
}

.search-treatment__panel-inner {
  padding: 0 12px 14px;
}

.search-treatment__summary {
  margin: 16px 0 8px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.search-treatment__main-card {
  margin-top: 12px;
  padding: 8px 8px ;
  background-color: #FFF4E0;
}

.search-treatment__image {
  padding: 10px 10px 0;
  width: 100%;
}

.search-treatment__image img {
  display: block;
  width: 100%;
  height:auto;
  max-height: 50vw;
  object-fit: contain;
}

.search-treatment__description {
  margin-top: 14px;
  padding: 0 4px;
}

.search-treatment__description p {
  margin: 0;
  color: #4e4334;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
}

.search-treatment__feature-box,
.search-treatment__strong-box {
  margin-top: 16px;
  padding: 14px 12px 12px;
  border-radius: 4px;
}

.search-treatment__feature-box {
  border: 1px solid #a97927;
  background: #fff;
}

.search-treatment__strong-box {
  background: rgba(247, 220, 225, 0.7);
}

.search-treatment__side-effect {
  margin-top: 18px;
  border: solid 1px #ddd;
  /* border-radius: 4px; */
  padding: 17px 10px;
}

.search-treatment__side-effect-heading {
  margin: 0;
  color: #000;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
}

.search-treatment__side-effect-text {
  margin: 4px 0 0;
  color: #5c5c5c;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.9;
}

.search-treatment__price {
  margin-top: 18px;
}

.search-treatment__price-label {
  margin: 0;
  padding: 3px 12px 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0db013 0%, #149419 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.search-treatment__price-label span {
  font-size: 9px;
  font-weight: 500;
}

.search-treatment__price-value {
  margin: 14px 0 0;
  color: #2f3a42;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
}

.search-treatment__price-note {
  font-size: 14px;
  display: block;
}

.search-treatment__payment {
  width: 170px;
  margin: 14px auto 0;
}

.search-treatment__payment img {
  display: block;
  width: 100%;
  height: auto;
}

.search-treatment__feature-title,
.search-treatment__strong-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.search-treatment__feature-title {
  color: #8b5f1e;
}

.search-treatment__strong-title {
  color: #ff3f7a;
  text-align: center;
  margin-top: -26px;
  margin-bottom: -4px;
}

.search-treatment__feature-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.search-treatment__feature-list li {
  position: relative;
  padding-left: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.search-treatment__feature-list li + li {
  margin-top: 4px;
}

.search-treatment__feature-list li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.search-treatment__feature-list--green li::before {
  background: #32b52d;
}

.search-treatment__feature-list--pink li::before {
  background: #ff4f87;
}

.search-treatment__case {
  margin-top: 18px;
}

.search-treatment__case-title {
  margin: 0;
}

.search-treatment__case-title img {
  display: block;
  width: 100%;
  height: auto;
}


.search-treatment__case-card {
  margin-top: 12px;
}

.search-treatment__case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.search-treatment__case-image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}

.search-treatment__case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #d9d9d9;
}

.search-treatment__case-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 50px;
  padding: 5px 17px 4px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.search-treatment__case-tag--before {
  background: #666;
}

.search-treatment__case-tag--after {
  background: linear-gradient(25deg, #F6617A 0%, #F6617A 45%, #FF9BAA 50%, #F6617A 55%, #F6617A 100%);
}

.search-treatment__case-info {
  margin-top: 10px;
}

.search-treatment__case-row + .search-treatment__case-row {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #d9d3c7;
}

.search-treatment__case-row dt {
  margin: 0;
  color: #8b5f1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.search-treatment__case-row dd {
  margin: 3px 0 0;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.search-treatment__dummy {
  margin: 0;
  padding: 14px 0 4px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


.reason {
  padding: 26px 14px 30px;
  background: linear-gradient(180deg, #FB4273 0%, #FFB9CC 100%);
}

.reason__title {
  width: 280px;
  margin: 0 auto 56px;
}

.reason__title img {
  display: block;
  width: 100%;
  height: auto;
}

.reason__list {
  margin-top: 18px;
}

.reason__item {
  position: relative;
  padding: 16px 10px 12px;
  background: #fff;
}

.reason__item + .reason__item {
  margin-top: 60px;
}

.reason__badge {
  width: 88px;
  margin: -59px auto 16px;
}

.reason__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.reason__heading {
  margin: 8px 0 0;
  text-align: center;
}

.reason__heading img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.reason__image {
  margin-top: 10px;
}

.reason__image img {
  display: block;
  width: 100%;
  height: auto;
}

.reason__text {
  margin-top: 8px;
}

.reason__text p {
  margin: 0;
  color: #666;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.8;
}
.reason__text strong {
  color: #ef527c;
  font-weight: 700;
}



.clinic-policy {
  padding: 80px 12px 24px;
  background-image: url('../img/clinic-policy-bg.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.clinic-policy__inner {
  width: 100%;
}

.clinic-policy__whitebox {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.clinic-policy__heading {
  /* padding-top: 18px; */
}

.clinic-policy__heading-label {
  position: relative;
  z-index: 1;
  width: 188px;
  margin: 0 auto -60px;
  transform: translateY(-50px);
}

.clinic-policy__heading-label img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__heading-copy {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
}

.clinic-policy__heading-copy img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__message {
  padding: 18px 18px 0;
}

.clinic-policy__message p {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.clinic-policy__message p + p {
  margin-top: 10px;
}

.clinic-policy__message strong {
  color: #ef527c;
  font-weight: 700;
}

.clinic-policy__image {
  margin-top: 18px;
}

.clinic-policy__image img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__perspective {
  position: relative;
  padding: 25px 14px 22px;
  background-color: #fff;
}

.clinic-policy__perspective::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 12%;
  background-image: url('../img/clinic-policy-perspective-bg.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: .6;
}

.clinic-policy__perspective-title {
  position: relative;
  z-index: 2;
  margin: 0;
}

.clinic-policy__perspective-title img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__perspective-text {
  margin-top: 14px;
  position: relative;
  z-index: 2;
}

.clinic-policy__perspective-text p {
  margin: 0;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.clinic-policy__perspective-text p + p {
  margin-top: 8px;
}

.clinic-policy__marker {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #000;
}

.clinic-policy__marker::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: #fff170;
  z-index: -1;
}

.clinic-policy__difference-title {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
}

.clinic-policy__difference-title img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.clinic-policy__difference-chart {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.clinic-policy__difference-chart img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: auto;
}

.clinic-policy__difference-copy {
  margin-top: 17px;
}

.clinic-policy__difference-copy img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__points {
  margin-top: 18px;
}

.clinic-policy__points-lead {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.clinic-policy__points-list {
  margin-top: 8px;
}

.clinic-policy__points-item + .clinic-policy__points-item {
  margin-top: 8px;
}

.clinic-policy__points-item img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__points-text {
  margin: 10px 0 0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.clinic-policy__patient-image {
  position: relative;
  z-index: 1;
  margin: 18px -14px 0;
}

.clinic-policy__patient-image img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__patient-title-gr {
  position: relative;
  z-index: 2;
  margin-top: -43px;
  background-color: #fff;
  padding: 10px 24px;
}

.clinic-policy__patient-title {
  margin-top: 0;
}

.clinic-policy__patient-title img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__patient-list {
  margin-top: 10px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d5d5d5;
}

.clinic-policy__patient-list img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__not-fit-title {
  margin-top: 32px;
}

.clinic-policy__not-fit-title img {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-policy__not-fit-text {
  margin-top: 10px;
}

.clinic-policy__not-fit-text ul {
  margin: 0;
  padding-left: 1.2em;
}

.clinic-policy__not-fit-text li {
  color: #000;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.9;
  list-style: disc;
}

.clinic-policy__not-fit-text li + li {
  margin-top: 4px;
}

.clinic-policy__not-fit-text p {
  margin: 10px 0 0;
  color: #555;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.9;
}



.doctor {
  padding: 40px 14px 30px;
  background-image: url('../img/doctor-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.doctor__title {
  width: 136px;
  margin: 0 auto;
}

.doctor__title img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor__card {
  margin-top: 16px;
  padding: 18px 14px 22px;
  background: rgba(255, 255, 255, 0.72);
}

.doctor__image {
  width: 264px;
  margin: 0 auto;
}

.doctor__image img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor__copy {
  width: 290px;
  margin: 16px auto 0;
}

.doctor__copy img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor__name {
  margin: 12px 0 0;
  color: #555;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.doctor__dot {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 12px 0 0;
  flex-direction: column;
  align-items: center;
}

.doctor__dot span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FF507E;
}

.doctor__message {
  margin-top: 18px;
}

.doctor__message p {
  margin: 0;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.doctor__message p + p {
  margin-top: 12px;
}

.doctor__message strong {
  color: #FF507E;
  font-weight: 700;
}

.doctor__accordion {
  margin-top: 14px;
}

.doctor__accordion-item {
  background: rgba(255, 255, 255, 0.72);
}

.doctor__accordion-item + .doctor__accordion-item {
  margin-top: 12px;
}

.doctor__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #555;
  text-align: left;
}

.doctor__accordion-title {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.doctor__accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.doctor__accordion-icon::before,
.doctor__accordion-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #555;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.doctor__accordion-icon::before {
  width: 10px;
  height: 1px;
}

.doctor__accordion-icon::after {
  width: 1px;
  height: 10px;
}

.doctor__accordion-trigger.is-open .doctor__accordion-icon::after {
  opacity: 0;
}

.doctor__accordion-panel {
  padding: 0 16px 18px;
}

.doctor__accordion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctor__accordion-list li {
  position: relative;
  padding-left: 14px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.doctor__accordion-list li + li {
  margin-top: 10px;
}

.doctor__accordion-list li::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF507E;
}


.flow {
  padding: 40px 0 30px;
  background-image: url('../img/flow-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.flow__title {
  width: 141px;
  margin: 0 auto;
}

.flow__title img {
  display: block;
  width: 100%;
  height: auto;
}

.flow__scroll {
  margin-top: 18px;
  padding: 0 14px;
}

.flow__list {
  display: flex;
  gap: 12px;
  width: max-content;
  padding-bottom: 20px;
  padding-top: 14px;
}

.flow__item {
  width: 270px;
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.flow__item-title {
  margin: 0;
  height: 45px;
  display: flex;
  align-items: center;
}

.flow__item-title img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.flow__item-image {
  margin-top: 10px;
}

.flow__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.flow__item-text {
  margin-top: 10px;
}

.flow__item-text p {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.flow__item-text strong {
  font-weight: 700;
  color: #FF507E;
}
.flow__item-buttons {
  margin-top: 12px;
}

.flow__item-button {
  display: block;
}

.flow__item-button + .flow__item-button {
  margin-top: 6px;
}

.flow__item-button img {
  display: block;
  width: 100%;
  height: auto;
}

.flow__scroll .simplebar-track.simplebar-horizontal {
  height: 8px;
  left: 14px;
  right: 14px;
  bottom: 0;
  background: transparent;
}

.flow__scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 8px;
}

.flow__scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  background: #cfcfcf;
  opacity: 1;
}

.flow__scroll .simplebar-content-wrapper {
  overflow: auto;
}


.access {
  padding: 40px 14px 30px;
  background: #E9FFE7;
}

.access__title {
  width: 171px;
  margin: 0 auto;
}

.access__title img {
  display: block;
  width: 100%;
  height: auto;
}

.access__list {
  margin-top: 18px;
}

.access__item {
  padding: 18px 24px 16px;
  background-color: #fff;
}

.access__item + .access__item {
  margin-top: 14px;
}

.access__logo {
  width: 177px;
  margin: 0 auto;
}

.access__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.access__map {
  margin-top: 12px;
}

.access__map iframe {
  display: block;
  width: 100%;
  height: 160px;
}

.access__info {
  margin-top: 14px;
}

.access__row + .access__row {
  margin-top: 10px;
}

.access__row dt {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.access__row dt::before {
  content: '';
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #9ab54a;
  transform: rotate(45deg);
}

.access__item:nth-child(2) .access__row dt::before {
  background: #b7a4d9;
}

.access__row dd {
  margin: 4px 0 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.faq {
  padding: 40px 14px 34px;
  background-color: #fff;
}

.faq__title {
  width: 183px;
  margin: 0 auto;
}

.faq__title img {
  display: block;
  width: 100%;
  height: auto;
}

.faq__list {
  margin-top: 18px;
}

.faq__item {
  background: #fff;
}

.faq__item + .faq__item {
  margin-top: 8px;
}

.faq__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 12px 0 14px;
  border: none;
  background: #F7F7F7;
  text-align: left;
}

.faq__icon {
  width: 24px;
  flex-shrink: 0;
}

.faq__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.faq__question {
  flex: 1;
  padding: 0 10px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.faq__plus {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.faq__plus::before,
.faq__plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #555;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq__plus::before {
  width: 10px;
  height: 1px;
}

.faq__plus::after {
  width: 1px;
  height: 10px;
}

.faq__trigger.is-open .faq__plus::after {
  opacity: 0;
}

.faq__panel {
  display: none;
  overflow: hidden;
}

.faq__answer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding:12px 12px 12px 14px;
}

.faq__answer {
  /* padding-top: 12px; */
  flex: 1;
}

.faq__answer p {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.footer {
  padding: 12px 14px calc(72.2px + 12px);
  background: #fff;
}

.footer__inner {
  margin: 0 auto;
}

.footer__copy {
  color: #777;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}