:root {
  --c-primary: #1a2744;
  --c-primary-light: #2a3f6a;
  --c-gold: #b8860b;
  --c-gold-light: #d4a843;
  --c-gold-pale: #f5e6c8;
  --c-accent: #c0392b;
  --c-text: #333333;
  --c-muted: #666666;
  --c-border: rgba(0,0,0,.08);
  --c-off-white: #faf8f5;
  --shadow-card: 0 8px 32px rgba(26,39,68,.10);
  --shadow-lift: 0 16px 48px rgba(26,39,68,.14);
}
html, body { height: auto; overflow: visible; }
.minchou {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

/* ===== Color Helpers ===== */
.text_navy  { color: var(--c-primary) !important; }
.text_gold  { color: var(--c-gold) !important; }
.text_red   { color: var(--c-accent) !important; }
.text_white { color: #fff !important; }

/* ===== Dot Pattern ===== */
.has-dots { position: relative; }
.has-dots::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(184,134,11,.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.has-dots > * { position: relative; z-index: 1; }

/* ===== Sticky Header ===== */
.header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255,255,255,.97); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
  display: flex; align-items: center; padding: 20px 0;
}
.header__inner { align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--c-text); }
a.brand img { width: 300px; }
.header__right { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header__info { text-align: right; line-height: 1.2; }
.header__tel { display: inline-block; text-decoration: none; color: var(--c-text); font-weight: 900; font-size: 22px; }
.header__hours { margin-top: 4px; font-size: 12px; font-weight: 700; }
.header__hours_navy { background: var(--c-primary); color: #fff; font-size: 80%; padding: 3px 8px; margin-left: 5px; border-radius: 3px; }
.header__ctaBtn {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  gap: 8px;
  background: #06C755; color: #fff; text-decoration: none; font-weight: 900;
  padding: 14px 18px; border-radius: 6px; line-height: 1.1; min-width: 240px;
  box-shadow: 0 10px 22px rgba(0,0,0,.12); white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
}
.header__ctaIcon {
  width: 22px; height: 22px; color: #fff; flex-shrink: 0;
}
.header__ctaText {
  display: flex; flex-direction: column;
}
.header__ctaSub {
  font-size: 10px; font-weight: 700; opacity: .85; margin-top: 2px;
}
@media (min-width:741px) {
  .header__ctaBtn:hover { filter: brightness(0.98); }
  a[href^="tel:"] { pointer-events: none; cursor: default; text-decoration: none; }
}
@media (max-width:1024px) {
  a.brand img { width: 240px; }
  .header__tel { font-size: 20px; }
  .header__ctaBtn { min-width: 200px; }
}
@media (max-width:740px) {
  .header { padding: 10px 0; }
  .header__brand { display: flex; align-items: center; }
  .header__right { gap: 10px; }
  .header__info { white-space: nowrap; }
  .header__tel { font-size: 18px; }
  .header__hours { font-size: 11px; }
  .header__hours_navy { padding: 2px 4px; }
  .header__ctaBtn { min-width: unset; white-space: normal; }
}
/* SP固定CTA */
.sp-fixed-cta {
  display: none;
}
@media (max-width: 840px) {
  /* タブレット以下では旧ヘッダーCTAを隠し、pill型固定CTAに一本化 */
  .header__cta._forPC {
    display: none !important;
  }
  .sp-fixed-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
  .sp-fixed-cta .header__ctaBtn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 999px;
    font-size: 15px;
    animation: ctaFloat 2.8s ease-in-out infinite;
  }
}

/* ==============================================
   HERO
============================================== */
.hero {
  position: relative; overflow: hidden;
  padding: 50px 0 40px;
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-light) 50%, #3a5a8a 100%);
  color: #fff;
}
/* ヒーロー右側 MV画像 */
.hero__mv {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 50%; z-index: 1; pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 8%, black 20%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 8%, black 20%);
}
.hero__mv img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width:740px) {
  .hero__mv {
    width: 100%; height: 45%; top: 0; bottom: auto;
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
  }
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(184,134,11,.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(184,134,11,.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; align-items: end; }
.hero__price-col { display: flex; align-items: flex-end; justify-content: center; }
.hero__kicker {
  display: inline-block;
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-light));
  color: #fff; padding: 8px 24px; font-weight: 700; font-size: 13px; border-radius: 999px; margin-bottom: 18px;
  letter-spacing: .1em;
}
.hero__title {
  font-size: 38px; font-weight: 900; line-height: 1.4; margin: 0 0 16px;
  font-family: "Noto Serif JP", serif;
}
.hero__title-accent { color: var(--c-gold-light); }
.hero__title-ruby { display: inline-block; margin-top: .3em; }
.hero__title-ruby rt { font-size: .35em; text-align: center; }
.hero__lead {
  font-size: 17px; font-weight: 700; margin: 0 0 24px; line-height: 1.8;
  color: rgba(255,255,255,.85);
}
/* 価格ボックス */
.hero__price {
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, rgba(26,39,68,.9) 0%, rgba(42,63,106,.9) 50%, rgba(58,90,138,.9) 100%);
  border: none; border-radius: 16px;
  padding: 32px 40px; margin-bottom: 0; width: 100%;
  box-shadow: 0 8px 32px rgba(26,39,68,.25);
  position: relative;
}
.hero__price::before {
  content: "50%OFF"; position: absolute; top: -16px; right: -14px;
  background: linear-gradient(135deg, var(--c-accent), #d44a3c); color: #fff; font-size: 14px; font-weight: 900;
  padding: 8px 18px; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(192,57,43,.4);
}
.hero__price::after {
  content: "毎月先着 5名様 限定"; position: absolute; top: -16px; left: -14px;
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-light)); color: #fff; font-size: 13px; font-weight: 900;
  padding: 8px 18px; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(184,134,11,.4);
}
.hero__price-row { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.hero__price-old { font-size: 20px; font-weight: 700; color: #fff;
  text-decoration: line-through; text-decoration-color: var(--c-accent); text-decoration-thickness: 2px;
}
.hero__price-old s { text-decoration: none; }
.hero__price-arrow { display: flex; align-items: center; color: rgba(255,255,255,.5); }
.hero__price-new {
  font-size: 44px; font-weight: 900; color: #fff; line-height: 1;
  font-family: "Noto Serif JP", serif; text-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.hero__price-new small { font-size: 16px; font-weight: 700; }
.hero__price-tax { font-size: 13px; color: #fff; }
.hero__price-reason { font-size: 14px; color: #fff; margin: 10px 0 0; font-weight: 700; }
.hero__limit {
  font-size: 15px; color: var(--c-gold-light); font-weight: 700; margin-top: 20px;
}
/* 3つのバッジ */
.hero__circles {
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 32px; max-width: 525px;
}
.hero__circle {
  width: 160px; height: 160px; border-radius: 50%; flex-shrink: 0;
  background: url("../images/medal.webp") center / cover no-repeat;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 4px 18px rgba(160,120,24,.35);
  position: relative;
}
.hero__circle-main {
  font-size: 19px; font-weight: 900; color: #3a2a0a; line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 8px rgba(255,255,255,1), 0 0 16px rgba(255,255,255,.7), 0 0 24px rgba(255,255,255,.4);
}
.hero__circle-sub {
  font-size: 13px; font-weight: 700; color: #4a3a15; margin-top: 4px;
  text-shadow: 0 0 8px rgba(255,255,255,1), 0 0 16px rgba(255,255,255,.7), 0 0 24px rgba(255,255,255,.4);
}
@media (max-width:740px) {
  .hero { padding: 30px 0 28px; }
  .hero__title { font-size: 7vw; text-shadow: 0 2px 16px rgba(0,0,0,.8), 0 4px 32px rgba(0,0,0,.5); }
  .hero__lead { text-shadow: 0 2px 12px rgba(0,0,0,.7), 0 4px 24px rgba(0,0,0,.4); }
  .hero__kicker { box-shadow: 0 4px 14px rgba(0,0,0,.3); }
  .hero__circles { gap: 3vw; justify-content: center; width: 100%; max-width: 100%; }
  .hero__circle { width: 28vw; height: 28vw; flex-shrink: 0; }
  .hero__circle-main { font-size: 4vw; }
  .hero__circle-sub { font-size: 2.8vw; }
  .hero__price { margin-top: 24px; }
}
@media (max-width:630px) {
  .hero__circles { gap: 3vw; justify-content: center; width: 100%; max-width: 100%; }
  .hero__circle { width: 28vw; height: 28vw; }
  .hero__price { padding: 20px; }
  .hero__price-row { gap: 2vw; }
  .hero__price-new { font-size: 7vw; }
  .hero__price-old { font-size: 3.2vw; }
  .hero__price-new small { font-size: 3vw; }
  .hero__price-tax { font-size: 2.8vw; }
  .hero__price-arrow svg { width: 4vw; height: 4vw; }
  .hero__price-reason { font-size: 2.8vw; }
}

/* ===== Section Title ===== */
.section_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
}
.section_title__en {
  display: block; font-size: 13px; font-weight: 700; letter-spacing: .15em;
  color: var(--c-gold); margin-bottom: 8px; text-transform: uppercase;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.section_title__sub { text-align: center; font-weight: 700; font-size: 18px; }
.section_title--line {
  position: relative; padding: 20px 0; text-align: center; overflow: hidden;
}
.section_title--line::before, .section_title--line::after {
  content: ""; position: absolute; left: 50%;
  transform: translateX(-50%) scaleX(0); transform-origin: center;
  width: 100%; height: 2px;
  background: linear-gradient(to right, transparent, var(--c-gold) 20%, var(--c-gold) 80%, transparent);
  transition: transform 0.8s cubic-bezier(.22,.61,.36,1);
}
.section_title--line::before { top: 0; }
.section_title--line::after { bottom: 0; }
.section_title--line.is-active::before, .section_title--line.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

/* ===== js-line ===== */
.js-line {
  position: relative; display: inline-block; z-index: 0; isolation: isolate;
}
.js-line::after {
  content: ""; position: absolute; left: 0; bottom: 2px;
  width: 100%; height: 10px; background: rgba(184,134,11,.15); z-index: -1;
  transform: scaleX(0); transform-origin: left center;
  transition: transform .8s cubic-bezier(.77,0,.18,1);
}
.js-line.is-active::after { transform: scaleX(1); }

/* ==============================================
   ABOUT
============================================== */
#about { background: #fff; }
.about__features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
}
.about__card {
  background: #e8f0fc; border-radius: 16px; padding: 32px 24px; text-align: center;
  border: 1px solid rgba(43,108,176,.08);
}
.about__card-icon { width: 150px; height: 150px; margin: 0 auto 16px; }
.about__card-icon img { width: 100%; height: 100%; object-fit: contain; }
.about__card h3 {
  font-size: 17px; font-weight: 700; margin: 0 0 10px; color: var(--c-primary);
}
.about__card h3 span {
  background: linear-gradient(transparent 60%, rgba(184,134,11,.15) 60%);
  padding-bottom: 2px;
}
.about__card p { font-size: 14px; color: var(--c-text); margin: 0; line-height: 1.7; }

.about__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto 20px;
}
.about__visual-item {
  margin: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--c-border);
}
.about__visual-img {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #000;
  overflow: hidden;
}
.about__visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about__visual-item figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}
.about__visual-no {
  flex-shrink: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--c-gold);
  letter-spacing: .05em;
  line-height: 1;
}
.about__visual-text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1.5;
}
.about__visual-text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: var(--c-muted);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

@media (max-width:740px) {
  .about__features { grid-template-columns: 1fr; }
  .about__visual {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .about__visual-item figcaption { padding: 14px 18px; gap: 12px; }
  .about__visual-no { font-size: 26px; }
  .about__visual-text { font-size: 15px; }
}

/* ==============================================
   CASES
============================================== */
#cases { background: var(--c-off-white); }
.case__item {
  background: #fff; border-radius: 16px; overflow: hidden;
  margin: 0 auto 32px; box-shadow: 0 4px 20px rgba(0,0,0,.06);
  max-width: 600px;
}
.case__header {
  background: var(--c-primary); color: #fff;
  padding: 14px 24px; font-family: "Noto Serif JP", serif; font-size: 18px; font-weight: 600;
}
.case__images {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.case__photo { position: relative; overflow: hidden; }
.case__photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }
.case__label {
  position: absolute; top: 12px; left: 12px;
  font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: 1px;
}
.case__label--before { background: rgba(26,39,68,.85); color: #fff; }
.case__label--after { background: rgba(184,134,11,.9); color: #fff; }
.case__arrow { position: relative; }
.case__arrow::after {
  content: ''; position: absolute; left: -8px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; background: var(--c-gold);
  clip-path: polygon(0 0, 100% 50%, 0 100%); z-index: 2;
}
.case__border { border-top: 2px solid var(--c-off-white); }
.case__details {
  padding: 20px 24px 24px;
  margin: 0;
  border-top: 1px solid var(--c-border);
}
.case__detail-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--c-border);
  font-size: 15px;
  line-height: 1.6;
}
.case__detail-row:last-child { border-bottom: none; }
.case__detail-row dt {
  color: var(--c-primary);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}
.case__detail-row dd {
  margin: 0;
  color: var(--c-text);
}
.case__detail-row dd strong {
  color: var(--c-accent);
  font-size: 17px;
  font-weight: 700;
}
.case__risk {
  max-width: 600px;
  margin: 32px auto 0;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
}
.case__risk-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--c-primary);
  font-size: 15px;
  margin: 0 0 10px;
  letter-spacing: .05em;
}
.case__risk-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case__risk-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-muted);
}
.case__risk-list li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-muted);
}
@media (max-width:740px) {
  .case__images { grid-template-columns: 1fr; }
  .case__arrow::after { display: none; }
  .case__details { padding: 16px 18px 20px; }
  .case__detail-row {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 0;
    font-size: 14px;
  }
  .case__detail-row dt { font-size: 13px; }
  .case__risk { padding: 16px 18px; }
}

/* ==============================================
   FLOW
============================================== */
#flow { background: #fff; }
.flow__item {
  position: relative; padding-left: 80px; padding-bottom: 48px;
  border-left: 3px solid rgba(26,39,68,.15); margin-left: 24px;
}
.flow__item:last-child { border-left-color: transparent; padding-bottom: 0; }
.flow__num {
  position: absolute; left: -22px; top: 0;
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-light)); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 16px; box-shadow: 0 4px 12px rgba(26,39,68,.25);
  border: 3px solid #fff;
}
.flow__ttl { font-weight: 700; font-size: 20px; margin-bottom: 10px; color: var(--c-primary); font-family: "Noto Serif JP", serif; }
.flow__text { line-height: 1.85; margin: 0; color: var(--c-text); }
@media (max-width:740px) {
  .flow__item { padding-left: 36px; margin-left: 18px; padding-bottom: 36px; }
  .flow__num { left: -20px; width: 38px; height: 38px; font-size: 14px; }
  .flow__ttl { font-size: 18px; }
}

/* ==============================================
   PRICE
============================================== */
#price {
  position: relative;
}
.price__box {
  max-width: 700px; margin: 0 auto;
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-light) 50%, #3a5a8a 100%);
  border-radius: 20px; padding: 56px 48px; text-align: center;
  box-shadow: 0 16px 56px rgba(26,39,68,.25);
  position: relative; overflow: hidden; color: #fff; font-weight: 700;
}
.price__box::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 20px 20px; pointer-events: none;
}
.price__campaign {
  display: inline-block; background: var(--c-accent); color: #fff;
  padding: 10px 32px; border-radius: 999px; font-weight: 900; font-size: 17px; margin-bottom: 24px;
}
.price__old { font-size: 22px; font-weight: 700; color: #fff;
  text-decoration: line-through; text-decoration-color: var(--c-accent); text-decoration-thickness: 2px; margin-bottom: 12px;
}
.price__new {
  font-size: 72px; font-weight: 900; color: var(--c-gold-light); line-height: 1;
  font-family: "Noto Serif JP", serif; text-shadow: 0 3px 12px rgba(0,0,0,.15);
}
.price__new small { font-size: 24px; font-weight: 700; }
.price__tax { font-size: 14px; color: #fff; margin-top: 8px; }
.price__includes {
  margin-top: 32px; padding-top: 32px;
  border-top: 2px dashed rgba(255,255,255,.25); text-align: left;
}
.price__includes p { color: #fff; }
.price__includes ul { padding-left: 0; list-style: none; }
.price__includes li { margin-bottom: 12px; line-height: 1.7; padding-left: 28px; position: relative; color: #fff; }
.price__includes li::before { content: "\2713"; position: absolute; left: 0; top: 2px; color: var(--c-gold-light); font-weight: 900; }
.price__guarantee {
  display: inline-block; margin-top: 20px;
  background: var(--c-accent); border: none;
  border-radius: 8px; padding: 12px 24px; font-size: 15px; font-weight: 900; color: #fff;
}
@media (max-width:740px) {
  .price__box { padding: 36px 24px; }
  .price__new { font-size: 52px; }
}

/* ==============================================
   CONDITIONS
============================================== */
#conditions { background: #fff; }
.condition__list { list-style: none; max-width: 640px; margin: 0 auto; padding: 0; }
.condition__list li {
  position: relative; padding: 14px 0 14px 36px; font-size: 16px; font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.06); color: var(--c-text);
}
.condition__list li:last-child { border-bottom: none; }
.condition__list li::before {
  content: "\2713"; position: absolute; left: 0; top: 12px;
  width: 24px; height: 24px; color: var(--c-gold); font-weight: 900; font-size: 18px;
}

/* ==============================================
   FAQ
============================================== */
#faq { background: #e8f0fc; }
#faq .section_title--line::before, #faq .section_title--line::after {
  background: linear-gradient(to right, transparent, #1c4370 20%, #1c4370 80%, transparent);
}
.faq__item {
  background: #fff; border-radius: 12px; padding: 0; margin-bottom: 16px;
  border: 1px solid rgba(0,0,0,.04); overflow: hidden;
}
.faq__q-wrap {
  display: flex; align-items: center; gap: 12px; padding: 20px 24px;
  cursor: pointer; user-select: none;
}
.faq__q-mark {
  flex-shrink: 0; width: 30px; height: 30px;
  background: var(--c-primary); color: #fff; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900;
}
.faq__q { font-weight: 700; font-size: 16px; color: var(--c-primary); flex: 1; line-height: 1.6; margin: 0; }
.faq__toggle {
  flex-shrink: 0; font-size: 22px; color: var(--c-gold); transition: transform .3s;
}
.faq__item.is-open .faq__toggle { transform: rotate(45deg); }
.faq__a {
  padding: 0 24px 20px 66px; line-height: 1.85; color: var(--c-text);
  position: relative;
}
.faq__a::before {
  content: "A"; position: absolute; left: 24px; top: 0;
  width: 30px; height: 30px;
  background: var(--c-accent); color: #fff; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900;
}
.faq__toggle { display: none; }

/* ==============================================
   CTA
============================================== */
.cta_section {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-light) 50%, #3a5a8a 100%);
  position: relative; overflow: hidden;
}
.cta_section::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 20px 20px; pointer-events: none;
}
.cta_btns { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta_btn {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  width: min(560px, 100%); height: 70px; padding: 18px 22px;
  border-radius: 999px; background: #fff; color: var(--c-primary);
  font-weight: 800; line-height: 1.2; text-decoration: none; font-size: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  transition: transform .2s, box-shadow .2s; position: relative; z-index: 1;
}
.cta_btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.cta_btn--line {
  background: linear-gradient(135deg, #06c755, #05a847); color: #fff;
  box-shadow: 0 4px 16px rgba(6,199,85,.25);
}
.cta_btn--accent { background: var(--c-accent); color: #fff; }
@media (max-width:740px) { .cta_btn { padding: 16px 18px; font-size: 16px; height: 60px; } }

/* ===== CTA Block (LINE) ===== */
.cta-block__web {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 20px;
  letter-spacing: .08em;
}
.access_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.access_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(560px, 100%);
  height: 75px;
  padding: 18px 22px;
  border-radius: 999px;
  background: #d86245;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.12);
  animation: ctaFloat 2.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}
@keyframes ctaFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28), 0 4px 10px rgba(0, 0, 0, 0.16);
  }
}
@media (prefers-reduced-motion: reduce) {
  .access_btn {
    animation: none;
  }
}
.access_btn--line {
  background: #06C755;
  gap: 10px;
  height: auto;
  padding: 18px 22px;
}
.access_btn__icon {
  width: 32px;
  height: 32px;
  color: #fff;
  flex-shrink: 0;
}
.access_btn__sub {
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: .85;
  margin-top: 4px;
}
@media (min-width: 741px) {
  .access_btn:hover {
    animation-play-state: paused;
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 6px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
}
@media (max-width: 740px) {
  .cta-block__web { font-size: 18px; }
  .access_btn { padding: 16px 18px; }
}

/* ===== Access ===== */
.access_title { margin: 0 0 14px; font-size: 20px; font-weight: 900; }
.access_table_wrap { overflow-x: auto; }
.access_table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13px; border: 1px solid rgba(15,23,42,.15); border-radius: 0; overflow: hidden; }
.access_table th, .access_table td { padding: 10px; border-right: 1px solid rgba(15,23,42,.1); border-bottom: 1px solid rgba(15,23,42,.1); text-align: center; white-space: nowrap; }
.access_table thead th { background: var(--c-primary); color: #fff; font-weight: 800; }
.access_table tbody th { background: #edf2f7; font-weight: 800; }
.access_table tr > *:last-child { border-right: none; }
.access_table tbody tr:last-child > * { border-bottom: none; }
.access_hours { margin: 20px 0 10px; font-size: 15px; }
.access_notes { margin: 0 0 20px; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 15px; }
.access_notes li { position: relative; padding-left: 1.1em; }
.access_notes li::before { content: "\30FB"; position: absolute; left: 0; }
.access_address { margin: 0 0 20px; }
.access_address_name { margin: 0; font-weight: 900; font-size: 15px; }
.access_address_text { margin: 0; font-size: 15px; line-height: 1.6; }
.access_iframe iframe { width: 100%; border-radius: 0; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.access_caption { margin: 10px 0 0; font-size: 15px; text-align: right; }

/* ==============================================
   DOCTOR
============================================== */
#doctor {
  background: linear-gradient(180deg, #faf6f0 0%, #f5ede2 100%);
}
.doctor__img { position: relative; }
.doctor__img::before {
  content: ""; position: absolute; inset: 10px -10px -10px 10px;
  background: var(--c-primary-light); border-radius: 16px; z-index: 0;
}
.doctor__img img {
  width: 100%; height: auto; display: block; border-radius: 12px;
  position: relative; z-index: 1;
  box-shadow: var(--shadow-card);
}

.career_box {
  background: #fff; border: none; border-radius: 12px;
  padding: 30px; margin-top: 40px;
}
.career_box__ttl { font-weight: 700; margin: 0 0 14px; color: var(--c-primary); }
.career_dl { margin: 0; }
.career_list { margin: 0; padding: 0; list-style: none; }
.career_list li { margin-bottom: 10px; line-height: 1.4; }
.career_list li:last-child { margin-bottom: 0; }
@media (max-width:740px) {
  .career_box { padding: 20px 18px; }
  .career_list { margin-top: 18px; }
}

/* ===== Risk Note ===== */
.risk-note {
  background: var(--c-off-white); border-radius: 12px; padding: 20px 24px;
  margin-top: 40px; font-size: 13px; color: var(--c-muted); line-height: 1.8;
}
.risk-note h4 { font-size: 14px; font-weight: 700; color: var(--c-text); margin-bottom: 8px; }

/* ===== Footer ===== */
.footer { border-top: solid 1px rgba(0,0,0,.08); color: #333; padding: 30px 0; }
@media (max-width:840px) { .footer { padding-bottom: 80px; } }
@media (max-width:740px) { body { padding-bottom: 60px; } }
.js-fade { will-change: transform, opacity; }
