/* =========================================================
   黎明法律事務所 — Reimei Law Office
   明るく・余白ゆったり・清潔感と信頼性のある写真主役デザイン
   ========================================================= */

:root {
  /* --- カラートークン --- */
  --bg:        #ffffff;
  --bg-soft:   #f6f3ec;   /* 生成りの淡色(セクション交互) */
  --bg-soft2:  #f0ece2;
  --navy:      #1b3660;   /* 信頼のネイビー(見出し・アクセント) */
  --navy-2:    #24487e;
  --navy-deep: #142a4c;   /* フッター等の濃紺 */
  --ink:       #232a33;   /* 本文(濃くて読みやすい) */
  --ink-soft:  #5a6472;   /* 副次テキスト */
  --gold:      #b8935a;   /* 控えめな金アクセント(CTA/eyebrow) */
  --gold-deep: #9c7940;
  --line:      #e6e1d6;   /* 罫線 */
  --line-soft: #eeeae1;
  --cta:       #b8935a;
  --cta-ink:   #ffffff;

  --serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --sans:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --en:    "Cormorant Garamond", "Times New Roman", serif;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
  --header-h: 78px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.95;
  font-size: 16px;
  letter-spacing: .02em;
  overflow-x: hidden;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; line-height: 1.5; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy-deep); color: #fff; }
.narrow { max-width: 780px; }

/* --- 共通見出し(以前より小さめ) --- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--en); font-size: 13px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600; margin: 0 0 16px;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 30px; height: 1px; background: var(--gold); }
.headline {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(21px, 2.9vw, 31px); line-height: 1.55; letter-spacing: .04em; color: var(--navy);
}
.headline--lg { font-size: clamp(24px, 3.4vw, 37px); }
.lead {
  margin-top: 18px; color: var(--ink-soft); font-size: clamp(14.5px, 1.5vw, 16px); line-height: 2.05;
}
.section-head { margin-bottom: clamp(32px, 5vw, 52px); }
.section-head--center { text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

/* =========================================================
   ボタン
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 54px; padding: 0 28px; border-radius: 3px;
  font-family: var(--sans); font-size: 15.5px; font-weight: 600; letter-spacing: .04em;
  border: 1.5px solid transparent; transition: all .25s ease; white-space: nowrap;
}
.btn__arw { font-family: var(--en); font-size: 1.15em; transition: transform .25s ease; }
.btn:hover .btn__arw { transform: translateX(4px); }
.btn--primary { background: var(--cta); color: #fff; }
.btn--primary:hover { background: var(--gold-deep); transform: translateY(-2px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--navy); border-color: #c9c1b0; }
.btn--outline:hover { border-color: var(--navy); background: rgba(27,54,96,.04); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--lg { min-height: 60px; padding: 0 34px; font-size: 16px; }

/* =========================================================
   ヘッダー
   ========================================================= */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  transition: box-shadow .3s ease, background .3s ease;
}
.header.is-scrolled { box-shadow: 0 2px 20px -10px rgba(20,30,50,.3); }
.header__inner {
  max-width: 1280px; margin-inline: auto; padding: 0 var(--gutter);
  height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.brand { display: flex; flex-direction: column; line-height: 1.15; flex: none; }
.brand__mark { font-family: var(--serif); font-size: clamp(18px, 2vw, 21px); font-weight: 600; letter-spacing: .1em; color: var(--navy); white-space: nowrap; }
.brand__en { font-family: var(--en); font-size: 10.5px; letter-spacing: .26em; color: var(--gold-deep); text-transform: uppercase; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 22px); }
.nav__link { position: relative; font-size: 14px; letter-spacing: .03em; color: var(--ink); white-space: nowrap; padding: 6px 0; transition: color .2s ease; }
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav__link:hover { color: var(--navy); }
.nav__link:hover::after, .nav__link.is-active::after { right: 0; }
.nav__link.is-active { color: var(--navy); font-weight: 600; }
.header__right { display: flex; align-items: center; gap: 18px; }
.header__tel { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; white-space: nowrap; }
.header__tel small { font-size: 10px; letter-spacing: .08em; color: var(--ink-soft); }
.header__tel b { font-family: var(--en); font-size: 21px; letter-spacing: .04em; color: var(--navy); font-weight: 600; }
.header__btn { min-height: 44px; padding: 0 20px; font-size: 14px; border-radius: 3px; }
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 0 11px; background: transparent; border: 1px solid var(--line); border-radius: 4px; }
.burger span { height: 2px; background: var(--navy); border-radius: 2px; }

/* ページ全体をヘッダー分下げる(ヒーローは各自で調整) */
.page { padding-top: var(--header-h); }

/* =========================================================
   ドロワー
   ========================================================= */
.drawer { position: fixed; inset: 0; z-index: 95; visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s ease; }
.drawer.is-open { visibility: visible; opacity: 1; }
.drawer__overlay { position: absolute; inset: 0; background: rgba(20,26,36,.5); }
.drawer__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(86vw, 350px);
  background: #fff; padding: 22px 26px; transform: translateX(100%); transition: transform .35s ease;
  display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain;
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__close { align-self: flex-end; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 4px; position: relative; }
.drawer__close::before, .drawer__close::after { content: ""; position: absolute; left: 12px; top: 21px; width: 18px; height: 2px; background: var(--navy); }
.drawer__close::before { transform: rotate(45deg); }
.drawer__close::after { transform: rotate(-45deg); }
.drawer__nav { margin-top: 18px; display: grid; }
.drawer__nav a { padding: 15px 4px; font-family: var(--serif); font-size: 17px; color: var(--navy); border-bottom: 1px solid var(--line-soft); letter-spacing: .04em; }
.drawer__nav a .en { display: block; font-family: var(--en); font-size: 11px; letter-spacing: .2em; color: var(--gold-deep); text-transform: uppercase; margin-top: 2px; }
.drawer__cta { margin-top: 22px; width: 100%; }
.drawer__tel { margin-top: 20px; text-align: center; }
.drawer__tel small { display: block; font-size: 11px; color: var(--ink-soft); margin-bottom: 4px; }
.drawer__tel b { font-family: var(--en); font-size: 28px; color: var(--navy); font-weight: 600; }

/* =========================================================
   ホームのヒーロー(白基調・写真主役・小さめコピー)
   ========================================================= */
.hero { padding-top: var(--header-h); background: var(--bg); }
.hero__inner {
  max-width: var(--maxw); margin-inline: auto; padding: clamp(36px,5vw,64px) var(--gutter) clamp(40px,5vw,72px);
  display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(30px, 5vw, 68px); align-items: center;
}
.hero__eyebrow { font-family: var(--en); font-size: 13px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.hero__eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero__title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(27px, 3.9vw, 44px); line-height: 1.5; letter-spacing: .04em; color: var(--navy);
}
.hero__title .accent { color: var(--gold-deep); }
.hero__sub { margin-top: 22px; color: var(--ink-soft); font-size: clamp(14.5px, 1.5vw, 16.5px); line-height: 2.05; }
.hero__actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { margin-top: 22px; font-size: 13px; color: var(--ink-soft); line-height: 1.8; }
.hero__trust b { color: var(--gold-deep); white-space: nowrap; margin-right: 4px; }
.hero__media { position: relative; }
.hero__media img { width: 100%; height: clamp(340px, 44vw, 500px); object-fit: cover; border-radius: 8px; }
.hero__badge {
  position: absolute; left: -18px; bottom: 28px; background: #fff; border-radius: 8px;
  padding: 16px 22px; box-shadow: 0 20px 44px -20px rgba(20,30,50,.4); display: flex; align-items: center; gap: 14px;
}
.hero__badge .num { font-family: var(--en); font-size: 34px; color: var(--navy); font-weight: 600; line-height: 1; }
.hero__badge span { font-size: 12px; color: var(--ink-soft); line-height: 1.5; }

/* =========================================================
   サブページ共通のページヘッダー(写真+紺オーバーレイ)
   ========================================================= */
.page-hero { position: relative; margin-top: var(--header-h); min-height: clamp(200px, 26vw, 300px); display: grid; align-items: center; overflow: hidden; background: var(--navy-deep); }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,42,76,.85), rgba(20,42,76,.5)); }
.page-hero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin-inline: auto; width: 100%; padding: 40px var(--gutter); }
.page-hero__eyebrow { font-family: var(--en); font-size: 13px; letter-spacing: .3em; text-transform: uppercase; color: #d9bd86; font-weight: 600; margin-bottom: 12px; }
.page-hero__title { font-family: var(--serif); font-size: clamp(24px, 3.6vw, 38px); color: #fff; letter-spacing: .06em; }
.page-hero__title small { display: block; font-family: var(--en); font-size: 14px; letter-spacing: .24em; color: #d9bd86; text-transform: uppercase; margin-top: 8px; font-weight: 500; }
.breadcrumb { position: relative; z-index: 2; max-width: var(--maxw); margin: 14px auto 0; padding: 0 var(--gutter); font-size: 12px; color: rgba(255,255,255,.7); }
.breadcrumb a:hover { color: #fff; }

/* =========================================================
   導入メッセージ(写真+テキスト)
   ========================================================= */
.intro__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.intro__media img { width: 100%; height: clamp(300px, 38vw, 440px); object-fit: cover; border-radius: 8px; }
.intro__title { font-family: var(--serif); font-size: clamp(19px, 2.5vw, 27px); line-height: 1.75; letter-spacing: .04em; color: var(--navy); }
.intro__title em { font-style: normal; color: var(--gold-deep); }
.intro__text { margin-top: 20px; color: var(--ink-soft); line-height: 2.1; font-size: 15.5px; }
.intro__sign { margin-top: 22px; font-family: var(--serif); color: var(--navy); font-size: 15px; }
.intro__sign b { font-size: 20px; margin-left: 8px; }

/* =========================================================
   選ばれる理由(写真つき・左右交互)
   ========================================================= */
.reasons { display: grid; gap: clamp(40px, 6vw, 76px); }
.reason { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; }
.reason:nth-child(even) .reason__media { order: 2; }
.reason__media { position: relative; }
.reason__media img { width: 100%; height: clamp(260px, 32vw, 380px); object-fit: cover; border-radius: 8px; }
.reason__no { position: absolute; top: -16px; left: -12px; font-family: var(--en); font-size: 62px; font-weight: 700; color: var(--gold); opacity: .9; line-height: 1; text-shadow: 0 2px 10px rgba(255,255,255,.6); }
.reason__label { font-family: var(--en); font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 12px; }
.reason__title { font-family: var(--serif); font-size: clamp(19px, 2.4vw, 26px); color: var(--navy); letter-spacing: .04em; margin-bottom: 14px; }
.reason__text { color: var(--ink-soft); font-size: 15.5px; line-height: 2.1; }

/* =========================================================
   取扱分野カード(写真主役)
   ========================================================= */
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.field-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.field-card:hover { transform: translateY(-5px); box-shadow: 0 26px 46px -28px rgba(20,30,50,.42); }
.field-card__media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--bg-soft2); }
.field-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.field-card:hover .field-card__media img { transform: scale(1.05); }
.field-card__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink-soft); background: repeating-linear-gradient(135deg, #f0ece2 0 12px, #ece7db 12px 24px); }
.field-card__ph svg { opacity: .5; }
.field-card__ph span { font-size: 11px; letter-spacing: .1em; }
.field-card__tag { position: absolute; left: 12px; top: 12px; background: rgba(27,54,96,.9); color: #fff; font-size: 11px; letter-spacing: .08em; padding: 5px 12px; border-radius: 3px; }
.field-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.field-card__title { font-family: var(--serif); font-size: 19px; color: var(--navy); letter-spacing: .03em; }
.field-card__desc { color: var(--ink-soft); font-size: 14px; line-height: 1.9; flex: 1; }
.field-card__more { margin-top: 4px; font-size: 13.5px; color: var(--gold-deep); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.field-card:hover .field-card__more { gap: 10px; }

/* 絞り込みタブ */
.filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter__btn { padding: 9px 20px; border-radius: 999px; border: 1px solid #d4ccbc; background: #fff; color: var(--ink-soft); font-size: 13.5px; transition: all .2s ease; }
.filter__btn:hover { border-color: var(--navy); color: var(--navy); }
.filter__btn.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.is-hidden { display: none !important; }

/* =========================================================
   ご相談の流れ(写真つきステップ・矢印修正)
   ========================================================= */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.flow__step { position: relative; }
.flow__media { position: relative; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; background: var(--bg-soft2); }
.flow__media img { width: 100%; height: 100%; object-fit: cover; }
.flow__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(135deg, #f0ece2 0 12px, #ece7db 12px 24px); }
.flow__no { position: absolute; top: 12px; left: 12px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--en); font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.flow__title { font-family: var(--serif); font-size: 17px; color: var(--navy); margin: 16px 0 8px; }
.flow__text { color: var(--ink-soft); font-size: 13.5px; line-height: 1.85; }
/* コネクタ(横方向・最後は非表示)。カード間の中央に置く */
.flow__step:not(:last-child) .flow__media::after {
  content: "→"; position: absolute; top: 50%; right: -19px; transform: translateY(-50%);
  font-family: var(--en); font-size: 22px; color: var(--gold); z-index: 3; text-shadow: 0 0 6px #fff;
}

/* =========================================================
   実績/信頼の数字(4連バーは廃止。控えめな帯で)
   ========================================================= */
.trustbar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trustbar__item { text-align: center; padding: 8px; }
.trustbar__num { font-family: var(--en); font-size: clamp(34px, 4.4vw, 50px); color: var(--navy); font-weight: 600; line-height: 1; }
.trustbar__num small { font-family: var(--sans); font-size: .32em; color: var(--gold-deep); margin-left: 4px; font-weight: 600; }
.trustbar__label { margin-top: 10px; font-size: 13.5px; color: var(--ink-soft); }

/* =========================================================
   弁護士紹介
   ========================================================= */
.lawyer__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.lawyer__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 82% 15%; border-radius: 8px; }
.lawyer__role { font-family: var(--en); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.lawyer__name { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); color: var(--navy); margin: 10px 0 6px; letter-spacing: .05em; }
.lawyer__name small { font-family: var(--en); font-size: 15px; letter-spacing: .1em; color: var(--ink-soft); margin-left: 12px; }
.lawyer__msg { margin: 20px 0; color: var(--ink-soft); font-size: 15.5px; line-height: 2.1; }
.lawyer__career { background: var(--bg-soft); border-radius: 8px; padding: 4px 22px; }
.lawyer__career div { display: grid; grid-template-columns: 84px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.lawyer__career div:last-child { border-bottom: 0; }
.lawyer__career dt { font-family: var(--en); color: var(--gold-deep); font-weight: 600; }
.lawyer__career dd { margin: 0; color: var(--ink-soft); }

/* =========================================================
   費用テーブル
   ========================================================= */
.fee-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.fee-table th, .fee-table td { text-align: left; padding: 17px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.fee-table thead th { font-family: var(--en); letter-spacing: .1em; text-transform: uppercase; font-size: 12px; color: var(--gold-deep); border-bottom: 2px solid var(--navy); }
.fee-table tbody th { font-family: var(--serif); font-weight: 600; color: var(--navy); width: 34%; }
.fee-table td { color: var(--ink-soft); }
.fee-table td b { color: var(--ink); font-family: var(--en); font-size: 18px; }
.fee-note { margin-top: 14px; font-size: 13px; color: var(--ink-soft); }

/* 事務所情報などの「ラベル|値」2列テーブル(スマホでも表のまま・ホバーなし) */
.info-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.info-table th, .info-table td { text-align: left; vertical-align: top; padding: 16px 18px; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.8; }
.info-table th { font-family: var(--serif); font-weight: 600; color: var(--navy); width: 30%; background: var(--bg-soft); white-space: nowrap; }
.info-table td { color: var(--ink); }
@media (max-width: 620px) {
  .info-table th, .info-table td { padding: 13px 12px; font-size: 14px; }
  .info-table th { width: 34%; white-space: normal; }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 840px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; gap: 16px; text-align: left; padding: 22px 6px; background: transparent; border: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(15.5px, 1.8vw, 18px); letter-spacing: .02em; }
.faq__q .qm { font-family: var(--en); color: var(--gold-deep); font-size: 19px; font-weight: 600; }
.faq__q .tg { margin-left: auto; position: relative; width: 18px; height: 18px; flex: none; }
.faq__q .tg::before, .faq__q .tg::after { content: ""; position: absolute; background: var(--gold-deep); transition: transform .3s ease, opacity .3s ease; }
.faq__q .tg::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq__q .tg::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq__item.is-open .tg::after { transform: scaleY(0); opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 6px 24px 42px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.95; }

/* =========================================================
   お客様の声(スライダー)
   ========================================================= */
.voice-slider { position: relative; }
.voice-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0;
  padding-bottom: 6px; -ms-overflow-style: none; scrollbar-width: none;
}
.voice-track::-webkit-scrollbar { display: none; }
.voice-card { scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px 26px; display: flex; flex-direction: column; }
.voice-card__stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; margin-bottom: 12px; }
.voice-card__text { color: var(--ink); font-size: 14.5px; line-height: 1.95; flex: 1; }
.voice-card__who { margin-top: 16px; font-size: 12.5px; color: var(--ink-soft); }
.voice-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--navy); font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -14px rgba(20,30,50,.4); transition: all .2s ease;
}
.voice-nav:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.voice-nav--prev { left: -22px; }
.voice-nav--next { right: -22px; }
@media (max-width: 1000px) { .voice-nav--prev { left: -6px; } .voice-nav--next { right: -6px; } }

/* =========================================================
   お知らせ
   ========================================================= */
.news-list { display: grid; }
.news-item { display: grid; grid-template-columns: 128px 1fr auto; gap: 20px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); border-radius: 6px; transition: background .2s ease; }
.news-item:hover { background: var(--bg-soft); }
.news-item__date { font-family: var(--en); font-size: 15px; color: var(--gold-deep); }
.news-item__title { color: var(--ink); font-size: 15px; }
.news-item__arrow { color: var(--gold-deep); font-family: var(--en); font-size: 18px; transition: transform .2s ease; }
.news-item:hover .news-item__arrow { transform: translateX(4px); }
.news-foot { display: none; text-align: center; margin-top: 32px; }

/* =========================================================
   CTA帯
   ========================================================= */
.cta { position: relative; background: var(--navy-deep); overflow: hidden; }
.cta__bg { position: absolute; inset: 0; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.cta__inner { position: relative; z-index: 2; max-width: 760px; margin-inline: auto; padding: clamp(52px,7vw,86px) var(--gutter); text-align: center; }
.cta__title { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); color: #fff; letter-spacing: .05em; line-height: 1.6; }
.cta__title .accent { color: #d9bd86; }
.cta__text { margin: 20px auto 0; color: rgba(255,255,255,.82); font-size: 15.5px; line-height: 2; }
.cta__actions { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__actions .btn { width: 300px; max-width: 100%; }
.cta__tel { margin-top: 22px; color: rgba(255,255,255,.8); font-size: 14px; }
.cta__tel b { font-family: var(--en); font-size: 24px; color: #fff; margin: 0 6px; white-space: nowrap; }
.cta__hours { white-space: nowrap; }

/* =========================================================
   お問い合わせフォーム
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 60px); }
.contact-points { margin-top: 24px; display: grid; gap: 14px; }
.contact-points li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-size: 15px; }
.contact-points svg { flex: none; margin-top: 4px; }
.form { display: grid; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: clamp(24px,4vw,38px); box-shadow: 0 30px 60px -44px rgba(20,30,50,.3); }
.form__row { display: grid; gap: 8px; }
.form__row label { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.form__row label .req { color: #b5462f; font-size: 11px; margin-left: 8px; }
.form__row label .opt { color: var(--ink-soft); font-size: 11px; margin-left: 8px; font-weight: 400; }
.form input, .form textarea, .form select { font-family: inherit; font-size: 15px; padding: 14px 15px; border: 1px solid #d8d1c2; border-radius: 4px; background: #fbfaf6; color: var(--ink); transition: border-color .2s ease; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--gold); }
.form__hint { font-size: 12.5px; color: var(--ink-soft); }
.form .btn { width: 100%; margin-top: 4px; }
.form__thanks { display: none; text-align: center; padding: 24px; }
.form__thanks.is-show { display: block; }
.form__thanks h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); margin-bottom: 12px; }
.form__thanks p { color: var(--ink-soft); font-size: 15px; }
.form__thanks b { font-family: var(--en); font-size: 22px; color: var(--gold-deep); }

/* =========================================================
   分野詳細ページ
   ========================================================= */
.detail { display: grid; grid-template-columns: 1fr 340px; gap: clamp(30px, 5vw, 56px); align-items: start; }
.detail__media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; margin-bottom: 26px; }
.detail__lead { font-size: 16.5px; line-height: 2.1; color: var(--ink); margin-bottom: 26px; }
.detail__body h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin: 30px 0 12px; padding-left: 14px; border-left: 3px solid var(--gold); }
.detail__body p { color: var(--ink-soft); line-height: 2.05; margin-bottom: 14px; }
.detail__body ul.check { display: grid; gap: 10px; margin: 8px 0 16px; }
.detail__body ul.check li { position: relative; padding-left: 28px; color: var(--ink); font-size: 15px; }
.detail__body ul.check li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 8px; border-left: 2px solid var(--gold-deep); border-bottom: 2px solid var(--gold-deep); transform: rotate(-45deg); }
.detail__aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 20px; }
.aside-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.aside-card h4 { font-family: var(--serif); font-size: 17px; color: var(--navy); margin-bottom: 14px; }
.aside-card .price { font-family: var(--en); font-size: 30px; color: var(--gold-deep); font-weight: 600; }
.aside-card .price small { font-family: var(--sans); font-size: 13px; color: var(--ink-soft); margin-left: 6px; }
.aside-card .btn { width: 100%; margin-top: 16px; }
.aside-nav { display: grid; }
.aside-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink); display: flex; justify-content: space-between; }
.aside-nav a:hover { color: var(--gold-deep); }
.aside-nav a.is-current { color: var(--navy); font-weight: 600; }

/* =========================================================
   お知らせ記事
   ========================================================= */
.article { max-width: 800px; margin-inline: auto; }
.article__date { font-family: var(--en); font-size: 15px; color: var(--gold-deep); margin-bottom: 12px; }
.article__title { font-family: var(--serif); font-size: clamp(21px, 2.8vw, 30px); color: var(--navy); line-height: 1.6; letter-spacing: .03em; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.article__body p { color: var(--ink); line-height: 2.1; margin-bottom: 20px; font-size: 15.5px; }
.article__back { margin-top: 36px; }

/* =========================================================
   フッター
   ========================================================= */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.85); padding: clamp(48px,6vw,72px) 0 28px; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 36px; }
.footer .brand__mark { display: block; color: #fff; font-size: 22px; }
.footer .brand__en { display: block; color: #d9bd86; margin-top: 3px; }
.footer__contact .btn { padding: 0 26px; min-height: 50px; }
.footer__brand p { margin-top: 16px; font-size: 13.5px; line-height: 1.9; color: rgba(255,255,255,.7); max-width: 30em; }
.footer__col h4 { font-size: 13px; letter-spacing: .06em; color: #d9bd86; margin-bottom: 16px; }
.footer__col a { display: block; padding: 6px 0; font-size: 13.5px; color: rgba(255,255,255,.78); transition: color .2s ease; }
.footer__col a:hover { color: #fff; }
.footer__contact .footer__tel { font-family: var(--en); font-size: 24px; color: #fff; margin-bottom: 4px; }
.footer__contact span { display: block; font-size: 12.5px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.footer__contact .btn { display: inline-flex; }
.footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center; }
.footer__copy { font-family: var(--en); font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.6); }
.footer__note { font-size: 12px; color: rgba(255,255,255,.55); }

/* =========================================================
   追従SP下部バー
   ========================================================= */
.sp-bar { display: none; }

/* =========================================================
   演出(常時表示・JS依存で消えない)
   ========================================================= */
.reveal { opacity: 1; }
html.js .reveal.pre { opacity: 0; transform: translateY(22px); }
html.js .reveal.is-in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }

.sp-only { display: none; }
/* 流れページは「Step 01」の文字ラベルがあるため、画像上の大きな番号は非表示にして重複を避ける */
body[data-page="flow"] .reason__no { display: none; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1000px) {
  .nav, .header__tel { display: none; }
  .burger { display: inline-flex; }
  .header__btn { display: none; }
  .hero__inner, .intro__grid, .lawyer__grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .reason { grid-template-columns: 1fr; gap: 20px; }
  .reason:nth-child(even) .reason__media { order: -1; }
  .reason__media { order: -1; }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); gap: 26px 22px; }
  .flow__step:not(:last-child) .flow__media::after { display: none; }
  .voice-track { grid-auto-columns: calc((100% - 22px) / 2); }
  .detail { grid-template-columns: 1fr; }
  .detail__aside { position: static; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .field-grid { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .voice-track { grid-auto-columns: 86%; }
  .voice-nav { display: none; }
  .trustbar { grid-template-columns: 1fr; gap: 24px; }
  .footer__top { grid-template-columns: 1fr; }
  .hero__actions .btn, .cta__actions .btn { width: 100%; }
  .hero__actions, .cta__actions { flex-direction: column; }
  .hero__badge { left: 12px; right: 12px; bottom: 12px; }

  .sp-only { display: inline; }
  .sp-hide { display: none; }
  .sp-left { text-align: left; }

  /* お電話の営業時間はスマホでは丸ごと次の行へ(「も対応)」だけ落ちるのを防ぐ) */
  .cta__hours { display: block; margin-top: 4px; }
  .cta__tel b { margin: 0; }
  /* お知らせ「一覧を見る」ボタンはスマホでは一覧の下に */
  .news-head-btn { display: none; }
  .news-foot { display: block; }
  .news-foot .btn { width: 100%; }

  /* テーブル → 縦積み */
  .fee-table, .fee-table tbody, .fee-table tr, .fee-table th, .fee-table td { display: block; width: 100%; }
  .fee-table thead { display: none; }
  .fee-table tbody tr { border: 1px solid var(--line); border-radius: 8px; margin-bottom: 14px; padding: 6px 4px; }
  .fee-table tbody th { width: 100%; border: 0; padding-bottom: 4px; font-size: 17px; }
  .fee-table td { border: 0; padding: 4px 18px; }
  .fee-table td::before { content: attr(data-label); display: block; font-size: 11px; letter-spacing: .08em; color: var(--gold-deep); font-family: var(--en); text-transform: uppercase; }

  .news-item { grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; }
  .news-item__date { grid-column: 1; }
  .news-item__title { grid-column: 1; }
  .news-item__arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .lawyer__career div { grid-template-columns: 1fr; gap: 2px; }

  /* SP下部固定バー */
  .sp-bar { display: grid; grid-template-columns: 1fr 1.2fr; position: fixed; inset: auto 0 0 0; z-index: 85; transform: translateY(110%); transition: transform .4s ease; box-shadow: 0 -6px 18px -8px rgba(0,0,0,.3); }
  .sp-bar.is-show { transform: translateY(0); }
  .sp-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; font-weight: 600; font-size: 15px; }
  .sp-bar__tel { background: var(--navy); color: #fff; }
  .sp-bar__form { background: var(--cta); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
