@charset "UTF-8";
/* =========================================================
   reset / base  (f/ 既存規約準拠)
   - デザイン基準幅: 750px (SP)
   - SP: @media (max-width:768px) で calc((x / 750) * 100vw)
   - PC: 750px コンテナを中央寄せ
   ========================================================= */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

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

ul,
ol {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* LP 本体ラッパー: デザイン 750px を中央寄せ */
.lp-wrapper {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 100px;
}

img.full {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .lp-wrapper {
    width: 100%;
    padding-top: 13.3333333333vw;
  }
}
/* =========================================================
   sections  (Figma 各セクションをここに追記していく)
   ========================================================= */
/* -------------------- header (2003:92) -------------------- */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 750px;
  max-width: 100%;
  height: 100px;
  background-color: #000000;
}

.header__logo {
  position: absolute;
  top: 32px;
  left: 29px;
  width: 97px;
  height: 68px;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__cta {
  position: absolute;
  top: 27.5px;
  right: 36px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 30px;
  background-color: #bba170;
  border-radius: 100px;
  transform: scale(0.75);
  transform-origin: top right;
}

.header__cta-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}

.header__cta-arrow {
  flex: none;
  width: 8px;
  height: 12px;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 13.3333333333vw;
  }
  .header__logo {
    top: 4.2666666667vw;
    left: 3.8666666667vw;
    width: 12.9333333333vw;
    height: 9.0666666667vw;
  }
  .header__cta {
    top: 3.6666666667vw;
    right: 4.8vw;
    height: 8vw;
    gap: 1.6vw;
    padding: 0 4vw;
    border-radius: 13.3333333333vw;
  }
  .header__cta-text {
    font-size: 3.2vw;
  }
  .header__cta-arrow {
    width: 1.6vw;
    height: 2.4vw;
  }
}
/* number font (Figma: DIN 2014) */
.din {
  font-family: "din-2014", "DIN 2014", "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-style: normal;
}

/* -------------------- MV (2003:104) -------------------- */
.mv {
  position: relative;
  width: 750px;
  background-color: #ffffff;
}

.mv__hero {
  width: 750px;
}

/* stats band */
.mv__stats {
  position: absolute;
  top: 670px;
  left: 0;
  width: 750px;
  height: 214px;
  background-color: #000000;
}

.mv__card {
  position: absolute;
  top: 30px;
  width: 220px;
  height: 95px;
  background-color: #000000;
  border: 2px solid #bba170;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv__card--1 {
  left: 36px;
}

.mv__card--2 {
  left: 266px;
}

.mv__card--3 {
  left: 494px;
}

.mv__card-label {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 6px;
}

.mv__card-num {
  display: flex;
  align-items: baseline;
  color: #bba170;
  line-height: 1;
}

.mv__card-figure {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.mv__card-unit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-left: 3px;
}

.mv__card-unit--narrow {
  font-size: 22px;
}

.mv__card-unit--pct {
  font-size: 32px;
  margin-left: 1px;
}

.mv__card-note {
  align-self: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #ededed;
  margin-left: 4px;
}

.mv__footnote {
  position: absolute;
  top: 137px;
  left: 36px;
  width: 678px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  font-weight: 400;
  color: #ededed;
}

/* deep blue block */
.mv__blue {
  top: 884px;
  left: 0;
  width: 750px;
  height: 280px;
}

/* CTA button */
.mv__cta {
  width: 608px;
  height: 100px;
  margin: 0 auto;
  background-color: #000;
  color: #bba170;
  border-radius: 50px;
  display: block;
}

.mv__cta-badge {
  position: absolute;
  top: -10px;
  left: 0;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd272d 0%, #8b0001 100%);
  border: 2px solid #bba170;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}

.mv__cta-badge-t1 {
  font-size: 22px;
  font-weight: 600;
}

.mv__cta-badge-t2 {
  font-size: 56px;
  font-weight: 600;
  margin: -2px 0;
}

.mv__cta-badge-t3 {
  font-size: 23px;
  font-weight: 600;
}

.mv__cta-label {
  position: absolute;
  top: 0;
  left: 162px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.mv__cta-label--n {
  font-weight: 400;
}

.mv__cta-arrow {
  position: absolute;
  top: 50%;
  left: 534px;
  width: 16px;
  height: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
  }
  .mv__hero {
    width: 100%;
  }
  .mv__stats {
    top: 89.3333333333vw;
    width: 100%;
    height: 28.5333333333vw;
  }
  .mv__card {
    top: 4vw;
    width: 29.3333333333vw;
    height: 12.6666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
  }
  .mv__card--1 {
    left: 4.8vw;
  }
  .mv__card--2 {
    left: 35.4666666667vw;
  }
  .mv__card--3 {
    left: 65.8666666667vw;
  }
  .mv__card-label {
    font-size: 2.9333333333vw;
    margin-bottom: 0.8vw;
  }
  .mv__card-figure {
    font-size: 5.3333333333vw;
  }
  .mv__card-unit {
    font-size: 3.2vw;
    margin-left: 0.4vw;
  }
  .mv__card-unit--narrow {
    font-size: 2.9333333333vw;
  }
  .mv__card-unit--pct {
    font-size: 4.2666666667vw;
    margin-left: 0.1333333333vw;
  }
  .mv__card-note {
    font-size: 2.1333333333vw;
    margin-left: 0.5333333333vw;
  }
  .mv__footnote {
    top: 18.2666666667vw;
    left: 4.8vw;
    width: 90.4vw;
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
    letter-spacing: -0.0933333333vw;
  }
  .mv__blue {
    top: 117.8666666667vw;
    width: 100%;
    height: 37.3333333333vw;
  }
  .mv__cta {
    top: 129.8666666667vw;
    left: 9.4666666667vw;
    width: 81.0666666667vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .mv__cta-badge {
    top: -1.3333333333vw;
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    border-width: 0.2666666667vw;
  }
  .mv__cta-badge-t1 {
    font-size: 2.9333333333vw;
  }
  .mv__cta-badge-t2 {
    font-size: 7.4666666667vw;
    margin: -0.2666666667vw 0;
  }
  .mv__cta-badge-t3 {
    font-size: 3.0666666667vw;
  }
  .mv__cta-label {
    left: 21.6vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
  .mv__cta-arrow {
    left: 71.2vw;
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
/* -------------------- CASE (2003:105) — slider -------------------- */
.case {
  position: relative;
  width: 750px;
  background-color: #000000;
}

/* static gold banner (does not slide) */
.case__banner {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
  width: 750px;
  height: 80px;
  background-color: #bba170;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}

.case__slider {
  width: 750px;
}

/* reconstructed slide (no baked arrows) */
.case-slide {
  position: relative;
  width: 750px;
  height: 1031px;
  background-color: #000000;
}

.case-slide__subtitle {
  position: absolute;
  top: 230px;
  left: 0;
  width: 750px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}

.case-slide__photo {
  position: absolute;
  top: 298px;
  width: 310px;
  height: 310px;
}

.case-slide__photo--before {
  left: 41px;
}

.case-slide__photo--after {
  left: 400px;
}

.case-slide__arrow {
  position: absolute;
  top: 435px;
  left: 362px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #bba170;
}

.case-slide__label {
  position: absolute;
  top: 627px;
  width: 310px;
  text-align: center;
  font-size: 32px;
}

.case-slide__label--before {
  left: 41px;
  font-weight: 500;
  color: #ffffff;
}

.case-slide__label--after {
  left: 400px;
  font-weight: 600;
  color: #bba170;
}

.case-slide__spec {
  position: absolute;
  top: 698px;
  left: 41px;
  width: 670px;
  height: 233px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.case-slide__table {
  position: absolute;
  top: 28px;
  left: 20px;
  right: 20px;
}

.case-slide__row {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.case-slide__row dt {
  flex: none;
  width: 179px;
}

.case-slide__row dt::after {
  content: "：";
}

.case-slide__row dd {
  flex: 1;
}

.case-slide__note {
  position: absolute;
  top: 168px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.case__pagination {
  display: none;
}

.case__pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}

.case__pagination .swiper-pagination-bullet-active {
  background-color: #bba170;
  opacity: 1;
}

/* static nav arrows (do not slide; sit over the slider) */
.case__nav {
  position: absolute;
  z-index: 3;
  top: 432px;
  width: 30px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.case__prev {
  left: 20px;
}

.case__next {
  right: 20px;
}

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

.case__next img {
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .case {
    width: 100%;
  }
  .case__banner {
    top: 13.3333333333vw;
    width: 100%;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .case__slider {
    width: 100%;
  }
  .case-slide {
    width: 100%;
    height: 137.4666666667vw;
  }
  .case-slide__subtitle {
    top: 30.6666666667vw;
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .case-slide__photo {
    top: 39.7333333333vw;
    width: 41.3333333333vw;
    height: 41.3333333333vw;
  }
  .case-slide__photo--before {
    left: 5.4666666667vw;
  }
  .case-slide__photo--after {
    left: 53.3333333333vw;
  }
  .case-slide__arrow {
    top: 58vw;
    left: 48.2666666667vw;
    border-width: 2.4vw 0 2.4vw 3.4666666667vw;
  }
  .case-slide__label {
    top: 83.6vw;
    width: 41.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .case-slide__label--before {
    left: 5.4666666667vw;
  }
  .case-slide__label--after {
    left: 53.3333333333vw;
  }
  .case-slide__spec {
    top: 93.0666666667vw;
    left: 5.4666666667vw;
    width: 89.3333333333vw;
    height: 31.0666666667vw;
    border-radius: 1.3333333333vw;
  }
  .case-slide__table {
    top: 3.7333333333vw;
    left: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .case-slide__row {
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
  }
  .case-slide__row dt {
    width: 23.8666666667vw;
  }
  .case-slide__note {
    top: 22.4vw;
    left: 2.6666666667vw;
    right: 2.6666666667vw;
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
  }
  .case__nav {
    top: 57.6vw;
    width: 4vw;
    height: 5.3333333333vw;
  }
  .case__prev {
    left: 2.6666666667vw;
  }
  .case__next {
    right: 2.6666666667vw;
  }
}
/* -------------------- FACT (2004:28825) -------------------- */
.fact {
  position: relative;
  width: 750px;
  background-color: #ffffff;
  padding-bottom: 90px;
}

.fact__hero {
  position: relative;
  width: 750px;
  height: 1500px;
}

.fact__img {
  display: block;
  width: 750px;
  height: 1500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* refund-guarantee card replaces the bottom portion of fact.png */
.fact__repay {
  position: relative;
  width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 2;
}

.fact__repay-card {
  padding: 60px 40px 56px;
  text-align: center;
  color: #000000;
  border-radius: 16px 16px 0 0;
}

.fact__repay-hero {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.fact__repay-title {
  margin: 14px 0 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fact__repay-sub {
  margin: 36px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
}

.fact__repay-sub span {
  padding-bottom: 2px;
  border-bottom: 2px solid #000000;
}

.fact__repay-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 60px;
  border: 0;
  background: #000000;
  color: #ffffff;
  font-family: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.fact__repay-toggle-icon {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.fact__repay-toggle-icon::before,
.fact__repay-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s ease;
}

.fact__repay-toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
}

.fact__repay-toggle-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  transform-origin: center;
}

.fact__repay-toggle[aria-expanded=true] .fact__repay-toggle-icon::after {
  transform: rotate(90deg);
}

.fact__repay-panel {
  background-color: #ffffff;
  padding: 40px 50px 50px;
  color: #000000;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.fact__repay-panel[hidden] {
  display: none;
}

.fact__repay-h {
  margin: 34px 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.fact__repay-h:first-child {
  margin-top: 0;
}

.fact__repay-t {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}

.fact__repay-note {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #555555;
}

.fact__repay-close {
  display: block;
  width: 100%;
  margin: 32px auto 0;
  padding: 6px 8px;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* animated pie chart drawn over the baked chart (Figma 2004:28830-37) */
.fact__chart {
  position: absolute;
  left: 0;
  top: 22.67%;
  width: 100%;
  height: 40%;
  background-color: #000000;
  pointer-events: none;
  z-index: 1;
}

/* the panel must stay fully opaque from the start so the baked chart
   is never visible; only the pie draws in on scroll */
.fact__chart.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.fact__note {
  position: absolute;
  margin: 0;
  top: 2%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ededed;
}

.fact__pie {
  position: absolute;
  left: 16.667%;
  top: 14.5%;
  width: 66.667%;
  height: 83.333%;
  overflow: visible;
}

.fact__pie-seg {
  fill: none;
  stroke: #bba170;
  stroke-width: 250;
  stroke-dasharray: 785.398;
  stroke-dashoffset: 785.398;
  will-change: stroke-dashoffset;
}

.fact__chart.is-revealed .fact__pie-seg {
  animation: factPie 1s ease forwards;
}

@keyframes factPie {
  from {
    stroke-dashoffset: 785.398;
  }
  to {
    stroke-dashoffset: 15.708;
  }
}
.fact__lbl {
  position: absolute;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}

.fact__lbl--face {
  top: 62.83%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

.fact__lbl--face-n {
  top: 70%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}

.fact__lbl--face-n .din {
  font-size: 96px;
  font-weight: 600;
}

.fact__lbl--face-n .fact__pct {
  font-size: 64px;
}

.fact__lbl--online {
  top: 34.5%;
  right: 9.33%;
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  color: #ededed;
}

.fact__lbl--online-n {
  top: 39.5%;
  right: 20.27%;
  color: #ededed;
}

.fact__lbl--online-n .din {
  font-size: 48px;
  font-weight: 600;
}

.fact__lbl--online-n .fact__pct-sm {
  font-size: 40px;
}

.fact__lead {
  position: absolute;
}

.fact__lead--h {
  top: 19.83%;
  left: 48.27%;
  right: 24%;
  border-top: 2px dotted #ededed;
}

.fact__lead--v {
  top: 19.83%;
  left: 76%;
  height: 12.5%;
  border-left: 2px dotted #ededed;
}

/* staged reveal: pie -> 対面診療98% -> オンライン診療2%（L字含む）
   text/leader lines fade in after the pie is drawn.
   The chart note (.fact__note) is intentionally NOT animated. */
.fact__lbl,
.fact__lead {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fact__chart.is-revealed .fact__lbl--face,
.fact__chart.is-revealed .fact__lbl--face-n {
  opacity: 1;
  transition-delay: 0.93s;
}

.fact__chart.is-revealed .fact__lbl--online,
.fact__chart.is-revealed .fact__lbl--online-n,
.fact__chart.is-revealed .fact__lead--h,
.fact__chart.is-revealed .fact__lead--v {
  opacity: 1;
  transition-delay: 1.4s;
}

@media (prefers-reduced-motion: reduce) {
  .fact__pie-seg {
    stroke-dashoffset: 15.708;
    animation: none;
  }
  .fact__lbl,
  .fact__lead {
    opacity: 1;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .fact {
    width: 100%;
    padding-bottom: 12vw;
  }
  .fact__hero {
    width: 100%;
    height: 200vw;
  }
  .fact__img {
    width: 100%;
    height: 200vw;
  }
  .fact__repay {
    width: 80vw;
  }
  .fact__repay-card {
    padding: 8vw 5.3333333333vw 7.4666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
  .fact__repay-sub span {
    padding-bottom: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
  .fact__repay-hero {
    font-size: 4vw;
  }
  .fact__repay-title {
    margin-top: 1.8666666667vw;
    font-size: 8vw;
  }
  .fact__repay-sub {
    margin-top: 4.8vw;
    font-size: 4vw;
  }
  .fact__repay-toggle {
    height: 13.3333333333vw;
    padding: 0 8vw;
    font-size: 3.4666666667vw;
  }
  .fact__repay-toggle-icon {
    right: 4.8vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .fact__repay-panel {
    padding: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
  .fact__repay-h {
    margin: 4.5333333333vw 0 2.4vw;
    padding-bottom: 2.4vw;
    font-size: 3.4666666667vw;
  }
  .fact__repay-t {
    font-size: 2.9333333333vw;
  }
  .fact__repay-note {
    font-size: 2.6666666667vw;
  }
  .fact__repay-close {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .fact__note {
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
  }
  .fact__lbl--face {
    font-size: 5.3333333333vw;
  }
  .fact__lbl--face-n .din {
    font-size: 12.8vw;
  }
  .fact__lbl--face-n .fact__pct {
    font-size: 8.5333333333vw;
  }
  .fact__lbl--online {
    font-size: 4.2666666667vw;
  }
  .fact__lbl--online-n .din {
    font-size: 6.4vw;
  }
  .fact__lbl--online-n .fact__pct-sm {
    font-size: 5.3333333333vw;
  }
}
/* -------------------- REASON (2004:28850) -------------------- */
.reason {
  width: 750px;
}

.reason__img {
  width: 750px;
  height: 3457px;
}

@media screen and (max-width: 768px) {
  .reason {
    width: 100%;
  }
  .reason__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- FAQ (2004:28883) — accordion -------------------- */
.faq {
  width: 750px;
  background-color: #efefef;
  padding: 100px 0;
}

.faq__title {
  margin: 0 0 100px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.faq__item {
  width: 680px;
  margin: 0 auto 50px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__q {
  position: relative;
  display: flex;
  align-items: center;
  width: 680px;
  min-height: 130px;
  padding: 20px 90px 20px 0;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
}

.faq__q-badge {
  flex: none;
  width: 50px;
  height: 50px;
  margin-left: 29px;
  margin-right: 24px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
}

.faq__q-text {
  flex: 1;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

.faq__q-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 32px;
  color: #777777;
  line-height: 1;
}

.faq__q-icon::before {
  content: "＋";
}

.faq__item.is-open .faq__q-icon::before {
  content: "−";
}

.faq__a {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  padding: 30px 40px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
}

.faq__a[hidden] {
  display: none;
}

.faq__a-badge {
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 24px;
  background-color: #bba170;
  color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
}

.faq__a-body {
  flex: 1;
}

.faq__a-lead {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

.faq__a-text {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .faq {
    width: 100%;
    padding: 13.3333333333vw 0;
  }
  .faq__title {
    margin: 0 0 6.6666666667vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .faq__item {
    width: 90.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .faq__q {
    width: 100%;
    min-height: 17.3333333333vw;
    padding: 2.6666666667vw 12vw 2.6666666667vw 0;
    border-radius: 2.1333333333vw;
  }
  .faq__q-badge {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-left: 3.8666666667vw;
    margin-right: 3.2vw;
    border-radius: 0.8vw;
    font-size: 5.3333333333vw;
  }
  .faq__q-text {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .faq__q-icon {
    right: 4vw;
    font-size: 4.2666666667vw;
  }
  .faq__a {
    margin-top: 2.1333333333vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .faq__a-badge {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 3.2vw;
    border-radius: 0.8vw;
    font-size: 5.3333333333vw;
  }
  .faq__a-lead {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .faq__a-text {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
/* -------------------- FLOW (2004:28932) — CSS rebuild -------------------- */
.flow {
  width: 750px;
  background-color: #efefef;
  padding-bottom: 100px;
}

.flow__title {
  margin: 0;
  padding: 50px 0;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  box-sizing: content-box;
}

.flow__title-n {
  font-weight: 500;
}

.flow__list {
  width: 680px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.flow__step {
  position: relative;
  width: 680px;
  height: 296px;
  margin-bottom: 50px;
}

.flow__step:last-child {
  margin-bottom: 0;
}

.flow__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #bba170;
  font-size: 48px;
  line-height: 1;
}

.flow__bar {
  position: absolute;
  top: 0;
  left: 95px;
  width: 585px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.flow__step-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.flow__body {
  position: absolute;
  top: 80px;
  left: 0;
  width: 680px;
  height: 216px;
}

.flow__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.flow__desc {
  position: absolute;
  top: 0;
  left: 25px;
  width: 300px;
  height: 216px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
}

.flow__text {
  position: absolute;
  top: 0;
  left: 25px;
  width: 320px;
  height: 216px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.flow__lead,
.flow__hours {
  font-size: 22px;
  line-height: 1.4;
  color: #000000;
}

.flow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 28px;
  background-color: #bba171;
  color: #000000;
  border-radius: 100px;
}

.flow__btn-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.flow__btn-n {
  font-weight: 500;
}

.flow__btn-arrow {
  flex: none;
  width: 9px;
  height: 14px;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .flow {
    width: 100%;
    padding-bottom: 13.3333333333vw;
  }
  .flow__title {
    padding: 6.6666666667vw 0;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .flow__list {
    width: 90.6666666667vw;
  }
  .flow__step {
    width: 90.6666666667vw;
    height: 39.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .flow__num {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 6.4vw;
  }
  .flow__bar {
    left: 12.6666666667vw;
    width: 78vw;
    height: 10.6666666667vw;
  }
  .flow__step-title {
    font-size: 4.2666666667vw;
  }
  .flow__body {
    top: 10.6666666667vw;
    width: 90.6666666667vw;
    height: 28.8vw;
  }
  .flow__photo {
    width: 44vw;
    height: 28.8vw;
  }
  .flow__desc {
    left: 3.3333333333vw;
    width: 40vw;
    height: 28.8vw;
    font-size: 2.6666666667vw;
    line-height: 3.8666666667vw;
  }
  .flow__text {
    left: 3.3333333333vw;
    width: 42.6666666667vw;
    height: 28.8vw;
    gap: 1.8666666667vw;
  }
  .flow__lead,
  .flow__hours {
    font-size: 2.9333333333vw;
  }
  .flow__btn {
    gap: 1.8666666667vw;
    padding: 2.4vw 3.4666666667vw;
    border-radius: 13.3333333333vw;
  }
  .flow__btn-label {
    font-size: 2.6666666667vw;
  }
  .flow__btn-arrow {
    width: 1.2vw;
    height: 1.8666666667vw;
  }
}
/* -------------------- CLINIC (2004:29005) — accordion -------------------- */
.clinic {
  width: 750px;
  background-color: #efefef;
  padding-bottom: 100px;
}

.clinic__title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.clinic__item {
  width: 680px;
  margin: 0 auto 50px;
}

.clinic__item:last-child {
  margin-bottom: 0;
}

.clinic__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 680px;
  height: 100px;
  background-color: #000000;
  border-radius: 8px;
  cursor: pointer;
}

.clinic__name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.clinic__icon {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
}

.clinic__icon::before {
  content: "＋";
}

.clinic__item.is-open .clinic__icon::before {
  content: "−";
}

.clinic__panel {
  padding: 30px 0 0;
}

.clinic__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
  margin-bottom: -12px;
}

.clinic__card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
  overflow: hidden;
  background-color: #000000;
  cursor: pointer;
  margin-bottom: 12px;
}

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

.clinic__card-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75.34%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.clinic__card-more {
  position: absolute;
  top: 75.34%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #bba170;
  letter-spacing: 0.05em;
}

.clinic__c-detail {
  grid-column: 1/-1;
  margin-bottom: 12px;
  padding: 28px 36px 32px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}

.clinic__c-detail[hidden] {
  display: none;
}

.clinic__c-ttl {
  margin: 0 0 16px;
  font-size: 27px;
  font-weight: 600;
  color: #000000;
}

.clinic__c-table {
  margin: 0 0 24px;
}

.clinic__c-row {
  display: flex;
  font-size: 19px;
  line-height: 32px;
  color: #000000;
}

.clinic__c-row dt {
  flex: none;
  width: 110px;
}

.clinic__c-row dd {
  flex: 1;
  margin: 0;
}

.clinic__c-map {
  width: 100%;
}

.clinic__c-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .clinic {
    width: 100%;
    padding-bottom: 13.3333333333vw;
  }
  .clinic__title {
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    margin-bottom: 13.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .clinic__item {
    width: 90.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .clinic__bar {
    width: 100%;
    height: 13.3333333333vw;
    border-radius: 1.0666666667vw;
  }
  .clinic__name {
    font-size: 4.2666666667vw;
  }
  .clinic__icon {
    right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .clinic__panel {
    padding: 4vw 0 0;
  }
  .clinic__grid {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
    row-gap: 0;
    margin-bottom: -1.6vw;
  }
  .clinic__card {
    margin-bottom: 1.6vw;
  }
  .clinic__card-name {
    font-size: 3.2vw;
  }
  .clinic__card-more {
    font-size: 2.4vw;
  }
  .clinic__c-detail {
    margin-bottom: 1.6vw;
    padding: 3.7333333333vw 4.8vw 4.2666666667vw;
  }
  .clinic__c-ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 3.6vw;
  }
  .clinic__c-table {
    margin-bottom: 3.2vw;
  }
  .clinic__c-row {
    font-size: 2.5333333333vw;
    line-height: 4.2666666667vw;
  }
  .clinic__c-row dt {
    width: 14.6666666667vw;
  }
  .clinic__c-map iframe {
    height: 48vw;
  }
}
/* -------------------- FOOTER (2004:29042) -------------------- */
.footer {
  position: relative;
  width: 750px;
  height: 418px;
  background-color: #000000;
}

.footer__logo {
  position: absolute;
  top: 100px;
  left: 326px;
  width: 97px;
  height: 68px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__copy {
  position: absolute;
  top: 188px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    height: 55.7333333333vw;
  }
  .footer__logo {
    top: 13.3333333333vw;
    left: 43.4666666667vw;
    width: 12.9333333333vw;
    height: 9.0666666667vw;
  }
  .footer__copy {
    top: 25.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
/* -------------------- FixedCTA (2004:29082) — fixed bottom bar -------------------- */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  width: 750px;
  max-width: 100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}

.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.fixed-cta__btn {
  position: absolute;
  top: 40px;
  left: 75px;
  width: 600px;
  height: 100px;
  background-color: #bba170;
  border-radius: 50px;
  display: block;
}

.fixed-cta__badge {
  position: absolute;
  top: -10px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd272d 0%, #8b0001 100%);
  border: 2px solid #bba170;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}

.fixed-cta__badge-t1 {
  font-size: 22px;
  font-weight: 600;
}

.fixed-cta__badge-t2 {
  font-size: 56px;
  font-weight: 600;
  margin: -2px 0;
}

.fixed-cta__badge-t3 {
  font-size: 23px;
  font-weight: 600;
}

.fixed-cta__label {
  position: absolute;
  top: 0;
  left: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
}

.fixed-cta__label--n {
  font-weight: 400;
}

.fixed-cta__arrow {
  position: absolute;
  top: 50%;
  left: 543px;
  width: 16px;
  height: 24px;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 768px) {
  .fixed-cta {
    width: 100%;
    height: 24vw;
  }
  .fixed-cta__btn {
    top: 5.3333333333vw;
    left: 10vw;
    width: 80vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .fixed-cta__badge {
    top: -1.3333333333vw;
    width: 16vw;
    height: 16vw;
    border-width: 0.2666666667vw;
  }
  .fixed-cta__badge-t1 {
    font-size: 2.9333333333vw;
  }
  .fixed-cta__badge-t2 {
    font-size: 7.4666666667vw;
    margin: -0.2666666667vw 0;
  }
  .fixed-cta__badge-t3 {
    font-size: 3.0666666667vw;
  }
  .fixed-cta__label {
    left: 21.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .fixed-cta__arrow {
    left: 72.4vw;
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
/* -------------------- KNOW (2003:126) -------------------- */
.know {
  width: 750px;
}

.know__img {
  width: 750px;
  height: 2307px;
}

@media screen and (max-width: 768px) {
  .know {
    width: 100%;
  }
  .know__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- FEATURES (2003:14220) -------------------- */
.features {
  width: 750px;
}

.features__img {
  width: 750px;
  height: 1738px;
}

@media screen and (max-width: 768px) {
  .features {
    width: 100%;
  }
  .features__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- FEATURES01 (2004:14221) -------------------- */
.features01 {
  width: 750px;
}

.features01__img {
  width: 750px;
  height: 2787px;
}

@media screen and (max-width: 768px) {
  .features01 {
    width: 100%;
  }
  .features01__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- FEATURES02 (2004:14247) -------------------- */
/* base section stays as image; the two slider blocks are rebuilt in
   CSS (text) with arrow-free figure images. Static gold nav arrows
   are layered on top so horizontal sliding has no traveling arrows.
   Slide internals are positioned with % (from the Figma frame) and
   sized in em against a slide-scaled font-size, so one SP rule scales
   everything. Slider A blocks are black, slider B blocks are white. */
.features02 {
  position: relative;
  width: 750px;
}

.features02__img {
  width: 750px;
  height: 4637px;
}

/* transparent button over the baked "総合治療の症例写真はこちら" CTA
   (Figma 2013:503) -> in-page jump to CASE02 */
.features02__case-link {
  display: block;
  position: absolute;
  top: 4436px;
  left: 75px;
  width: 600px;
  height: 80px;
  z-index: 4;
}

.f02-slider {
  position: absolute;
  font-size: 10px;
}

.f02-slider--a {
  top: 869px;
  left: 36px;
  width: 680px;
  height: 678px;
}

.f02-slider--b {
  top: 1547px;
  left: 35px;
  width: 680px;
  height: 768px;
}

.f02-slider .swiper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.f02-slider .swiper-slide {
  height: 100%;
}

.f02s {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 10px;
  color: #000000;
}

.f02-slider--a .f02s {
  background-color: #000000;
}

.f02-slider--b .f02s {
  background-color: #ffffff;
}

.f02s__ttl {
  position: absolute;
  margin: 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

.f02s__n {
  font-weight: 500;
}

.f02s__g {
  color: #bba170;
}

.f02s__img {
  position: absolute;
  display: block;
  height: auto;
}

.f02s__txt {
  position: absolute;
  margin: 0;
  font-size: 2.8em;
  line-height: 1.43;
}

/* static nav arrows */
.f02-nav {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.f02-nav img {
  display: block;
  width: 100%;
  height: 100%;
}

.f02-nav--next img {
  transform: scaleX(-1);
}

.f02-slider--a .f02-nav--prev {
  top: 40.12%;
  left: 1.32%;
}

.f02-slider--a .f02-nav--next {
  top: 40.12%;
  right: 3.82%;
}

.f02-slider--b .f02-nav--prev {
  top: 36.33%;
  left: 3.68%;
}

.f02-slider--b .f02-nav--next {
  top: 36.33%;
  right: 3.68%;
}

/* ---- Slider A ---- */
.f02s--a1 .f02s__ttl {
  top: 4.42%;
  left: 10.88%;
  right: 11.18%;
  font-size: 3.2em;
  color: #bba170;
}

.f02s--a1 .f02s__img {
  top: 20.21%;
  left: 5.74%;
  width: 88.23%;
}

.f02s--a1 .f02s__txt {
  top: 70.35%;
  left: 5.74%;
  right: 6.03%;
  color: #bba170;
}

.f02s--a2 .f02s__ttl {
  top: 7.37%;
  left: 11.03%;
  right: 11.03%;
  font-size: 3.2em;
  color: #bba170;
}

.f02s--a2 .f02s__img {
  top: 18.88%;
  left: 32.94%;
  width: 33.97%;
}

.f02s__circle {
  position: absolute;
  top: 68.29%;
  width: 27.94%;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 0.2em solid #0077e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0077e1;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
}

.f02s__circle--1 {
  left: 5.88%;
}

.f02s__circle--2 {
  left: 36.03%;
}

.f02s__circle--3 {
  left: 66.18%;
}

.f02s--a3 .f02s__ttl {
  top: 5.31%;
  left: 11.03%;
  right: 11.03%;
  color: #bba170;
  line-height: 1.15;
}

.f02s--a3 .f02s__big {
  font-size: 4.8em;
}

.f02s--a3 .f02s__sm {
  font-size: 3.2em;
}

.f02s--a3 .f02s__w {
  color: #ffffff;
}

.f02s--a3 .f02s__img {
  top: 28.47%;
  left: 0;
  width: 94.12%;
  border-radius: 3.5em;
}

.f02s--a3 .f02s__stat {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  top: 78%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15em;
  color: #ffffff;
}

.f02s--a3 .f02s__stat-l {
  color: #bba170;
  font-size: 3.2em;
  font-weight: 600;
}

.f02s--a3 .f02s__stat-n {
  font-size: 9.6em;
  font-weight: 600;
}

.f02s--a3 .f02s__stat-u {
  font-size: 3.2em;
  font-weight: 600;
}

.f02s--a3 .f02s__stat-b {
  font-size: 5.2em;
  font-weight: 600;
}

.f02s--a3 .f02s__note {
  position: absolute;
  margin: 0;
  top: 95.5%;
  left: 7.06%;
  right: 7.21%;
  color: #777777;
  font-size: 1.4em;
  line-height: 1.43;
  text-align: center;
}

/* ---- Slider B ---- */
.f02s--b1 .f02s__ttl {
  top: 6.64%;
  left: 11.03%;
  right: 11.03%;
  font-size: 3.2em;
}

.f02s--b1 .f02s__img {
  top: 18.75%;
  left: 5.88%;
  width: 88.24%;
}

.f02s__box {
  position: absolute;
  top: 61.07%;
  bottom: 10.29%;
  width: 27.94%;
  background-color: #000000;
  border-radius: 1.6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #bba170;
}

.f02s__box b {
  display: block;
  color: #ffffff;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.f02s__box span {
  display: block;
  margin-top: 0.4em;
  font-size: 2.2em;
  text-align: center;
}

.f02s__box--1 {
  left: 5.88%;
}

.f02s__box--2 {
  left: 36.03%;
}

.f02s__box--3 {
  left: 66.18%;
}

.f02s--b2 .f02s__ttl {
  top: 4.56%;
  left: 9.26%;
  right: 12.79%;
  font-size: 3.2em;
  font-weight: 500;
}

.f02s--b2 .f02s__ttl b {
  font-weight: 600;
}

.f02s__d {
  position: absolute;
  display: block;
  height: auto;
}

.f02s__d--1 {
  top: 23.96%;
  left: 5.29%;
  width: 27.95%;
}

.f02s__d--2 {
  top: 18.75%;
  left: 35.44%;
  width: 27.94%;
}

.f02s__d--3 {
  top: 18.75%;
  left: 65.59%;
  width: 27.94%;
}

.f02s__cap {
  position: absolute;
  margin: 0;
  top: 51.17%;
  font-size: 2em;
  line-height: 1.5;
}

.f02s__cap--1 {
  left: 5.29%;
  right: 66.76%;
}

.f02s__cap--2 {
  left: 35.44%;
  right: 36.62%;
}

.f02s__cap--3 {
  left: 65.59%;
  right: 6.62%;
}

.f02s__band {
  position: absolute;
  margin: 0;
  top: 63.8%;
  left: 5.29%;
  width: 88.09%;
  height: 7.81%;
  background-color: #e3ded4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2em;
  font-weight: 600;
}

.f02s__list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 75.52%;
  left: 38.82%;
  right: 6.62%;
  font-size: 2.4em;
  line-height: 1.6;
  font-weight: 600;
}

.f02s__list li {
  display: flex;
  align-items: center;
}

.f02s__no {
  flex: none;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  border: 0.08em solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 600;
}

.f02s--b2 .f02s__larrow {
  position: absolute;
  top: 76%;
  left: 17%;
  width: 18%;
  height: auto;
}

.f02s--b3 .f02s__ttl,
.f02s--b4 .f02s__ttl {
  top: 4.56%;
  left: 11.03%;
  right: 11.03%;
  font-size: 3.2em;
}

.f02s--b5 .f02s__ttl {
  top: 4.56%;
  left: 5.88%;
  right: 5.88%;
  font-size: 3.2em;
}

.f02s--b3 .f02s__img,
.f02s--b4 .f02s__img,
.f02s--b5 .f02s__img {
  top: 18.75%;
  left: 5.88%;
  width: 88.24%;
}

.f02s--b3 .f02s__txt,
.f02s--b4 .f02s__txt,
.f02s--b5 .f02s__txt {
  top: 63.02%;
  left: 5.88%;
  right: 5.88%;
}

.f02s__txt b {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .features02 {
    width: 100%;
  }
  .features02__img {
    width: 100%;
    height: auto;
  }
  .features02__case-link {
    top: 591.4666666667vw;
    left: 10vw;
    width: 80vw;
    height: 10.6666666667vw;
  }
  .f02-slider {
    font-size: 1.3333333333vw;
  }
  .f02-nav {
    width: 4vw;
    height: 5.3333333333vw;
  }
  .f02-slider--a {
    top: 115.8666666667vw;
    left: 4.8vw;
    width: 90.6666666667vw;
    height: 90.4vw;
  }
  .f02-slider--b {
    top: 206.2666666667vw;
    left: 4.6666666667vw;
    width: 90.6666666667vw;
    height: 102.4vw;
  }
  .f02s {
    font-size: 1.3333333333vw;
  }
}
/* -------------------- FEATURES03 (2004:14342) -------------------- */
.features03 {
  width: 750px;
}

.features03__img {
  width: 750px;
  height: 3265px;
}

@media screen and (max-width: 768px) {
  .features03 {
    width: 100%;
  }
  .features03__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- COMPARISON (2004:28642) -------------------- */
.comparison {
  width: 750px;
}

.comparison__img {
  width: 750px;
  height: 1309px;
}

@media screen and (max-width: 768px) {
  .comparison {
    width: 100%;
  }
  .comparison__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- PRICE (2004:28712) -------------------- */
.price {
  width: 750px;
}

.price__img {
  width: 750px;
  height: 2472px;
}

@media screen and (max-width: 768px) {
  .price {
    width: 100%;
  }
  .price__img {
    width: 100%;
    height: auto;
  }
}
/* -------------------- CASE02 (2004:28789) -------------------- */
/* CASE02 reuses the .case / .case-slide slider styles (see CASE 2003:105) */
/* -------------------- CTA (2004:28810) -------------------- */
.cta {
  position: relative;
  width: 750px;
  height: 280px;
  background-color: #023580;
}

.cta__btn {
  position: absolute;
  top: 90px;
  left: 75px;
  width: 600px;
  height: 100px;
  background-color: #bba170;
  border-radius: 50px;
  display: block;
}

.cta__badge {
  position: absolute;
  top: -10px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd272d 0%, #8b0001 100%);
  border: 2px solid #bba170;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}

.cta__badge-t1 {
  font-size: 22px;
  font-weight: 600;
}

.cta__badge-t2 {
  font-size: 56px;
  font-weight: 600;
  margin: -2px 0;
}

.cta__badge-t3 {
  font-size: 23px;
  font-weight: 600;
}

.cta__label {
  position: absolute;
  top: 0;
  left: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
}

.cta__label--n {
  font-weight: 400;
}

.cta__arrow {
  position: absolute;
  top: 50%;
  left: 543px;
  width: 16px;
  height: 24px;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 768px) {
  .cta {
    width: 100%;
    height: 37.3333333333vw;
  }
  .cta__btn {
    top: 12vw;
    left: 10vw;
    width: 80vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .cta__badge {
    top: -1.3333333333vw;
    width: 16vw;
    height: 16vw;
    border-width: 0.2666666667vw;
  }
  .cta__badge-t1 {
    font-size: 2.9333333333vw;
  }
  .cta__badge-t2 {
    font-size: 7.4666666667vw;
    margin: -0.2666666667vw 0;
  }
  .cta__badge-t3 {
    font-size: 3.0666666667vw;
  }
  .cta__label {
    left: 21.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .cta__arrow {
    left: 72.4vw;
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
/* =========================================================
   PC version (Figma 2009:945) — f/ spec: centered SP column,
   side elements in the gutters, no FixedCTA on PC
   ========================================================= */
.pc-side {
  display: none;
}

@media screen and (min-width: 769px) {
  body {
    background-color: #000000;
  }
  .pc-side {
    display: flex;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 750px) / 2);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 90;
  }
  .pc-side--left {
    left: 0;
  }
  .pc-side--right {
    right: 0;
  }
  .pc-side__logo {
    display: block;
    width: 180px;
    max-width: 100%;
  }
  .pc-side__logo img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
  }
  .pc-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
  }
  .pc-nav a {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .pc-nav a:hover {
    opacity: 1;
  }
  .pc-nav__cta {
    display: block;
    width: 250px;
    margin-top: 32px;
  }
  .pc-nav__cta img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* FixedCTA is SP-only */
  .fixed-cta {
    display: none !important;
  }
  /* header is SP-only; on PC the logo lives in the left gutter */
  .header {
    display: none;
  }
  .lp-wrapper {
    padding-top: 0;
  }
}
/* =========================================================
   Animations
   - CTA buttons: slow, gentle bounce (button only)
   - Entrance reveal for CSS-built blocks (big-image
     sections are intentionally excluded)
   ========================================================= */
@keyframes puru {
  0% {
    transform: translateX(0);
  }
  4% {
    transform: translateX(-6px);
  }
  9% {
    transform: translateX(6px);
  }
  14% {
    transform: translateX(-5px);
  }
  19% {
    transform: translateX(5px);
  }
  24% {
    transform: translateX(-3px);
  }
  28% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cta-shine-sweep {
  0% {
    transform: translateX(-160%) skewX(-14deg);
  }
  55% {
    transform: translateX(220%) skewX(-14deg);
  }
  100% {
    transform: translateX(220%) skewX(-14deg);
  }
}
.mv__cta,
.cta__btn,
.pc-nav__cta {
  animation: puru 2.4s ease infinite;
  will-change: transform;
}

.pc-nav__cta {
  position: relative;
}

.cta-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

/* PC right-side CTA's shape comes from a PNG, not CSS, so the
   inherited radius is 0. Clip the shine to the button's pill shape. */
.pc-nav__cta .cta-shine {
  border-radius: 100px;
}

.cta-shine::before {
  content: "";
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 100%);
  transform: rotate(45deg);
  animation: cta-shine-sweep 3s ease-in-out infinite;
}

/* PC right-side CTA only: shine dimensions */
.pc-nav__cta .cta-shine::before {
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .mv__cta,
  .cta__btn,
  .pc-nav__cta,
  .cta-shine::before {
    animation: none;
    transform: translateX(-160%) skewX(-14deg);
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.lp-wrapper {
  background-color: #000;
}
.lp-wrapper em, .lp-wrapper strong, .lp-wrapper small {
  font-style: normal;
}

.mv .btn_wrapper {
  padding: min(8.6666666667vw, 65px) 0 min(15.3333333333vw, 115px);
}

#trouble {
  padding-top: min(13.0666666667vw, 98px);
  background: rgb(119, 119, 119);
}
#trouble h2 {
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
  text-align: center;
  color: #fff;
}
#trouble h2 span {
  font-weight: 400;
}
#trouble ul {
  width: min(90.1333333333vw, 676px);
  margin: min(7.0666666667vw, 53px) auto 0;
}
#trouble li + li {
  margin-top: min(4vw, 30px);
}
#trouble .txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-top: min(7.3333333333vw, 55px);
  padding-bottom: min(6.6666666667vw, 50px);
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
  color: #fff;
  line-height: 1;
}
#trouble .txt .din {
  position: relative;
  top: min(0.6666666667vw, 5px);
  font-size: min(6.4vw, 48px);
}
#trouble .trouble_bottom {
  padding-top: min(13.3333333333vw, 100px);
  background-color: #000;
  background-image: url(../img/0722/trouble_after.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #bba170;
}
#trouble .trouble_bottom .txt_top {
  padding: min(6.4vw, 48px) 0 min(5.0666666667vw, 38px);
}
#trouble .trouble_bottom .txt_top em, #trouble .trouble_bottom .txt_top strong {
  display: block;
  text-align: center;
}
#trouble .trouble_bottom .txt_top em {
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
}
#trouble .trouble_bottom .txt_top em span {
  font-weight: 400;
}
#trouble .trouble_bottom .txt_top em .din {
  font-weight: 700;
  font-size: min(6.4vw, 48px);
}
#trouble .trouble_bottom .txt_top strong {
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
  color: #fff;
}
#trouble .trouble_bottom .txt_top strong span {
  font-weight: 400;
}
#trouble .trouble_bottom .txt_bottom {
  padding-bottom: min(10.6666666667vw, 80px);
  text-align: center;
}
#trouble .trouble_bottom .txt_bottom .txt_01 {
  font-weight: 600;
  font-size: min(5.3333333333vw, 40px);
}
#trouble .trouble_bottom .txt_bottom .txt_01 span {
  font-weight: 400;
}
#trouble .trouble_bottom .txt_bottom .txt_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(89.3333333333vw, 670px);
  height: min(13.3333333333vw, 100px);
  margin: min(2.4vw, 18px) auto min(2.6666666667vw, 20px);
  font-weight: 700;
  font-size: min(8.5333333333vw, 64px);
  background-color: #bba170;
  color: #000;
}
#trouble .trouble_bottom .txt_bottom .txt_02 span {
  font-weight: 400;
}
#trouble .trouble_bottom .txt_bottom .txt_03 {
  font-weight: 600;
  font-size: min(6.4vw, 48px);
}
#trouble .trouble_bottom .txt_bottom .txt_03 span {
  font-weight: 400;
}
#trouble .btn_wrapper {
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px) min(12vw, 90px);
  background-color: #fff;
}
#trouble .btn_wrapper .pc-nav__cta {
  width: min(89.3333333333vw, 670px);
}

.section_ttl {
  padding: min(4.4vw, 33px) 0 min(5.3333333333vw, 40px);
  background-color: #000;
}
.section_ttl em, .section_ttl strong {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #bba170;
}
.section_ttl em span, .section_ttl strong span {
  font-weight: 400;
}
.section_ttl em {
  font-size: min(4.8vw, 36px);
}
.section_ttl strong {
  font-size: min(6.6666666667vw, 50px);
  color: #fff;
}

.section .txt_top {
  font-size: min(4.8vw, 36px);
}
.section .txt_l {
  font-weight: 700;
  padding-top: min(6.5333333333vw, 49px);
  padding-bottom: min(6.6666666667vw, 50px);
  color: #bba170;
  font-feature-settings: "palt";
  line-height: 1.6;
  font-size: min(4.8vw, 36px);
}
.section .txt_l span {
  font-weight: 400;
}
.section .txt_l em {
  color: #000;
}
.section .txt_m {
  padding-top: min(6.6666666667vw, 50px);
  padding-bottom: min(6.6666666667vw, 50px);
  line-height: 1.6;
  font-size: min(3.7333333333vw, 28px);
  text-align: left;
}
.section .txt_m em {
  font-weight: 700;
}
.section .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(26.6666666667vw, 200px);
  padding-top: min(1.3333333333vw, 10px);
  background-color: #bba170;
}
.section .txt_box p {
  color: #fff;
}
.section .txt_box p em, .section .txt_box p strong {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
.section .txt_box p em span, .section .txt_box p strong span {
  font-weight: 400;
}
.section .txt_box p em {
  font-size: min(5.3333333333vw, 40px);
}
.section .txt_box p strong {
  font-size: min(8.5333333333vw, 64px);
}
.section .txt_box p strong span {
  font-size: min(10.1333333333vw, 76px);
}
.section .txt_wh {
  font-weight: inherit;
  color: #fff;
}
.section .txt_gold {
  font-weight: inherit;
  color: #bba170;
}

.container {
  width: min(89.3333333333vw, 670px);
  margin: 0 auto;
}

#section_01 {
  padding-bottom: min(13.3333333333vw, 100px);
  text-align: center;
  background-color: #fff;
}

#section_02 {
  padding-bottom: min(13.3333333333vw, 100px);
  text-align: center;
  background-color: #fff;
}
#section_02 .img {
  padding-top: min(6.6666666667vw, 50px);
}
#section_02 .inner_01 {
  padding-top: min(11.6vw, 87px);
}
#section_02 .inner_02 {
  padding-top: min(13.3333333333vw, 100px);
}
#section_02 .txt_m {
  padding-bottom: 0;
}

.img_inner h3 {
  font-weight: 700;
  font-size: min(4.8vw, 36px);
  text-align: center;
  color: #bba170;
  font-feature-settings: "palt";
}
.img_inner h3 span {
  font-weight: 400;
}
.img_inner h3 .txt_bk {
  font-weight: inherit;
  color: #000;
}
.img_inner .img_01 {
  margin-top: min(4.6666666667vw, 35px);
}

#movie {
  padding: min(13.3333333333vw, 100px) min(5.3333333333vw, 40px);
  background-color: #000;
}

.btn_section .btn_wrapper {
  padding: min(6.6666666667vw, 50px) min(5.3333333333vw, 40px) min(12vw, 90px);
  background-color: #fff;
}
.btn_section .btn_wrapper .pc-nav__cta {
  width: min(89.3333333333vw, 670px);
}

#active_ingredient {
  padding-top: min(5.0666666667vw, 38px);
  padding-bottom: min(12.6666666667vw, 95px);
  background-color: #bba170;
}
#active_ingredient h2 {
  padding-bottom: min(2.6666666667vw, 20px);
}
#active_ingredient h2 em, #active_ingredient h2 strong {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
#active_ingredient h2 em span, #active_ingredient h2 strong span {
  font-weight: 400;
}
#active_ingredient h2 em {
  font-size: min(4.8vw, 36px);
  color: #fff;
}
#active_ingredient h2 strong {
  font-size: min(6.6666666667vw, 50px);
}
#active_ingredient h2 strong .din {
  font-weight: 900;
  font-size: min(8.5333333333vw, 64px);
}
#active_ingredient h3 {
  padding: min(5.7333333333vw, 43px) 0;
  text-align: center;
  background-color: #000;
}
#active_ingredient h3 em, #active_ingredient h3 strong, #active_ingredient h3 small {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
#active_ingredient h3 em span, #active_ingredient h3 strong span, #active_ingredient h3 small span {
  font-weight: 400;
}
#active_ingredient h3 em {
  font-size: min(4.8vw, 36px);
  color: #bba170;
}
#active_ingredient h3 strong {
  font-size: min(6.6666666667vw, 50px);
  color: #fff;
}
#active_ingredient h3 strong .din {
  font-weight: 900;
}
#active_ingredient h3 small {
  font-weight: 300;
  font-size: min(6.1333333333vw, 46px);
  color: #fff;
}
#active_ingredient ul {
  padding-top: min(10.6666666667vw, 80px);
}
#active_ingredient li h4 em, #active_ingredient li h4 strong, #active_ingredient li h4 small {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
#active_ingredient li h4 em span, #active_ingredient li h4 strong span, #active_ingredient li h4 small span {
  font-weight: 400;
}
#active_ingredient li h4 em {
  font-size: min(4.8vw, 36px);
}
#active_ingredient li h4 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(13.3333333333vw, 100px);
  margin-top: min(1.3333333333vw, 10px);
  background-color: #000;
  color: #fff;
  font-size: min(6.6666666667vw, 50px);
}
#active_ingredient li .img {
  margin: min(4vw, 30px) 0;
}
#active_ingredient li .txt {
  font-size: min(3.7333333333vw, 28px);
}
#active_ingredient li .txt em {
  font-weight: 700;
}
#active_ingredient li + li {
  margin-top: min(10.5333333333vw, 79px);
  padding-top: min(10.6666666667vw, 80px);
  background-image: url(../img/0722/line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

#active_ingredient_02 {
  padding-top: min(12.5333333333vw, 94px);
  padding-bottom: min(24.4vw, 183px);
  background-color: #fff;
}
#active_ingredient_02 h2 em, #active_ingredient_02 h2 strong {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
#active_ingredient_02 h2 em span, #active_ingredient_02 h2 strong span {
  font-weight: 400;
}
#active_ingredient_02 h2 em {
  font-size: min(5.3333333333vw, 40px);
}
#active_ingredient_02 h2 em .din {
  font-size: min(6.4vw, 48px);
}
#active_ingredient_02 h2 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(21.2vw, 159px);
  margin-top: min(2.6666666667vw, 20px);
  background-color: #000;
  color: #fff;
  font-size: min(6.1333333333vw, 46px);
  line-height: 1.4;
}
#active_ingredient_02 h2 strong .txt_gold {
  font-weight: inherit;
  color: #bba170;
}
#active_ingredient_02 .img_01 {
  width: min(84vw, 630px);
  margin: min(8.8vw, 66px) auto;
}
#active_ingredient_02 h3 {
  text-align: center;
}
#active_ingredient_02 h3 em, #active_ingredient_02 h3 strong {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  background-color: #bba170;
  padding: min(1.0666666667vw, 8px) min(2.6666666667vw, 20px) min(1.3333333333vw, 10px);
}
#active_ingredient_02 h3 em span, #active_ingredient_02 h3 strong span {
  font-weight: 400;
}
#active_ingredient_02 h3 em {
  font-size: min(5.3333333333vw, 40px);
}
#active_ingredient_02 h3 em .din {
  font-size: min(6.4vw, 48px);
}
#active_ingredient_02 h3 strong {
  margin-top: min(2vw, 15px);
  font-size: min(7.3333333333vw, 55px);
}
#active_ingredient_02 .img_02 {
  margin-top: min(6.6666666667vw, 50px);
}

.ttl_common {
  padding: min(5.3333333333vw, 40px) 0;
  text-align: center;
  background-color: #bba170;
}

#price .ttl_common {
  font-size: min(6.6666666667vw, 50px);
}
#price .btn_wrapper {
  background-color: #fff;
  padding: min(8.6666666667vw, 65px) 0 min(15.3333333333vw, 115px);
}

#reason {
  padding-bottom: min(12vw, 90px);
}
#reason .ttl_common {
  font-size: min(6.6666666667vw, 50px);
  padding-bottom: min(4.6666666667vw, 35px);
}
#reason h2 em, #reason h2 strong {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
#reason h2 em span, #reason h2 strong span {
  font-weight: 400;
}
#reason h2 em {
  font-size: min(5.3333333333vw, 40px);
}
#reason h2 strong {
  font-weight: 600;
  font-size: min(6.6666666667vw, 50px);
}
#reason h2 strong .din {
  font-size: min(8.5333333333vw, 64px);
}
#reason ul {
  margin-top: min(4vw, 30px);
  color: #fff;
}
#reason .num {
  font-weight: 700;
  font-size: min(10.6666666667vw, 80px);
  text-align: center;
  color: #bba170;
}
#reason li h3 {
  margin-top: min(2.6666666667vw, 20px);
}
#reason li h3 em, #reason li h3 strong {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
#reason li h3 em span, #reason li h3 strong span {
  font-weight: 400;
}
#reason li h3 em {
  font-size: min(4.8vw, 36px);
  color: #bba170;
}
#reason li h3 em .din {
  font-size: min(5.3333333333vw, 40px);
}
#reason li h3 strong {
  margin-top: min(0.6666666667vw, 5px);
  font-weight: 600;
  font-size: min(6.6666666667vw, 50px);
}
#reason li h3 strong .din {
  font-size: min(8.5333333333vw, 64px);
}
#reason li .notes {
  padding-top: min(3.3333333333vw, 25px);
  font-weight: 100;
  font-size: min(1.8666666667vw, 14px);
  text-align: center;
}
#reason li .img {
  margin-top: min(5.2vw, 39px);
}
#reason li .txt {
  margin-top: min(6.6666666667vw, 50px);
  font-weight: 400;
  font-size: min(3.7333333333vw, 28px);
}
#reason li .txt em {
  font-weight: 700;
}
#reason li + li {
  margin-top: min(6.6666666667vw, 50px);
  padding-top: min(6.6666666667vw, 50px);
  background-image: url(../img/0722/line_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.faq__title {
  margin-bottom: min(6.6666666667vw, 50px);
  font-size: min(5.3333333333vw, 40px);
}

.faq__q-text {
  font-weight: 400;
  font-size: min(3.7333333333vw, 28px);
}

.faq__q-badge,
.faq__a-badge {
  border-radius: 0;
}

.faq__q {
  border: 1px solid #000;
}

.faq__a {
  margin-top: -10px;
  padding: min(8vw, 50px) min(3.7333333333vw, 28px) min(6.6666666667vw, 50px);
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0 0 min(2.1333333333vw, 16px) min(2.1333333333vw, 16px);
}

.faq__a-lead {
  font-weight: 400;
  font-size: min(3.7333333333vw, 28px);
}

.faq__a-text {
  margin-top: min(6.6666666667vw, 50px);
}

.flow__body {
  display: flex;
  justify-content: space-between;
}
.flow__body .flow__text {
  display: block;
  left: 0;
  width: min(44.6666666667vw, 335px);
  background-color: #fff;
  padding-top: min(3.7333333333vw, 28px);
}
.flow__body .flow__text .pc-nav__cta {
  width: min(40.6666666667vw, 305px);
  margin: min(1.8666666667vw, 14px) auto min(2vw, 15px);
}
.flow__body .flow__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: min(44.6666666667vw, 335px);
  background-color: #fff;
  padding: 0 min(3.3333333333vw, 25px) 0;
}

.flow__step-title small {
  display: inline;
  font-size: inherit;
  font-weight: 400;
}

.clinic__title span {
  display: inline;
  font-size: inherit;
  font-weight: 400;
}

.js_anm_slideUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.js_anm_slideUp.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes js_anm_slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.pc-nav a.active {
  color: #fff;
  opacity: 1;
}

.fixed-cta_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: min(100vw, 750px);
  max-width: 100%;
  height: min(44.4vw, 333px);
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, 100%);
  transition: transform 0.4s ease-out;
  pointer-events: none;
}

.fixed-cta_wrapper.is-show {
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.fixed-cta {
  position: relative;
  left: unset;
  z-index: 100;
  height: unset;
  transform: unset;
  display: block !important;
  opacity: 1 !important;
  visibility: visible;
  width: min(89.3333333333vw, 670px);
  overflow: hidden;
  border-radius: min(2.6666666667vw, 20px);
  pointer-events: visible;
}
.fixed-cta a {
  display: block;
}

.footer {
  height: min(80vw, 600px);
}

@media screen and (min-width: 768px) {
  .mv {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .pc-side.pc-side--right .pc-nav__cta {
    width: 415px;
    max-width: 90%;
  }
  .for_sp {
    display: none !important;
  }
  .footer {
    height: 418px;
  }
}
.section {
  margin-bottom: 0;
}

.pc-nav__cta .cta-shine::before {
  top: 0;
  height: 100%;
}

.pc-nav__cta .cta-shine {
  border-radius: unset;
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
    right: 0;
    left: 0;
    transform: unset;
  }
  .lp-wrapper {
    padding-top: 0;
  }
  .mv {
    border-top: 2.5333333333vw solid #000;
  }
  .flow__body .flow__text .pc-nav__cta {
    width: 40.6666666667vw !important;
  }
  .flow__body .flow__text .pc-nav__cta img {
    width: 40.6666666667vw !important;
    margin: 1.7333333333vw auto 2.1333333333vw;
  }
}
.pc-nav__cta {
  display: block;
  position: relative;
}/*# sourceMappingURL=style.css.map */