/* すみずみクリーンサービス ── 実績ビフォーアフター型
   白ベースに鮮やかな青を「面」で使い、明るく力強い「証拠で押す」清掃サイト。
   見出しは Zen Kaku Gothic New の太字、欧文数字は Barlow Condensed。
   角丸は控えめ(4〜8px)でキビキビ。ダークモード非対応（納品LPは見え方固定が扱いやすい）。 */

:root {
  --bg:      #FFFFFF;
  --bg-2:    #F2F7FC;   /* 淡い青みグレー */
  --bg-3:    #E7F0FA;

  --ink:     #12263A;   /* 見出し・本文 */
  --ink-2:   #4C5D6E;
  --ink-3:   #8496A6;
  --line:    #DEE7EF;

  --blue:    #1E88E5;   /* 主役の面。鮮やかなフレッシュブルー */
  --blue-d:  #1667C0;
  --blue-dd: #0C4A9E;   /* 深い青の面（作業の流れ・スタッフ） */
  --blue-l:  #4FA3EE;   /* 濃青の上に置く青 */
  --blue-bg: #EAF3FD;   /* 淡い青の地・バッジ */
  --amber:   #FFB300;   /* 追加料金0円などの元気なアクセント（小面積） */

  --ok:      #1E88E5;
  --ng:      #D0402A;

  --on-blue:   #FFFFFF;
  --on-blue-2: #D6E6F8;
  --on-blue-3: #9FC2E8;
  --line-blue: rgba(255,255,255,.18);

  --sans:  "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  --head:  "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --num:   "Barlow Condensed", "Zen Kaku Gothic New", sans-serif;

  --pad: clamp(20px, 5vw, 40px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}

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

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 var(--pad); }
.narrow { max-width: 780px; }

.num {
  font-family: var(--num);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* ---------- ヘッダー ---------- */
.bar {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px var(--pad);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid transparent;
  transition: border-color .35s, box-shadow .35s;
}
.bar.on { border-bottom-color: var(--blue); box-shadow: 0 3px 18px rgba(18,38,58,.08); }
.bar .logo { font-family: var(--head); font-size: 16px; font-weight: 900; letter-spacing: .08em; line-height: 1.3; }
.bar .logo small {
  display: block; font-family: var(--num); font-weight: 600;
  font-size: 10px; letter-spacing: .24em; color: var(--blue); margin-top: 1px;
}
.bar nav { display: none; gap: 24px; font-size: 13px; font-weight: 500; letter-spacing: .04em; }
.bar nav a { text-decoration: none; color: var(--ink-2); transition: color .3s; }
.bar nav a:hover { color: var(--blue); }
.bar .bar-tel { display: none; text-align: right; text-decoration: none; }
.bar .bar-tel span { display: block; font-size: 10px; letter-spacing: .12em; color: var(--ink-3); }
.bar .bar-tel b { font-family: var(--num); font-size: 25px; font-weight: 700; letter-spacing: .02em; color: var(--ink); }
@media (min-width: 960px) {
  .bar nav, .bar .bar-tel { display: flex; }
  .bar .bar-tel { display: block; }
}

/* ---------- ヒーロー：ビフォー／アフタースライダー ---------- */
.hero {
  padding: 84px var(--pad) clamp(40px, 6vw, 64px);
  max-width: 1240px; margin: 0 auto;
  display: grid; gap: clamp(28px, 5vw, 52px); align-items: center;
}
@media (min-width: 940px) {
  .hero { grid-template-columns: 1.02fr 1fr; padding-top: 116px; }
}

.hero-copy .tagbar {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
  color: #fff; background: var(--blue); padding: 6px 14px; border-radius: 4px; margin-bottom: 22px;
}
.hero h1 {
  font-family: var(--head); font-weight: 900;
  font-size: clamp(32px, 6.6vw, 56px); line-height: 1.24; letter-spacing: .01em;
  text-wrap: balance;
}
.hero h1 mark {
  background: linear-gradient(transparent 62%, var(--amber) 62%, var(--amber) 92%, transparent 92%);
  color: inherit; padding: 0 .06em;
}
.hero-lede { margin-top: 20px; font-size: 14.5px; color: var(--ink-2); line-height: 2; max-width: 30em; }

.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-top: 28px; padding: 20px; border-radius: 8px;
  background: var(--blue-bg); border: 1px solid var(--line);
}
.hstat { text-align: left; }
.hstat b { display: block; font-size: clamp(30px, 6vw, 42px); color: var(--blue-d); }
.hstat b i { font-style: normal; font-family: var(--sans); font-size: 15px; font-weight: 700; margin-left: 2px; }
.hstat span { display: block; font-size: 11.5px; font-weight: 700; color: var(--ink); margin-top: 6px; line-height: 1.5; }
.hstat span em { display: block; font-style: normal; font-size: 10.5px; font-weight: 400; color: var(--ink-3); margin-top: 2px; }

.hero-btns { display: grid; gap: 10px; margin-top: 24px; }
@media (min-width: 460px) { .hero-btns { grid-template-columns: 1fr 1fr; } }
.hero-note { margin-top: 14px; font-size: 10.5px; color: var(--ink-3); }

.hero-visual-cap {
  margin-top: 12px; text-align: center; font-size: 11.5px; font-weight: 700;
  letter-spacing: .06em; color: var(--blue-d);
}

/* ---------- ビフォー／アフター比較スライダー本体 ---------- */
.ba {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  border-radius: 8px; user-select: none; -webkit-user-select: none;
  touch-action: pan-y; cursor: ew-resize; background: var(--ink);
  box-shadow: 0 14px 40px rgba(12,74,158,.18);
}
.ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
/* BEFORE 側：上に重ね、右からクリップして左半分だけ見せる。
   フィルターで施工前のくすみ・皮脂汚れを擬似再現（実運用では施工前の実写真に差し替え）。 */
.ba-before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.ba-before .is-before { filter: grayscale(.4) brightness(.8) contrast(1.05) sepia(.15); }

.ba-tag {
  position: absolute; top: 14px; z-index: 3;
  font-family: var(--num); font-weight: 700; letter-spacing: .14em; font-size: 12px;
  padding: 5px 12px; border-radius: 4px; pointer-events: none;
}
.ba-tag-b { left: 14px; background: rgba(18,38,58,.86); color: #fff; }
.ba-tag-a { right: 14px; background: var(--blue); color: #fff; }

.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: #fff; transform: translateX(-1.5px); z-index: 4; pointer-events: none;
  box-shadow: 0 0 0 1px rgba(12,74,158,.25);
}
.ba-handle span {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.35); display: grid; place-items: center;
}
.ba-handle span::after {
  content: "‹\00a0›"; font-family: var(--num); font-weight: 700;
  font-size: 20px; line-height: 1; color: var(--blue-d);
}
/* range はドラッグ本体の下敷き。視覚は上のカスタムハンドルに任せ、こちらは透明に */
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 5; }
.ba-range::-webkit-slider-thumb { -webkit-appearance: none; width: 48px; height: 100%; }
.ba-range::-moz-range-thumb { width: 48px; height: 100%; border: 0; background: transparent; }

/* ---------- セクション共通 ---------- */
section { padding: clamp(58px, 8.5vw, 96px) 0; }
.bg2 { background: var(--bg-2); }

.snum {
  display: inline-block; font-family: var(--num); font-weight: 700;
  font-size: 12.5px; letter-spacing: .16em; color: #fff; background: var(--blue);
  padding: 4px 12px; border-radius: 4px; margin-bottom: 16px;
}
h2 {
  font-family: var(--head); font-size: clamp(23px, 4.6vw, 34px); font-weight: 900;
  line-height: 1.42; letter-spacing: .01em; margin-bottom: 14px; text-wrap: balance;
}
h2 + .lead, .lead { color: var(--ink-2); font-size: 14px; line-height: 2; }
.lead { margin-bottom: 32px; }
strong { font-weight: 700; }

.notes { margin-top: 22px; display: grid; gap: 7px; }
.notes li { list-style: none; font-size: 12.5px; color: var(--ink-2); padding-left: 16px; position: relative; line-height: 1.85; }
.notes li::before { content: "―"; position: absolute; left: 0; color: var(--blue); }
.scroll-hint { margin-top: 10px; font-size: 11px; color: var(--ink-3); }
@media (min-width: 760px) { .scroll-hint { display: none; } }

/* ---------- お困りごと ---------- */
.troubles {
  display: grid; gap: 12px; margin-top: 30px;
}
@media (min-width: 640px) { .troubles { grid-template-columns: repeat(2, 1fr); } }
.trouble {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 6px;
  padding: 20px 22px; display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start;
}
.trouble::before {
  content: "✓"; font-size: 13px; color: #fff; font-weight: 700;
  width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--blue); border-radius: 50%;
}
.trouble p { font-size: 14px; line-height: 1.85; }
.trouble p b { display: block; font-size: 11.5px; color: var(--blue-d); letter-spacing: .04em; margin-top: 6px; font-weight: 700; }

/* ---------- 比較表 ---------- */
.table-scroll {
  margin-top: 28px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line); border-radius: 8px; background: #fff;
}
table { width: 100%; border-collapse: collapse; font-size: 14px; }

.cmp { min-width: 640px; }
.cmp thead th { padding: 16px 16px; text-align: left; font-weight: 700; vertical-align: bottom; }
.cmp thead .c-item { background: var(--ink); color: var(--on-blue-3); font-size: 12px; letter-spacing: .08em; width: 30%; }
.cmp thead .c-us { background: var(--blue); color: #fff; font-family: var(--head); font-size: 15px; line-height: 1.4; }
.cmp thead .c-other { background: var(--bg-3); color: var(--ink-2); font-size: 14px; }
.cmp thead .c-us small, .cmp thead .c-other small { display: block; font-family: var(--sans); font-weight: 400; font-size: 11px; opacity: .85; }
.cmp tbody th {
  text-align: left; font-weight: 700; font-size: 13.5px; padding: 16px;
  background: var(--bg-2); border-bottom: 1px solid var(--line); white-space: nowrap;
}
.cmp tbody td { padding: 16px; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.7; vertical-align: top; }
.cmp tbody tr:last-child th, .cmp tbody tr:last-child td { border-bottom: 0; }
.cmp td.c-us { background: var(--blue-bg); color: var(--ink); font-weight: 500; }
.cmp td.c-other { color: var(--ink-2); }
.mk { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-weight: 700; font-size: 14px; margin-right: 8px; vertical-align: -3px; }
.mk.ok { background: var(--blue); color: #fff; }
.mk.ng { background: #FBE7E2; color: var(--ng); }
.mk.tri { background: #FFF1D6; color: #C68A00; }

/* ---------- 施工実績ギャラリー ---------- */
.gallery { display: grid; gap: 20px; margin-top: 30px; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.ga { display: flex; flex-direction: column; }
.ga .ba { box-shadow: 0 10px 26px rgba(18,38,58,.14); }
.ga figcaption { margin-top: 14px; }
.ga figcaption b { display: block; font-family: var(--head); font-weight: 700; font-size: 15px; }
.ga figcaption span { display: block; font-size: 12px; color: var(--ink-3); margin-top: 3px; }

/* ---------- 料金表 ---------- */
.price-table { min-width: 620px; }
.price-table thead th {
  background: var(--ink); text-align: left; font-size: 11.5px; font-weight: 700;
  letter-spacing: .08em; color: var(--on-blue-3); padding: 15px 18px; white-space: nowrap;
}
.price-table tbody td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody th {
  text-align: left; font-weight: 700; padding: 15px 18px;
  border-bottom: 1px solid var(--line); white-space: nowrap; font-size: 14.5px;
}
.price-table tbody tr:last-child th { border-bottom: 0; }
.price-table tbody th small { display: block; font-size: 11.5px; font-weight: 400; color: var(--ink-3); letter-spacing: .02em; }
.price b { font-family: var(--num); font-weight: 700; font-size: 27px; letter-spacing: .01em; color: var(--blue-d); }
.price .yen { font-family: var(--sans); font-size: 12.5px; font-weight: 700; margin-left: 2px; color: var(--ink); }
.col-time { color: var(--ink-2); white-space: nowrap; }
.col-time b { font-family: var(--num); font-weight: 700; font-size: 20px; color: var(--ink); }
.tag-set { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--blue-d); background: var(--blue-bg); padding: 4px 9px; border-radius: 4px; white-space: nowrap; }

/* 追加料金0円バッジ */
.zero {
  margin-top: 30px; background: var(--blue); color: #fff; border-radius: 8px;
  padding: 26px clamp(20px, 4vw, 34px);
  display: grid; gap: 20px; align-items: center;
}
@media (min-width: 700px) { .zero { grid-template-columns: auto 1fr; gap: 34px; } }
.zero-badge {
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
  background: var(--amber); color: var(--ink); border-radius: 8px; padding: 16px 22px;
}
.zero-badge .num { font-size: 66px; }
.zero-badge .yen { font-size: 22px; font-weight: 900; font-family: var(--head); }
.zero-body b { display: block; font-family: var(--head); font-weight: 900; font-size: clamp(16px, 2.6vw, 20px); margin-bottom: 12px; }
.zero-body ul { display: grid; gap: 7px; }
.zero-body li { list-style: none; font-size: 13.5px; color: var(--on-blue-2); padding-left: 22px; position: relative; }
.zero-body li::before { content: "＋"; position: absolute; left: 0; color: var(--amber); font-weight: 900; }
.zero-body li b { display: inline; color: #fff; font-weight: 700; font-family: var(--sans); font-size: inherit; margin: 0; }

/* ---------- 状態別の目安 ---------- */
.levels { display: grid; gap: 14px; margin-top: 30px; }
@media (min-width: 820px) { .levels { grid-template-columns: repeat(3, 1fr); } }
.level { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--ink-3); border-radius: 8px; padding: 26px 24px 28px; }
.level.mid { background: var(--blue); color: var(--on-blue); border-top-color: var(--amber); }
.level.mid h3, .level.mid dd { color: var(--on-blue); }
.level.mid .cap { color: var(--on-blue-3); }
.level.mid dl, .level.mid dl div { border-color: var(--line-blue); }
.level.mid dt, .level.mid p { color: var(--on-blue-2); }
.level.mid dd i { color: var(--on-blue-2); }
.level.heavy { border-top-color: var(--blue); }
.level .cap { font-family: var(--num); font-weight: 700; font-size: 12.5px; letter-spacing: .1em; color: var(--blue-d); }
.level h3 { font-family: var(--head); font-size: 17px; font-weight: 700; margin: 8px 0 16px; letter-spacing: .01em; }
.level dl { border-top: 1px solid var(--line); }
.level dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.level dt { font-size: 12.5px; color: var(--ink-2); white-space: nowrap; }
.level dd { font-family: var(--num); font-weight: 700; font-size: 22px; color: var(--ink); }
.level dd i { font-style: normal; font-family: var(--sans); font-size: 12px; font-weight: 700; margin-left: 2px; color: var(--ink-2); }
.level p { margin-top: 16px; font-size: 13px; color: var(--ink-2); line-height: 1.9; }

/* ---------- 作業の流れ：深い青の面 ---------- */
.flow-block { background: var(--blue-dd); color: var(--on-blue); }
.flow-block h2 { color: var(--on-blue); }
.flow-block .lead { color: var(--on-blue-2); }
.flow-block .snum { background: rgba(255,255,255,.14); color: #fff; }
.steps { display: grid; gap: 1px; margin-top: clamp(32px, 5vw, 46px); background: var(--line-blue); }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: var(--blue-dd); display: flex; flex-direction: column; }
.step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.step .body { position: relative; overflow: hidden; flex: 1; padding: 24px clamp(20px, 3vw, 26px) 28px; }
.step .body::before {
  content: attr(data-n); position: absolute; right: -8px; bottom: -36px; pointer-events: none;
  font-family: var(--num); font-weight: 700; font-size: 132px; line-height: 1;
  letter-spacing: -.02em; color: rgba(255,255,255,.10);
}
.step .body > * { position: relative; }
.step .kicker { display: block; font-family: var(--num); font-weight: 700; font-size: 12px; letter-spacing: .18em; color: var(--amber); margin-bottom: 8px; }
.step h3 { font-family: var(--head); font-size: 17px; font-weight: 700; letter-spacing: .01em; margin-bottom: 9px; }
.step p { font-size: 13px; color: var(--on-blue-2); line-height: 1.9; }
.step .t { display: inline-block; margin-top: 14px; font-size: 11.5px; letter-spacing: .04em; color: var(--on-blue-2); background: rgba(255,255,255,.12); padding: 5px 11px; border-radius: 4px; }
.step .t b { font-family: var(--num); font-weight: 700; font-size: 16px; color: #fff; }
.step .p-arrive { object-position: center 38%; }
.step .p-kitchen { object-position: center 62%; }
.step .p-mirror { object-position: center 30%; }
.step .p-vacuum { object-position: center 55%; }

/* ---------- お客様の声 ---------- */
.voices { display: grid; gap: 14px; margin-top: 32px; }
@media (min-width: 820px) { .voices { grid-template-columns: repeat(3, 1fr); } }
.voice { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 26px 24px 24px; display: flex; flex-direction: column; }
.voice .head { font-family: var(--head); font-size: 15px; font-weight: 700; line-height: 1.65; margin-bottom: 12px; }
.voice .head .n { font-family: var(--num); font-weight: 700; font-size: 23px; color: var(--blue-d); margin: 0 2px; }
.voice p { font-size: 13.5px; color: var(--ink-2); line-height: 1.95; flex: 1; }
.voice .who { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 11.5px; letter-spacing: .06em; color: var(--ink-3); }

/* ---------- スタッフ ---------- */
.staff-split { padding: 0; background: var(--blue-dd); color: var(--on-blue); display: grid; }
@media (min-width: 900px) { .staff-split { grid-template-columns: 1fr 1fr; } }
.staff-photo { position: relative; }
.staff-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: 49% center; }
@media (min-width: 900px) { .staff-photo img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; } }
.staff-body { padding: clamp(48px, 7vw, 84px) var(--pad); display: flex; align-items: center; }
@media (min-width: 900px) { .staff-body { padding-left: clamp(34px, 4.6vw, 62px); padding-right: clamp(34px, 5vw, 72px); } }
.staff-inner { max-width: 540px; }
.staff-split .snum { background: rgba(255,255,255,.14); color: #fff; }
.staff-split h2 { color: var(--on-blue); }
.staff-split .lead { color: var(--on-blue-2); margin-bottom: 4px; }
.staff-split .pts { margin-top: 22px; display: grid; gap: 14px; }
.staff-split .pt { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid var(--line-blue); }
.staff-split .pt b { font-family: var(--num); font-weight: 700; font-size: 32px; color: var(--amber); line-height: 1; }
.staff-split .pt span { font-size: 13.5px; color: var(--on-blue-2); line-height: 1.85; }
.staff-split .pt span em { font-style: normal; display: block; font-weight: 700; color: var(--on-blue); font-size: 14.5px; }
.staff-note { margin-top: 22px; font-size: 12.5px; color: var(--on-blue-3); line-height: 1.9; }

/* ---------- エリア ---------- */
.area { display: grid; gap: 12px; margin-top: 26px; }
@media (min-width: 700px) { .area { grid-template-columns: repeat(2, 1fr); } }
.area div { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 6px; padding: 18px 22px; font-size: 14px; font-weight: 700; }
.area div span { display: block; font-size: 12px; font-weight: 400; color: var(--ink-3); margin-top: 2px; }

/* ---------- FAQ ---------- */
.faq { margin-top: 30px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); background: #fff; }
.faq summary {
  cursor: pointer; list-style: none; padding: 19px 46px 19px 18px;
  font-size: 14.5px; font-weight: 700; position: relative; letter-spacing: .01em; line-height: 1.7;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 20px; top: 26px;
  width: 11px; height: 11px;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(45deg); transition: transform .3s;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 30px; }
.faq .a { padding: 0 46px 22px 18px; font-size: 13.5px; color: var(--ink-2); line-height: 1.95; }

/* ---------- CTA / ボタン ---------- */
.btn {
  display: block; text-align: center; padding: 17px 30px;
  background: var(--blue); color: #fff; text-decoration: none;
  font-size: 15px; font-weight: 700; letter-spacing: .04em; border-radius: 6px;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.btn:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,136,229,.3); }
.btn small { display: block; font-size: 11px; font-weight: 500; letter-spacing: .06em; opacity: .85; margin-top: 3px; }
.btn.line { background: #fff; color: var(--blue-d); border: 2px solid var(--blue); }
.btn.line:hover { background: var(--blue); color: #fff; }
.btn.light { background: #fff; color: var(--blue-d); }
.btn.light:hover { background: var(--blue-bg); }
.btn.ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn.ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn.ghost-b { background: #fff; color: var(--blue-d); border: 2px solid var(--blue); }
.btn.ghost-b:hover { background: var(--blue); color: #fff; }

.cta-band { background: var(--blue); color: #fff; padding: clamp(52px, 8vw, 80px) 0; text-align: center; }
.cta-final { background: var(--blue-dd); }

.cta-photo { position: relative; overflow: hidden; padding: clamp(80px, 12vw, 118px) 0; }
.cta-media { position: absolute; inset: 0; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.cta-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(12,74,158,.62) 0px, rgba(12,74,158,.90) 64px,
    rgba(12,74,158,.90) calc(100% - 64px), rgba(12,74,158,.62) 100%);
}
.cta-photo > .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: var(--on-blue-2); font-size: 14px; margin-bottom: 30px; }
.cta-band .tel { display: inline-block; text-decoration: none; margin-bottom: 26px; }
.cta-band .tel span { display: block; font-size: 11px; letter-spacing: .14em; color: var(--on-blue-3); margin-bottom: 4px; }
.cta-band .tel b { font-family: var(--num); font-weight: 700; font-size: clamp(40px, 9vw, 54px); letter-spacing: .02em; }
.cta-band .tel em { display: block; font-style: normal; font-size: 11.5px; color: var(--on-blue-3); margin-top: 6px; }
.cta-btns { display: grid; gap: 10px; max-width: 520px; margin: 0 auto; }
@media (min-width: 560px) { .cta-btns { grid-template-columns: 1fr 1fr; } }

/* 明るい地に置く中間CTA */
.cta-inline { background: var(--blue-bg); border: 1px solid var(--line); border-radius: 8px; padding: clamp(28px, 5vw, 40px); text-align: center; margin-top: 40px; }
.cta-inline p { font-family: var(--head); font-size: clamp(16px, 2.6vw, 21px); font-weight: 700; line-height: 1.6; margin-bottom: 6px; }
.cta-inline .sub { font-family: var(--sans); font-size: 13px; font-weight: 400; color: var(--ink-2); margin-bottom: 22px; }
.cta-inline .cta-btns { max-width: 480px; }

/* スマホ追従バー */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(12,74,158,.97); backdrop-filter: blur(8px);
  transform: translateY(115%); transition: transform .35s;
}
.sticky.on { transform: none; }
.sticky a {
  flex: 1; text-align: center; padding: 12px 6px; text-decoration: none;
  font-size: 13.5px; font-weight: 700; letter-spacing: .02em; border-radius: 6px; line-height: 1.4;
}
.sticky a small { display: block; font-size: 10px; font-weight: 500; opacity: .85; }
.sticky .s1 { background: var(--amber); color: var(--ink); }
.sticky .s2 { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }
@media (min-width: 900px) { .sticky { display: none; } }

/* ---------- フッター ---------- */
footer { background: var(--ink); color: #96A6B4; padding: 50px var(--pad) 104px; text-align: center; }
footer .logo { font-family: var(--head); color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .1em; margin-bottom: 14px; }
footer p { font-size: 11.5px; line-height: 2; }
footer .credit { margin-top: 24px; font-size: 10.5px; color: #6C7C8A; }
footer a { color: var(--blue-l); }
@media (min-width: 900px) { footer { padding-bottom: 50px; } }

/* スクロールで浮かび上がる */
.rise { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.rise.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
  html { scroll-behavior: auto; }
}
