@charset "UTF-8";
/* =========================================================
   fujiki-lawyer-theme メインスタイル（自己完結型）
   弁護士 藤木達郎（ふじ総合法律会計事務所／大阪・中央区／債務整理が主軸）
   配色：オレンジ #d9772e × 白 #ffffff（構造帯＝深いテラコッタブラウン）
   ※旧テーマの変数名 --navy / --accent を踏襲（--navy＝濃色の構造帯、--accent＝オレンジ）
   ======================================================= */

:root {
	--navy: #45291a;         /* 濃色帯・見出し・フッター・表ヘッダ（深いテラコッタブラウン） */
	--navy-d: #331d12;       /* さらに濃い帯（フッター・グラデ端） */
	--navy-l: #7a4a2c;       /* 明るめブラウン（ヒーロー帯グラデ端） */
	--accent: #d9772e;       /* ブランド主役色＝オレンジ（CTA・アイコン・ボーダー・強調） */
	--accent-d: #bd5f1c;     /* オレンジ ダーク（ホバー） */
	--accent-l: #f0a866;     /* オレンジ ライト（濃色背景上の強調テキスト） */
	--red: #c0392b;          /* フォーム必須・エラーの注意色 */
	--ink: #2a2018;          /* 本文（暖かみのあるダーク） */
	--gray: #6b5f54;         /* 補助テキスト（ウォームグレー） */
	--line: #e7ddd3;         /* 区切り線・枠（ウォーム） */
	--bg: #ffffff;
	--bg-alt: #faf5ef;       /* 薄色セクション背景（オレンジ由来のクリーム） */
	--bg-soft: #f0e6da;
	--maxw: 1120px;
	--radius: 8px;
	--shadow: 0 10px 30px rgba(69,41,26,.12);
	--shadow-sm: 0 4px 14px rgba(69,41,26,.09);
	--serif: "Noto Serif JP", serif;
	--sans: "Noto Sans JP", sans-serif;
}

/* ---------- リセット・基本 ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--sans);
	color: var(--ink);
	background: var(--bg);
	line-height: 1.85;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: .25s; }
a:hover { color: var(--accent); }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.5; margin: 0; font-weight: 600; }
.container { width: 92%; max-width: var(--maxw); margin: 0 auto; }
.icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* ---------- ボタン ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center;
	gap: .5em; padding: 14px 28px; border-radius: var(--radius);
	font-weight: 700; font-size: 15px; text-align: center;
	transition: .25s; cursor: pointer; line-height: 1.4;
	-webkit-appearance: none; appearance: none; border: none; font-family: var(--sans);
}
.btn-cta { background: var(--accent); color: #fff; box-shadow: 0 6px 16px rgba(217,119,46,.30); }
.btn-cta:hover { background: var(--accent-d); color: #fff; transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-d); color: #fff; transform: translateY(-2px); }
.btn-outline { border: 1.5px solid var(--navy); color: var(--navy); background: #fff; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { border: 1.5px solid #fff; color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-lg { padding: 17px 34px; font-size: 16px; }

/* ---------- 画像プレースホルダ（後から差し替え用） ---------- */
.img-ph {
	position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; background: repeating-linear-gradient(45deg,#eef1f5,#eef1f5 14px,#e7ebf1 14px,#e7ebf1 28px);
	border: 1px dashed #b9c4d2; border-radius: var(--radius); color: #8190a3;
	font-size: 13px; font-weight: 700; text-align: center; padding: 16px; overflow: hidden;
}
.img-ph-icon { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #b9c4d2; position: relative; }
.img-ph-icon::before { content: ""; position: absolute; inset: 0; margin: auto; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #b9c4d2; top: -4px; left: 8px; }
.img-ph-icon::after { content: ""; position: absolute; left: 6px; right: 6px; bottom: 6px; height: 9px; background: #b9c4d2; clip-path: polygon(0 100%, 35% 30%, 60% 70%, 80% 45%, 100% 100%); }
.img-ph-label { line-height: 1.5; }
.img-ph-16x9 { aspect-ratio: 16/9; }
.img-ph-4x3  { aspect-ratio: 4/3; }
.img-ph-1x1  { aspect-ratio: 1/1; }
.img-ph-3x4  { aspect-ratio: 3/4; }
.img-ph-wide { aspect-ratio: 21/9; }
/* 実写真フレーム（プレースホルダ差し替え用・object-fitで枠に合わせてトリミング） */
.photo-frame { overflow: hidden; border-radius: var(--radius); background: var(--bg-alt); }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* 弁護士写真（正面座位・人物中央）：横写真を縦3:4枠にcoverするため中央基準で表示 */
.attorney-feature .photo-frame img, .attorney-profile .photo-frame img { object-position: center center; }
.photo-frame-16x9 { aspect-ratio: 16/9; }
.photo-frame-4x3  { aspect-ratio: 4/3; }
.photo-frame-1x1  { aspect-ratio: 1/1; }
.photo-frame-3x4  { aspect-ratio: 3/4; }

/* ---------- ヘッダー ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 4px 18px rgba(69,41,26,.10); }
.header-inner { display: flex; align-items: stretch; gap: 22px; min-height: 84px; width: 96%; max-width: 1360px; margin: 0 auto; }
.site-brand { display: flex; align-items: center; }
.brand-link { display: flex; flex-direction: column; line-height: 1.2; }
.brand-en { font-size: 10.5px; color: var(--accent-d); letter-spacing: .12em; font-weight: 700; }
.brand-name { font-family: var(--serif); font-size: 23px; font-weight: 700; color: var(--navy); letter-spacing: .04em; }
.global-nav { margin-left: auto; display: flex; align-items: center; }
.global-nav-list { display: flex; gap: 24px; }
.global-nav-list a { font-size: 15px; font-weight: 500; color: var(--navy); position: relative; padding: 8px 0; }
.global-nav-list a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--accent); transition: .25s; }
.global-nav-list a:hover::after { width: 100%; }
.header-tel { display: flex; align-items: center; }
.header-tel-link { display: flex; align-items: center; gap: 9px; color: var(--navy); }
.header-tel-ico { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; }
.header-tel-body { display: flex; flex-direction: column; line-height: 1.15; }
.header-tel-num { font-family: var(--serif); font-size: 24px; font-weight: 700; letter-spacing: .01em; }
.header-tel-note { font-size: 11px; color: var(--gray); }
/* 受付時間の強み（夜間・土日祝日対応）を金色テキストで強調（枠なし） */
.header-tel-badge { display: block; margin-top: 3px; font-size: 11px; font-weight: 700; color: var(--accent-d); white-space: nowrap; }
.header-contact-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; background: var(--accent); color: #fff; width: 92px; font-size: 12px; font-weight: 700; transition: .25s; }
.header-contact-btn:hover { background: var(--accent-d); color: #fff; }

/* ハンバーガー */
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; align-self: center; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* SPナビ */
.sp-nav { position: fixed; inset: 0; z-index: 90; background: var(--navy); color: #fff; padding: 100px 8% 40px; overflow-y: auto; }
.sp-nav-list { display: flex; flex-direction: column; }
.sp-nav-list a { display: block; color: #fff; font-size: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.sp-nav-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }

/* ---------- セクション共通 ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; margin-bottom: 48px; }
.section-eyebrow { color: var(--accent); font-family: var(--serif); letter-spacing: .25em; font-size: 13px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase; }
.section-title { font-size: 30px; color: var(--navy); }
.section-title .em { color: var(--accent); }
.section-title-bar { display: block; width: 40px; height: 2px; background: var(--accent); margin: 16px auto 0; }
.section-desc { margin-top: 14px; color: var(--gray); }
.section-action { text-align: center; margin-top: 40px; }
.lead-title { display: flex; align-items: center; gap: 12px; font-size: 21px; color: var(--navy); margin-bottom: 22px; }
.lead-title::before { content: ""; width: 5px; height: 24px; background: var(--navy); border-radius: 2px; }

/* ---------- ページヘッダー（濃紺＋菱形装飾） ---------- */
.page-hero { position: relative; background: linear-gradient(120deg, var(--navy-d), var(--navy-l)); color: #fff; padding: 70px 0; text-align: center; overflow: hidden; }
.page-hero-deco { position: absolute; right: 4%; top: 50%; transform: translateY(-50%) rotate(45deg); width: 150px; height: 150px; background:
	linear-gradient(transparent 48%, rgba(255,255,255,.12) 48%, rgba(255,255,255,.12) 52%, transparent 52%),
	linear-gradient(90deg, transparent 48%, rgba(255,255,255,.12) 48%, rgba(255,255,255,.12) 52%, transparent 52%);
	background-size: 50px 50px; border: 1px solid rgba(255,255,255,.18); }
.page-hero-title { position: relative; z-index: 1; font-size: 32px; letter-spacing: .04em; }

/* ---------- MV（トップ：バナー画像 PC/TB/SP 切替） ---------- */
.mv { background: var(--navy-d); }
.mv-figure { margin: 0; }
.mv-figure picture, .mv-figure img { display: block; width: 100%; height: auto; }
/* PC（1025px以上）のみ、FV上部の余白を約6%トリミングしてコピーを上に詰める */
@media (min-width: 1025px) {
	.mv-figure img { aspect-ratio: 2118 / 1075; object-fit: cover; object-position: center bottom; }
}

/* ---------- FV直下 CTAバー（電話／メール相談） ---------- */
.fv-cta { background: var(--navy); }
.fv-cta-inner { width: 92%; max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 22px 0; }
.fv-cta-tel { display: flex; align-items: center; gap: 18px; color: #fff; }
.fv-cta-tel:hover { color: #fff; }
.fv-cta-tel-ico { flex: none; width: 62px; height: 62px; border: 2px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); }
.fv-cta-tel-body { display: flex; flex-direction: column; line-height: 1.25; }
.fv-cta-tel-label { font-size: 18px; color: #fff; }
.fv-cta-tel-num { font-family: var(--serif); font-size: 34px; font-weight: 700; color: var(--accent); letter-spacing: 1px; }
.fv-cta-tel-note { font-size: 14px; color: #cdd5e0; margin-top: 2px; }
/* 受付時間の強み（夜間・土日祝日対応）を金色テキストで強調（濃紺背景用・明るい金／2行・枠なし） */
.fv-cta-tel-badge { display: block; margin-top: 6px; font-size: 13px; font-weight: 700; line-height: 1.5; color: var(--accent-l); }
.fv-cta-arrow { color: var(--accent); font-size: 34px; line-height: 1; }
.fv-cta-mail { display: inline-flex; align-items: center; gap: 14px; background: var(--accent); color: #fff; font-size: 22px; font-weight: 600; padding: 24px 44px; border-radius: var(--radius); box-shadow: 0 6px 16px rgba(217,119,46,.30); }
.fv-cta-mail:hover { background: var(--accent-d); color: #fff; }
.fv-cta-mail-arrow { font-size: 24px; line-height: 1; }
@media (max-width: 860px) {
	.fv-cta-inner { flex-direction: column; gap: 16px; padding: 24px 0; }
	.fv-cta-arrow { display: none; }
	.fv-cta-tel-num { font-size: 30px; }
	.fv-cta-mail { width: 100%; max-width: 420px; justify-content: center; padding: 18px 24px; font-size: 20px; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- お悩み（チェックリスト） ---------- */
.worries-box { max-width: 880px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 30px 36px; }
.worries-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.worries-list li { position: relative; padding-left: 30px; font-weight: 500; color: var(--navy); }
.worries-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border: 2px solid var(--accent); border-radius: 3px; }
.worries-list li::after { content: ""; position: absolute; left: 5px; top: 7px; width: 9px; height: 5px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.worries-arrow { text-align: center; margin: 26px 0 0; }
.worries-arrow p { display: inline-block; margin: 0; font-size: 18px; font-weight: 700; color: var(--navy); }
.worries-arrow .em { color: var(--accent); }
.worries-arrow::before { content: "▼"; display: block; color: var(--accent); margin-bottom: 14px; }

/* ---------- 選ばれる理由（画像＋番号） ---------- */
.reasons-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.reason-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.reason-card .img-ph { border: 0; border-bottom: 1px dashed #b9c4d2; border-radius: 0; }
.reason-card .photo-frame { border-radius: 0; }
.reason-body { padding: 24px 24px 28px; position: relative; }
.reason-no { font-family: var(--serif); font-size: 13px; font-weight: 700; color: #fff; background: var(--accent); padding: 3px 12px; border-radius: 3px; position: absolute; top: -14px; left: 24px; }
.reason-title { color: var(--navy); font-size: 18px; margin: 8px 0 12px; }
.reason-text { color: var(--gray); font-size: 14px; margin: 0; }

/* ---------- 業務内容タブ ---------- */
.tabs { max-width: var(--maxw); margin: 0 auto; }
.tab-btns { display: grid; grid-template-columns: repeat(4,1fr); }
.tab-btn { position: relative; background: var(--bg-alt); border: 0; border-right: 1px solid #fff; cursor: pointer; font-family: var(--sans); font-weight: 700; color: var(--gray); font-size: 16px; padding: 20px 8px; transition: .25s; }
.tab-btn:last-child { border-right: 0; }
.tab-btn .tab-tag { display: block; font-size: 10px; letter-spacing: .12em; color: var(--accent-d); margin-bottom: 4px; }
/* 切り替えボタン：上に英語（小・金）／下に日本語 */
.tab-btn .tab-btn-en { display: block; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-d); margin-bottom: 3px; line-height: 1.2; }
.tab-btn .tab-btn-ja { display: block; font-size: 16px; }
.tab-btn.is-active .tab-btn-en { color: var(--accent-l); }
.tab-btn.is-active { background: var(--navy); color: #fff; }
.tab-btn.is-active .tab-tag { color: var(--accent-l); }
.tab-panels { background: #fff; border: 1px solid var(--line); border-top: 0; }
.tab-panel { display: none; }
.tab-panel.is-active { display: grid; grid-template-columns: 1fr 1fr; }
.tab-panel .img-ph { border: 0; border-radius: 0; min-height: 320px; }
/* タブ内の実写真は枠内いっぱいに（グリッド高さに追従。アスペクト比指定は解除） */
.tab-panel .photo-frame { border-radius: 0; aspect-ratio: auto; min-height: 320px; height: 100%; }
.tab-panel-body { padding: 40px 44px; }
.tab-panel-title { font-size: 24px; color: var(--navy); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid var(--accent); }
.tab-panel-text { font-size: 15px; margin: 0 0 24px; }
.tab-panel-more { text-align: right; }

/* ---------- 重点取扱分野（④アイコンナビ＋⑤〜⑨大セクション）※金色・丸バッジ・グラデ不使用 ---------- */
html { scroll-behavior: smooth; }
.focus-section, #contact-form { scroll-margin-top: 92px; }
/* ④ アイコンナビ（5分野／クリックで該当セクションへスクロール） */
.focus-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; margin: 0; padding: 0; }
.focus-nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; height: 100%; padding: 26px 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); text-align: center; transition: .25s; }
.focus-nav-item:hover { border-color: var(--navy); background: var(--navy); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.focus-nav-ico { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--navy-l); border-radius: 50%; color: var(--navy); transition: .25s; }
.focus-nav-item:hover .focus-nav-ico { border-color: #fff; color: #fff; }
.focus-nav-label { font-size: 15px; font-weight: 700; line-height: 1.4; }
/* ⑤〜⑨ 大セクション（画像＋本文＋相談CTA） */
.focus-grid { display: grid; grid-template-columns: 42% 1fr; gap: 48px; align-items: start; }
.focus-media .photo-frame { box-shadow: var(--shadow-sm); }
.focus-title { font-family: var(--serif); font-size: 25px; line-height: 1.5; color: var(--navy); margin: 0 0 20px; padding-bottom: 16px; border-bottom: 2px solid var(--navy); }
.focus-para { font-size: 15px; line-height: 1.95; margin: 0 0 16px; }
/* 相談CTA（電話＝紺／メール＝紺アウトライン／LINE＝LINE緑）※金色不使用 */
.consult-cta { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.consult-cta-head { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--navy); text-align: center; margin: 0 0 16px; }
.consult-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.cbtn { flex: 1 1 0; min-width: 150px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 16px; border-radius: var(--radius); font-weight: 700; font-size: 15px; line-height: 1.25; border: 2px solid transparent; transition: .25s; }
.cbtn .icon { flex: none; }
.cbtn-txt { display: flex; flex-direction: column; }
.cbtn-txt small { font-size: 12px; font-weight: 600; opacity: .92; }
.cbtn-tel { background: var(--navy); color: #fff; }
.cbtn-tel:hover { background: var(--navy-d); color: #fff; }
.cbtn-mail { background: #fff; color: var(--navy); border-color: var(--navy); }
.cbtn-mail:hover { background: var(--navy); color: #fff; }
.cbtn-line { background: #06c755; color: #fff; }
.cbtn-line:hover { background: #05b34c; color: #fff; }
@media (max-width: 900px) {
	.focus-nav { grid-template-columns: repeat(3, 1fr); }
	.focus-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 600px) {
	.focus-nav { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.focus-nav-item { padding: 18px 8px; }
	.focus-nav-ico { width: 52px; height: 52px; }
	.focus-nav-label { font-size: 13.5px; }
	.consult-btns { flex-direction: column; }
	.cbtn { width: 100%; flex: none; }
}

/* ---------- 弁護士紹介（トップ・写真） ---------- */
.attorney-feature { display: grid; grid-template-columns: 360px 1fr; gap: 44px; align-items: center; max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 36px 44px; }
.attorney-feature .img-ph { min-height: 320px; }
.attorney-feature-name { font-family: var(--serif); font-size: 26px; color: var(--navy); margin: 0 0 4px; }
.attorney-feature-en { color: var(--accent-d); font-size: 13px; letter-spacing: .1em; margin: 0 0 18px; }
.attorney-feature-text { font-size: 14.5px; margin: 0 0 20px; }
.attorney-feature-meta { font-size: 13px; color: var(--gray); margin: 0 0 22px; }

/* ---------- 解決事例（画像カード） ---------- */
.cases-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.case-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.case-card .img-ph { border: 0; border-radius: 0; }
.case-card-body { padding: 22px 22px 26px; }
.case-cat { display: inline-block; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 4px; margin-bottom: 12px; }
.case-title { color: var(--navy); font-size: 16px; line-height: 1.55; margin-bottom: 10px; }
.case-excerpt { color: var(--gray); font-size: 13.5px; margin: 0; }

/* ---------- 流れ（タイムライン円） ---------- */
.flow-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.flow-step { position: relative; text-align: center; padding: 0 14px; }
.flow-step::before { content: ""; position: absolute; top: 18px; left: 50%; width: 100%; height: 2px; background: var(--line); z-index: 0; }
.flow-step:last-child::before { display: none; }
.flow-dot { position: relative; z-index: 1; width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 2px solid var(--accent); margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; color: var(--accent-d); }
.flow-step-title { font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.flow-step-text { font-size: 13px; color: var(--gray); margin: 0; }
.flow-step.is-goal .flow-dot { background: var(--accent); border-color: var(--accent); color: #fff; }
.flow-step.is-goal .flow-step-title { color: var(--accent-d); }
.flow-intro { text-align: center; margin: 0 auto 40px; max-width: 720px; color: var(--gray); }
.flow-intro .em { color: var(--navy); font-weight: 700; }

/* ---------- すべき3つの行動（刑事ページ） ---------- */
.steps-list { display: grid; gap: 26px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.step-head { display: flex; align-items: center; gap: 16px; background: var(--navy); color: #fff; padding: 16px 26px; }
.step-no { width: 34px; height: 34px; border-radius: 4px; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.step-head-title { font-size: 19px; }
.step-body { padding: 24px 30px; }
.step-points { display: grid; gap: 12px; }
.step-points li { position: relative; padding-left: 30px; font-size: 14.5px; }
.step-points li .icon { position: absolute; left: 0; top: 3px; color: var(--accent); }
.step-body .img-ph { min-height: 150px; }

/* ---------- 比較表（弁護士の有無） ---------- */
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; box-shadow: var(--shadow-sm); border-radius: var(--radius); overflow: hidden; }
.compare-table th, .compare-table td { padding: 16px 22px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.compare-table thead th { color: #fff; font-weight: 700; text-align: center; font-size: 15px; }
.compare-table thead th.col-item { background: #6b7480; }
.compare-table thead th.col-without { background: #9aa3ad; }
.compare-table thead th.col-with { background: var(--navy); }
.compare-table tbody th { background: var(--bg-alt); font-weight: 700; color: var(--navy); width: 22%; }
.compare-table td.cell-without { color: var(--red); width: 39%; }
.compare-table td.cell-with { color: var(--navy); font-weight: 700; width: 39%; background: #fbf9f4; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- 相談タイミング ---------- */
.timing-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: start; }
.timing-head .section-eyebrow { text-align: left; }
.timing-head .lead-heading { font-size: 26px; color: var(--navy); line-height: 1.5; margin: 6px 0 18px; }
.timing-head .lead-heading .em { color: var(--accent); }
.timing-head p { color: var(--gray); font-size: 14.5px; }
.timing-cards { display: grid; gap: 14px; }
.timing-card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-sm); }
.timing-phase { font-weight: 700; color: var(--navy); font-size: 15.5px; margin: 0 0 4px; }
.timing-text { color: var(--gray); font-size: 14px; margin: 0; }

/* ---------- 強み（事務所情報） ---------- */
.strengths-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.strength-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); position: relative; }
.strength-no { font-family: var(--serif); font-size: 38px; color: var(--bg-soft); font-weight: 700; position: absolute; top: 18px; right: 22px; }
.strength-title { color: var(--navy); font-size: 18px; margin-bottom: 14px; padding-top: 6px; border-left: 3px solid var(--accent); padding-left: 12px; }
.strength-text { font-size: 14px; color: var(--gray); margin: 0; }

/* ---------- 理念 ---------- */
.philosophy { max-width: 820px; margin: 0 auto; text-align: center; }
.philosophy-title { font-size: 28px; color: var(--navy); margin-bottom: 28px; }
.philosophy-body { background: var(--bg-alt); border-radius: var(--radius); padding: 40px 44px; text-align: left; }
.philosophy-body p { margin: 0 0 18px; }
.philosophy-body p:last-child { margin-bottom: 0; }

/* ---------- 概要テーブル・アクセス ---------- */
.info-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.info-table th, .info-table td { text-align: left; padding: 16px 22px; border-bottom: 1px solid var(--line); font-size: 14.5px; vertical-align: top; }
.info-table th { background: var(--navy); color: #fff; font-weight: 700; width: 30%; white-space: nowrap; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }
.info-table td a { color: var(--navy); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.access-info { margin: 0; }
.access-info > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.access-info dt { color: var(--navy); font-weight: 700; font-size: 14px; }
.access-info dd { margin: 0; color: var(--ink); font-size: 14.5px; }
.access-map iframe { border-radius: var(--radius); box-shadow: var(--shadow-sm); display: block; }
.map-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--accent-d); }

/* ---------- 料金（料金体系） ---------- */
.fee-intro { max-width: 880px; margin: 0 auto 40px; }
.fee-intro p { margin: 0 0 14px; font-size: 15px; }
.fee-block { margin-bottom: 40px; }
.fee-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.fee-table th, .fee-table td { text-align: left; padding: 18px 24px; border-bottom: 1px solid var(--line); vertical-align: top; }
.fee-table th { background: var(--navy); color: #fff; font-weight: 700; width: 34%; font-size: 15px; }
.fee-table td { font-size: 14.5px; }
.fee-table td .fee-price { font-weight: 700; color: var(--ink); font-size: 17px; display: block; }
.fee-table td .fee-sub { color: var(--gray); font-size: 13px; }
.fee-table tr:last-child th, .fee-table tr:last-child td { border-bottom: 0; }
.fee-notes { margin-top: 16px; }
.fee-notes li { position: relative; padding-left: 20px; font-size: 13.5px; color: var(--gray); margin-bottom: 8px; }
.fee-notes li::before { content: "※"; position: absolute; left: 0; color: var(--accent-d); }

/* ---------- お問い合わせ（相談方法3カード＋フォーム） ---------- */
.contact-ways { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.contact-way { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 36px 26px; text-align: center; }
.contact-way-ico { width: 64px; height: 64px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.contact-way-ico .icon { width: 28px; height: 28px; }
.contact-way-title { font-size: 19px; color: var(--navy); margin-bottom: 12px; }
.contact-way-text { font-size: 14px; color: var(--gray); margin: 0 0 18px; }
.contact-way-tel { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--navy); }
.contact-way-note { font-size: 12.5px; color: var(--gray); margin: 16px 0 0; }
.contact-form-area { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 40px; box-shadow: var(--shadow-sm); }
.form-pending-note { font-size: 13px; color: var(--accent-d); background: #fbf6ec; border: 1px solid #e6d2a8; border-radius: 6px; padding: 12px 16px; margin: 0 0 24px; }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 8px; font-size: 14.5px; }
.form-row .req { background: var(--red); color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 3px; margin-left: 8px; }
.form-row .opt { background: var(--bg-soft); color: var(--gray); font-size: 11px; padding: 2px 8px; border-radius: 3px; margin-left: 8px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 6px; font-family: inherit; font-size: 15px; background: #fdfdfe; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(69,41,26,.10); }
.form-consent { background: var(--bg-alt); border-radius: 8px; padding: 16px 20px; margin-bottom: 8px; font-size: 13.5px; color: var(--gray); }
.form-consent a { color: var(--accent-d); text-decoration: underline; }
.form-submit { text-align: center; margin-top: 28px; }
.static-form .btn[disabled] { opacity: .6; cursor: not-allowed; }

/* Contact Form 7 */
.contact-form-area .wpcf7-form-control-wrap { display: block; }
.contact-form-area input.wpcf7-form-control:not(.wpcf7-submit),
.contact-form-area select.wpcf7-form-control,
.contact-form-area textarea.wpcf7-form-control { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 6px; font-family: inherit; font-size: 15px; background: #fdfdfe; }
.contact-form-area input.wpcf7-submit { width: auto; }
.contact-form-area input.wpcf7-submit.btn-navy { background: var(--navy); color: #fff; border: 0; border-radius: var(--radius); padding: 16px 40px; font-weight: 700; }
.js-other-row { display: none; }
.wpcf7-not-valid-tip { color: var(--red); font-size: 13px; margin-top: 6px; font-weight: 700; }
.wpcf7-response-output { border-radius: 8px; padding: 14px 18px !important; margin: 20px 0 0 !important; font-size: 14px; }
.wpcf7-form.sent .wpcf7-response-output { border: 1px solid #a9d6c0 !important; background: #f0f9f5; color: #1e7a52; }

/* ---------- 弁護士紹介ページ ---------- */
.attorney-profile { display: grid; grid-template-columns: 320px 1fr; gap: 44px; align-items: start; max-width: 980px; margin: 0 auto 50px; }
.attorney-profile .img-ph, .attorney-profile .photo-frame { min-height: 400px; position: sticky; top: 110px; }
.profile-block { margin-bottom: 40px; }
.profile-block:last-child { margin-bottom: 0; }
.block-title { font-size: 21px; color: var(--navy); border-bottom: 2px solid var(--navy); padding-bottom: 10px; margin-bottom: 20px; }
.greeting-full p { margin: 0 0 18px; }
.greeting-name { font-family: var(--serif); font-size: 20px; color: var(--navy); font-weight: 600; }
.career-list { margin: 0; }
.career-row { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.career-row dt { color: var(--accent-d); font-weight: 700; font-size: 14px; }
.career-row dd { margin: 0; font-size: 15px; }
.fields-list { display: flex; flex-wrap: wrap; gap: 10px; }
.fields-list li { background: var(--bg-alt); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-size: 14px; font-weight: 500; color: var(--navy); }

/* ---------- FAQ（アコーディオン） ---------- */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { display: flex; gap: 12px; align-items: flex-start; width: 100%; text-align: left; background: #fff; border: 0; cursor: pointer; padding: 20px 24px; font-family: var(--sans); font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.6; }
.faq-q::before { content: "Q"; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--serif); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.faq-q .faq-mark { margin-left: auto; flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.faq-q .faq-mark::before, .faq-q .faq-mark::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; }
.faq-q .faq-mark::before { left: 0; top: 10px; width: 22px; height: 2px; }
.faq-q .faq-mark::after { left: 10px; top: 0; width: 2px; height: 22px; transition: .3s; }
.faq-item.is-open .faq-mark::after { transform: rotate(90deg); opacity: 0; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-body { display: flex; gap: 12px; align-items: flex-start; padding: 0 24px 22px; color: var(--ink); font-size: 14.5px; }
.faq-a-body::before { content: "A"; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); display: flex; align-items: center; justify-content: center; font-size: 15px; }

/* ---------- 末尾CTA ---------- */
.cta-section { background: linear-gradient(120deg, var(--navy-d), var(--navy-l)); color: #fff; padding: 70px 0; }
.cta-inner { text-align: center; }
.cta-title { font-size: 30px; margin-bottom: 18px; }
.cta-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 0 0 16px; }
.cta-badges li { border: 1px solid rgba(255,255,255,.4); border-radius: 4px; padding: 6px 16px; font-size: 13px; font-weight: 700; }
.cta-text { margin: 0 0 28px; color: #dde6ef; }
.cta-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 30px; max-width: 760px; margin: 0 auto; position: relative; box-shadow: var(--shadow); }
.cta-card-tag { display: inline-block; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 4px; position: absolute; top: -13px; right: 24px; }
.cta-flow { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--bg-alt); border-radius: 6px; padding: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.cta-flow > li:not(.cta-flow-arrow) { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.cta-flow-no { font-family: var(--serif); font-style: italic; font-weight: 700; color: var(--accent-d); font-size: 14px; }
.cta-flow-txt { font-size: 13px; font-weight: 700; color: var(--navy); }
.cta-flow-arrow { color: var(--accent); font-weight: 700; }
.cta-actions { display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap; }
.cta-tel { display: flex; align-items: center; gap: 10px; color: var(--navy); }
.cta-tel-ico { font-size: 26px; }
.cta-tel-body { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.cta-tel-num { font-family: var(--serif); font-size: 32px; font-weight: 700; }
.cta-tel-note { font-size: 12px; color: var(--gray); }
.cta-form-btn { white-space: nowrap; }

/* ---------- フッター ---------- */
.site-footer { background: var(--navy-d); color: #c7d2de; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; padding: 56px 0 40px; flex-wrap: wrap; }
.footer-name { font-family: var(--serif); font-size: 22px; color: #fff; margin: 0 0 4px; }
.footer-en { font-size: 11px; letter-spacing: .1em; color: var(--accent-l); margin: 0 0 14px; }
.footer-meta { font-size: 13px; line-height: 1.8; margin: 0; }
.footer-nav { display: flex; gap: 56px; }
.footer-nav-list li { margin-bottom: 12px; }
.footer-nav-list a { color: #c7d2de; font-size: 14px; position: relative; padding-left: 14px; }
.footer-nav-list a::before { content: "›"; position: absolute; left: 0; color: var(--accent); }
.footer-nav-list a:hover { color: #fff; }
.footer-note { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
.footer-disclaimer { font-size: 12px; color: #9fb0c1; margin: 0 0 6px; }
.copyright { font-size: 12.5px; color: #9fb0c1; margin: 0; }

/* ---------- SP固定CTAバー ---------- */
.sp-fixed-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; }
.sp-fixed-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 6px; color: #fff; font-weight: 700; font-size: 15px; }
.sp-fixed-tel { background: var(--navy); }
.sp-fixed-mail { background: var(--accent); }
.sp-fixed-txt { display: flex; flex-direction: column; line-height: 1.2; }
.sp-fixed-txt small { font-size: 10px; font-weight: 500; opacity: .9; }

/* ---------- 出現アニメーション ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- 汎用ページ ---------- */
.page-section { padding: 72px 0; }
.narrow { max-width: 880px; }
/* プライバシーポリシー本文 */
.policy { color: var(--ink); line-height: 1.9; }
.policy-lead { margin-bottom: 34px; }
.policy-title { font-family: var(--serif); font-size: 20px; color: var(--navy); margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.policy p { margin: 0 0 14px; }
.policy-list { margin: 0 0 14px; padding-left: 1.4em; list-style: disc; }
.policy-list li { margin-bottom: 6px; }
.policy-table { width: 100%; border-collapse: collapse; margin: 8px 0 14px; }
.policy-table th, .policy-table td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; font-size: 15px; }
.policy-table th { width: 30%; background: var(--bg-alt); color: var(--navy); font-weight: 700; white-space: nowrap; }
.policy-date { margin-top: 34px; color: var(--gray); font-size: 14px; text-align: right; }
@media (max-width: 600px) {
	.policy-table th, .policy-table td { display: block; width: 100%; }
	.policy-table th { border-bottom: 0; }
}
.wp-content h2 { font-size: 22px; color: var(--navy); margin: 32px 0 14px; }
.wp-content p { margin: 0 0 16px; }
.wp-content a { color: var(--accent-d); text-decoration: underline; }

/* =========================================================
   レスポンシブ
   ======================================================= */
@media (max-width: 1080px) {
	.global-nav-list { gap: 16px; }
	.global-nav-list a { font-size: 14px; }
	.header-tel-num { font-size: 21px; }
}
@media (max-width: 980px) {
	.global-nav, .header-tel { display: none; }
	.header-contact-btn { display: none; }
	.nav-toggle { display: flex; margin-left: auto; }
	.header-inner { min-height: 64px; }
	.reasons-grid, .cases-grid, .strengths-grid { grid-template-columns: 1fr 1fr; }
	.timing-wrap { grid-template-columns: 1fr; gap: 24px; }
	.access-grid { grid-template-columns: 1fr; }
	.attorney-feature { grid-template-columns: 1fr; }
	.attorney-profile { grid-template-columns: 1fr; }
	.attorney-profile .img-ph, .attorney-profile .photo-frame { position: static; max-width: 320px; }
}
@media (max-width: 760px) {
	.tab-btns { grid-template-columns: 1fr 1fr; }
	.tab-btn { border-bottom: 1px solid #fff; }
	.tab-panel.is-active { grid-template-columns: 1fr; }
	.step-body { grid-template-columns: 1fr; }
	.contact-ways { grid-template-columns: 1fr; }
	.compare-table thead { display: none; }
	.compare-table, .compare-table tbody, .compare-table tr, .compare-table th, .compare-table td { display: block; width: 100% !important; }
	.compare-table tr { margin-bottom: 16px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
	.compare-table tbody th { width: 100%; }
	.compare-table td.cell-without::before { content: "弁護士なし："; font-weight: 700; color: var(--gray); }
	.compare-table td.cell-with::before { content: "弁護士あり："; font-weight: 700; color: var(--accent-d); }
}
@media (max-width: 640px) {
	body { font-size: 15px; padding-bottom: 60px; }
	.section { padding: 56px 0; }
	.section-title { font-size: 24px; }
	.page-hero-title { font-size: 25px; }
	.worries-list { grid-template-columns: 1fr; }
	.reasons-grid, .cases-grid, .strengths-grid, .flow-steps { grid-template-columns: 1fr; }
	.flow-steps { gap: 22px; }
	.flow-step::before { display: none; }
	.worries-box, .contact-form-area, .philosophy-body { padding: 24px 20px; }
	.tab-btns { grid-template-columns: 1fr 1fr; }
	.tab-panel-body { padding: 26px 22px; }
	.cta-actions { flex-direction: column; }
	.cta-flow { gap: 4px; }
	.footer-inner { flex-direction: column; gap: 28px; }
	.footer-nav { gap: 36px; }
	.sp-fixed-cta { display: flex; }
	.fee-table th { width: 40%; }
	.info-table th { width: 36%; }
}

/* =========================================================
   FV（ヒーロー：写真＋オレンジオーバーレイ＋コピー自動生成）
   ※DESIGN_RULES 9-10 のバナー画像方式ではなく、既存写真＋CSSで構築する自動生成FV
   ======================================================= */
.hero { position: relative; min-height: clamp(460px, 72vh, 700px); display: flex; align-items: center; overflow: hidden; background: var(--navy-d); }
/* FVは完成バナー（左＝暗い/右＝弁護士）を背景に採用。中央基準でcover表示 */
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center center; }
/* バナーに元々グラデーションがあるため、オーバーレイは可読性確保の軽いものに */
.hero-overlay { position: absolute; inset: 0; z-index: 1; background:
	linear-gradient(to right, rgba(45,27,18,.55) 0%, rgba(45,27,18,.22) 40%, rgba(45,27,18,0) 66%); }
.hero-portrait { display: none; } /* 合成レイヤーは廃止（バナーに焼き込み済み） */
.hero-inner { position: relative; z-index: 3; color: #fff; padding: 72px 0; }
.hero-eyebrow { font-family: var(--serif); letter-spacing: .16em; font-size: 14px; color: var(--accent-l); font-weight: 600; margin: 0 0 18px; }
.hero-title { font-family: var(--serif); font-size: clamp(29px, 4.8vw, 50px); line-height: 1.42; color: #fff; font-weight: 700; margin: 0 0 22px; text-shadow: 0 2px 20px rgba(0,0,0,.28); }
.hero-lead { font-size: clamp(15px, 2.1vw, 18.5px); line-height: 1.95; color: #f4ece4; margin: 0 0 34px; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }
.hero-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 30px; border-radius: var(--radius); font-weight: 700; font-size: 16px; transition: .25s; }
.hero-btn .icon { flex: none; }
.hero-btn-txt { display: flex; flex-direction: column; line-height: 1.25; text-align: left; }
.hero-btn-txt small { font-size: 12.5px; font-weight: 600; opacity: .92; }
.hero-btn-tel { background: #fff; color: var(--navy); box-shadow: var(--shadow); }
.hero-btn-tel:hover { color: var(--accent-d); transform: translateY(-2px); }
.hero-btn-mail { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(217,119,46,.42); }
.hero-btn-mail:hover { background: var(--accent-d); color: #fff; transform: translateY(-2px); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tags li { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 6px 18px; font-size: 13.5px; font-weight: 600; color: #fff; }
@media (max-width: 640px) {
	.hero { min-height: 78vh; }
	.hero-inner { padding: 48px 0; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.hero-btn { justify-content: center; }
	.hero-btn-txt { text-align: center; }
}

/* =========================================================
   お知らせ（新着情報リスト）
   ======================================================= */
.news-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.news-item { border-bottom: 1px solid var(--line); }
.news-link { display: flex; align-items: baseline; gap: 24px; padding: 20px 8px; transition: .2s; }
.news-link:hover { background: var(--bg-alt); }
.news-date { font-family: var(--serif); color: var(--accent-d); font-weight: 700; font-size: 14px; flex: none; width: 96px; }
.news-title { color: var(--ink); font-size: 15.5px; font-weight: 500; }
.news-link:hover .news-title { color: var(--accent-d); }
@media (max-width: 600px) {
	.news-link { flex-direction: column; gap: 4px; }
	.news-date { width: auto; }
}

/* ---------- お知らせ詳細（single） ---------- */
.news-single-head { border-bottom: 2px solid var(--accent); padding-bottom: 20px; margin-bottom: 28px; }
.news-single-date { font-family: var(--serif); color: var(--accent-d); font-weight: 700; font-size: 14px; margin-right: 12px; }
.news-single-cat { display: inline-block; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 12px; border-radius: 4px; }
.news-single-title { font-size: clamp(22px, 3.4vw, 30px); color: var(--navy); line-height: 1.5; margin: 14px 0 0; }
.news-single-thumb { margin: 0 0 28px; border-radius: var(--radius); overflow: hidden; }
.news-single-body { color: var(--ink); line-height: 1.95; }
.news-single-body p { margin: 0 0 18px; }
.news-single-nav { text-align: center; margin-top: 44px; }

/* ---------- アクセス：ビル外観写真 ---------- */
.access-photo { margin-bottom: 16px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.access-photo img { display: block; width: 100%; height: auto; }

/* ---------- アクセス：地図＋ビル写真の2カラム（高さ揃え） ---------- */
.access-grid-photo { align-items: stretch; }
.access-grid-photo .access-map iframe { height: 360px; }
.access-photo-side { margin-bottom: 0; }
.access-photo-side img { height: 360px; width: 100%; object-fit: cover; }
@media (max-width: 980px) {
	.access-grid-photo .access-map iframe, .access-photo-side img { height: 300px; }
}
@media (max-width: 640px) {
	.access-photo-side img { height: auto; }
}

/* ---------- FVバナー：レスポンシブ調整 ---------- */
@media (max-width: 900px) {
	.hero-bg { background-position: 68% center; }
	.hero-overlay { background: linear-gradient(to right, rgba(45,27,18,.72) 0%, rgba(45,27,18,.45) 55%, rgba(45,27,18,.2) 100%); }
}
@media (max-width: 767px) {
	.hero-bg { background-position: 70% center; }
	.hero-overlay { background: linear-gradient(to bottom, rgba(45,27,18,.6) 0%, rgba(45,27,18,.72) 100%); }
}

/* ---------- お問い合わせフォーム：CF7独自マークアップ（cf7__*）用スタイル ---------- */
.contact-form-area .cf7,
.contact-form-area .cf7__list { margin: 0; }
.contact-form-area .cf7__list dt { margin: 0; }
.contact-form-area .cf7__list dt > p { margin: 0 0 8px; display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy); font-size: 14.5px; }
.contact-form-area .cf7__list dd { margin: 0 0 22px; }
.contact-form-area .cf7__list dd > p { margin: 0; }
.contact-form-area .cf7__required,
.contact-form-area .cf7__optional { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; line-height: 1.4; flex: none; }
.contact-form-area .cf7__required { background: var(--red); color: #fff; }
.contact-form-area .cf7__optional { background: var(--bg-soft); color: var(--gray); }
/* 送信ボタン（オレンジCTA） */
.contact-form-area .cf7__button { text-align: center; margin-top: 30px; }
.contact-form-area .cf7__button > p { margin: 0; }
.contact-form-area input.wpcf7-submit {
	width: auto; min-width: 240px; background: var(--accent); color: #fff; border: 0;
	border-radius: var(--radius); padding: 16px 48px; font-family: var(--sans);
	font-weight: 700; font-size: 16px; cursor: pointer; transition: .25s;
	box-shadow: 0 6px 16px rgba(217,119,46,.30);
}
.contact-form-area input.wpcf7-submit:hover { background: var(--accent-d); transform: translateY(-2px); }
.contact-form-area .wpcf7-spinner { margin: 0 0 0 12px; }
