@charset "UTF-8";
/* ==========================================================
   青木精一朗法律事務所 労働災害専門サイト 共通スタイル
   カラー・書体は本体サイト（aoki-lawoffice.com）に準拠
   ========================================================== */

:root {
  --c-primary: #09a936;      /* 本体サイト メイン緑 */
  --c-primary-dark: #067a2b;
  --c-accent: #22bb4c;       /* 明るい緑 */
  --c-pale: #eaf0ee;         /* 薄緑グレー背景 */
  --c-pale2: #f4f8f6;
  --c-text: #414343;         /* 基本文字色 */
  --c-white: #ffffff;
  --c-cta: #e07800;          /* 問い合わせ用アクセント（電話・CTA限定） */
  --c-cta-dark: #c26400;
  --c-line: #d4dfd9;
  --font-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font-sans);
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.9;
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary-dark); text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .8; }
ul, ol { list-style: none; }

.inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ---------- ヘッダー ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-line);
  box-shadow: 0 1px 6px rgba(65, 67, 67, .08);
}
.header-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; max-width: 1160px; margin: 0 auto; padding: 12px 20px;
}
.site-brand { line-height: 1.4; }
.site-brand .brand-sub {
  display: block; font-size: 12px; color: var(--c-primary-dark); letter-spacing: .05em;
}
.site-brand .brand-name {
  font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--c-text);
}
.site-brand .brand-name span { color: var(--c-primary); }
.header-contact { display: flex; align-items: center; gap: 14px; }
.header-tel { text-align: right; line-height: 1.3; }
.header-tel .tel-number {
  font-family: var(--font-serif); font-size: 26px; font-weight: 700; color: var(--c-text);
  letter-spacing: .02em; white-space: nowrap;
}
.header-tel .tel-number a { color: inherit; }
.header-tel .tel-note { font-size: 11px; color: #6b6f6e; }
.header-cta {
  display: inline-block; background: var(--c-cta); color: var(--c-white);
  font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 6px;
  text-align: center; line-height: 1.4;
}
.header-cta:hover { background: var(--c-cta-dark); opacity: 1; }
.header-cta small { display: block; font-size: 10px; font-weight: 400; }

/* ナビゲーション */
.global-nav { background: var(--c-primary); }
.global-nav ul {
  display: flex; max-width: 1160px; margin: 0 auto;
}
.global-nav li { flex: 1; border-left: 1px solid rgba(255,255,255,.25); }
.global-nav li:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.global-nav a {
  display: block; color: var(--c-white); text-align: center; font-size: 14px;
  font-weight: 500; padding: 13px 4px; letter-spacing: .04em;
}
.global-nav a:hover, .global-nav a.current { background: var(--c-primary-dark); opacity: 1; }

/* ---------- ヒーロー（左：緑パネル／右：全面写真） ---------- */
.hero {
  display: flex; align-items: stretch; padding: 0;
  border-bottom: 4px solid var(--c-primary);
  background: var(--c-primary-dark);
}
.hero-text-panel {
  flex: 1 1 54%; min-width: 0;
  background: linear-gradient(135deg, #056a26 0%, var(--c-primary-dark) 35%, var(--c-primary) 100%);
  display: flex; align-items: center;
  padding: 64px 56px 64px 24px;
}
.hero-text { max-width: 620px; margin-left: auto; }
.hero-label {
  display: inline-block; background: rgba(255,255,255,.16); color: var(--c-white);
  border: 1px solid rgba(255,255,255,.55);
  font-size: 13px; font-weight: 700; letter-spacing: .12em;
  padding: 4px 16px; border-radius: 3px; margin-bottom: 22px; margin-right: 8px;
}
.hero h1 {
  font-family: var(--font-serif); font-size: 38px; font-weight: 700;
  line-height: 1.55; letter-spacing: .04em; margin-bottom: 18px;
  color: var(--c-white);
}
.hero h1 .em { color: #b6ef9c; }
.hero-lead { font-size: 16px; margin-bottom: 34px; color: #eef6f0; }
.hero-lead strong {
  color: var(--c-white); font-weight: 700;
  border-bottom: 2px solid rgba(182,239,156,.85); padding-bottom: 1px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-note { margin-top: 16px; font-size: 13px; color: #dff0e5; line-height: 1.7; }

.hero-visual { flex: 1 1 46%; min-width: 0; min-height: 540px; position: relative; }
.hero-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* CTAボタン共通 */
.btn {
  display: inline-flex; flex-direction: column; justify-content: center;
  min-width: 300px; padding: 16px 30px; border-radius: 8px;
  text-align: center; font-weight: 700; line-height: 1.45;
  box-shadow: 0 3px 0 rgba(0,0,0,.15);
}
.btn:hover { opacity: 1; transform: translateY(1px); box-shadow: 0 2px 0 rgba(0,0,0,.15); }
.btn small { font-size: 12px; font-weight: 500; }
.btn-tel { background: var(--c-white); border: 2px solid var(--c-cta); color: var(--c-cta); }
.btn-tel .num { font-family: var(--font-serif); font-size: 28px; letter-spacing: .02em; }
.btn-mail { background: var(--c-cta); color: var(--c-white); font-size: 19px; }
.btn-mail:hover { background: var(--c-cta-dark); }
.btn-green { background: var(--c-primary); color: var(--c-white); font-size: 17px; }
.btn-green:hover { background: var(--c-primary-dark); }

/* ---------- 実績・強みバッジ ---------- */
.badge-strip { background: var(--c-white); padding: 34px 0; }
.badge-strip .inner { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.badge {
  flex: 1; min-width: 240px; max-width: 330px;
  border: 2px solid var(--c-primary); border-radius: 10px;
  padding: 20px 16px; text-align: center; background: var(--c-white);
}
.badge .badge-title { font-size: 15px; font-weight: 700; color: var(--c-text); }
.badge .badge-value {
  font-family: var(--font-serif); font-size: 34px; font-weight: 700;
  color: var(--c-primary-dark); line-height: 1.3;
}
.badge .badge-value small { font-size: 16px; }
.badge .badge-note { font-size: 11px; color: #6b6f6e; }

/* ---------- セクション共通 ---------- */
.section { padding: 72px 0; }
.section-pale { background: var(--c-pale); }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .en {
  display: block; font-size: 13px; letter-spacing: .22em;
  color: var(--c-primary); font-weight: 700; text-transform: uppercase; margin-bottom: 6px;
}
.section-head h2 {
  font-family: var(--font-serif); font-size: 32px; font-weight: 700; letter-spacing: .06em;
  line-height: 1.5;
}
.section-head h2::after {
  content: ""; display: block; width: 56px; height: 3px;
  background: var(--c-primary); margin: 14px auto 0;
}
.section-lead { max-width: 780px; margin: 0 auto 40px; text-align: center; }

h3.sub-head {
  font-family: var(--font-serif); font-size: 23px; font-weight: 700;
  border-left: 5px solid var(--c-primary); padding-left: 14px;
  margin: 44px 0 20px; line-height: 1.5;
}
h4 { font-size: 17px; font-weight: 700; margin: 24px 0 10px; color: var(--c-primary-dark); }
.section p + p { margin-top: 14px; }

/* ---------- お悩みチェック ---------- */
.check-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.check-list li {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: 8px;
  padding: 14px 18px 14px 52px; position: relative; font-weight: 500;
}
.check-list li::before {
  content: "✔"; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  color: var(--c-primary); font-size: 20px; font-weight: 700;
}
.check-close {
  text-align: center; margin-top: 30px; font-size: 20px; font-weight: 700;
  font-family: var(--font-serif);
}
.check-close .em { color: var(--c-primary-dark); border-bottom: 3px double var(--c-primary); }

/* ---------- 比較表 ---------- */
.tbl-wrap { overflow-x: auto; margin: 20px 0; }
table.tbl { width: 100%; border-collapse: collapse; background: var(--c-white); font-size: 15px; }
table.tbl th, table.tbl td { border: 1px solid var(--c-line); padding: 12px 14px; vertical-align: top; }
table.tbl thead th { background: var(--c-primary); color: var(--c-white); text-align: center; font-weight: 700; }
table.tbl tbody th { background: var(--c-pale); font-weight: 700; width: 26%; text-align: left; }
table.tbl .ok { color: var(--c-primary-dark); font-weight: 700; }
table.tbl .ng { color: #c0392b; font-weight: 700; }
.tbl-note { font-size: 12px; color: #6b6f6e; }

/* ---------- 選ばれる理由 ---------- */
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.reason-card {
  background: var(--c-white); border-radius: 10px; padding: 30px 26px;
  border-top: 4px solid var(--c-primary); box-shadow: 0 2px 10px rgba(65,67,67,.08);
}
.reason-card .num {
  font-family: var(--font-serif); font-size: 15px; color: var(--c-primary);
  font-weight: 700; letter-spacing: .1em;
}
.reason-card h3 {
  font-family: var(--font-serif); font-size: 21px; font-weight: 700;
  margin: 6px 0 12px; line-height: 1.5;
}
.reason-card p { font-size: 15px; }

/* ---------- 類型グリッド ---------- */
.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.type-grid.col3 { grid-template-columns: repeat(3, 1fr); }
.type-card {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: 8px;
  padding: 22px 12px 18px; text-align: center; display: block; color: var(--c-text);
}
.type-card:hover { border-color: var(--c-primary); box-shadow: 0 2px 10px rgba(9,169,54,.15); opacity: 1; }
.type-card .icon { width: 46px; height: 46px; margin: 0 auto 10px; color: var(--c-primary); }
.type-card .icon svg { width: 100%; height: 100%; }
.type-card .name { font-weight: 700; font-size: 15px; line-height: 1.5; }
.type-card .desc { font-size: 12px; color: #6b6f6e; margin-top: 4px; line-height: 1.6; }

/* ---------- 流れ（ステップ） ---------- */
.step-list { max-width: 860px; margin: 0 auto; }
.step-item {
  display: flex; gap: 22px; background: var(--c-white); border: 1px solid var(--c-line);
  border-radius: 10px; padding: 24px 26px; position: relative;
}
.step-item + .step-item { margin-top: 34px; }
.step-item + .step-item::before {
  content: ""; position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
  border: 11px solid transparent; border-top-color: var(--c-primary); border-bottom: 0;
}
.step-no {
  flex: 0 0 64px; height: 64px; border-radius: 50%;
  background: var(--c-primary); color: var(--c-white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-weight: 700; line-height: 1.1;
}
.step-no small { font-size: 10px; letter-spacing: .1em; }
.step-no .n { font-size: 26px; }
.step-body h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.step-body p { font-size: 15px; }
.step-point {
  margin-top: 10px; background: var(--c-pale2); border-left: 4px solid var(--c-accent);
  padding: 10px 14px; font-size: 14px; border-radius: 0 6px 6px 0;
}
.step-point strong { color: var(--c-primary-dark); }

/* ---------- 費用 ---------- */
.fee-table th { width: 30%; }
.fee-em { font-family: var(--font-serif); font-size: 20px; color: var(--c-primary-dark); font-weight: 700; }

/* ---------- 弁護士紹介 ---------- */
.lawyer-box {
  display: flex; gap: 40px; align-items: flex-start;
  background: var(--c-white); border-radius: 10px; padding: 40px;
  box-shadow: 0 2px 10px rgba(65,67,67,.08);
}
.lawyer-photo {
  flex: 0 0 240px; aspect-ratio: 3 / 4; border-radius: 8px;
  background: linear-gradient(160deg, var(--c-pale) 0%, #d8e5df 100%);
  display: flex; align-items: center; justify-content: center;
  color: #8aa196; font-size: 13px; text-align: center; line-height: 1.8;
  overflow: hidden;
}
.lawyer-photo img { width: 100%; height: 100%; object-fit: cover; }
.lawyer-prof .role { font-size: 13px; color: var(--c-primary-dark); font-weight: 700; letter-spacing: .08em; }
.lawyer-prof .name {
  font-family: var(--font-serif); font-size: 30px; font-weight: 700; margin: 2px 0 4px;
}
.lawyer-prof .kana { font-size: 12px; color: #6b6f6e; margin-bottom: 16px; }
.lawyer-msg {
  margin-top: 16px; background: var(--c-pale2); border-radius: 8px; padding: 18px 20px; font-size: 15px;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--c-white); border: 1px solid var(--c-line);
  border-radius: 10px; overflow: hidden;
}
.faq-item + .faq-item { margin-top: 16px; }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 48px 18px 20px; font-weight: 700; position: relative; line-height: 1.7;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "＋"; position: absolute; right: 18px; top: 16px;
  color: var(--c-primary); font-size: 20px; font-weight: 400;
}
.faq-item[open] summary::after { content: "－"; }
.faq-q, .faq-a-mark {
  flex: 0 0 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px;
  font-family: var(--font-serif); font-weight: 700; font-size: 15px;
}
.faq-q { background: var(--c-primary); color: var(--c-white); }
.faq-a-mark { background: var(--c-pale); color: var(--c-primary-dark); }
.faq-a { display: flex; gap: 14px; padding: 0 20px 20px; border-top: 1px dashed var(--c-line); }
.faq-a > div { padding-top: 16px; font-size: 15px; }
.faq-a .faq-a-mark { margin-top: 16px; }

/* ---------- CTAバンド ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--c-primary-dark) 0%, var(--c-primary) 100%);
  color: var(--c-white); padding: 60px 0; text-align: center;
}
.cta-band h2 {
  font-family: var(--font-serif); font-size: 30px; font-weight: 700; margin-bottom: 10px; letter-spacing: .06em;
}
.cta-band p { max-width: 720px; margin: 0 auto 30px; }
.cta-band .hero-cta { justify-content: center; }
.cta-band .btn-tel { border-color: var(--c-white); background: var(--c-white); }

/* ---------- 事務所概要・アクセス ---------- */
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.map-frame { border: 1px solid var(--c-line); border-radius: 10px; overflow: hidden; }
.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ---------- フッター ---------- */
.site-footer { background: #2f3433; color: #dfe5e2; font-size: 14px; }
.footer-main {
  max-width: 1080px; margin: 0 auto; padding: 48px 20px 36px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px;
}
.footer-brand .brand-name {
  font-family: var(--font-serif); font-size: 20px; font-weight: 700; color: var(--c-white);
}
.footer-brand a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-brand .brand-sub { font-size: 12px; color: var(--c-accent); display: block; margin-bottom: 8px; }
.footer-nav h3, .footer-info h3 {
  font-size: 13px; letter-spacing: .15em; color: var(--c-accent);
  margin-bottom: 12px; font-weight: 700;
}
.footer-nav li { margin-bottom: 8px; }
.footer-nav a { color: #dfe5e2; }
.footer-bottom {
  border-top: 1px solid #464c4a; text-align: center; padding: 16px 20px; font-size: 12px; color: #a9b2ae;
}

/* ---------- 固定フッターCTA（スマホ） ---------- */
.fixed-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: rgba(255,255,255,.97); border-top: 1px solid var(--c-line);
  padding: 8px 10px; gap: 8px;
}
.fixed-cta a {
  flex: 1; text-align: center; font-weight: 700; font-size: 14px;
  padding: 12px 6px; border-radius: 6px; line-height: 1.3;
}
.fixed-cta .f-tel { background: var(--c-white); border: 2px solid var(--c-cta); color: var(--c-cta); }
.fixed-cta .f-mail { background: var(--c-cta); color: var(--c-white); }
.fixed-cta small { display: block; font-size: 10px; font-weight: 400; }

/* ---------- ページ下層ヒーロー ---------- */
.page-hero {
  background: linear-gradient(100deg, var(--c-pale) 0%, rgba(9,169,54,.14) 100%);
  padding: 46px 0; border-bottom: 3px solid var(--c-primary);
}
.page-hero h1 {
  font-family: var(--font-serif); font-size: 32px; font-weight: 700; letter-spacing: .06em;
}
.page-hero .en { font-size: 13px; letter-spacing: .2em; color: var(--c-primary); font-weight: 700; text-transform: uppercase; }
.breadcrumb { font-size: 12px; margin-top: 10px; color: #6b6f6e; }
.breadcrumb a { color: var(--c-primary-dark); }

/* ---------- 注意書き ---------- */
.note-box {
  background: var(--c-pale2); border: 1px dashed var(--c-primary);
  border-radius: 8px; padding: 16px 20px; font-size: 14px; margin: 20px 0;
}

/* ---------- フォーム ---------- */
.form-table { width: 100%; border-collapse: collapse; background: var(--c-white); }
.form-table th, .form-table td { border: 1px solid var(--c-line); padding: 14px 16px; text-align: left; }
.form-table th { background: var(--c-pale); width: 28%; font-weight: 700; }
.req { background: #c0392b; color: #fff; font-size: 11px; padding: 1px 8px; border-radius: 3px; margin-left: 8px; }
.opt { background: #8aa196; color: #fff; font-size: 11px; padding: 1px 8px; border-radius: 3px; margin-left: 8px; }
.form-table input[type="text"], .form-table input[type="tel"], .form-table input[type="email"],
.form-table select, .form-table textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--c-line); border-radius: 6px;
  font-family: inherit; font-size: 15px; background: var(--c-pale2);
}
.form-submit { text-align: center; margin-top: 28px; }
.form-submit button {
  cursor: pointer; border: 0; font-family: inherit;
}

/* ---------- 解決事例・コラム 一覧 ---------- */
.col-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.col-card {
  display: flex; flex-direction: column; background: var(--c-white);
  border: 1px solid var(--c-line); border-radius: 10px; overflow: hidden;
  color: var(--c-text);
}
.col-card:hover { border-color: var(--c-primary); box-shadow: 0 3px 14px rgba(9,169,54,.16); opacity: 1; }
.col-card .col-thumb {
  aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--c-pale) 0%, #d8e5df 100%);
  font-family: var(--font-serif); font-weight: 700; font-size: 18px;
  color: var(--c-primary-dark); text-align: center; padding: 0 16px; line-height: 1.6;
}
.col-card .col-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.col-card .col-title { font-weight: 700; font-size: 16px; line-height: 1.6; }
.col-card .col-excerpt { font-size: 13px; color: #6b6f6e; line-height: 1.7; }
.col-card .col-meta { margin-top: auto; display: flex; align-items: center; gap: 10px; font-size: 12px; color: #8a908e; }

.cat-chip {
  display: inline-block; font-size: 11px; font-weight: 700; line-height: 1;
  padding: 5px 10px; border-radius: 999px; letter-spacing: .05em;
}
.cat-jirei { background: var(--c-primary); color: var(--c-white); }
.cat-column { background: var(--c-white); color: var(--c-primary-dark); border: 1px solid var(--c-primary); }

/* 事例カードの金額ハイライト */
.col-card .col-amount {
  font-family: var(--font-serif); color: var(--c-primary-dark);
  font-size: 15px; font-weight: 700;
}
.col-card .col-amount .big { font-size: 22px; }

/* ---------- 記事ページ ---------- */
.article-wrap { max-width: 820px; margin: 0 auto; }
.article-meta { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #8a908e; margin-bottom: 18px; }
.article h1.article-title {
  font-family: var(--font-serif); font-size: 30px; font-weight: 700;
  line-height: 1.6; letter-spacing: .03em; margin-bottom: 26px;
  padding-bottom: 18px; border-bottom: 3px solid var(--c-primary);
}
.article h2 {
  font-family: var(--font-serif); font-size: 23px; font-weight: 700; line-height: 1.6;
  background: var(--c-pale); border-left: 5px solid var(--c-primary);
  padding: 12px 16px; border-radius: 0 6px 6px 0; margin: 44px 0 18px;
}
.article h3 {
  font-family: var(--font-serif); font-size: 19px; font-weight: 700; line-height: 1.6;
  border-left: 4px solid var(--c-accent); padding-left: 12px; margin: 32px 0 14px;
}
.article p { margin-bottom: 16px; }
.article ul, .article ol { margin: 0 0 16px 1.4em; }
.article ul { list-style: disc; }
.article ol { list-style: decimal; }
.article li { margin-bottom: 6px; }
.article strong { color: var(--c-primary-dark); }

/* 解決事例：概要テーブル */
.case-facts { margin: 24px 0; }
.case-facts th { width: 32%; }

/* 解決事例：Before / After */
.case-result {
  display: flex; align-items: stretch; gap: 0; margin: 28px 0;
  border: 2px solid var(--c-primary); border-radius: 10px; overflow: hidden;
}
.case-result .cr-col { flex: 1; padding: 20px 16px; text-align: center; }
.case-result .cr-before { background: var(--c-pale2); }
.case-result .cr-after { background: var(--c-pale); }
.case-result .cr-label { font-size: 13px; font-weight: 700; color: #6b6f6e; margin-bottom: 4px; }
.case-result .cr-after .cr-label { color: var(--c-primary-dark); }
.case-result .cr-value { font-family: var(--font-serif); font-size: 22px; font-weight: 700; line-height: 1.4; }
.case-result .cr-after .cr-value { color: var(--c-primary-dark); font-size: 26px; }
.case-result .cr-arrow {
  flex: 0 0 44px; display: flex; align-items: center; justify-content: center;
  background: var(--c-primary); color: var(--c-white); font-size: 20px; font-weight: 700;
}
.case-result .cr-note { font-size: 11px; color: #6b6f6e; }

/* 記事アイキャッチ */
.article-eyecatch { border-radius: 10px; overflow: hidden; margin-bottom: 28px; border: 1px solid var(--c-line); }
.article-eyecatch img { width: 100%; display: block; }

/* 一覧カードの画像サムネイル */
.col-card .col-thumb.has-img { padding: 0; }
.col-card .col-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 記事内CTA */
.article-cta {
  margin: 36px 0; background: var(--c-pale); border: 2px solid var(--c-primary);
  border-radius: 10px; padding: 26px 24px; text-align: center;
}
.article-cta .ac-title { font-family: var(--font-serif); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.article-cta p { font-size: 14px; margin-bottom: 16px; }
.article-cta .hero-cta { justify-content: center; }

/* 記事下 ナビ */
.article-back { text-align: center; margin-top: 44px; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 1100px) {
  .site-brand .brand-name { font-size: 17px; }
  .site-brand .brand-sub { font-size: 11px; }
  .header-tel .tel-number { font-size: 20px; }
  .header-cta { font-size: 12px; padding: 10px 14px; }
}

@media (max-width: 960px) {
  .type-grid { grid-template-columns: repeat(3, 1fr); }
  .col-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { flex-direction: column; }
  .hero-text-panel { padding: 48px 24px; }
  .hero-text { max-width: 640px; margin: 0 auto; }
  .hero-visual { min-height: 320px; }
  .reason-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .office-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .header-top { flex-wrap: wrap; padding: 10px 14px; }
  .header-contact { display: none; }
  .global-nav ul { flex-wrap: wrap; }
  .global-nav li { flex: 1 1 33.33%; border-top: 1px solid rgba(255,255,255,.25); }
  .global-nav a { font-size: 12px; padding: 10px 2px; }
  .hero-text-panel { padding: 40px 18px; }
  .hero h1 { font-size: 26px; }
  .hero-visual { min-height: 240px; }
  .section { padding: 52px 0; }
  .section-head h2 { font-size: 25px; }
  .type-grid, .type-grid.col3 { grid-template-columns: repeat(2, 1fr); }
  .btn { min-width: 100%; }
  .hero-cta { flex-direction: column; }
  .lawyer-box { flex-direction: column; padding: 26px 20px; }
  .lawyer-photo { flex: none; width: 60%; margin: 0 auto; }
  .footer-main { grid-template-columns: 1fr; padding-bottom: 20px; }
  .fixed-cta { display: flex; }
  body { padding-bottom: 68px; }
  .step-item { flex-direction: column; gap: 12px; padding: 20px 18px; }
  .form-table th, .form-table td { display: block; width: 100%; border-top: 0; }
  .form-table tr:first-child th { border-top: 1px solid var(--c-line); }
  .page-hero h1 { font-size: 24px; }
  .col-grid { grid-template-columns: 1fr; }
  .article h1.article-title { font-size: 23px; }
  .article h2 { font-size: 19px; }
  .case-result { flex-direction: column; }
  .case-result .cr-arrow { flex-basis: 36px; }
  .case-result .cr-arrow::before { content: ""; }
  .case-result .cr-arrow span { transform: rotate(90deg); display: inline-block; }
}
