/* ==========================================================
   kadai.css v2 — 困りごと入口（HUB）・課題LP 共通スタイル
   方針（2026-09-26 寺嵜指示「今時・明るい・スマホ版を見習え」参考: vivid-grp.co.jp 実測）
   ・白基調。淡い水色の帯（--band）と白を交互に置き、罫線ではなく色差と余白で区切る
   ・アクセントはスカイブルー1色（見出し短罫・英字ラベル・番号・リンク）
   ・CTAは1色（--cta）。デフォルト スカイ #0093CF（2026-09-27 寺嵜決定）。html[data-cta="navy"|"coral"] で切替可
   ・角丸 20px の白カード、丸ボタン（radius 999 / 高さ 52px）、影・グラデーション・絵文字は使わない
   ・書体 Noto Sans JP（本文400・見出し700）＋ Montserrat（英字ラベル・番号）
   ・スマホ：ヘッダー白 sticky 64px＋ハンバーガー、画面下に「相談する｜LINEで送る」2分割の固定バー
   旧版（R1配色・明朝）は assets/kadai-r1.css に保持
   ========================================================== */
:root{
  --sky:#00AEEF; --sky-deep:#0093CF;
  --band:#E8F7FD; --band-light:#F3FBFE;
  --ink:#102F40; --sub:#4F6472; --muted:#7A8A94;
  --line:#D9E8EF; --line-strong:#B9D3DF;
  --cta:#0093CF; --cta-deep:#0079AD; --cta-text:#FFFFFF;
  --lineapp:#06C755; --lineapp-deep:#05B04C;
  --white:#FFFFFF; --photo:#DCEEF8;
  --en:"Montserrat","Noto Sans JP",sans-serif;
  --r-card:20px; --r-pill:999px;
}
html[data-cta="navy"]{--cta:#102F40;--cta-deep:#1B4A63}
html[data-cta="coral"]{--cta:#FA7748;--cta-deep:#E8602F}
html[data-accent="teal"]{--sky:#38B3D0;--sky-deep:#2A9DB8;--band:#E5FBFF;--band-light:#F2FDFF}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;color:var(--ink);background:var(--white);line-height:1.85;letter-spacing:.03em;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:16px;font-weight:400;padding-bottom:64px}
@media(min-width:861px){body{padding-bottom:0}}
h1,h2,h3,h4,.h2{font-weight:700;letter-spacing:.04em}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
b,strong{font-weight:700}
.wrap{max-width:1040px;margin:0 auto;padding:0 20px}
.section{padding:48px 0}
.section.alt{background:var(--band)}
@media(min-width:861px){.section{padding:72px 0}}

/* 見出しの型：英字ラベル → 日本語見出し → 30×3 の短罫 */
.en{font-family:var(--en);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sky-deep);margin-bottom:8px}
.eyebrow{display:inline-block;background:var(--band);color:var(--sky-deep);border-radius:var(--r-pill);padding:5px 12px;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:14px}
.section.alt .eyebrow{background:var(--white)}
.h2{font-size:clamp(23px,6.2vw,28px);line-height:1.5;color:var(--ink);margin-bottom:14px;position:relative;padding-bottom:16px}
.h2::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:3px;background:var(--sky);border-radius:2px}
@media(min-width:861px){.h2{font-size:32px;padding-bottom:20px}.h2::after{width:37px;height:4px}}
.lead{font-size:15.5px;color:var(--sub);line-height:1.9;max-width:760px}
.note{font-size:13px;color:var(--muted);line-height:1.8;margin-top:14px}
.note a{color:var(--sky-deep);font-weight:700}

/* topbar / header */
.topbar{display:none;background:var(--band);color:var(--sub);font-size:12px;letter-spacing:.03em;padding:7px 0}
.topbar-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
.topbar a{color:var(--ink);font-weight:700}.topbar a:hover{color:var(--sky-deep)}
@media(min-width:861px){.topbar{display:block}}
.site-header{background:var(--white);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-mark{width:36px;height:36px;background:var(--sky);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--white);font-family:var(--en);font-weight:700;font-size:18px;flex:0 0 36px}
.brand-text .name{font-weight:700;font-size:15px;color:var(--ink);white-space:nowrap;letter-spacing:.02em}
.brand-text .sub{font-family:var(--en);font-size:9.5px;color:var(--sub);letter-spacing:.14em;margin-top:1px;font-weight:600}
.gnav{display:none;gap:22px;align-items:center}
.gnav a{font-size:14px;font-weight:700;color:var(--ink)}.gnav a:hover{color:var(--sky-deep)}
.gnav .cta-mini{background:var(--cta);color:var(--cta-text);padding:11px 20px;border-radius:var(--r-pill);font-size:14px;font-weight:700;white-space:nowrap}
.gnav .cta-mini:hover{background:var(--cta-deep);color:var(--cta-text)}
@media(min-width:861px){.gnav{display:flex}}
/* ハンバーガー（スマホ） */
.menu-btn{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:none;border:0;cursor:pointer;margin-right:-10px}
.menu-btn span{display:block;width:24px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s,opacity .3s}
body.is-drawer .menu-btn span:nth-child(1){transform:translateY(8px) rotate(45deg)}
body.is-drawer .menu-btn span:nth-child(2){opacity:0}
body.is-drawer .menu-btn span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media(min-width:861px){.menu-btn{display:none}}
.drawer-bg{position:fixed;inset:0;background:rgba(16,47,64,.35);z-index:110;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.drawer{position:fixed;top:0;right:0;bottom:0;width:min(84vw,360px);background:var(--white);z-index:120;transform:translateX(100%);visibility:hidden;transition:transform .4s cubic-bezier(.2,.7,.2,1),visibility .4s;overflow-y:auto;padding:76px 24px 32px;display:flex;flex-direction:column;gap:22px}
body.is-drawer .drawer{transform:translateX(0);visibility:visible}
body.is-drawer .drawer-bg{opacity:1;visibility:visible}
body.is-drawer{overflow:hidden}
.drawer .d-title{font-size:13px;font-weight:700;color:var(--sky-deep);letter-spacing:.06em;margin-bottom:6px}
.drawer li a{display:flex;justify-content:space-between;align-items:center;padding:13px 2px;border-bottom:1px solid var(--line);font-size:15.5px;font-weight:500;color:var(--ink)}
.drawer li a::after{content:"";width:8px;height:8px;border-right:2px solid var(--sky-deep);border-bottom:2px solid var(--sky-deep);transform:rotate(-45deg);flex:0 0 8px}
.drawer .d-tel{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--sky-deep);font-family:var(--en);font-size:24px;font-weight:700;letter-spacing:.02em;margin-top:6px}
.drawer .d-tel small{font-family:"Noto Sans JP",sans-serif;font-size:12.5px;color:var(--sub);font-weight:500;letter-spacing:.03em}
.drawer .btn{margin:0 auto}

/* hero（白基調：本文 → CTA → 大きな角丸写真） */
.hero{background:var(--white);padding:28px 0 36px}
.hero-inner{max-width:1040px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;gap:22px;align-items:center}
@media(min-width:861px){.hero{padding:56px 0 64px}.hero-inner{grid-template-columns:1.15fr .85fr;gap:48px}}
.hero h1{font-size:clamp(25px,6.8vw,30px);line-height:1.45;margin-bottom:14px;letter-spacing:.04em;color:var(--ink);font-weight:700}
@media(min-width:861px){.hero h1{font-size:40px;line-height:1.4}}
.hero h1 .l{display:inline-block}
.hero h1 br.pc{display:none}
@media(min-width:861px){.hero h1 br.pc{display:inline}}
.hero h1 .accent{color:var(--ink)}
.hero .lead{max-width:640px;font-size:15px}
.hero-cta{display:flex;flex-direction:column;gap:10px;margin-top:22px}
@media(min-width:861px){.hero-cta{flex-direction:row;flex-wrap:wrap;gap:12px}}
.hero-meta{margin-top:14px;font-size:13px;color:var(--sub);line-height:1.8}
.hero-meta b{color:var(--ink)}
.hero-meta a{color:var(--sky-deep);font-weight:700}
.hero-photo{position:relative;background:linear-gradient(160deg,var(--photo),var(--band-light));border-radius:24px;overflow:hidden;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--sub);font-size:13px;line-height:1.7;padding:20px}
@media(min-width:861px){.hero-photo{border-radius:32px;aspect-ratio:4/5;max-height:520px}}
.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-photo .ph{display:flex;flex-direction:column;align-items:center;gap:8px}
.hero-photo .ph svg{width:36px;height:36px;color:var(--sky-deep)}
.hero-caption{font-size:12px;color:var(--muted);margin-top:8px;line-height:1.7;padding-left:12px;border-left:3px solid var(--sky)}

/* ボタン：丸ボタン（右端に矢印） */
.btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:12px 44px 12px 24px;border-radius:var(--r-pill);font-weight:700;font-size:15px;line-height:1.35;text-align:center;position:relative;width:100%;max-width:420px;transition:background .15s,color .15s,border-color .15s}
.btn::after{content:"";position:absolute;right:20px;top:50%;width:16px;height:16px;transform:translateY(-50%);background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat}
@media(min-width:861px){.btn{width:auto;min-width:300px;min-height:60px;font-size:16px;padding:14px 52px 14px 30px}}
.btn-gold{background:var(--cta);color:var(--cta-text)}
.btn-gold:hover{background:var(--cta-deep);color:var(--cta-text)}
.btn-ghost{background:var(--white);color:var(--ink);border:1.5px solid var(--line-strong)}
.btn-ghost:hover{border-color:var(--sky-deep);color:var(--sky-deep)}
.btn-navy{background:var(--ink);color:var(--white)}.btn-navy:hover{background:#0B2230;color:var(--white)}
.btn-line{background:var(--lineapp);color:var(--white)}
.btn-line:hover{background:var(--lineapp-deep);color:var(--white)}
.btn-line svg{color:var(--white)}
.btn-tel{background:var(--white);color:var(--sky-deep);border:1.5px solid var(--sky-deep);font-family:var(--en);font-size:18px}
.btn svg{width:18px;height:18px;flex:0 0 18px}

/* カード共通：角丸20px・影なし。帯（.alt）の上では白、白地の上では淡色 */
.card,.kadai-card,.cause,.path,.trust-item,.step3,.faq-item,.scene,.check,.cta-box,.cost-list li,.nogo{background:var(--white);border-radius:var(--r-card)}
.section:not(.alt) .kadai-card,.section:not(.alt) .cause,.section:not(.alt) .path,.section:not(.alt) .trust-item,.section:not(.alt) .step3,.section:not(.alt) .faq-item,.section:not(.alt) .scene,.section:not(.alt) .check,.section:not(.alt) .cta-box,.section:not(.alt) .cost-list li,.section:not(.alt) .nogo{background:var(--band-light)}

/* 困りごとカード（HUB） */
.kadai-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px}
@media(min-width:701px){.kadai-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
.kadai-card{display:flex;flex-direction:column;padding:20px 18px 18px;position:relative;transition:transform .15s}
.kadai-card:active{transform:scale(.99)}
.kadai-card .num{font-family:var(--en);font-size:12px;letter-spacing:.08em;color:var(--sky-deep);font-weight:700}
.kadai-card h3{font-size:19px;line-height:1.45;color:var(--ink);margin:6px 0 12px;padding-left:12px;border-left:3px solid var(--sky)}
.kadai-card dl{font-size:13.5px;color:var(--sub);line-height:1.75;display:grid;grid-template-columns:auto 1fr;column-gap:10px;row-gap:4px}
.kadai-card dt{font-weight:700;color:var(--ink);white-space:nowrap}
.kadai-card dt::after{content:"："}
.kadai-card dd{margin:0}
.kadai-card .go{margin-top:auto;padding-top:14px;font-size:14px;font-weight:700;color:var(--sky-deep);display:flex;align-items:center;gap:6px}
.kadai-card .go::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}

/* 信頼ブロック（3枚のカード＋番号） */
.trust{background:var(--white)}
.trust-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px;counter-reset:trust}
@media(min-width:761px){.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.trust-item{padding:20px 18px;counter-increment:trust}
.trust-item::before{content:"0" counter(trust);font-family:var(--en);font-size:12px;letter-spacing:.08em;color:var(--sky-deep);font-weight:700;display:block;margin-bottom:6px}
.trust-item h3{font-size:18px;color:var(--ink);margin-bottom:8px;line-height:1.45}
.trust-item p{font-size:14px;color:var(--sub);line-height:1.85}

/* あなたの場合は（症状チップ） */
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.chips a{background:var(--band-light);border:1.5px solid var(--line-strong);color:var(--ink);border-radius:var(--r-pill);padding:10px 18px;font-size:14px;font-weight:700;min-height:44px;display:inline-flex;align-items:center;transition:background .15s,border-color .15s}
.section.alt .chips a{background:var(--white)}
.chips a:hover{border-color:var(--sky-deep);color:var(--sky-deep)}

/* 気づきの場面 */
.scene{padding:22px 20px;margin-top:18px}
.scene .tag{display:inline-block;font-size:12px;letter-spacing:.04em;color:var(--sky-deep);font-weight:700;margin-bottom:10px;background:var(--band);border-radius:var(--r-pill);padding:4px 12px}
.section.alt .scene .tag{background:var(--band-light)}
.scene p{font-size:15.5px;color:var(--ink);line-height:1.95}
.scene p+p{margin-top:8px}
.scene .view{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:15px;color:var(--sub)}
.scene .view b{color:var(--ink)}

/* 原因・確認リスト */
.cause-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}
@media(min-width:701px){.cause-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
.cause{padding:18px 18px 18px}
.cause h3{font-size:17px;color:var(--ink);margin-bottom:6px;padding-left:12px;border-left:3px solid var(--sky);line-height:1.45}
.cause p{font-size:14px;color:var(--sub);line-height:1.85}
.check{padding:20px 20px;margin-top:18px}
.check li{position:relative;padding-left:32px;font-size:15.5px;line-height:1.75;margin-bottom:10px}
.check li::before{content:"";position:absolute;left:0;top:5px;width:20px;height:20px;border:2px solid var(--sky);border-radius:50%}
.check li::after{content:"";position:absolute;left:7px;top:9px;width:5px;height:9px;border-right:2px solid var(--sky);border-bottom:2px solid var(--sky);transform:rotate(45deg)}
.check .hint{font-size:13px;color:var(--muted);margin-top:10px}

/* 解決策の分岐 */
.paths{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}
@media(min-width:821px){.paths{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.path{padding:20px 18px;display:flex;flex-direction:column;border:2px solid transparent}
.path.main{border-color:var(--sky)}
.path .role{display:inline-block;align-self:flex-start;font-size:12px;letter-spacing:.04em;font-weight:700;color:var(--sub);background:var(--band);border-radius:var(--r-pill);padding:3px 10px}
.section.alt .path .role{background:var(--band-light)}
.path.main .role{color:var(--white);background:var(--sky-deep)}
.path h3{font-size:18px;color:var(--ink);margin:10px 0 8px;line-height:1.45}
.path p{font-size:14px;color:var(--sub);line-height:1.85}
.path .fit{font-size:13.5px;margin-top:10px;color:var(--sub);line-height:1.8}
.path .fit b{color:var(--ink)}
.path a.more{margin-top:auto;padding-top:14px;font-size:14px;font-weight:700;color:var(--sky-deep);display:flex;align-items:center;gap:6px}
.path a.more::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}
.nogo{margin-top:16px;padding:18px 20px;border:2px solid var(--ink)}
.nogo h3{font-size:16px;color:var(--ink);margin-bottom:6px;padding-left:12px;border-left:3px solid var(--ink);line-height:1.45}
.nogo p{font-size:15px;color:var(--ink);line-height:1.85}

/* 費用の決まり方 */
.cost-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}
@media(min-width:701px){.cost-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
.cost-list li{padding:14px 18px;font-size:14.5px;line-height:1.8;border-radius:14px}
.cost-list li b{color:var(--ink);display:block;font-size:15px}
.cost-list li b+*{color:var(--sub)}

/* FAQ */
.faq-item{padding:16px 18px;margin-top:10px}
.faq-item h3{font-size:16px;color:var(--ink);margin-bottom:8px;display:flex;gap:10px;line-height:1.5}
.faq-item h3::before{content:"Q";font-family:var(--en);color:var(--sky-deep);font-weight:700;flex:0 0 auto}
.faq-item p{font-size:14.5px;color:var(--sub);line-height:1.9;display:flex;gap:10px}
.faq-item p::before{content:"A";font-family:var(--en);color:var(--ink);font-weight:700;flex:0 0 auto}

/* 次の一歩 */
.steps3{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}
@media(min-width:821px){.steps3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.step3{padding:18px 18px}
.step3 .n{font-family:var(--en);font-size:12px;letter-spacing:.08em;color:var(--sky-deep);font-weight:700}
.step3 h3{font-size:17px;color:var(--ink);margin:4px 0 6px;line-height:1.45}
.step3 p{font-size:14px;color:var(--sub);line-height:1.85}

/* 相談ブロック（寺嵜本人＋CTA2つ） */
.cta-box{margin-top:24px;padding:24px 20px 22px;border-radius:24px;display:grid;grid-template-columns:1fr;gap:16px;align-items:start}
@media(min-width:701px){.cta-box{grid-template-columns:auto 1fr;gap:28px;padding:32px 28px}}
.cta-box .face{width:96px;height:96px;border-radius:50%;overflow:hidden;background:var(--photo);flex:0 0 96px}
@media(min-width:701px){.cta-box .face{width:120px;height:120px;flex-basis:120px}}
.cta-box .face img{width:100%;height:100%;object-fit:cover;object-position:center top}
.cta-box h3{font-size:clamp(20px,5.4vw,24px);line-height:1.45;margin-bottom:8px;color:var(--ink)}
.cta-box p{font-size:15px;color:var(--sub);margin-bottom:16px;line-height:1.85}
.cta-box .who{font-size:12.5px;color:var(--sky-deep);font-weight:700;margin-bottom:10px}
.cta-box .btns{display:flex;flex-direction:column;gap:10px}
@media(min-width:861px){.cta-box .btns{flex-direction:row;flex-wrap:wrap}}
.cta-box .btns .btn{max-width:none}
@media(min-width:861px){.cta-box .btns .btn{min-width:260px}}
.cta-box .tel{font-size:14px;color:var(--sub);margin-top:14px;margin-bottom:0}
.cta-box .tel a{font-family:var(--en);font-weight:700;font-size:20px;color:var(--sky-deep);letter-spacing:.02em}
.cta-box .small{font-size:12.5px;color:var(--muted);margin-top:8px;margin-bottom:0}

/* 関連リンク */
.related{background:var(--white)}
.related-grid{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}
@media(min-width:821px){.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}
.related-col{padding:14px 0}
.related-col h4{font-size:12.5px;letter-spacing:.06em;color:var(--sky-deep);margin-bottom:6px;font-weight:700}
.related-col li a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 2px;border-bottom:1px solid var(--line);font-size:14.5px;font-weight:500;color:var(--ink)}
.related-col li a::after{content:"";width:7px;height:7px;border-right:2px solid var(--sky-deep);border-bottom:2px solid var(--sky-deep);transform:rotate(-45deg);flex:0 0 7px}
.related-col a:hover{color:var(--sky-deep)}

/* ミニ計算 */
.calc{background:var(--white);border-radius:var(--r-card);padding:20px;margin-top:18px}
.section:not(.alt) .calc{background:var(--band-light)}
.calc table{width:100%;border-collapse:collapse;font-size:14.5px}
.calc th,.calc td{padding:8px 6px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.calc th{font-size:13px;color:var(--sub);font-weight:700}
.calc input{width:100%;max-width:120px;padding:10px;border:1.5px solid var(--line-strong);border-radius:10px;font-size:16px;font-family:inherit;color:var(--ink);background:var(--white)}
.calc .result{margin-top:12px;font-size:15px}
.calc .result b{font-family:var(--en);font-size:26px;color:var(--sky-deep)}

/* 比較表 */
.cmp{width:100%;border-collapse:collapse;background:var(--white);font-size:14px;margin-top:18px;border-radius:14px;overflow:hidden}
.cmp th,.cmp td{padding:12px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.cmp th{color:var(--sky-deep);font-size:13px;font-weight:700;background:var(--band)}
.cmp td:first-child{font-weight:700;color:var(--ink);white-space:nowrap}
.cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:640px){.cmp{min-width:560px}}

/* パンくず */
.crumb{font-size:12px;color:var(--muted);padding:10px 20px}
.crumb a{color:var(--sky-deep)}
.crumb span::before{content:" › ";color:var(--muted)}

/* footer：白 → 最下段はネイビー帯 */
.footer{background:var(--white);color:var(--ink);padding:44px 0 0;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:30px}
@media(min-width:821px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:28px}}
.footer .name{font-size:18px;font-weight:700;margin-bottom:6px}
.footer .desc{font-size:13px;color:var(--sub);line-height:1.8}
.footer h4{font-size:12.5px;color:var(--sky-deep);letter-spacing:.06em;margin-bottom:10px;font-weight:700}
.footer li{margin-bottom:8px}.footer li a{font-size:14px;color:var(--ink);font-weight:500}.footer li a:hover{color:var(--sky-deep)}
.footer li a::before{content:"";display:inline-block;width:10px;height:2px;background:var(--sky);margin-right:8px;vertical-align:middle}
.footer-bottom{background:var(--ink);color:rgba(255,255,255,.85);margin:0 -20px;padding:16px 20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px}
.footer-bottom a{color:var(--white);font-weight:500}
@media(min-width:1081px){.footer-bottom{margin:0 calc((1040px - 100vw)/2);padding:16px calc((100vw - 1000px)/2)}}

/* 画面下の固定バー（スマホのみ）：相談する｜LINEで送る */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:1fr 1fr;height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}
.sticky-cta a{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;color:var(--white);letter-spacing:.04em}
.sticky-cta .s1{background:var(--cta)}
.sticky-cta .s2{background:var(--lineapp)}
.sticky-cta svg{width:20px;height:20px;flex:0 0 20px}
@media(min-width:861px){.sticky-cta{display:none}}
