/* 高林栄二税理士事務所 共通スタイル（マロニエ型デザイン v4） */
:root {
  --main: #00acac;
  --main-dark: #008b8b;
  --main-deep: #076a6a;
  --pale: #edf9f9;
  --bg-gray: #f7f7f7;
  --ink: #333333;
  --muted: #777777;
  --line: #e5e5e5;
  --accent: #f7d305;
  --accent-dark: #e5c300;
  --red: #f36060;
  --maru: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --shadow: 0 2px 4px rgba(0,0,0,.05), 0 4px 8px -4px rgba(0,0,0,.12);
  --shadow-lg: 0 2px 8px rgba(0,0,0,.08), 0 8px 20px -8px rgba(0,0,0,.18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 84px; }
body { font-family: var(--sans); color: var(--ink); line-height: 1.9; font-size: 16px; background: #fff; letter-spacing: .025em; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
h2 { font-family: var(--maru); font-size: 30px; font-weight: 700; color: var(--main); margin-bottom: 16px; line-height: 1.5; }
.lead { color: var(--muted); font-size: 15px; max-width: 62ch; margin: 0 0 44px; }
.prose { max-width: 62ch; margin: 0 0 18px; font-size: 15px; }
.prose + .contrast { margin-top: 34px; }
a { color: var(--main); }
a[href="https://sapo10.com"] { color: #d81f2a; font-weight: 700; }


/* ヘッダー */
header.site { position: sticky; top: 0; background: rgba(255,255,255,.97); box-shadow: 0 1px 4px rgba(0,0,0,.06); z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--maru); font-size: 18px; font-weight: 700; color: var(--ink); text-decoration: none; line-height: 1.3; }
.brand .logo-mark { display: block; width: 66px; height: auto; flex-shrink: 0; }
.brand small { display: block; font-family: var(--sans); font-size: 9px; color: var(--main); font-weight: 500; letter-spacing: .18em; }
@media (max-width: 800px) { .brand { font-size: 16px; gap: 8px; } .brand .logo-mark { width: 56px; } }
@media (max-width: 560px) { .brand small { display: none; } }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { font-size: 14px; color: var(--ink); text-decoration: none; font-family: var(--maru); }
.nav-links a:hover { color: var(--main); }
.nav-links a.current { color: var(--main); border-bottom: 2px solid var(--main); }
.nav-cta { background: var(--main); color: #fff !important; padding: 9px 20px; border-radius: 999px; font-weight: 700; font-size: 13px !important; box-shadow: var(--shadow); }
.nav-cta:hover { background: var(--main-dark); color: #fff !important; }
.nav-tel { font-size: 14px; font-weight: 700; color: var(--main) !important; text-decoration: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 9px; margin-right: -9px; background: none; border: 0; cursor: pointer; }
.nav-toggle .bar { display: block; height: 2px; background: var(--main-deep); border-radius: 2px; transition: transform .25s, opacity .15s; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* トップ用ヒーロー */
.hero { position: relative; min-height: 66vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden;
  background:
    linear-gradient(rgba(0,55,55,.60), rgba(0,50,55,.58)),
    url('images/hero.jpg') center 30%/cover no-repeat,
    linear-gradient(118deg, #0a7f7f 0%, #00acac 52%, #4cbfbf 100%);
  padding: 96px 24px; }
.hero-inner { position: relative; z-index: 2; }
.hero h1 { font-family: var(--maru); font-size: 44px; font-weight: 700; line-height: 1.7; margin-bottom: 20px; text-shadow: 0 2px 12px rgba(0,40,40,.35); }
.hero .badge { display: inline-block; background: rgba(255,255,255,.92); color: var(--main-dark); font-size: 13px; font-weight: 700; font-family: var(--maru); padding: 6px 20px; border-radius: 999px; margin-bottom: 24px; letter-spacing: .06em; }
.hero .sub { font-size: 16.5px; margin-bottom: 36px; opacity: .96; text-shadow: 0 1px 8px rgba(0,40,40,.4); }
.hero .scroll { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: .2em; color: rgba(255,255,255,.85); z-index: 2; }
.hero .scroll::after { content: ""; display: block; width: 1px; height: 26px; background: rgba(255,255,255,.8); margin: 6px auto 0; animation: drop 1.8s ease-in-out infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(1); opacity: 0; } }

/* 下層ページ用タイトル帯 */
.page-hero { background:
    linear-gradient(rgba(0,72,72,.45), rgba(0,72,72,.45)),
    linear-gradient(118deg, #0a7f7f 0%, #00acac 60%, #4cbfbf 100%);
  color: #fff; text-align: center; padding: 64px 24px 56px; }
.page-hero h1 { font-family: var(--maru); font-size: 32px; font-weight: 700; line-height: 1.6; }
.page-hero .en { display: block; font-size: 12px; letter-spacing: .24em; opacity: .85; margin-bottom: 8px; }
.breadcrumb { font-size: 12px; color: var(--muted); padding: 12px 0; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--main); }

/* ボタン */
.cta-btn { display: inline-block; background: var(--accent); color: var(--ink); font-family: var(--maru); font-size: 17px; font-weight: 700; padding: 17px 46px; border-radius: 999px; text-decoration: none; box-shadow: 0 4px 0 var(--accent-dark), 0 8px 18px rgba(0,0,0,.18); transition: transform .15s, box-shadow .15s; }
.cta-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--accent-dark), 0 5px 12px rgba(0,0,0,.16); }
.more-btn { display: inline-block; background: #fff; color: var(--main); font-family: var(--maru); font-size: 14px; font-weight: 700; padding: 10px 28px; border-radius: 999px; border: 2px solid var(--main); text-decoration: none; transition: background .2s, color .2s; }
.more-btn:hover { background: var(--main); color: #fff; }

/* お悩み */
.nayami { background: var(--bg-gray); }
.nayami-list { max-width: 760px; background: #fff; border-radius: 10px; padding: 30px 36px; border: 1px solid var(--line); }
.nayami-list li { list-style: none; padding: 9px 0 9px 36px; position: relative; font-size: 15px; border-bottom: 1px dashed var(--line); }
.nayami-list li:last-child { border-bottom: none; }
.nayami-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--main); font-weight: 700; font-size: 17px; }
.nayami-close { margin-top: 28px; font-size: 16.5px; font-family: var(--maru); }
.nayami-close strong { color: var(--main-dark); }

/* 参謀ポジショニング */
.sanbo h2, .sanbo .lead { text-align: left; }
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 800px; text-align: left; }
.contrast .box { border-radius: 14px; padding: 28px 30px; font-size: 14.5px; line-height: 1.9; box-shadow: var(--shadow); }
.contrast .box .tag { display: block; font-family: var(--maru); font-size: 12.5px; font-weight: 700; letter-spacing: .06em; margin-bottom: 10px; }
.contrast .old { background: var(--bg-gray); color: var(--muted); }
.contrast .old .tag { color: #999; }
.contrast .new { background: var(--pale); color: var(--main-deep); border: 2px solid var(--main); }
.contrast .new .tag { color: var(--main); }
.sanbo-close { margin-top: 30px; font-family: var(--maru); font-size: 21px; font-weight: 700; }
.sanbo-close .em { color: var(--main); }

/* 速さの帯 */
.speed-strip { background: var(--main); color: #fff; text-align: center; padding: 42px 20px; }
.speed-strip .num { font-family: var(--maru); font-size: 32px; font-weight: 700; line-height: 1.5; }
.speed-strip .num .y { color: var(--accent); }
.speed-strip p { font-size: 14px; opacity: .94; margin-top: 6px; }

/* カード */
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border-radius: 14px; padding: 30px 26px; box-shadow: var(--shadow); }
.card h3 { font-family: var(--maru); font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--main-dark); }
.card p { font-size: 14px; color: var(--muted); }
.card.em { border: 2px solid var(--main); }
.card .card-more { display: block; text-align: right; margin-top: 14px; font-family: var(--maru); font-size: 13.5px; font-weight: 700; text-decoration: none; }
.card .card-more:hover { text-decoration: underline; }
.card-link { display: flex; flex-direction: column; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.card-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* 引用帯 */
.quote-strip { background: var(--main-deep); color: #fff; text-align: center; padding: 56px 20px; }
.quote-strip .q { font-family: var(--maru); font-size: 23px; font-weight: 700; line-height: 2; }
.quote-strip .s { font-size: 14px; opacity: .88; margin-top: 14px; }

/* 3つの壁 */
.kabe-sec { background: var(--bg-gray); }
.walls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wall { background: #fff; border-radius: 10px; padding: 28px 26px; display: flex; flex-direction: column; border: 1px solid var(--line); }
.wall .kabe-tag { display: inline-block; align-self: flex-start; background: #fcf0ef; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .05em; padding: 2px 14px; border-radius: 999px; }
.wall h3 { font-family: var(--maru); font-size: 16.5px; font-weight: 700; margin: 12px 0 10px; }
.wall .body { font-size: 13.5px; color: var(--muted); flex: 1; line-height: 1.8; }
.wall .ans { margin-top: 16px; background: var(--pale); border-radius: 10px; padding: 14px 16px; font-size: 13.5px; color: var(--main-deep); line-height: 1.8; }
.wall .ans strong { display: block; font-family: var(--maru); font-size: 11.5px; letter-spacing: .06em; margin-bottom: 4px; color: var(--main); }
.kabe-close { margin-top: 30px; font-size: 16px; font-family: var(--maru); }
.kabe-close strong { color: var(--main-dark); }

/* 行政書士・料金 */
.gyosei { background: var(--pale); }
.price-table { width: 100%; border-collapse: collapse; max-width: 700px; margin: 0 0 8px; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.price-table th, .price-table td { padding: 15px 20px; font-size: 15px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: none; }
.price-table td.price { text-align: right; font-weight: 700; white-space: nowrap; color: var(--main-deep); }
.note { font-size: 12px; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 40px 0 16px; }
.step { background: #fff; border-radius: 14px; padding: 22px 18px; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.step .tag { font-size: 11px; color: var(--main); font-weight: 700; letter-spacing: .05em; }
.step h4 { font-family: var(--maru); font-size: 15px; font-weight: 700; margin: 4px 0 8px; }
.step .desc { font-size: 12.5px; color: var(--muted); flex: 1; line-height: 1.7; }
.step .price { font-size: 22px; font-weight: 700; margin-top: 12px; color: var(--main-deep); }
.step .price small { display: block; margin-top: 2px; font-size: 11.5px; color: var(--muted); font-weight: 400; }
.step.osusume { border: 2px solid var(--main); position: relative; }
.step.osusume .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--ink); font-family: var(--maru); font-size: 11px; font-weight: 700; padding: 3px 16px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow); }
.bunkatsu-close { font-size: 15.5px; margin-top: 20px; font-family: var(--maru); }

/* 代表あいさつ */
.greeting-grid { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; max-width: 900px; }
.greeting-grid .photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 12%; border-radius: 14px; box-shadow: var(--shadow); display: block; }
.photo-figure { max-width: 820px; margin: 0 0 8px; }
.photo-figure img { width: 100%; border-radius: 16px; box-shadow: var(--shadow-lg); display: block; }
.photo-figure figcaption { text-align: center; font-size: 13px; color: var(--muted); margin-top: 12px; }
.greeting-text p { margin-bottom: 16px; font-size: 15px; }
.greeting-text .name { font-family: var(--maru); font-size: 19px; font-weight: 700; }
.greeting-text .reg { font-size: 12px; color: var(--muted); }

/* 流れ */
.flow { background: var(--bg-gray); }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0 0 30px; }
.flow-step { background: #fff; border-radius: 10px; padding: 24px 18px; text-align: center; border: 1px solid var(--line); }
.flow-step .n { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; background: var(--main); color: #fff; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; margin-bottom: 10px; font-family: var(--maru); }
.flow-step h4 { font-family: var(--maru); font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.flow-step p { font-size: 12.5px; color: var(--muted); line-height: 1.7; }
.henkou-box { max-width: 780px; background: #fff; border-left: 4px solid var(--main); border-radius: 0 14px 14px 0; padding: 22px 26px; font-size: 14px; color: var(--muted); box-shadow: var(--shadow); }
.henkou-box strong { color: var(--ink); font-family: var(--maru); }

/* FAQ */
.faq-list { max-width: 780px; }
.faq-list details { background: #fff; border-radius: 12px; margin-bottom: 12px; box-shadow: var(--shadow); overflow: hidden; }
.faq-list summary { cursor: pointer; font-family: var(--maru); font-weight: 700; font-size: 15px; padding: 18px 48px 18px 52px; list-style: none; position: relative; }
.faq-list summary::before { content: "Q"; position: absolute; left: 20px; color: var(--main); font-weight: 700; font-size: 17px; }
.faq-list summary::after { content: "＋"; position: absolute; right: 20px; color: var(--main); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list .a { padding: 0 20px 18px 52px; font-size: 14.5px; color: var(--muted); position: relative; }
.faq-list .a::before { content: "A"; position: absolute; left: 20px; color: var(--red); font-weight: 700; font-size: 16px; }

/* 事務所概要 */
.gaiyo { background: var(--bg-gray); }
.gaiyo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 940px; }
.gaiyo-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.gaiyo-table th { width: 32%; text-align: left; font-size: 13px; color: var(--main-deep); font-weight: 700; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--pale); vertical-align: top; font-family: var(--maru); }
.gaiyo-table td { font-size: 14px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: #fff; }
.gaiyo-table tr:last-child th, .gaiyo-table tr:last-child td { border-bottom: none; }
.map-frame { width: 100%; height: 100%; min-height: 300px; border: 0; border-radius: 14px; box-shadow: var(--shadow); }

/* お問い合わせ */
.contact { text-align: center; background: linear-gradient(180deg, #fff 0%, var(--pale) 100%); }
.contact .closing { font-family: var(--maru); font-size: 25px; font-weight: 700; line-height: 1.9; margin-bottom: 8px; color: var(--main-deep); }
.contact .closing-sub { color: var(--muted); margin-bottom: 38px; }
.form-box { max-width: 560px; margin: 0 auto; text-align: left; background: #fff; border-radius: 14px; padding: 36px; box-shadow: var(--shadow-lg); }
.form-box label { display: block; font-size: 13px; font-weight: 700; margin: 18px 0 6px; font-family: var(--maru); }
.form-box label:first-child { margin-top: 0; }
.form-box .req { color: var(--red); font-size: 11px; margin-left: 6px; }
.form-box input, .form-box select, .form-box textarea { width: 100%; padding: 12px 14px; border: 1px solid #d5dcda; border-radius: 10px; font-size: 15px; font-family: var(--sans); background: var(--bg-gray); }
.form-box input:focus, .form-box select:focus, .form-box textarea:focus { outline: 2px solid var(--main); background: #fff; }
.form-box textarea { min-height: 120px; resize: vertical; }
.form-box button { width: 100%; margin-top: 28px; background: var(--accent); color: var(--ink); font-family: var(--maru); font-size: 16px; font-weight: 700; padding: 16px; border: none; border-radius: 999px; cursor: pointer; box-shadow: 0 4px 0 var(--accent-dark), 0 8px 18px rgba(0,0,0,.12); transition: transform .15s, box-shadow .15s; }
.form-box button:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--accent-dark), 0 5px 12px rgba(0,0,0,.1); }
.form-note { font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-box .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-box button:disabled { cursor: default; opacity: .6; transform: none; box-shadow: 0 4px 0 var(--accent-dark); }
.form-box input:disabled, .form-box select:disabled, .form-box textarea:disabled { opacity: .6; }
.form-status { margin-top: 16px; padding: 12px 16px; border-radius: 10px; font-size: 14px; line-height: 1.8; }
.form-status.is-sending { background: var(--bg-gray); color: var(--muted); }
.form-status.is-ok { background: var(--pale); color: var(--main-deep); border: 1px solid var(--main); font-weight: 700; }
.form-status.is-error { background: #fdeeee; color: #b3323a; border: 1px solid var(--red); }
.form-status-code { display: block; margin-top: 4px; font-size: 12px; opacity: .8; }

/* フッター */
footer.site { background: var(--main-deep); color: #d8efef; padding: 44px 0; font-size: 13px; }
footer.site .f-name { font-family: var(--maru); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
footer.site .f-nav { margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
footer.site .f-nav a { color: #d8efef; font-size: 12.5px; text-decoration: none; }
footer.site .f-nav a:hover { color: #fff; text-decoration: underline; }
footer.site .copy { margin-top: 18px; font-size: 11px; color: #9fcfcf; }

/* 月次決算レポートカード */
.report-card { max-width: 820px; margin: 0 0 56px; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.report-head { background: var(--main); color: #fff; padding: 14px 26px; font-family: var(--maru); font-size: 15px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.report-head small { opacity: .85; font-weight: 400; font-size: 11px; font-family: var(--sans); }
.report-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 24px 14px; border-right: 1px solid var(--line); text-align: center; }
.metric:last-child { border-right: none; }
.metric .label { font-size: 12px; color: var(--muted); }
.metric .val { font-family: var(--maru); font-size: 23px; font-weight: 700; color: var(--main-dark); margin-top: 4px; line-height: 1.4; }
.metric .val small { font-size: 12px; }
.report-foot { border-top: 1px solid var(--line); padding: 14px 26px; font-size: 12.5px; color: var(--muted); background: var(--bg-gray); }
.report-contents { border-top: 1px solid var(--line); padding: 20px 26px 16px; }
.rc-title { font-size: 12px; color: var(--main); font-weight: 700; letter-spacing: .06em; margin-bottom: 10px; font-family: var(--maru); }
.rc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 30px; }
.rc-item { padding: 8px 0; border-bottom: 1px dashed var(--line); }
.rc-name { display: block; font-weight: 700; font-size: 14px; font-family: var(--maru); }
.rc-desc { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.6; }

.tax-table { width: 100%; border-collapse: collapse; }
.tax-table td { padding: 13px 22px; font-size: 14px; border-bottom: 1px solid var(--line); }
.tax-table tr:last-child td { border-bottom: none; }
.tax-table .m { width: 80px; font-weight: 700; color: var(--main-dark); white-space: nowrap; font-family: var(--maru); }
.tax-table .amt { text-align: right; font-weight: 700; white-space: nowrap; }

.ba-table { width: 100%; max-width: 820px; margin: 0 0 56px; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.ba-table th, .ba-table td { padding: 14px 16px; font-size: 14px; border-bottom: 1px solid var(--line); background: #fff; }
.ba-table thead th { text-align: center; font-size: 14px; font-family: var(--maru); }
.ba-table tbody th { font-weight: 500; font-size: 13px; color: var(--muted); text-align: left; width: 26%; }
.ba-table td { text-align: center; }
.ba-table .col-old { color: var(--muted); background: var(--bg-gray); }
.ba-table .col-new { background: var(--pale); color: var(--main-deep); font-weight: 700; }
.ba-table thead .col-new { background: var(--main); color: #fff; }

/* セクションCTA */
.section-cta { text-align: center; margin-top: 48px; }
.section-cta .fuan { font-family: var(--maru); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.section-cta .s { font-size: 14px; color: var(--muted); margin-top: 16px; }
.cta-check { max-width: 540px; margin: 22px auto 26px; text-align: left; background: #fff; border-radius: 10px; padding: 24px 30px; border: 1px solid var(--line); }
.cta-check .t { font-family: var(--maru); font-size: 13px; font-weight: 700; color: var(--main); letter-spacing: .05em; margin-bottom: 8px; }
.cta-check li { list-style: none; padding: 7px 0 7px 32px; position: relative; font-size: 14.5px; border-bottom: 1px dashed var(--line); }
.cta-check li:last-child { border-bottom: none; }
.cta-check li::before { content: ""; position: absolute; left: 6px; top: 18px; width: 10px; height: 1px; background: var(--main); }
.uke { font-family: var(--maru); font-size: 14.5px; font-weight: 700; color: var(--main-dark); margin-bottom: 14px; }

/* トップの下部CTA帯 */
.cta-band { background: linear-gradient(118deg, #0a7f7f 0%, #00acac 60%, #4cbfbf 100%); color: #fff; text-align: center; padding: 72px 24px; }
.cta-band .closing { font-family: var(--maru); font-size: 25px; font-weight: 700; line-height: 1.9; margin-bottom: 8px; }
.cta-band .closing-sub { opacity: .92; margin-bottom: 32px; }
.cta-band .tel { margin-top: 16px; font-size: 14px; }
.cta-band .tel a { color: #fff; font-weight: 700; }

@media (max-width: 800px) {
  .report-grid { grid-template-columns: 1fr 1fr; }
  .metric { border-bottom: 1px solid var(--line); }
  .rc-grid { grid-template-columns: 1fr; }
  .ba-table tbody th { width: 30%; }
  /* スマホ: ヘッダーはロゴ＋ハンバーガー。メニューはドロップダウン */
  .nav { position: relative; }
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 24px 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 10px 18px rgba(0,0,0,.10); }
  .nav-links.open { display: flex; }
  .nav-links a:not(.nav-tel):not(.nav-cta) { padding: 15px 4px; font-size: 15px; border-bottom: 1px solid var(--line); }
  .nav-links a.current { border-bottom: 1px solid var(--line); font-weight: 700; }
  .nav-tel { display: block; margin-top: 18px; padding: 13px; text-align: center; font-size: 16px; border: 2px solid var(--main); border-radius: 999px; }
  .nav-cta { display: block; margin-top: 10px; padding: 14px; text-align: center; font-size: 15px !important; }
  .hero { min-height: 480px; padding: 72px 20px 80px; }
  .hero h1 { font-size: 30px; }
  .page-hero h1 { font-size: 24px; }
  h2 { font-size: 24px; }
  section { padding: 56px 0; }
  .cards3, .steps, .flow-grid, .gaiyo-grid, .walls, .contrast { grid-template-columns: 1fr; }
  .steps { gap: 20px; }
  .greeting-grid { grid-template-columns: 1fr; }
  .quote-strip .q { font-size: 18px; }
  /* 料金表: 幅の広い金額セルが横スクロールを起こすため折り返す */
  .price-table th, .price-table td { padding: 13px 14px; font-size: 14px; }
  .price-table td.price { white-space: normal; }
}
