:root {
  --green:#17694B; --green-d:#0F4A34; --green-deep:#123F2E;
  --tint:#EAF4EE; --tint2:#F5F9F6;
  --ink:#1D2B24; --sub:#44544B; --muted:#617268;
  --line:#DCE7E0; --amber:#866219;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } }
body { font-family:'Noto Sans JP',sans-serif; color:var(--ink); background:#fff; line-height:1.9; font-size:15.5px; }
img { max-width:100%; height:auto; }
a { color:inherit; }
.wrap { max-width:1120px; margin:0 auto; padding:0 24px; }

/* ---------- 共通セクション見出し ---------- */
section { padding:88px 0; }
.sec-head { text-align:center; margin-bottom:52px; }
.sec-label { display:inline-block; font-size:13px; font-weight:700; color:var(--green); letter-spacing:.1em; border-bottom:2px solid var(--green); padding-bottom:6px; margin-bottom:18px; }
.sec-head h2 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:32px; line-height:1.5; letter-spacing:.01em; }
.sec-head .lead { margin-top:16px; color:var(--sub); font-size:15px; }
.on-dark .sec-label { color:#A9D4BE; border-color:#A9D4BE; }
.on-dark h2 { color:#fff; }

/* ---------- ボタン ---------- */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background:var(--green); color:#fff; font-size:16.5px; font-weight:700;
  padding:18px 36px; border-radius:8px; text-decoration:none;
  box-shadow:0 6px 18px rgba(23,105,75,.26); transition:background .2s, transform .2s;
}
.btn::after { content:"→"; font-weight:400; }
.btn:hover { background:var(--green-d); transform:translateY(-1px); }
.btn:focus-visible { outline:3px solid #7CC4A2; outline-offset:2px; }
.btn.ghost { background:#fff; color:var(--green); border:1.5px solid var(--green); box-shadow:none; }
.btn.ghost:hover { background:var(--tint); }
.btn-note { font-size:12.5px; color:var(--muted); line-height:1.7; }

/* ---------- ヘッダー ---------- */
.header {
  position:sticky; top:0; z-index:50; background:rgba(255,255,255,.96);
  backdrop-filter:blur(6px); border-bottom:1px solid var(--line);
}
.header .wrap { display:flex; align-items:center; justify-content:space-between; height:72px; max-width:1200px; }
.logo { text-decoration:none; display:flex; flex-direction:column; gap:3px; }
.logo img { display:block; height:30px; width:auto; }
.logo small { display:block; font-size:10px; font-weight:500; color:var(--muted); letter-spacing:.14em; }
.gnav { display:flex; gap:26px; font-size:13.5px; font-weight:500; color:var(--sub); }
.gnav a { text-decoration:none; }
.gnav a:hover { color:var(--green); }
.header .btn { font-size:13.5px; padding:11px 22px; box-shadow:none; }

/* ---------- FV ---------- */
.fv { padding:72px 0 80px; background:#fff; }
.fv .wrap { display:grid; grid-template-columns:1.05fr 1fr; gap:44px; align-items:center; max-width:1200px; }
.fv-eyebrow {
  display:inline-block; font-size:12.5px; font-weight:700; color:var(--green);
  border:1px solid var(--green); border-radius:99px; padding:6px 16px; letter-spacing:.06em; margin-bottom:24px;
}
.fv h1 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:44px; line-height:1.42; letter-spacing:.01em; }
.fv h1 .u { background:linear-gradient(transparent 66%, #C8E9D4 66%); }
.fv .sub { margin-top:20px; font-size:15.5px; color:var(--sub); max-width:34em; }
.fv .sub b { color:var(--ink); }
.fv-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.fv-chips span { font-size:12.5px; font-weight:700; color:var(--green-d); background:var(--tint); border-radius:6px; padding:7px 13px; }
.fv-actions { margin-top:30px; display:flex; align-items:center; gap:20px; flex-wrap:wrap; }

.mock-wrap { position:relative; }
.mock { background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:0 24px 60px rgba(29,43,36,.13); overflow:hidden; }
.mock-bar { display:flex; gap:6px; padding:12px 14px; border-bottom:1px solid var(--line); background:#F7FAF8; }
.mock-bar i { width:9px; height:9px; border-radius:50%; background:#D4DED8; }
.mock-visual { display:block; width:100%; height:auto; background:#F3F8F5; min-height:280px; }
.task {
  position:absolute; background:#fff; border-radius:10px; box-shadow:0 10px 28px rgba(29,43,36,.16);
  padding:12px 16px; display:flex; align-items:center; gap:10px; font-size:12.5px; font-weight:700;
}
.task .ck { width:22px; height:22px; border-radius:50%; background:var(--green); color:#fff; display:flex; align-items:center; justify-content:center; font-size:12px; flex:none; }
.task small { display:block; font-weight:500; color:var(--muted); font-size:10.5px; margin-top:1px; }
.task-1 { top:-16px; right:-8px; }
.task-2 { bottom:-14px; left:-18px; }

/* ---------- 課題提起 ---------- */
.sec-nayami { background:var(--tint2); }
.nayami-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.nayami {
  background:#fff; border:1px solid var(--line); border-radius:10px; padding:20px 22px;
  display:flex; gap:14px; align-items:flex-start; font-weight:500;
}
.nayami .who { flex:none; font-size:11px; font-weight:700; border-radius:5px; padding:4px 9px; margin-top:2px; letter-spacing:.02em; }
.who.ec { background:var(--tint); color:var(--green-d); }
.who.sup { background:#F2EEE2; color:var(--amber); }
.nayami-foot { text-align:center; margin-top:36px; font-size:17px; font-weight:700; }
.nayami-foot b { color:var(--green); }

/* ---------- ターゲット別利用シーン ---------- */
.type-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.type-card { border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff; }
.type-card .type-head { padding:22px 28px 18px; border-bottom:1px solid var(--line); }
.type-tag { display:inline-block; font-size:11.5px; font-weight:700; color:#fff; background:var(--green); border-radius:5px; padding:4px 10px; letter-spacing:.06em; margin-bottom:10px; }
.type-card h3 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:20px; }
.type-card .type-body { padding:22px 28px 26px; }
.type-card p { color:var(--sub); font-size:14.5px; }
.flow-mini { display:flex; align-items:center; gap:8px; margin-top:18px; flex-wrap:wrap; }
.flow-mini .node { background:var(--tint); color:var(--green-d); font-size:12.5px; font-weight:700; border-radius:8px; padding:10px 14px; text-align:center; line-height:1.5; }
.flow-mini .node.me { background:var(--green); color:#fff; }
.flow-mini .arw { color:#9DB5A8; font-weight:700; }
.flow-note { margin-top:12px; font-size:12px; color:var(--muted); }
.type-list { margin-top:16px; list-style:none; }
.type-list li { padding:7px 0 7px 24px; position:relative; font-size:14px; color:var(--sub); font-weight:500; }
.type-list li::before { content:"✓"; position:absolute; left:2px; color:var(--green); font-weight:900; }

/* ---------- サービス概要(ぽちみちBPOとは+3つの特徴) ---------- */
.about-def { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:20px; line-height:1.8; text-align:center; max-width:760px; margin:0 auto; }
.about-def b { color:var(--green); }
.feat-title { text-align:center; margin:56px 0 8px; }
.feat-title h3 { display:inline-block; font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:23px; border-bottom:3px solid var(--green); padding-bottom:8px; }
.feat { display:grid; grid-template-columns:0.9fr 1.1fr; gap:40px; align-items:center; margin-top:44px; }
.feat.rev .feat-img { order:2; }
.feat-img { border:1px solid var(--line); border-radius:14px; overflow:hidden; background:var(--tint2); }
.feat-img img { display:block; width:100%; height:auto; min-height:200px; }
.feat-num { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:13px; color:var(--green); letter-spacing:.14em; }
.feat h4 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:22px; line-height:1.6; margin:8px 0 12px; }
.feat p { font-size:14.5px; color:var(--sub); }
/* ---------- ご利用シーン(背景) ---------- */
.sec-scene { background:var(--tint2); }

/* ---------- 対応業務 ---------- */
.svc-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.svc {
  background:#fff; border:1px solid var(--line); border-radius:12px; padding:26px 22px 22px;
  position:relative; overflow:hidden;
}
.svc::before { content:""; position:absolute; top:0; left:0; width:44px; height:4px; background:var(--green); border-radius:0 0 4px 0; }
.svc h3 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:16.5px; margin-bottom:8px; }
.svc p { font-size:13px; color:var(--sub); line-height:1.75; }
.svc-foot { margin-top:28px; text-align:center; font-size:13.5px; color:var(--muted); }
.svc-foot b { color:var(--ink); }

/* ---------- 下層ページへの導線 ---------- */
.svc-more { margin-top:12px; }
.svc-more a, .svc-foot-link, .op-more a {
  font-size:12.5px; font-weight:700; color:var(--green); text-decoration:none;
}
.svc-more a::after, .svc-foot-link::after, .op-more a::after { content:" →"; }
.svc-more a:hover, .svc-foot-link:hover, .op-more a:hover { text-decoration:underline; }
.svc-foot-link { display:inline-block; margin-top:8px; font-size:13.5px; }
.op-more { margin-top:14px; }
.op-more a { font-size:13.5px; }
.sec-more { text-align:center; margin-top:30px; }

/* ---------- 制作サンプル ---------- */
.sec-sample { background:var(--tint2); }
.sample-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.sample-grid img { display:block; width:100%; height:auto; min-height:180px; border-radius:12px; border:1px solid var(--line); background:#fff; box-shadow:0 8px 24px rgba(29,43,36,.08); }
.sample-note { text-align:center; margin-top:24px; font-size:13px; color:var(--muted); }

/* ---------- 活用事例(素材画像に差し替え) ---------- */
.case-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.case-grid img { display:block; width:100%; height:auto; min-height:220px; border-radius:14px; border:1px solid var(--line); background:#fff; box-shadow:0 8px 24px rgba(29,43,36,.08); }

/* ---------- テスト発注帯 ---------- */
.sec-why { background:var(--tint2); padding:56px 0; }
.trial-band {
  background:#fff; border:2px solid var(--green); border-radius:14px;
  padding:30px 36px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.trial-band .tb-txt h3 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:21px; color:var(--green-d); }
.trial-band .tb-txt p { font-size:14px; color:var(--sub); margin-top:6px; }

/* ---------- リーズナブルな理由(B型開示) ---------- */
.sec-reason { background:var(--green-deep); color:#E9F3ED; }
.reason-inner { max-width:820px; margin:0 auto; }
.reason-inner p { font-size:15.5px; line-height:2.1; color:rgba(233,243,237,.92); }
.reason-inner p + p { margin-top:20px; }
.reason-inner b { color:#fff; }
.reason-point { margin-top:32px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius:12px; padding:24px 30px; font-size:14.5px; }
.reason-point b { color:#BFE5D0; }

/* ---------- 品質管理・セキュリティ ---------- */
.qs-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.qs { border:1px solid var(--line); border-radius:14px; padding:32px 34px; background:#fff; }
.qs h3 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:19px; margin-bottom:14px; display:flex; align-items:center; gap:10px; }
.qs h3::before { content:""; width:10px; height:10px; border-radius:3px; background:var(--green); }
.qs ul { list-style:none; }
.qs li { padding:8px 0 8px 24px; position:relative; font-size:14.5px; color:var(--sub); border-bottom:1px dashed var(--line); }
.qs li:last-child { border-bottom:none; }
.qs li::before { content:"✓"; position:absolute; left:2px; color:var(--green); font-weight:900; }
/* TODO: 品質管理・セキュリティの記載内容は実態を社内確認のうえ確定(実態以上に書かない) */
.team-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:24px; }
.team { border:1px solid var(--line); border-radius:14px; padding:26px 28px; background:var(--tint2); display:flex; gap:20px; align-items:flex-start; }
.team .t-photo { flex:none; width:88px; height:88px; border-radius:50%; object-fit:cover; background:#F3F8F5; display:block; }
.team .t-role { font-size:11.5px; font-weight:700; color:var(--green); letter-spacing:.06em; }
.team h3 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:18px; margin:4px 0 8px; }
.team p { font-size:13.5px; color:var(--sub); line-height:1.85; }

/* ---------- 外注先の選択肢比較 ---------- */
.sec-compare { background:var(--tint2); }
.cmp-scroll { overflow-x:auto; }
table.cmp { width:100%; border-collapse:separate; border-spacing:0; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; min-width:720px; }
.cmp th, .cmp td { padding:16px 18px; font-size:14px; text-align:center; border-bottom:1px solid var(--line); }
.cmp thead th { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:14.5px; background:#F7FAF8; }
.cmp tbody th { text-align:left; font-weight:700; font-size:13.5px; color:var(--sub); background:#FBFDFC; white-space:nowrap; }
.cmp tr:last-child th, .cmp tr:last-child td { border-bottom:none; }
.cmp td small { display:block; font-size:11.5px; color:var(--muted); margin-top:2px; line-height:1.5; }
.cmp .me { background:var(--tint); font-weight:700; }
.cmp thead .me { background:var(--green); color:#fff; }
.mark { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:17px; }
.mark.g { color:var(--green); }
.mark.y { color:var(--amber); }
.cmp-note { margin-top:14px; font-size:12px; color:var(--muted); text-align:center; }

/* ---------- 料金 ---------- */
.price-box { max-width:880px; margin:0 auto; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.price-main { padding:40px 44px; text-align:center; }
.price-main .p-title { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:26px; }
.price-main p { margin-top:14px; color:var(--sub); font-size:14.5px; }
.price-cond { background:var(--tint2); border-top:1px solid var(--line); padding:28px 44px; }
.price-cond h3 { font-size:14px; font-weight:700; color:var(--green-d); margin-bottom:14px; text-align:center; }
.price-cond ul { display:grid; grid-template-columns:1fr 1fr; gap:8px 28px; list-style:none; max-width:640px; margin:0 auto; }
.price-cond li { padding-left:24px; position:relative; font-size:14px; color:var(--sub); font-weight:500; }
.price-cond li::before { content:"✓"; position:absolute; left:2px; color:var(--green); font-weight:900; }
.price-ref { max-width:880px; margin:20px auto 0; }
.price-ref h3 { text-align:center; font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:19px; margin-bottom:16px; }
.price-ref-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.pr-card { background:#fff; border:2px solid var(--green); border-radius:14px; padding:26px 24px 22px; text-align:center; }
.pr-card.ask { border:2px dashed #B9CFC3; }
.pr-card.ask .pr-price { font-size:24px; padding-top:8px; color:var(--ink); }
.pr-card h4 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:17px; }
.pr-card .pr-sub { font-size:12px; color:var(--muted); margin-top:2px; }
.pr-card .pr-price { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:40px; color:var(--green-d); line-height:1.2; margin-top:10px; }
.pr-card .pr-price small { font-size:17px; font-weight:700; }
.pr-card .pr-unit { font-size:13px; font-weight:700; color:var(--sub); margin-top:2px; }
.price-ref .pr-note { margin-top:14px; font-size:12.5px; color:var(--muted); text-align:center; }

/* ---------- ご依頼の流れ ---------- */
.sec-flow { background:var(--tint2); }
.flow-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.step { background:#fff; border:1px solid var(--line); border-radius:12px; padding:22px 16px; text-align:center; position:relative; }
.step .st-num { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:13px; color:var(--green); letter-spacing:.1em; }
.step h3 { font-family:'Zen Kaku Gothic New'; font-weight:700; font-size:15px; margin:8px 0 8px; line-height:1.5; }
.step p { font-size:12px; color:var(--muted); line-height:1.7; }
.step.hot { border:2px solid var(--green); background:var(--tint); }
.step.hot .st-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:var(--green); color:#fff; font-size:10.5px; font-weight:700; border-radius:99px; padding:3px 12px; white-space:nowrap; }

/* ---------- その他BPO ---------- */
.other-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.other { border:1px solid var(--line); border-radius:10px; padding:20px 22px; background:#fff; }
.other h3 { font-size:15px; font-weight:700; margin-bottom:4px; }
.other p { font-size:12.5px; color:var(--muted); line-height:1.7; }
.other-note { margin-top:22px; text-align:center; font-size:13px; color:var(--muted); }

/* ---------- FAQ ---------- */
.sec-faq { background:var(--tint2); }
.faq-list { max-width:840px; margin:0 auto; }
.faq-list details { background:#fff; border:1px solid var(--line); border-radius:10px; margin-bottom:12px; overflow:hidden; }
.faq-list summary {
  cursor:pointer; list-style:none; padding:20px 52px 20px 24px; font-weight:700; font-size:15px;
  position:relative; display:flex; gap:12px; align-items:baseline;
}
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:22px; top:50%; transform:translateY(-50%); font-size:20px; color:var(--green); font-weight:500; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list summary .q { flex:none; font-family:'Zen Kaku Gothic New'; font-weight:900; color:var(--green); }
.faq-a { padding:0 24px 22px 52px; font-size:14.5px; color:var(--sub); }

/* ---------- 運営者情報 ---------- */
.op-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:32px; max-width:960px; margin:0 auto; align-items:start; }
.op-table { width:100%; border-collapse:collapse; }
.op-table th, .op-table td { padding:14px 6px; border-bottom:1px solid var(--line); font-size:14px; text-align:left; vertical-align:top; }
.op-table th { width:9em; font-weight:700; color:var(--sub); white-space:nowrap; }
.op-prof { border:1px solid var(--line); border-radius:14px; padding:28px 30px; background:var(--tint2); }
.op-prof h3 { font-size:14px; font-weight:700; color:var(--green-d); margin-bottom:10px; }
.op-prof p { font-size:14px; color:var(--sub); }
/* TODO: 運営者情報(法人名・所在地・代表者名・経歴)を確定情報に差し替え */

/* ---------- 最終CTA+フォーム ---------- */
.sec-contact { background:var(--green-deep); color:#E9F3ED; }
.contact-grid { display:grid; grid-template-columns:1fr 1.15fr; gap:48px; align-items:start; }
.contact-copy h2 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:30px; line-height:1.6; color:#fff; }
.contact-copy p { margin-top:18px; font-size:15px; color:rgba(233,243,237,.85); }
.contact-pts { margin-top:24px; list-style:none; }
.contact-pts li { padding:7px 0 7px 26px; position:relative; font-size:14.5px; font-weight:500; }
.contact-pts li::before { content:"✓"; position:absolute; left:2px; color:#8FD4AE; font-weight:900; }
.form-card { background:#fff; border-radius:16px; padding:36px 38px; color:var(--ink); }
.form-card h2, .form-card h3 { font-family:'Zen Kaku Gothic New'; font-weight:900; font-size:19px; margin-bottom:6px; }
.form-card .f-note { font-size:12.5px; color:var(--muted); margin-bottom:22px; }
.f-row { margin-bottom:16px; }
.f-row label { display:block; font-size:13px; font-weight:700; margin-bottom:6px; }
.req { color:#C0392B; font-size:11px; margin-left:6px; }
.opt { color:var(--muted); font-size:11px; margin-left:6px; font-weight:500; }
.f-row input[type=text], .f-row input[type=email], .f-row input[type=tel], .f-row select, .f-row textarea {
  width:100%; border:1px solid #C9D6CE; border-radius:8px; padding:12px 14px; font-size:14.5px;
  font-family:inherit; background:#FBFDFC; color:var(--ink);
}
.f-row textarea { min-height:96px; resize:vertical; }
.f-row input:focus, .f-row select:focus, .f-row textarea:focus { outline:2px solid var(--green); border-color:var(--green); }
.f-2col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-card .btn { width:100%; margin-top:8px; }
/* TODO: フォームは静的。実装時にCF7等へ置換+サンクスページ遷移+GA4 generate_lead 送出 */

/* ---------- フッター ---------- */
.footer { background:#0C2C20; color:rgba(233,243,237,.65); padding:36px 0; font-size:12.5px; }
.footer .wrap { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer .f-logo img { display:block; height:22px; width:auto; opacity:.92; }

/* ---------- 追従CTA(モバイル) ---------- */
.float-cta {
  position:fixed; left:0; right:0; bottom:0; z-index:60; padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96); border-top:1px solid var(--line); display:none;
  transform:translateY(110%); transition:transform .3s;
}
.float-cta.show { transform:translateY(0); }
.float-cta .btn { width:100%; padding:15px 20px; font-size:15px; }

/* ---------- スキップリンク ---------- */
.skip { position:absolute; left:-9999px; top:0; z-index:100; background:var(--green); color:#fff; padding:12px 20px; font-weight:700; border-radius:0 0 8px 0; }
.skip:focus { left:0; }

/* ---------- ヘッダー: ドロップダウン ---------- */
.gnav { align-items:center; }
.gnav > a, .gnav-item > a { text-decoration:none; padding:8px 0; display:inline-flex; align-items:center; gap:5px; }
.gnav-item { position:relative; }
.gnav-item > a::after { content:""; width:5px; height:5px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:translateY(-2px) rotate(45deg); transition:transform .2s; }
.gnav-drop {
  position:absolute; top:100%; left:50%; transform:translateX(-50%) translateY(6px);
  min-width:250px; background:#fff; border:1px solid var(--line); border-radius:10px;
  box-shadow:0 16px 40px rgba(29,43,36,.16); padding:8px; display:flex; flex-direction:column;
  opacity:0; visibility:hidden; transition:opacity .18s, transform .18s, visibility .18s;
}
.gnav-item:hover .gnav-drop, .gnav-item:focus-within .gnav-drop { opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.gnav-item:hover > a::after, .gnav-item:focus-within > a::after { transform:translateY(1px) rotate(225deg); }
.gnav-drop a { text-decoration:none; font-size:13.5px; font-weight:700; color:var(--ink); padding:11px 14px; border-radius:7px; line-height:1.5; }
.gnav-drop a:hover { background:var(--tint); color:var(--green-d); }
.gnav-drop a small { display:block; font-size:11.5px; font-weight:500; color:var(--muted); margin-top:2px; }
.gnav a[aria-current="page"] { color:var(--green); font-weight:700; }

/* ---------- ヘッダー: ドロワー(モバイル) ---------- */
.drawer-btn {
  display:none; width:44px; height:44px; border:none; background:none; cursor:pointer;
  padding:0; position:relative; flex:none;
}
.drawer-btn span { display:block; position:absolute; left:11px; width:22px; height:2px; background:var(--ink); border-radius:2px; transition:transform .25s, opacity .2s; }
.drawer-btn span:nth-child(1) { top:15px; }
.drawer-btn span:nth-child(2) { top:21px; }
.drawer-btn span:nth-child(3) { top:27px; }
.drawer-btn[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
.drawer-btn[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.drawer-btn[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }

.drawer {
  position:fixed; inset:72px 0 0; z-index:45; background:#fff; overflow-y:auto;
  padding:8px 0 40px; opacity:0; visibility:hidden; transform:translateY(-8px);
  transition:opacity .22s, transform .22s, visibility .22s;
}
.drawer.open { opacity:1; visibility:visible; transform:translateY(0); }
.drawer-nav { padding:16px 24px 0; }
.drawer-label { font-size:11.5px; font-weight:700; color:var(--muted); letter-spacing:.1em; margin:22px 0 6px; }
.drawer-label:first-child { margin-top:6px; }
.drawer-nav a { display:block; text-decoration:none; font-size:15.5px; font-weight:700; padding:14px 4px; border-bottom:1px solid var(--line); }
.drawer-nav a small { display:block; font-size:12px; font-weight:500; color:var(--muted); margin-top:3px; }
.drawer-nav a[aria-current="page"] { color:var(--green); }
.drawer .btn { display:flex; margin:26px 24px 0; }
body.drawer-open { overflow:hidden; }

/* ---------- パンくず ---------- */
.crumb { border-bottom:1px solid var(--line); background:#FBFDFC; }
.crumb ol { list-style:none; display:flex; flex-wrap:wrap; align-items:center; gap:8px; padding:13px 0; font-size:12px; color:var(--muted); }
.crumb a { color:var(--sub); text-decoration:none; }
.crumb a:hover { color:var(--green); text-decoration:underline; }
.crumb li + li::before { content:"/"; margin-right:8px; color:#B9CFC3; }
.crumb [aria-current="page"] { font-weight:700; color:var(--ink); }

/* ---------- フォーム(追加分) ---------- */
.f-3col { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.f-fieldset { border:none; padding:0; margin-bottom:16px; }
.f-fieldset legend { font-size:13px; font-weight:700; margin-bottom:8px; padding:0; }
.f-hint { font-size:11px; font-weight:500; color:var(--muted); margin-left:8px; }
.f-checks { display:grid; grid-template-columns:1fr 1fr; gap:7px 14px; }
.f-checks label { display:flex; gap:9px; align-items:flex-start; font-size:13.5px; font-weight:500; cursor:pointer; line-height:1.6; }
.f-checks input, .f-agree input { flex:none; width:17px; height:17px; margin-top:2px; accent-color:var(--green); cursor:pointer; }
.f-agree { margin-top:4px; }
.f-agree label { display:flex; gap:9px; align-items:flex-start; font-size:13.5px; font-weight:500; cursor:pointer; line-height:1.6; }
.f-agree a { color:var(--green); font-weight:700; }
.f-error { background:#FDF2F0; border:1px solid #E3B7AE; color:#9B3222; border-radius:8px; padding:14px 16px; font-size:13.5px; line-height:1.8; margin-bottom:20px; }
.f-error a { color:#9B3222; font-weight:700; }
/* ハニーポット。display:none は避け、画面外へ逃がす */
.f-trap { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ---------- 下層ページの共通レイアウト ---------- */
.page-head { padding:56px 0 8px; }
.page-head h1 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:34px; line-height:1.5; }
.page-head .lead { margin-top:18px; font-size:15.5px; color:var(--sub); max-width:44em; }
.doc { max-width:820px; margin:0 auto; }
.doc h2 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:20px; margin:44px 0 14px; padding-bottom:10px; border-bottom:2px solid var(--tint); }
.doc h2:first-child { margin-top:0; }
.doc p { font-size:14.5px; color:var(--sub); margin-bottom:14px; }
.doc ul, .doc ol { margin:0 0 14px 1.5em; }
.doc li { font-size:14.5px; color:var(--sub); margin-bottom:7px; }
.doc .updated { font-size:12.5px; color:var(--muted); margin-top:40px; padding-top:18px; border-top:1px solid var(--line); }
.doc table { width:100%; border-collapse:collapse; margin-bottom:14px; }
.doc th, .doc td { border:1px solid var(--line); padding:12px 14px; font-size:14px; text-align:left; vertical-align:top; }
.doc th { background:var(--tint2); font-weight:700; white-space:nowrap; }

/* ---------- 送信完了 ---------- */
.thanks { text-align:center; max-width:640px; margin:0 auto; padding:24px 0 8px; }
.thanks-mark { width:72px; height:72px; border-radius:50%; background:var(--tint); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:700; margin:0 auto 26px; }
.thanks h1 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:28px; line-height:1.5; }
.thanks p { margin-top:18px; font-size:15px; color:var(--sub); }
.thanks .btn { margin-top:32px; }

/* ---------- フッター(サイトマップ) ---------- */
.footer { background:#0C2C20; color:rgba(233,243,237,.66); padding:56px 0 0; font-size:13px; }
.footer a { color:rgba(233,243,237,.82); text-decoration:none; }
.footer a:hover { color:#fff; text-decoration:underline; }
.footer-top { display:grid; grid-template-columns:1fr 2fr; gap:44px; padding-bottom:44px; }
.f-brand img { display:block; height:26px; width:auto; opacity:.95; }
.f-brand p { margin-top:16px; font-size:12.5px; line-height:2; max-width:24em; }
.f-cols { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.f-cols h2 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:12.5px; font-weight:700; color:#fff; letter-spacing:.06em; margin-bottom:12px; }
.f-cols ul { list-style:none; }
.f-cols li { margin-bottom:9px; font-size:12.5px; line-height:1.7; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
  border-top:1px solid rgba(233,243,237,.14); padding:20px 0 28px; font-size:11.5px; }
.footer-bottom ul { list-style:none; display:flex; gap:20px; }

/* 下層サービスページの料金カードは、直前がH2なので見出しを h3 で書く
   （トップは「参考価格(一例)」のh3が入るぶん h4 のまま。両方に効かせる） */
.price-ref .pr-card h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:17px; margin-bottom:0; text-align:center; }

/* ---------- 料金ページ: 参考価格表 ---------- */
.ptable-scroll { overflow-x:auto; }
table.ptable { width:100%; border-collapse:separate; border-spacing:0; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; min-width:680px; }
.ptable th, .ptable td { padding:16px 18px; font-size:14px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top; }
.ptable thead th { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:13.5px; background:#F7FAF8; white-space:nowrap; }
.ptable tbody th { font-weight:700; font-size:14.5px; line-height:1.6; }
.ptable tbody th small { display:block; font-size:12px; font-weight:500; color:var(--muted); margin-top:3px; }
.ptable td.unit { white-space:nowrap; color:var(--sub); font-weight:500; }
.ptable td.yen { white-space:nowrap; font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:19px; color:var(--green-d); }
.ptable td.yen small { font-size:12.5px; font-weight:700; }
.ptable td.yen.ask { font-size:14px; font-weight:700; color:var(--sub); }
.ptable td.note { font-size:12.5px; color:var(--muted); line-height:1.75; }
.ptable tr:last-child th, .ptable tr:last-child td { border-bottom:none; }
.ptable-note { margin-top:16px; font-size:12.5px; color:var(--muted); line-height:1.9; }
.ptable-note li { list-style:none; padding-left:1.2em; text-indent:-1.2em; }

/* ---------- 料金ページ: モデルケース ---------- */
.mcase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.mcase { border:1px solid var(--line); border-radius:14px; padding:26px 24px; background:#fff; }
.mcase h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:16.5px; margin-bottom:12px; line-height:1.6; }
.mcase ul { list-style:none; }
.mcase li { font-size:13px; color:var(--sub); padding:5px 0 5px 20px; position:relative; line-height:1.75; }
.mcase li::before { content:""; position:absolute; left:4px; top:14px; width:5px; height:5px; border-radius:50%; background:var(--green); }
.mcase .mc-sum { margin-top:16px; padding-top:16px; border-top:1px dashed var(--line); }
.mcase .mc-sum b { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:23px; color:var(--green-d); line-height:1.3; }
.mcase .mc-sum span { font-size:13px; font-weight:700; color:var(--sub); }
.mcase .mc-sum small { display:block; font-size:12px; color:var(--muted); margin-top:6px; line-height:1.7; }

/* ---------- 下層サービスページ ---------- */
.pg-intro { font-size:15px; color:var(--sub); max-width:44em; line-height:2.05; }
.mall-note { margin-top:22px; font-size:13.5px; color:var(--sub); line-height:1.95; max-width:52em; }
.mall-note b { color:var(--ink); }
.scope-lists { display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:880px; margin:0 auto; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 980px) {
  section { padding:64px 0; }
  .sec-head h2 { font-size:25px; }
  .gnav { display:none; }
  .drawer-btn { display:block; }
  .footer-top { grid-template-columns:1fr; gap:32px; }
  .f-cols { grid-template-columns:1fr 1fr; gap:24px 20px; }
  .footer-bottom { justify-content:flex-start; }
  .fv .wrap { grid-template-columns:1fr; gap:36px; }
  .fv h1 { font-size:32px; }
  .fv-actions { flex-direction:column; align-items:stretch; }
  .fv-actions .btn { width:100%; font-size:15px; padding:16px 20px; white-space:nowrap; }
  .fv-actions .btn-note { text-align:center; }
  .fv-actions .btn-note br { display:none; }
  .task-1 { right:0; } .task-2 { left:0; }
  .nayami-grid, .type-grid, .case-grid, .qs-grid, .feat, .contact-grid, .op-grid, .team-grid { grid-template-columns:1fr; }
  .feat { gap:20px; }
  .feat.rev .feat-img { order:0; }
  .svc-grid { grid-template-columns:1fr 1fr; }
  .sample-grid { grid-template-columns:1fr; }
  .flow-grid { grid-template-columns:1fr 1fr; }
  .other-grid { grid-template-columns:1fr; }
  .price-cond ul { grid-template-columns:1fr; }
  .price-ref-grid { grid-template-columns:1fr; }
  .f-2col, .f-3col { grid-template-columns:1fr; }
  .f-checks { grid-template-columns:1fr; }
  .page-head { padding:40px 0 4px; }
  .page-head h1 { font-size:25px; }
  .trial-band { flex-direction:column; text-align:center; }
  .trial-band .tb-txt p { text-align:center; }
  .mcase-grid { grid-template-columns:1fr; }
  .scope-lists { grid-template-columns:1fr; }
  .float-cta { display:block; }
  .header .btn.header-cta { display:none; }
}

@media (max-width: 560px) {
  .f-cols { grid-template-columns:1fr; }
  .crumb ol { font-size:11.5px; }
  .team { flex-direction:column; gap:14px; padding:22px 20px; }
}
