/* 税理士事務所サンプル「かわせ税理士事務所」共通スタイル（編集誌風・明朝見出し／墨・オフホワイト・紺） */
:root {
  --ink: #1f1f1f;
  --ink-2: #54524d;
  --ink-3: #6b6861;
  --paper: #ffffff;
  --paper-2: #f5f4f1;
  --paper-3: #f7f6f3;
  --navy: #1b3a5c;
  --navy-2: #14293f;
  --line: #ddd9d1;
  --line-2: #c5c0b5;
  --mincho: "Shippori Mincho B1", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --num: "Inter", "Noto Sans JP", sans-serif;
  --max: 1120px;
  --ease: cubic-bezier(.2,.7,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.95;
  letter-spacing: .03em; font-feature-settings: "palt";
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.45; letter-spacing: .04em; font-weight: 700; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(var(--max), 100% - 40px); margin-inline: auto; }
.mincho { font-family: var(--mincho); font-weight: 700; }
.num { font-family: var(--num); font-variant-numeric: tabular-nums; letter-spacing: 0; }

/* 章の頭に置く小さな英字ラベル */
.label { font-family: var(--num); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.label::before { content: ""; display: inline-block; width: 22px; height: 1px; background: var(--line-2); vertical-align: 5px; margin-right: 10px; }

.sec { padding-block: clamp(68px, 8.5vw, 112px); }
.sec-alt { background: var(--paper-2); }
.sec-head { margin-bottom: clamp(30px, 4.5vw, 52px); max-width: 760px; }
.sec-head h2 { font-family: var(--mincho); font-size: clamp(25px, 3.2vw, 38px); margin-top: 14px; line-height: 1.5; }
.sec-head .lead { margin-top: 18px; color: var(--ink-2); font-size: 15px; }

/* ボタン */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px; border-radius: 2px;
  font-weight: 700; font-size: 15px; text-decoration: none;
  border: 1px solid var(--navy); color: var(--navy); background: transparent;
  transition: background .3s var(--ease), color .3s var(--ease); cursor: pointer; font-family: var(--sans);
  white-space: nowrap;
}
.btn:hover { background: var(--navy); color: #fff; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-2); border-color: var(--navy-2); color: #fff; }
.btn-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn svg { width: 17px; height: 17px; flex: none; }

/* 文中リンク（下線が伸びる） */
.ulink { text-decoration: none; position: relative; display: inline-block; font-weight: 700; color: var(--navy); padding-bottom: 3px; }
.ulink::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.ulink:hover::after { transform: scaleX(1); }

/* ヘッダー */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.header.is-scrolled { border-color: var(--line); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 20px; }
.logo { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.logo .name { font-family: var(--mincho); font-weight: 700; font-size: 21px; letter-spacing: .08em; color: var(--ink); white-space: nowrap; }
.logo .en { font-family: var(--num); font-size: 10px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; }
.nav ul { display: flex; gap: 22px; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 500; padding: 12px 0; display: inline-block; position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--navy); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-cta .tel { font-family: var(--num); font-size: 18px; font-weight: 600; color: var(--navy); line-height: 1.15; text-decoration: none; white-space: nowrap; }
.header-cta .tel small { display: block; font-family: var(--sans); font-size: 11px; font-weight: 400; color: var(--ink-3); letter-spacing: .06em; }
.header .btn { min-height: 46px; padding: 0 18px; font-size: 14px; }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.menu-btn span { display: block; height: 1.5px; background: var(--ink); margin: 6px 0; transition: transform .3s, opacity .3s; }
/* 横幅に余裕がないときは、まず英字表記、次に電話番号を畳んで折り返しを防ぐ */
@media (max-width: 1400px) { .header .logo .en { display: none; } }
@media (max-width: 1080px) { .header-cta .tel { display: none; } }
@media (max-width: 940px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: block; }
  body.menu-open .nav { display: block; position: fixed; inset: 80px 0 0; background: #fff; padding: 20px 24px 60px; overflow: auto; }
  body.menu-open .nav ul { flex-direction: column; gap: 0; }
  body.menu-open .nav a { font-family: var(--mincho); font-size: 19px; font-weight: 700; padding: 18px 0; border-bottom: 1px solid var(--line); width: 100%; }
  body.menu-open .nav a::after { display: none; }
  body.menu-open .nav .m-cta { display: grid; gap: 12px; margin-top: 26px; }
  body.menu-open .menu-btn span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  body.menu-open { overflow: hidden; }
}
.nav .m-cta { display: none; }

/* 下層のページ見出し（白地・明朝） */
.page-head { padding: clamp(40px, 5.5vw, 72px) 0 clamp(34px, 4.5vw, 56px); border-bottom: 1px solid var(--line); }
.page-head .crumb { font-size: 13px; color: var(--ink-3); }
.page-head .crumb a { text-decoration: none; }
.page-head .crumb a:hover { text-decoration: underline; }
.page-head h1 { font-family: var(--mincho); font-size: clamp(29px, 4.2vw, 52px); line-height: 1.4; margin-top: 18px; }
.page-head .lead { margin-top: 20px; max-width: 660px; color: var(--ink-2); font-size: 15px; }

/* 出現 */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .09s; } .rv-d2 { transition-delay: .18s; } .rv-d3 { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- トップ：ヒーロー ---------- */
.hero { padding-block: clamp(52px, 7.5vw, 112px); }
.hero .wrap { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 { font-family: var(--mincho); font-size: clamp(33px, 5.2vw, 78px); line-height: 1.34; margin-top: 22px; letter-spacing: .02em; }
.hero h1 .c { color: var(--navy); }
.hero .lead { margin-top: 26px; color: var(--ink-2); font-size: clamp(15px, 1.2vw, 17px); max-width: 32em; }
.hero .cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero .meta { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 4px 28px; font-size: 13px; color: var(--ink-3); }
.hero .ph { margin: 0; }
.hero .ph img { aspect-ratio: 4 / 5; object-fit: cover; }
.hero .ph figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-3); line-height: 1.7; }
.hero .ph figcaption b { display: block; font-family: var(--mincho); font-size: 16px; color: var(--ink); font-weight: 700; letter-spacing: .06em; }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: 1fr; } .hero .ph { max-width: 400px; } }

/* ---------- 数字 ---------- */
.figures { border-block: 1px solid var(--line); background: var(--paper-3); }
.figures .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.figures .f { padding: 34px 22px; border-left: 1px solid var(--line); }
.figures .f:first-child { border-left: 0; padding-left: 0; }
.figures .v { font-family: var(--num); font-size: clamp(30px, 3.4vw, 46px); font-weight: 500; color: var(--navy); line-height: 1; }
.figures .v small { font-family: var(--sans); font-size: 14px; font-weight: 500; margin-left: 4px; color: var(--ink-2); }
.figures .k { font-size: 13px; margin-top: 12px; color: var(--ink-2); line-height: 1.7; }
@media (max-width: 820px) {
  .figures .wrap { grid-template-columns: 1fr 1fr; }
  .figures .f { padding: 24px 16px; }
  .figures .f:nth-child(3) { border-left: 0; padding-left: 0; }
  .figures .f:nth-child(3), .figures .f:nth-child(4) { border-top: 1px solid var(--line); }
}

/* ---------- 課題 ---------- */
.pains .grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(24px, 4vw, 60px); align-items: start; }
.pains .item { padding: 26px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 54px 1fr; gap: 14px; }
.pains .item:last-child { border-bottom: 1px solid var(--line); }
.pains .item .n { font-family: var(--num); font-size: 13px; letter-spacing: .12em; color: var(--ink-3); padding-top: 7px; }
.pains .item h3 { font-family: var(--mincho); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.pains .item p { margin-top: 10px; font-size: 15px; color: var(--ink-2); }
@media (max-width: 860px) { .pains .grid { grid-template-columns: 1fr; } }

/* ---------- サービス ---------- */
.services .list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(28px, 4vw, 56px); }
.services .s { padding: 32px 0; border-top: 1px solid var(--line); }
.services .s:nth-child(-n+2) { border-top: 1px solid var(--ink); }
.services .s .n { font-family: var(--num); font-size: 12px; letter-spacing: .2em; color: var(--ink-3); }
.services .s h3 { font-family: var(--mincho); font-size: clamp(20px, 2.2vw, 25px); margin-top: 12px; }
.services .s p { margin-top: 14px; font-size: 15px; color: var(--ink-2); }
.services .s .more { margin-top: 18px; font-size: 14px; }
@media (max-width: 760px) { .services .list { grid-template-columns: 1fr; } .services .s:nth-child(2) { border-top: 1px solid var(--line); } }

/* ---------- 選ばれる理由 ---------- */
.reasons .grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.reasons .r { padding: 28px 0; border-top: 1px solid var(--line); }
.reasons .r:first-of-type { border-top: 0; padding-top: 0; }
.reasons .r h3 { font-family: var(--mincho); font-size: clamp(20px, 2.3vw, 26px); line-height: 1.6; }
.reasons .r p { margin-top: 14px; font-size: 15px; color: var(--ink-2); }
.reasons .ph { margin: 0; position: sticky; top: 110px; }
.reasons .ph img { aspect-ratio: 3 / 2; object-fit: cover; }
.reasons .ph figcaption { margin-top: 12px; font-size: 13px; color: var(--ink-3); line-height: 1.7; }
@media (max-width: 900px) { .reasons .grid { grid-template-columns: 1fr; } .reasons .ph { position: static; } }

/* ---------- 料金 ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan { background: #fff; border: 1px solid var(--line); padding: 30px 26px 32px; display: grid; grid-template-rows: auto auto auto 1fr auto; }
.plan .nm { font-family: var(--mincho); font-size: 21px; font-weight: 700; }
.plan .for { font-size: 13px; color: var(--ink-3); margin-top: 8px; }
.plan .price { margin-top: 20px; font-family: var(--num); font-size: 36px; font-weight: 500; color: var(--navy); line-height: 1; }
.plan .price .yen { font-size: 20px; margin-right: 1px; }
.plan .price small { font-family: var(--sans); font-size: 14px; font-weight: 500; margin-left: 3px; color: var(--ink-2); }
.plan ul { margin-top: 22px; display: grid; gap: 10px; font-size: 14px; color: var(--ink-2); }
.plan ul li { padding-left: 22px; position: relative; }
.plan ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 11px; height: 6px; border-left: 1.5px solid var(--navy); border-bottom: 1.5px solid var(--navy); transform: rotate(-45deg); }
.plan .note { margin-top: 20px; font-size: 12px; color: var(--ink-3); line-height: 1.8; }
@media (max-width: 880px) { .plans { grid-template-columns: 1fr; } }

/* ---------- お客様の声 ---------- */
.voices { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); }
.voice-q { border-top: 1px solid var(--ink); padding-top: 26px; }
.voice-q blockquote { margin: 0; font-family: var(--mincho); font-weight: 700; font-size: clamp(18px, 2vw, 22px); line-height: 1.85; }
.voice-q .body { margin-top: 16px; font-size: 15px; color: var(--ink-2); }
.voice-q cite { display: block; margin-top: 20px; font-style: normal; font-size: 13px; color: var(--ink-3); }
.voice-q cite b { display: block; font-size: 15px; color: var(--ink); font-weight: 700; }
@media (max-width: 760px) { .voices { grid-template-columns: 1fr; } }

/* ---------- 代表プロフィール抜粋 ---------- */
.profile-ex .grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.profile-ex img { aspect-ratio: 4 / 5; object-fit: cover; }
.profile-ex h2 { font-family: var(--mincho); font-size: clamp(22px, 2.8vw, 32px); line-height: 1.6; margin-top: 14px; }
.profile-ex .body { margin-top: 20px; color: var(--ink-2); display: grid; gap: 16px; font-size: 15px; }
.profile-ex .sign { margin-top: 24px; font-size: 13px; color: var(--ink-3); }
.profile-ex .sign b { display: block; font-family: var(--mincho); font-size: 18px; color: var(--ink); }
.profile-ex .more { margin-top: 22px; }
@media (max-width: 800px) { .profile-ex .grid { grid-template-columns: 1fr; } .profile-ex img { max-width: 300px; } }

/* ---------- コラム一覧（共通） ---------- */
.col-list a, .col-list article { display: grid; grid-template-columns: 92px 128px 1fr; gap: 18px; align-items: baseline; padding: 20px 0; border-top: 1px solid var(--line); text-decoration: none; }
.col-list > *:last-child { border-bottom: 1px solid var(--line); }
.col-list time { font-family: var(--num); font-size: 13px; color: var(--ink-3); }
.col-list .cat { font-size: 12px; color: var(--ink-3); border: 1px solid var(--line-2); padding: 2px 10px; justify-self: start; border-radius: 2px; line-height: 1.7; }
.col-list .ttl { font-family: var(--mincho); font-weight: 700; font-size: clamp(16px, 1.7vw, 19px); line-height: 1.7; display: inline; background-image: linear-gradient(currentColor, currentColor); background-size: 0 1px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size .35s var(--ease); }
.col-list a:hover .ttl { background-size: 100% 1px; }
@media (max-width: 720px) { .col-list a, .col-list article { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- FAQ ---------- */
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 44px 22px 32px; font-family: var(--mincho); font-weight: 700; font-size: 17px; line-height: 1.7; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; font-family: var(--num); color: var(--navy); font-weight: 600; position: absolute; left: 0; top: 22px; font-size: 16px; }
.faq summary::after { content: ""; position: absolute; right: 12px; top: 31px; width: 12px; height: 12px; border-right: 1.5px solid var(--ink-3); border-bottom: 1.5px solid var(--ink-3); transform: rotate(45deg); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg); top: 35px; }
.faq .a { padding: 0 8px 24px 32px; color: var(--ink-2); font-size: 15px; }

/* ---------- お問い合わせ帯 ---------- */
.contact-band { background: var(--navy); color: #fff; padding: clamp(48px, 6.5vw, 84px) 0; }
.contact-band .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.contact-band .label { color: #b3c7dc; }
.contact-band .label::before { background: rgba(255,255,255,.45); }
.contact-band h2 { font-family: var(--mincho); font-size: clamp(23px, 3.1vw, 35px); margin-top: 14px; line-height: 1.6; }
.contact-band p { margin-top: 16px; color: #d6e1ec; font-size: 15px; }
.contact-band .box { border: 1px solid rgba(255,255,255,.35); padding: 26px 24px; text-align: center; }
.contact-band .free { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; border: 1px solid rgba(255,255,255,.5); padding: 4px 14px; margin-bottom: 16px; }
.contact-band .tel-k { font-size: 12px; color: #b3c7dc; letter-spacing: .12em; }
.contact-band .tel { font-family: var(--num); font-size: clamp(27px, 3.2vw, 36px); font-weight: 500; line-height: 1.25; letter-spacing: .02em; text-decoration: none; display: block; }
.contact-band .hours { font-size: 13px; color: #d6e1ec; margin-top: 6px; }
.contact-band .box .btn { width: 100%; margin-top: 18px; }
@media (max-width: 860px) { .contact-band .wrap { grid-template-columns: 1fr; } }

/* ---------- フォーム ---------- */
.form-sec .grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.form-sec .side h2 { font-family: var(--mincho); font-size: clamp(23px, 2.9vw, 33px); margin-top: 14px; line-height: 1.55; }
.form-sec .side p { margin-top: 18px; color: var(--ink-2); font-size: 15px; }
.form-sec .side .info { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 14px; color: var(--ink-2); display: grid; gap: 10px; }
.form-sec .side .info b { color: var(--ink); }
.form { background: #fff; border: 1px solid var(--line); padding: 32px 30px 34px; }
.form .row { display: grid; gap: 7px; margin-bottom: 20px; }
.form label { font-size: 14px; font-weight: 700; }
.form label .req { font-size: 11px; color: #fff; background: var(--navy); padding: 2px 7px; border-radius: 2px; margin-left: 8px; vertical-align: 2px; letter-spacing: .06em; }
.form input, .form select, .form textarea { font: inherit; font-size: 16px; padding: 13px 14px; border: 1px solid var(--line-2); border-radius: 2px; background: #fff; color: var(--ink); width: 100%; min-height: 50px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--navy); outline-offset: 1px; border-color: var(--navy); }
.form .err { display: none; font-size: 13px; color: #a3261c; }
.form .row.invalid .err { display: block; }
.form .row.invalid input, .form .row.invalid select, .form .row.invalid textarea { border-color: #a3261c; }
.form .btn { width: 100%; margin-top: 8px; }
.form .btn[disabled] { opacity: .6; cursor: progress; }
.form .note { font-size: 12px; color: var(--ink-3); margin-top: 16px; line-height: 1.85; }
.form .done { display: none; text-align: center; padding: 30px 0 12px; }
.form.is-done form { display: none; } .form.is-done .done { display: block; }
.form .done svg { width: 44px; height: 44px; color: var(--navy); margin-inline: auto; }
.form .done h3 { font-family: var(--mincho); font-size: 21px; margin-top: 14px; }
.form .done p { margin-top: 10px; font-size: 14px; color: var(--ink-2); }
@media (max-width: 860px) { .form-sec .grid { grid-template-columns: 1fr; } .form { padding: 26px 20px 28px; } }

/* ---------- フッター ---------- */
.footer { background: var(--paper-2); border-top: 1px solid var(--line); padding: 54px 0 32px; font-size: 14px; color: var(--ink-2); }
.footer .top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer address { font-style: normal; margin-top: 16px; line-height: 1.95; font-size: 14px; }
.footer h4 { font-size: 13px; color: var(--ink); margin-bottom: 10px; letter-spacing: .1em; }
.footer .links a { text-decoration: none; display: block; padding: 6px 0; }
.footer .links a:hover { text-decoration: underline; }
.footer .copy { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; line-height: 1.9; }
@media (max-width: 760px) { .footer .top { grid-template-columns: 1fr; gap: 26px; } }

/* デモ注記 */
.demo-note { position: fixed; left: 12px; bottom: 12px; z-index: 60; background: rgba(31,31,31,.92); color: #fff; font-size: 12px; padding: 8px 8px 8px 14px; border-radius: 2px; display: flex; align-items: center; gap: 6px; max-width: calc(100% - 24px); line-height: 1.6; }
.demo-note button { border: 0; background: transparent; color: inherit; width: 28px; height: 28px; cursor: pointer; font-size: 16px; line-height: 1; padding: 0; flex: none; }

/* ---------- サービスページ ---------- */
.svc { padding-block: clamp(44px, 5.5vw, 76px); border-top: 1px solid var(--line); }
.svc:first-of-type { border-top: 0; }
.svc .grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(26px, 4.5vw, 56px); align-items: start; }
.svc h2 { font-family: var(--mincho); font-size: clamp(22px, 2.8vw, 32px); margin-top: 12px; line-height: 1.55; }
.svc .lead { margin-top: 18px; color: var(--ink-2); font-size: 15px; }
.svc .price-line { margin-top: 20px; font-family: var(--num); font-size: 20px; color: var(--navy); font-weight: 500; }
.svc .price-line span { font-family: var(--sans); font-size: 13px; color: var(--ink-3); margin-left: 8px; font-weight: 400; }
.svc h3 { font-size: 13px; letter-spacing: .12em; color: var(--ink); margin-bottom: 14px; }
.svc .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.svc ul.chk { display: grid; gap: 10px; font-size: 15px; color: var(--ink-2); }
.svc ul.chk li { padding-left: 22px; position: relative; }
.svc ul.chk li::before { content: ""; position: absolute; left: 0; top: 12px; width: 11px; height: 6px; border-left: 1.5px solid var(--navy); border-bottom: 1.5px solid var(--navy); transform: rotate(-45deg); }
.svc .fit { background: var(--paper-2); padding: 20px 22px; font-size: 14px; color: var(--ink-2); }
.svc .fit b { display: block; font-size: 13px; letter-spacing: .1em; color: var(--ink); margin-bottom: 8px; }
@media (max-width: 880px) { .svc .grid { grid-template-columns: 1fr; } .svc .cols { grid-template-columns: 1fr; gap: 22px; } }

.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); background: #fff; }
.tbl-wrap:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.tbl-hint { display: none; font-size: 13px; color: var(--ink-3); margin-bottom: 10px; }
@media (max-width: 700px) { .tbl-hint { display: block; } }
table.rate { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 620px; }
table.rate th, table.rate td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
table.rate thead th { background: var(--paper-2); font-size: 13px; letter-spacing: .06em; white-space: nowrap; }
table.rate tbody th { font-weight: 500; white-space: nowrap; }
table.rate td.n { font-family: var(--num); font-variant-numeric: tabular-nums; color: var(--navy); font-weight: 500; white-space: nowrap; }
table.rate tbody tr:last-child th, table.rate tbody tr:last-child td { border-bottom: 0; }
.tbl-note { margin-top: 14px; font-size: 13px; color: var(--ink-3); line-height: 1.9; }

.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 24px; counter-reset: st; }
.flow .st { border-top: 1px solid var(--ink); padding: 22px 0 0; }
.flow .st::before { counter-increment: st; content: "0" counter(st); font-family: var(--num); font-size: 12px; letter-spacing: .2em; color: var(--ink-3); }
.flow .st h3 { font-family: var(--mincho); font-size: 19px; margin-top: 10px; letter-spacing: .04em; }
.flow .st p { margin-top: 10px; font-size: 14px; color: var(--ink-2); }
.flow .st .dur { display: inline-block; margin-top: 12px; font-size: 12px; color: var(--ink-3); border: 1px solid var(--line-2); padding: 2px 10px; line-height: 1.8; }
@media (max-width: 880px) { .flow { grid-template-columns: 1fr 1fr; gap: 0 20px; } .flow .st { padding-bottom: 26px; } }
@media (max-width: 560px) { .flow { grid-template-columns: 1fr; } }

/* ---------- 事例ページ ---------- */
.case { padding-block: clamp(40px, 5.5vw, 68px); border-top: 1px solid var(--line); }
.case:first-of-type { border-top: 0; }
.case .grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(26px, 4.5vw, 56px); align-items: start; }
.case .meta { display: flex; flex-wrap: wrap; gap: 8px; }
.case .meta span { font-size: 12px; border: 1px solid var(--line-2); padding: 3px 12px; color: var(--ink-3); line-height: 1.8; }
.case h2 { font-family: var(--mincho); font-size: clamp(20px, 2.3vw, 26px); margin-top: 16px; line-height: 1.7; }
.case dl { margin: 22px 0 0; display: grid; gap: 18px; }
.case dt { font-size: 13px; letter-spacing: .1em; color: var(--navy); font-weight: 700; }
.case dd { margin: 6px 0 0; color: var(--ink-2); font-size: 15px; }
.case .said { margin-top: 24px; border-left: 2px solid var(--navy); padding: 4px 0 4px 20px; }
.case .said p { font-family: var(--mincho); font-weight: 700; font-size: clamp(17px, 1.9vw, 20px); line-height: 1.9; }
.case .said cite { display: block; margin-top: 12px; font-style: normal; font-size: 13px; color: var(--ink-3); font-family: var(--sans); font-weight: 400; }
.case .num-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.case .num-row div { background: var(--paper-2); padding: 18px 20px; }
.case .num-row .v { font-family: var(--num); font-size: 27px; font-weight: 500; color: var(--navy); line-height: 1.1; }
.case .num-row .v small { font-family: var(--sans); font-size: 13px; margin-left: 3px; color: var(--ink-2); }
.case .num-row .k { font-size: 12px; color: var(--ink-3); margin-top: 6px; line-height: 1.7; }
@media (max-width: 880px) { .case .grid { grid-template-columns: 1fr; } }

/* ---------- 代表プロフィールページ ---------- */
.pf-top .grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.pf-top img { aspect-ratio: 4 / 5; object-fit: cover; }
.pf-top .cap { margin-top: 12px; font-size: 13px; color: var(--ink-3); line-height: 1.7; }
.pf-top h2 { font-family: var(--mincho); font-size: clamp(22px, 2.8vw, 32px); line-height: 1.6; }
.pf-top .body { margin-top: 22px; color: var(--ink-2); display: grid; gap: 18px; font-size: 15px; }
@media (max-width: 800px) { .pf-top .grid { grid-template-columns: 1fr; } .pf-top figure { max-width: 300px; } }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 44px); }
.values .v-item { border-top: 1px solid var(--ink); padding-top: 22px; }
.values .v-item .n { font-family: var(--num); font-size: 12px; letter-spacing: .2em; color: var(--ink-3); }
.values .v-item h3 { font-family: var(--mincho); font-size: clamp(19px, 2.1vw, 23px); margin-top: 12px; line-height: 1.6; }
.values .v-item p { margin-top: 14px; font-size: 15px; color: var(--ink-2); }
@media (max-width: 820px) { .values { grid-template-columns: 1fr; } }

.staff-ph { margin: 0 0 clamp(28px, 4vw, 44px); }
.staff-ph img { aspect-ratio: 3 / 2; object-fit: cover; }
.staff-ph figcaption { margin-top: 12px; font-size: 13px; color: var(--ink-3); }
.staff { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.staff .m { background: #fff; border: 1px solid var(--line); padding: 26px 24px 28px; }
.staff .m .role { font-size: 12px; letter-spacing: .08em; color: var(--ink-3); }
.staff .m h3 { font-family: var(--mincho); font-size: 20px; margin-top: 8px; }
.staff .m .yr { font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.staff .m p { margin-top: 14px; font-size: 14px; color: var(--ink-2); }
@media (max-width: 860px) { .staff { grid-template-columns: 1fr; } }

.info-tbl { border: 1px solid var(--line); background: #fff; }
.info-tbl dl { margin: 0; display: grid; grid-template-columns: 210px 1fr; }
.info-tbl dt, .info-tbl dd { margin: 0; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
.info-tbl dt { background: var(--paper-2); font-weight: 700; font-size: 14px; }
.info-tbl dl > :nth-last-child(-n+2) { border-bottom: 0; }
@media (max-width: 620px) { .info-tbl dl { grid-template-columns: 1fr; } .info-tbl dt { border-bottom: 0; padding-bottom: 4px; } }

.access { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.access ul { display: grid; gap: 10px; font-size: 15px; color: var(--ink-2); }
.access ul li { padding-left: 20px; position: relative; }
.access ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 8px; height: 1px; background: var(--line-2); }
.access img { aspect-ratio: 3 / 2; object-fit: cover; }
@media (max-width: 760px) { .access { grid-template-columns: 1fr; } }

.history { border-left: 1px solid var(--line); padding-left: 24px; display: grid; gap: 18px; }
.history li { position: relative; font-size: 15px; color: var(--ink-2); }
.history li::before { content: ""; position: absolute; left: -28px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--navy); }
.history time { font-family: var(--num); font-size: 13px; color: var(--ink-3); display: block; }

/* ---------- コラムページ ---------- */
.article { padding-block: clamp(40px, 5.5vw, 68px); }
.article .inner { max-width: 760px; }
.article .head { border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 34px; }
.article .head .m { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: 13px; color: var(--ink-3); }
.article .head .cat { border: 1px solid var(--line-2); padding: 2px 10px; line-height: 1.8; }
.article .head h2 { font-family: var(--mincho); font-size: clamp(23px, 3.1vw, 35px); margin-top: 16px; line-height: 1.6; }
.article .body { font-size: 16px; color: var(--ink); }
.article .body > p { margin-top: 20px; }
.article .body > p:first-child { margin-top: 0; }
.article .body h3 { font-family: var(--mincho); font-size: clamp(20px, 2.3vw, 25px); margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); line-height: 1.6; }
.article .body h4 { font-size: 16px; margin-top: 26px; color: var(--navy); }
.article .body ul.pt { margin-top: 14px; display: grid; gap: 10px; font-size: 15px; color: var(--ink-2); }
.article .body ul.pt li { padding-left: 22px; position: relative; }
.article .body ul.pt li::before { content: ""; position: absolute; left: 0; top: 15px; width: 10px; height: 1px; background: var(--navy); }
.article .body .box { margin-top: 24px; background: var(--paper-2); padding: 22px 24px; font-size: 15px; color: var(--ink-2); }
.article .body .box b { color: var(--ink); }
.article .sign { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-3); }
