/* ─────────────────────────────────────────
   wanova ｜ 株式会社TERASU ホームページ・チラシ制作
   共通スタイル（2026-09-06 マルチページ化）
───────────────────────────────────────── */
:root {
  --navy: #17375c;
  --blue: #28577f;
  --midblue: #477aa8;
  --lightblue: #8eb0c9;
  --paleblue: #edf5fa;
  --paleblue2: #d9e8f2;
  --gray: #fbfaf7;
  --text: #17233a;
  --subtext: #52667a;
  --ink: #111111;
  --paper: #fffdf9;
  --warn: #b5651d;
  --warnbg: #fdf3ea;
  --gold: #C9A24B;
  --wrap: 1080px;
  --radius: 16px;
  --shadow: 0 4px 26px rgba(28,52,97,0.12);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
p, li, td, dd, summary { overflow-wrap: anywhere; word-break: auto-phrase; text-wrap: pretty; }
h1, h2, h3, .plan-name, .sec-sub, .hero-desc, .page-hero p, .ch-title, .step-name { word-break: auto-phrase; text-wrap: balance; }
.sec-sub, .hero-desc, .page-hero p, .ch-desc { text-wrap: pretty; }
a { color: var(--blue); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.inner { max-width: 900px; margin: 0 auto; }
.sec { padding: 84px 0; }
.sec-soft { background: var(--gray); }
.sec-pale { background: linear-gradient(135deg, #fffdf9 0%, #edf5fa 100%); }
.pc { display: inline; }
.sp { display: none; }

/* ── 上部の帯（TERASUのサービスであることを明示） ── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 6px 16px;
}
.topbar a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); }
.topbar a:hover { border-bottom-color: #fff; }

/* ── ヘッダー ── */
header.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,249,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(23,55,92,0.08);
}
.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; background: var(--paper); overflow: hidden; flex-shrink: 0; display:flex; align-items:center; justify-content:center; }
.brand-mark img { width: 84%; height: auto; }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: 0.06em; line-height: 1; }
.brand-sub { display: inline-block; margin-top: 4px; background: var(--paleblue); color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: 0.1em; padding: 2px 10px; border-radius: 10px; }
nav.gnav { display: flex; align-items: center; gap: 22px; }
nav.gnav a { color: var(--text); text-decoration: none; font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; padding: 6px 0; border-bottom: 2px solid transparent; }
nav.gnav a:hover, nav.gnav a.active { color: var(--blue); border-bottom-color: var(--lightblue); }
nav.gnav a.nav-cta { background: var(--blue); color: #fff; padding: 10px 20px; border-radius: 24px; border: none; font-size: 13px; }
nav.gnav a.nav-cta:hover { background: var(--navy); }
.hamburger { display: none; width: 40px; height: 40px; border: 1px solid rgba(23,55,92,0.15); border-radius: 10px; background: #fff; cursor: pointer; position: relative; }
.hamburger span { position: absolute; left: 11px; width: 18px; height: 2px; background: var(--navy); transition: .2s; }
.hamburger span:nth-child(1) { top: 13px; } .hamburger span:nth-child(2) { top: 19px; } .hamburger span:nth-child(3) { top: 25px; }
.sp-menu { display: none; background: var(--paper); border-bottom: 1px solid rgba(23,55,92,0.08); }
.sp-menu.open { display: block; }
.sp-menu a { display: block; padding: 14px 24px; color: var(--text); text-decoration: none; font-weight: 600; border-top: 1px solid rgba(23,55,92,0.06); }
.sp-menu a.sp-cta { color: var(--blue); }

/* ── ボタン ── */
.btn { display: inline-block; text-decoration: none; font-weight: 800; letter-spacing: 0.04em; border-radius: 50px; transition: .2s; text-align: center; }
.btn-primary { background: var(--blue); color: #fff; padding: 16px 40px; font-size: 15px; box-shadow: 0 8px 28px rgba(23,55,92,0.18); }
.btn-primary:hover { background: var(--navy); transform: translateY(-2px); }
.btn-line { background: #06C755; color: #fff; padding: 16px 40px; font-size: 15px; box-shadow: 0 8px 28px rgba(6,199,85,0.22); }
.btn-line:hover { filter: brightness(0.94); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--blue); border: 2px solid var(--lightblue); padding: 14px 34px; font-size: 14px; }
.btn-ghost:hover { background: var(--paleblue); }
.btn-white { background: #fff; color: var(--navy); padding: 16px 40px; font-size: 15px; box-shadow: 0 6px 26px rgba(0,0,0,0.2); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); padding: 14px 36px; font-size: 15px; font-weight: 600; }
.btn-sm { padding: 10px 22px; font-size: 13px; }

/* ── 見出し ── */
.sec-title { text-align: center; font-size: 27px; font-weight: 800; color: var(--navy); line-height: 1.5; }
.sec-title::after { content: ''; display: block; width: 44px; height: 3px; background: var(--lightblue); margin: 12px auto 0; border-radius: 2px; }
.sec-en { display: block; text-align: center; color: var(--lightblue); font-size: 11px; letter-spacing: 0.24em; font-weight: 700; margin-bottom: 8px; }
.sec-sub { text-align: center; color: var(--subtext); font-size: 14px; margin: 16px auto 48px; max-width: 640px; }

/* ── ページ上部（下層ページ） ── */
.page-hero {
  background: radial-gradient(ellipse at 80% 40%, rgba(142,176,201,0.28) 0%, rgba(255,253,249,0) 50%), linear-gradient(135deg, #fffdf9 0%, #fbfaf7 58%, #eef5fa 100%);
  padding: 64px 0 52px; text-align: center;
}
.page-hero .crumb { font-size: 12px; color: var(--subtext); letter-spacing: 0.1em; margin-bottom: 14px; }
.page-hero .crumb a { color: var(--subtext); text-decoration: none; }
.page-hero h1 { font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1.45; }
.page-hero h1 em { color: var(--blue); font-style: normal; }
.page-hero p { color: var(--subtext); font-size: 14.5px; margin-top: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ── トップ：ヒーロー ── */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 76% 42%, rgba(142,176,201,0.3) 0%, rgba(142,176,201,0.12) 20%, rgba(255,253,249,0) 45%), linear-gradient(135deg, #fffdf9 0%, #fbfaf7 58%, #eef5fa 100%);
  padding: 80px 0 96px; text-align: center;
}
.hero-deco { position: absolute; border-radius: 50%; border: 2px solid rgba(40,87,127,0.08); pointer-events: none; }
.hero-deco-1 { width: 520px; height: 200px; top: 150px; right: -60px; transform: rotate(-4deg); }
.hero-deco-2 { width: 320px; height: 120px; bottom: -40px; left: -80px; transform: rotate(8deg); }
.hero-logo { width: 120px; margin: 0 auto 18px; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.8); border: 1px solid rgba(40,87,127,0.18); color: var(--blue); font-size: 12px; font-weight: 600; padding: 6px 20px; border-radius: 20px; letter-spacing: 0.1em; margin-bottom: 26px; }
.hero h1 { font-size: 42px; font-weight: 800; line-height: 1.45; color: var(--text); margin-bottom: 22px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-desc { color: var(--subtext); font-size: 15.5px; line-height: 2; max-width: 600px; margin: 0 auto 38px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: 12px; color: var(--subtext); }
.hero-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-tags span { background: #fff; border: 1px solid var(--paleblue2); color: var(--blue); font-size: 12px; padding: 5px 14px; border-radius: 20px; }

/* ── サービス3本柱（トップ） ── */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 26px; text-decoration: none; color: var(--text); display: flex; flex-direction: column; transition: .2s; }
.pillar:hover { transform: translateY(-4px); }
.pillar .num { color: var(--lightblue); font-size: 11px; letter-spacing: 0.2em; font-weight: 700; }
.pillar h3 { font-size: 18px; color: var(--navy); margin: 8px 0 10px; }
.pillar .price { color: var(--blue); font-weight: 800; font-size: 15px; margin-bottom: 10px; }
.pillar p { font-size: 13.5px; color: var(--subtext); flex: 1; }
.pillar .more { color: var(--blue); font-weight: 700; font-size: 13px; margin-top: 16px; }

/* ── 強み ── */
.reasons-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.reason-card { background: #fff; border-radius: 14px; padding: 24px 18px 22px; text-align: left; box-shadow: 0 2px 14px rgba(28,52,97,0.09); border-top: 3px solid var(--lightblue); }
.reason-num { display: block; color: var(--lightblue); font-size: 11px; letter-spacing: 0.2em; font-weight: 700; margin-bottom: 8px; }
.reason-card h3 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 10px; line-height: 1.5; }
.reason-card p { font-size: 12.5px; color: var(--text); line-height: 1.8; }
.reason-card small { display: block; font-size: 11px; color: var(--subtext); margin-top: 6px; line-height: 1.6; }

/* ── 料金プラン ── */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.plan-card { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s; background: #fff; }
.plan-card:hover { transform: translateY(-5px); }
.plan-header { padding: 30px 22px 24px; text-align: center; }
.plan-light .plan-header { background: linear-gradient(135deg, #8eb0c9, #bfd3e2); }
.plan-standard .plan-header { background: linear-gradient(135deg, #477aa8, #28577f); }
.plan-premium .plan-header { background: linear-gradient(135deg, #28577f, #17375c); }
.plan-badge { display: inline-block; background: rgba(255,255,255,0.22); color: #fff; font-size: 10.5px; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.12em; margin-bottom: 10px; }
.plan-name { color: #fff; font-size: 19px; font-weight: 800; margin-bottom: 8px; line-height: 1.4; }
.plan-price { color: #fff; font-size: 34px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.2; }
.plan-price span { font-size: 14px; font-weight: 400; }
.plan-light .plan-badge { background: rgba(255,255,255,0.5); color: var(--navy); }
.plan-light .plan-name, .plan-light .plan-price { color: var(--navy); }
.plan-body { padding: 22px; flex: 1; }
.plan-tagline { font-size: 12.5px; font-weight: 700; color: var(--blue); background: var(--paleblue); border-radius: 8px; padding: 10px 14px; margin-bottom: 18px; line-height: 1.6; }
.plan-body h4 { font-size: 10.5px; font-weight: 700; color: var(--subtext); letter-spacing: 0.1em; margin-bottom: 9px; padding-bottom: 6px; border-bottom: 1px solid var(--paleblue2); }
.plan-who { margin-bottom: 18px; }
.plan-who p { font-size: 12.5px; line-height: 1.8; }
.plan-includes ul { list-style: none; }
.plan-includes li { font-size: 12.5px; padding: 5px 0 5px 20px; position: relative; line-height: 1.5; border-bottom: 1px solid #f2f6fb; }
.plan-includes li:last-child { border-bottom: none; }
.plan-includes li::before { content: '✓'; position: absolute; left: 0; color: var(--lightblue); font-weight: 700; }
.plan-cta { display: block; margin: 20px 22px 22px; padding: 14px; border-radius: 50px; text-align: center; font-size: 13.5px; font-weight: 700; text-decoration: none; letter-spacing: 0.05em; transition: opacity .2s; }
.plan-cta:hover { opacity: .82; }
.plan-light .plan-cta { background: linear-gradient(135deg, #8eb0c9, #bfd3e2); color: #17375c; }
.plan-standard .plan-cta { background: linear-gradient(135deg, #477aa8, #28577f); color: #fff; }
.plan-premium .plan-cta { background: linear-gradient(135deg, #28577f, #17375c); color: #fff; }
.plan-note { text-align: center; font-size: 12px; color: var(--subtext); margin-top: 20px; }

/* ── 案内ボックス（補助金・用語） ── */
.help-cta { background: linear-gradient(135deg, var(--paleblue) 0%, #e4f1f8 100%); border-radius: 14px; padding: 24px 26px; margin-top: 26px; text-align: center; border: 1px solid rgba(40,87,127,0.12); }
.help-cta .ch-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.help-cta .ch-desc { font-size: 12.5px; color: var(--subtext); margin-bottom: 14px; line-height: 1.7; }
.help-cta a.btn { padding: 11px 24px; font-size: 13px; }

/* ── 比較表 ── */
.compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scroll-hint { display: none; text-align: center; font-size: 11.5px; color: var(--subtext); margin: 0 0 10px; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 12.5px; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 16px rgba(28,52,97,0.09); }
.compare-table th { padding: 15px 13px; font-weight: 700; font-size: 12px; }
.compare-table th:first-child { background: var(--navy); color: #fff; text-align: left; }
.compare-table th.th-light { background: #8eb0c9; color: #17375c; text-align: center; }
.compare-table th.th-standard { background: #477aa8; color: #fff; text-align: center; }
.compare-table th.th-premium { background: #17375c; color: #fff; text-align: center; }
.compare-table td { padding: 12px 13px; border-bottom: 1px solid #edf2f8; text-align: center; }
.compare-table td:first-child { text-align: left; font-weight: 600; color: var(--navy); background: #f8fafc; }
.ck { color: #2a9e5a; font-size: 16px; font-weight: 700; }
.cx { color: #bbc; }
.pt { color: #d18020; font-size: 12px; font-weight: 600; }
.compare-table tr.compare-row { cursor: pointer; transition: background .15s; }
.compare-table tr.compare-row:hover td { background: #f3f8fc; }
.compare-table tr.compare-row td:first-child { position: relative; padding-right: 28px; }
.compare-table tr.compare-row td:first-child::after { content: '＋'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: var(--paleblue); color: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; line-height: 1; }
.compare-table tr.compare-row.open td:first-child::after { content: '−'; }
.compare-table tr.compare-help { display: none; }
.compare-table tr.compare-help.open { display: table-row; }
.compare-table tr.compare-help td { background: #fafcfe !important; text-align: left !important; padding: 14px 18px !important; font-size: 13px; line-height: 1.85; }
.compare-table tr.compare-help td strong { color: var(--blue); }

/* ── オプション・チラシ ── */
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 28px; }
.option-card { background: var(--gray); border: 1px solid var(--paleblue2); border-radius: 14px; padding: 26px 22px; text-align: center; }
.option-card.is-option { background: #fffdf9; border: 1px dashed var(--lightblue); }
.option-tag { display: inline-block; background: var(--paleblue); color: var(--blue); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; padding: 3px 10px; border-radius: 12px; margin-bottom: 10px; }
.option-card h3 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 10px; line-height: 1.5; }
.option-price { font-size: 24px; font-weight: 900; color: var(--blue); margin: 8px 0 14px; }
.option-price span { font-size: 12px; font-weight: 500; color: var(--subtext); }
.option-card p { font-size: 12.5px; line-height: 1.8; }
.option-card .plan-cta { margin: 18px auto 0; max-width: 220px; }
.note-box { background: var(--paleblue); border-radius: 12px; padding: 22px 26px; font-size: 13px; line-height: 1.9; }
.note-box strong { color: var(--blue); }
.note-box small { font-size: 12px; display: block; margin-top: 4px; }

/* ── 制作の流れ ── */
.flow-steps { display: flex; align-items: flex-start; justify-content: center; }
.flow-step { display: flex; flex-direction: column; align-items: center; flex: 0 0 160px; text-align: center; }
.flow-arrow { display: flex; align-items: center; padding-top: 14px; color: var(--lightblue); font-size: 18px; flex: 0 0 20px; }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.step-name { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-desc { font-size: 11.5px; color: var(--subtext); line-height: 1.6; }

/* ── 制作実績・ポートフォリオ ── */
.works-filter { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.works-filter button { background: #fff; border: 1px solid var(--paleblue2); color: var(--blue); font-size: 12.5px; font-weight: 700; padding: 8px 18px; border-radius: 20px; cursor: pointer; transition: .15s; font-family: inherit; }
.works-filter button.active, .works-filter button:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.works-grid.cols2 { grid-template-columns: repeat(2, 1fr); }
.work { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s; text-decoration: none; color: var(--text); }
.work:hover { transform: translateY(-4px); }
.work-thumb { position: relative; background: #e9eef3; overflow: hidden; }
.work-thumb.browser { padding-top: 62.5%; }
.work-thumb.browser img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.work-thumb.print { padding-top: 62.5%; background: linear-gradient(135deg, #f1f4f8, #e4ebf2); }
.work-thumb.print img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 86%; max-width: 86%; width: auto; box-shadow: 0 8px 24px rgba(23,55,92,0.18); border-radius: 4px; }
.work-thumb .bar { position: absolute; top: 0; left: 0; right: 0; height: 22px; background: #fff; border-bottom: 1px solid #e3e8ee; display: flex; align-items: center; gap: 5px; padding-left: 10px; z-index: 2; }
.work-thumb .bar i { width: 7px; height: 7px; border-radius: 50%; background: #d7dde5; display: block; }
.work-thumb.browser img { top: 22px; height: calc(100% - 22px); }
.work-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.work-cat { font-size: 10.5px; letter-spacing: 0.16em; color: var(--lightblue); font-weight: 700; }
.work h3 { font-size: 16px; color: var(--navy); margin: 6px 0 6px; }
.work p { font-size: 12.5px; color: var(--subtext); flex: 1; }
.work-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.work-tags span { background: var(--paleblue); color: var(--blue); font-size: 10.5px; padding: 3px 9px; border-radius: 10px; }
.work-link { margin-top: 12px; font-size: 12.5px; color: var(--blue); font-weight: 700; }
.works-note { text-align: center; font-size: 12px; color: var(--subtext); margin-top: 28px; }

/* ── 補助金・助成金 ── */
.toc { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0 auto 40px; }
.toc a { background: #fff; border: 1px solid var(--paleblue2); color: var(--blue); font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 24px; text-decoration: none; }
.toc a:hover { background: var(--blue); color: #fff; }
.notice { background: var(--warnbg); border-left: 4px solid var(--warn); border-radius: 10px; padding: 18px 22px; font-size: 13px; line-height: 1.85; color: var(--text); }
.notice strong { color: var(--warn); }
.sub-cat { margin-bottom: 64px; }
.sub-cat-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.sub-cat-head .pill { background: var(--navy); color: #fff; font-size: 10.5px; letter-spacing: 0.14em; padding: 4px 12px; border-radius: 12px; font-weight: 700; }
.sub-cat-head h2 { font-size: 22px; color: var(--navy); }
.sub-cat > p.lead { font-size: 14px; color: var(--subtext); margin-bottom: 22px; }
.acc { background: #fff; border: 1px solid var(--paleblue2); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.acc summary { list-style: none; cursor: pointer; padding: 16px 48px 16px 20px; font-weight: 700; font-size: 14.5px; color: var(--navy); position: relative; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '＋'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--paleblue); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.acc[open] summary::after { content: '−'; }
.acc .acc-body { padding: 0 20px 20px; font-size: 13.5px; line-height: 1.9; color: var(--text); }
.acc .acc-body ul { padding-left: 1.2em; margin: 8px 0; }
.acc .acc-body .tip { background: var(--paleblue); border-radius: 8px; padding: 10px 14px; margin-top: 10px; font-size: 12.5px; }
.acc .acc-body .tip strong { color: var(--blue); }
.acc .acc-body strong { color: var(--blue); }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { background: #fff; border-radius: 14px; padding: 24px 22px; box-shadow: 0 2px 14px rgba(28,52,97,0.08); }
.info-card .lbl { font-size: 10.5px; letter-spacing: 0.16em; color: var(--lightblue); font-weight: 700; }
.info-card h3 { font-size: 16px; color: var(--navy); margin: 6px 0 10px; }
.info-card p { font-size: 13px; color: var(--subtext); }
.info-card .val { font-size: 22px; color: var(--blue); font-weight: 900; margin: 6px 0 2px; }
.info-card .val small { font-size: 12px; font-weight: 500; color: var(--subtext); }
.consult-box { background: #fff; border: 2px solid var(--paleblue2); border-radius: 18px; padding: 32px 30px; text-align: center; }
.consult-box h3 { font-size: 20px; color: var(--navy); margin-bottom: 10px; }
.consult-box p { font-size: 13.5px; color: var(--subtext); margin-bottom: 22px; }
.consult-box .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.consult-box small { display: block; margin-top: 14px; font-size: 11.5px; color: var(--subtext); }

/* ── FAQ ── */
.faq-cat { margin-bottom: 48px; }
.faq-cat h2 { font-size: 20px; color: var(--navy); padding-left: 14px; border-left: 4px solid var(--lightblue); margin-bottom: 16px; }
.faq-cat .acc summary::before { content: 'Q'; display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; align-items: center; justify-content: center; font-size: 12px; margin-right: 10px; }

/* ── お問い合わせ ── */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; }
.contact-card { background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 34px 30px; }
.contact-card h3 { font-size: 20px; color: var(--navy); margin-bottom: 8px; }
.contact-card p { font-size: 13.5px; color: var(--subtext); }
.contact-card .qr { width: 150px; margin: 18px auto; border: 1px solid var(--paleblue2); border-radius: 12px; padding: 8px; background: #fff; }
.contact-card .mail { font-size: 18px; font-weight: 800; color: var(--blue); word-break: break-all; margin: 14px 0; display: block; text-decoration: none; }
.contact-steps { list-style: none; counter-reset: c; }
.contact-steps li { counter-increment: c; position: relative; padding: 12px 0 12px 44px; font-size: 13.5px; border-bottom: 1px solid var(--paleblue2); }
.contact-steps li:last-child { border-bottom: none; }
.contact-steps li::before { content: counter(c, decimal-leading-zero); position: absolute; left: 0; top: 12px; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.promise div { background: var(--paleblue); border-radius: 12px; padding: 18px; text-align: center; font-size: 13px; font-weight: 700; color: var(--navy); }

/* ── 運営会社バンド（TERASU） ── */
.terasu-band { background: var(--navy); color: #fff; padding: 64px 0; }
.terasu-flex { display: flex; align-items: center; gap: 40px; }
.terasu-logo-box { flex: 0 0 240px; background: #fff; border-radius: 14px; padding: 26px; display: flex; align-items: center; justify-content: center; }
.terasu-logo-box img { width: 150px; }
.terasu-text .lbl { font-size: 11px; letter-spacing: 0.22em; color: var(--gold); font-weight: 700; }
.terasu-text h2 { font-size: 24px; margin: 8px 0 12px; line-height: 1.5; }
.terasu-text p { font-size: 13.5px; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.terasu-text .svc { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.terasu-text .svc span { border: 1px solid rgba(255,255,255,0.35); font-size: 12px; padding: 5px 12px; border-radius: 16px; }
.terasu-text .svc span.now { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 700; }
.terasu-text a.btn { border: 2px solid var(--gold); color: var(--gold); padding: 12px 28px; font-size: 13.5px; }
.terasu-text a.btn:hover { background: var(--gold); color: var(--navy); }

/* ── CTA ── */
.cta-section { background: linear-gradient(140deg, #1f4d75, #28577f); padding: 80px 0; text-align: center; color: #fff; }
.cta-logo { width: 82px; height: 82px; margin: 0 auto 20px; background: var(--paper); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(0,0,0,0.16); }
.cta-logo img { width: 64px; }
.cta-section h2 { font-size: 28px; font-weight: 800; margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,0.82); font-size: 15px; margin-bottom: 34px; line-height: 1.9; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-small { color: rgba(255,255,255,0.55); font-size: 12px; margin-top: 18px; }

/* ── フッター ── */
footer.site-footer { background: var(--paper); color: var(--subtext); padding: 48px 0 28px; font-size: 12.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand img { width: 44px; }
.footer-brand .nm { font-size: 18px; font-weight: 800; color: var(--ink); line-height: 1; }
.footer-brand .sv { font-size: 11px; color: var(--blue); margin-top: 4px; }
.footer-company { font-size: 12.5px; line-height: 1.9; }
.footer-company a { color: var(--blue); text-decoration: none; font-weight: 700; }
.footer-col-title { display: block; font-size: 11px; letter-spacing: 0.18em; color: var(--lightblue); font-weight: 700; margin-bottom: 10px; }
.footer-nav { list-style: none; }
.footer-nav li { margin-bottom: 6px; }
.footer-nav a { color: var(--text); text-decoration: none; }
.footer-nav a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid rgba(23,55,92,0.08); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 11.5px; color: rgba(23,55,92,0.55); }
.footer-bottom a { color: rgba(23,55,92,0.6); text-decoration: none; }

/* ── 法的ページ ── */
.legal { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.legal h2 { font-size: 17px; color: var(--navy); margin: 30px 0 10px; padding-left: 12px; border-left: 4px solid var(--lightblue); }
.legal p, .legal li { font-size: 13.5px; line-height: 1.9; }
.legal ul { padding-left: 1.3em; }
.legal table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.legal th, .legal td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--paleblue2); vertical-align: top; }
.legal th { width: 32%; color: var(--navy); background: #f8fafc; font-weight: 700; }
.legal .date { text-align: right; font-size: 12.5px; color: var(--subtext); margin-top: 24px; }

/* ── レスポンシブ ── */
@media (max-width: 960px) {
  nav.gnav { display: none; }
  .hamburger { display: block; }
  .pillars, .info-cards, .plans-grid { grid-template-columns: 1fr; }
  .plan-card { max-width: 560px; margin: 0 auto; width: 100%; }
  .flow-steps { flex-direction: column; align-items: center; gap: 6px; }
  .flow-step { flex-basis: auto; max-width: 420px; }
  .flow-arrow { padding-top: 0; transform: rotate(90deg); }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .works-grid, .works-grid.cols2 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .terasu-flex { flex-direction: column; text-align: center; }
  .terasu-text .svc { justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .pc { display: none; }
  .sp { display: inline; }
  .topbar { font-size: 11px; letter-spacing: 0.02em; }
  .hero-badge { font-size: 11px; padding: 6px 14px; }
  .sec { padding: 56px 0; }
  .hero { padding: 56px 0 70px; }
  .hero h1 { font-size: 26px; }
  .hero-desc { font-size: 14px; text-align: left; line-height: 1.9; }
  .sec-sub { text-align: left; font-size: 13.5px; }
  .page-hero p { text-align: left; }
  .help-cta .ch-desc { text-align: left; }
  .hero-tags span { font-size: 11px; }
  .hero-ctas .btn { width: 100%; }
  .page-hero h1 { font-size: 24px; }
  .sec-title { font-size: 22px; }
  .plans-grid, .option-grid, .works-grid, .works-grid.cols2, .promise { grid-template-columns: 1fr; }
  .reasons-grid { grid-template-columns: 1fr; gap: 12px; }
  .reason-card { padding: 18px 20px; }
  .reason-card h3 { margin-bottom: 6px; }
  .flow-steps { flex-direction: column; align-items: center; gap: 8px; }
  .flow-arrow { padding-top: 0; transform: rotate(90deg); }
  .cta-buttons .btn, .consult-box .ctas .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-table { min-width: 520px; }
  .scroll-hint { display: block; }
  .compare-table-wrap { border-radius: 14px; box-shadow: inset -14px 0 14px -14px rgba(23,55,92,0.25); }
  .brand-name { font-size: 17px; }
  .terasu-logo-box { flex-basis: auto; width: 100%; }
}
