/* ============================================================
   GRACE EARTH CLINIC — 改善版テーマ
   再生医療・幹細胞治療クリニック向けデザインシステム
   - ゴシック体ベース（Zen Kaku Gothic New / Noto Sans JP）
   - 30〜60代が読みやすい文字サイズ（本文17px・行間1.9）
   - SP最適化（固定CTAバー・48px以上のタップ領域）
   ============================================================ */

:root {
  /* ブランドカラー：アース＆グレース（深緑×金×生成り） */
  --green-900: #0d1230;
  --green-800: #141b3f;
  --green-700: #1d2752;
  --green-600: #263569;
  --green-500: #32447e;
  --green-100: #e2e7f2;
  --green-050: #f2f4f9;
  --gold-600: #263569;
  --gold-500: #32447e;
  --gold-100: #e9edf5;
  --ink: #191c24;
  --ink-soft: #4c5261;
  --line: #e3e7ef;
  --bg: #ffffff;
  --bg-warm: #f7f8fb;

  /* タイポグラフィ */
  --font-gothic: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --font-en: "Jost", sans-serif;
  --fs-body: 1.0625rem;      /* 17px */
  --lh-body: 1.9;
  --ls-body: 0.04em;

  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 8px 30px rgba(13, 18, 48, 0.08);
  --shadow-lg: 0 16px 48px rgba(13, 18, 48, 0.14);

  --header-h: 72px;
  --cta-bar-h: 64px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-gothic);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-700); text-decoration: none; }
a:hover { opacity: 0.85; }
ul, ol { list-style: none; }
strong { font-weight: 700; }
em { font-style: normal; font-weight: 700; color: var(--green-700); }

.container { width: min(1120px, 92%); margin-inline: auto; }
.container-narrow { width: min(860px, 92%); margin-inline: auto; }

/* ---------- 見出し ---------- */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.5; letter-spacing: 0.05em; }
.section-title { text-align: center; margin-bottom: 12px; font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.125rem); color: var(--green-900); }
.section-title::after { content: ""; display: block; width: 40px; height: 3px; border-radius: 2px; background: var(--grad-cta); margin: 16px auto 0; }
.kindle-body .section-title::after { margin-left: 0; }
.section-title-en {
  display: block; text-align: center; font-size: 0.8125rem; font-weight: 600; font-family: var(--font-en);
  letter-spacing: 0.22em; color: var(--gold-600); text-transform: uppercase; margin-bottom: 10px;
}
.section-lead { text-align: center; color: var(--ink-soft); max-width: 760px; margin: 0 auto 48px; }
@media (max-width: 640px) { .section-lead { text-align: left; } }

section { padding: clamp(56px, 5vw + 32px, 96px) 0; }
.bg-warm { background: var(--bg-warm); }
.bg-green-soft { background: var(--green-050); }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 32px; border-radius: 999px;
  font-size: 1.0625rem; font-weight: 700; letter-spacing: 0.06em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer; border: none; text-align: center;
}
.btn:hover { transform: translateY(-2px); opacity: 1; }
.btn-primary { background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; box-shadow: 0 8px 20px rgba(44, 60, 116, 0.35); }
.btn-primary:hover { box-shadow: 0 12px 26px rgba(44, 60, 116, 0.45); color: #fff; }
.btn-gold { background: var(--grad-cta); color: #fff; box-shadow: 0 8px 20px rgba(50, 68, 126, 0.35); }
.btn-gold:hover { color: #fff; }
.btn-outline { background: #fff; color: var(--green-700); border: 2px solid var(--green-600); }
.btn-line { background: #06c755; color: #fff; box-shadow: 0 8px 20px rgba(6, 199, 85, 0.3); }
.btn-line:hover { color: #fff; }
.btn-lg { min-height: 60px; font-size: 1.125rem; padding: 14px 44px; }

/* ============================================================
   ヘッダー
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(1280px, 96%); margin-inline: auto; height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; flex-direction: row; align-items: center; gap: 10px; line-height: 1.3; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; }
.brand-mark-svg { width: 34px; height: 34px; flex-shrink: 0; }
.brand-name { font-size: 1.125rem; font-weight: 700; color: var(--green-900); letter-spacing: 0.04em; white-space: nowrap; }
.brand-sub { font-family: var(--font-en); font-size: 0.6875rem; color: var(--gold-600); letter-spacing: 0.12em; font-weight: 700; white-space: nowrap; }

.global-nav ul { display: flex; align-items: center; gap: clamp(8px, 1vw, 18px); }
.global-nav a { font-size: 0.875rem; font-weight: 700; color: var(--ink); padding: 8px 2px; position: relative; white-space: nowrap; }
.global-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--gold-500); transform: scaleX(0); transition: transform 0.25s ease;
}
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: scaleX(1); }
.global-nav a[aria-current="page"] { color: var(--green-700); }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-tel { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.3; }
.header-tel-number { font-size: 1.125rem; font-weight: 700; color: var(--green-900); letter-spacing: 0.02em; white-space: nowrap; }
.header-tel-hours { font-size: 0.625rem; color: var(--ink-soft); white-space: nowrap; }
.header-reserve { min-height: 46px; padding: 8px 20px; font-size: 0.9375rem; white-space: nowrap; flex-shrink: 0; }
/* 中間幅では電話ブロックを隠してナビ＋CTAボタンの幅を確保 */
@media (max-width: 1360px) { .header-tel { display: none; } }
@media (max-width: 1280px) { .brand-sub { display: none; } }

/* ハンバーガー */
.nav-toggle {
  display: none; width: 52px; height: 52px; border: none; background: transparent;
  cursor: pointer; position: relative; z-index: 120;
}
.nav-toggle span {
  display: block; width: 26px; height: 2.5px; background: var(--green-900);
  margin: 6px auto; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

@media (max-width: 1200px) {
  .global-nav {
    position: fixed; inset: 0; background: rgba(13, 18, 48, 0.98);
    display: grid; place-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 110;
  }
  .global-nav.is-open { opacity: 1; visibility: visible; }
  .global-nav ul { flex-direction: column; gap: 6px; text-align: center; }
  .global-nav a { color: #fff; font-size: 1.1875rem; padding: 12px 24px; display: inline-block; }
  .global-nav a[aria-current="page"] { color: #c9d4ea; }
  .nav-toggle { display: block; }
}
/* SPではヘッダーCTAを隠し、ハンバーガーの領域を確保（予約は下部固定バーに集約） */
@media (max-width: 768px) { .header-reserve { display: none; } }
@media (max-width: 560px) {
  .brand-name { font-size: 1.0625rem; }
  .brand-sub { display: none; }
}

/* ============================================================
   ページ共通：ページヘッダー・パンくず
   ============================================================ */
main { padding-top: 0; }
.page-hero {
  background:
    radial-gradient(ellipse 900px 420px at 85% -10%, rgba(50, 68, 126, 0.14), transparent),
    linear-gradient(150deg, var(--green-900), var(--green-700));
  color: #fff; padding: clamp(56px, 7vw, 96px) 0 clamp(44px, 5vw, 72px);
}
.page-hero-en { font-family: var(--font-en); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.24em; color: #c9d4ea; text-transform: uppercase; margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(1.625rem, 1.3rem + 2vw, 2.5rem); margin-bottom: 16px; }
.page-hero p { color: rgba(255, 255, 255, 0.88); max-width: 780px; }

.breadcrumb { background: var(--bg-warm); border-bottom: 1px solid var(--line); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 0; font-size: 0.8125rem; color: var(--ink-soft); }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 6px; color: var(--gold-600); }
.breadcrumb a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   トップページ：ヒーロー
   ============================================================ */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(ellipse 1100px 600px at 88% 10%, rgba(50, 68, 126, 0.16), transparent 60%),
    radial-gradient(ellipse 800px 500px at -5% 95%, rgba(50, 68, 126, 0.5), transparent 60%),
    linear-gradient(150deg, var(--green-900) 0%, var(--green-800) 45%, var(--green-700) 100%);
  padding: clamp(72px, 9vw, 140px) 0 clamp(88px, 9vw, 150px);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-inner { position: relative; max-width: 820px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px; padding: 7px 18px; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.06em;
}
.hero-badge::before { content: "●"; font-size: 0.5rem; color: #c9d4ea; }
.hero h1 { font-size: clamp(1.75rem, 1.2rem + 3.2vw, 3.125rem); line-height: 1.55; margin-bottom: 22px; }
.hero h1 .accent { color: #c9d4ea; }
.hero-lead { font-size: clamp(1rem, 0.95rem + 0.4vw, 1.1875rem); color: rgba(255, 255, 255, 0.9); margin-bottom: 36px; max-width: 660px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-note { font-size: 0.8125rem; color: rgba(255, 255, 255, 0.68); }

/* 実績・信頼バー */
.trust-bar { background: var(--green-900); color: #fff; padding: 22px 0; }
.trust-bar-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: center; }
.trust-item strong { display: block; font-size: 1.0625rem; color: #c9d4ea; letter-spacing: 0.04em; }
.trust-item span { font-size: 0.8125rem; color: rgba(255, 255, 255, 0.78); }
@media (max-width: 720px) { .trust-bar-inner { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- 要点ボックス（LLMO対策：ページ要約） ---------- */
.summary-box {
  background: var(--green-050); border: 1.5px solid var(--green-100);
  border-left: 6px solid var(--green-600);
  border-radius: var(--radius); padding: 26px 30px; margin: 0 0 48px;
}
.summary-box h2, .summary-box h3 { font-size: 1.0625rem; color: var(--green-800); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.summary-box ul { display: grid; gap: 8px; }
.summary-box li { padding-left: 1.6em; position: relative; font-size: 1rem; }
.summary-box li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 700; }

/* ---------- 定義ボックス（「〜とは」） ---------- */
.definition-box {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow); margin-bottom: 40px;
}
.definition-box h2, .definition-box h3 { color: var(--green-800); font-size: 1.25rem; margin-bottom: 14px; padding-left: 14px; border-left: 4px solid var(--gold-500); }
.definition-box p + p { margin-top: 14px; }

/* ---------- カードグリッド ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-icon {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-content: center;
  background: linear-gradient(135deg, var(--green-050), var(--green-100));
  font-size: 1.75rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.1875rem; color: var(--green-900); margin-bottom: 10px; }
.card p { font-size: 0.9875rem; color: var(--ink-soft); flex: 1; }
.card-link { margin-top: 18px; font-weight: 700; font-size: 0.9375rem; display: inline-flex; align-items: center; gap: 6px; }
.card-link::after { content: "→"; transition: transform 0.2s ease; }
.card:hover .card-link::after { transform: translateX(4px); }
a.card { color: inherit; }
a.card:hover { opacity: 1; }

/* ---------- 特徴（番号付き） ---------- */
.feature-list { display: grid; gap: 28px; }
.feature-item {
  display: grid; grid-template-columns: 88px 1fr; gap: 24px; align-items: start;
  background: #fff; border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.feature-num {
  font-family: var(--font-en); font-size: 2rem; font-weight: 600; color: var(--gold-500); line-height: 1;
  text-align: center; padding-top: 4px; letter-spacing: 0;
}
.feature-num small { display: block; font-size: 0.625rem; letter-spacing: 0.2em; color: var(--ink-soft); margin-bottom: 6px; }
.feature-item h3 { font-size: 1.25rem; color: var(--green-900); margin-bottom: 8px; }
.feature-item p { color: var(--ink-soft); font-size: 1rem; }
@media (max-width: 640px) {
  .feature-item { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px; }
  .feature-num { text-align: left; }
}

/* ---------- 症状カード ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.symptom-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.symptom-card h3 { font-size: 1.0625rem; color: var(--green-800); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.symptom-card h3 .emoji { font-size: 1.4rem; }
.symptom-card ul { display: flex; flex-wrap: wrap; gap: 8px; }
.symptom-card li {
  background: var(--green-050); color: var(--green-800); font-size: 0.875rem; font-weight: 500;
  border-radius: 999px; padding: 5px 14px; border: 1px solid var(--green-100);
}

/* ---------- 治療の流れ（ステップ） ---------- */
.step-list { display: grid; gap: 0; counter-reset: step; }
.step-item {
  position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 22px;
  padding: 26px 0;
}
.step-item:not(:last-child)::before {
  content: ""; position: absolute; left: 31px; top: 82px; bottom: -8px; width: 2px;
  background: linear-gradient(var(--green-100), var(--green-100) 60%, transparent);
}
.step-num {
  counter-increment: step; width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff;
  display: grid; place-content: center; font-weight: 700; text-align: center;
  box-shadow: 0 6px 16px rgba(44, 60, 116, 0.3); z-index: 1;
}
.step-num::after { content: counter(step, decimal-leading-zero); font-size: 1.375rem; letter-spacing: 0; }
.step-body h3 { font-size: 1.1875rem; color: var(--green-900); margin-bottom: 6px; padding-top: 6px; }
.step-body p { color: var(--ink-soft); font-size: 1rem; }
.step-meta { display: inline-block; margin-top: 10px; background: var(--gold-100); color: var(--gold-600); font-size: 0.8125rem; font-weight: 700; border-radius: 6px; padding: 3px 12px; }

/* ---------- 料金表 ---------- */
.price-table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.price-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.price-table caption { text-align: left; font-weight: 700; font-size: 1.1875rem; color: var(--green-900); padding: 22px 24px 6px; }
.price-table th, .price-table td { padding: 16px 24px; text-align: left; border-bottom: 1px solid var(--line); font-size: 1rem; }
.price-table thead th { background: var(--green-800); color: #fff; font-size: 0.9375rem; letter-spacing: 0.08em; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table .price-num { font-weight: 700; color: var(--green-800); white-space: nowrap; font-size: 1.0625rem; }
.price-note { font-size: 0.875rem; color: var(--ink-soft); margin-top: 14px; padding-left: 1.2em; position: relative; }
.price-note::before { content: "※"; position: absolute; left: 0; }

/* ---------- FAQ アコーディオン ---------- */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; gap: 14px; align-items: flex-start;
  padding: 20px 56px 20px 22px; font-weight: 700; font-size: 1.0625rem; color: var(--green-900);
  position: relative; min-height: 48px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--green-700); color: #fff; display: grid; place-content: center; font-size: 1rem; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 20px; top: 20px; width: 28px; height: 28px;
  display: grid; place-content: center; color: var(--gold-600); font-size: 1.5rem; font-weight: 400;
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { display: flex; gap: 14px; padding: 0 22px 22px; color: var(--ink-soft); }
.faq-answer::before { content: "A"; flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--gold-100); color: var(--gold-600); display: grid; place-content: center; font-weight: 700; }
.faq-answer div p + p { margin-top: 10px; }

/* ---------- 医師紹介 ---------- */
.doctor-card {
  display: grid; grid-template-columns: 280px 1fr; gap: clamp(24px, 4vw, 48px);
  background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--shadow); border: 1px solid var(--line); align-items: start;
}
.doctor-photo {
  aspect-ratio: 3 / 3.4; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--green-100), var(--green-050));
  display: grid; place-content: center; font-size: 4rem; color: var(--green-600);
}
.doctor-role { color: var(--gold-600); font-weight: 700; font-size: 0.875rem; letter-spacing: 0.1em; margin-bottom: 6px; }
.doctor-name { font-size: 1.75rem; color: var(--green-900); margin-bottom: 4px; }
.doctor-name small { font-size: 0.875rem; color: var(--ink-soft); font-weight: 500; margin-left: 12px; }
.doctor-message { margin-top: 18px; color: var(--ink-soft); }
.doctor-message p + p { margin-top: 12px; }
.doctor-profile { margin-top: 22px; border-top: 1px dashed var(--line); padding-top: 18px; }
.doctor-profile h3 { font-size: 0.9375rem; color: var(--green-800); margin-bottom: 8px; }
.doctor-profile li { font-size: 0.9375rem; color: var(--ink-soft); padding-left: 1.3em; position: relative; }
.doctor-profile li::before { content: "・"; position: absolute; left: 0; color: var(--gold-500); }
@media (max-width: 760px) { .doctor-card { grid-template-columns: 1fr; } .doctor-photo { max-width: 280px; margin-inline: auto; width: 100%; } }

/* ---------- 比較表 ---------- */
.compare-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare-table th, .compare-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: 0.9375rem; text-align: left; vertical-align: top; }
.compare-table thead th { background: var(--green-800); color: #fff; }
.compare-table tbody th { background: var(--green-050); color: var(--green-900); width: 160px; }

/* ---------- 注意・免責 ---------- */
.notice-box {
  background: #f2f6fc; border: 1.5px solid #c9d6ea; border-radius: var(--radius);
  padding: 22px 26px; font-size: 0.9375rem; color: #3d4a63; margin-top: 40px;
}
.notice-box h3 { font-size: 1rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: #2c3a57; }
.notice-box ul { display: grid; gap: 6px; }
.notice-box li { padding-left: 1.2em; position: relative; }
.notice-box li::before { content: "※"; position: absolute; left: 0; }

/* ---------- CTA セクション ---------- */
.cta-section {
  background:
    radial-gradient(ellipse 800px 400px at 15% 110%, rgba(50, 68, 126, 0.18), transparent),
    linear-gradient(150deg, var(--green-800), var(--green-900));
  color: #fff; text-align: center;
}
.cta-section h2 { font-size: clamp(1.375rem, 1.1rem + 1.6vw, 2rem); margin-bottom: 14px; }
.cta-section p { color: rgba(255, 255, 255, 0.85); max-width: 640px; margin: 0 auto 32px; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 26px; }
.cta-tel { font-size: 1.75rem; font-weight: 700; color: #fff; letter-spacing: 0.05em; }
.cta-tel-hours { font-size: 0.875rem; color: rgba(255, 255, 255, 0.7); margin-top: 4px; }

/* ---------- アクセス ---------- */
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 860px) { .access-grid { grid-template-columns: 1fr; } }
.access-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); min-height: 380px; }
.access-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.info-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.info-table th, .info-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 0.9875rem; text-align: left; vertical-align: top; }
.info-table th { background: var(--green-050); color: var(--green-900); width: 130px; white-space: nowrap; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }

/* 診療時間テーブル */
.hours-table { width: 100%; border-collapse: collapse; text-align: center; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hours-table th, .hours-table td { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 0.9375rem; }
.hours-table thead th { background: var(--green-800); color: #fff; }
.hours-table td.open { color: var(--green-600); font-weight: 700; }
.hours-table td.closed { color: #c0c8c5; }

/* ---------- フッター ---------- */
.site-footer { background: var(--green-900); color: rgba(255, 255, 255, 0.85); padding: 64px 0 0; font-size: 0.9375rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-brand .brand-name { color: #fff; font-size: 1.25rem; }
.footer-brand .brand-sub { color: #c9d4ea; }
.footer-brand p { margin-top: 14px; font-size: 0.875rem; color: rgba(255, 255, 255, 0.7); }
.footer-col h3 { color: #c9d4ea; font-size: 0.8125rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: rgba(255, 255, 255, 0.85); font-size: 0.9375rem; }
.footer-col a:hover { color: #fff; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 22px 0 calc(22px + var(--cta-bar-h));
  font-size: 0.8125rem; color: rgba(255, 255, 255, 0.6); text-align: center;
}
.footer-legal p + p { margin-top: 6px; }
@media (min-width: 861px) { .footer-legal { padding-bottom: 22px; } }

/* ============================================================
   SP固定CTAバー
   ============================================================ */
.sp-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; height: var(--cta-bar-h);
  display: none; grid-template-columns: 1fr 1fr 1.2fr;
  box-shadow: 0 -6px 20px rgba(13, 18, 48, 0.18);
}
.sp-cta-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  font-size: 0.8125rem; font-weight: 700; color: #fff; line-height: 1.3;
}
.sp-cta-bar a .big { font-size: 0.9375rem; }
.sp-cta-tel { background: var(--green-700); }
.sp-cta-line { background: #06c755; }
.sp-cta-reserve { background: var(--grad-cta); }
@media (max-width: 860px) {
  .sp-cta-bar { display: grid; }
  body { padding-bottom: var(--cta-bar-h); }
}

/* ---------- スクロールアニメーション（プログレッシブ・エンハンスメント） ----------
   JS有効時のみ .js を付与し、その時だけ初期状態を非表示にする。
   JS無効・クローラ時は常に表示され、コンテンツが隠れない。 */
.js .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .fade-in.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .fade-in { opacity: 1; transform: none; transition: none; }
  .btn, .card { transition: none; }
}

/* ---------- 汎用 ---------- */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.tag-row li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 20px; font-size: 0.9375rem; font-weight: 500; color: var(--green-800); box-shadow: var(--shadow); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }

.check-list { display: grid; gap: 12px; }
.check-list li { padding-left: 2em; position: relative; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0.1em;
  width: 1.4em; height: 1.4em; border-radius: 50%; background: var(--green-100);
  color: var(--green-700); font-weight: 700; font-size: 0.875em;
  display: grid; place-content: center;
}

/* 記事系本文 */
.article h2 { font-size: clamp(1.3125rem, 1.15rem + 0.9vw, 1.625rem); color: var(--green-900); margin: 56px 0 20px; padding: 14px 18px; background: var(--green-050); border-left: 6px solid var(--green-600); border-radius: 6px; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.1875rem; color: var(--green-800); margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-100); }
.article p + p { margin-top: 16px; }
.article ul.disc { margin: 16px 0; display: grid; gap: 8px; }
.article ul.disc li { padding-left: 1.4em; position: relative; }
.article ul.disc li::before { content: ""; position: absolute; left: 0.2em; top: 0.75em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); }

/* SPでの文字サイズ最適化（16px未満にしない） */
@media (max-width: 640px) {
  :root { --fs-body: 1rem; }
  .btn { width: 100%; max-width: 420px; }
  .hero-cta .btn, .cta-buttons .btn { margin-inline: auto; }
}

/* ============================================================
   ▼▼▼ マーケティング / UI 強化レイヤー ▼▼▼
   CTR最適化：ヒーロー分割、CTAの訴求強化、社会的証明、
   スクロール演出、フローティングCTA、キャンペーン帯 など
   ============================================================ */

/* --- 追加カラー & トークン --- */
:root {
  --grad-cta: linear-gradient(135deg, #46598f 0%, #32447e 55%, #263569 100%);
  --grad-green: linear-gradient(135deg, var(--green-600), var(--green-800));
  --shadow-cta: 0 10px 26px rgba(50, 68, 126, 0.42);
  --shadow-float: 0 18px 50px rgba(13, 18, 48, 0.22);
}

/* --- スクロール進捗バー --- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 200;
  background: var(--grad-cta); box-shadow: 0 0 10px rgba(50,68,126,.6);
  transition: width 0.1s linear;
}

/* --- 見出しの強調（マーカー） --- */
.marker { background: linear-gradient(transparent 62%, rgba(201,212,234,.6) 62%); padding: 0 .05em; }
.text-gold { color: var(--gold-600); }

/* --- ボタン：シャイン（光沢）＆ CTA強化 --- */
.btn { position: relative; overflow: hidden; }
.btn::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left 0.6s ease;
}
.btn:hover::after { left: 130%; }
.btn-gold { background: var(--grad-cta); box-shadow: var(--shadow-cta); }
.btn-cta-sub { display: block; font-size: 0.75rem; font-weight: 500; opacity: 0.92; letter-spacing: .02em; margin-top: 2px; }
.btn .fa-ico { font-style: normal; }

/* CTAパルス（主要ボタン） */
@keyframes ctaPulse {
  0%   { box-shadow: 0 10px 26px rgba(50,68,126,.42), 0 0 0 0 rgba(204,213,234,.65); }
  70%  { box-shadow: 0 10px 26px rgba(50,68,126,.42), 0 0 0 14px rgba(204,213,234,0); }
  100% { box-shadow: 0 10px 26px rgba(50,68,126,.42), 0 0 0 0 rgba(204,213,234,0); }
}
.btn-pulse { animation: ctaPulse 2.4s infinite; }
@media (prefers-reduced-motion: reduce) { .btn-pulse { animation: none; } .btn::after { display: none; } }

/* --- ヘッダーCTAをより目立たせる --- */
.header-reserve { box-shadow: var(--shadow-cta); }

/* --- キャンペーン／告知帯 --- */
.promo-band {
  background: var(--grad-cta); color: #ffffff; text-align: center;
  font-weight: 700; font-size: 0.9375rem; letter-spacing: .02em;
  padding: 9px 16px; display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap;
}
.promo-band .tagmark { background: rgba(255,255,255,.18); color: #ffffff; border-radius: 5px; font-size: .75rem; padding: 2px 9px; }
.promo-band a { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

/* ============================================================
   ヒーロー（分割・訴求強化版）
   ============================================================ */
.hero-v2 {
  position: relative; overflow: hidden; color: var(--green-900);
  background:
    radial-gradient(ellipse 1100px 600px at 92% -5%, rgba(50,68,126,.10), transparent 55%),
    radial-gradient(ellipse 900px 600px at -10% 105%, rgba(201,212,234,.18), transparent 60%),
    linear-gradient(160deg, #fcfdfe 0%, #f2f4f8 60%, #eef1f6 100%);
  padding: clamp(28px, 4vw, 56px) 0 clamp(56px, 6vw, 88px);
}
.hero-v2::before {
  content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background-image: radial-gradient(rgba(13,18,48,.05) 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } }

.hero-urgency {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  background: #ffffff; border: 1px solid #ccd5ea;
  color: var(--green-600); border-radius: 999px; padding: 7px 16px; font-size: .8125rem; font-weight: 700;
  box-shadow: var(--shadow);
}
.hero-urgency .dot { width: 8px; height: 8px; border-radius: 50%; background: #32447e; box-shadow: 0 0 0 0 rgba(201,212,234,.6); animation: blink 1.6s infinite; }
@keyframes blink { 0%,100%{opacity:1; box-shadow:0 0 0 0 rgba(201,212,234,.6);} 50%{opacity:.55; box-shadow:0 0 0 6px rgba(201,212,234,0);} }
@media (prefers-reduced-motion: reduce) { .hero-urgency .dot { animation: none; } }

.hero-v2 h1 { font-size: clamp(1.85rem, 1.1rem + 3.6vw, 3.35rem); line-height: 1.5; letter-spacing: .03em; margin-bottom: 20px; font-weight: 700; }
.hero-v2 h1 .lead-accent { color: var(--green-500); }
.hero-v2 h1 .xl { display: inline-block; }
.hero-v2 .hero-sub { font-size: clamp(1rem, .95rem + .35vw, 1.1875rem); color: var(--ink-soft); margin-bottom: 26px; max-width: 640px; }

/* ヒーロー内 3ベネフィット */
.hero-benefits { display: grid; gap: 10px; margin-bottom: 28px; max-width: 560px; }
.hero-benefit { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.0625rem; }
.hero-benefit .chk {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--grad-cta); color: #ffffff;
  display: grid; place-content: center; font-size: .9rem; box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.hero-cta-group { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.hero-cta-group .btn { min-height: 62px; }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 16px 22px; font-size: .8125rem; color: var(--ink-soft); }
.hero-microcopy span { display: inline-flex; align-items: center; gap: 6px; }
.hero-microcopy .ic { color: var(--green-500); }

/* ヒーロー右：ビジュアルカード＋浮遊チップ */
.hero-visual { position: relative; }
.hero-visual-img {
  border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-float);
  border: 5px solid #ffffff; aspect-ratio: 4/4.4; background: #eef1f6;
}
.hero-visual-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip {
  position: absolute; background: rgba(255,255,255,.97); color: var(--green-900);
  border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-float);
  display: flex; align-items: center; gap: 10px; font-weight: 700;
}
.hero-chip .n { font-size: 1.5rem; color: var(--gold-600); line-height: 1; }
.hero-chip .t { font-size: .75rem; color: var(--ink-soft); line-height: 1.35; font-weight: 500; }
.hero-chip.c1 { top: 14px; left: -18px; }
.hero-chip.c2 { bottom: 22px; right: -14px; }
@media (max-width: 900px) {
  .hero-visual-img { aspect-ratio: 16/10; max-width: 520px; margin-inline: auto; }
  .hero-chip.c1 { left: 4px; } .hero-chip.c2 { right: 4px; }
}
@media (max-width: 480px) { .hero-chip { padding: 9px 12px; } .hero-chip .n { font-size: 1.25rem; } }

/* ============================================================
   数字で見る（アニメーション統計）
   ============================================================ */
.stats-band { background: var(--green-900); color: #fff; padding: clamp(40px,5vw,64px) 0; }
.stats-head { text-align: center; margin-bottom: 34px; }
.stats-head .en { color: #ccd5ea; letter-spacing: .22em; font-size: .8125rem; font-weight: 700; }
.stats-head h2 { font-size: clamp(1.4rem,1.1rem+1.4vw,2rem); margin-top: 6px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: repeat(2,1fr); gap: 14px; } }
.stat-cell {
  background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 26px 16px; text-align: center;
}
.stat-cell .num { font-family: var(--font-en); font-size: clamp(2rem,1.4rem+2.4vw,3rem); font-weight: 600; color: #ccd5ea; line-height: 1; letter-spacing: 0; }
.stat-cell .num .unit { font-size: .5em; margin-left: 3px; color: #fff; }
.stat-cell .label { margin-top: 10px; font-size: .9375rem; color: rgba(255,255,255,.85); }

/* ============================================================
   お悩み → 解決 ブリッジ
   ============================================================ */
.bridge { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(16px,3vw,40px); align-items: stretch; }
@media (max-width: 800px) { .bridge { grid-template-columns: 1fr; } .bridge-arrow { transform: rotate(90deg); justify-self: center; } }
.bridge-col { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px,3vw,36px); box-shadow: var(--shadow); border: 1px solid var(--line); }
.bridge-col.worry { border-top: 5px solid #8b96ad; background: #f5f7fb; }
.bridge-col.solve { border-top: 5px solid var(--green-600); }
.bridge-col h3 { font-size: 1.1875rem; margin-bottom: 16px; color: var(--green-900); display: flex; align-items: center; gap: 10px; }
.bridge-list { display: grid; gap: 12px; }
.bridge-list li { padding-left: 1.9em; position: relative; font-size: 1rem; }
.worry .bridge-list li::before { content: "×"; position: absolute; left: .15em; color: #98a1b4; font-weight: 700; }
.solve .bridge-list li::before { content: "✓"; position: absolute; left: .1em; color: var(--green-600); font-weight: 700; }
.bridge-arrow { align-self: center; font-size: 2.4rem; color: var(--gold-500); }

/* ============================================================
   患者さまの声（体験の声）
   ============================================================ */
.voice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 22px; }
.voice-card {
  background: #fff; border-radius: var(--radius-lg); padding: 30px 28px 26px;
  box-shadow: var(--shadow); border: 1px solid var(--line); position: relative;
}
.voice-card::before {
  content: "“"; position: absolute; top: 6px; left: 20px; font-size: 4rem; line-height: 1;
  color: var(--green-100); font-family: Georgia, serif;
}
.voice-card .stars { color: #e6b422; letter-spacing: 2px; margin-bottom: 10px; position: relative; }
.voice-card p { position: relative; color: var(--ink); font-size: 1rem; }
.voice-meta { margin-top: 16px; display: flex; align-items: center; gap: 12px; border-top: 1px dashed var(--line); padding-top: 14px; }
.voice-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--green-100),var(--green-050)); display: grid; place-content: center; font-size: 1.3rem; }
.voice-meta .who { font-size: .875rem; color: var(--ink-soft); }
.voice-meta .who strong { color: var(--green-900); font-size: .9375rem; }

/* ============================================================
   メディア／権威ロゴ帯
   ============================================================ */
.authority-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 26px; }
.authority-strip .aud {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 12px 20px; box-shadow: var(--shadow); font-weight: 700; color: var(--green-800); font-size: .9375rem;
}
.authority-strip .aud .ic { font-size: 1.3rem; color: var(--gold-600); }

/* ============================================================
   フローティング CTA（デスクトップ右下）
   ============================================================ */
.fab-stack {
  position: fixed; right: 20px; bottom: 24px; z-index: 95;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
  opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .4s ease, transform .4s ease;
}
.fab-stack.show { opacity: 1; transform: none; pointer-events: auto; }
.fab {
  display: inline-flex; align-items: center; gap: 10px; border-radius: 999px;
  padding: 13px 22px 13px 18px; font-weight: 700; font-size: .9375rem; color: #fff;
  box-shadow: var(--shadow-float); white-space: nowrap;
}
.fab .fab-ic { font-size: 1.15rem; }
.fab-line { background: #06c755; }
.fab-reserve { background: var(--grad-cta); color: #ffffff; }
.fab-line:hover, .fab-reserve:hover { color: inherit; transform: translateY(-2px); }
.fab-line { color: #fff; }
@media (max-width: 860px) { .fab-stack { display: none; } } /* SPは下部固定バーに集約 */

/* ============================================================
   セクションの装飾強化
   ============================================================ */
.eyebrow-center { text-align: center; }
.section-deco-top { position: relative; }
/* カード内の画像ズーム */
.card-media { border-radius: 16px; overflow: hidden; margin-bottom: 18px; aspect-ratio: 16/10; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }

/* リボン（おすすめ等） */
.ribbon { position: absolute; top: 16px; right: -6px; background: var(--grad-cta); color: #ffffff; font-size: .75rem; font-weight: 700; padding: 5px 14px; border-radius: 6px 0 0 6px; box-shadow: 0 4px 10px rgba(0,0,0,.12); }
.card { position: relative; }

/* SP固定バーの上に余白（FABと重なり防止は不要だが微調整） */
@media (max-width: 640px) {
  .hero-v2 h1 { font-size: clamp(1.7rem, 1.1rem + 4vw, 2.2rem); line-height: 1.55; }
  .hero-benefit { font-size: 1rem; }
  .promo-band { font-size: .8125rem; }
}

/* ============================================================
   ▼▼▼ 追加セクション：医師（顔）／YouTube／Kindle ▼▼▼
   ============================================================ */

/* --- 医師：顔が見える信頼セクション --- */
.doctor-trust { background: var(--green-050); }
.doctor-feature {
  display: grid; grid-template-columns: 340px 1fr; gap: clamp(24px, 4vw, 56px);
  align-items: center; background: #fff; border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}
.doctor-feature-photo { position: relative; }
.doctor-feature-photo img {
  width: 100%; aspect-ratio: 3/3.4; object-fit: cover; border-radius: var(--radius-lg);
  box-shadow: 0 12px 30px rgba(13,18,48,.18);
}
.doctor-badge {
  position: absolute; left: -10px; top: 18px; background: var(--grad-cta); color: #ffffff;
  font-weight: 700; font-size: .875rem; padding: 6px 18px; border-radius: 8px; box-shadow: var(--shadow);
}
.doctor-feature-body .doctor-role { color: var(--gold-600); font-weight: 700; font-size: .9375rem; letter-spacing: .08em; margin-bottom: 6px; }
.doctor-feature-body .doctor-name { font-size: 1.875rem; color: var(--green-900); margin-bottom: 4px; }
.doctor-feature-body .doctor-name small { font-size: .875rem; color: var(--ink-soft); font-weight: 500; margin-left: 12px; }
@media (max-width: 780px) {
  .doctor-feature { grid-template-columns: 1fr; }
  .doctor-feature-photo img { max-width: 320px; margin-inline: auto; aspect-ratio: 4/3.6; }
  .doctor-badge { left: calc(50% - 150px); }
}

/* --- YouTube 訴求 --- */
.media-yt { background: #fff; }
.yt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.yt-card { display: flex; flex-direction: column; }
.yt-frame {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); background: #0d1230;
}
.yt-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-caption { margin-top: 12px; font-weight: 700; color: var(--green-900); font-size: 1rem; }
.btn-yt { background: #ff0000; color: #fff; box-shadow: 0 8px 20px rgba(255,0,0,.28); }
.btn-yt:hover { color: #fff; }

/* --- Kindle 訴求 --- */
.kindle-wrap {
  display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 4vw, 56px); align-items: center;
  background: #fff; border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 52px);
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}
.kindle-cover { position: relative; }
.kindle-cover img {
  width: 100%; aspect-ratio: 3/4.2; object-fit: cover; border-radius: 10px;
  box-shadow: 0 18px 40px rgba(13,18,48,.28); transform: perspective(900px) rotateY(-8deg);
}
.kindle-ribbon {
  position: absolute; top: 14px; right: -8px; background: #ff9900; color: #241a06;
  font-weight: 700; font-size: .8125rem; padding: 5px 14px; border-radius: 6px 0 0 6px; box-shadow: var(--shadow);
}
.kindle-body .section-title-en, .kindle-body .section-title { text-align: left !important; }
.kindle-body p { color: var(--ink-soft); }
.kindle-book-title { font-weight: 700; color: var(--green-900); font-size: 1.125rem; margin-top: 16px; }
.kindle-book-title span { display: inline-block; font-size: .875rem; color: var(--ink-soft); margin-left: 10px; font-weight: 500; }
.btn-kindle { background: linear-gradient(135deg, #ff9900, #e57e00); color: #241a06; box-shadow: 0 8px 20px rgba(255,153,0,.32); }
.btn-kindle:hover { color: #241a06; }
@media (max-width: 780px) {
  .kindle-wrap { grid-template-columns: 1fr; text-align: center; }
  .kindle-cover img { max-width: 220px; margin-inline: auto; transform: none; }
  .kindle-ribbon { right: calc(50% - 118px); }
  .kindle-body .check-list { text-align: left; max-width: 420px; margin-inline: auto; }
}

/* ヘッダー/フッタープレースホルダのCLS抑制（読込前の余白確保） */
#siteHeader:empty { display: block; min-height: var(--header-h); }


/* ============================================================
   ▼▼▼ ブランドアイコン（SVG）・UIポリッシュ ▼▼▼
   ============================================================ */
/* カード・帯・症状などのSVGアイコン */
.card-icon { color: var(--green-600); }
.card-icon svg { width: 27px; height: 27px; }
.authority-strip .aud .ic { display: inline-flex; color: var(--green-600); }
.authority-strip .aud .ic svg { width: 22px; height: 22px; }
.sym-ic { display: inline-flex; color: var(--green-600); background: var(--green-050); border-radius: 9px; padding: 6px; }
.sym-ic svg { width: 20px; height: 20px; }
.hero-microcopy .ic { display: inline-flex; }
.hero-microcopy .ic svg { width: 15px; height: 15px; }
.voice-avatar { color: var(--green-600); }
.voice-avatar svg { width: 22px; height: 22px; }
.btn-ic { display: inline-flex; }
.btn-ic svg { width: 20px; height: 20px; }
.fab-ic { display: inline-flex; }
.fab-ic svg { width: 19px; height: 19px; }
.sp-ic { display: inline-flex; }
.sp-ic svg { width: 20px; height: 20px; }
.footer-brand-row { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand-row .brand-mark-svg { width: 28px; height: 28px; }

/* お悩み→解決 のラベル（絵文字の代替） */
.bridge-label { display: block; font-family: var(--font-en); font-size: .6875rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 2px; }
.worry-label { color: #98a1b4; }
.solve-label { color: var(--green-500); }
.bridge-col h3 { display: block; }

/* お知らせ帯：ブランド濃紺でより上品に */
.promo-band { background: var(--green-900); color: rgba(255,255,255,.92); font-weight: 500; }
.promo-band .tagmark { background: rgba(255,255,255,.14); color: #c9d4ea; font-weight: 700; }
.promo-band a { color: #c9d4ea; font-weight: 700; }

/* フォーカスリング（キーボード操作のUI配慮） */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(50,68,126,.55); outline-offset: 2px; border-radius: 4px;
}

/* ボタンの質感：グロー控えめ・押した感触 */
.btn:active { transform: translateY(0); }
.btn-pulse { animation-duration: 3s; }

/* 医師ページの写真プレースホルダ→実写真 */
.doctor-photo-img { display: block; padding: 0; overflow: hidden; }
.doctor-photo-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }

/* 見出しの字間（ブランド感のあるゴシック） */
h1, h2 { letter-spacing: 0.03em; }
.section-title-en { letter-spacing: 0.26em; }

/* ============================================================
   ▼▼▼ リファインレイヤー（rebornclinic-osaka.com 準拠の上質化） ▼▼▼
   ・見出し：Jost 400 の大きな英字＋小さな青い日本語ラベル
   ・ボタン：フラットな青／紺、角丸8px、光沢・グロー・パルス廃止
   ・カード：影を消し 1px の繊細な線に。余白と行間で品を出す
   ============================================================ */

/* ---------- トークン再調整 ---------- */
:root {
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 4px 16px rgba(13, 18, 48, 0.05);
  --shadow-lg: 0 12px 32px rgba(13, 18, 48, 0.08);
  --shadow-cta: none;
}

/* ---------- タイポグラフィ（reborn：600中心・字間広め） ---------- */
h1, h2, h3, h4 { font-weight: 600; letter-spacing: 0.06em; }
body { letter-spacing: 0.05em; }

/* 見出し：英字を主役に（Jost 400・大）、日本語は小さな青ラベルに */
.section-title-en {
  position: relative; z-index: 0;
  font-size: clamp(1.875rem, 1.35rem + 2.4vw, 2.75rem);
  font-weight: 400; letter-spacing: 0.1em; text-transform: none;
  color: var(--green-900); margin-bottom: 4px; line-height: 1.25;
}
.section-title-en::before {
  content: ""; position: absolute; z-index: -1;
  width: 58px; height: 58px; border-radius: 8px;
  background: #ccd5ea; opacity: 0.3;
  top: -14px; left: 50%; margin-left: -120px; transform: rotate(14deg);
}
.section-title {
  font-size: 0.9375rem; font-weight: 600; color: var(--green-500);
  letter-spacing: 0.16em; margin-bottom: 10px;
}
.section-title::after { display: none; }
.kindle-body .section-title-en::before { left: 10px; margin-left: 0; }

/* 統計見出しも同パターン */
.stats-head .en { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.5rem); font-weight: 400; letter-spacing: 0.1em; color: var(--green-900); }
.stats-head h2 { font-size: 0.9375rem; color: var(--green-500); letter-spacing: 0.16em; margin-top: 4px; }

/* ---------- ボタン：フラット＆静的（光沢・パルス廃止） ---------- */
.btn { border-radius: 8px; box-shadow: none !important; font-weight: 600; letter-spacing: 0.08em; }
.btn::after { display: none; }            /* 光沢スイープ廃止 */
.btn-pulse { animation: none; }           /* パルス廃止 */
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--green-500); }
.btn-gold:hover { background: var(--green-600); }
.btn-primary { background: var(--green-900); }
.btn-primary:hover { background: var(--green-700); box-shadow: none; }
.btn-outline { border-width: 1px; }
.btn-line { background: #06c755; }
.btn-yt { background: #b3261e; box-shadow: none; }
.btn-kindle { background: #9a7b33; box-shadow: none; color: #fff; }
.btn-kindle:hover { color: #fff; }
.header-reserve { border-radius: 6px; }

/* ---------- ヘッダー・お知らせ帯 ---------- */
.global-nav a { font-weight: 500; }
.promo-band { padding: 8px 16px; font-size: 0.8125rem; font-weight: 400; gap: 8px; }
.promo-band .tagmark { font-weight: 600; }
.scroll-progress { height: 2px; background: var(--green-500); box-shadow: none; }

/* ---------- ヒーロー：静かで余白のある構成 ---------- */
.hero-v2 {
  background: linear-gradient(165deg, #ffffff 0%, #fafbfd 55%, #f2f4f8 100%);
}
.hero-v2::before { display: none; }       /* ドット柄廃止 */
.hero-urgency {
  background: transparent; border: none; box-shadow: none; padding: 0;
  color: var(--green-600); font-weight: 600; letter-spacing: 0.08em;
}
.hero-urgency .dot { animation: none; box-shadow: none; width: 7px; height: 7px; }
.hero-v2 h1 { font-weight: 600; letter-spacing: 0.05em; line-height: 1.6; }
.marker { background: none; padding: 0; }
.hero-benefit { font-weight: 500; }
.hero-benefit .chk { background: #eef1f7; color: var(--green-600); box-shadow: none; }
.btn-cta-sub { font-weight: 400; opacity: 0.85; }
.hero-visual-img { border: none; border-radius: 12px; box-shadow: 0 14px 40px rgba(13, 18, 48, 0.10); }
.hero-chip { border-radius: 8px; box-shadow: 0 6px 20px rgba(13, 18, 48, 0.10); font-weight: 600; }
.hero-chip .n { font-family: var(--font-en); font-weight: 500; }

/* ---------- 統計：白ベースの静かな帯 ---------- */
.stats-band { background: #fff; color: var(--green-900); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-cell { background: none; border: none; border-radius: 0; padding: 18px 12px; }
.stats-grid { gap: 0; }
.stats-grid .stat-cell + .stat-cell { border-left: 1px solid var(--line); }
.stat-cell .num { color: var(--green-500); font-weight: 500; }
.stat-cell .num .unit { color: var(--ink-soft); }
.stat-cell .label { color: var(--ink-soft); }
@media (max-width: 760px) {
  .stats-grid { gap: 0; }
  .stats-grid .stat-cell:nth-child(odd) { border-left: none; }
  .stats-grid .stat-cell:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- カード類：影→1pxの線、余白で品を ---------- */
.card, .symptom-card, .feature-item, .voice-card, .faq-item, .bridge-col,
.definition-box, .price-table-wrap, .compare-table-wrap, .info-table, .hours-table,
.access-map, .doctor-card, .doctor-feature, .kindle-wrap, .yt-frame {
  box-shadow: none; border: 1px solid var(--line);
}
.card:hover { box-shadow: var(--shadow-lg); border-color: #ccd5ea; transform: translateY(-3px); }
.card-icon { width: auto; height: auto; background: none; border-radius: 0; margin-bottom: 14px; color: var(--green-500); }
.card-icon svg { width: 30px; height: 30px; }
.card h3, .symptom-card h3, .feature-item h3 { font-weight: 600; }
.sym-ic { background: #eef1f7; border-radius: 6px; }
.feature-num { color: var(--green-500); font-weight: 400; }
.summary-box { background: #f5f7fa; border: 1px solid var(--line); border-left: 3px solid var(--green-500); border-radius: 8px; }
.voice-card::before { color: #e6ebff; }
.authority-strip .aud { box-shadow: none; border: 1px solid var(--line); border-radius: 8px; font-weight: 500; }
.step-num { background: var(--green-500); box-shadow: none; }
.article h2 { background: #f5f7fa; border-left: 3px solid var(--green-500); font-weight: 600; }
.doctor-badge { background: var(--green-500); box-shadow: none; border-radius: 6px; }
.kindle-ribbon { background: #9a7b33; color: #fff; box-shadow: none; }
.kindle-cover img { transform: none; box-shadow: 0 10px 30px rgba(13, 18, 48, 0.12); }

/* ---------- 濃紺セクションのフラット化 ---------- */
.cta-section { background: var(--green-900); }
.page-hero { background: linear-gradient(160deg, var(--green-900), var(--green-800)); }
.hero { background: var(--green-900); }
.hero::before { display: none; }

/* ---------- 追随CTA・SPバー：フラットに ---------- */
.fab { border-radius: 8px; box-shadow: 0 8px 24px rgba(13, 18, 48, 0.16); font-weight: 600; }
.fab-reserve { background: var(--green-500); color: #fff; }
.fab-reserve:hover { background: var(--green-600); color: #fff; }
.sp-cta-reserve { background: var(--green-500); }
.sp-cta-tel { background: var(--green-900); }

/* ---------- フッター ---------- */
.footer-col h3 { font-family: var(--font-en); font-weight: 400; letter-spacing: 0.2em; color: #ccd5ea; }
.footer-brand .brand-sub { color: #ccd5ea; }

/* ============================================================
   ▼▼▼ ロゴ・タイポグラフィ最終調整（行間・余白のリズム） ▼▼▼
   ============================================================ */

/* ---------- ロゴ（添付ロゴ準拠：EN大＋日本語タグライン） ---------- */
.brand-logo-img { height: 42px; width: auto; display: block; }
.brand-logo-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-logo-en {
  font-family: var(--font-en); font-weight: 600; font-size: 1.3125rem;
  letter-spacing: 0.06em; color: var(--ink); white-space: nowrap;
}
.brand-logo-tag {
  font-size: 0.625rem; letter-spacing: 0.22em; color: var(--ink-soft);
  font-weight: 500; white-space: nowrap; margin-top: 2px;
}
.brand-logo-text.is-invert .brand-logo-en { color: #fff; }
.brand-logo-text.is-invert .brand-logo-tag { color: #ccd5ea; }
.site-footer .brand-logo-text { margin-bottom: 4px; }
@media (max-width: 1280px) { .site-header .brand-logo-tag { display: none; } }
@media (max-width: 560px) { .brand-logo-en { font-size: 1.125rem; } }

/* ---------- 見出しの行間・余白リズム ---------- */
h1, h2, h3, h4 { line-height: 1.45; }
section { padding: clamp(72px, 6vw + 40px, 120px) 0; }
.section-title-en { margin-bottom: 2px; line-height: 1.2; }
.section-title { margin-bottom: 0; }
.section-lead { max-width: 680px; margin: 20px auto 60px; line-height: 2; font-size: 0.9875rem; }

/* ---------- ヒーロー：締まった行間と余白 ---------- */
.hero-v2 { padding: clamp(48px, 5vw, 88px) 0 clamp(64px, 6vw, 104px); }
.hero-v2 h1 {
  font-size: clamp(1.625rem, 1.05rem + 2.5vw, 2.625rem);
  line-height: 1.5; letter-spacing: 0.04em; margin-bottom: 26px;
}
.hero-v2 h1 strong { color: var(--green-500); font-weight: inherit; }
.hero-urgency { margin-bottom: 24px; letter-spacing: 0.1em; font-size: 0.8125rem; }
.hero-v2 .hero-sub { line-height: 2.1; margin-bottom: 30px; }
.hero-benefits { gap: 13px; margin-bottom: 34px; }
.hero-benefit { font-size: 1rem; letter-spacing: 0.05em; }
.hero-cta-group { gap: 12px; margin-bottom: 20px; }
.hero-microcopy { gap: 14px 24px; letter-spacing: 0.06em; }

/* ---------- カード・本文の行間 ---------- */
.card p, .symptom-card, .feature-item p, .voice-card p { line-height: 1.9; }
.card h3 { line-height: 1.5; margin-bottom: 12px; }
.step-body p { line-height: 1.85; }
.summary-box li { line-height: 1.85; }

/* ---------- フッターの行間 ---------- */
.footer-brand p { line-height: 1.9; margin-top: 12px; }
.footer-col ul { gap: 12px; }
.hero-v2 h1 { word-break: auto-phrase; }

/* ============================================================
   ▼▼▼ LINE予約特化＆ラグジュアリー調整 ▼▼▼
   ============================================================ */

/* SP固定バー：LINE予約＋診療案内の2ボタン構成 */
.sp-cta-bar-2 { grid-template-columns: 1.7fr 1fr; }
.sp-cta-access { background: var(--green-900); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 0.8125rem; font-weight: 600; color: #fff; line-height: 1.3; }

/* ヘッダー：電話の代わりに控えめな受付時間表示 */
.header-hours { font-size: 0.6875rem; color: var(--ink-soft); letter-spacing: 0.06em; white-space: nowrap; }
@media (max-width: 1360px) { .header-hours { display: none; } }
.header-reserve.btn-line { border-radius: 6px; }

/* ---------- 高級ブランド調の文字色・質感 ---------- */
body { color: #21242e; }
h1, h2, h3, h4 { color: var(--green-900); }
.section-title-en { color: #1a2142; letter-spacing: 0.12em; }
.section-title { color: #6a7590; letter-spacing: 0.2em; font-weight: 500; }
.section-lead { color: #5a6172; }
.card p, .feature-item p, .voice-card p, .step-body p { color: #494f5e; }
.ink-strong, .article strong, .card h3 strong { color: var(--green-900); }
strong { color: inherit; }
em { color: var(--green-600); }

/* リンク・アクセントは深いネイビーで統一 */
a { color: var(--green-600); }
.card-link { color: var(--green-600); }

/* ボタン：ラグジュアリーな余白と字間 */
.btn { letter-spacing: 0.1em; font-weight: 500; }
.btn-lg { min-height: 62px; padding: 14px 48px; }
.btn-outline { border-color: #b9c0d2; color: var(--green-900); }
.btn-outline:hover { border-color: var(--green-600); background: #fafbfd; }

/* ヒーロー：静かなクリーム系の光を差す上質な背景 */
.hero-v2 {
  background:
    radial-gradient(ellipse 900px 500px at 100% 0%, rgba(204,213,234,.22), transparent 55%),
    linear-gradient(168deg, #ffffff 0%, #fafbfd 50%, #f3f5f9 100%);
}
.hero-v2 h1 strong { color: #46598f; }
.hero-urgency { color: #6a7590; }
.hero-urgency .dot { background: #46598f; }

/* 統計数値：落ち着いたネイビー */
.stat-cell .num { color: var(--green-900); }
.stat-cell .num .unit { color: #8b93a6; }
.stat-cell .label { color: #6a7590; font-size: 0.875rem; letter-spacing: 0.08em; }

/* 見出し装飾スクエア：より淡く上品に */
.section-title-en::before { opacity: 0.22; }

/* お知らせ帯：漆黒に近い紺＋シルバー文字 */
.promo-band { background: #0a0e24; color: rgba(255,255,255,.85); letter-spacing: 0.06em; }
.promo-band a { color: #c9d4ea; }

/* フッター：漆黒紺で締める */
.site-footer { background: #0a0e24; }

/* FAB：単一のLINEボタン */
.fab-line { padding: 15px 26px 15px 20px; font-size: 1rem; letter-spacing: 0.08em; }

/* ============================================================
   ▼▼▼ 院内CPC（実写ギャラリー・クリーン版） ▼▼▼
   明るく落ち着いた、実在施設らしい信頼感。30〜60代向け。
   ============================================================ */
.cpc-clean { background: #fff; }
.cpc-clean-head { text-align: center; max-width: 760px; margin: 0 auto clamp(44px, 5vw, 68px); }

/* 主役：大きな実写＋説明 */
.cpc-feature {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 64px);
  align-items: center; margin-bottom: clamp(40px, 5vw, 72px);
}
.cpc-feature-photo { margin: 0; border-radius: 12px; overflow: hidden; }
.cpc-feature-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; display: block; }
.cpc-feature-text h3 {
  font-size: clamp(1.375rem, 1.1rem + 1.1vw, 1.75rem); line-height: 1.55;
  color: var(--green-900); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 20px;
}
.cpc-feature-text p { color: #4c5261; line-height: 2.05; margin-bottom: 26px; }
.cpc-points { display: grid; gap: 14px; }
.cpc-points li { position: relative; padding-left: 34px; color: var(--green-900); font-weight: 500; letter-spacing: 0.03em; }
.cpc-points li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-050); 
}
.cpc-points li::after {
  content: ""; position: absolute; left: 7px; top: 9px; width: 8px; height: 5px;
  border-left: 1.8px solid var(--green-600); border-bottom: 1.8px solid var(--green-600);
  transform: rotate(-45deg);
}
@media (max-width: 860px) { .cpc-feature { grid-template-columns: 1fr; } .cpc-feature-photo img { aspect-ratio: 16/10; } }

/* 3枚ギャラリー */
.cpc-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.cpc-shot { margin: 0; }
.cpc-shot img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; display: block;
  transition: transform 0.5s ease;
}
.cpc-shot { overflow: hidden; border-radius: 10px; }
.cpc-shot:hover img { transform: scale(1.04); }
.cpc-shot figcaption {
  margin-top: 14px; font-size: 0.9375rem; font-weight: 600; color: var(--green-900);
  letter-spacing: 0.04em; display: flex; align-items: baseline; gap: 10px;
}
.cpc-cap-no { font-family: var(--font-en); font-weight: 500; font-size: 0.8125rem; color: var(--green-500); letter-spacing: 0.1em; }
@media (max-width: 700px) { .cpc-gallery { grid-template-columns: 1fr; gap: 22px; } .cpc-shot img { aspect-ratio: 16/10; } }

/* ============================================================
   ▼▼▼ 可読性の最終最適化（日本語主役・UDフォント・字間適正化） ▼▼▼
   30〜60代の日本人が読みやすいことを最優先。
   ・BIZ UDPGothic（ユニバーサルデザイン書体）を本文に採用
   ・英語見出しは「小さな飾りラベル」に戻し、日本語見出しを主役の大文字に
   ・広すぎた字間を詰めて読みやすく
   ============================================================ */

:root {
  --font-gothic: "BIZ UDPGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
                 "Hiragino Sans", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* 字間を全体的に適正化（読みやすさ優先） */
body { letter-spacing: 0.01em; }
h1, h2, h3, h4 { letter-spacing: 0.02em; }

/* 英語ラベルは小さな飾りに戻す */
.section-title-en {
  position: relative; z-index: auto;
  font-family: var(--font-en);
  font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.16em;
  color: var(--green-500); text-transform: uppercase;
  margin-bottom: 12px; line-height: 1.4;
}
.section-title-en::before { display: none; }   /* 装飾スクエア廃止 */

/* 日本語見出しを主役の大きな文字に */
.section-title {
  font-family: var(--font-gothic);
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.125rem);
  font-weight: 700; color: var(--green-900);
  letter-spacing: 0.04em; line-height: 1.5; margin-bottom: 0;
}
.section-lead { margin-top: 18px; }

/* 統計セクションも日本語を主役に */
.stats-head .en {
  font-family: var(--font-en); font-size: 0.8125rem; font-weight: 600;
  letter-spacing: 0.16em; color: var(--green-500);
}
.stats-head h2 {
  font-size: clamp(1.375rem, 1.1rem + 1.2vw, 1.875rem); font-weight: 700;
  color: var(--green-900); letter-spacing: 0.04em; margin-top: 8px;
}

/* CPC見出しも同様（日本語主役） */
.cpc-clean-head .section-title { font-size: clamp(1.625rem, 1.25rem + 1.6vw, 2.25rem); }

/* 本文・リード・ボタンの字間を詰める */
.section-lead { letter-spacing: 0.02em; }
.btn { letter-spacing: 0.04em; }
.global-nav a { letter-spacing: 0.02em; }
.hero-v2 h1 { letter-spacing: 0.02em; }
.hero-benefit, .hero-microcopy, .cpc-points li { letter-spacing: 0.01em; }

/* ページ下層見出し（page-hero）も日本語主役のまま読みやすく */
.page-hero-en { font-family: var(--font-en); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.16em; }
.page-hero h1 { letter-spacing: 0.03em; }

/* 見出しの太字がUDフォントで細く見えないように */
h1, h2, h3, .section-title, .stats-head h2, .cpc-feature-text h3 { font-weight: 700; }

/* ============================================================
   ▼▼▼ コラム／記事（ブログ） ▼▼▼
   ============================================================ */
/* 記事カード一覧 */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .post-grid { grid-template-columns: 1fr; } }

.post-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  color: inherit; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #ccd5ea; opacity: 1; }
.post-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--green-050); }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-thumb-ph { position: absolute; inset: 0; display: grid; place-content: center; color: var(--green-500); font-weight: 700; letter-spacing: 0.1em; }
.post-type {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; color: #fff;
  padding: 4px 12px; border-radius: 6px;
}
.post-type-seo { background: var(--green-600); }
.post-type-column { background: #6a7590; }
.post-type-youtube { background: #b3261e; }

.post-body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 0.8125rem; }
.post-cat { color: var(--green-600); font-weight: 700; }
.post-meta time { color: var(--ink-soft); font-family: var(--font-en); letter-spacing: 0.04em; }
.post-title { font-size: 1.0625rem; font-weight: 700; color: var(--green-900); line-height: 1.6; margin-bottom: 10px; }
.post-excerpt { font-size: 0.875rem; color: #4c5261; line-height: 1.85; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* 記事詳細：ヒーローのメタ情報 */
.post-hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; font-size: 0.875rem; }
.post-hero-meta .post-cat { color: #c9d4ea; }
.post-hero-meta time { color: rgba(255,255,255,.75); font-family: var(--font-en); letter-spacing: 0.05em; }

/* 記事本文：動画埋め込み */
.post-video { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); margin-bottom: 32px; background: #000; }
.post-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* 記事本文：関連リンク */
.post-related { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.post-related h2 { margin-top: 0; }

/* ============================================================
   ▼▼▼ 最終修正レイヤー（可読性 / ヘッダー / SPメニュー / 追随バナー / 動き / 余白）
   ・濃色セクションの見出しが背景に埋もれる不具合を修正（白文字化）
   ・ヘッダーCTAをSPでも表示（コンパクト）＋文字あふれ防止＋スクロール縮小
   ・SPメニュー（ハンバーガー）のオーバーレイ不具合を全画面表示に修正
   ・スクロール演出の追加（ヘッダー影・stagger・ヒーロー入場/パララックス）
   ・写真未設定でも上質に見えるブランド調プレースホルダ
   ・余白リズムの上質化
   ============================================================ */

/* ---------- 1. 濃色セクションの見出し可読性（白文字） ---------- */
.page-hero h1, .page-hero h2, .page-hero h3,
.cta-section h1, .cta-section h2, .cta-section h3,
.cta-section .section-title, .page-hero .section-title,
.hero h1, .hero h2 { color: #ffffff; }
.page-hero-en, .cta-section .section-title-en, .page-hero .section-title-en { color: #c9d4ea; }
.cta-section p, .page-hero p { color: rgba(255,255,255,0.9); }

/* ---------- 2. ヘッダー：あふれ防止 / SP CTA表示 / スクロール縮小 ---------- */
.site-header {
  backdrop-filter: none;            /* fixedオーバーレイの座標を狂わせる包含ブロックを解除 */
  background: rgba(255,255,255,0.97);
  transition: box-shadow .3s ease, background .3s ease;
}
/* スクロール後はすりガラス調の半透明に（背景がうっすら透ける） */
.site-header.is-scrolled {
  box-shadow: 0 6px 22px rgba(13,18,48,0.10);
  background: rgba(255,255,255,0.72);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
}
/* backdrop-filter 非対応環境では可読性のため不透明寄りに */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled { background: rgba(255,255,255,0.96); }
}
.header-inner { width: min(1400px, 96%); gap: 14px; }
.brand, .brand-logo-text { min-width: 0; }
/* デスクトップ：10項目のナビ＋ブランド＋CTAが収まるよう字間/間隔を最適化 */
@media (min-width: 1201px) {
  .header-inner { width: min(1460px, 97%); gap: 12px; }
  .global-nav ul { gap: clamp(5px, 0.55vw, 13px); }
  .global-nav a { font-size: 0.78rem; padding: 8px 1px; letter-spacing: 0.005em; }
  .header-actions { gap: 10px; }
}
@media (min-width: 1201px) and (max-width: 1380px) {
  .global-nav a { font-size: 0.7375rem; }
  .global-nav ul { gap: clamp(4px, 0.4vw, 10px); }
}
.header-reserve { display: inline-flex; align-items: center; gap: 8px; }
.header-reserve .hr-ic { display: inline-flex; }
.header-reserve .hr-ic svg { width: 18px; height: 18px; }
.header-reserve .hr-ar { opacity: .75; }
/* SPでもヘッダーCTAを出す（下部固定バーとは別に、常時LINE導線を確保） */
@media (max-width: 900px) {
  .header-reserve .hr-tx { display: none; }
}
/* タブレット幅：文言つきのコンパクトCTA */
@media (min-width: 769px) and (max-width: 900px) {
  .header-reserve { min-height: 44px; padding: 9px 16px; font-size: .9375rem; }
  .header-reserve .hr-tx { display: inline; }
}
/* SP：アイコンのみの円形LINEボタン（確実に収まる） */
@media (max-width: 768px) {
  .header-reserve {
    display: inline-flex; width: 44px; height: 44px; min-height: 44px;
    padding: 0; border-radius: 50%; gap: 0; flex-shrink: 0;
  }
  .header-reserve .hr-tx, .header-reserve .hr-ar { display: none; }
  .header-reserve .hr-ic svg { width: 20px; height: 20px; }
}
@media (max-width: 400px) {
  .brand-logo-en { font-size: 1rem; letter-spacing: .03em; }
  .header-inner { gap: 8px; }
}

/* ---------- 3. SPメニュー：全画面オーバーレイに修正 ---------- */
@media (max-width: 1200px) {
  .global-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: auto;
    width: 100%; height: 100vh; height: 100dvh;
    display: block; place-content: unset;
    padding: calc(var(--header-h) + 28px) 22px 48px;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    background: linear-gradient(165deg, #0d1230 0%, #1d2752 100%);
  }
  .global-nav ul { flex-direction: column; align-items: stretch; gap: 0; max-width: 440px; margin: 0 auto; }
  .global-nav li { border-bottom: 1px solid rgba(255,255,255,0.10); width: 100%; }
  .global-nav a {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 17px 6px; font-size: 1.0625rem; color: #ffffff; letter-spacing: .04em;
  }
  .global-nav a::after {
    content: "›"; position: static; left: auto; right: auto; bottom: auto;
    width: auto; height: auto; transform: none; background: none;
    color: rgba(201,212,234,0.6); font-size: 1.25rem; font-weight: 400;
  }
  .global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: none; }
  .global-nav a[aria-current="page"] { color: #c9d4ea; }
}
/* オーバーレイ表示中はハンバーガー（×）を白く */
.nav-open .nav-toggle span { background: #ffffff; }
/* SPメニュー展開中は backdrop-filter を必ず解除（固定オーバーレイの座標トラップ防止） */
.nav-open .site-header { background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }

/* ---------- 4. スクロール演出 ---------- */
.js .fade-in { transition-delay: var(--rev-delay, 0s); }
.hero-visual { will-change: transform; }
.hero-visual, .hero-chip { transition: transform .15s ease-out; }
@media (prefers-reduced-motion: no-preference) {
  .js .hero-copy > * { animation: heroIn .7s cubic-bezier(.2,.7,.2,1) both; }
  .js .hero-copy > *:nth-child(1) { animation-delay: .04s; }
  .js .hero-copy > *:nth-child(2) { animation-delay: .12s; }
  .js .hero-copy > *:nth-child(3) { animation-delay: .20s; }
  .js .hero-copy > *:nth-child(4) { animation-delay: .28s; }
  .js .hero-copy > *:nth-child(5) { animation-delay: .36s; }
  .js .hero-copy > *:nth-child(6) { animation-delay: .44s; }
  .js .hero-visual { animation: heroVisIn 1s cubic-bezier(.2,.7,.2,1) both; animation-delay: .18s; }
  @keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes heroVisIn { from { opacity: 0; transform: translateY(28px) scale(.98); } to { opacity: 1; transform: none; } }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual, .hero-chip { transform: none !important; }
}

/* ---------- 5. 画像プレースホルダ（写真未設定でも上質に） ---------- */
.media-ph {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(ellipse 120% 100% at 82% -10%, rgba(70,89,143,0.16), transparent 60%),
    linear-gradient(152deg, #eef1f7 0%, #e4e9f3 55%, #d8dfed 100%);
}
.media-ph::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(rgba(13,18,48,0.06) 1px, transparent 1px); background-size: 20px 20px;
}
.media-ph::after {
  content: "GRACE EARTH CLINIC"; position: absolute; bottom: 13px; left: 0; right: 0;
  text-align: center; font-family: var(--font-en); font-size: .625rem;
  letter-spacing: .24em; color: rgba(38,53,105,0.42);
}
.media-ph img { display: none !important; }
.media-ph-label {
  position: relative; z-index: 1; max-width: 84%; text-align: center;
  color: var(--green-700); font-weight: 700; font-size: .9375rem; letter-spacing: .03em;
  line-height: 1.65; padding: 10px 14px;
}
.media-ph-label::before {
  content: ""; display: block; width: 46px; height: 46px; margin: 0 auto 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2332447e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2.5'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.6'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .65;
}
.hero-visual-img.media-ph { min-height: 320px; }
.cpc-feature-photo.media-ph, .cpc-shot.media-ph, .post-thumb.media-ph { min-height: 180px; }
.doctor-feature-photo.media-ph, .doctor-photo-img.media-ph { min-height: 300px; }
.kindle-cover.media-ph { min-height: 300px; }

/* ---------- 6. 余白リズム / 上質化 ---------- */
section { padding: clamp(58px, 5vw + 30px, 100px) 0; }
.section-lead { margin: 16px auto 48px; }
.hero-v2 { padding: clamp(44px, 5vw, 80px) 0 clamp(56px, 6vw, 92px); }
.cpc-feature { align-items: stretch; }
.cpc-feature-photo { align-self: stretch; }
/* ヒーロー右ビジュアルの存在感（写真/プレースホルダ共通） */
.hero-visual-img { aspect-ratio: 4 / 4.2; }
@media (max-width: 900px) { .hero-visual-img { aspect-ratio: 16 / 10; } }

/* ---------- 7. ボタンの視認性（LINEボタンのアイコン整列） ---------- */
.btn-line .hr-ic svg, .fab-line .fab-ic svg { color: #fff; }

/* ============================================================
   ▼▼▼ 改善レイヤー2（ヘッダー2段化 / 信頼体制 / 要点 / 対応施術 /
        当院のお約束 / フッター圧縮）
   ============================================================ */

/* ---------- ヘッダー：デスクトップは2段組でナビを収める ---------- */
@media (min-width: 1201px) {
  .site-header { height: auto; }
  .header-inner { flex-wrap: wrap; row-gap: 6px; padding: 12px 0; align-items: center; }
  .brand { order: 1; }
  .header-actions { order: 2; margin-left: auto; }
  .global-nav { order: 3; flex-basis: 100%; }
  .global-nav ul { justify-content: center; gap: clamp(14px, 1.9vw, 36px); }
  .global-nav a { font-size: 0.9375rem; padding: 6px 2px; letter-spacing: 0.02em; }
  .global-nav a::after { bottom: -1px; }
  html { scroll-padding-top: 150px; }
}
/* 2段ヘッダー下の区切り線（ナビ行を上品に見せる） */
@media (min-width: 1201px) {
  .global-nav { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 4px; }
}

/* ---------- 信頼体制（authority を刷新：円アイコンのカード） ---------- */
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .assurance-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 520px) { .assurance-grid { grid-template-columns: 1fr; } }
.assurance-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 30px 22px; text-align: center; box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.assurance-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #ccd5ea; }
.assurance-ic {
  width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-content: center; color: #fff;
  background: linear-gradient(140deg, var(--green-600), var(--green-900));
  box-shadow: 0 8px 20px rgba(38,53,105,.25);
}
.assurance-ic svg { width: 26px; height: 26px; }
.assurance-card .t { font-weight: 700; color: var(--green-900); font-size: 1.0625rem; line-height: 1.5; }
.assurance-card .d { margin-top: 8px; font-size: .8125rem; color: var(--ink-soft); line-height: 1.7; }

/* ---------- 当院の要点（summary を刷新：ヘッダー付きパネル） ---------- */
.overview { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden; }
.overview-head {
  background: linear-gradient(135deg, var(--green-800), var(--green-900));
  color: #fff; padding: 24px 32px;
}
.overview-head .oe { display: block; font-family: var(--font-en); font-size: .75rem; letter-spacing: .2em; color: #c9d4ea; margin-bottom: 6px; }
.overview-head h2 { color: #fff; font-size: 1.3125rem; margin: 0; letter-spacing: .04em; }
.overview-list { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 720px) { .overview-list { grid-template-columns: 1fr; } }
.overview-item { display: flex; gap: 16px; padding: 24px 32px; border-top: 1px solid var(--line); }
.overview-list .overview-item:nth-child(odd) { border-right: 1px solid var(--line); }
@media (max-width: 720px) { .overview-list .overview-item:nth-child(odd) { border-right: none; } }
.overview-ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-content: center; background: var(--green-050); color: var(--green-600); }
.overview-ic svg { width: 24px; height: 24px; }
.overview-term { font-weight: 700; color: var(--green-900); font-size: .9375rem; margin-bottom: 4px; letter-spacing: .02em; }
.overview-desc { font-size: .9375rem; color: var(--ink-soft); line-height: 1.8; }
.overview-desc strong { color: var(--green-800); }

/* ---------- 対応施術一覧（テーブル） ---------- */
.tx-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); background: #fff; }
.tx-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.tx-table thead th {
  background: linear-gradient(135deg, var(--green-700), var(--green-900)); color: #fff;
  font-size: .875rem; font-weight: 600; letter-spacing: .06em; padding: 16px 22px; text-align: left;
}
.tx-table td, .tx-table tbody th { padding: 20px 22px; border-top: 1px solid var(--line); font-size: .9375rem; vertical-align: top; text-align: left; }
.tx-table tbody th { color: var(--green-900); font-weight: 700; width: 230px; }
.tx-name-sub { display: block; font-size: .8125rem; color: var(--ink-soft); font-weight: 500; margin-top: 4px; line-height: 1.6; }
.tx-method { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.tx-tag { background: var(--green-050); color: var(--green-700); border: 1px solid var(--green-100); border-radius: 999px; padding: 3px 12px; font-size: .8125rem; font-weight: 600; }
.tx-price { font-weight: 700; color: var(--green-800); white-space: nowrap; }
.tx-note { font-size: .8125rem; color: var(--ink-soft); margin-top: 16px; padding-left: 1.2em; position: relative; }
.tx-note::before { content: "※"; position: absolute; left: 0; }

/* ---------- 当院のお約束（Voice の代替・広告規制準拠） ---------- */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 820px) { .promise-grid { grid-template-columns: 1fr; } }
.promise-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.promise-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.promise-no { font-family: var(--font-en); font-size: .75rem; letter-spacing: .22em; color: var(--green-500); font-weight: 600; }
.promise-card h3 { font-size: 1.1875rem; color: var(--green-900); margin: 10px 0 12px; line-height: 1.5; }
.promise-card p { color: var(--ink-soft); font-size: .9375rem; line-height: 1.9; }
.promise-ic { position: absolute; top: 30px; right: 28px; width: 42px; height: 42px; border-radius: 12px; background: var(--green-050); color: var(--green-600); display: grid; place-content: center; }
.promise-ic svg { width: 22px; height: 22px; }

/* ---------- フッター：縦を圧縮（SPは2列に） ---------- */
.site-footer { padding-top: 48px; }
.footer-grid { gap: 32px; padding-bottom: 32px; }
.footer-brand p { line-height: 1.8; }
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col ul { gap: 9px; }
  .footer-col h3 { margin-bottom: 12px; }
}
.footer-legal { padding-top: 18px; }
@media (min-width: 861px) { .footer-legal { padding-bottom: 20px; } }

/* ============================================================
   ▼▼▼ 改善レイヤー3（H1可読性の確実化 / 背景画像 / セクション調整）
   ============================================================ */

/* --- 濃色ヒーロー・CTAの見出しは常に白（!important で確実に可視化） --- */
.page-hero h1, .page-hero h2, .page-hero h3,
.cta-section h1, .cta-section h2, .cta-section h3,
.hero h1, .hero h2 { color: #ffffff !important; }
.page-hero-en, .cta-section .section-title-en { color: #c9d4ea !important; }
.page-hero p, .cta-section p { color: rgba(255,255,255,0.9) !important; }

/* --- page-hero に背景写真を敷く場合（暗いオーバーレイで文字を守る） --- */
.page-hero { position: relative; }
.page-hero.has-photo { background-size: cover !important; background-position: center !important; }
.page-hero.has-photo::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(150deg, rgba(13,18,48,0.86), rgba(20,27,63,0.80));
}
.page-hero > .container { position: relative; z-index: 1; }

/* --- ヒーロー（トップ）にも背景写真オプション --- */
.hero-v2.has-photo { background-size: cover !important; background-position: center !important; }
.hero-v2.has-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.92), rgba(255,255,255,0.70));
}
.hero-v2.has-photo .hero-grid { position: relative; z-index: 1; }

/* ---------- 用語集（glossary） ---------- */
.glossary-list { display: grid; gap: 14px; margin: 8px 0 8px; }
.glossary-item { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green-500); border-radius: 10px; padding: 20px 24px; box-shadow: var(--shadow); }
.glossary-item dt { font-weight: 700; color: var(--green-900); font-size: 1.0625rem; margin-bottom: 8px; letter-spacing: .02em; }
.glossary-item dd { color: var(--ink-soft); font-size: .9375rem; line-height: 1.9; margin: 0; }

/* ---------- フッター：4カラム（ブランド＋Treatment＋Clinic＋Contact） ---------- */
.footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px 16px; } }

/* ---------- フッター下部の小リンク（詳細ページ集約） ---------- */
.footer-sublinks { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; border-top: 1px solid rgba(255,255,255,0.15); padding: 20px 0 4px; }
.footer-sublinks a { color: rgba(255,255,255,0.65); font-size: 0.8125rem; }
.footer-sublinks a:hover { color: #fff; }

/* ---------- クリック可能な投与方法タグ ---------- */
a.tx-tag { transition: background .2s ease, border-color .2s ease, color .2s ease; }
a.tx-tag:hover { background: var(--green-100); border-color: var(--green-500); color: var(--green-800); opacity: 1; }

/* ============================================================
   ▼▼▼ 改善レイヤー4：プロ品質の見出し・タイポグラフィ・余白
   （箱の中の箱を解消し、上質な editorial 見出しに）
   ============================================================ */

/* --- 記事見出し：塗り箱をやめ、下線アクセントの上質な見出しに --- */
.article h2 {
  background: none !important; border-left: none !important; border-radius: 0 !important;
  padding: 0 0 14px !important; margin: 60px 0 22px;
  font-size: clamp(1.375rem, 1.15rem + 1vw, 1.75rem); font-weight: 700; color: var(--green-900);
  letter-spacing: 0.02em; line-height: 1.4; position: relative;
  border-bottom: 1px solid var(--line);
}
.article h2::after {
  content: ""; position: absolute; left: 0; bottom: -1px; width: 60px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--green-600), var(--green-500));
}
.article h2:first-child { margin-top: 0; }
.article h3 {
  font-size: 1.25rem; font-weight: 700; color: var(--green-800); margin: 40px 0 14px;
  padding-left: 16px; border-bottom: none; position: relative; line-height: 1.5;
}
.article h3::before {
  content: ""; position: absolute; left: 0; top: 0.15em; bottom: 0.15em; width: 4px; border-radius: 2px;
  background: linear-gradient(var(--green-500), var(--green-700));
}

/* --- ボックス内の見出しは「箱の中の箱」を避けてクリーンに --- */
.summary-box h2, .summary-box h3,
.notice-box h3,
.definition-box h2, .definition-box h3 {
  background: none !important; border-left: none !important; border-bottom: none !important;
  padding: 0 !important; border-radius: 0 !important; margin: 0 0 16px !important;
}
.summary-box h2, .summary-box h3 {
  display: flex; align-items: center; gap: 12px;
  font-size: 1.1875rem; font-weight: 700; color: var(--green-900); letter-spacing: 0.02em;
}
.summary-box h2::before, .summary-box h3::before {
  content: ""; flex-shrink: 0; width: 6px; height: 20px; border-radius: 3px;
  background: linear-gradient(var(--green-500), var(--green-700));
}
.summary-box h2::after, .summary-box h3::after { display: none; }
/* 要点ボックス自体は左ボーダーを外し、面で見せる（バーの重複を解消） */
.summary-box { border-left: 1px solid var(--line) !important; padding: 30px 34px; }
.definition-box h2, .definition-box h3 { font-size: 1.375rem; color: var(--green-900); }
.definition-box h2::before, .definition-box h3::before {
  content: ""; display: inline-block; width: 6px; height: 20px; border-radius: 3px; margin-right: 12px;
  background: linear-gradient(var(--green-500), var(--green-700)); vertical-align: -3px;
}
.notice-box h3 { color: var(--green-900); font-size: 1.0625rem; }

/* ============================================================
   ▼▼▼ 改善レイヤー5：サイト幅 / 画像フローティングCTA / スクロール誘導
   ============================================================ */

/* --- サイト最大幅（config.theme.siteWidth で変更可） --- */
:root { --container-max: 1120px; }
.container { width: min(var(--container-max), 92%); }

/* --- 画像フローティングCTA --- */
.fab-image { padding: 0; background: none !important; box-shadow: none !important; border-radius: 16px; }
.fab-image img { display: block; height: 68px; width: auto; max-width: 220px; border-radius: 16px; box-shadow: var(--shadow-float); transition: transform .25s ease; }
.fab-image:hover img { transform: translateY(-3px) scale(1.03); }

/* --- ヒーローのスクロール誘導（下向きに促す） --- */
.scroll-cue {
  position: absolute; left: 22px; bottom: 24px; transform: none;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--font-en); font-size: .625rem; letter-spacing: .28em; color: var(--green-500);
  opacity: .85; z-index: 4; pointer-events: none;
}
.scroll-cue > span:first-child { writing-mode: vertical-rl; text-orientation: mixed; }
.scroll-cue .line { width: 1px; height: 44px; background: linear-gradient(var(--green-500), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after { content: ""; position: absolute; left: 0; top: -34px; width: 1px; height: 34px; background: linear-gradient(transparent, var(--green-700)); animation: scrollCue 1.8s ease-in-out infinite; }
@keyframes scrollCue { 0% { top: -34px; } 60%,100% { top: 34px; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue .line::after { animation: none; } }
@media (max-width: 900px) { .scroll-cue { display: none; } }

/* --- カード出現をより滑らかに（微スケール） --- */
.js .card.fade-in, .js .assurance-card.fade-in, .js .promise-card.fade-in, .js .post-card.fade-in { transform: translateY(26px) scale(.985); }
.js .card.fade-in.is-visible, .js .assurance-card.fade-in.is-visible, .js .promise-card.fade-in.is-visible, .js .post-card.fade-in.is-visible { transform: none; }

/* --- セクション見出しの登場（英語ラベル→日本語） --- */
.js .section-title-en.fade-in, .js .section-title.fade-in { transform: translateY(14px); }

/* ---------- 症例解説カードのタグ ---------- */
.case-tag { display: inline-block; align-self: flex-start; background: var(--green-050); color: var(--green-700); border: 1px solid var(--green-100); border-radius: 999px; padding: 4px 14px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 14px; }
.card .case-tag { margin-bottom: 14px; }

/* ============================================================
   ▼▼▼ 改善レイヤー6：要点の見出し拡大 / 表の横スクロール可視化
   ============================================================ */

/* --- 要点パネルの項目見出しを少し大きく --- */
.overview-term { font-size: 1.0625rem !important; letter-spacing: 0.03em; margin-bottom: 6px; }
.overview-desc { font-size: 0.9375rem; }
@media (min-width: 721px) { .overview-term { font-size: 1.125rem !important; } }

/* --- 横スクロールする表：端の影で「まだ続く」ことを示す（CSSのみ） --- */
.tx-table-wrap, .price-table-wrap, .compare-table-wrap {
  background:
    linear-gradient(90deg, #ffffff 30%, rgba(255,255,255,0)) left center / 32px 100% no-repeat local,
    linear-gradient(90deg, rgba(255,255,255,0), #ffffff 70%) right center / 32px 100% no-repeat local,
    radial-gradient(farthest-side at 0 50%, rgba(13,18,48,0.16), rgba(13,18,48,0)) left center / 16px 100% no-repeat scroll,
    radial-gradient(farthest-side at 100% 50%, rgba(13,18,48,0.16), rgba(13,18,48,0)) right center / 16px 100% no-repeat scroll,
    #ffffff;
}
/* スワイプ案内（SPのみ・スクロール可能な表の上に表示） */
.table-scroll-hint { display: none; }
@media (max-width: 700px) {
  .table-scroll-hint {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 0.8125rem; font-weight: 600; color: var(--green-600);
    background: var(--green-050); border: 1px solid var(--green-100); border-radius: 999px;
    padding: 7px 14px; margin: 0 0 12px; width: fit-content;
  }
  .table-scroll-hint svg { width: 16px; height: 16px; }
}

/* ============================================================
   ▼▼▼ 改善レイヤー7：斜めヒーロー / 医師の想い（画像が境界を跨ぐ）/ お悩み画像カード
   ============================================================ */

/* --- (A) ヒーロー下端を斜めにカット（デザイン性） --- */
.page-hero { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 38px)); }
@media (max-width: 640px) { .page-hero { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 22px)); } }
/* トップのメインビジュアルにも軽い斜めのアクセント（下境界） */
.hero-v2 { position: relative; }
.hero-v2::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 46px; z-index: 1;
  background: #ffffff; clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media (max-width: 640px) { .hero-v2::after { height: 26px; } }

/* --- (B) 医師の想い：写真がセクション境界を跨ぐ --- */
.doctor-vision {
  position: relative; color: #fff; overflow: visible;
  background:
    radial-gradient(ellipse 800px 500px at 90% 10%, rgba(50,68,126,0.35), transparent 60%),
    linear-gradient(160deg, var(--green-900), var(--green-800));
  padding: clamp(64px, 7vw, 104px) 0;
}
.doctor-vision-grid { display: grid; grid-template-columns: 360px 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.doctor-vision-photo { position: relative; margin: -70px 0; align-self: center; }
.doctor-vision-photo img {
  width: 100%; aspect-ratio: 3 / 3.9; object-fit: cover; border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45); display: block;
}
.doctor-vision-badge {
  position: absolute; left: -12px; bottom: 24px; background: #fff; color: var(--green-900);
  border-radius: 12px; padding: 12px 18px; box-shadow: var(--shadow-lg); font-weight: 700; line-height: 1.4;
}
.doctor-vision-badge small { display: block; font-size: 0.6875rem; color: var(--gold-600); letter-spacing: 0.08em; font-weight: 700; margin-bottom: 2px; }
.doctor-vision-body .section-title-en { text-align: left; color: #c9d4ea; }
.doctor-vision-body h2 { color: #fff; font-size: clamp(1.5rem, 1.2rem + 1.7vw, 2.375rem); line-height: 1.5; letter-spacing: 0.03em; margin: 6px 0 22px; }
.doctor-vision-body p { color: rgba(255,255,255,0.9); line-height: 2.05; }
.doctor-vision-body p + p { margin-top: 16px; }
.doctor-vision-sign { margin-top: 26px; display: flex; align-items: baseline; gap: 14px; }
.doctor-vision-sign .role { font-size: 0.8125rem; color: #c9d4ea; letter-spacing: 0.08em; }
.doctor-vision-sign .name { font-size: 1.375rem; font-weight: 700; color: #fff; letter-spacing: 0.06em; }
.doctor-vision-sign .name small { font-size: 0.8125rem; color: rgba(255,255,255,0.6); font-weight: 500; margin-left: 8px; }
@media (max-width: 820px) {
  .doctor-vision-grid { grid-template-columns: 1fr; }
  .doctor-vision-photo { margin: -110px auto 8px; max-width: 300px; }
  .doctor-vision-body .section-title-en { text-align: left; }
}

/* --- (C) お悩み選択：疾患イメージ画像付きカード --- */
.worry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
@media (max-width: 900px) { .worry-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .worry-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.worry-card {
  position: relative; display: block; border-radius: 16px; overflow: hidden; color: #fff;
  aspect-ratio: 4 / 3.4; box-shadow: var(--shadow); border: 1px solid var(--line);
  transition: transform .28s ease, box-shadow .28s ease;
}
.worry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); opacity: 1; }
.worry-card .worry-media { position: absolute; inset: 0; }
.worry-card .worry-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.worry-card:hover .worry-media img { transform: scale(1.06); }
.worry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,18,48,0.82) 8%, rgba(13,18,48,0.28) 55%, rgba(13,18,48,0.12)); }
.worry-card .worry-label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 16px 16px 15px; }
.worry-card .worry-en { display: block; font-family: var(--font-en); font-size: 0.625rem; letter-spacing: 0.18em; color: rgba(255,255,255,0.75); margin-bottom: 3px; }
.worry-card .worry-ja { font-size: 1.0625rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.4; }
.worry-card .worry-go { position: absolute; top: 12px; right: 12px; z-index: 1; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.22); backdrop-filter: blur(4px); display: grid; place-content: center; }
.worry-card .worry-go svg { width: 15px; height: 15px; color: #fff; }
/* 画像未設定時はブランド調プレースホルダ（media-ph）が worry-media に適用される */
.worry-card .worry-media.media-ph { min-height: 100%; }

/* お悩みカード：写真未設定時はプレースホルダのラベルを隠す（下部ラベルで表示済み） */
.worry-media.media-ph .media-ph-label { display: none; }
.worry-media.media-ph::after { content: none; }

/* --- ヒーロー：3枚クロスフェードのスライドショー --- */
.hero-slides { position: absolute; inset: 0; }
.hero-slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.hero-slides img.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-slides img { transition: none; } }

/* ============================================================
   ▼▼▼ 改善レイヤー8：追随CTAのサイズ / セクション背景トーン（白・暗）
   ============================================================ */

/* --- 追随CTA（フローティング）のサイズ --- */
.fab-stack.size-sm .fab { padding: 10px 18px 10px 15px; font-size: 0.8125rem; }
.fab-stack.size-sm .fab .fab-ic svg { width: 16px; height: 16px; }
.fab-stack.size-sm .fab-image img { height: 52px; }
.fab-stack.size-lg .fab { padding: 18px 32px 18px 26px; font-size: 1.1875rem; }
.fab-stack.size-lg .fab .fab-ic svg { width: 23px; height: 23px; }
.fab-stack.size-lg .fab-image img { height: 88px; }
/* SP下部固定バーのサイズ */
.sp-cta-bar.size-sm { height: 56px; }
.sp-cta-bar.size-sm a .big { font-size: 0.875rem; }
.sp-cta-bar.size-lg { height: 76px; }
.sp-cta-bar.size-lg a .big { font-size: 1.0625rem; }
@media (max-width: 860px) { .sp-cta-bar.size-lg ~ * { } body { } }

/* --- セクション背景トーン（白／薄グレー／濃紺ダーク） --- */
[data-section].sec-white { background: #ffffff !important; }
[data-section].sec-soft { background: var(--green-050) !important; }
[data-section].sec-dark {
  background:
    radial-gradient(ellipse 800px 500px at 88% 8%, rgba(50,68,126,0.30), transparent 60%),
    linear-gradient(160deg, var(--green-900), var(--green-800)) !important;
}
/* 濃紺トーン時：セクション見出し・リードを白に（カード内の文字は据え置き） */
[data-section].sec-dark .section-title { color: #ffffff !important; }
[data-section].sec-dark .section-title-en { color: #c9d4ea !important; }
[data-section].sec-dark .section-lead { color: rgba(255,255,255,0.85) !important; }
[data-section].sec-dark > .container > h2:not(.section-title) { color: #ffffff !important; }

/* ============================================================
   ▼▼▼ 改善レイヤー9：お悩み画像のオーバーレイ調整（カスタマイズ）
   ============================================================ */
/* 既定（ov-dark）はベースの濃いグラデーションを踏襲。以下は変化分のみ上書き。 */
/* 暗：薄め */
.worry-grid.ov-dark-soft .worry-card::after {
  background: linear-gradient(to top, rgba(13,18,48,0.62) 6%, rgba(13,18,48,0.18) 55%, rgba(13,18,48,0.04));
}
/* 白（文字は濃色ネイビー） */
.worry-grid.ov-white .worry-card::after {
  background: linear-gradient(to top, rgba(255,255,255,0.92) 8%, rgba(255,255,255,0.55) 52%, rgba(255,255,255,0.24));
}
.worry-grid.ov-white .worry-card .worry-en { color: rgba(20,27,63,0.62); }
.worry-grid.ov-white .worry-card .worry-ja { color: var(--green-900, #0d1230); text-shadow: 0 1px 2px rgba(255,255,255,0.6); }
.worry-grid.ov-white .worry-card .worry-go { background: rgba(20,27,63,0.14); }
.worry-grid.ov-white .worry-card .worry-go svg { color: var(--green-900, #0d1230); }
/* なし（オーバーレイ無し・文字は影で保護） */
.worry-grid.ov-none .worry-card::after { background: none; }
.worry-grid.ov-none .worry-card .worry-label { text-shadow: 0 2px 6px rgba(0,0,0,0.7), 0 1px 2px rgba(0,0,0,0.6); }

/* ============================================================
   ▼▼▼ 改善レイヤー10：数字セクションを大きく・見やすく
   ============================================================ */
.stats-band { padding: clamp(48px,5.5vw,72px) 0; }
.stats-head { margin-bottom: clamp(28px,3vw,40px); }
/* 数字を大きく */
.stat-cell .num { font-size: clamp(2.6rem, 1.7rem + 3.6vw, 4rem); font-weight: 700; letter-spacing: -0.01em; }
.stat-cell .num .unit { font-size: 0.42em; font-weight: 700; margin-left: 5px; }
/* ラベルも一回り大きく・コントラストUP */
.stat-cell .label { font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.02em; line-height: 1.55; margin-top: 12px; color: #48526f; }
@media (max-width: 760px) {
  .stat-cell { padding: 20px 8px; }
  .stat-cell .num { font-size: clamp(2.3rem, 1.2rem + 6vw, 3.1rem); }
  .stat-cell .label { font-size: 0.9375rem; margin-top: 9px; }
}

/* ============================================================
   ▼▼▼ 改善レイヤー11：Kindleベストセラーバッジ／価格・アクセス補足
   ============================================================ */
/* Kindle：ベストセラーバッジ（書影の上に重ねる） */
.kindle-best {
  position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 2;
  display: flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, #b9821a, #e8bd47);
  color: #201603; padding: 8px 11px; border-radius: 10px;
  box-shadow: 0 8px 20px rgba(120,80,10,.32);
}
.kindle-best-no { font-family: var(--font-en); font-size: 1.15rem; font-weight: 800; line-height: 1; flex-shrink: 0; }
.kindle-best-tx { font-size: .72rem; font-weight: 700; line-height: 1.3; }
/* サブタイトル（書名の下に改行表示） */
.kindle-book-sub { display: block !important; margin-left: 0 !important; margin-top: 5px; font-size: .95rem !important; color: var(--green-800) !important; font-weight: 600 !important; }
/* 価格の案内ボックス */
.kindle-price {
  margin-top: 18px; font-size: .9rem; font-weight: 600; color: var(--green-900);
  background: var(--green-050); border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; line-height: 1.6;
}
@media (max-width: 780px) {
  .kindle-best { position: static; margin: 14px auto 0; max-width: 300px; }
}

/* アクセス：リード文の下の補足（H3〜H4＋本文） */
.access-intro { max-width: 820px; margin: 4px auto 30px; }
.access-intro > :first-child { margin-top: 0; }
.access-intro h3 { font-size: 1.2rem; color: var(--green-900); margin: 20px 0 7px; padding-left: 12px; border-left: 4px solid var(--green-500); line-height: 1.4; }
.access-intro h4 { font-size: 1.02rem; color: var(--green-800); margin: 16px 0 5px; }
.access-intro p { color: var(--ink-soft); line-height: 1.85; }
.access-intro ul { margin: 8px 0 0; padding-left: 1.3em; color: var(--ink-soft); line-height: 1.8; list-style: disc; }

/* ============================================================
   ▼▼▼ 改善レイヤー12：プレミアム・グラデーション＆モーション
   （上品な動き・立体感・記事/パターン用コンポーネント）
   ============================================================ */

/* --- 英字ラベルをグラデーション文字に --- */
.section-title-en, .overview-head .oe, .stats-head .en {
  background: linear-gradient(120deg, #46598f 0%, #32447e 45%, #6e82b8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: #32447e;
}
[data-section].sec-dark .section-title-en,
.stats-band .en {
  background: linear-gradient(120deg, #c9d4ea, #8fa3d0);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- 見出し下線：リビール時にグラデーションバーが伸びる --- */
.section-title::after { width: 56px; background: linear-gradient(90deg, #263569, #46598f, #8fa3d0); transition: width .7s cubic-bezier(.22,1,.36,1); }
.js .section-title:not(.is-visible)::after { width: 0; }

/* --- ボタン：シャイン（光が走る）演出 --- */
.btn::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 55%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.35) 50%, transparent 100%);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn { transition: transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }

/* --- カード：ホバーでグラデーション枠＋浮遊 --- */
.card, .assurance-card, .promise-card, .post-card {
  position: relative; transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.card::before, .assurance-card::before, .promise-card::before, .post-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: linear-gradient(135deg, rgba(70,89,143,.55), rgba(143,163,208,.18) 45%, rgba(38,53,105,.55));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .35s ease; pointer-events: none;
}
.card:hover, .assurance-card:hover, .promise-card:hover, .post-card:hover {
  transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,18,48,.14);
}
.card:hover::before, .assurance-card:hover::before, .promise-card:hover::before, .post-card:hover::before { opacity: 1; }

/* --- ヒーロー：オーロラ（ゆっくり漂う光）--- */
.hero-v2 { position: relative; overflow: hidden; }
.hero-v2::before {
  content: ""; position: absolute; inset: -20%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(38% 32% at 78% 18%, rgba(94,116,175,.20), transparent 70%),
    radial-gradient(30% 28% at 12% 78%, rgba(50,68,126,.14), transparent 70%),
    radial-gradient(24% 22% at 55% 55%, rgba(143,163,208,.12), transparent 70%);
  animation: gecAurora 16s ease-in-out infinite alternate;
}
.hero-v2 > .container { position: relative; z-index: 1; }
@keyframes gecAurora {
  0%   { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  50%  { transform: translate3d(2.5%, -2%, 0) rotate(1.5deg) scale(1.04); }
  100% { transform: translate3d(-2%, 2%, 0) rotate(-1.5deg) scale(1.02); }
}

/* --- 下層ページ見出し帯：グラデーションがゆっくり動く --- */
.page-hero { background-size: 180% 180% !important; animation: gecGradShift 14s ease-in-out infinite alternate; }
@keyframes gecGradShift { from { background-position: 0% 30%; } to { background-position: 100% 70%; } }

/* --- 数字バンド：数値をグラデーション文字に --- */
.stat-cell .num {
  background: linear-gradient(160deg, #1c2a5e 10%, #32447e 55%, #5e74af 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-cell .num .unit { -webkit-text-fill-color: initial; color: var(--ink-soft); }

/* --- CTAセクション：動くグラデーション背景 --- */
.cta-section { background-size: 200% 200%; animation: gecGradShift 12s ease-in-out infinite alternate; }

/* --- スクロール・リビール強化（ぼかし→シャープ＋上昇） --- */
.js .fade-in { opacity: 0; transform: translateY(26px); filter: blur(6px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1), filter .8s ease; transition-delay: var(--rev-delay, 0s); }
.js .fade-in.is-visible { opacity: 1; transform: none; filter: none; }

/* --- FAQ：開閉アイコン回転＋ホバー --- */
.faq-item summary { transition: color .25s ease, background .25s ease; }
.faq-item summary:hover { color: var(--green-500); }
.faq-item summary::after { transition: transform .35s cubic-bezier(.22,1,.36,1); }
.faq-item[open] summary::after { transform: rotate(45deg); }

/* ============================================================
   記事・固定ページ用コンポーネント（パターン対応／SEO・LLMO設計）
   ============================================================ */
/* 記事見出しの装飾は既存レイヤー（.article h2::after 下線アクセント）を使用します。
   ここでは二重装飾を避けるため上書きしません。 */

/* この記事でわかること（リード要約：LLMO向け） */
.article-lead-box {
  background: linear-gradient(135deg, #f4f6fc, #eef1f9);
  border: 1px solid var(--line); border-left: 5px solid #32447e;
  border-radius: 12px; padding: 22px 24px; margin: 24px 0 32px;
}
.article-lead-box h2, .article-lead-box h3 { margin: 0 0 10px; font-size: 1.05rem; color: var(--green-900); padding-left: 0; border-bottom: none; }
.article-lead-box h2::before, .article-lead-box h2::after { content: none; }
.article-lead-box ul { margin: 0; padding-left: 1.3em; line-height: 1.9; color: var(--ink-soft); }

/* 目次 */
.article-toc {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 20px 24px; margin: 28px 0 36px; box-shadow: var(--shadow);
}
.article-toc .toc-title { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-900); margin-bottom: 10px; }
.article-toc .toc-title::before { content: ""; width: 18px; height: 3px; border-radius: 2px; background: var(--grad-cta); }
.article-toc ol { margin: 0; padding-left: 1.4em; counter-reset: none; line-height: 2; }
.article-toc a { color: var(--green-800); text-decoration: none; border-bottom: 1px dashed rgba(50,68,126,.35); }
.article-toc a:hover { color: var(--green-500); border-bottom-style: solid; }

/* 医師監修バッジ（E-E-A-T） */
.supervisor-box {
  display: flex; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 16px 20px; margin: 24px 0; box-shadow: var(--shadow);
}
.supervisor-box .sv-avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid #e3e8f4; }
.supervisor-box .sv-avatar img { width: 100%; height: 100%; object-fit: cover; }
.supervisor-box .sv-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: #32447e; }
.supervisor-box .sv-name { font-weight: 700; color: var(--green-900); }
.supervisor-box .sv-name small { font-weight: 500; color: var(--ink-soft); margin-left: 8px; }
.supervisor-box .sv-role { font-size: .8125rem; color: var(--ink-soft); }

/* 参考文献・出典（引用・被リンク文化を意識） */
.ref-list { background: var(--green-050); border-radius: 12px; padding: 20px 24px; margin: 32px 0; }
.ref-list .ref-title { font-weight: 700; color: var(--green-900); margin-bottom: 8px; font-size: .95rem; }
.ref-list ol { margin: 0; padding-left: 1.5em; font-size: .875rem; line-height: 1.9; color: var(--ink-soft); }
.ref-list a { color: var(--green-800); word-break: break-all; }

/* 用語ミニ解説 */
.term-box { border: 1px dashed #9fb0d5; border-radius: 10px; padding: 14px 18px; margin: 20px 0; background: #fbfcff; }
.term-box .term-word { font-weight: 700; color: #263569; }
.term-box .term-word::before { content: "📖 "; }
.term-box p { margin: 6px 0 0; font-size: .9rem; color: var(--ink-soft); }

/* 比較表 */
.compare-table-wrap { overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; min-width: 560px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare-table th, .compare-table td { padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: .9375rem; text-align: left; }
.compare-table thead th { background: linear-gradient(135deg, #263569, #32447e); color: #fff; font-weight: 700; }
.compare-table tbody th { background: var(--green-050); color: var(--green-900); font-weight: 700; white-space: nowrap; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: none; }

/* まとめ＋次に読む */
.next-reads { margin: 32px 0; }
.next-reads .nr-title { font-weight: 700; color: var(--green-900); margin-bottom: 12px; }
.next-reads a { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; color: var(--green-800); text-decoration: none; font-weight: 600; transition: border-color .25s, transform .25s, box-shadow .25s; background: #fff; }
.next-reads a::before { content: "→"; color: #32447e; font-family: var(--font-en); }
.next-reads a:hover { border-color: #32447e; transform: translateX(4px); box-shadow: var(--shadow); }

/* 数字ハイライト（記事内3連スタッツ） */
.stat-inline { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 26px 0; }
.stat-inline .si-cell { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 10px; }
.stat-inline .si-num { font-family: var(--font-en); font-size: 1.9rem; font-weight: 700; background: linear-gradient(160deg,#1c2a5e,#5e74af); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-inline .si-label { font-size: .8125rem; color: var(--ink-soft); margin-top: 4px; }
@media (max-width: 640px) { .stat-inline { grid-template-columns: 1fr; } }

/* 引用 */
.article blockquote, blockquote.gec-quote {
  margin: 24px 0; padding: 18px 22px; background: var(--green-050);
  border-left: 4px solid #32447e; border-radius: 0 10px 10px 0; color: var(--ink-soft); font-style: normal;
}
.article blockquote cite { display: block; margin-top: 8px; font-size: .8125rem; color: #8b93a6; font-style: normal; }

/* --- 動きを抑えたい環境ではすべて停止 --- */
@media (prefers-reduced-motion: reduce) {
  .hero-v2::before, .page-hero, .cta-section { animation: none !important; }
  .btn::after { display: none; }
  .js .fade-in { filter: none; transform: none; transition: opacity .3s ease; }
  .card, .assurance-card, .promise-card, .post-card, .btn { transition: none; }
}

/* ============================================================
   ▼▼▼ 改善レイヤー13：再生医療とは（2カラム＋右側ビジュアル）
   ============================================================ */
.regen-grid {
  display: grid; grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(24px, 4vw, 52px); align-items: center; margin-top: 6px;
}
.regen-media {
  margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4 / 3; align-self: center; box-shadow: var(--shadow-lg);
}
.regen-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.regen-media.card-media.media-ph, .regen-media.media-ph { aspect-ratio: 4 / 3; min-height: 0; }
@media (max-width: 860px) {
  .regen-grid { grid-template-columns: 1fr; gap: 24px; }
  .regen-media, .regen-media.media-ph { aspect-ratio: 16 / 10; }
}

/* ============================================================
   ▼▼▼ 改善レイヤー14：ホバー背景変化・投与方法カード・CTA強化
   ============================================================ */

/* --- 安心の体制：ボックスにホバーすると、そのボックスごとに「セクション全体」の背景色が変わる --- */
.assurance-card { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease; }
.assurance-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(13,18,48,.16); border-color:#c6d3f2; }
.assurance-card:hover .assurance-ic { transform: scale(1.08); transition: transform .35s ease; }
/* セクション背景をホバー対象ボックスごとに「画像」で切替（:has 対応ブラウザ）。
   画像未設定（--ahiN 無し）のときは background-image 宣言が無効になり、下の色にフォールバック。
   画像設定時は白オーバーレイで見出し・本文の可読性を確保。 */
section[data-section="assurance"] { transition: background-color .55s ease, background-image .55s ease; background-size: cover; background-position: center; background-repeat: no-repeat; }
section[data-section="assurance"]:has(.assurance-card:nth-child(1):hover) { background-color: #eef2fc; background-image: linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)), var(--ahi1); }
section[data-section="assurance"]:has(.assurance-card:nth-child(2):hover) { background-color: #eaf5ef; background-image: linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)), var(--ahi2); }
section[data-section="assurance"]:has(.assurance-card:nth-child(3):hover) { background-color: #fdf3ea; background-image: linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)), var(--ahi3); }
section[data-section="assurance"]:has(.assurance-card:nth-child(4):hover) { background-color: #f3eefc; background-image: linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)), var(--ahi4); }

/* --- クリニックの要点：ホバーで浮き上がり＋左アクセント --- */
.overview-item { transition: transform .3s ease, box-shadow .3s ease, background .3s ease; border-radius: 12px; }
.overview-item:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 12px 28px rgba(13,18,48,.08); }
.overview-item:hover .overview-ic { color: var(--green-500); }

/* --- 投与方法カード（点滴/点鼻/吸入/局所）：ホバーで背景が変化 --- */
.tx-method-heading { text-align: center; margin: 44px 0 20px; font-size: 1.25rem; color: var(--green-900); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .method-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .method-grid { grid-template-columns: 1fr; } }
.method-card {
  position: relative; display: block; overflow: hidden; text-decoration: none;
  border-radius: 16px; padding: 24px 22px 22px; background: #fff;
  border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(13,18,48,.05);
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, color .4s ease;
}
.method-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity .45s ease;
}
.method-card.m-iv::before     { background: radial-gradient(120% 90% at 90% 0%, rgba(50,68,126,.20), transparent 60%), linear-gradient(160deg,#1c2a5e,#32447e); }
.method-card.m-nasal::before  { background: radial-gradient(120% 90% at 90% 0%, rgba(20,120,140,.22), transparent 60%), linear-gradient(160deg,#124b63,#1c6f86); }
.method-card.m-inhale::before { background: radial-gradient(120% 90% at 90% 0%, rgba(30,120,90,.22), transparent 60%), linear-gradient(160deg,#124b39,#1c7a54); }
.method-card.m-local::before  { background: radial-gradient(120% 90% at 90% 0%, rgba(150,110,40,.24), transparent 60%), linear-gradient(160deg,#5a4212,#8a6a1f); }
.method-card > * { position: relative; z-index: 1; }
.method-card .method-en { display: block; font-family: var(--font-en); font-size: .72rem; letter-spacing: .16em; color: var(--gold-600); text-transform: uppercase; margin-bottom: 6px; transition: color .4s ease; }
.method-card h4 { font-size: 1.2rem; color: var(--green-900); margin: 0 0 10px; transition: color .4s ease; }
.method-card .method-for { font-size: .9rem; line-height: 1.8; color: var(--ink-soft); margin: 0 0 14px; transition: color .4s ease; }
.method-card .method-for strong { color: var(--green-800); transition: color .4s ease; }
.method-card .card-link { color: var(--green-600); transition: color .4s ease; }
.method-card:hover { transform: translateY(-8px); box-shadow: 0 26px 52px rgba(13,18,48,.22); }
.method-card:hover::before { opacity: 1; }
.method-card:hover .method-en { color: rgba(255,255,255,.82); }
.method-card:hover h4,
.method-card:hover .method-for,
.method-card:hover .method-for strong,
.method-card:hover .card-link { color: #fff; }
.method-card:hover .card-link::after { border-color: #fff; }
@media (prefers-reduced-motion: reduce) { .method-card, .method-card::before, .assurance-card { transition: none; } }

/* --- 最終CTA：CTR強化（緊急性・ベネフィット・二次導線） --- */
.cta-final .cta-urgency {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  padding: 7px 16px; border-radius: 999px; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .02em;
}
.cta-final .cta-urgency .dot { width: 8px; height: 8px; border-radius: 50%; background: #7ef0a6; box-shadow: 0 0 0 0 rgba(126,240,166,.7); animation: gecPulse 2s infinite; }
@keyframes gecPulse { 0%{box-shadow:0 0 0 0 rgba(126,240,166,.6);} 70%{box-shadow:0 0 0 8px rgba(126,240,166,0);} 100%{box-shadow:0 0 0 0 rgba(126,240,166,0);} }
.cta-final .cta-benefits { list-style: none; margin: 4px 0 26px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.cta-final .cta-benefits li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.94); font-size: .95rem; font-weight: 600; }
.cta-final .cta-benefits .chk { display: inline-grid; place-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(126,240,166,.22); color: #7ef0a6; font-size: .7rem; }
.cta-final .btn-cta-sub { display: block; font-size: .74rem; font-weight: 500; opacity: .9; margin-top: 3px; letter-spacing: .01em; }
.btn-on-dark { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-on-dark:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }
.cta-final .cta-tel-hours a { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }
.cta-final .cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ============================================================
   ▼▼▼ 改善レイヤー15：YouTube動画枠プレースホルダ（未設定時）
   ============================================================ */
.yt-ph {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(160deg, #10163a, #1c2a5e);
  color: rgba(255,255,255,.72); font-size: .82rem; letter-spacing: .04em;
}
.yt-ph .yt-ph-play { display: grid; place-content: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.14); }
.yt-ph .yt-ph-play svg { width: 22px; height: 22px; color: #fff; margin-left: 2px; }

/* ============================================================
   ▼▼▼ 改善レイヤー16：対応施術サマリーチップ（表を置換・重複解消）
   ============================================================ */
.tx-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 8px; }
@media (max-width: 760px) { .tx-summary { grid-template-columns: 1fr; } }
.tx-chip {
  display: flex; flex-direction: column; gap: 4px; text-decoration: none;
  padding: 18px 20px; border-radius: 14px; background: #fff;
  border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(13,18,48,.05);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}
.tx-chip:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(13,18,48,.12); border-color: #c6d3f2; }
.tx-chip .tx-chip-name { font-weight: 700; color: var(--green-900); font-size: 1.05rem; }
.tx-chip .tx-chip-sub { font-size: .8rem; color: var(--ink-soft); }
.tx-chip .tx-chip-tags {
  margin-top: 6px; align-self: flex-start; font-family: var(--font-en); font-size: .72rem; letter-spacing: .04em;
  color: var(--green-600); background: var(--green-050); border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px;
}

/* ============================================================
   ▼▼▼ WordPress 用の追加スタイル ▼▼▼
   ============================================================ */
.post-featured { margin: 0 0 32px; border-radius: var(--radius-lg); overflow: hidden; }
.post-featured img { width: 100%; height: auto; display: block; }
/* WordimなどのWP標準：ページネーション */
.pagination, .nav-links { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.pagination .page-numbers, .nav-links .page-numbers {
  display: inline-grid; place-content: center; min-width: 44px; height: 44px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 8px; color: var(--green-800); font-weight: 600; font-family: var(--font-en);
}
.pagination .page-numbers.current { background: var(--green-600); color: #fff; border-color: var(--green-600); }
.pagination .page-numbers:hover { border-color: var(--green-600); }
/* 投稿本文（the_content）の画像・引用など */
.article img { border-radius: 10px; height: auto; }
.article figure { margin: 24px 0; }
.article figcaption { font-size: 0.8125rem; color: var(--ink-soft); text-align: center; margin-top: 8px; }
.article blockquote { border-left: 4px solid var(--green-500); background: var(--green-050); margin: 24px 0; padding: 16px 20px; border-radius: 0 8px 8px 0; }
.article .wp-block-embed, .article iframe { max-width: 100%; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; }
.alignright { float: right; margin: 0 0 16px 20px; }
.alignleft { float: left; margin: 0 20px 16px 0; }

/* --- お悩み（症状）カード：紹介のみ（症状ページへ遷移しない静的表示） --- */
.worry-card--static, .card--static { cursor: default; }
.worry-card--static:hover, .card--static:hover { transform: none; box-shadow: var(--shadow); }
.worry-note { max-width: 680px; margin-left: auto; margin-right: auto; color: var(--ink-soft); font-size: .9rem; line-height: 1.95; }

/* ============================================================
   固定ページ 記事装飾（TOP調）— .article 直下に H2/H3/H4・段落・リスト・表を
   書くだけでトップページと同じトーンの装飾になります。
   直下要素のみ対象なので、要点ボックス等のコンポーネントには影響しません。
   ============================================================ */
   グレースアース｜固定ページ 記事装飾（TOP調）
   固定ページの本文に H2 / H3 / H4 と段落・リスト・表を書くだけで、
   トップページと同じトーンの装飾になります。
   ※ すでにテーマ本体(theme.css)に同じものを組み込み済みなので、
     基本は貼り付け不要です。微調整したいときだけ、
     「外観 → カスタマイズ → 追加CSS」にこの内容を貼って上書きしてください。
   ※ 装飾は本文直下の要素だけに当たります（要点ボックス等の部品は対象外）。
   ============================================================ */

.article { font-size: 1rem; line-height: 1.95; color: var(--ink); }

/* 冒頭のリード段落を少し大きく（最初の段落のみ） */
.article > p:first-of-type { font-size: 1.06rem; color: var(--green-800); }

/* ---- 見出し H2：左アクセントバー＋グラデ下線（section-title調） ---- */
.article > h2 {
  position: relative;
  margin: 2.8em 0 1.1em !important;
  padding: 0 0 .55em .95em !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.8rem) !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  color: var(--green-900);
}
.article > h2:first-child { margin-top: 0 !important; }
.article > h2::before {
  content: "";
  position: absolute; left: 0; top: .12em; bottom: .5em;
  width: 5px; border-radius: 3px;
  background: linear-gradient(180deg, var(--green-500), var(--green-800));
}
.article > h2::after {
  content: "" !important;
  position: absolute; left: 0; right: 0; bottom: 0;
  width: auto !important; height: 2px !important;
  margin: 0 !important;
  background: linear-gradient(90deg, var(--green-500), rgba(50,68,126,0));
}

/* ---- 見出し H3：下線付き小見出し ---- */
.article > h3 {
  position: relative;
  margin: 2em 0 .8em !important;
  padding: 0 0 .4em .1em !important;
  border: none !important;
  border-bottom: 2px solid var(--green-100) !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  color: var(--green-800);
}

/* ---- 見出し H4：左バーの細見出し ---- */
.article > h4 {
  margin: 1.7em 0 .6em;
  padding-left: .7em;
  border-left: 3px solid var(--green-100);
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--green-800);
}

/* ---- 本文中に H1 を置いた場合（通常はページ上部がH1） ---- */
.article > h1 {
  margin: 0 0 .8em;
  padding-bottom: .4em;
  border-bottom: 3px solid var(--green-100);
  font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.2rem);
  font-weight: 700;
  color: var(--green-900);
}

/* ---- 段落・強調・リンク ---- */
.article > p { margin: 0 0 1.1em; }
.article strong { color: var(--green-900); font-weight: 700; }
.article a { color: var(--green-600); text-decoration: none; border-bottom: 1px solid rgba(38,53,105,.35); transition: border-color .2s ease; }
.article a:hover { border-bottom-color: var(--green-600); }

/* ---- リスト（本文直下のみ・ブランド色のマーカー） ---- */
.article > ul { list-style: none; margin: 1.1em 0; padding: 0; display: grid; gap: .55em; }
.article > ul > li { position: relative; padding-left: 1.5em; line-height: 1.85; }
.article > ul > li::before { content: ""; position: absolute; left: .35em; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); }
.article > ol { margin: 1.1em 0 1.1em 1.4em; display: grid; gap: .55em; }
.article > ol > li { line-height: 1.85; padding-left: .2em; }
.article > ol > li::marker { color: var(--green-600); font-weight: 700; }

/* ---- 表（料金表・比較表調）。ブロックエディタの表(figure)にも対応 ---- */
.article > table,
.article .wp-block-table table {
  width: 100%; border-collapse: collapse; margin: 1.4em 0;
  font-size: .95rem; border: 1px solid var(--line);
  border-radius: 10px; overflow: hidden;
}
.article > table th, .article > table td,
.article .wp-block-table th, .article .wp-block-table td {
  padding: 12px 14px; border-bottom: 1px solid var(--line);
  text-align: left; vertical-align: top;
}
.article > table thead th,
.article .wp-block-table thead th {
  background: linear-gradient(180deg, var(--green-600), var(--green-800));
  color: #fff; font-weight: 700;
}
.article > table tbody th,
.article .wp-block-table tbody th {
  background: var(--green-050); color: var(--green-900); font-weight: 700;
}
.article > table tbody tr:nth-child(even) td,
.article .wp-block-table tbody tr:nth-child(even) td { background: #fafbfd; }

/* ---- 引用：ブランドの囲みボックス風 ---- */
.article > blockquote,
.article .wp-block-quote {
  margin: 1.4em 0; padding: 16px 20px;
  background: var(--green-050); border-left: 4px solid var(--green-500);
  border-radius: 8px; color: var(--green-900); font-style: normal;
}
.article > blockquote p:last-child,
.article .wp-block-quote p:last-child { margin-bottom: 0; }

/* ---- 画像・区切り線 ---- */
.article img { border-radius: 12px; max-width: 100%; height: auto; }
.article > hr, .article .wp-block-separator { border: none; height: 1px; background: var(--line); margin: 2.2em 0; }

/* ---- スマホ調整 ---- */
@media (max-width: 700px) {
  .article { font-size: .96rem; line-height: 1.9; }
  .article > h2 { margin: 2.2em 0 .9em !important; font-size: 1.3rem !important; }
  .article > h3 { margin: 1.7em 0 .7em !important; font-size: 1.1rem !important; }
  .article > table, .article .wp-block-table table { font-size: .88rem; }
  .article > table th, .article > table td,
  .article .wp-block-table th, .article .wp-block-table td { padding: 9px 10px; }
}

/* --- 言語切替（Polylang導入時のみ表示） --- */
.gec-langswitch { display:flex; gap:6px; list-style:none; margin:0 6px 0 0; padding:0; align-items:center; }
.gec-langswitch li { margin:0; }
.gec-langswitch a { display:inline-block; padding:3px 8px; border-radius:6px; font-family:var(--font-en); font-size:.7rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:var(--green-800); border:1px solid var(--line); text-decoration:none; line-height:1; }
.gec-langswitch a:hover { background:var(--green-050); }
.gec-langswitch .current-lang a { background:var(--green-800); color:#fff; border-color:var(--green-800); }
@media (max-width:900px){ .gec-langswitch { margin-right:4px; } .gec-langswitch a { padding:2px 6px; font-size:.66rem; } }
