/* ==========================================================================
   Rikon Money - メインスタイル
   モバイルファースト（375px 基準）→ タブレット/PC へ拡張
   ========================================================================== */

/* --- デザイントークン ---------------------------------------------------- */
:root {
	--teal-900: #0c3f3d;
	--teal-800: #10514e;
	--teal-700: #16645f;
	--teal-600: #1d7a74;
	--teal-100: #d9ebe9;
	--teal-050: #eef6f5;

	--peach-200: #f6dcc4;
	--peach-100: #fbead9;
	--peach-050: #fdf5ec;

	--ink: #1e2b2e;
	--ink-2: #435256;
	--ink-3: #6b7b80;

	--bg: #ffffff;
	--bg-soft: #fbf8f4;
	--line: #e6ebea;

	--radius-s: 8px;
	--radius: 14px;
	--radius-l: 20px;

	--shadow-s: 0 1px 2px rgba(20, 45, 45, .05);
	--shadow: 0 6px 20px rgba(20, 45, 45, .07);
	--shadow-l: 0 12px 32px rgba(20, 45, 45, .10);

	--container: 1120px;
	--header-h: 60px;

	--font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

/* --- ベース -------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.75;
	color: var(--ink);
	background: var(--bg);
	overflow-x: hidden;
	/* スマホ下部固定CTAの分だけ余白を確保 */
	padding-bottom: 96px;
}

img,
svg,
video { max-width: 100%; }

img { height: auto; display: block; }

a { color: var(--teal-700); }

h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }

button { font: inherit; color: inherit; }

.container {
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 16px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap; border: 0;
}

.skip-link:focus {
	position: fixed; top: 8px; left: 8px;
	z-index: 200;
	width: auto; height: auto;
	margin: 0; padding: 10px 16px;
	clip: auto; clip-path: none;
	background: #fff; border-radius: var(--radius-s);
	box-shadow: var(--shadow);
}

:focus-visible {
	outline: 2px solid var(--teal-600);
	outline-offset: 2px;
}

.icon {
	width: 1.25em; height: 1.25em;
	flex: none;
}

/* --- ボタン -------------------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn .icon { width: 18px; height: 18px; }

.btn-primary {
	background: var(--teal-700);
	color: #fff;
	box-shadow: var(--shadow-s);
}
.btn-primary:hover { background: var(--teal-800); }
.btn-primary:active { transform: translateY(1px); }

.btn-light {
	background: #fff;
	color: var(--teal-800);
}
.btn-light:hover { background: var(--peach-050); }

.btn-ghost {
	background: var(--teal-050);
	color: var(--teal-800);
	border-color: var(--teal-100);
	font-weight: 600;
}
.btn-ghost:hover { background: var(--teal-100); }

.btn-lg { min-height: 56px; padding: 14px 26px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(140%) blur(6px);
	border-bottom: 1px solid var(--line);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: var(--header-h);
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding: 8px 16px;
}

.brand { margin: 0; font-size: inherit; font-weight: inherit; }

.brand-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--teal-800);
	text-decoration: none;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: var(--teal-050);
	color: var(--teal-700);
	flex: none;
}
.brand-mark .icon { width: 21px; height: 21px; }

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: 17px; font-weight: 800; letter-spacing: .01em; }
.brand-roman {
	font-size: 9px;
	letter-spacing: .18em;
	color: var(--ink-3);
	font-weight: 600;
}

.header-badges { display: none; }

.btn-header { display: none; }

.nav-toggle {
	margin-left: auto;
	display: grid;
	place-items: center;
	width: 44px; height: 44px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: var(--radius-s);
	cursor: pointer;
}
.nav-toggle-bars { display: grid; gap: 5px; width: 22px; }
.nav-toggle-bars span {
	display: block; height: 2px; border-radius: 2px;
	background: var(--teal-800);
	transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-drawer {
	border-top: 1px solid var(--line);
	background: #fff;
	padding: 12px 16px 20px;
}
.site-drawer[hidden] { display: none; }

.drawer-menu { margin-bottom: 14px; }
.drawer-menu li + li { border-top: 1px solid var(--line); }
.drawer-menu a {
	display: block;
	padding: 13px 4px;
	min-height: 44px;
	color: var(--ink);
	text-decoration: none;
	font-weight: 600;
}
.drawer-note {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: var(--ink-3);
}

/* ==========================================================================
   ファーストビュー
   ========================================================================== */
.hero {
	background:
		radial-gradient(120% 90% at 85% 0%, var(--peach-100) 0%, rgba(251, 234, 217, 0) 60%),
		linear-gradient(180deg, var(--peach-050) 0%, #fff 100%);
}

.hero-inner { padding-block: 22px 26px; }

.hero-eyebrow {
	color: var(--teal-700);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.hero-title {
	font-size: clamp(28px, 8.6vw, 36px);
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: .01em;
	margin-bottom: 14px;
}
.hero-title-accent { color: var(--teal-700); }

.hero-lead {
	font-size: 16px;
	color: var(--ink-2);
	margin-bottom: 18px;
}

.hero-media {
	position: relative;
	margin: 18px -16px 0;
}

/* 画像の有無にかかわらず同じ枠を確保し、レイアウトの崩れを防ぐ */
.hero-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(135deg, var(--teal-050), var(--peach-100));
}
.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 女性の表情・ノート・電卓が入るように中央やや右寄せ */
	object-position: 56% 42%;
}
/* 画像が未設置のときのフォールバック */
.hero-frame.is-empty::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(70% 70% at 70% 40%, var(--peach-200) 0%, rgba(246, 220, 196, 0) 70%),
		linear-gradient(135deg, var(--teal-050), var(--peach-100));
}

.hero-badge {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 14px 16px 0;
	padding: 13px 15px;
	background: var(--peach-050);
	border: 1px solid var(--peach-200);
	border-radius: var(--radius);
}
.hero-badge-icon { color: var(--teal-700); display: grid; place-items: center; }
.hero-badge-icon .icon { width: 22px; height: 22px; }
.hero-badge-text { display: block; }
.hero-badge-text strong { display: block; font-size: 15px; font-weight: 700; }
.hero-badge-text small { display: block; font-size: 13px; color: var(--ink-2); line-height: 1.6; }

.hero-cta { margin-bottom: 16px; }
.hero-cta .btn { width: 100%; }

.hero-notes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	text-align: center;
}
.hero-notes li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 600;
	color: var(--ink-2);
	line-height: 1.35;
}
.hero-notes .icon { width: 20px; height: 20px; color: var(--teal-700); }

/* ==========================================================================
   信頼要素
   ========================================================================== */
.trust { padding-block: 20px; background: #fff; }

.trust-grid { display: grid; gap: 10px; }

.trust-item {
	display: flex;
	gap: 11px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-s);
}
.trust-icon { color: var(--teal-700); }
.trust-icon .icon { width: 24px; height: 24px; }
.trust-title { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.trust-item p { font-size: 13.5px; color: var(--ink-2); line-height: 1.65; }

.trust-note {
	margin-top: 12px;
	text-align: center;
	font-size: 12.5px;
	color: var(--ink-3);
}
.trust-updated { display: block; }

/* ==========================================================================
   セクション共通
   ========================================================================== */
.section { padding-block: 30px; }

.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 18px;
	font-size: clamp(20px, 5.6vw, 27px);
	line-height: 1.45;
	font-weight: 800;
	text-align: center;
}
.section-title::before,
.section-title::after {
	content: "";
	flex: none;
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--peach-200);
}

/* ==========================================================================
   6つの項目
   ========================================================================== */
.pillars { background: var(--bg-soft); }

.pillar-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 16px 10px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-s);
	text-align: center;
}
.pillar-icon {
	display: grid; place-items: center;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--teal-050);
	color: var(--teal-700);
}
.pillar-icon .icon { width: 26px; height: 26px; }
.pillar-title { font-size: 15px; font-weight: 700; }
.pillar-lead,
.pillar-desc { display: none; }

.pillars-more { margin-top: 14px; }

/* ==========================================================================
   2カラムパネル（3ステップ / このサイトの特徴 / お悩み / FAQ）
   ========================================================================== */
.split { padding-block: 18px; background: #fff; }
.split-grid { display: grid; gap: 12px; }

.panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-s);
	overflow: hidden;
}

.panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 56px;
	padding: 14px 16px;
	font-size: 16px;
	font-weight: 700;
	color: var(--teal-800);
	cursor: pointer;
	list-style: none;
}
.panel-title::-webkit-details-marker { display: none; }

/* シェブロン（スマホのアコーディオン時のみ表示） */
.panel-title::after {
	content: "";
	width: 11px; height: 11px;
	flex: none;
	border-right: 2px solid var(--teal-700);
	border-bottom: 2px solid var(--teal-700);
	transform: translateY(-3px) rotate(45deg);
	transition: transform .2s ease;
}
.sp-accordion[open] > .panel-title::after { transform: translateY(2px) rotate(-135deg); }

.panel-body { padding: 0 16px 18px; }

/* デスクトップでは常時展開・クリック不可にする（JS が is-static を付与） */
.sp-accordion.is-static > .panel-title { cursor: default; pointer-events: none; }
.sp-accordion.is-static > .panel-title::after { display: none; }

/* --- 3ステップ ----------------------------------------------------------- */
.step-grid { display: grid; gap: 10px; counter-reset: step; }

.step {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: "num title" "icon desc";
	align-items: center;
	gap: 4px 12px;
	padding: 14px;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}
.step-num {
	grid-area: num;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	color: var(--teal-600);
}
.step-title { grid-area: title; font-size: 15px; font-weight: 700; }
.step-icon {
	grid-area: icon;
	display: grid; place-items: center;
	width: 40px; height: 40px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--teal-700);
}
.step-icon .icon { width: 22px; height: 22px; }
.step-desc { grid-area: desc; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }

.step-note {
	display: flex; align-items: center; justify-content: center;
	gap: 7px;
	margin-top: 12px;
	font-size: 12.5px;
	color: var(--ink-3);
}
.step-note .icon { width: 17px; height: 17px; }

/* --- このサイトの特徴 -------------------------------------------------------- */
.reason-list { display: grid; gap: 14px; }
.reason { display: flex; gap: 10px; }
.reason-icon {
	display: grid; place-items: center;
	width: 22px; height: 22px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--teal-700);
	color: #fff;
	flex: none;
}
.reason-icon .icon { width: 13px; height: 13px; stroke-width: 2.6; }
.reason-title { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.reason-desc { font-size: 13.5px; color: var(--ink-2); line-height: 1.65; }

/* --- よくあるお悩み ------------------------------------------------------ */
.worry-list { display: grid; gap: 10px; }
.worry {
	display: flex;
	gap: 11px;
	padding: 14px;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}
.worry-icon { color: var(--peach-200); flex: none; }
.worry-icon .icon { width: 22px; height: 22px; }
.worry-title { font-size: 14.5px; font-weight: 700; line-height: 1.55; margin-bottom: 3px; }
.worry-desc { font-size: 13.5px; color: var(--ink-2); line-height: 1.65; }
.worry-note { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

/* --- FAQ ----------------------------------------------------------------- */
.faq-list li + li { border-top: 1px solid var(--line); }

.faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 13px 0;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
	content: "";
	position: relative;
	width: 15px; height: 15px;
	flex: none;
	background:
		linear-gradient(var(--teal-700), var(--teal-700)) center / 15px 2px no-repeat,
		linear-gradient(var(--teal-700), var(--teal-700)) center / 2px 15px no-repeat;
	transition: transform .2s ease;
}
.faq-item[open] .faq-q::after { transform: rotate(45deg); }

.faq-a {
	padding: 0 0 14px;
	font-size: 14px;
	color: var(--ink-2);
	line-height: 1.75;
}

/* ==========================================================================
   最終CTA
   ========================================================================== */
.cta-final {
	margin: 8px 0 0;
	padding-block: 28px;
	background: linear-gradient(160deg, var(--teal-800) 0%, var(--teal-700) 60%, var(--teal-600) 100%);
	color: #fff;
}
.cta-final-inner { display: grid; gap: 14px; }
.cta-final-media { display: none; }

.cta-final-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 74px; height: 74px;
	margin-inline: auto;
	border-radius: 50%;
	background: var(--peach-100);
	color: var(--teal-800);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}
.cta-final-badge em { font-size: 17px; font-style: normal; font-weight: 800; }

.cta-final-title {
	font-size: clamp(20px, 5.6vw, 28px);
	line-height: 1.45;
	font-weight: 800;
	text-align: center;
}
.cta-final-lead { font-size: 14.5px; text-align: center; color: rgba(255, 255, 255, .88); }
.cta-final-action .btn { width: 100%; }

.cta-final-notes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 14px;
	font-size: 13px;
	color: rgba(255, 255, 255, .9);
}
.cta-final-notes li { display: flex; align-items: center; }
.cta-final-notes li + li::before {
	content: "";
	width: 1px; height: 12px;
	margin-right: 14px;
	background: rgba(255, 255, 255, .35);
}

/* ==========================================================================
   固定ページ本文（Gutenberg）
   ========================================================================== */
.page-content .entry-content > * + * { margin-top: 1.2em; }
.page-content .entry-content h2 { font-size: 22px; font-weight: 800; }
.page-content .entry-content h3 { font-size: 18px; font-weight: 700; }
.page-content .entry-content ul { list-style: disc; padding-left: 1.4em; }
.page-content .entry-content ol { list-style: decimal; padding-left: 1.4em; }

/* ==========================================================================
   運営情報・フッター
   ========================================================================== */
.site-info { padding-block: 22px; background: var(--bg-soft); border-top: 1px solid var(--line); }
.site-info-grid { display: grid; gap: 14px; }
.site-info-item { display: flex; gap: 11px; }
.site-info-icon { color: var(--teal-700); }
.site-info-icon .icon { width: 24px; height: 24px; }
.site-info-title { font-size: 14.5px; font-weight: 700; margin-bottom: 2px; }
.site-info-item p { font-size: 13px; color: var(--ink-2); line-height: 1.65; }

.site-footer {
	padding-block: 26px 22px;
	background: #fff;
	border-top: 1px solid var(--line);
}
.footer-grid { display: grid; gap: 20px; }
.footer-desc { margin-top: 10px; font-size: 13px; color: var(--ink-2); }

.footer-col-title { font-size: 13.5px; font-weight: 700; margin-bottom: 8px; }
.footer-col ul,
.footer-menu { display: grid; gap: 2px; }
.footer-col a,
.footer-menu a {
	display: inline-block;
	padding: 6px 0;
	min-height: 32px;
	font-size: 13.5px;
	color: var(--ink-2);
	text-decoration: none;
}
.footer-col a:hover,
.footer-menu a:hover { color: var(--teal-700); text-decoration: underline; }

.footer-bottom { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.site-copyright { font-size: 12px; color: var(--ink-3); text-align: center; }

/* ==========================================================================
   スマホ下部固定CTA
   ========================================================================== */
.sticky-cta {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 90;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	background: linear-gradient(160deg, var(--teal-800), var(--teal-700));
	box-shadow: 0 -6px 18px rgba(20, 45, 45, .16);
	transform: translateY(110%);
	transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }

.sticky-cta-inner { display: flex; align-items: center; gap: 10px; }

.sticky-cta-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 54px; height: 54px;
	flex: none;
	border-radius: 50%;
	background: var(--peach-100);
	color: var(--teal-800);
	font-size: 9.5px;
	font-weight: 700;
	line-height: 1.2;
}
.sticky-cta-badge em { font-size: 14px; font-style: normal; font-weight: 800; }

.sticky-cta-body { flex: 1 1 auto; min-width: 0; }
.sticky-cta-body .btn { min-height: 46px; font-size: 15.5px; padding-inline: 12px; }
.sticky-cta-note {
	margin-top: 4px;
	font-size: 11px;
	text-align: center;
	color: rgba(255, 255, 255, .9);
}

/* ==========================================================================
   タブレット以上（600px〜）
   ========================================================================== */
@media (min-width: 600px) {
	.hero-notes li { flex-direction: row; font-size: 13px; }
	.trust-grid { grid-template-columns: repeat(3, 1fr); }
	.trust-item { flex-direction: column; }
	.pillar-grid { grid-template-columns: repeat(3, 1fr); }
	.step-grid { grid-template-columns: repeat(3, 1fr); }
	.step { grid-template-areas: "num num" "title title" "icon desc"; align-content: start; }
	.site-info-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.cta-final-notes { font-size: 14px; }
}

/* ==========================================================================
   PC（900px〜）
   ========================================================================== */
@media (min-width: 900px) {
	:root { --header-h: 72px; }

	body { padding-bottom: 0; }

	.container { padding-inline: 24px; }

	/* ヘッダー */
	.header-inner { gap: 24px; padding-block: 10px; }
	.brand-mark { width: 40px; height: 40px; }
	.brand-mark .icon { width: 24px; height: 24px; }
	.brand-name { font-size: 20px; }
	.brand-roman { font-size: 10px; }

	.header-badges {
		display: flex;
		align-items: center;
		gap: 26px;
		margin-left: auto;
	}
	.header-badges li {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3px;
		font-size: 11.5px;
		font-weight: 600;
		color: var(--ink-2);
	}
	.header-badges .icon { width: 20px; height: 20px; color: var(--teal-700); }

	.btn-header { display: inline-flex; margin-left: 4px; min-height: 46px; padding-inline: 26px; }
	.nav-toggle { display: none; }
	.site-drawer { display: none !important; }

	/* ヒーロー */
	.hero-inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		display: grid;
		align-items: center;
		gap: 32px;
		padding-block: 44px 48px;
	}
	.hero-title { font-size: clamp(36px, 3.6vw, 46px); margin-bottom: 18px; }
	.hero-lead { font-size: 16.5px; margin-bottom: 26px; }
	.hero-cta .btn { width: auto; }
	.hero-notes {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 22px;
		margin-top: 22px;
	}
	.hero-notes li { font-size: 13.5px; }

	.hero-media { margin: 0; overflow: visible; }
	.hero-frame {
		aspect-ratio: 4 / 3;
		border-radius: var(--radius-l);
		box-shadow: 0 18px 40px rgba(20, 45, 45, .10);
	}
	.hero-image { object-position: 55% 40%; }
	.hero-badge {
		position: absolute;
		right: -8px;
		bottom: -18px;
		max-width: 270px;
		margin: 0;
		background: #fff;
		box-shadow: var(--shadow-l);
	}

	/* 信頼要素 */
	.trust { padding-block: 26px; }
	.trust-grid {
		gap: 0;
		padding: 6px;
		border: 1px solid var(--line);
		border-radius: var(--radius);
		box-shadow: var(--shadow-s);
		background: #fff;
	}
	.trust-item {
		flex-direction: row;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 14px 18px;
	}
	.trust-item + .trust-item { border-left: 1px solid var(--line); }
	.trust-note {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 16px;
		margin-top: 10px;
	}
	.trust-updated { display: inline; }

	/* セクション */
	.section { padding-block: 48px; }
	.section-title { margin-bottom: 28px; gap: 18px; }
	.section-title::before,
	.section-title::after { width: 7px; height: 7px; }

	/* 6つの項目 */
	.pillar-grid { gap: 16px; }
	.pillar {
		flex-direction: row;
		align-items: flex-start;
		gap: 14px;
		padding: 20px;
		text-align: left;
	}
	.pillar-icon { width: 52px; height: 52px; }
	.pillar-icon .icon { width: 28px; height: 28px; }
	.pillar-title { font-size: 17px; margin-bottom: 2px; }
	.pillar-lead {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: var(--teal-700);
		line-height: 1.55;
		margin-bottom: 8px;
	}
	.pillar-desc {
		display: block;
		font-size: 13.5px;
		color: var(--ink-2);
		line-height: 1.65;
	}
	.pillars-more { display: none; }

	/* 2カラムパネル */
	.split { padding-block: 24px; }
	.split-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 20px; align-items: start; }
	.split-bottom .split-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
	.panel { padding: 6px 6px 10px; }
	.panel-title {
		justify-content: center;
		padding: 18px 18px 6px;
		font-size: 20px;
		font-weight: 800;
	}
	.panel-body { padding: 10px 18px 14px; }
	.panel-faq .panel-title,
	.panel-worries .panel-title { justify-content: flex-start; font-size: 18px; }

	.step-desc { font-size: 13px; }
	.reason-list { gap: 16px; }

	/* 最終CTA */
	.cta-final { padding-block: 44px; border-radius: 0; }
	.cta-final-inner {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		gap: 28px;
	}
	.cta-final-media { display: block; width: 190px; }
	.cta-final-body { position: relative; }
	.cta-final-badge {
		position: absolute;
		left: -46px;
		top: 50%;
		transform: translateY(-50%);
		width: 86px; height: 86px;
		margin: 0;
	}
	.cta-final-title { font-size: 30px; }
	.cta-final-action { display: flex; justify-content: center; }
	.cta-final-action .btn { width: auto; min-width: 340px; }

	/* フッター */
	.footer-grid { grid-template-columns: 1.5fr repeat(4, 1fr); gap: 24px; }
	.site-footer { padding-block: 34px 24px; }
	.site-copyright { text-align: right; }

	/* 固定CTAはPCでは不要 */
	.sticky-cta { display: none; }
}

@media (min-width: 1120px) {
	.hero-inner { padding-block: 56px 60px; }
}

/* --- モーション低減 ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}
