.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: 2;
  width: 100%;
}

.fv__inner {
  width: 100%;
}

.fv__clinic {
  padding: 10px 20px 0;
}

.fv__clinic-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.fv__clinic-link span {
  margin-left: 4px;
  color: #0078c8;
}

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

.trouble-solve {
  margin-top: -14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
}

.trouble-solve__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.trouble-solve__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trouble-solve__inner {
  position: relative;
  z-index: 1;
  padding: 40px 4px 32px;
}

.trouble-solve__title {
  width: auto;
  margin: 0 auto;
  padding: 0 14px;
}

.trouble-solve__title img {
  display: block;
  width: 100%;
  height: auto;
}

.trouble-solve__list {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 24px;
}

.trouble-solve__list img {
  display: block;
  width: 100%;
  height: auto;
}

.trouble-solve__notes {
  margin-top: 14px;
}

.trouble-solve__notes p {
  margin: 0;
  color: #7d7d7d;
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
}

.cta-step {
  background-image: url('../img/cta-step-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-step__inner {
  padding: 44px 14px 56px;
}

.cta-step__title {
  width: 292px;
  margin: 0 auto;
}

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

.cta-step__lead {
  margin: 20px 0 0;
  color: #333;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.cta-step__lead span {
  position: relative;
  color: #000;
  font-size: 120%;
}

.cta-step__lead span::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: -7.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  aspect-ratio: 1 / 1;
  background-color: #000;
}

.cta-step__visual {
  width: auto;
  margin: 0px auto 0;
}

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

.cta-step__content {
  margin-top: -1px;
  background-color: #fff;
  padding-bottom: 21px;
}

.cta-step__box {
  position: relative;
  background-color: transparent;
  padding: 32px 18px 42px;
}

.cta-step__box::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: url('../img/cta-step__box-bg.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: .5;
}

.cta-step__box-heading {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
}

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

.cta-step__box-text {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.cta-step__box-text--accent {
  color: #EF527C;
  font-weight: 700;
}

.cta-step__staff {
  padding: 0 18px 10px;
}

.cta-step__staff-text {
  margin: 0;
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.cta-step__staff-text span {
  color: #EF527C;
}

.cta-step__buttons {
  margin-top: 6px;
}

.cta-step__button {
  display: block;
}

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

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

.cta-step__video{
  margin-top: 26px;
  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-step__video::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-step__video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.cta-step__promise {
  margin-top: 26px;
  width: calc(100% - 18px);
  margin-left: auto;
  margin-right: auto;
}

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


.trouble {
  margin-top: -16px;
  padding: 26px 0 36px;
  position: relative;
  overflow: hidden;
}

.trouble__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.trouble__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top;
}

.trouble__inner {
  position: relative;
  z-index: 1;
}

.trouble__title {
  margin: 0 auto;
  width: 85%;
}

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

.trouble__list-visual {
  margin-top: 12px;
}

.trouble__list-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.trouble__actual {
  margin: 18px 0 0;
}

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


.menu-feature {
  position: relative;
  padding: 0 14px 40px;
  background-color: #fff;
}

.menu-feature__inner {
  position: relative;
  /* padding-top: 42px; */
}

.menu-feature__label {
  position: relative;
  z-index: 2;
  margin: 0 auto -32px;
  width: 100%;
  max-width: 90%;
  transform: translateY(-50%);
}

.menu-feature__label img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-feature__content {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.menu-feature__tabs {
  display: flex;
  flex-wrap: wrap;
}

.menu-feature__tab {
  width: 25%;
  min-height: 43px;
  padding: 8px 2.4px 7px;
  border: none;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #7d8d97;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}

.menu-feature__tab:nth-child(4n) {
  border-right: none;
}

.menu-feature__tab.is-active {
  background: #0b89c8;
}

.menu-feature__panel {
  display: none;
  padding: 24px 16px 22px;
}

.menu-feature__panel.is-active {
  display: block;
}

.menu-feature__title {
  margin: 0 0 24px;
  padding: 2px ;
  color: #fff;
  background-color: #0b89c8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

.menu-feature__summary {
  margin: 0px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.menu-feature__image {
  margin-top: 18px;
}

.menu-feature__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vw;
  object-fit: contain;
  /* background: #d9d9d9; */
}

.menu-feature__text {
  margin-top: 16px;
}

.menu-feature__text p {
  margin: 0;
  color: #4b4b4b;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
}

.menu-feature__point-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.menu-feature__point-list li {
  position: relative;
  padding: 10px 12px 10px 36px;
  background: #F0FAFC;
  /* border-radius: 6px; */
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.menu-feature__point-list li + li {
  margin-top: 8px;
}

.menu-feature__point-list li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  /* transform: translateY(50%); */
  width: 16px;
  height: 16px;
  background: url('../img/icon-check.svg') no-repeat center / contain;
}
.menu-feature__diagram {
  margin-top: 18px;
  aspect-ratio: 4/3;
}

.menu-feature__diagram img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #d9d9d9;
}

.menu-feature__list {
  margin-top: 18px;
}

.menu-feature__list-heading {
  position: relative;
  margin: 0;
  padding: 0 0 0 12px;
  color: #64b343;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.menu-feature__list-heading::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: calc(100% - 6px);
  border-radius: 999px;
  background: #64b343;
}

.menu-feature__list-items {
  margin: 10px 0 0;
  padding: 14px 14px 14px 28px;
  list-style: disc;
  background: #f9fff7;
  /* border-radius: 8px;/ */
}

.menu-feature__list-items li {
  color: #64b343;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.menu-feature__list-items li + li {
  margin-top: 8px;
}
.menu-feature__side-effect {
  margin-top: 18px;
}

.menu-feature__side-effect-heading {
  margin: 0;
  color: #444;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.menu-feature__side-effect-text {
  margin: 10px 0 0;
  color: #5c5c5c;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.9;
}

.menu-feature__price {
  margin-top: 18px;
}

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

.menu-feature__price-label span {
  font-size: 9px;
  font-weight: 500;
}

.menu-feature__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;
}

.menu-feature__payment {
  width: 170px;
  margin: 14px auto 0;
}

.menu-feature__payment img {
  display: block;
  width: 100%;
  height: auto;
}




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

.case-slider__title {
  /* width: 253px; */
  margin: 0 0 24px;
}

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

.case-slider__swiper {
  margin-top: 10px;
  overflow: hidden;
}

.case-slider__card {
  background: #fff;
  /* border: 1px solid #e4e4e4; */
  padding: 10px 10px 14px;
  box-sizing: border-box;
  height: auto !important;
}

.case-slider__images {
  display: flex;
  justify-content: space-between;
}

.case-slider__image {
  width: 48.75%;
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}

.case-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.case-slider__label--before {
  background: #6d7e87;
}

.case-slider__label--after {
  background: linear-gradient(90deg, #0B92D6 0%, #5FCAFF 100%);
}

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

.case-slider__row + .case-slider__row {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #dcdcdc;
}

.case-slider__row dt {
  margin: 0;
  color: #006BA1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.case-slider__row dd {
  margin: 2px 0 0;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.case-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.case-slider__arrow {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #cfd8de;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.case-slider__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #8a959c;
  border-right: 2px solid #8a959c;
}

.case-slider__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.case-slider__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.case-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.case-slider__pagination .swiper-pagination-bullet-active {
  background: #0b89c8;
}

/* swiper 調整 */
.case-slider__swiper {
  overflow: hidden;
}

.case-slider__swiper .swiper-wrapper {
  align-items: flex-start;
}

.case-slider__card.swiper-slide {
  height: auto;
}

.comparison {
  padding: 28px 0 56px;
  background-image: url('../img/comparison-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.comparison__title {
  width: 165px;
  margin: 0 auto;
}

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

.comparison__table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  padding: 0 14px 10px;
}

.comparison__table {
  width: 820px;
  border-collapse: collapse;
}

.comparison__table th,
.comparison__table td {
  border: 1px solid #efefef;
  padding: 8px 8px;
  vertical-align: middle;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.comparison__table thead th {
  background: #0b89c8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.comparison__table thead th:first-child {
  background: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #efefef;
}

.comparison__table tbody th {
  width: 110px;
  background: #7ca0b8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.comparison__table td {
  background: #fff;
  min-width: 180px;
  font-size: 13px;
}

.comparison__table td strong {
  color: #EF527C;
  font-weight: 700;
}

.select-guide {
  padding: 14px 0 0;
  background: #f6f6f6;
  background-image: url('../img/select-guide-bg.jpg');
}

.select-guide__inner {
  position: relative;
}

.select-guide__title {
  position: relative;
  z-index: 2;
  width: 258px;
  margin: 0 auto -24px;
  transform: translateY(-69%);
}

.select-guide__title img {
  display: block;
  width: 100%;
  height: auto;
}

.select-guide__content img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-bottom {
  padding: 0 14px 14px;
  background-image: url('../img/cta-bottom-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-bottom__buttons {
  padding-top: 14px;
}

.cta-bottom__button {
  display: block;
}

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

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


.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;
  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 {
  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;
}

.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;
}



.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;
}



.reason {
  padding: 26px 14px 30px;
  background: linear-gradient(180deg, #0090D8 0%, #77CDF9 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;
}

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

.counseling__title {
  margin: 0;
}

.counseling__title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.counseling__list {
  margin-top: 28px;
}

.counseling__item {
  padding: 0 16px 16px;
  border-top: 4px solid #0481C1;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.counseling__item + .counseling__item {
  margin-top: 16px;
}

.counseling__heading {
  margin: 10px 0 0;
}

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

.counseling__text {
  margin-top: 16px;
}

.counseling__text p {
  margin: 0;
  color: #555;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.85;
}

.counseling__text p + p {
  margin-top: 8px;
}

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

.counseling__image {
  margin-top: 10px;
}

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



.case-problem {
  padding: 0 0 24px;
  background: #FFFEF7;
}

.case-problem__title {
  margin: 0;
}

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

.case-problem__list {
  padding: 16px 14px 0;
}

.case-problem__item + .case-problem__item {
  margin-top: 28px;
}

.case-problem__label {
  width: 58px;
  margin: 0 auto;
}

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

.case-problem__heading {
  margin: 10px 0 0;
  color: #333;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.03em;
}

.case-problem__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 14px;
}

.case-problem__illust {
  width: 118px;
  flex-shrink: 0;
}

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

.case-problem__points {
  flex: 1;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.case-problem__points li {
  position: relative;
  padding-left: 22px;
  color: #4a4a4a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.95;
}

.case-problem__points li + li {
  margin-top: 10px;
}

.case-problem__points li::before {
  content: '';
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 14px;
  height: 14px;
  background: url('../img/icon-check-blue.svg') no-repeat center / contain;
}

.case-problem__accordion {
  margin-top: 14px;
  background-color: #fff;
  border: 1px solid #9cb8cb;
}

.case-problem__trigger {
  position: relative;
  border: none;
  display: block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  padding: 12px 16px 12px 18px;
  text-align: center;
  background: #fff;
}

.case-problem__trigger-copy {
  display: block;
}

.case-problem__trigger-copy small {
  display: block;
  color: #ef527c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.case-problem__trigger-copy strong {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.case-problem__trigger-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.case-problem__trigger-icon::before,
.case-problem__trigger-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0b89c8;
  transform: translate(-50%, -50%);
}

.case-problem__trigger-icon::before {
  width: 12px;
  height: 2px;
}

.case-problem__trigger-icon::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.2s ease;
}

.case-problem__trigger.is-open .case-problem__trigger-icon::after {
  opacity: 0;
}

.case-problem__panel {
  padding: 10px 16px  37px 16px;
  
}

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

.case-problem__treatment-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd8ca;
}

.case-problem__treatment-thumb {
  width: 82px;
  flex-shrink: 0;
}

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

.case-problem__treatment-content {
  flex: 1;
}

.case-problem__treatment-name {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.case-problem__treatment-text {
  margin: 4px 0 0;
  color: #555;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}

.case-problem__treatment-link {
  display: block;
  margin-top: 10px;
  color: #0b89c8;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}


.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: 100%;
  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: #649AB5;
}

.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: #0b89c8;
  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: #2ea3df;
}


.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;
}

.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-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: #F3FBFE;
}

.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;
}


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

  body {
    margin: 0;
    /* background: #eef1f4; */
  }

  .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: #1493d6;
    transform: translateY(-50%);
  }

  .lp-pc-layout__nav-list a.is-active {
    color: #1493d6;
    font-weight: 700;
    transition-duration: 0.3s;
  }
  
  .lp-pc-layout__nav-list a.is-active::before {
    background: #1493d6;
    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;
  }
}