/**
 * Carshop Support LP — 本番 depostlabo-solution.com と同系の Elementor Kit カラー
 * Primary #1f3b95 / Accent #ff4d00 / Secondary #54595f / Body #f4f4f4
 */

/* ----- トークン ----- */
.depost-carshop {
	--dc-primary: #1f3b95;
	--dc-accent: #ff4d00;
	--dc-secondary: #54595f;
	--dc-text: #333333;
	--dc-muted: #7a7a7a;
	--dc-bg-page: #f4f4f4;
	--dc-bg-card: #ffffff;
	--dc-border: #dee2e6;
	--dc-navy: #1f3b95;
	--dc-accent-soft: rgba(255, 77, 0, 0.16);
	--dc-blue-band: #1f3b95;
	--dc-region-navy: #003366;
	--dc-table-head: #f8f9fa;
	--dc-table-text: #495057;
	--dc-radius: 8px;
	--dc-chart-bg: #f9f9f9;
	--dc-chart-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	--dc-shadow-card: var(--dc-chart-shadow);
	--dc-wrap-max: 1140px;
	--dc-font-sans: "Noto Sans JP", system-ui, -apple-system, sans-serif;
	/**
	 * タイポスケール：狭い画面でも本文・注釈が読めるよう下限を確保（本文16px級／注釈15px級）
	 */
	--dc-fs-root: clamp(1rem, 0.22vw + 0.93rem, 1.0625rem);
	--dc-fs-band: clamp(1.375rem, 0.9vw + 0.96rem, 2.4375rem);
	--dc-fs-h1: clamp(1.4375rem, 0.85vw + 1.06rem, 2.1875rem);
	--dc-fs-h2: clamp(1.3125rem, 0.72vw + 1.02rem, 2.0625rem);
	--dc-fs-h3: clamp(1.1rem, 0.48vw + 0.92rem, 1.3125rem);
	--dc-fs-sub: clamp(0.9375rem, 0.4vw + 0.82rem, 1rem);
	--dc-fs-caption: clamp(0.9375rem, 0.38vw + 0.82rem, 1rem);
	--dc-fs-intro: clamp(1.125rem, 0.48vw + 0.94rem, 1.4375rem);
	--dc-lh-heading: 1.28;
	--dc-lh-copy: 1.65;

	color: var(--dc-text);
	background: var(--dc-bg-page);
	font-family: var(--dc-font-sans);
	font-size: var(--dc-fs-root);
	line-height: var(--dc-lh-copy);
	/*
	 * 日本語レイアウト：strict は狭幅で単独欧文・約物のぶら下がりが出やすい。
	 * 語単位は word-break で制御し、URL・長単語のみ子で overflow-wrap。
	 */
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
	hyphens: manual;
	overflow-x: clip;
	overflow-y: visible;
	/* <main> の UA margin（約 1em）が #main_contents padding の直後で白／グレの帯に見える */
	margin: 0;
	display: block;
}

.depost-is-carshop-support .site-content,
.depost-is-carshop-support #content {
	background: var(--dc-bg-page);
}

/* 親 Gensen の body { min-width: 1330px } を LP で無効化（TB/SP で横スクロールが出る主因の除去） */
body.depost-is-carshop-support#body {
	min-width: 0;
	max-width: 100%;
}

body.depost-is-carshop-support#body #main_contents {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	overflow-y: visible;
	box-sizing: border-box;
}

body.depost-is-carshop-support#body #depost_carshop.depost-carshop {
	display: block;
	width: 100%;
	max-width: none;
}


/* ヘッダー〜ヒーロー間の位置制御はテンプレートのインライン <style> で確定済み */

.depost-carshop * {
	box-sizing: border-box;
}

/* 中央見出し・キャプション：最終行の極端な短さを軽減（対応ブラウザのみ） */
@supports (text-wrap: balance) {
	.depost-carshop .depost-carshop__problem-title,
	.depost-carshop .depost-lab-title-h1,
	.depost-carshop .depost-lab-title-h2,
	.depost-carshop .depost-h2-alt,
	.depost-carshop .canvas-h-soft,
	.depost-carshop .canvas-h-accent,
	.depost-carshop .compare-h2,
	.depost-carshop .regions-main-title,
	.depost-carshop .depost-company__title,
	.depost-carshop .subtitle-centered,
	.depost-carshop .chart-cap,
	.depost-carshop .data-table-hint,
	.depost-carshop .chart-schedule-x-hint,
	.depost-carshop .data-h2-narrow,
	.depost-carshop .data-h2-styled,
	.depost-carshop .canvas-h-strong,
	.depost-carshop .recruit-chart-h,
	.depost-carshop .canvas-h,
	.depost-carshop .depost-carshop__subcap {
		text-wrap: balance;
	}

	.depost-carshop .diag-line1,
	.depost-carshop .diag-line2 {
		text-wrap: balance;
	}

	.depost-carshop .cost-line {
		text-wrap: balance;
	}
}


/* 左寄せ短文・リスト：行頭行末の均等感（対応ブラウザのみ） */
@supports (text-wrap: pretty) {
	.depost-carshop .depost-carshop-intro-line,
	.depost-carshop .depost-form-lead,
	.depost-carshop .challenge-label,
	.depost-carshop .depost-company__plain,
	.depost-carshop .diag-intro {
		text-wrap: pretty;
	}
}

/* グリッド／フレックス子が min-content 幅で親を押し広げないよう明示（TB〜SP での横スクロール防止） */
.depost-carshop .compare-card,
.depost-carshop .depost-manga-cell,
.depost-carshop .chart-wrapper,
.depost-carshop .region-menu-shell .regions-region-card,
.depost-carshop-intro-grid > * {
	min-width: 0;
}

/* ----- 共通ラップ ----- */
.depost-carshop-wrap {
	width: min(var(--dc-wrap-max), 100%);
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 32px);
}

.depost-carshop-inner-narrow {
	width: min(880px, 100%);
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 32px);
}

/* ----- レスポンシブ表示 ----- */
.depost-carshop-hide-sp {
	display: block;
}
.depost-carshop-hide-pc {
	display: none;
}
.depost-carshop-hide-tablet-mobile {
	display: flex;
}

@media (max-width: 1023px) {
	.depost-carshop-hide-tablet-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.depost-carshop-hide-sp {
		display: none;
	}
	.depost-carshop-hide-pc {
		display: block;
	}
}

/* ヒーロー画像の基本スタイルはインライン <style> で確定済み */

/* ----- 帯 ----- */
.depost-carshop__band {
	padding: clamp(12px, 2.5vw, 20px) 0;
}

.depost-carshop__band--blue {
	background: var(--dc-blue-band);
	color: #fff;
	text-align: center;
}

.depost-carshop__inner {
	width: min(var(--dc-wrap-max), 100%);
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 28px);
}

.depost-carshop__problem-title {
	margin: 0;
	font-size: var(--dc-fs-band);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: var(--dc-lh-heading);
}

/* メインページ H1：ブラウザ既定サイズより帯レイアウト優先で --dc-fs-h1 と揃える */
.depost-carshop__problem-title.depost-carshop__page-h1 {
	font-size: var(--dc-fs-h1);
	line-height: var(--dc-lh-heading);
}

.depost-carshop__em {
	color: #ffeb8a;
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

/* ----- イントロ ----- */
.depost-carshop__intro {
	padding: clamp(32px, 5vw, 56px) 0;
	background: #edf2f8;
}

.depost-carshop-intro-grid {
	display: grid;
	gap: clamp(20px, 3vw, 32px);
	align-items: center;
}

/* TB 縦〜狭幅：テキスト＋画像の 2 列は窮屈なため 1 列（参考サイトの 768〜1024 付近の体感に合わせる） */
@media (min-width: 768px) and (max-width: 900px) {
	.depost-carshop-intro-grid {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.depost-carshop-intro-copy {
		width: min(640px, 100%);
	}
}

@media (min-width: 901px) {
	.depost-carshop-intro-grid {
		grid-template-columns: minmax(0, 1fr) minmax(140px, min(28vw, 280px));
		align-items: center;
	}
}

.depost-carshop-intro-copy {
	text-align: center;
}

.depost-carshop-intro-line {
	text-align: left;
}

.depost-carshop-intro-img {
	text-align: center;
}

/* ポートレート系：狭いビューポートでは高さが支配的になりやすいので max-height と幅の両方で抑える */
.depost-carshop-intro-img img {
	max-width: 280px;
	width: 100%;
	height: auto;
	display: block;
	margin-inline: auto;
	object-fit: contain;
}

/* 1列になる幅（〜900px）：768〜でも 767 以下だけの制約が効かず過大になりがちだった */
@media (max-width: 900px) {
	.depost-carshop-intro-img {
		margin-top: clamp(8px, 2vw, 14px);
		max-width: 100%;
	}

	.depost-carshop-intro-img img {
		width: auto;
		max-width: min(136px, 38vw);
		max-height: min(180px, 36vh);
		height: auto;
	}
}

@media (min-width: 901px) {
	.depost-carshop-intro-img img {
		max-height: none;
		max-width: 280px;
		width: 100%;
	}
}

.depost-intro-bold-blue {
	color: var(--dc-primary);
	font-weight: 700;
}

.depost-intro-brand-name {
	color: var(--dc-accent);
	font-weight: 900;
	font-size: 1.2em;
}

.depost-carshop-intro-line {
	font-size: var(--dc-fs-intro);
	color: var(--dc-text);
	line-height: 1.58;
	margin: 0;
	padding-inline: clamp(0px, 1vw, 6px);
}

.depost-orange {
	color: var(--dc-accent);
	font-weight: 800;
	font-size: 1.3em;
}

.depost-navy-strong {
	color: var(--dc-primary);
	font-weight: 800;
	font-size: 1.25em;
}

.depost-orange-strong {
	color: var(--dc-accent);
	font-weight: 800;
	font-size: clamp(1.05rem, 0.52vw + 0.91rem, 1.4375rem);
}

.depost-ruby {
	font-size: 0.62em;
	letter-spacing: 0;
}

.depost-carshop-intro-brand {
	margin: 0.6rem 0 0;
	font-size: clamp(1.1rem, 0.52vw + 0.93rem, 1.5rem);
	font-weight: 700;
	line-height: 1.55;
	color: var(--dc-text);
}

.depost-carshop__section-title.depost-lab-title-h1,
.depost-lab-title-h1,
.depost-carshop__section-title.depost-lab-title-h2,
.depost-lab-title-h2 {
	text-align: center;
	margin: 0 auto clamp(16px, 3vw, 24px);
	font-size: var(--dc-fs-h2);
	line-height: var(--dc-lh-heading);
	font-weight: 800;
	color: var(--dc-navy);
	letter-spacing: 0.02em;
	max-width: min(22em, 100%);
}

.depost-title-navy {
	color: var(--dc-navy);
	font-weight: 800;
}

.depost-lab-title-h1 ruby,
.depost-lab-title-h2 ruby,
.depost-carshop-intro-brand ruby {
	ruby-position: over;
	font-feature-settings: "palt";
}

.depot-carshop-cta-row,
.depost-carshop-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin-top: 1.5rem;
	justify-content: center;
}

.depot-btn,
.depost-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 24px;
	font-size: clamp(0.9375rem, 0.28vw + 0.85rem, 1rem);
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.depot-btn-outline,
.depost-btn-outline {
	border-color: var(--dc-primary);
	color: var(--dc-primary);
	background: transparent;
}

.depot-btn-accent,
.depost-btn-accent {
	background: var(--dc-accent);
	color: #fff;
	box-shadow: 0 4px 14px rgba(255, 77, 0, 0.28);
	border-color: var(--dc-accent);
}

.depot-btn-outline:focus-visible,
.depot-btn-solid:focus-visible,
.depot-btn-accent:focus-visible,
.depost-btn-outline:focus-visible,
.depost-btn-solid:focus-visible,
.depost-btn-accent:focus-visible {
	outline: 3px solid var(--dc-accent);
	outline-offset: 2px;
}

.depost-btn-solid,
.depot-btn-solid {
	background: var(--dc-primary);
	color: #fff;
	box-shadow: 0 4px 12px rgba(31, 59, 149, 0.28);
	border-color: var(--dc-primary);
}

.depost-btn-line {
	background: #1d3d8f;
	color: #fff;
	box-shadow: 0 4px 12px rgba(29, 61, 143, 0.28);
	border-color: #1d3d8f;
	gap: 8px;
}

.depost-btn-line-ico {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

@media (hover: hover) {
	.depot-btn:hover,
	.depost-btn:hover {
		transform: translateY(-1px);
	}
}

.mob-br {
	display: inline;
}

@media (max-width: 560px) {
	.mob-br {
		display: block;
	}
}

/* ----- 漫画 ----- */
.depost-carshop__manga {
	padding: clamp(36px, 6vw, 60px) 0 clamp(36px, 6vw, 60px);
	background: #faf5ef;
}

.depost-carshop__subcap {
	text-align: center;
	margin: 0 0 28px;
	font-size: var(--dc-fs-sub);
	font-weight: 800;
	line-height: var(--dc-lh-heading);
	color: var(--dc-navy);
	padding-inline: clamp(12px, 3vw, 20px);
}

.depost-manga-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 3vw, 20px);
}

.depost-manga-cell--offset {
	padding-top: 28px;
}

@media (max-width: 520px) {
	.depost-manga-grid {
		grid-template-columns: 1fr;
	}
	.depost-manga-cell--offset {
		padding-top: 0;
	}
}

.depost-manga-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	background: var(--dc-bg-card);
}

.depost-manga-center {
	max-width: 520px;
	margin: clamp(24px, 5vw, 40px) auto 0;
}

.depost-stuff-img {
	display: block;
	width: min(420px, 100%);
	height: auto;
	margin-inline: auto;
	border-radius: 999px;
	box-shadow: var(--dc-shadow-card);
}

/* ----- チャート共通 ----- */
.depost-carshop__sec,
.depost-carshop__compare,
.depost-carshop__schedule,
.depost-carshop__recruit {
	padding: clamp(28px, 4vw, 44px) 0;
	position: relative;
	background: #faf5ef;
}

.depost-carshop__compare + .depost-carshop__schedule {
	padding-top: clamp(12px, 2vw, 20px);
}


.depost-h2-alt {
	text-align: center;
	font-size: var(--dc-fs-h2);
	line-height: var(--dc-lh-heading);
	margin: 0 0 8px;
	color: var(--dc-navy);
	font-weight: 800;
	letter-spacing: 0.02em;
	padding-inline: clamp(10px, 3vw, 20px);
}

.canvas-h-soft,
.canvas-h-accent {
	text-align: center;
	color: var(--dc-navy);
	font-weight: 800;
	font-size: var(--dc-fs-h2);
	line-height: var(--dc-lh-heading);
	letter-spacing: 0.02em;
	margin: 0 0 8px;
	padding-inline: clamp(10px, 3vw, 20px);
}

.canvas-h-strong,
.recruit-chart-h {
	text-align: center;
	color: var(--dc-navy);
	font-weight: 800;
}

.compare-h2 {
	text-align: center;
	color: var(--dc-navy);
	font-weight: 800;
	font-size: var(--dc-fs-h2);
	line-height: var(--dc-lh-heading);
	margin: 0 0 12px;
	letter-spacing: 0.02em;
	padding-inline: clamp(10px, 3vw, 20px);
}

.canvas-h-soft {
	margin: 0 0 12px;
}

.subtitle-centered {
	text-align: center;
	margin: 0 0 12px;
	color: var(--dc-muted);
	font-size: var(--dc-fs-sub);
	font-weight: 500;
	line-height: 1.55;
	max-width: 36rem;
	margin-inline: auto;
	padding-inline: clamp(14px, 3vw, 24px);
}

.canvas-h,
.canvas-h-strong,
.recruit-chart-h {
	text-align: center;
	font-weight: 700;
	font-size: var(--dc-fs-h3);
	line-height: var(--dc-lh-heading);
	color: var(--dc-navy);
	margin: 6px 0 8px;
	padding-inline: clamp(10px, 3vw, 20px);
}

.chart-cap .depost-inline-em {
	font-weight: 700;
}

.chart-cap {
	margin: 8px auto 10px;
	font-size: var(--dc-fs-caption);
	color: var(--dc-muted);
	text-align: center;
	max-width: min(52em, 100%);
	line-height: 1.55;
	padding-inline: clamp(14px, 3.5vw, 24px);
}

.chart-cap.cap-spaced {
	margin-top: 16px;
}

.chart-wrapper {
	position: relative;
	background: var(--dc-chart-bg);
	border-radius: var(--dc-radius);
	box-shadow: var(--dc-shadow-card);
	border: 1px solid var(--dc-border);
	padding: clamp(10px, 2vw, 16px);
	max-width: 100%;
	margin-inline: auto;
	min-height: clamp(280px, 48vw, 420px);
	cursor: zoom-in;
	touch-action: manipulation;
}

.chart-wrapper--pair {
	max-width: 100%;
	width: 100%;
	margin-inline: 0;
	min-height: clamp(260px, 28vw, 360px);
	padding: clamp(6px, 1vw, 10px);
}

.chart-wrapper--pair .chart-inner {
	min-height: clamp(240px, 26vw, 340px);
}

.chart-wrapper-schedule {
	max-width: 100%;
}

/* #chartInner は chart-inner と併記され、広いほう後勝ちしないよう ID でサイズ確定 */
#chartWrapper.chart-wrapper-schedule {
	position: relative;
}

#chartWrapper.chart-wrapper-schedule #chartInner.chart-inner {
	position: relative;
	width: 100%;
	height: clamp(328px, 58vw, 500px);
	min-height: 308px;
	max-height: min(580px, 92vh);
	box-sizing: border-box;
	overflow: visible;
}

@media (max-width: 767px) {
	#chartWrapper.chart-wrapper-schedule #chartInner.chart-inner {
		height: clamp(328px, 72vw, 480px);
		min-height: 316px;
	}
}

@media (max-width: 400px) {
	#chartWrapper.chart-wrapper-schedule #chartInner.chart-inner {
		height: clamp(320px, 86vw, 460px);
		min-height: 308px;
	}
}

/* 狭幅で X 軸を数字略記にしている旨（JS の applyScheduleChartLayout と揃える） */
.chart-schedule-x-hint {
	display: none;
	text-align: center;
	font-size: var(--dc-fs-caption);
	color: var(--dc-muted);
	margin: 4px auto 0;
	max-width: min(32rem, 100%);
	line-height: 1.58;
	padding: 0 clamp(14px, 3vw, 24px);
}

@media (max-width: 639px) {
	.chart-schedule-x-hint {
		display: block;
	}
}

.chart-inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: clamp(260px, 42vw, 380px);
}

/*
 * Chart.js が canvas に付与する inline の width/height が、!important の height:auto で潰れていた。
 * 運用スケジュール等の responsive + maintainAspectRatio:false はインラインサイズに従うこと。
 */
.chart-inner canvas {
	display: block;
	max-width: 100%;
	width: 100%;
}

.chart-wrapper-schedule #chartInner canvas#myChart {
	display: block;
	max-width: 100%;
}

.close-fullscreen-btn {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 5;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: none;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
}

.fullscreen-title {
	display: none;
	text-align: center;
	font-size: clamp(1.02rem, 0.55vw + 0.84rem, 1.3125rem);
	line-height: var(--dc-lh-heading);
	margin: 0 0 10px;
	color: var(--dc-navy);
	padding-inline: 12px;
}

.chart-wrapper.fullscreen-mode {
	position: fixed;
	inset: 0;
	z-index: 100000;
	margin: 0 !important;
	border-radius: 0;
	cursor: auto;
	overflow: auto;
	padding: clamp(52px, 8vw, 72px) 16px 24px !important;
	background: #eef2f7;
	align-content: flex-start;
}

.chart-wrapper.fullscreen-mode #chartInner,
.chart-wrapper.fullscreen-mode .chart-inner {
	height: calc(100vh - clamp(220px, 28vh, 300px));
	min-height: min(560px, 78vh);
	max-height: none;
}

.chart-wrapper.fullscreen-mode #chartInner canvas#myChart,
.chart-wrapper.fullscreen-mode canvas {
	max-height: none;
}

.chart-wrapper.fullscreen-mode .close-fullscreen-btn {
	display: block;
	cursor: zoom-out;
}

/* JS は body に fullscreen-active を付ける想定だが、chart-wrapper と併記 */
body.fullscreen-active {
	overflow: hidden !important;
}

.compare-grid {
	display: grid;
	gap: clamp(10px, 1.5vw, 14px);
	width: min(var(--dc-wrap-max), 100%);
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 32px);
}

@media (min-width: 768px) {
	.compare-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.compare-card {
	background: transparent;
	display: flex;
	flex-direction: column;
}

.compare-card > .canvas-h {
	margin-top: 0;
}

/* ----- データテーブル ----- */
.data-container {
	max-width: min(var(--dc-wrap-max), 100%);
	margin: clamp(16px, 3vw, 28px) auto 0;
	padding-inline: clamp(18px, 4vw, 32px);
}

.depost-section-arrow {
	display: flex;
	justify-content: center;
	padding: clamp(12px, 2vw, 20px) 0 0;
	color: var(--dc-navy);
}
.depost-section-arrow svg {
	width: clamp(32px, 4vw, 42px);
	height: clamp(32px, 4vw, 42px);
}

.data-h2-narrow,
.data-h2-styled {
	text-align: center;
	font-size: var(--dc-fs-h3);
	line-height: var(--dc-lh-heading);
	margin: 0 0 10px;
	color: var(--dc-navy);
	font-weight: 700;
	letter-spacing: 0.02em;
	background: none;
	padding-inline: clamp(12px, 3vw, 20px);
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.data-scroll-wrap {
	overflow-x: auto;
	overflow-y: visible;
	border-radius: 12px;
	border: 1px solid var(--dc-border);
	background: var(--dc-bg-card);
	box-shadow: var(--dc-shadow-card);
	-webkit-overflow-scrolling: touch;
}

.data-scroll-wrap::-webkit-scrollbar {
	height: 8px;
}

.data-scroll-wrap::-webkit-scrollbar-thumb {
	background: rgba(26, 39, 68, 0.18);
	border-radius: 999px;
}

.data-table,
.styled-annual-table {
	width: max(100%, 720px);
	border-collapse: collapse;
	font-size: clamp(0.875rem, 0.22vw + 0.81rem, 0.9375rem);
	table-layout: auto;
	min-width: 640px;
}

.data-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 2px 0 rgba(26, 39, 68, 0.08);
}

.data-table thead th,
.styled-annual-table thead th {
	background: var(--dc-table-head);
	padding: 10px 8px;
	font-weight: 700;
	border: 1px solid var(--dc-border);
	text-align: center;
	white-space: nowrap;
	color: var(--dc-navy);
}

.data-table td,
.data-table tbody th,
.styled-annual-table td,
.styled-annual-table tbody th {
	border: 1px solid var(--dc-border);
	padding: 8px 10px;
	text-align: right;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
	font-variant-numeric: tabular-nums;
	color: var(--dc-table-text);
}

.data-table tbody th:first-child,
.styled-annual-table td:first-child,
.styled-annual-table th:first-child {
	text-align: left;
	font-weight: 600;
	white-space: nowrap;
	position: sticky;
	left: 0;
	background: #fff;
	box-shadow: 2px 0 0 rgba(26, 39, 68, 0.06);
}

.data-table tbody tr:nth-child(even),
.styled-annual-table tbody tr:nth-child(even) {
	background: #fafcfe;
}

.styled-annual-table .number {
	font-weight: 600;
}

/* ----- データ表（常時スクロール可／狭い画面のみタップで表を全画面オーバーレイ） ----- */
.data-table-hint {
	text-align: center;
	font-size: var(--dc-fs-caption);
	color: var(--dc-muted);
	margin: 0 0 clamp(10px, 2vw, 14px);
	line-height: 1.6;
	max-width: min(40rem, 100%);
	margin-inline: auto;
	padding-inline: clamp(14px, 3.5vw, 26px);
}

.depost-table-split {
	width: 100%;
	position: relative;
}

/* データ表：全画面モード（899px 未満でスクロール枠タップ／PC では拡大しない） */
.depost-table-split.depost-table-fullscreen-mode {
	position: fixed;
	inset: 0;
	z-index: 100000;
	margin: 0 !important;
	box-sizing: border-box;
	overflow: auto;
	padding: clamp(52px, 8vw, 72px) 16px 24px !important;
	background: #eef2f7;
	border-radius: 0;
	border: none;
}

.depost-table-split.depost-table-fullscreen-mode .depost-table-split__scroll.data-scroll-wrap {
	display: block !important;
	width: min(1140px, 100%);
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: none;
	cursor: auto;
	box-shadow: var(--dc-shadow-card);
}

.depost-table-split.depost-table-fullscreen-mode .depost-table-fs-close {
	z-index: 6;
	cursor: zoom-out;
}

.depost-table-split.depost-table-fullscreen-mode .data-table,
.depost-table-split.depost-table-fullscreen-mode .styled-annual-table {
	font-size: clamp(0.9375rem, 0.25vw + 0.84rem, 1rem);
	width: max(100%, 720px);
	min-width: 640px;
}

.data-table thead th:first-child {
	z-index: 2;
}

.styled-annual-table thead th:first-child {
	z-index: 2;
}

.data-table tbody tr:nth-child(even) th:first-child {
	background: #fafcfe;
}

.styled-annual-table tbody tr:nth-child(even) th:first-child {
	background: #fafcfe;
}

.recruit-note {
	max-width: min(760px, 100%);
	margin: 20px auto 0;
	text-align: center;
	font-size: var(--dc-fs-caption);
	color: var(--dc-muted);
	line-height: 1.55;
	padding-inline: clamp(14px, 3vw, 24px);
}

.recruit-table-box {
	margin-bottom: clamp(16px, 4vw, 28px);
}

/* ----- 診断 ----- */
.diag-band {
	background: var(--dc-blue-band);
	padding: clamp(8px, 1.5vw, 14px) 0;
	text-align: center;
}

.depost-carshop__diagnosis {
	padding: clamp(16px, 3vw, 28px) 0 clamp(28px, 5vw, 48px);
	background: #fff url('/wp-content/uploads/2025/03/background-image2.webp') center / cover no-repeat;
	border-block: none;
}

.diag-wrap {
	width: min(920px, 100%);
	margin: 0 auto;
	padding-inline: clamp(18px, 4vw, 28px);
}

.diag-main-title {
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0;
}
.diag-main-title strong {
	font-size: clamp(1.65rem, 1.05vw + 1.2rem, 3rem);
	font-weight: 900;
}
.diag-line1,
.diag-line2 {
	display: block;
}
.diag-line1 {
	font-size: clamp(1.22rem, 0.65vw + 1.02rem, 1.85rem);
}
.diag-big {
	font-size: clamp(1.65rem, 1.05vw + 1.2rem, 3rem);
	font-weight: 900;
}
.diag-line2 {
	font-size: clamp(1.08rem, 0.55vw + 0.92rem, 1.72rem);
	margin-top: 2px;
	line-height: var(--dc-lh-heading);
}

.diag-excl {
	color: inherit;
	font-size: 1.3em;
}

.diag-intro {
	text-align: center;
	color: var(--dc-muted);
	margin: 0 0 16px;
	font-size: var(--dc-fs-sub);
	max-width: 38em;
	margin-inline: auto;
	line-height: 1.58;
	padding-inline: clamp(14px, 3vw, 22px);
}

.step-container {
	display: grid;
	gap: 22px;
}

.step-block.hidden {
	display: none;
}

.step-block {
	background: #fff;
	padding: clamp(18px, 4vw, 26px);
	border-radius: var(--dc-radius);
	border: none;
	box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.step-heading {
	font-weight: 800;
	color: var(--dc-navy);
	margin-bottom: 14px;
	font-size: clamp(1rem, 0.35vw + 0.92rem, 1.0625rem);
	display: flex;
	align-items: center;
	gap: 8px;
}

.step-heading::before {
	content: "";
	flex: 0 0 6px;
	height: 1.05em;
	background: linear-gradient(var(--dc-accent), #ff6b35);
	border-radius: 999px;
}

.step-select {
	width: 100%;
	max-width: 420px;
	padding: 14px 16px;
	font-size: clamp(1rem, 0.25vw + 0.94rem, 1.0625rem);
	font-family: inherit;
	border-radius: 12px;
	border: 2px solid var(--dc-border);
	background: var(--dc-bg-card);
	color: var(--dc-text);
}

.challenge-check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--dc-border);
}

.challenge-check:last-child {
	border-bottom: none;
}

.challenge-label {
	cursor: pointer;
	font-size: clamp(0.9375rem, 0.3vw + 0.86rem, 1rem);
	font-weight: 500;
	flex: 1;
	min-width: 0;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
}

.step-content input[type="checkbox"] {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	accent-color: var(--dc-accent);
}

.diag-empty-msg {
	padding: 16px;
	background: var(--dc-accent-soft);
	border-radius: 12px;
	color: var(--dc-navy);
	font-size: clamp(0.9375rem, 0.28vw + 0.86rem, 1rem);
}

.result-card {
	margin-top: 16px;
	background: var(--dc-bg-card);
	border-radius: 14px;
	border: 1px solid var(--dc-border);
	padding: clamp(16px, 3vw, 22px);
	box-shadow: var(--dc-shadow-card);
}

.result-card-header {
	font-weight: 800;
	font-size: clamp(0.9375rem, 0.25vw + 0.88rem, 1rem);
	color: var(--dc-navy);
	margin-bottom: 10px;
}

.result-list {
	margin: 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 6px;
}

.result-list li {
	font-size: clamp(0.925rem, 0.22vw + 0.87rem, 0.9875rem);
}

.slogan-card {
	background: linear-gradient(135deg, #fffdfb 0%, #f8faff 80%);
	border-color: rgba(211, 47, 47, 0.15);
}

.slogan-title {
	font-weight: 800;
	font-size: clamp(0.9375rem, 0.25vw + 0.88rem, 1rem);
	color: var(--dc-accent);
	margin-bottom: 8px;
}

.slogan-list {
	margin: 0;
	padding-left: 1.15rem;
	font-size: clamp(0.925rem, 0.22vw + 0.87rem, 0.9875rem);
	display: grid;
	gap: 6px;
}

/* ----- コスト訴求 ----- */
.depost-cost-appeal {
	padding: clamp(36px, 8vw, 72px) 0;
	text-align: center;
	background: url('/wp-content/uploads/2025/03/background-image2.webp') center / cover no-repeat;
	position: relative;
}
.depost-cost-appeal::before {
	content: "";
	position: absolute;
	inset: 0;
	/* 透過ブルーを薄く（背景がより見える） */
	background: rgba(31, 59, 149, .12);
	pointer-events: none;
}
.depost-cost-appeal > * {
	position: relative;
}

.depost-cost-appeal p,
.depost-cost-appeal h3 {
	margin-inline: 0;
}

.cost-hero-text {
	margin: 0;
	padding: 0;
	font-weight: 800;
	color: var(--dc-navy);
	font-size: clamp(1.3125rem, 0.6vw + 1.06rem, 2.05rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	max-width: 100%;
	margin-inline: auto;
}

.cost-line {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.14;
}

.cost-mid {
	margin: 0.35em 0 0.12em !important;
	font-size: clamp(1.72rem, 1.1vw + 1.25rem, 2.75rem);
	font-weight: 900;
	color: var(--dc-navy);
	line-height: 1.1;
	letter-spacing: -0.015em;
	padding: 0;
}

.cost-mid.line::after {
	display: none;
}

.cost-bang {
	font-size: clamp(2.75rem, 8vw + 1.25rem, 6rem);
	margin: 0 !important;
	font-weight: 900;
	color: var(--dc-accent);
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0;
}

.cost-bang-kai {
	color: var(--dc-accent);
	font-size: 1em;
}

/* ----- CF7（無彩色・読みやすさ優先・2カラム／1カラム） ----- */
.depost-carshop-contact {
	padding: clamp(44px, 7.5vw, 80px) 0 clamp(60px, 11vw, 100px);
	background: #ebebeb url('/wp-content/uploads/2025/03/background-image2.webp') center / cover no-repeat;
	position: relative;
	font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
	color-scheme: light;
}

.depost-carshop-contact::before {
	content: "";
	position: absolute;
	inset: 0;
	/* 背景画像をほんのり残しつつ、文字とフォームははっきり */
	background: linear-gradient(to bottom, rgba(255, 255, 255, .94) 0%, rgba(252, 252, 252, .93) 100%);
	pointer-events: none;
}

.depost-carshop-contact > * {
	position: relative;
}

.depost-carshop-contact-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* --- リード文（改行は <wbr> の手前でのみ許可し、単位内では折り返さない） --- */
.depost-form-lead {
	margin: 0 auto clamp(22px, 4vw, 30px);
	width: min(36rem, 100%);
	max-width: 100%;
	padding-inline: clamp(14px, 3.5vw, 24px);
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.0625rem, 0.5vw + 0.9rem, 1.28rem);
	font-weight: 800;
	line-height: 1.62;
	letter-spacing: 0.02em;
	color: var(--dc-navy);
	line-break: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.depost-form-lead__unit {
	white-space: nowrap;
}

@media (max-width: 480px) {
	.depost-form-lead__unit {
		white-space: normal;
		word-break: keep-all;
		overflow-wrap: break-word;
		line-break: normal;
	}
}

/* --- カード外枠 --- */
.depost-form-card {
	width: min(760px, 100%);
	margin-inline: auto;
	box-sizing: border-box;
	padding-inline: clamp(14px, 4vw, 24px);
}

.depost-carshop-contact .depost-form-card .wpcf7 {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e5e7eb;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 8px 24px rgba(15, 23, 42, 0.06);
	padding: clamp(24px, 4.8vw, 36px);
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

/* フォーム本体のスタイルは assets/css/cf7-forms.css に集約 */

.depost-callout {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	padding: 16px 18px;
	border-radius: 10px;
	color: #111827;
	font-weight: 600;
	text-align: center;
	font-size: clamp(0.925rem, 0.28vw + 0.85rem, 0.9625rem);
	line-height: 1.58;
}

/* ----- 地域（Bento・アコーディオン） ----- */
.regions-section-wrap.depost-regions-section {
	padding: clamp(48px, 9vw, 96px) 0 clamp(52px, 10vw, 100px);
	background: #faf5ef;
	border-top: none;
}

.regions-header {
	text-align: center;
	margin-bottom: clamp(26px, 5vw, 40px);
}

.regions-main-title {
	margin: 0;
	font-size: var(--dc-fs-h2);
	font-weight: 900;
	color: var(--dc-navy);
	letter-spacing: 0.02em;
	line-height: var(--dc-lh-heading);
	text-align: center;
	padding-inline: clamp(12px, 3vw, 20px);
}
/* ナビシェル */
.region-menu-shell {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.region-menu-shell [hidden] {
	display: none !important;
}

.region-menu-shell .regions-top-level {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(12px, 2.5vw, 16px);
}

@media (min-width: 560px) {
	.region-menu-shell .regions-top-level {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.region-menu-shell .regions-top-level {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.region-menu-shell .regions-region-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e8e4dd;
	box-shadow:
		0 1px 3px rgba(31, 59, 149, 0.04),
		0 6px 20px rgba(0, 0, 0, 0.04);
	overflow: clip;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.region-menu-shell .regions-region-card.is-open {
	box-shadow:
		0 2px 6px rgba(31, 59, 149, 0.08),
		0 14px 32px rgba(0, 0, 0, 0.07);
	border-color: #d6dceb;
}

/* 大地域名ボタン */
.region-menu-shell .regions-top-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 16px 18px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	font: inherit;
	font-size: clamp(0.9375rem, 0.35vw + 0.84rem, 1.05rem);
	font-weight: 800;
	line-height: 1.35;
	text-align: left;
	color: var(--dc-navy);
	background: linear-gradient(to bottom, #fbfcfd 0%, #f6f8fa 100%);
	transition: background 0.18s ease, color 0.18s ease;
}

.region-menu-shell .regions-region-card.is-open > .regions-top-toggle {
	background: #fff;
}

.region-menu-shell .regions-top-toggle:hover {
	background: #eef1f6;
}

.region-menu-shell .regions-region-card.is-open > .regions-top-toggle:hover {
	background: #f8f9fb;
}

.region-menu-shell .regions-top-toggle:focus-visible {
	outline: 3px solid rgba(31, 59, 149, 0.35);
	outline-offset: -3px;
}

.region-menu-shell .regions-toggle-label {
	flex: 1;
	min-width: 0;
}

.region-menu-shell .regions-chevron {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72em;
	line-height: 1;
	opacity: 0.72;
	transition: transform 0.22s ease, opacity 0.2s ease;
	transform: rotate(-90deg);
}

.region-menu-shell .regions-chevron--sub {
	font-size: 0.68em;
}

.region-menu-shell .regions-region-card.is-open > .regions-top-toggle .regions-chevron,
.region-menu-shell .regions-pref.is-open > .regions-pref-toggle .regions-chevron {
	transform: rotate(0deg);
	opacity: 0.92;
}

/* 都道府県パネル */
.region-menu-shell .regions-pref-list {
	list-style: none;
	margin: 0;
	padding: 14px 12px 14px;
	border-top: 1px solid #eaeef4;
	background: linear-gradient(180deg, #f6f8fb 0%, #fafbfc 100%);
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.region-menu-shell .regions-pref {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 12px;
	overflow: clip;
	border: 1px solid #e4e9f1;
	background: #fff;
	box-shadow: 0 1px 2px rgba(31, 59, 149, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.region-menu-shell .regions-pref.is-open {
	border-color: #d0dae8;
	box-shadow:
		0 1px 3px rgba(31, 59, 149, 0.05),
		0 0 0 1px rgba(31, 59, 149, 0.04);
}

.region-menu-shell .regions-pref-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 13px 15px;
	min-height: 48px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	font: inherit;
	font-size: clamp(0.925rem, 0.32vw + 0.82rem, 1rem);
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	color: var(--dc-navy);
	background: #fff;
	transition: background 0.18s ease, color 0.18s ease;
}

.region-menu-shell .regions-pref-toggle:hover {
	background: #f5f8fc;
}

.region-menu-shell .regions-pref.is-open > .regions-pref-toggle {
	background: #eef3f9;
	color: #152a6b;
}

.region-menu-shell .regions-pref-toggle:focus-visible {
	outline: 2px solid rgba(31, 59, 149, 0.45);
	outline-offset: -2px;
}

/* 市区一覧：上に十分な余白＋単色線（点線のかぶりを解消） */
.region-menu-shell .regions-city-chips {
	list-style: none;
	margin: 0;
	padding: 13px 12px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 9px 10px;
	background: linear-gradient(180deg, #f1f5fa 0%, #f5f8fc 42%, #f7f9fc 100%);
	border-top: 1px solid #dce4ef;
	box-sizing: border-box;
}

.region-menu-shell .regions-city-chips li {
	position: relative;
	margin: 0;
	padding: 8px 13px;
	font-size: clamp(0.875rem, 0.28vw + 0.79rem, 0.90625rem);
	line-height: 1.45;
	font-weight: 600;
	color: #3d4a5c;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dde5ef;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(31, 59, 149, 0.05);
	max-width: 100%;
	box-sizing: border-box;
	word-break: keep-all;
	overflow-wrap: break-word;
	line-break: normal;
}

/* ----- 会社情報（1カラム・シンプル区切り） ----- */
.company-section.depost-company {
	padding: clamp(48px, 9vw, 88px) 0 clamp(40px, 8vw, 72px);
	background: #ffffff;
	border-top: 1px solid var(--dc-border);
}

.depost-company__wrap {
	max-width: min(var(--dc-wrap-max), 100%);
}

.depost-company__header {
	text-align: center;
	margin-bottom: clamp(28px, 5vw, 40px);
}

.depost-company__title {
	margin: 0 0 clamp(8px, 2vw, 12px);
	font-size: var(--dc-fs-h2);
	font-weight: 900;
	line-height: var(--dc-lh-heading);
	color: var(--dc-navy);
	letter-spacing: 0.02em;
	padding-inline: clamp(12px, 3vw, 20px);
}

.depost-company__eyebrow {
	margin: 0;
	font-size: clamp(0.875rem, 0.42vw + 0.74rem, 0.9375rem);
	font-weight: 700;
	color: var(--dc-muted);
	letter-spacing: 0.04em;
	line-height: 1.55;
}

/* 本文（読みやすい幅） */
.depost-company__body {
	max-width: 38rem;
	margin: 0 auto clamp(32px, 6vw, 48px);
}

.depost-company__block + .depost-company__block {
	margin-top: clamp(22px, 4vw, 30px);
	padding-top: clamp(22px, 4vw, 30px);
	border-top: 1px solid #e8eaef;
}

.depost-company__h {
	margin: 0 0 0.75rem;
	font-size: clamp(0.8125rem, 0.22vw + 0.76rem, 0.875rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dc-navy);
	opacity: 0.92;
}

.depost-company__h--literal {
	margin: 0 0 clamp(12px, 2.8vw, 16px);
	font-size: clamp(0.975rem, 0.38vw + 0.84rem, 1.0625rem);
	font-weight: 800;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
	opacity: 1;
	color: var(--dc-text);
	border-bottom: none;
}

.depost-company__plain {
	margin: 0 0 clamp(0.68rem, 2vw, 0.82rem);
	font-size: clamp(0.9125rem, 0.32vw + 0.82rem, 0.975rem);
	line-height: 1.78;
	font-weight: 600;
	color: var(--dc-text);
}

.depost-company__plain:last-child {
	margin-bottom: 0;
}

.depost-company__plain a {
	color: var(--dc-navy);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
}

.depost-company__plain a:hover {
	text-decoration-thickness: 2px;
}

.depost-company__plain a:focus-visible {
	outline: 2px solid var(--dc-navy);
	outline-offset: 3px;
	border-radius: 2px;
}

.depost-company__bullet {
	margin: 0;
	padding-left: 1.35rem;
	list-style: disc;
	display: grid;
	gap: 0.35rem;
	font-size: clamp(0.925rem, 0.28vw + 0.82rem, 0.9625rem);
	line-height: 1.68;
	font-weight: 600;
	color: var(--dc-text);
}

.depost-company__office-groups {
	display: grid;
	gap: clamp(14px, 3vw, 18px);
}

.depost-company__office-group {
	margin: 0;
}

.depost-company__office-h {
	margin: 0 0 0.35rem;
	font-size: clamp(0.9rem, 0.28vw + 0.81rem, 0.95rem);
	font-weight: 800;
	line-height: 1.5;
	color: var(--dc-navy);
}

.depost-company__office-addr {
	margin: 0;
	font-size: clamp(0.9rem, 0.28vw + 0.81rem, 0.95rem);
	line-height: 1.72;
	font-weight: 600;
	color: var(--dc-text);
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
}

.depost-company__office-cta {
	margin: 0.5rem 0 0;
}

.depost-company__office-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.95rem;
	border-radius: 9999px;
	background: #ffffff;
	color: var(--dc-navy);
	border: 1px solid color-mix(in srgb, var(--dc-navy) 28%, transparent);
	font-size: clamp(0.78rem, 0.18vw + 0.74rem, 0.85rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.depost-company__office-btn:hover,
.depost-company__office-btn:focus-visible {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: #ffffff;
	box-shadow: 0 6px 16px color-mix(in srgb, var(--dc-navy) 22%, transparent);
	transform: translateY(-1px);
}

.depost-company__office-btn:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--dc-navy) 55%, transparent);
	outline-offset: 2px;
}

.depost-company__office-btn-icon {
	flex: 0 0 auto;
}

.depost-company__office-map {
	margin-top: 0.85rem;
	border: 1px solid var(--dc-border);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.depost-company__office-map-ifr {
	display: block;
	width: 100%;
	min-height: 220px;
	height: clamp(220px, 42vw, 280px);
	border: 0;
}

.depost-company__block--address .depost-company__address-lines {
	margin: 0;
	font-size: clamp(0.9125rem, 0.3vw + 0.82rem, 0.9625rem);
	line-height: 1.75;
	font-weight: 600;
	color: var(--dc-text);
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
}

/* 一番下・マップ（本文と同じ論理幅で中央揃え＋ iframe を枠全体に張り付け） */
.depost-company__map-footer {
	border-top: 1px solid #e8eaef;
	padding-top: clamp(24px, 5vw, 36px);
	margin-inline: auto;
	width: 100%;
	max-width: 38rem;
	box-sizing: border-box;
}

.depost-company__map-shell {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #dde2e9;
	background: #e8eef4;
	aspect-ratio: 16 / 10;
	min-height: 272px;
}

.depost-company__map-ifr {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ----- パンくず ----- */
.depost-carshop-breadcrumb {
	padding: 18px clamp(14px, 3vw, 28px);
	background: rgba(255, 255, 255, 0.7);
	border-top: 1px solid var(--dc-border);
	backdrop-filter: blur(10px);
}

.depost-carshop-breadcrumb ol {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	row-gap: 6px;
	column-gap: 0;
	width: min(1180px, 100%);
	font-size: clamp(0.875rem, 0.32vw + 0.78rem, 0.9375rem);
	color: var(--dc-muted);
	line-height: 1.45;
}

.depost-carshop-breadcrumb li + li::before {
	content: "＞";
	display: inline-block;
	margin-inline: 0 0.65rem;
	color: var(--dc-muted);
	font-weight: 600;
	font-size: 0.9em;
	vertical-align: 0.05em;
}

.depost-carshop-breadcrumb a {
	color: var(--dc-blue-band);
	text-decoration: none;
	font-weight: 600;
}

.depost-carshop-breadcrumb a:hover {
	text-decoration: underline;
}

.depost-carshop-breadcrumb .current {
	color: var(--dc-text);
	font-weight: 600;
	max-width: 100%;
	word-break: normal;
	overflow-wrap: break-word;
	line-break: normal;
}

/* ----- 親テーマ競合ヘルパー ----- */
.depost-carshop img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
