@charset "UTF-8";
/*
    Theme Name: 安藤鍼灸院・接骨院
    Description: 安藤鍼灸院・接骨院 公式サイト専用テーマ
    Version: 1.0.0
    Author: Ando Shinkyu-in
    Text Domain: ando-shinkyu
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ============================================
   安藤鍼灸院・接骨院 フロントページ CSS
   ============================================ */

/* --- CSS変数（ブランドガイド v3: A案 静 / Sei — 和モダン明朝） --- */
:root {
	/* === Sei tokens（design_handoff 準拠） === */
	/* ベース・背景 */
	--color-bg: #FFFBF2;             /* 背景メイン（アイボリー） */
	--color-bg-alt: #F7F4EE;         /* セクション背景（ペーパー） */
	--color-paper: #F7F4EE;          /* セクション背景（クリームベージュ）—エイリアス */
	--color-paper-deep: #E8D7B8;     /* アクセント背景（サンドベージュ） */
	--color-bg-dark: #3B2F2A;        /* ダークブラウン背景（フッター等） */
	/* テキスト */
	--color-text: #3B2F2A;           /* メイン文字色（ダークブラウン） */
	--color-ink: #3B2F2A;            /* ink エイリアス */
	--color-text-light: #6b5d52;     /* 補助文字（ウォームブラウン） */
	--color-ink-soft: #6b5d52;       /* inkSoft エイリアス */
	/* 罫線・境界 */
	--color-rule: rgba(59, 47, 42, 0.12);  /* 細いヘアライン罫線 */
	--color-border: rgba(59, 47, 42, 0.12);
	/* アクセント */
	--color-coral: #E07A72;          /* 番号・下線マーカー */
	--color-accent: #E07A72;         /* CTAアクセント */
	--color-accent-light: #E8B4A5;   /* 蛍光下線（証拠など） */
	--color-accent-dark: #A63E37;    /* 整復・強調語の濃色 */
	--color-terra: #A63E37;          /* テラコッタ（強調語） */
	--color-sage: #C9D3B0;           /* セージ（ダーク背景上） */
	--color-sage-deep: #8a9c72;      /* セージダーク（モノラベル） */
	/* 旧体系の互換用（既存ページが参照しているため残置・徐々に置換） */
	--color-primary: #C9D3B0;        /* セージグリーン（互換） */
	--color-primary-dark: #8a9c72;
	--color-primary-light: #DCE3CF;
	--color-yellow: #FFD966;
	--color-line: #06C755;           /* LINE公式色（変更不可） */
	--color-line-dark: #05a347;
	--color-tel: #E07A72;
	--color-white: #ffffff;
	/* Typography: フォントファミリー */
	--font-display: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;  /* ヒーロー・特別見出し */
	--font-heading: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;  /* 一般見出し */
	--font-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;    /* serif エイリアス */
	--font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", system-ui, sans-serif; /* 本文 */
	--font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", system-ui, sans-serif; /* sans エイリアス */
	--font-mono: "JetBrains Mono", "SF Mono", "Menlo", monospace;                 /* セクション番号・英字ラベル */
	/* Typography: フォントサイズ（Sei PC スケール） */
	--font-size-xs: 11px;            /* 注記・キャプション */
	--font-size-sm: 12px;            /* 補助・メタ */
	--font-size-base: 13px;          /* 本文（sans） */
	--font-size-md: 17px;            /* 強調本文（serif） */
	--font-size-lg: 22px;            /* h3 サブ見出し */
	--font-size-h3: 22px;            /* h3 見出し */
	--font-size-h2: 44px;            /* h2 見出し */
	--font-size-h1: 76px;            /* h1 / ヒーロー */
	--font-size-hero: 76px;          /* TOP FV キャッチ */
	--font-size-large-num: 60px;     /* 大数字（料金など） */
	/* Typography: 行間 */
	--line-height-tight: 1.45;       /* 見出し */
	--line-height-base: 1.95;        /* 本文 */
	--line-height-loose: 2.0;        /* 長文ブロック */
	/* Typography: 文字間隔 */
	--letter-spacing-tight: -0.02em;
	--letter-spacing-base: 0;
	--letter-spacing-wide: 2px;      /* mono ラベル */
	--letter-spacing-xwide: 3px;     /* 院長名・特殊装飾 */
	/* Shadow（Sei は基本なし、ピンポイントのみ） */
	--shadow-sm: 0 1px 0 rgba(59, 47, 42, 0.04), 0 12px 32px -16px rgba(59, 47, 42, 0.18);
	--shadow-md: 0 20px 40px -20px rgba(59, 47, 42, 0.25);
	--shadow-lg: 0 20px 40px -20px rgba(59, 47, 42, 0.25);
	/* Radius（Sei は基本直角） */
	--radius: 0;
	--radius-lg: 0;
	--radius-image: 36px;            /* ヒーロー画像など特殊用途 */
	--radius-pill: 999px;            /* ピル型ボタン */
	/* Spacing */
	--section-pad: 120px;            /* PC セクション縦 */
	--section-pad-sp: 56px;          /* SP セクション縦 */
	--container-pad: 96px;           /* PC セクション横 */
	--container-pad-sp: 24px;        /* SP セクション横 */
}

/* --- Base Reset --- */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	/* sticky ヘッダー分だけアンカー先をずらし、見出しが隠れないように */
	scroll-padding-top: 130px;
}

body {
	font-family: var(--font-body);
	color: var(--color-text);
	background: var(--color-bg);
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

/* --- Site Header --- */
.site-header {
	background: var(--color-bg);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.site-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.site-logo {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary-dark);
	text-decoration: none;
	line-height: 1.3;
}

.site-logo small {
	display: block;
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 400;
	color: var(--color-text-light);
	letter-spacing: 0.05em;
}

.gnav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.gnav__link {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-text);
	text-decoration: none;
	transition: color 0.2s;
	position: relative;
	padding: 4px 0;
}

.gnav__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--color-primary);
	transition: width 0.3s ease;
}

.gnav__link:hover {
	color: var(--color-primary-dark);
}

.gnav__link:hover::after {
	width: 100%;
}

.gnav__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--color-line);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: var(--radius);
	text-decoration: none;
	transition: background 0.2s;
}

.gnav__cta:hover {
	background: var(--color-line-dark);
}

.gnav__cta svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* Mobile menu toggle */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 200;
}

.menu-toggle__bar {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--color-text);
	margin: 5px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.menu-toggle.is-active .menu-toggle__bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.is-active .menu-toggle__bar:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-active .menu-toggle__bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
	.site-header__inner {
		padding: 0 16px;
		height: 56px;
	}

	.menu-toggle {
		display: block;
	}

	.gnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		height: 100dvh;
		background: var(--color-white);
		flex-direction: column;
		align-items: stretch;
		padding: 72px 24px 32px;
		gap: 0;
		box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 150;
		overflow-y: auto;
	}

	.gnav.is-open {
		transform: translateX(0);
	}

	.gnav__link {
		font-size: 15px;
		padding: 14px 0;
		border-bottom: 1px solid var(--color-border);
	}

	.gnav__link::after {
		display: none;
	}

	.gnav__cta {
		margin-top: 16px;
		justify-content: center;
		padding: 14px;
		font-size: 15px;
	}

	.gnav-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 140;
	}

	.gnav-overlay.is-active {
		display: block;
	}
}

/* --- Site Footer --- */
.site-footer {
	background: var(--color-bg-dark);
	color: rgba(255, 255, 255, 0.85);
	padding: 56px 0 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.85);
	transition: color 0.2s;
}

.site-footer a:hover {
	color: var(--color-white);
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
}

.footer-info__name {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 16px;
}

.footer-info__detail {
	font-size: 13px;
	line-height: 2;
	margin-bottom: 16px;
}

.footer-info__sns {
	display: flex;
	gap: 12px;
}

.footer-info__sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	transition: background 0.2s;
}

.footer-info__sns a:hover {
	background: rgba(255, 255, 255, 0.25);
}

.footer-nav__heading {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 16px;
}

.footer-nav {
	display: contents;
}

.footer-nav__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-nav__list a {
	font-size: 13px;
	padding: 4px 0;
}

.footer-copyright {
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	padding: 24px 0;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
	.footer-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 0 20px;
	}

	.footer-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.footer-nav__group:first-child {
		grid-column: 1 / -1;
	}

	.site-footer {
		padding: 40px 0 0;
	}
}

/* --- ユーティリティ --- */
.u-sp-only { display: none; }
.u-pc-only { display: inline; }

@media (max-width: 768px) {
	.u-sp-only { display: inline; }
	.u-pc-only { display: none; }
}

.l-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

@media (max-width: 768px) {
	.l-container {
		padding: 0 20px;
	}
}

/* --- フロントページ全体 --- */
.p-frontPage {
	font-family: var(--font-body);
	color: var(--color-text);
	line-height: 1.8;
	overflow: hidden;
	max-width: none;
	padding: 0;
	margin: 0;
}

/* --- サブページ共通ベース --- */
.p-subPage {
	font-family: var(--font-body);
	color: var(--color-text);
	line-height: 1.8;
	overflow: hidden;
	max-width: none;
	padding: 0;
	margin: 0;
}

/* --- セクション共通見出し --- */
.section-heading {
	text-align: center;
	margin-bottom: 56px;
}

.section-heading__en {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3em;
	color: var(--color-primary);
	text-transform: uppercase;
	margin-bottom: 8px;
	opacity: 0.8;
}

.section-heading__ja {
	font-family: var(--font-heading);
	font-size: 30px;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.5;
	position: relative;
	display: inline-block;
}

.section-heading__ja::after {
	content: "";
	display: block;
	width: 80px;
	height: 12px;
	margin: 16px auto 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 12' fill='none' stroke='%23D7826A' stroke-width='2.5' stroke-linecap='round'><path d='M 4 7 Q 14 1 24 6 Q 34 11 44 6 Q 54 1 64 6 Q 72 10 76 7'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 768px) {
	.section-heading {
		margin-bottom: 32px;
	}

	.section-heading__ja {
		font-size: 22px;
	}
}

/* ============================================
   ファーストビュー
   ============================================ */
.fv-section {
	background: var(--color-bg);
	padding: 64px 0 48px;
	position: relative;
}

.fv-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	gap: 48px;
}

.fv-text {
	flex: 1;
}

.fv-catch-sub {
	font-size: 14px;
	color: var(--color-primary);
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
}

.fv-catch-main {
	font-family: var(--font-heading);
	font-size: 40px;
	font-weight: 900;
	line-height: 1.45;
	color: var(--color-text);
	margin-bottom: 16px;
	letter-spacing: 0.02em;
}

.fv-highlight {
	color: var(--color-accent);
	position: relative;
	font-weight: 900;
}

.fv-highlight::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 8' fill='none' stroke='%23D7826A' stroke-width='2' stroke-linecap='round'><path d='M 2 5 Q 14 1 28 4 Q 42 7 56 4 Q 70 1 84 4 Q 94 6 98 5'/></svg>");
	background-repeat: no-repeat;
	background-size: 100% 8px;
	background-position: center;
}

.fv-desc {
	font-size: 15px;
	color: var(--color-text-light);
	margin-bottom: 32px;
	line-height: 2;
}

.fv-image {
	flex: 1;
	max-width: 560px;
}

.fv-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: var(--shadow-lg);
}

@media (max-width: 768px) {
	.fv-section {
		padding: 48px 0 56px;
	}

	.fv-inner {
		flex-direction: column;
		gap: 24px;
		padding: 0 20px;
	}

	.fv-catch-main {
		font-size: 26px;
		text-align: center;
	}

	.fv-catch-sub {
		text-align: center;
	}

	.fv-desc {
		font-size: 14px;
		text-align: center;
	}

	.fv-image {
		max-width: 100%;
	}

	.fv-image img {
		aspect-ratio: 16 / 9;
	}
}

/* --- CTAボタン --- */
.fv-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 20px;
}

.btn-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: var(--shadow-sm);
}

.btn-cta:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.btn-cta--line {
	background: var(--color-line);
	color: var(--color-white);
}

.btn-cta--line:hover {
	background: var(--color-line-dark);
	color: var(--color-white);
}

.btn-cta__icon {
	font-size: 24px;
	line-height: 1;
}

.btn-cta__body small {
	display: block;
	font-size: 10px;
	font-weight: 400;
	opacity: 0.9;
	letter-spacing: 0.02em;
}

.btn-cta__body strong {
	display: block;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.btn-cta--large {
	padding: 18px 32px;
}

.btn-cta--large .btn-cta__body strong {
	font-size: 22px;
}

@media (max-width: 768px) {
	.fv-cta {
		flex-direction: column;
	}

	.btn-cta {
		justify-content: center;
		padding: 12px 20px;
	}

	.btn-cta--large {
		padding: 14px 24px;
	}

	.btn-cta--large .btn-cta__body strong {
		font-size: 18px;
	}
}

.fv-hours {
	font-size: 13px;
	color: var(--color-text-light);
}

.fv-hours__badge {
	display: inline-block;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.fv-hours {
		text-align: center;
		font-size: 12px;
	}
}

/* ============================================
   実績バー
   ============================================ */
/* === 実績バー: ヒーロー一体化（カード→インライン） === */
.achievement-bar {
	background: transparent;
	padding: 0 0 72px;
	border: none;
	margin-top: -16px;  /* FVと視覚的につなげる */
}

.achievement-bar__inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

.achievement-item {
	text-align: center;
	color: var(--color-text);
	background: transparent;
	padding: 0 32px;
	border-radius: 0;
	min-width: 0;
	box-shadow: none;
	flex: 1;
	border-right: 1px solid var(--color-border);
	position: relative;
}

.achievement-item:last-child {
	border-right: none;
}

.achievement-item::after {
	display: none;  /* ミニ波線を除去 */
}

.achievement-num {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	color: var(--color-accent);
	letter-spacing: 0.02em;
	font-style: italic;
}

.achievement-label {
	font-size: 12px;
	color: var(--color-text-light);
	margin-top: 6px;
	letter-spacing: 0.06em;
}

@media (max-width: 768px) {
	.achievement-bar {
		padding: 0 0 48px;
		margin-top: 0;
	}
	.achievement-bar__inner {
		flex-wrap: wrap;
		gap: 16px 0;
	}
	.achievement-item {
		flex: 0 0 50%;
		padding: 8px 12px;
		border-right: none;
	}
	.achievement-item:nth-child(odd) {
		border-right: 1px solid var(--color-border);
	}
	.achievement-num {
		font-size: 26px;
	}
}

/* ============================================
   ご来院前にご確認ください
   ============================================ */
/* === ご来院前にご確認ください v2: 統合・コーラル系 === */
.section-policy {
	padding: 64px 0;
	background: var(--color-bg);
}

.policy-block {
	max-width: 820px;
	margin: 0 auto;
	background: var(--color-bg-alt);
	border-radius: var(--radius-lg);
	padding: 40px 48px;
	border-left: 4px solid var(--color-accent);
	box-shadow: var(--shadow-sm);
}

.policy-block__title {
	font-family: var(--font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--color-border);
	letter-spacing: 0.02em;
}

.policy-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--color-text);
}

.policy-list li {
	padding-left: 24px;
	position: relative;
}

.policy-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid var(--color-accent);
	border-radius: 50%;
	background: var(--color-bg);
}

.policy-list li strong {
	color: var(--color-text);
	font-weight: 700;
}

.policy-list li small {
	display: inline;
	font-size: 12px;
	color: var(--color-text-light);
	margin-left: 4px;
}

@media (max-width: 768px) {
	.section-policy {
		padding: 48px 0;
	}
	.policy-block {
		padding: 28px 24px;
	}
}

/* 旧policyレスポンシブは新v2で統一済みのため削除 */

/* ============================================
   初回限定体験プラン
   ============================================ */
.section-trial {
	padding: var(--section-pad) 0;
	background: var(--color-accent-light);
}

.trial-box {
	max-width: 640px;
	margin: 0 auto;
	background: var(--color-white);
	border: 2px solid var(--color-accent);
	border-radius: var(--radius-lg);
	padding: 48px 40px;
	text-align: center;
	box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
	.section-trial {
		padding: var(--section-pad-sp) 0;
	}

	.trial-box {
		padding: 32px 24px;
	}

	.trial-box__cta {
		display: flex;
		gap: 12px;
		flex-direction: column;
		align-items: stretch;
	}
}

/* ============================================
   選ばれる理由
   ============================================ */
.section-reason {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.reason-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.reason-card {
	background: var(--color-white);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding-bottom: 36px;
}

.reason-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.reason-card__num {
	background: transparent;
	color: var(--color-accent);
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 900;
	padding: 16px 16px 0;
	letter-spacing: 0.08em;
	font-style: italic;
}

.reason-card__img {
	overflow: hidden;
}

.reason-card__placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #dbe8df 0%, #c5d9ca 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-dark);
	font-weight: 600;
}

.reason-card__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	padding: 24px 24px 14px;
	color: var(--color-text);
	line-height: 1.6;
}

.reason-card__text {
	font-size: 14px;
	color: var(--color-text-light);
	padding: 0 24px 24px;
	line-height: 1.9;
}

.reason-card__text small {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: var(--color-text-light);
	opacity: 0.8;
}

.reason-more {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.section-reason {
		padding: var(--section-pad-sp) 0;
	}

	.reason-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	/* 旧3カラム時代の縦書きグリッドは新4+1構成では使わない（v2のreason-cards--four側で制御） */
}

/* ============================================
   整復操作セクション
   ============================================ */
/* === 整復操作とは v2: 装飾統一・3ステップ・コーラル系 === */
.section-reduction {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.reduction-lead {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: var(--color-text);
	margin-bottom: 56px;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.reduction-steps {
	max-width: 1100px;
	margin: 0 auto 48px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.reduction-step {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 0;  /* v3: 画像をフルブリードで配置 */
	box-shadow: var(--shadow-sm);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reduction-step__img {
	width: 100%;
}

.reduction-step__img > .img-placeholder,
.reduction-step__img > img {
	border-radius: 0;
	border-bottom: none;
	width: 100%;
}

.reduction-step__img > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.reduction-step__num {
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
}

.reduction-step__content {
	margin: 8px 24px 28px;
}

.reduction-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--color-accent);
	transition: height 0.3s ease;
}

.reduction-step:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.reduction-step:hover::before {
	height: 6px;
}

.reduction-step__num {
	color: var(--color-accent);
	font-family: var(--font-heading);
	font-size: 2.4rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.04em;
}

.reduction-step__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.reduction-step__title {
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-text);
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
}

.reduction-step__text {
	font-size: 0.88rem;
	line-height: 1.85;
	color: var(--color-text);
	margin: 0;
}

.reduction-step__arrow {
	display: none;  /* 縦並び→横並びに変更したため矢印削除 */
}

.reduction-message {
	max-width: 820px;
	margin: 0 auto;
	padding: 32px 40px;
	background: linear-gradient(135deg, var(--color-bg-alt) 0%, var(--color-bg) 100%);
	border-left: 4px solid var(--color-accent);
	border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}

.reduction-message p {
	font-size: 15px;
	line-height: 2;
	color: var(--color-text);
	margin-bottom: 12px;
}

.reduction-message p:last-child {
	margin-bottom: 0;
}

.reduction-message strong {
	color: var(--color-text);
	font-weight: 700;
}

@media (max-width: 768px) {
	.section-reduction {
		padding: var(--section-pad-sp) 0;
	}
	.reduction-lead {
		font-size: 14px;
		text-align: left;
		margin-bottom: 32px;
		line-height: 1.9;
	}

	.reduction-steps {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 32px;
	}

	.reduction-step {
		padding: 32px 24px 24px;
	}

	.reduction-step__num {
		font-size: 2rem;
	}

	.reduction-step__title {
		font-size: 1rem;
	}

	.reduction-step__text {
		font-size: 0.85rem;
	}

	.reduction-message {
		padding: 24px 20px;
	}

	.reduction-message p {
		font-size: 14px;
	}
}

/* ============================================
   施術メニュー
   ============================================ */
/* === 施術内容 v2: 装飾統一・コーラル系 === */
.section-menu {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.menu-lead {
	text-align: center;
	font-size: 15px;
	color: var(--color-text);
	margin-top: -24px;
	margin-bottom: 56px;
	line-height: 2;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}

.menu-note {
	text-align: center;
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
	margin-bottom: 0;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.menu-note strong {
	color: var(--color-text);
}

.menu-card {
	background: var(--color-bg);
	border: none;
	border-radius: var(--radius-lg);
	padding: 0;  /* v3: 画像をフルブリードで配置 */
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: var(--shadow-sm);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.menu-card__img {
	width: 100%;
}

.menu-card__img > .img-placeholder,
.menu-card__img > img {
	border-radius: 0;
	border-top-left-radius: var(--radius-lg);
	border-top-right-radius: var(--radius-lg);
	border-bottom: none;
	width: 100%;
}

.menu-card__img > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.menu-card__body {
	padding: 28px 28px 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.menu-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--color-accent);
	transition: height 0.3s ease;
}

.menu-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.menu-card:hover::before {
	height: 6px;
}

/* 施術アイコンを「コーラル背景の小円」に統一（症状アイコンと差別化） */
.menu-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: var(--color-accent-light);
	color: var(--color-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.menu-card__title {
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--color-text);
	letter-spacing: 0.02em;
}

.menu-card__text {
	font-size: 0.88rem;
	color: var(--color-text);
	margin-bottom: 0;
	line-height: 1.85;
}

.menu-card__price {
	font-size: 14px;
	color: var(--color-primary-dark);
	font-weight: 600;
	background: var(--color-primary-light);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 24px;
}

.menu-card__price strong {
	font-size: 24px;
	font-family: var(--font-heading);
}

.menu-more,
.blog-more {
	text-align: center;
}

.btn-more {
	display: inline-block;
	padding: 14px 44px;
	border: 2px solid var(--color-primary);
	color: var(--color-primary-dark);
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}

.btn-more:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

@media (max-width: 768px) {
	.section-menu {
		padding: var(--section-pad-sp) 0;
	}

	.menu-lead {
		margin-top: -8px;
		margin-bottom: 32px;
		font-size: 15px;
		text-align: left;
	}

	.menu-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 32px;
	}

	.menu-card {
		padding: 28px 24px;
	}

	.menu-card__title {
		font-size: 18px;
	}

	.menu-note {
		text-align: left;
		font-size: 14px;
		margin-bottom: 24px;
	}
}

/* ============================================
   対応症状タグ
   ============================================ */
/* === 対応症状（セカンドティア） v2: 絞り込み・コーラル統一 === */
.section-symptoms {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.symptoms-lead {
	text-align: center;
	font-size: 14px;
	color: var(--color-text-light);
	margin-top: -24px;
	margin-bottom: 36px;
	line-height: 1.9;
}

.symptoms-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 32px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.symptom-tag {
	display: inline-block;
	padding: 10px 24px;
	background: var(--color-bg-alt);
	border: 1px solid var(--color-border);
	border-radius: 100px;
	font-size: 0.92rem;
	color: var(--color-text);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.25s ease;
}

.symptom-tag:hover {
	background: var(--color-accent-light);
	border-color: var(--color-accent);
	color: var(--color-accent);
}

.symptoms-note {
	text-align: center;
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.9;
	max-width: 720px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.section-symptoms {
		padding: var(--section-pad-sp) 0;
	}

	.symptom-tag {
		padding: 10px 18px;
		font-size: 0.85rem;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}

	.symptoms-tags {
		gap: 8px;
	}
}

/* ============================================
   施術の流れ
   ============================================ */
/* === 施術の流れ v2: コーラル統一 === */
.section-flow {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.flow-steps {
	max-width: 760px;
	margin: 0 auto;
	position: relative;
}

.flow-steps::before {
	content: "";
	position: absolute;
	left: 56px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: var(--color-accent-light);
}

.flow-step {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	position: relative;
	align-items: stretch;
}

.flow-step:last-child {
	margin-bottom: 0;
}

.flow-step__num {
	flex-shrink: 0;
	width: 116px;
	background: transparent;
	color: var(--color-accent);
	font-family: var(--font-heading);
	font-weight: 900;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 0.08em;
	padding: 12px 0;
	text-align: center;
	border-radius: 0;
	align-self: flex-start;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.flow-step__num::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	background: var(--color-accent-light);
	border: 2px solid var(--color-accent);
	border-radius: 50%;
	z-index: -1;
	left: calc(50% - 6px);
}

.flow-step__content {
	flex: 1;
	background: var(--color-bg);
	padding: 24px 28px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	border: none;
	border-left: 3px solid var(--color-accent);
}

.flow-step__title {
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 8px;
	letter-spacing: 0.02em;
}

.flow-step__text {
	font-size: 0.92rem;
	color: var(--color-text);
	line-height: 1.85;
}

@media (max-width: 768px) {
	.section-flow {
		padding: var(--section-pad-sp) 0;
	}

	.flow-steps::before {
		left: 12px;
	}

	.flow-step {
		flex-direction: column;
		gap: 12px;
		padding-left: 32px;
	}

	.flow-step__num {
		width: auto;
		display: inline-block;
		padding: 8px 16px;
		font-size: 12px;
	}

	.flow-step__content {
		padding: 20px;
	}

	.flow-step__title {
		font-size: 16px;
	}
}

/* ============================================
   LINE予約の方法
   ============================================ */
/* === ご予約方法 v2: コーラル統一・SVG/絵文字撤去 === */
.section-booking {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.booking-lead {
	text-align: center;
	font-size: 15px;
	color: var(--color-text);
	margin-top: -24px;
	margin-bottom: 48px;
	line-height: 2;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.booking-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 36px;
}

.booking-step {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 36px 20px 24px;
	text-align: left;
	box-shadow: var(--shadow-sm);
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--color-accent);
	transition: height 0.3s ease;
}

.booking-step:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.booking-step:hover::before {
	height: 6px;
}

.booking-step__num {
	display: inline-block;
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.1em;
	color: var(--color-accent);
	margin-bottom: 10px;
}

.booking-step__title {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 8px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.booking-step__text {
	font-size: 0.85rem;
	color: var(--color-text);
	line-height: 1.8;
}

/* 矢印は撤去（縦並びでも崩れないため） */
.booking-step:not(:last-child)::after {
	display: none;
}

.booking-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
	margin-bottom: 40px;
	list-style: none;
	padding: 0;
}

.booking-feature {
	display: inline-block;
	padding: 6px 16px;
	font-size: 13px;
	color: var(--color-text);
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 100px;
}

.booking-feature::before {
	content: "✓";
	color: var(--color-accent);
	font-weight: 700;
	margin-right: 6px;
}

.booking-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}

.booking-cta__qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.booking-cta__qr > .img-placeholder {
	width: 100px;
	height: 100px;
	padding: 8px;
}

.booking-cta__qr > .img-placeholder .img-placeholder__sub {
	display: none;
}

.booking-cta__qr > img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.booking-cta__qr-label {
	font-size: 11px;
	color: var(--color-text-light);
	line-height: 1.5;
	text-align: center;
	margin: 0;
}

@media (max-width: 768px) {
	.booking-cta__qr {
		display: none;  /* スマホはQR不要・LINEボタンで完結 */
	}
}

@media (max-width: 768px) {
	.section-booking {
		padding: var(--section-pad-sp) 0;
	}

	.booking-lead {
		font-size: 14px;
		margin-bottom: 28px;
	}

	.booking-steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.booking-step {
		padding: 20px 16px;
	}

	.booking-step:not(:last-child)::after {
		display: none;
	}

	.booking-step__title {
		font-size: 13px;
	}

	.booking-step__text {
		font-size: 12px;
	}

	.booking-features {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		padding: 0 4px;
	}

	.booking-feature {
		font-size: 13px;
	}
}

/* ============================================
   患者様の声
   ============================================ */
.section-voice {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.voice-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.voice-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 32px 28px;
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s ease;
}

.voice-card:hover {
	transform: translateY(-4px);
}

.voice-card__header {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.voice-card__avatar {
	width: 48px;
	height: 48px;
	background: var(--color-primary-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	color: var(--color-primary-dark);
	flex-shrink: 0;
}

.voice-card__meta {
	flex: 1;
}

.voice-card__age {
	display: block;
	font-size: 13px;
	color: var(--color-text-light);
}

.voice-card__symptom {
	display: inline-block;
	font-size: 12px;
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	padding: 2px 10px;
	border-radius: 20px;
	margin-top: 3px;
}

.voice-card__stars {
	color: var(--color-accent);
	font-size: 18px;
	letter-spacing: 2px;
}

.voice-card__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
}

.voice-lead {
	text-align: center;
	font-size: 16px;
	color: var(--color-text);
	margin-bottom: 32px;
}

.voice-accordion {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	margin-bottom: 8px;
}

.voice-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 24px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary-dark);
	background: var(--color-white);
	cursor: pointer;
	list-style: none;
	transition: background 0.2s ease;
}

.voice-accordion__toggle::-webkit-details-marker {
	display: none;
}

.voice-accordion__toggle::after {
	content: "\25BC";
	font-size: 12px;
	transition: transform 0.3s ease;
}

.voice-accordion[open] .voice-accordion__toggle::after {
	transform: rotate(180deg);
}

.voice-accordion__toggle:hover {
	background: var(--color-primary-light);
}

.voice-accordion__body {
	padding: 28px;
	background: var(--color-white);
	border-top: 1px solid var(--color-border);
}

.voice-disclaimer {
	text-align: center;
	font-size: 12px;
	color: var(--color-text-light);
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}

.voice-more {
	text-align: center;
	margin-top: 24px;
}

@media (max-width: 768px) {
	.section-voice {
		padding: var(--section-pad-sp) 0;
	}

	.voice-lead {
		font-size: 15px;
		text-align: left;
	}

	.voice-accordion__toggle {
		padding: 14px 20px;
		font-size: 15px;
	}

	.voice-accordion__body {
		padding: 16px;
	}

	.voice-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ============================================
   院長紹介
   ============================================ */
/* === 院長について v2: 戦略書準拠・コーラル統一 === */
.section-staff {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.staff-card {
	display: flex;
	gap: 56px;
	align-items: flex-start;
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border: none;
	border-top: 4px solid var(--color-accent);
}

.staff-card__img {
	flex: 0 0 340px;
}

.staff-card__img img {
	width: 100%;
	height: auto;
	display: block;
}

.staff-card__placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
	background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-bg-alt) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-accent);
	font-weight: 600;
	font-size: 15px;
}

.staff-card__body {
	flex: 1;
	padding: 40px 40px 40px 0;
}

.staff-card__position {
	font-size: 12px;
	color: var(--color-accent);
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.staff-card__name {
	font-family: var(--font-heading);
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 18px;
	color: var(--color-text);
	letter-spacing: 0.02em;
}

.staff-card__name-sub {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-text-light);
	margin-left: 4px;
}

.staff-card__license {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.staff-card__license li {
	font-size: 12px;
	background: var(--color-accent-light);
	color: var(--color-accent);
	padding: 5px 14px;
	border-radius: 100px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* プロフィール定義リスト */
.staff-card__profile-list {
	margin: 0 0 24px;
	padding: 20px 24px;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
	border-left: 3px solid var(--color-accent);
}

.staff-card__profile-row {
	display: flex;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid var(--color-border);
	font-size: 0.88rem;
	line-height: 1.7;
}

.staff-card__profile-row:last-child {
	border-bottom: none;
}

.staff-card__profile-row dt {
	flex: 0 0 80px;
	font-weight: 700;
	color: var(--color-text);
	letter-spacing: 0.04em;
}

.staff-card__profile-row dd {
	flex: 1;
	color: var(--color-text);
	margin: 0;
}

.staff-card__message {
	font-family: var(--font-heading);
	font-size: 1rem;
	color: var(--color-text);
	line-height: 1.95;
	margin: 0 0 24px;
	padding: 16px 20px;
	border-left: 4px solid var(--color-accent-light);
	background: transparent;
	font-style: italic;
}

@media (max-width: 768px) {
	.staff-card {
		flex-direction: column;
		gap: 24px;
	}
	.staff-card__img {
		flex: 0 0 auto;
		width: 100%;
		max-width: 280px;
		margin: 24px auto 0;
	}
	.staff-card__body {
		padding: 0 24px 32px;
	}
	.staff-card__profile-row {
		flex-direction: column;
		gap: 4px;
	}
	.staff-card__profile-row dt {
		flex: none;
		font-size: 0.8rem;
		color: var(--color-accent);
	}
}

@media (max-width: 768px) {
	.section-staff {
		padding: var(--section-pad-sp) 0;
	}
	.staff-card__name {
		font-size: 24px;
	}
}

/* ============================================
   院内紹介
   ============================================ */
/* === 院内紹介 v2: キャプション・ホバー・コーラル統一 === */
.section-clinic {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.clinic-lead {
	text-align: center;
	font-size: 15px;
	color: var(--color-text);
	margin-top: -24px;
	margin-bottom: 48px;
	line-height: 2;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.clinic-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.clinic-gallery__item {
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	background: var(--color-bg);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clinic-gallery__item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.clinic-gallery__item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.clinic-gallery__item:hover img {
	transform: scale(1.05);
}

.clinic-gallery__caption {
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--color-text);
	text-align: center;
	letter-spacing: 0.04em;
	background: var(--color-bg);
}

.clinic-gallery__placeholder {
	width: 100%;
	aspect-ratio: 1;
	background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-bg-alt) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-accent);
	font-weight: 600;
	font-size: 14px;
	transition: transform 0.4s ease;
}

.clinic-gallery__item:hover .clinic-gallery__placeholder {
	transform: scale(1.08);
}

@media (max-width: 768px) {
	.section-clinic {
		padding: var(--section-pad-sp) 0;
	}

	.clinic-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

/* ============================================
   アクセス
   ============================================ */
.section-access {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.access-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: start;
}

.access-map iframe {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border-radius: var(--radius);
	display: block;
}

.access-map__placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: var(--color-border);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--color-text-light);
	font-size: 14px;
}

.access-map__placeholder small {
	font-size: 11px;
	margin-top: 8px;
	opacity: 0.7;
}

/* === アクセス v2: dl形式・コーラル統一 === */
.access-list {
	margin: 0 0 28px;
	padding: 0;
	background: var(--color-bg);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.access-list__row {
	display: flex;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--color-border);
}

.access-list__row:last-child {
	border-bottom: none;
}

.access-list__row dt {
	flex: 0 0 80px;
	font-size: 12px;
	color: var(--color-accent);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0;
	padding-top: 2px;
}

.access-list__row dd {
	flex: 1;
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.7;
	margin: 0;
}

.access-hours__title {
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 16px;
	color: var(--color-text);
	letter-spacing: 0.02em;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-accent-light);
}

.hours-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 12px;
	background: var(--color-bg);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.hours-table th,
.hours-table td {
	padding: 12px 6px;
	border: 1px solid var(--color-border);
	font-size: 13px;
	font-weight: 500;
}

.hours-table thead th {
	background: var(--color-text);
	color: var(--color-bg);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.hours-table tbody th {
	background: var(--color-bg-alt);
	color: var(--color-text);
	font-weight: 700;
	white-space: nowrap;
	font-size: 12px;
	text-align: left;
	padding-left: 14px;
}

.hours-table tbody td {
	color: var(--color-text);
	font-weight: 600;
}

.hours-table tbody td small {
	display: block;
	font-size: 9px;
	font-weight: 400;
	color: var(--color-text-light);
	margin-top: 2px;
}

.hours-holiday {
	color: var(--color-accent);
	font-weight: 700;
}

.hours-note {
	font-size: 11px;
	color: var(--color-text-light);
	line-height: 1.85;
}

@media (max-width: 768px) {
	.section-access {
		padding: var(--section-pad-sp) 0;
	}

	.access-wrap {
		grid-template-columns: 1fr;
	}

	.access-map iframe {
		min-height: 240px;
	}
}

/* ============================================
   よくある質問
   ============================================ */
.section-faq {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	margin-bottom: 12px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	background: var(--color-white);
}

.faq-item[open] {
	box-shadow: var(--shadow-sm);
}

.faq-question {
	padding: 20px 52px 20px 20px;
	font-size: 15px;
	font-weight: 600;
	color: var(--color-text);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	transition: background 0.3s ease;
}

.faq-question:hover {
	background: var(--color-accent-light);
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question::after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 20px;
	color: var(--color-accent);
	font-weight: 700;
	transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
	content: "\2212";
}

.faq-q {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--color-accent);
	color: var(--color-white);
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	flex-shrink: 0;
	font-family: var(--font-heading);
	font-style: italic;
}

.faq-answer {
	padding: 0 20px 20px 64px;
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
	display: flex;
	gap: 14px;
}

.faq-a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--color-accent);
	color: var(--color-white);
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.section-faq {
		padding: var(--section-pad-sp) 0;
	}

	.faq-question {
		font-size: 14px;
		padding: 16px 44px 16px 16px;
		min-height: 52px;
	}

	.faq-answer {
		padding: 0 16px 16px 52px;
		font-size: 13px;
	}
}

/* ============================================
   CTAセクション
   ============================================ */
/* === 最終CTA v2: コーラル背景・電話CTA追加 === */
.section-cta {
	padding: 80px 0;
	background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.section-cta::before,
.section-cta::after {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 0.3;
}

.section-cta::before {
	top: -40px;
	left: -40px;
	width: 200px;
	height: 200px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'><path d='M 50 180 Q 70 130 90 95 Q 115 55 145 30'/><ellipse cx='75' cy='140' rx='15' ry='6' transform='rotate(-50 75 140)' fill='%23ffffff' opacity='0.55'/><ellipse cx='95' cy='105' rx='15' ry='6' transform='rotate(-55 95 105)' fill='%23ffffff' opacity='0.6'/><ellipse cx='118' cy='75' rx='15' ry='6' transform='rotate(-60 118 75)' fill='%23ffffff' opacity='0.55'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
}

.section-cta::after {
	bottom: -40px;
	right: -40px;
	width: 200px;
	height: 200px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'><path d='M 150 20 Q 130 70 110 105 Q 85 145 55 170'/><ellipse cx='125' cy='60' rx='15' ry='6' transform='rotate(50 125 60)' fill='%23ffffff' opacity='0.55'/><ellipse cx='105' cy='95' rx='15' ry='6' transform='rotate(55 105 95)' fill='%23ffffff' opacity='0.6'/><ellipse cx='82' cy='125' rx='15' ry='6' transform='rotate(60 82 125)' fill='%23ffffff' opacity='0.55'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
}

.section-cta .l-container {
	position: relative;
	z-index: 1;
}

.section-cta__title {
	font-family: var(--font-heading);
	font-size: 30px;
	font-weight: 900;
	color: var(--color-white);
	margin-bottom: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.section-cta__text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	margin-bottom: 36px;
	line-height: 1.95;
}

.section-cta__buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

/* 電話CTAボタン（白背景・コーラル文字） */
.btn-cta--tel {
	background: var(--color-bg);
	color: var(--color-accent);
}

.btn-cta--tel:hover {
	background: var(--color-bg-alt);
	color: var(--color-accent);
}

.section-cta__links {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 24px;
}

.section-cta__social {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.08em;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	transition: all 0.3s ease;
}

.section-cta__social:hover {
	color: var(--color-white);
	border-bottom-color: var(--color-white);
}

@media (max-width: 768px) {
	.section-cta__title {
		font-size: 22px;
	}
	.section-cta__buttons {
		flex-direction: column;
		align-items: stretch;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-cta::before,
	.section-cta::after {
		width: 120px;
		height: 120px;
	}
}

/* ============================================
   画像プレースホルダー（写真差し替え対応）
   ============================================ */
.img-placeholder {
	background:
		repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(215, 130, 106, 0.05) 14px, rgba(215, 130, 106, 0.05) 28px),
		linear-gradient(135deg, var(--color-bg-alt) 0%, var(--color-accent-light) 100%);
	border: 1.5px dashed var(--color-accent);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	color: var(--color-accent);
	text-align: center;
	gap: 6px;
	overflow: hidden;
}

.img-placeholder--16-9 { aspect-ratio: 16 / 9; }
.img-placeholder--4-3  { aspect-ratio: 4 / 3; }
.img-placeholder--1-1  { aspect-ratio: 1 / 1; }
.img-placeholder--3-2  { aspect-ratio: 3 / 2; }
.img-placeholder--banner { aspect-ratio: 21 / 9; }

.img-placeholder__icon {
	width: 32px;
	height: 32px;
	opacity: 0.7;
	margin-bottom: 4px;
}

.img-placeholder__label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.25em;
	opacity: 0.7;
	text-transform: uppercase;
}

.img-placeholder__desc {
	font-size: 12px;
	line-height: 1.6;
	color: var(--color-text);
	font-weight: 600;
	max-width: 90%;
}

.img-placeholder__sub {
	font-size: 10px;
	color: var(--color-text-light);
	font-weight: 400;
	line-height: 1.5;
	max-width: 90%;
	margin-top: 2px;
}

@media (max-width: 768px) {
	.img-placeholder { padding: 16px 14px; }
	.img-placeholder__desc { font-size: 11px; }
	.img-placeholder__sub  { font-size: 9px; }
	.img-placeholder__icon { width: 26px; height: 26px; }
}

@media (max-width: 768px) {
	.section-cta {
		padding: 48px 0;
	}

	.section-cta__title {
		font-size: 20px;
	}

	.section-cta__text {
		font-size: 14px;
	}

	.section-cta__buttons {
		flex-direction: column;
		align-items: center;
	}
}

/* --- インラインCTA（中間予約ボタン） --- */
.inline-cta {
	text-align: center;
	padding: 32px 16px;
	background: var(--color-primary-light);
}

.inline-cta .btn-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: var(--shadow-sm);
}

@media (max-width: 768px) {
	.inline-cta {
		padding: 20px 16px;
	}

	.inline-cta .btn-cta {
		width: 100%;
		justify-content: center;
	}
}

/* ============================================
   ブログ
   ============================================ */
.section-blog {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.blog-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 40px;
}

.blog-card {
	background: var(--color-white);
	border-radius: var(--radius);
	overflow: hidden;
	text-decoration: none;
	color: var(--color-text);
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--color-border);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: block;
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	color: var(--color-text);
}

.blog-card__img {
	overflow: hidden;
}

.blog-card__img img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__img img {
	transform: scale(1.06);
}

.blog-card__placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-text-light);
	font-size: 13px;
}

.blog-card__body {
	padding: 18px 20px;
}

.blog-card__date {
	font-size: 12px;
	color: var(--color-text-light);
}

.blog-card__title {
	font-size: 15px;
	font-weight: 600;
	margin-top: 6px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-empty {
	text-align: center;
	color: var(--color-text-light);
	grid-column: 1 / -1;
	padding: 40px 0;
}

@media (max-width: 768px) {
	.section-blog {
		padding: var(--section-pad-sp) 0;
	}

	.blog-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ============================================
   フッターNAP情報
   ============================================ */
.footer-nap {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	opacity: 0.75;
}

.footer-nap__name {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 4px;
}

.footer-nap__address,
.footer-nap__tel,
.footer-nap__hours {
	margin: 0;
}

.footer-nap__reserve {
	margin-top: 6px;
}

.footer-nap__reserve a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-nap__reserve a:hover {
	opacity: 1;
}

/* ============================================
   モバイル固定CTA
   ============================================ */
.fixed-cta {
	display: none;
}

@media (max-width: 768px) {
	.fixed-cta {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
		padding: 0;
	}

	.fixed-cta a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 8px;
		text-decoration: none;
		font-size: 15px;
		font-weight: 700;
		gap: 8px;
		color: var(--color-white);
	}

	.fixed-cta__line {
		flex: 2;
		background: var(--color-line);
	}

	.fixed-cta__contact {
		flex: 1;
		background: var(--color-bg-dark);
	}

	/* 固定CTAの分だけ下に余白 */
	.p-frontPage {
		padding-bottom: 64px;
	}
}

/* ============================================
   サブページ: ヒーローヘッダー
   ============================================ */
.sub-hero {
	background: linear-gradient(160deg, var(--color-primary-light) 0%, var(--color-bg) 60%, var(--color-accent-light) 100%);
	padding: 72px 0 64px;
	text-align: center;
}

.sub-hero__en {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3em;
	color: var(--color-primary);
	text-transform: uppercase;
	margin-bottom: 8px;
	opacity: 0.8;
}

.sub-hero__title {
	font-family: var(--font-heading);
	font-size: 34px;
	font-weight: 900;
	color: var(--color-text);
	line-height: 1.5;
	margin-bottom: 16px;
}

.sub-hero__desc {
	font-size: 15px;
	color: var(--color-text-light);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.9;
}

@media (max-width: 768px) {
	.sub-hero {
		padding: 48px 0 40px;
	}

	.sub-hero__title {
		font-size: 24px;
	}
}

/* --- サブページ: セクション共通 --- */
.sub-section {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.sub-section--alt {
	background: var(--color-bg-alt);
}

.sub-section--accent {
	background: var(--color-accent-light);
}

@media (max-width: 768px) {
	.sub-section {
		padding: var(--section-pad-sp) 0;
	}
}

/* ============================================
   料金ページ
   ============================================ */
.price-category {
	margin-bottom: 48px;
}

.price-category:last-child {
	margin-bottom: 0;
}

.price-category__title {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-primary-light);
}

.p-subPage .price-category__title {
	border-bottom: 2px solid var(--color-primary-light);
}

.price-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.price-table th,
.price-table td {
	padding: 14px 20px;
	border: 1px solid var(--color-border);
	font-size: 14px;
	text-align: center;
}

.price-table thead th {
	background: var(--color-primary);
	color: var(--color-white);
	font-weight: 600;
	font-size: 13px;
}

.price-table tbody th {
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

.price-table tbody td {
	font-weight: 600;
}

.price-note {
	font-size: 13px;
	color: var(--color-text-light);
	margin-top: 8px;
}

.price-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.price-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	padding: 28px 24px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.price-card__title {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 8px;
}

.price-card__price {
	font-family: var(--font-heading);
	font-size: 28px;
	font-weight: 900;
	color: var(--color-primary-dark);
	margin-bottom: 4px;
}

.price-card__unit {
	font-size: 13px;
	color: var(--color-text-light);
}

.price-card__desc {
	font-size: 13px;
	line-height: 1.6;
	color: var(--color-text-light);
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--color-border);
}

/* おすすめバッジ付きカード */
.price-card--recommend {
	border: 2px solid var(--color-primary);
	position: relative;
}

.price-card__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 700;
	padding: 4px 16px;
	border-radius: 20px;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
	.price-cards {
		grid-template-columns: 1fr;
	}

	.price-category__title {
		font-size: 19px;
	}
}

/* 料金カード */
/* === 料金 v2: 戦略書準拠・コーラル統一 === */
.price-sub {
	max-width: 920px;
	margin: 0 auto;
}

.price-sub__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.price-sub__card {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 28px 20px 24px;
	text-align: center;
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-sub__card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}

.price-sub__title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}

.price-sub__price {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 900;
	color: var(--color-accent);
	margin-bottom: 8px;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.02em;
}

.price-sub__price span {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 2px;
}

/* おすすめカードはコーラル枠＆背景アクセント */
.price-sub__card--recommend {
	border-color: var(--color-accent);
	border-width: 2px;
	background: linear-gradient(180deg, var(--color-accent-light) 0%, var(--color-bg) 50%);
	position: relative;
}

.price-sub__card--recommend::before {
	content: "RECOMMENDED";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-accent);
	color: var(--color-bg);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 4px 12px;
	border-radius: 100px;
}

.price-sub__desc {
	font-size: 12px;
	color: var(--color-text-light);
	line-height: 1.6;
	margin: 0;
}

/* 集中改善コース（オプション） */
.price-sub__option {
	margin-top: 24px;
	padding: 24px 32px;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	border-left: 4px solid var(--color-accent);
}

.price-sub__option-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0;
}

.price-sub__option-price {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 900;
	color: var(--color-accent);
	margin: 0;
	font-style: italic;
}

.price-sub__option-price span {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	margin-left: 2px;
}

.price-sub__option-price small {
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
	color: var(--color-text-light);
	font-style: normal;
	font-weight: 400;
}

/* 接骨院（保険） */
.price-sub__hoken {
	margin-top: 16px;
	padding: 20px 32px;
	background: var(--color-bg);
	border: 1px dashed var(--color-border);
	border-radius: var(--radius);
}

.price-sub__hoken-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 6px;
}

.price-sub__hoken-desc {
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.7;
	margin: 0;
}

.price-note {
	text-align: center;
	margin-top: 28px;
	font-size: 12px;
	color: var(--color-text-light);
	line-height: 1.9;
}

.price-more {
	text-align: center;
	margin-top: 28px;
}

@media (max-width: 768px) {
	.price-sub__cards {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   プロフィールページ
   ============================================ */
.profile-intro {
	display: flex;
	gap: 48px;
	align-items: flex-start;
	margin-bottom: 48px;
}

.profile-intro__img {
	flex: 0 0 300px;
}

.profile-intro__body {
	flex: 1;
}

.profile-intro__position {
	font-size: 13px;
	color: var(--color-primary);
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}

.profile-intro__name {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 16px;
	color: var(--color-text);
}

.profile-intro__name-sub {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-text-light);
}

.profile-intro__licenses {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.profile-intro__licenses li {
	font-size: 12px;
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	padding: 4px 14px;
	border-radius: 20px;
	font-weight: 600;
}

.profile-intro__message {
	font-size: 15px;
	color: var(--color-text-light);
	line-height: 2;
}

.profile-intro__quote {
	margin: 0;
	padding: 20px 24px;
	border-left: 3px solid var(--color-primary);
	background: var(--color-primary-light);
	border-radius: 0 var(--radius) var(--radius) 0;
	font-size: 15px;
	color: var(--color-text);
	line-height: 2;
}

.profile-intro__quote p {
	margin: 0;
}

/* --- ストーリーセクション --- */
.profile-story {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.profile-story__block .text-block {
	margin-bottom: 0;
}

.profile-story__block--accent {
	background: var(--color-primary-light);
	border-radius: var(--radius-lg);
	padding: 32px;
	border-left: 4px solid var(--color-primary);
}

.profile-story__subtitle {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 16px;
}

.profile-story__block--accent p {
	font-size: 15px;
	line-height: 1.9;
	color: var(--color-text);
	margin-bottom: 8px;
}

.profile-story__block--accent p:last-child {
	margin-bottom: 0;
}

/* --- 所属・学会 2カラム --- */
.profile-credentials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	max-width: 900px;
	margin: 0 auto;
}

.profile-credentials__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary-dark);
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-primary);
}

.profile-credentials .profile-membership {
	max-width: none;
}

.profile-credentials .profile-membership li {
	text-align: left;
	font-size: 14px;
}

/* --- 勉強会アコーディオン --- */
.study-accordion {
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.study-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 24px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary-dark);
	background: var(--color-primary-light);
	cursor: pointer;
	list-style: none;
	transition: background 0.2s ease;
}

.study-accordion__toggle::-webkit-details-marker {
	display: none;
}

.study-accordion__toggle::after {
	content: "\25BC";
	font-size: 12px;
	transition: transform 0.3s ease;
}

.study-accordion[open] .study-accordion__toggle::after {
	transform: rotate(180deg);
}

.study-accordion__toggle:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

.study-accordion__body {
	padding: 24px;
}

.study-accordion__body .history-list {
	margin-top: 0;
}

@media (max-width: 768px) {
	.profile-intro {
		flex-direction: column;
		gap: 24px;
	}

	.profile-intro__img {
		flex: none;
		width: 200px;
		margin: 0 auto;
	}

	.profile-intro__name {
		font-size: 26px;
		text-align: center;
	}

	.profile-intro__position {
		text-align: center;
	}

	.profile-intro__licenses {
		justify-content: center;
	}

	.profile-intro__quote {
		padding: 16px 20px;
		font-size: 14px;
	}

	.profile-story__block--accent {
		padding: 24px 20px;
	}

	.profile-credentials {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.study-accordion__toggle {
		padding: 14px 20px;
		font-size: 15px;
	}

	.study-accordion__body {
		padding: 16px;
	}
}

/* --- タイムライン --- */
.timeline {
	position: relative;
	padding-left: 32px;
	max-width: 700px;
	margin: 0 auto;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: var(--color-primary-light);
}

.timeline-item {
	position: relative;
	margin-bottom: 28px;
	padding-left: 24px;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-item::before {
	content: "";
	position: absolute;
	left: -28px;
	top: 8px;
	width: 12px;
	height: 12px;
	background: var(--color-primary);
	border-radius: 50%;
	border: 3px solid var(--color-primary-light);
}

.timeline-item__year {
	font-size: 13px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 4px;
}

.timeline-item__text {
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.7;
}

/* --- テキストブロック --- */
.text-block {
	font-size: 15px;
	color: var(--color-text);
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
}

.text-block p {
	margin-bottom: 1.5em;
}

.text-block p:last-child {
	margin-bottom: 0;
}

/* --- タグリスト（所属団体等） --- */
.tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.tag-list li {
	display: inline-block;
	padding: 8px 20px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 100px;
	font-size: 14px;
	color: var(--color-text);
}

/* ============================================
   特徴ページ（初めての方へ）
   ============================================ */
.feature-list {
	display: grid;
	gap: 24px;
	max-width: 900px;
	margin: 0 auto;
}

.feature-item {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	background: var(--color-white);
	border-radius: var(--radius-lg);
	padding: 32px;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--color-border);
	transition: transform 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.feature-item__num {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 900;
}

.feature-item__body {
	flex: 1;
}

.feature-item__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 8px;
}

.feature-item__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
}

@media (max-width: 768px) {
	.feature-item {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}
}

/* --- 対応可否リスト --- */
.support-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.support-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.support-list__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center;
	padding: 10px;
	border-radius: var(--radius);
}

.support-list__title--ok {
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
}

.support-list__title--ng {
	background: #fef0f0;
	color: #c07070;
}

.support-list li {
	padding: 10px 0;
	border-bottom: 1px solid var(--color-border);
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.support-list li:last-child {
	border-bottom: none;
}

@media (max-width: 768px) {
	.support-grid {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   アクセスページ（道順ステップ）
   ============================================ */
.direction-steps {
	max-width: 800px;
	margin: 0 auto;
}

.direction-step {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	align-items: flex-start;
}

.direction-step:last-child {
	margin-bottom: 0;
}

.direction-step__num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
}

.direction-step__text {
	flex: 1;
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.8;
	padding-top: 6px;
}

.parking-info {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 32px;
	text-align: center;
	box-shadow: var(--shadow-sm);
}

.parking-info__title {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 12px;
}

.parking-info__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
}

/* ============================================
   症状別ページ
   ============================================ */
.symptom-categories {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.symptom-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 28px 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.symptom-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.symptom-card__icon {
	font-size: 28px;
	margin-bottom: 12px;
}

.symptom-card__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 10px;
}

.symptom-card__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.8;
	margin-bottom: 12px;
}

.symptom-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.symptom-card__tag {
	font-size: 12px;
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	padding: 3px 10px;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.symptom-categories {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   症状個別ページ - チェックリスト
   ============================================ */
.checklist {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.checklist__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: var(--color-white);
	padding: 16px 20px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.checklist__icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.checklist__text {
	font-size: 15px;
	line-height: 1.6;
	color: var(--color-text);
}

.checklist__note {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: var(--color-primary-dark);
	font-weight: 600;
}

/* 症状カードタグをリンクとして使用 */
a.symptom-card__tag {
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

a.symptom-card__tag:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

/* ============================================
   患者様の声ページ（2カラム拡張）
   ============================================ */
.voice-cards--full {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
	.voice-cards--full {
		grid-template-columns: 1fr;
	}
}

/* --- 固定CTA下余白（フッターのみ） --- */
@media (max-width: 768px) {
	/* フッター下部に余白を確保し、固定CTAバーで隠れない */
	.site-footer {
		padding-bottom: 72px;
	}
}

/* ============================================
   スクロールアニメーション（JSで制御）
   ============================================ */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============================================
   Real Image Styles
   ============================================ */
.reason-card__img img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.staff-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

@media (max-width: 768px) {
	.staff-card__img img {
		aspect-ratio: 1 / 1;
		object-position: top;
	}
}

.clinic-gallery__item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.clinic-gallery__item:hover img {
	transform: scale(1.08);
}

.profile-intro__img img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

/* ============================================
   Tablet Breakpoint
   ============================================ */
@media (max-width: 1024px) and (min-width: 769px) {
	.reason-cards,
	.menu-grid,
	.voice-cards,
	.blog-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.booking-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.access-wrap {
		grid-template-columns: 1fr;
	}

	.staff-card__img {
		flex: 0 0 260px;
	}
}

/* ============================================
   FOUC-safe Scroll Animation
   ============================================ */
.js-enabled .js-animate {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-enabled .js-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ============================================
   Accessibility: Focus Styles
   ============================================ */
.btn-cta:focus-visible,
.btn-more:focus-visible,
.symptom-tag:focus-visible,
.blog-card:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.faq-question:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: -2px;
}

/* ============================================
   Breadcrumb
   ============================================ */
.breadcrumb {
	background: var(--color-primary-light);
	padding: 12px 0;
	font-size: 12px;
}

.breadcrumb__list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.breadcrumb__item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.breadcrumb__item + .breadcrumb__item::before {
	content: ">";
	color: var(--color-text-light);
}

.breadcrumb__item a {
	color: var(--color-primary-dark);
	text-decoration: none;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.breadcrumb__list {
		padding: 0 20px;
	}
}

/* ============================================
   Single Post Content
   ============================================ */
.single-post__content {
	max-width: 800px;
	margin: 0 auto;
}

.single-post__content p {
	margin-bottom: 1.6em;
}

.single-post__content h2 {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 700;
	color: var(--color-text);
	border-left: 4px solid var(--color-primary);
	padding-left: 16px;
	margin: 48px 0 24px;
}

.single-post__content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-text);
	margin: 36px 0 16px;
}

.single-post__content img {
	border-radius: var(--radius);
	margin: 24px 0;
}

.single-post__content ul,
.single-post__content ol {
	margin: 16px 0;
	padding-left: 24px;
}

.single-post__content ul {
	list-style: disc;
}

.single-post__content ol {
	list-style: decimal;
}

.single-post__content li {
	margin-bottom: 8px;
}

.single-post__nav {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid var(--color-border);
}
/* 前後リンク：次の記事=左詰／前の記事=右詰（横並び・各半分幅） */
.single-post__nav .nav-links {
	display: flex;
	gap: 20px;
}
.single-post__nav .nav-next {
	order: 0;
	flex: 1;
	text-align: left;
}
.single-post__nav .nav-previous {
	order: 1;
	flex: 1;
	text-align: right;
}

/* ============================================
   Blog Pagination
   ============================================ */
.blog-pagination {
	margin-top: 48px;
	text-align: center;
}

.blog-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.blog-pagination a,
.blog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: var(--radius);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
}

.blog-pagination a {
	background: var(--color-white);
	color: var(--color-text);
	border: 1px solid var(--color-border);
}

.blog-pagination a:hover {
	background: var(--color-primary-light);
	border-color: var(--color-primary);
}

.blog-pagination .current {
	background: var(--color-primary);
	color: var(--color-white);
	border: 1px solid var(--color-primary);
}

/* ============================================
   Survey Gallery (直筆アンケート)
   ============================================ */
.survey-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.survey-gallery__item {
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	background: var(--color-white);
	cursor: pointer;
	transition: box-shadow 0.3s ease;
}

.survey-gallery__item:hover {
	box-shadow: var(--shadow-md);
}

.survey-gallery__item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.survey-gallery__item:hover img {
	transform: scale(1.03);
}

@media (max-width: 1024px) and (min-width: 769px) {
	.survey-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.survey-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

/* Lightbox (拡大表示) */
.survey-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
	align-items: center;
	justify-content: center;
	padding: 24px;
	cursor: zoom-out;
}

.survey-lightbox.is-active {
	display: flex;
}

.survey-lightbox img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	border-radius: var(--radius);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.survey-lightbox__close {
	position: absolute;
	top: 16px;
	right: 24px;
	background: none;
	border: none;
	color: var(--color-white);
	font-size: 36px;
	cursor: pointer;
	line-height: 1;
	padding: 8px;
}

/* ============================================
   Google Reviews（カスタム実装）
   ============================================ */
.google-reviews-wrap {
	max-width: 800px;
	margin: 0 auto;
}

.google-reviews-badge {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--color-border);
}

/* --- 全体コンテナ --- */
.gr {
	max-width: 960px;
	margin: 0 auto;
}

/* --- ヘッダー（Googleバッジ + 総合評価） --- */
.gr-header {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	padding: 24px 28px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gr-header__badge {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gr-header__google-icon {
	flex-shrink: 0;
}

.gr-header__name {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--color-text);
	display: block;
}

.gr-header__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

.gr-header__score {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-text);
}

.gr-header__count {
	font-size: 13px;
	color: var(--color-text-light);
}

/* --- 星評価 --- */
.gr-stars {
	display: inline-flex;
	gap: 1px;
}

.gr-star {
	font-size: 16px;
	line-height: 1;
}

.gr-star--full {
	color: #fbbc04;
}

.gr-star--half {
	color: #fbbc04;
}

.gr-star--empty {
	color: #dadce0;
}

.gr-header__rating .gr-star {
	font-size: 18px;
}

/* --- クチコミカード一覧（voice-cardsと統一レイアウト） --- */
.gr-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.gr-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 32px 28px;
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s ease;
}

.gr-card:hover {
	transform: translateY(-4px);
}

.gr-card__header {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.gr-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0;
}

.gr-card__avatar-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.gr-card__meta {
	flex: 1;
	min-width: 0;
}

.gr-card__name {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	display: block;
}

.gr-card__date {
	font-size: 12px;
	color: var(--color-text-light);
	display: block;
	margin-top: 2px;
}

.gr-card__stars {
	color: var(--color-accent);
	font-size: 18px;
	letter-spacing: 2px;
}

.gr-card__text {
	font-size: 14px;
	line-height: 1.9;
	color: var(--color-text-light);
}

/* --- CTAボタン --- */
.gr-cta {
	text-align: center;
	margin-top: 40px;
}

/* --- タブレット --- */
@media (max-width: 1024px) and (min-width: 769px) {
	.gr-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* --- モバイル --- */
@media (max-width: 768px) {
	.gr-header {
		padding: 16px;
	}

	.gr-header__badge {
		gap: 12px;
	}

	.gr-header__name {
		font-size: 14px;
	}

	.gr-header__score {
		font-size: 18px;
	}

	.gr-header__count {
		font-size: 12px;
	}

	.gr-list {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.gr-card {
		padding: 24px 20px;
	}

	.gr-card__avatar {
		width: 40px;
		height: 40px;
		font-size: 13px;
	}

	.gr-card__avatar-img {
		width: 40px;
		height: 40px;
	}

	.gr-card__name {
		font-size: 13px;
	}

	.gr-card__text {
		font-size: 13px;
		line-height: 1.75;
	}
}

/* ============================================
   追加ページ用コンポーネント
   ============================================ */

/* --- 比較テーブル（他院との違い） --- */
.compare-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8;
}

.compare-table thead th {
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid var(--color-border);
}

.compare-table__other {
	background: #f5f5f5;
	color: var(--color-text-light);
	width: 35%;
}

.compare-table__ours {
	background: var(--color-primary-light);
	color: var(--color-primary-dark);
	width: 35%;
}

.compare-table tbody th {
	padding: 20px;
	font-weight: 700;
	font-size: 14px;
	background: #fafafa;
	border-bottom: 1px solid var(--color-border);
	vertical-align: top;
	width: 30%;
	color: var(--color-text);
}

.compare-table tbody td {
	padding: 20px;
	border-bottom: 1px solid var(--color-border);
	vertical-align: top;
	color: var(--color-text-light);
}

.compare-table tbody td:last-child {
	color: var(--color-text);
}

/* --- 画像グリッド --- */
.img-grid {
	display: grid;
	gap: 24px;
	margin-top: 32px;
}

.img-grid--2col {
	grid-template-columns: repeat(2, 1fr);
}

.img-grid--3col {
	grid-template-columns: repeat(3, 1fr);
}

.img-grid__item {
	text-align: center;
}

.img-grid__item img {
	width: 100%;
	height: auto;
	border-radius: var(--radius);
	object-fit: cover;
}

.img-grid__item figcaption {
	margin-top: 8px;
	font-size: 13px;
	color: var(--color-text-light);
}

/* --- WHO適応疾患カード --- */
.who-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 24px;
}

.who-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	padding: 24px 20px;
}

.who-card__title {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 8px;
}

.who-card__text {
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.7;
}

/* --- 治療機器カード --- */
.equipment-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.equipment-card {
	display: flex;
	gap: 24px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 24px;
	transition: transform 0.3s ease;
}

.equipment-card:hover {
	transform: translateY(-2px);
}

.equipment-card__img {
	flex-shrink: 0;
	width: 200px;
}

.equipment-card__img img {
	width: 100%;
	height: auto;
	border-radius: var(--radius);
	object-fit: cover;
}

.equipment-card__body {
	flex: 1;
}

.equipment-card__name {
	font-size: 17px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 8px;
}

.equipment-card__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.8;
}

/* --- イベントカード --- */
.event-card {
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
}

.event-card__img {
	flex-shrink: 0;
	width: 280px;
}

.event-card__img img {
	width: 100%;
	height: auto;
	border-radius: var(--radius-lg);
	object-fit: cover;
}

.event-card__body {
	flex: 1;
}

.event-card__title {
	font-size: 17px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 4px;
}

.event-card__location {
	font-size: 13px;
	color: var(--color-text-light);
	margin-bottom: 8px;
}

.event-card__text {
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.8;
}

.event-card__date {
	font-size: 13px;
	color: var(--color-primary);
	margin-top: 8px;
	font-weight: 600;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.event-card--compact {
	flex-direction: column;
	gap: 16px;
	margin-bottom: 0;
}

.event-card--compact .event-card__img {
	width: 100%;
}

/* --- FAQ（美容コース用 BEM） --- */
.faq-item__q {
	padding: 20px 52px 20px 20px;
	font-size: 15px;
	font-weight: 600;
	color: var(--color-text);
	cursor: pointer;
	list-style: none;
	position: relative;
	transition: background 0.3s ease;
}

.faq-item__q:hover {
	background: var(--color-primary-light);
}

.faq-item__q::-webkit-details-marker {
	display: none;
}

.faq-item__q::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--color-primary);
	font-weight: 700;
	transition: transform 0.3s ease;
}

.faq-item[open] .faq-item__q::after {
	content: "\2212";
}

.faq-item__a {
	padding: 0 20px 20px;
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.9;
}

/* --- 年表（NAGOMI活動履歴） --- */
.history-list {
	max-width: 700px;
	margin: 0 auto;
}

.history-item {
	display: flex;
	gap: 24px;
	padding: 20px 0;
	border-bottom: 1px solid var(--color-border);
}

.history-item:last-child {
	border-bottom: none;
}

.history-item__year {
	flex-shrink: 0;
	width: 60px;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary-dark);
}

.history-item__body {
	flex: 1;
	font-size: 14px;
	color: var(--color-text-light);
	line-height: 1.8;
}

.history-item__body p {
	margin-bottom: 4px;
}

.history-item__body p:last-child {
	margin-bottom: 0;
}

/* --- チェックリスト（保険適用） --- */
.check-list {
	list-style: none;
	padding: 0;
	max-width: 700px;
	margin: 16px auto 0;
}

.check-list li {
	padding: 16px 20px;
	border-bottom: 1px solid var(--color-border);
	font-size: 14px;
	line-height: 1.8;
	color: var(--color-text);
}

.check-list li:first-child {
	border-top: 1px solid var(--color-border);
}

.check-list--ng li {
	color: var(--color-text-light);
}

/* --- 所属団体リスト --- */
.profile-membership {
	list-style: none;
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}

.profile-membership li {
	padding: 14px 0;
	border-bottom: 1px solid var(--color-border);
	font-size: 15px;
	text-align: center;
	color: var(--color-text);
}

.profile-membership li:first-child {
	border-top: 1px solid var(--color-border);
}

/* --- 関連リンク --- */
.related-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.related-link {
	display: block;
	padding: 24px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-link:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-sm);
}

.related-link__title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 6px;
}

.related-link__desc {
	display: block;
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.6;
}

/* --- 追加ページ モバイル対応 --- */
@media (max-width: 768px) {
	.compare-table thead th,
	.compare-table tbody th,
	.compare-table tbody td {
		padding: 12px;
		font-size: 12px;
	}

	.compare-table__other,
	.compare-table__ours {
		width: auto;
	}

	.compare-table tbody th {
		width: auto;
		min-width: 80px;
	}

	.img-grid--2col,
	.img-grid--3col {
		grid-template-columns: 1fr;
	}

	.who-grid {
		grid-template-columns: 1fr;
	}

	.equipment-card {
		flex-direction: column;
	}

	.equipment-card__img {
		width: 100%;
	}

	.event-card {
		flex-direction: column;
		gap: 16px;
	}

	.event-card__img {
		width: 100%;
	}

	.event-grid {
		grid-template-columns: 1fr;
	}

	.history-item {
		flex-direction: column;
		gap: 4px;
	}

	.history-item__year {
		width: auto;
	}

	.related-links {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   v2 リライト追加セクション (2026年5月リライト)
   ============================================ */

/* --- 共通: 植物装飾（コーナー配置） --- */
.section-symptom-check,
.section-specialty,
.section-evidence,
.section-decline,
.section-reason {
	position: relative;
	overflow: hidden;
}

.section-symptom-check::before,
.section-specialty::before,
.section-evidence::before,
.section-decline::before,
.section-reason::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 24px;
	width: 110px;
	height: 110px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110' fill='none' stroke='%23B5C2A1' stroke-width='1.4' stroke-linecap='round'><path d='M 25 95 Q 35 70 45 50 Q 55 30 70 15'/><ellipse cx='38' cy='70' rx='9' ry='4' transform='rotate(-50 38 70)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='48' cy='52' rx='9' ry='4' transform='rotate(-55 48 52)' fill='%23B5C2A1' opacity='0.6'/><ellipse cx='58' cy='35' rx='9' ry='4' transform='rotate(-60 58 35)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='30' cy='80' rx='7' ry='3' transform='rotate(40 30 80)' fill='%23B5C2A1' opacity='0.45'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
	opacity: 0.7;
}

.section-symptom-check::after,
.section-specialty::after,
.section-evidence::after,
.section-decline::after,
.section-reason::after {
	content: "";
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 110px;
	height: 110px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110' fill='none' stroke='%23B5C2A1' stroke-width='1.4' stroke-linecap='round'><path d='M 85 15 Q 75 40 65 60 Q 55 80 40 95'/><ellipse cx='72' cy='40' rx='9' ry='4' transform='rotate(50 72 40)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='62' cy='58' rx='9' ry='4' transform='rotate(55 62 58)' fill='%23B5C2A1' opacity='0.6'/><ellipse cx='52' cy='75' rx='9' ry='4' transform='rotate(60 52 75)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='80' cy='30' rx='7' ry='3' transform='rotate(-40 80 30)' fill='%23B5C2A1' opacity='0.45'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
	opacity: 0.7;
}

.section-symptom-check > .l-container,
.section-specialty > .l-container,
.section-evidence > .l-container,
.section-decline > .l-container,
.section-reason > .l-container {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.section-symptom-check::before,
	.section-specialty::before,
	.section-evidence::before,
	.section-decline::before,
	.section-reason::before,
	.section-symptom-check::after,
	.section-specialty::after,
	.section-evidence::after,
	.section-decline::after,
	.section-reason::after {
		width: 60px;
		height: 60px;
		top: 12px;
		left: 12px;
	}
	.section-symptom-check::after,
	.section-specialty::after,
	.section-evidence::after,
	.section-decline::after,
	.section-reason::after {
		top: auto;
		left: auto;
		bottom: 12px;
		right: 12px;
	}
}

/* --- FV 強化（参考画像準拠） --- */
.fv-section {
	position: relative;
	overflow: hidden;
}

.fv-section::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	width: 130px;
	height: 130px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130' fill='none' stroke='%23B5C2A1' stroke-width='1.5' stroke-linecap='round'><path d='M 30 110 Q 40 80 50 55 Q 60 32 78 15'/><ellipse cx='42' cy='82' rx='10' ry='4' transform='rotate(-50 42 82)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='52' cy='62' rx='10' ry='4' transform='rotate(-55 52 62)' fill='%23B5C2A1' opacity='0.6'/><ellipse cx='62' cy='42' rx='10' ry='4' transform='rotate(-60 62 42)' fill='%23B5C2A1' opacity='0.55'/><ellipse cx='34' cy='92' rx='8' ry='3' transform='rotate(40 34 92)' fill='%23B5C2A1' opacity='0.5'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	opacity: 0.8;
	z-index: 1;
}

.fv-section .fv-inner {
	position: relative;
	z-index: 2;
}

/* === 案A: シンプル極上 ヒーロー画像 ===
   原則: 装飾なし、写真主役、サブ円1点のみ */
.fv-image {
	flex: 1;
	max-width: 560px;
	position: relative;
}

.fv-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 32px;
	/* 深く・柔らかい多層シャドウ */
	box-shadow:
		0 40px 80px -20px rgba(56, 62, 63, 0.22),
		0 16px 32px -8px rgba(56, 62, 63, 0.10);
	display: block;
}

/* サブ円（実写ディテール写真用・1点のみ） */
.fv-image-accent {
	position: absolute;
	bottom: -24px;
	right: -24px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid var(--color-bg);
	box-shadow:
		0 20px 40px -8px rgba(56, 62, 63, 0.20),
		0 6px 16px -4px rgba(56, 62, 63, 0.08);
	background: var(--color-bg-alt);
	z-index: 2;
}

.fv-image-accent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 35%;  /* メイン写真の別箇所をクロップ表示（差し替えるまでの暫定） */
	border-radius: 0;
	box-shadow: none;
	aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
	.fv-image {
		max-width: 100%;
	}
	.fv-image-accent {
		width: 100px;
		height: 100px;
		bottom: -16px;
		right: -8px;
		border-width: 6px;
	}
}

/* FVキャッチハイライトを波線に */
.fv-highlight {
	position: relative;
	color: var(--color-accent);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 8' fill='none' stroke='%23D7826A' stroke-width='2' stroke-linecap='round'><path d='M 2 5 Q 14 1 28 4 Q 42 7 56 4 Q 70 1 84 4 Q 94 6 98 5'/></svg>");
	background-repeat: no-repeat;
	background-position: center bottom -2px;
	background-size: 100% 8px;
	padding-bottom: 6px;
}

/* --- FV 拡張 --- */
.fv-catch-sub-line {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-text-light);
	margin: -8px 0 24px;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

/* テキストリンク型の副CTA */
.fv-cta-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--color-text);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 4px;
	border-bottom: 1px solid var(--color-border);
	transition: color 0.2s ease, border-color 0.2s ease;
	align-self: center;
	white-space: nowrap;
}

.fv-cta-link:hover {
	color: var(--color-accent);
	border-bottom-color: var(--color-accent);
}

.fv-cta-link__arrow {
	transition: transform 0.2s ease;
	display: inline-block;
}

.fv-cta-link:hover .fv-cta-link__arrow {
	transform: translateX(4px);
}

/* 旧 outline ボタンクラス（他箇所で使う場合のみ）— ヒーロー副CTAでは使用しない */
.btn-cta--outline {
	background: transparent;
	color: var(--color-text);
	border: 2px solid var(--color-text);
}

.btn-cta--outline:hover {
	background: var(--color-text);
	color: var(--color-bg);
}

/* --- 症状チェックリスト --- */
/* === 症状チェックリスト v2: アイコン+短文・カードレス === */
.section-symptom-check {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.symptom-check-banner {
	max-width: 1100px;
	margin: -16px auto 48px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.symptom-check-banner > .img-placeholder,
.symptom-check-banner > img {
	border-radius: 0;
	border: none;
	width: 100%;
}

.symptom-check-banner > img {
	aspect-ratio: 21 / 9;
	object-fit: cover;
	display: block;
}

@media (max-width: 768px) {
	.symptom-check-banner {
		margin: -8px auto 32px;
	}
}

.symptom-check-list {
	max-width: 1100px;
	margin: 56px auto 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 32px;
	list-style: none;
	padding: 0;
}

.symptom-check-item {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border-left: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.symptom-check-item::before {
	display: none;  /* 旧チェックマーク削除 */
}

.symptom-check-item__icon {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: var(--color-bg);
	border: 1.5px solid var(--color-accent-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: var(--color-accent);
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.symptom-check-item__icon svg {
	width: 46px;
	height: 46px;
}

.symptom-check-item:hover .symptom-check-item__icon {
	background: var(--color-accent-light);
	border-color: var(--color-accent);
	transform: translateY(-3px);
}

.symptom-check-item__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.symptom-check-item__title {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 6px;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.symptom-check-item__sub {
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.6;
	margin: 0;
	letter-spacing: 0.02em;
}

.symptom-check-note {
	max-width: 720px;
	margin: 32px auto 0;
	text-align: center;
	color: var(--color-text-light);
	font-size: 14px;
	line-height: 1.9;
}

/* 末尾CTA: 主CTA（ダーク背景）+ 副CTA（テキストリンク） */
.symptom-check-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 36px;
	flex-wrap: wrap;
}

.btn-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--color-text);
	color: var(--color-bg);
	border-radius: var(--radius);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
	box-shadow: var(--shadow-sm);
	letter-spacing: 0.04em;
}

.btn-cta-secondary:hover {
	background: var(--color-accent);
	color: var(--color-bg);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.btn-cta-secondary__arrow {
	display: inline-block;
	transition: transform 0.2s ease;
}

.btn-cta-secondary:hover .btn-cta-secondary__arrow {
	transform: translateX(4px);
}

.symptom-check-cta__link {
	color: var(--color-text-light);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
	letter-spacing: 0.02em;
}

.symptom-check-cta__link:hover {
	color: var(--color-accent);
	border-bottom-color: var(--color-accent);
}

.symptom-check-cta__link span {
	margin-left: 6px;
}

@media (max-width: 768px) {
	.section-symptom-check {
		padding: var(--section-pad-sp) 0;
	}
	.symptom-check-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 16px;
		margin-top: 36px;
	}
	.symptom-check-item__icon {
		width: 68px;
		height: 68px;
		margin-bottom: 14px;
	}
	.symptom-check-item__icon svg {
		width: 36px;
		height: 36px;
	}
	.symptom-check-item__title {
		font-size: 14px;
	}
	.symptom-check-item__sub {
		font-size: 12px;
	}
	.symptom-check-cta {
		gap: 16px;
		flex-direction: column;
		margin-top: 28px;
	}
}

/* === 3つの専門領域 v2: 装飾刷新（案C） === */
.section-specialty {
	padding: var(--section-pad) 0;
	background: var(--color-bg);
}

.specialty-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 56px;
}

.specialty-card {
	background: var(--color-bg);
	border: none;
	border-radius: var(--radius-lg);
	padding: 0;  /* v3: 画像をフルブリードで配置 */
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.specialty-card__img {
	width: 100%;
	display: block;
}

.specialty-card__img > .img-placeholder,
.specialty-card__img > img {
	border-radius: 0;
	border-top-left-radius: var(--radius-lg);
	border-top-right-radius: var(--radius-lg);
	border-bottom: none;
	width: 100%;
	display: block;
}

.specialty-card__img > img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.specialty-card__body {
	padding: 32px 32px 32px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* コーラル上端アクセントライン */
.specialty-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--color-accent);
	transition: height 0.3s ease;
}

.specialty-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.specialty-card:hover::before {
	height: 6px;
}

.specialty-card__num {
	font-family: var(--font-heading);
	color: var(--color-accent);
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	font-style: italic;
	line-height: 1;
	display: block;
	position: relative;
}

.specialty-card__num::after {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	margin: 10px 0 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 6' fill='none' stroke='%23D7826A' stroke-width='1.6' stroke-linecap='round'><path d='M 2 3 Q 9 1 16 3 Q 25 5 34 3'/></svg>");
	background-repeat: no-repeat;
	background-position: left center;
}

.specialty-card__title {
	font-family: var(--font-heading);
	font-size: 1.5rem;  /* 1.45→1.5 */
	color: var(--color-text);
	margin-bottom: 10px;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

/* サブをコーラルに変更（USPの可読性UP） */
.specialty-card__sub {
	color: var(--color-accent);
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
}

.specialty-card__text {
	color: var(--color-text);
	font-size: 0.96rem;
	line-height: 1.9;
	flex: 1;
	margin-bottom: 28px;
}

.specialty-card__link {
	color: var(--color-text);
	font-weight: 700;
	font-size: 0.92rem;
	text-align: left;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--color-border);
	align-self: flex-start;
}

.specialty-card__link:hover {
	color: var(--color-accent);
	border-bottom-color: var(--color-accent);
}

.specialty-card__arrow {
	display: inline-block;
	transition: transform 0.2s ease;
	color: var(--color-accent);
}

.specialty-card__link:hover .specialty-card__arrow {
	transform: translateX(4px);
}

@media (max-width: 768px) {
	.section-specialty {
		padding: var(--section-pad-sp) 0;
	}
	.specialty-cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.specialty-card {
		padding: 0;
	}
	.specialty-card__body {
		padding: 28px 24px;
	}
	.specialty-card__num {
		font-size: 2.4rem;
	}
	.specialty-card__title {
		font-size: 1.3rem;
	}
}

/* === 5つの理由 v2: 4+1構成（SPECIALTY統一・5番フルワイド） === */
.reason-cards--four {
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 56px;
}

.reason-cards--four .reason-card {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 56px 28px 32px;
	box-shadow: var(--shadow-sm);
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
	display: block;
}

/* SPECIALTY と同じ上端コーラルアクセント */
.reason-cards--four .reason-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--color-accent);
	transition: height 0.3s ease;
}

.reason-cards--four .reason-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.reason-cards--four .reason-card:hover::before {
	height: 6px;
}

.reason-cards--four .reason-card__num {
	background: transparent;
	color: var(--color-accent);
	font-family: var(--font-heading);
	font-size: 2.4rem;
	font-weight: 900;
	padding: 0;
	margin-bottom: 14px;
	letter-spacing: 0.04em;
	font-style: italic;
	line-height: 1;
	display: block;
}

.reason-cards--four .reason-card__title {
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.55;
	padding: 0;
	margin-bottom: 12px;
	letter-spacing: 0.02em;
	min-height: auto;
}

.reason-cards--four .reason-card__text {
	font-size: 0.88rem;
	color: var(--color-text);
	line-height: 1.85;
	padding: 0;
}

.reason-cards--four .reason-card__text small {
	display: block;
	margin-top: 14px;
	padding-top: 10px;
	font-size: 11px;
	color: var(--color-text-light);
	line-height: 1.7;
	opacity: 0.85;
	border-top: 1px solid var(--color-border);
	letter-spacing: 0;
}

/* 5番目: フルワイド引用ボックス */
.reason-quote {
	margin-top: 32px;
	background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);
	border-radius: var(--radius-lg);
	padding: 56px 64px;
	box-shadow: var(--shadow-sm);
	position: relative;
	border-left: 5px solid var(--color-accent);
	display: flex;
	gap: 40px;
	align-items: flex-start;
	overflow: hidden;
}

.reason-quote__avatar {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid var(--color-bg);
	box-shadow: var(--shadow-sm);
}

.reason-quote__avatar > .img-placeholder {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
}

.reason-quote__avatar > .img-placeholder .img-placeholder__sub {
	display: none;
}

.reason-quote__avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

.reason-quote__num {
	flex-shrink: 0;
	color: var(--color-accent);
	font-family: var(--font-heading);
	font-size: 4rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.02em;
	min-width: 100px;
}

.reason-quote__body {
	flex: 1;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

.reason-quote__body::before {
	content: "\201C";  /* 大きな左二重引用符 */
	position: absolute;
	top: -52px;
	left: -20px;
	font-family: var(--font-heading);
	font-size: 6rem;
	color: var(--color-accent);
	opacity: 0.18;
	line-height: 1;
	pointer-events: none;
}

.reason-quote__text {
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.6;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
}

.reason-quote__sub {
	font-size: 0.95rem;
	color: var(--color-text);
	line-height: 1.95;
	margin: 0 0 24px;
}

.reason-quote__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-text);
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 4px;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.reason-quote__link:hover {
	color: var(--color-accent);
	border-bottom-color: var(--color-accent);
}

.reason-quote__arrow {
	display: inline-block;
	transition: transform 0.2s ease;
	color: var(--color-accent);
}

.reason-quote__link:hover .reason-quote__arrow {
	transform: translateX(4px);
}

@media (max-width: 1024px) {
	.reason-cards--four {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.reason-cards--four {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
	}
	.reason-cards--four .reason-card {
		padding: 40px 24px 28px;
	}
	.reason-quote {
		padding: 40px 24px;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
	.reason-quote__avatar {
		width: 80px;
		height: 80px;
	}
	.reason-quote__num {
		font-size: 3rem;
		min-width: auto;
	}
	.reason-quote__body::before {
		top: -32px;
		left: -8px;
		font-size: 4.5rem;
	}
	.reason-quote__text {
		font-size: 1.2rem;
	}
}

/* --- 研究エビデンス紹介 --- */
.section-evidence {
	padding: var(--section-pad) 0;
	background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 100%);
}

.evidence-lead {
	max-width: 800px;
	margin: 32px auto 56px;
	text-align: center;
	color: var(--color-text);
	line-height: 2;
}

.evidence-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.evidence-card {
	background: var(--color-bg);
	padding: 0;  /* v3: 画像をフルブリードで配置 */
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	text-align: center;
	border-top: 4px solid var(--color-accent);  /* セージ→コーラル */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.evidence-card__img {
	width: 100%;
	border-bottom: 1px solid var(--color-border);
}

.evidence-card__img > .img-placeholder,
.evidence-card__img > img {
	border-radius: 0;
	border-bottom: none;
	width: 100%;
}

.evidence-card__img > img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.evidence-card__body {
	padding: 28px 24px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.evidence-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.evidence-card__icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: var(--color-accent-light);
	color: var(--color-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.evidence-card__title {
	font-family: var(--font-heading);
	font-size: 1.15rem;
	color: var(--color-text);
	margin-bottom: 16px;
	line-height: 1.5;
}

.evidence-card__text {
	color: var(--color-text);
	font-size: 0.95rem;
	line-height: 1.85;
	text-align: left;
}

.evidence-more {
	text-align: center;
	margin-top: 48px;
}

@media (max-width: 768px) {
	.section-evidence {
		padding: var(--section-pad-sp) 0;
	}
	.evidence-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* --- 対応外症状について --- */
.section-decline {
	padding: var(--section-pad) 0;
	background: var(--color-bg-alt);
}

.decline-lead {
	max-width: 800px;
	margin: 32px auto 48px;
	text-align: center;
	line-height: 2;
	color: var(--color-text);
}

.decline-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.decline-card {
	background: var(--color-bg);
	padding: 32px 24px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	border-left: 4px solid var(--color-text);
	position: relative;
}

.decline-card__badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--color-bg-alt);
	color: var(--color-text);
	margin-bottom: 12px;
}

.decline-card--urgent {
	border-left-color: var(--color-accent);
	background: linear-gradient(180deg, var(--color-accent-light) 0%, var(--color-bg) 50%);
}

.decline-card--urgent .decline-card__badge {
	background: var(--color-accent);
	color: var(--color-bg);
}

.decline-card__title {
	font-family: var(--font-heading);
	font-size: 1.1rem;
	color: var(--color-text);
	margin-bottom: 8px;
	line-height: 1.5;
}

.decline-card--urgent .decline-card__title {
	color: var(--color-accent);
}

.decline-card__desc {
	color: var(--color-text-light);
	font-size: 0.88rem;
	margin-bottom: 16px;
	line-height: 1.7;
}

.decline-card__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.decline-card__list li {
	padding-left: 18px;
	position: relative;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--color-text);
}

.decline-card__list li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: var(--color-primary-dark);
	font-weight: 700;
}

.decline-card--urgent .decline-card__list li::before {
	color: var(--color-accent);
}

.decline-more {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.section-decline {
		padding: var(--section-pad-sp) 0;
	}
	.decline-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ============================================
   対応外症状ページ専用スタイル（taiou-gai-shoujou）
   ============================================ */

/* サブヒーロー - decline 専用バリアント（コーラル系強化） */
.sub-hero--decline {
	background: linear-gradient(160deg, var(--color-bg-alt) 0%, var(--color-bg) 50%, var(--color-accent-light) 100%);
	border-bottom: 4px solid var(--color-accent);
}

.sub-hero--decline .sub-hero__en {
	color: var(--color-accent);
	font-weight: 700;
	opacity: 1;
}

/* ページリード（イントロ） */
.decline-page-lead {
	max-width: 820px;
	margin: 0 auto 64px;
	padding: 32px 40px;
	background: var(--color-bg);
	border-left: 4px solid var(--color-accent);
	border-radius: 0 var(--radius) var(--radius) 0;
	box-shadow: var(--shadow-sm);
}

.decline-page-lead p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 14px;
	color: var(--color-text);
}

.decline-page-lead p:last-child {
	margin-bottom: 0;
}

.decline-page-lead strong {
	color: var(--color-text);
	font-weight: 700;
}

/* セクションブロック */
.decline-page-section {
	max-width: 920px;
	margin: 0 auto 56px;
	padding: 40px 0 0;
	border-top: 1px solid var(--color-border);
}

.decline-page-section:first-of-type {
	border-top: none;
	padding-top: 0;
}

.decline-page-section__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.decline-page-section__badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--color-bg-alt);
	color: var(--color-text);
}

.decline-page-section--urgent .decline-page-section__badge {
	background: var(--color-accent);
	color: var(--color-bg);
}

.decline-page-section__badge--neutral {
	background: var(--color-bg-alt);
	color: var(--color-text-light);
}

.decline-page-section__title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 900;
	color: var(--color-text);
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.decline-page-section--urgent .decline-page-section__title {
	color: var(--color-accent);
}

.decline-page-section__lead {
	font-size: 15px;
	line-height: 1.95;
	color: var(--color-text);
	margin-bottom: 24px;
}

.decline-page-section__note {
	margin-top: 20px;
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.9;
	padding: 16px 20px;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
}

/* 推奨受診先テーブル */
.decline-rec-table-wrap {
	overflow-x: auto;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	background: var(--color-bg);
}

.decline-rec-table {
	width: 100%;
	border-collapse: collapse;
}

.decline-rec-table th,
.decline-rec-table td {
	padding: 14px 20px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid var(--color-border);
}

.decline-rec-table thead th {
	background: var(--color-text);
	color: var(--color-bg);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.decline-rec-table tbody tr:last-child td {
	border-bottom: none;
}

.decline-rec-table tbody td:first-child {
	font-weight: 600;
	color: var(--color-text);
}

.decline-rec-table tbody td:last-child {
	color: var(--color-accent);
	font-weight: 600;
}

/* 詳細リスト（症状の説明＋推奨先） */
.decline-detail-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.decline-detail {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 28px 32px;
	border-left: 3px solid var(--color-accent-light);
	box-shadow: var(--shadow-sm);
	transition: border-color 0.3s ease;
}

.decline-detail:hover {
	border-left-color: var(--color-accent);
}

.decline-detail__title {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 10px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.decline-detail__text {
	font-size: 14px;
	line-height: 1.9;
	color: var(--color-text);
	margin: 0 0 12px;
}

.decline-detail__text:last-child {
	margin-bottom: 0;
}

.decline-detail__rec {
	font-size: 13px;
	color: var(--color-accent);
	font-weight: 700;
	margin: 12px 0 0;
	line-height: 1.7;
}

/* 哲学訴求ブロック */
.decline-philosophy-block {
	max-width: 920px;
	margin: 0 auto 56px;
	padding: 48px 56px;
	background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	border-top: 4px solid var(--color-accent);
}

.decline-philosophy-block__title {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 900;
	color: var(--color-text);
	margin: 0 0 20px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
}

.decline-philosophy-block__text {
	font-size: 15px;
	line-height: 2;
	color: var(--color-text);
	margin: 0 0 16px;
}

.decline-criteria {
	background: var(--color-bg);
	border-radius: var(--radius);
	padding: 20px 24px;
	margin: 20px 0 24px;
	border-left: 3px solid var(--color-accent);
}

.decline-criteria__title {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 700;
	color: var(--color-accent);
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}

.decline-criteria__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.decline-criteria__list li {
	font-size: 14px;
	line-height: 1.7;
	padding-left: 16px;
	position: relative;
}

.decline-criteria__list li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: var(--color-accent);
}

.decline-criteria__list strong {
	color: var(--color-text);
	font-weight: 700;
	margin-right: 8px;
}

.decline-quote {
	margin: 24px 0;
	padding: 24px 28px 24px 36px;
	background: var(--color-bg);
	border-left: 5px solid var(--color-accent);
	border-radius: 0 var(--radius) var(--radius) 0;
	font-style: italic;
	position: relative;
}

.decline-quote::before {
	content: "\201C";
	position: absolute;
	top: -8px;
	left: 8px;
	font-family: var(--font-heading);
	font-size: 3rem;
	color: var(--color-accent);
	opacity: 0.3;
	line-height: 1;
	pointer-events: none;
}

.decline-quote p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.9;
	color: var(--color-text);
}

.decline-quote p:last-child {
	margin-bottom: 0;
}

/* お問い合わせ前の準備リスト */
.decline-prep-list {
	list-style: none;
	padding: 24px 32px;
	margin: 16px 0;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.decline-prep-list li {
	font-size: 14px;
	line-height: 1.7;
	padding-left: 24px;
	position: relative;
	color: var(--color-text);
}

.decline-prep-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-accent);
	font-weight: 700;
}

@media (max-width: 768px) {
	.decline-page-lead {
		padding: 24px 20px;
		margin-bottom: 40px;
	}
	.decline-page-section {
		padding-top: 28px;
		margin-bottom: 40px;
	}
	.decline-page-section__title {
		font-size: 19px;
	}
	.decline-detail {
		padding: 20px 22px;
	}
	.decline-detail__title {
		font-size: 15px;
	}
	.decline-philosophy-block {
		padding: 32px 24px;
		margin-bottom: 40px;
	}
	.decline-philosophy-block__title {
		font-size: 18px;
	}
	.decline-quote {
		padding: 20px 20px 20px 28px;
	}
	.decline-rec-table th,
	.decline-rec-table td {
		padding: 12px 14px;
		font-size: 13px;
	}
}

/* ============================================
   ヒーロー症状ページ共通スタイル
   （totsuzensei-nancho / henkeisei-hizakansetsu / gakukansetsu-sho / research-evidence）
   ============================================ */

/* sub-hero バリアント */
.sub-hero--symptom {
	background: linear-gradient(160deg, var(--color-accent-light) 0%, var(--color-bg) 50%, var(--color-bg-alt) 100%);
	border-bottom: 4px solid var(--color-accent);
}

.sub-hero--symptom .sub-hero__en {
	color: var(--color-accent);
	font-weight: 700;
	opacity: 1;
}

.sub-hero--research {
	background: linear-gradient(160deg, var(--color-bg-alt) 0%, var(--color-bg) 50%, var(--color-accent-light) 100%);
	border-bottom: 4px solid var(--color-accent);
}

.sub-hero--research .sub-hero__en {
	color: var(--color-accent);
	font-weight: 700;
	opacity: 1;
}

.sub-hero__title-sub {
	display: inline-block;
	font-size: 0.55em;
	font-weight: 700;
	color: var(--color-text-light);
	margin-top: 8px;
	letter-spacing: 0.04em;
}

/* リード */
.hero-page-lead {
	max-width: 820px;
	margin: 0 auto 56px;
	padding: 32px 40px;
	background: var(--color-bg);
	border-left: 4px solid var(--color-accent);
	border-radius: 0 var(--radius) var(--radius) 0;
	box-shadow: var(--shadow-sm);
}

.hero-page-lead p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 14px;
	color: var(--color-text);
}

.hero-page-lead p:last-child {
	margin-bottom: 0;
}

.hero-page-lead strong {
	color: var(--color-accent);
	font-weight: 700;
}

.hero-page-lead__quotes {
	margin: 16px 0;
	padding: 16px 24px;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
}

.hero-page-lead__quotes p {
	margin: 0 0 8px;
	font-size: 14px;
	font-style: italic;
	color: var(--color-text-light);
	padding-left: 18px;
	position: relative;
}

.hero-page-lead__quotes p:last-child {
	margin-bottom: 0;
}

.hero-page-lead__quotes p::before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 1.4em;
	color: var(--color-accent);
	font-style: normal;
	font-family: var(--font-heading);
}

/* セクション */
.hero-page-section {
	max-width: 920px;
	margin: 0 auto 56px;
	padding: 40px 0 0;
	border-top: 1px solid var(--color-border);
}

.hero-page-section:first-of-type {
	border-top: none;
	padding-top: 0;
}

.hero-page-section__title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 900;
	color: var(--color-text);
	margin: 0 0 16px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-left: 16px;
	border-left: 4px solid var(--color-accent);
}

.hero-page-section--important .hero-page-section__title {
	color: var(--color-accent);
}

.hero-page-section__text {
	font-size: 15px;
	line-height: 2;
	color: var(--color-text);
	margin-bottom: 24px;
}

.hero-page-section__note {
	margin-top: 20px;
	font-size: 12px;
	color: var(--color-text-light);
	line-height: 1.85;
	padding: 14px 18px;
	background: var(--color-bg-alt);
	border-radius: var(--radius);
}

/* フィーチャー（▼-style ブロック） */
.hero-page-features {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero-page-features__item {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 24px 28px;
	border-left: 3px solid var(--color-border);
	box-shadow: var(--shadow-sm);
}

.hero-page-features__item--accent {
	border-left-color: var(--color-accent);
	background: linear-gradient(180deg, var(--color-accent-light) 0%, var(--color-bg) 60%);
}

.hero-page-features__item--decline {
	border-left-color: var(--color-text);
	background: var(--color-bg-alt);
}

.hero-page-features__title {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 12px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.hero-page-features__title small {
	display: inline-block;
	font-size: 0.75em;
	font-weight: 400;
	color: var(--color-text-light);
	margin-left: 4px;
}

.hero-page-features__item--accent .hero-page-features__title {
	color: var(--color-accent);
}

.hero-page-features__item p {
	font-size: 14px;
	line-height: 1.9;
	color: var(--color-text);
	margin: 0 0 10px;
}

.hero-page-features__item p:last-child {
	margin-bottom: 0;
}

.hero-page-features__item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.hero-page-features__item ul li {
	font-size: 14px;
	line-height: 1.8;
	padding-left: 18px;
	position: relative;
	color: var(--color-text);
}

.hero-page-features__item ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: var(--color-accent);
	font-weight: 700;
}

.hero-page-features__item ul li strong {
	color: var(--color-accent);
	font-weight: 700;
	margin-right: 4px;
}

.hero-page-features__link {
	margin-top: 12px;
}

.hero-page-features__link a {
	color: var(--color-accent);
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	border-bottom: 1px solid var(--color-accent-light);
	padding-bottom: 2px;
	transition: border-color 0.2s ease;
}

.hero-page-features__link a:hover {
	border-bottom-color: var(--color-accent);
}

/* 施術の流れ（フローステップ） */
.hero-page-flow {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hero-page-flow__step {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 24px 28px;
	box-shadow: var(--shadow-sm);
	border-left: 3px solid var(--color-accent);
}

.hero-page-flow__num {
	flex-shrink: 0;
	width: 56px;
	font-family: var(--font-heading);
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
	color: var(--color-accent);
	line-height: 1;
	letter-spacing: 0.04em;
}

.hero-page-flow__body {
	flex: 1;
}

.hero-page-flow__body h3 {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 6px;
	letter-spacing: 0.02em;
}

.hero-page-flow__body p {
	font-size: 14px;
	line-height: 1.85;
	color: var(--color-text);
	margin: 0;
}

/* 通院の目安 */
.hero-page-frequency {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.hero-page-frequency__row {
	display: flex;
	gap: 20px;
	padding: 16px 24px;
	border-bottom: 1px solid var(--color-border);
	align-items: center;
}

.hero-page-frequency__row:last-child {
	border-bottom: none;
}

.hero-page-frequency__type {
	flex: 0 0 200px;
	font-weight: 700;
	color: var(--color-accent);
	font-size: 14px;
	line-height: 1.5;
}

.hero-page-frequency__type small {
	display: block;
	font-size: 11px;
	color: var(--color-text-light);
	font-weight: 400;
	margin-top: 2px;
}

.hero-page-frequency__pace {
	flex: 1;
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.85;
}

/* 料金表 */
.hero-page-price {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border-top: 4px solid var(--color-accent);
}

.hero-page-price__row {
	display: flex;
	gap: 20px;
	padding: 20px 28px;
	border-bottom: 1px solid var(--color-border);
	align-items: center;
}

.hero-page-price__row:last-child {
	border-bottom: none;
}

.hero-page-price__row--main {
	background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-bg) 100%);
}

.hero-page-price__type {
	flex: 0 0 200px;
	font-weight: 700;
	color: var(--color-text);
	font-size: 14px;
	line-height: 1.5;
}

.hero-page-price__amount {
	flex: 0 0 140px;
	font-family: var(--font-heading);
	font-size: 28px;
	font-weight: 900;
	color: var(--color-accent);
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 1;
}

.hero-page-price__amount span {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin-left: 2px;
}

.hero-page-price__note {
	flex: 1;
	font-size: 12px;
	color: var(--color-text-light);
	line-height: 1.7;
}

/* 症状チェックリスト（顎関節症ページ用） */
.hero-page-checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 24px;
	list-style: none;
	padding: 24px 32px;
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	margin: 0;
}

.hero-page-checklist li {
	font-size: 14px;
	line-height: 1.7;
	padding-left: 24px;
	position: relative;
	color: var(--color-text);
}

.hero-page-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--color-accent);
	font-weight: 700;
}

/* 研究エビデンス: 学会・講師実績 */
.research-credentials {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 24px 32px;
	box-shadow: var(--shadow-sm);
	border-left: 4px solid var(--color-accent);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.research-credentials__item {
	display: flex;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px dashed var(--color-border);
	align-items: center;
}

.research-credentials__item:last-child {
	border-bottom: none;
}

.research-credentials__label {
	flex: 0 0 100px;
	font-size: 12px;
	font-weight: 700;
	color: var(--color-accent);
	letter-spacing: 0.1em;
}

.research-credentials__value {
	flex: 1;
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.7;
	font-weight: 600;
}

@media (max-width: 768px) {
	.hero-page-lead {
		padding: 24px 20px;
		margin-bottom: 40px;
	}
	.hero-page-section {
		padding-top: 28px;
		margin-bottom: 40px;
	}
	.hero-page-section__title {
		font-size: 19px;
		padding-left: 12px;
		border-left-width: 3px;
	}
	.hero-page-features__item {
		padding: 18px 20px;
	}
	.hero-page-features__title {
		font-size: 14px;
	}
	.hero-page-flow__step {
		padding: 18px 20px;
		gap: 16px;
	}
	.hero-page-flow__num {
		width: 44px;
		font-size: 22px;
	}
	.hero-page-flow__body h3 {
		font-size: 14px;
	}
	.hero-page-frequency__row,
	.hero-page-price__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 16px 20px;
	}
	.hero-page-frequency__type,
	.hero-page-price__type,
	.hero-page-price__amount {
		flex: none;
	}
	.hero-page-price__amount {
		font-size: 24px;
	}
	.hero-page-checklist {
		grid-template-columns: 1fr;
		padding: 20px 24px;
	}
	.research-credentials {
		padding: 20px 24px;
	}
	.research-credentials__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	.research-credentials__label {
		flex: none;
	}
	.sub-hero__title-sub {
		font-size: 0.6em;
	}
}

/* ============================================
   サブページ用 画像配置スタイル
   （ヒーロー直下バナー＆セクション内画像）
   ============================================ */

/* ヒーロー直下バナー */
.page-hero-banner {
	max-width: 1100px;
	margin: -16px auto 56px;
	padding: 0 20px;
}

.page-hero-banner > .img-placeholder,
.page-hero-banner > img {
	border-radius: var(--radius-lg);
	width: 100%;
	box-shadow: var(--shadow-md);
}

.page-hero-banner > img {
	aspect-ratio: 21 / 9;
	object-fit: cover;
	display: block;
}

/* セクション内に挿入する画像（フルワイド） */
.hero-page-section__img {
	margin: 24px 0 28px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.hero-page-section__img > .img-placeholder,
.hero-page-section__img > img {
	border-radius: var(--radius-lg);
	width: 100%;
	border: none;
}

.hero-page-section__img > img {
	object-fit: cover;
	display: block;
}

/* 2カラム配置（テキスト＋画像のサイドバイサイド） */
.hero-page-section__split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
	margin: 24px 0;
}

.hero-page-section__split-img {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.hero-page-section__split-img > .img-placeholder,
.hero-page-section__split-img > img {
	border-radius: var(--radius-lg);
	width: 100%;
	border: none;
}

.hero-page-section__split-img > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

/* 哲学訴求ブロック内のアバター画像（対応外症状ページ） */
.decline-philosophy-block__avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 16px;
	border: 4px solid var(--color-bg);
	box-shadow: var(--shadow-sm);
}

.decline-philosophy-block__avatar > .img-placeholder {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 8px;
}

.decline-philosophy-block__avatar > .img-placeholder .img-placeholder__sub {
	display: none;
}

.decline-philosophy-block__avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

@media (max-width: 768px) {
	.page-hero-banner {
		margin: -8px auto 32px;
		padding: 0 12px;
	}
	.hero-page-section__img {
		margin: 16px 0 20px;
	}
	.hero-page-section__split {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.decline-philosophy-block__avatar {
		width: 72px;
		height: 72px;
	}
}

/* ============================================
   セカンドティア症状ページ用 共通スタイル
   ============================================ */

/* 関連リンクカード（3つの専門領域への誘導） */
.related-specialty {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 24px 0;
}

.related-specialty__card {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 24px 20px;
	text-decoration: none;
	color: var(--color-text);
	box-shadow: var(--shadow-sm);
	border-top: 3px solid var(--color-accent);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.related-specialty__card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}

.related-specialty__card-label {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	color: var(--color-accent);
	letter-spacing: 0.1em;
}

.related-specialty__card-title {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.5;
}

.related-specialty__card-arrow {
	font-size: 12px;
	color: var(--color-accent);
	margin-top: auto;
	font-weight: 700;
}

/* 簡易料金表（セカンドティア用・トップに準拠） */
.secondary-price {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin: 16px 0;
}

.secondary-price__row {
	background: var(--color-bg);
	border-radius: var(--radius);
	padding: 16px 20px;
	box-shadow: var(--shadow-sm);
	border-left: 3px solid var(--color-accent);
}

.secondary-price__type {
	font-size: 13px;
	color: var(--color-text-light);
	font-weight: 600;
	margin-bottom: 4px;
}

.secondary-price__amount {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 900;
	font-style: italic;
	color: var(--color-accent);
	line-height: 1.1;
}

.secondary-price__amount span {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	margin-left: 2px;
}

@media (max-width: 768px) {
	.related-specialty {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.secondary-price {
		grid-template-columns: 1fr;
	}
}

/* ============================================
   症状カテゴリカード（/syouzyou/ ハブ用）
   ============================================ */
.symptom-cat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 24px 0 0;
}

.symptom-cat-card {
	background: var(--color-bg);
	border-radius: var(--radius-lg);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	color: var(--color-text);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	border-top: 3px solid var(--color-border);
}

a.symptom-cat-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-top-color: var(--color-accent);
}

/* 専門領域カード（強調） */
.symptom-cat-card--specialty {
	border-top-color: var(--color-accent);
	background: linear-gradient(180deg, var(--color-accent-light) 0%, var(--color-bg) 60%);
}

.symptom-cat-card--specialty .symptom-cat-card__title {
	color: var(--color-accent);
}

/* 対応外カード（暗いトーン） */
.symptom-cat-card--decline {
	border-top-color: var(--color-text-light);
	background: var(--color-bg-alt);
}

.symptom-cat-card--decline .symptom-cat-card__title {
	color: var(--color-text-light);
}

.symptom-cat-card--decline .symptom-cat-card__icon {
	color: var(--color-text-light);
}

.symptom-cat-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: var(--color-accent-light);
	color: var(--color-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.symptom-cat-card--decline .symptom-cat-card__icon {
	background: var(--color-bg);
	color: var(--color-text-light);
}

.symptom-cat-card__title {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-text);
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.symptom-cat-card__text {
	font-size: 13px;
	color: var(--color-text);
	line-height: 1.85;
	margin: 0;
	flex: 1;
}

.symptom-cat-card__arrow {
	font-size: 13px;
	color: var(--color-accent);
	font-weight: 700;
	margin-top: auto;
}

.symptom-cat-card--decline .symptom-cat-card__arrow {
	color: var(--color-text-light);
}

/* 症状タグ群（カード内） */
.symptom-cat-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.symptom-cat-card__tags .symptom-tag {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	background: var(--color-bg-alt);
	border: 1px solid var(--color-border);
	border-radius: 100px;
	color: var(--color-text);
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.symptom-cat-card__tags .symptom-tag--linked:hover {
	background: var(--color-accent-light);
	border-color: var(--color-accent);
	color: var(--color-accent);
}

.symptom-cat-card__tags .symptom-tag--linked {
	font-weight: 600;
}

@media (max-width: 1024px) {
	.symptom-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.symptom-cat-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.symptom-cat-card {
		padding: 24px 20px;
	}
}

/* ============================================
   Related Symptoms（症状ページ間の相互リンク）
   ============================================ */
.related-symptoms {
	background: var(--color-bg-alt);
	padding: 64px 0;
}

.related-symptoms .section-heading {
	margin-bottom: 40px;
}

.related-symptoms__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}

.related-symptom-card {
	display: block;
	position: relative;
	padding: 28px 28px 56px;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	color: var(--color-text);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.related-symptom-card:hover,
.related-symptom-card:focus-visible {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	border-color: var(--color-primary);
	outline: none;
}

.related-symptom-card__en {
	display: block;
	font-size: 11px;
	letter-spacing: 0.12em;
	color: var(--color-primary-dark);
	margin-bottom: 6px;
}

.related-symptom-card__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	color: var(--color-text);
}

.related-symptom-card__desc {
	font-size: 14px;
	line-height: 1.7;
	color: var(--color-text-light);
	margin: 0;
}

.related-symptom-card__arrow {
	position: absolute;
	right: 24px;
	bottom: 20px;
	font-size: 18px;
	color: var(--color-accent);
}

.related-symptoms__more {
	text-align: center;
}

@media (max-width: 768px) {
	.related-symptoms {
		padding: 48px 0;
	}
	.related-symptoms__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}
	.related-symptom-card {
		padding: 20px 20px 48px;
	}
}

/* ============================================
   Tablet（1024px以下）- 主要レイアウト補正
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
	.l-container {
		padding-left: 32px;
		padding-right: 32px;
	}

	/* TOPページの3カラムグリッドをタブレットでは2カラムに */
	.specialty-cards,
	.evidence-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	/* 症状一覧カードもタブレットでは2カラム */
	.symptom-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* ヒーロータイトルのタブレットサイズ */
	.fv-catch-main {
		font-size: 40px;
	}
	.sub-hero__title {
		font-size: 28px;
	}

	/* セクションパディングを少し控えめに */
	.sub-section,
	.related-symptoms {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	/* 相互リンクカードはタブレットでも2カラムを維持 */
	.related-symptoms__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ============================================
   ロゴ画像（header / footer）
   ============================================ */
.site-logo__img {
	display: block;
	height: auto;
	max-width: 240px;
	width: auto;
}

.footer-info__logo {
	display: block;
	height: auto;
	max-width: 220px;
	width: auto;
	margin-bottom: 16px;
	/* フッターはダークスレート背景のため、黒ロゴを白抜きに反転表示 */
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

@media (max-width: 768px) {
	.site-logo__img {
		max-width: 180px;
	}
}

/* ============================================
   Flow Step アイコン（施術の流れ）
   ============================================ */
.flow-step__icon {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 16px;
	object-fit: contain;
}

@media (max-width: 768px) {
	.flow-step__icon {
		width: 128px;
		height: 128px;
	}
}

/* ============================================
   セクション見出し装飾（::before/::after で全 .section-heading に統一適用）
   ============================================ */
.section-heading {
	position: relative;
	text-align: center;
}

.section-heading::before {
	content: "";
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto 12px;
	background: url('assets/img/icons/icon-needle-smoke.png') center / contain no-repeat;
	opacity: 0.85;
}

.section-heading::after {
	content: "";
	display: block;
	width: 180px;
	height: 24px;
	margin: 16px auto 0;
	background: url('assets/img/icons/icon-wave.png') center / contain no-repeat;
	opacity: 0.55;
}

/* セクション別の上アイコンバリエーション（必要に応じてHTMLにモディファイア追加） */
.section-heading--leaf::before    { background-image: url('assets/img/icons/icon-leaf.png'); }
.section-heading--moon::before    { background-image: url('assets/img/icons/icon-moon.png'); }
.section-heading--lotus::before   { background-image: url('assets/img/icons/icon-lotus.png'); }
.section-heading--smoke::before   { background-image: url('assets/img/icons/icon-smoke.png'); }

/* 既存 .section-deco クラスは flow-step__icon 等で残存利用するため定義は維持 */
.section-deco {
	display: block;
	margin: 0 auto 8px;
	opacity: 0.85;
}

@media (max-width: 768px) {
	.section-heading::before {
		width: 72px;
		height: 72px;
		margin-bottom: 8px;
	}
	.section-heading::after {
		width: 140px;
		height: 20px;
		margin-top: 12px;
	}
}

/* ============================================================
   A案 静 (Sei) — トップページ用 和モダン明朝デザイン
   ============================================================ */

/* 既存ヘッダーのスタイル上書き */
.sei-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 251, 242, 0.78);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 22px 56px;
	box-shadow: none;
}

.sei-header__inner {
	max-width: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: auto;
	gap: 24px;
}

.sei-logo {
	flex-shrink: 0;
}

.sei-logo__img {
	height: 80px;
	width: auto;
	display: block;
}

.sei-nav {
	display: flex;
	align-items: center;
	gap: 4px;
	background: var(--color-white);
	border-radius: var(--radius-pill);
	padding: 8px 12px;
	box-shadow: var(--shadow-sm);
	margin-left: auto;
}

.sei-nav__link {
	padding: 10px 18px;
	border-radius: var(--radius-pill);
	text-decoration: none;
	color: var(--color-ink);
	font: 500 13px/1 var(--font-serif);
	letter-spacing: 1px;
	transition: background 0.2s;
}

.sei-nav__link:hover {
	background: var(--color-paper);
}

.sei-header-cta {
	padding: 14px 24px;
	background: var(--color-ink);
	color: var(--color-bg);
	text-decoration: none;
	border-radius: var(--radius-pill);
	font: 500 13px/1 var(--font-serif);
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	transition: background 0.2s;
}

.sei-header-cta:hover {
	background: var(--color-terra);
}

.sei-header-cta__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-sage);
	display: inline-block;
}

@media (max-width: 1024px) {
	html { scroll-padding-top: 90px; }
	.sei-header {
		padding: 10px 16px;
	}
	.sei-header__inner {
		gap: 12px;
	}
	.sei-logo__img {
		height: 64px;
	}
	/* モバイル: グローバルナビを右からのスライドインドロワーに */
	/* 閉じている時は display:none でレイアウトから除外（画面外配置による横スクロール防止） */
	.sei-nav {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		max-width: 82vw;
		height: 100dvh;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		margin-left: 0;
		padding: 88px 24px 32px;
		background: var(--color-bg);
		border-radius: 0;
		box-shadow: -4px 0 24px rgba(59, 47, 42, 0.18);
		z-index: 150;
		overflow-y: auto;
	}
	.sei-nav.is-open {
		display: flex;
		animation: sei-nav-slide-in 0.3s ease;
	}
	@keyframes sei-nav-slide-in {
		from { transform: translateX(100%); }
		to   { transform: translateX(0); }
	}
	.sei-nav__link {
		padding: 16px 6px;
		border-bottom: 1px solid var(--color-rule);
		border-radius: 0;
		font-size: 15px;
	}
	/* ドロワー背景のオーバーレイ */
	.gnav-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(59, 47, 42, 0.45);
		z-index: 140;
	}
	.gnav-overlay.is-active {
		display: block;
	}
	/* モバイルではヘッダー内のLINE CTAは非表示（フッター追従CTAに集約） */
	.sei-header-cta {
		display: none;
	}
	/* メニューボタンを表示して右端に（ドロワーより前面で閉じる操作を可能に） */
	.menu-toggle {
		display: block;
		margin-left: auto;
		flex-shrink: 0;
		position: relative;
		z-index: 160;
	}
}

/* ============================================================
   Sei TOPページ - ヒーロー
   ============================================================ */

.sei-hero {
	padding: 40px 96px 110px;
	position: relative;
	background: var(--color-bg);
}

.sei-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

.sei-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border-radius: var(--radius-pill);
	background: #F5E6DA;
	color: var(--color-ink);
	font: 500 12px/1 var(--font-sans);
	letter-spacing: 1px;
	margin-bottom: 28px;
}

.sei-hero__badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-coral);
}

.sei-hero__title {
	font: 400 76px/1.45 var(--font-serif);
	margin: 0;
	letter-spacing: 2px;
	color: var(--color-ink);
}

.sei-hero__highlight {
	background: linear-gradient(transparent 62%, var(--color-accent-light) 62%, var(--color-accent-light) 92%, transparent 92%);
	padding: 0 6px;
}

.sei-hero__lead {
	margin-top: 32px;
	font: 400 17px/2 var(--font-serif);
	color: var(--color-ink);
	max-width: 480px;
}

.sei-hero__desc {
	margin-top: 14px;
	font: 400 13px/2 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 480px;
}

.sei-hero__ctas {
	margin-top: 40px;
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}

.sei-cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 18px 28px;
	text-decoration: none;
	border-radius: var(--radius-pill);
	transition: background 0.2s, transform 0.2s;
}

.sei-cta--primary {
	background: var(--color-ink);
	color: var(--color-bg);
}

.sei-cta--primary:hover {
	background: var(--color-terra);
}

.sei-cta__line-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--color-line);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.sei-cta__line-icon svg {
	width: 20px;
	height: 20px;
	fill: var(--color-white);
}

.sei-cta__small {
	display: block;
	font: 400 10px/1 var(--font-mono);
	letter-spacing: 2px;
	opacity: 0.65;
	margin-bottom: 3px;
}

.sei-cta__label {
	display: block;
	font: 500 17px/1 var(--font-sans);
	letter-spacing: 1.5px;
}

.sei-cta__arrow {
	font-family: var(--font-mono);
	opacity: 0.7;
	margin-left: 8px;
}

.sei-cta--secondary {
	background: transparent;
	color: var(--color-ink);
	border: 1px solid var(--color-ink);
}

.sei-cta--secondary:hover {
	background: var(--color-ink);
	color: var(--color-bg);
}

.sei-hero__image-wrap {
	position: relative;
}

.sei-hero__image {
	width: 100%;
	height: 560px;
	border-radius: var(--radius-image);
	display: block;
	object-fit: cover;
	object-position: center 30%;
}

/* Since バッジ（ピル型・画像左下に重ねる） */
.sei-hero__since-badge {
	position: absolute;
	bottom: -24px;
	left: -28px;
	z-index: 2;
	background: var(--color-white);
	padding: 18px 24px;
	border-radius: var(--radius-pill);
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: var(--shadow-md);
}

.sei-hero__since-badge-num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--color-paper);
	display: flex;
	align-items: center;
	justify-content: center;
	font: 400 12px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 1px;
	flex-shrink: 0;
}

.sei-hero__since-badge-label {
	font: 400 10px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 4px;
	display: block;
}

.sei-hero__since-badge-text {
	font: 500 14px/1 var(--font-serif);
	color: var(--color-ink);
}

@media (max-width: 1024px) {
	.sei-hero {
		padding: 32px 24px 80px;
	}
	.sei-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.sei-hero__title {
		font-size: 40px;
		letter-spacing: 1px;
	}
	.sei-hero__lead {
		font-size: 15px;
	}
	.sei-hero__image {
		height: 380px;
	}
	.sei-hero__since-badge {
		bottom: -16px;
		left: -8px;
		padding: 14px 18px;
		gap: 12px;
	}
	.sei-hero__since-badge-num {
		width: 38px;
		height: 38px;
		font-size: 11px;
	}
	.sei-hero__since-badge-text {
		font-size: 12px;
	}
}

/* ============================================================
   Sei - 共通パーツ（セクション見出し / コンテナ / リビール）
   ============================================================ */
.sei-section {
	padding: 120px 96px;
	background: var(--color-bg);
}

.sei-section--paper { background: var(--color-paper); }
.sei-section--ink { background: var(--color-ink); color: var(--color-bg); }
.sei-section--bordered { border-top: 1px solid var(--color-rule); border-bottom: 1px solid var(--color-rule); }

.sei-container { max-width: 1248px; margin: 0 auto; }
.sei-container--narrow { max-width: 1100px; margin: 0 auto; }
.sei-container--960 { max-width: 960px; margin: 0 auto; }

/* セクション番号付き見出し（— 01 ────── SPECIALTY） */
.sei-head { margin-bottom: 0; }
.sei-head__meta {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 24px;
}
.sei-head__num {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 1px;
	flex-shrink: 0;
}
.sei-head__rule {
	flex: 1;
	height: 1px;
	background: var(--color-rule);
}
.sei-head__en {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 3px;
	flex-shrink: 0;
}
.sei-head__title {
	font: 400 44px/1.55 var(--font-serif);
	margin: 0;
	letter-spacing: 2px;
	color: var(--color-ink);
	white-space: pre-line;
}

/* ダーク背景版 */
.sei-section--ink .sei-head__num,
.sei-head--dark .sei-head__num { color: var(--color-sage); }
.sei-section--ink .sei-head__en,
.sei-head--dark .sei-head__en { color: rgba(250, 247, 242, 0.6); }
.sei-section--ink .sei-head__rule,
.sei-head--dark .sei-head__rule { background: rgba(250, 247, 242, 0.2); }
.sei-section--ink .sei-head__title,
.sei-head--dark .sei-head__title { color: var(--color-bg); }

/* 中央寄せ版 */
.sei-head--center { text-align: center; }
.sei-head--center .sei-head__meta { justify-content: center; }
.sei-head--center .sei-head__rule { display: none; }

/* ============================================================
   Sei - 実績バー (Achievements)
   ============================================================ */
.sei-achievements {
	padding: 72px 96px;
	background: var(--color-paper);
	border-top: 1px solid var(--color-rule);
	border-bottom: 1px solid var(--color-rule);
}
.sei-achievements__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	max-width: 1248px;
	margin: 0 auto;
}
.sei-achievement {
	background: var(--color-bg);
	padding: 32px 28px 32px 22px;
	border: 1px solid var(--color-rule);
	display: flex;
	gap: 14px;
	height: 100%;
}
.sei-achievement__no {
	writing-mode: vertical-rl;
	font: 400 10px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 3px;
	padding-top: 4px;
	align-self: flex-start;
}
.sei-achievement__body { flex: 1; }
.sei-achievement__num {
	font: 300 60px/1 var(--font-serif);
	color: var(--color-ink);
	margin-bottom: 14px;
}
/* 数字ではなく語句（例: 研究）を入れる場合は小さめ＋数字と同じ高さに揃える */
.sei-achievement__num--word {
	font-size: 28px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 2px;
}
.sei-achievement__rule {
	width: 24px;
	height: 1px;
	background: var(--color-coral);
	margin-bottom: 14px;
}
.sei-achievement__label {
	font: 400 13px/1.7 var(--font-sans);
	color: var(--color-ink-soft);
}

/* ============================================================
   Sei - TROUBLE (こんなお悩み)
   ============================================================ */
.sei-trouble__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
}
.sei-trouble__note {
	margin-top: 32px;
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 360px;
}
.sei-trouble__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 28px;
}
.sei-trouble__item {
	padding: 24px 0;
	border-bottom: 1px solid var(--color-rule);
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.sei-trouble__num {
	font: 300 20px/1 var(--font-serif);
	color: var(--color-ink-soft);
	min-width: 32px;
}
.sei-trouble__title {
	font: 500 16px/1.5 var(--font-serif);
	margin: 0 0 6px;
}
.sei-trouble__sub {
	font: 400 12px/1.7 var(--font-sans);
	color: var(--color-ink-soft);
}

/* ============================================================
   Sei - SPECIALTY (3つの専門領域)
   ============================================================ */
.sei-specialty__head-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 60px;
	gap: 40px;
}
.sei-specialty__lead {
	font: 400 13px/1.9 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 420px;
	margin: 0;
}
.sei-specialty__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.sei-specialty-card {
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}
.sei-specialty-card__img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.sei-specialty-card__body {
	padding: 30px 28px 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.sei-specialty-card__num {
	font: 300 40px/1 var(--font-serif);
	color: var(--color-ink-soft);
}
.sei-specialty-card__title {
	font: 500 22px/1.5 var(--font-serif);
	margin: 14px 0 8px;
}
.sei-specialty-card__sub {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-sage-deep);
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}
.sei-specialty-card__text {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 24px;
}
.sei-specialty-card__more {
	margin-top: auto;
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--color-rule);
	font: 400 13px/1 var(--font-sans);
	color: var(--color-ink);
	letter-spacing: 1px;
}
.sei-specialty-card__arrow {
	font: 400 14px/1 var(--font-mono);
	color: var(--color-ink);
}

/* ============================================================
   Sei - REASON (5つの理由 + 引用ブロック)
   ============================================================ */
.sei-reason__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 56px;
	max-width: 1100px;
	margin: 0 auto;
}
.sei-reason__item {
	padding: 32px 0;
	border-bottom: 1px solid var(--color-rule);
	display: flex;
	gap: 24px;
	align-items: baseline;
}
.sei-reason__num {
	font: 300 44px/1 var(--font-serif);
	color: var(--color-ink-soft);
	min-width: 56px;
}
.sei-reason__title {
	font: 500 18px/1.5 var(--font-serif);
	margin: 0 0 10px;
}
.sei-reason__text {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
.sei-reason__small {
	font: 400 11px/1.7 var(--font-sans);
	color: var(--color-ink-soft);
	opacity: 0.7;
	margin-top: 10px;
}
.sei-reason__quote {
	margin: 56px auto 0;
	padding: 52px 60px;
	background: var(--color-ink);
	color: var(--color-bg);
	max-width: 1100px;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 30px;
}
.sei-reason__quote-num {
	font: 300 60px/1 var(--font-serif);
	color: var(--color-sage);
}
.sei-reason__quote-text {
	font: 400 30px/1.6 var(--font-serif);
	margin: 0 0 18px;
	letter-spacing: 1.5px;
}
.sei-reason__quote-sub {
	font: 400 13px/1.95 var(--font-sans);
	color: rgba(250, 247, 242, 0.7);
	margin: 0;
	max-width: 720px;
}

/* ============================================================
   Sei - REDUCTION (整復操作とは)
   ============================================================ */
.sei-reduction__intro {
	display: block;
	margin-bottom: 0;
}
.sei-reduction__intro-text {
	font: 400 15px/2 var(--font-serif);
	color: var(--color-ink);
	margin: 0;
}
.sei-reduction__emphasis {
	color: var(--color-terra);
	font-weight: 500;
}
.sei-reduction__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	position: relative;
}
.sei-reduction__step {
	position: relative;
}
.sei-reduction__step:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 120px;
	right: -28px;
	font: 400 18px/1 var(--font-mono);
	color: var(--color-ink-soft);
	z-index: 2;
}
.sei-reduction__placeholder {
	height: 260px;
	background: repeating-linear-gradient(135deg, var(--color-paper) 0 14px, var(--color-paper-deep) 14px 15px);
	border: 1px dashed var(--color-rule);
	position: relative;
	overflow: hidden;
}
.sei-reduction__img {
	height: 260px;
	width: 100%;
	background: var(--color-paper);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sei-reduction__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* 04 REDUCTION 簡素化版：左テキスト × 右画像の2カラム */
.sei-reduction__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
	margin-bottom: 64px;
}
.sei-reduction__hero {
	background: var(--color-bg);
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.sei-reduction__hero img {
	max-width: 100%;
	max-height: 360px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
@media (max-width: 1024px) {
	.sei-reduction__top {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 40px;
	}
	.sei-reduction__hero {
		padding: 24px;
	}
	.sei-reduction__hero img {
		max-height: 280px;
	}
}
.sei-reduction__placeholder-label {
	position: absolute;
	top: 14px;
	left: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font: 400 10px/1 var(--font-mono);
	color: var(--color-sage-deep);
	letter-spacing: 2px;
}
.sei-reduction__placeholder-label::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--color-coral);
	border-radius: 50%;
}
.sei-reduction__placeholder-desc {
	position: absolute;
	bottom: 14px;
	left: 16px;
	right: 16px;
	font: 400 11px/1.5 var(--font-sans);
	color: var(--color-ink-soft);
}
.sei-reduction__step-body {
	padding: 28px 4px 0;
	display: flex;
	gap: 18px;
	align-items: baseline;
}
.sei-reduction__step-num {
	font: 300 36px/1 var(--font-serif);
	color: var(--color-ink-soft);
	min-width: 48px;
}
.sei-reduction__step-title {
	font: 500 19px/1.5 var(--font-serif);
	margin: 0 0 10px;
}
.sei-reduction__step-text {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
.sei-reduction__conclusion {
	margin-top: 64px;
	padding: 48px 56px;
	background: var(--color-bg);
	border-left: 4px solid var(--color-terra);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
}
.sei-reduction__conclusion-text {
	font: 500 22px/1.7 var(--font-serif);
	margin: 0 0 12px;
	letter-spacing: 1px;
}
.sei-reduction__conclusion-sub {
	font: 400 14px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
.sei-reduction__conclusion-mark {
	font: 300 76px/1 var(--font-serif);
	color: var(--color-terra);
	letter-spacing: 6px;
	opacity: 0.85;
}

/* ============================================================
   Sei - TREATMENTS (3つの施術手段)
   ============================================================ */
.sei-treatments__head-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
	gap: 40px;
}
.sei-treatments__lead {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 480px;
	margin: 0;
}
.sei-treatments__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.sei-treatment {
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	display: flex;
	flex-direction: column;
}
.sei-treatment__img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.sei-treatment__body { padding: 32px 32px 40px; flex: 1; }
.sei-treatment__icon {
	width: 56px;
	height: 56px;
	border: 1px solid var(--color-ink);
	display: flex;
	align-items: center;
	justify-content: center;
	font: 400 24px/1 var(--font-serif);
	margin-bottom: 20px;
}
.sei-treatment__title {
	font: 500 22px/1 var(--font-serif);
	margin: 0 0 14px;
	letter-spacing: 1px;
}
.sei-treatment__text {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
.sei-treatments__note {
	margin-top: 32px;
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	text-align: center;
}

/* ============================================================
   Sei - FLOW (施術の流れ)
   ============================================================ */
.sei-flow__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}
.sei-flow__line {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 70px;
	height: 1px;
	background: var(--color-rule);
	z-index: 0;
}
.sei-flow__step {
	text-align: center;
	position: relative;
	z-index: 1;
}
.sei-flow__circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sei-flow__icon {
	width: 85%;
	height: 85%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.sei-flow__step-num {
	font: 400 10px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.sei-flow__step-title {
	font: 500 17px/1 var(--font-serif);
	margin: 0 0 12px;
}
.sei-flow__step-text {
	font: 400 12px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	text-align: left;
	margin: 0;
}

/* ============================================================
   Sei - EVIDENCE (黒背景・3カード)
   ============================================================ */
.sei-evidence__intro {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	margin-bottom: 56px;
}
.sei-evidence__lead {
	font: 400 14px/2 var(--font-sans);
	color: rgba(250, 247, 242, 0.7);
	margin: 0;
	align-self: end;
}
.sei-evidence__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.sei-evidence-card {
	border: 1px solid rgba(250, 247, 242, 0.18);
	display: flex;
	flex-direction: column;
}
.sei-evidence-card__placeholder {
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: repeating-linear-gradient(135deg, rgba(201, 211, 176, 0.12) 0 14px, rgba(201, 211, 176, 0.04) 14px 15px);
	border-bottom: 1px dashed rgba(250, 247, 242, 0.2);
}
.sei-evidence-card__img {
	height: 220px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(250, 247, 242, 0.18);
}
.sei-evidence-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: grayscale(0.15) brightness(0.92);
	transition: filter 0.3s ease;
}
/* モーションキャプチャー写真は下寄り（足元・トレッドミルが見えるように） */
.sei-evidence-card__img img[src*="evidence-motion"] {
	object-position: center 65%;
}
.sei-evidence-card:hover .sei-evidence-card__img img {
	filter: grayscale(0) brightness(1);
}
.sei-evidence-card__placeholder-label {
	position: absolute;
	top: 14px;
	left: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font: 400 10px/1 var(--font-mono);
	color: var(--color-sage);
	letter-spacing: 2px;
}
.sei-evidence-card__placeholder-label::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--color-sage);
	border-radius: 50%;
}
.sei-evidence-card__placeholder-desc {
	position: absolute;
	bottom: 14px;
	left: 16px;
	right: 16px;
	font: 400 11px/1.5 var(--font-sans);
	color: rgba(250, 247, 242, 0.55);
}
.sei-evidence-card__body { padding: 32px 28px; flex: 1; }
.sei-evidence-card__num {
	font: 300 48px/1 var(--font-serif);
	color: var(--color-sage);
	margin-bottom: 18px;
}
.sei-evidence-card__title {
	font: 500 17px/1.6 var(--font-serif);
	margin: 0 0 14px;
}
.sei-evidence-card__text {
	font: 400 12px/1.95 var(--font-sans);
	color: rgba(250, 247, 242, 0.65);
	margin: 0;
}

/* ============================================================
   Sei - SYMPTOM TAGS
   ============================================================ */
.sei-tags__grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
	align-items: start;
}
.sei-tags__note {
	margin-top: 24px;
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 360px;
}
.sei-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 12px;
}
.sei-tag {
	padding: 12px 24px;
	border: 1px solid var(--color-rule);
	font: 400 15px/1 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 1px;
	background: transparent;
}
.sei-tags__more {
	margin-top: 28px;
	max-width: 360px;
	padding: 14px 4px;
	border-top: 1px solid var(--color-ink);
	border-bottom: 1px solid var(--color-rule);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font: 400 13px/1 var(--font-sans);
	color: var(--color-ink);
	text-decoration: none;
	letter-spacing: 1px;
}
.sei-tags__arrow {
	font: 400 14px/1 var(--font-mono);
	color: var(--color-ink);
}

/* ============================================================
   Sei - PRICE
   ============================================================ */
.sei-price__main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 32px;
}
.sei-price-card {
	background: var(--color-bg);
	padding: 40px;
	border: 1px solid var(--color-rule);
	position: relative;
}
.sei-price-card--recommend { border: 2px solid var(--color-ink); }
.sei-price-card__badge {
	position: absolute;
	top: -12px;
	left: 32px;
	padding: 5px 16px;
	background: var(--color-ink);
	color: var(--color-bg);
	font: 400 10px/1 var(--font-mono);
	letter-spacing: 2px;
}
.sei-price-card__no {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.sei-price-card__title {
	font: 500 15px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 24px;
}
.sei-price-card__amount {
	display: flex;
	align-items: baseline;
	gap: 6px;
}
.sei-price-card__num {
	font: 300 60px/1 var(--font-serif);
	letter-spacing: -1px;
}
.sei-price-card__yen {
	font: 400 17px/1 var(--font-serif);
}
.sei-price-card__desc {
	font: 400 12px/1.75 var(--font-sans);
	color: var(--color-ink-soft);
	padding-top: 20px;
	margin-top: 32px;
	border-top: 1px solid var(--color-rule);
}
.sei-price__sub {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
/* 3回パッケージ廃止で保険ブロック1枚のみの場合は全幅に */
.sei-price__sub--single {
	grid-template-columns: 1fr;
}
.sei-price-option {
	padding: 32px 40px;
	border: 1px solid var(--color-coral);
	background: var(--color-bg);
}
.sei-price-option__label {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.sei-price-option__title {
	font: 500 16px/1 var(--font-serif);
	margin: 0 0 18px;
}
.sei-price-option__amount {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}
.sei-price-option__num {
	font: 300 40px/1 var(--font-serif);
}
.sei-price-option__note {
	font: 400 11px/1 var(--font-sans);
	color: var(--color-ink-soft);
	margin-left: 8px;
}
.sei-price-hoken {
	padding: 32px 40px;
	background: var(--color-ink);
	color: var(--color-bg);
}
.sei-price-hoken__label {
	font: 400 11px/1 var(--font-mono);
	color: rgba(250, 247, 242, 0.55);
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.sei-price-hoken__title {
	font: 500 16px/1 var(--font-serif);
	margin: 0 0 12px;
}
.sei-price-hoken__desc {
	font: 400 12px/1.85 var(--font-sans);
	color: rgba(250, 247, 242, 0.7);
	margin: 0;
}
.sei-price__note {
	margin-top: 40px;
	padding: 20px 32px;
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.sei-price__note-label {
	font: 400 10px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	padding-top: 4px;
	flex-shrink: 0;
}
.sei-price__note-text {
	flex: 1;
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink);
	white-space: pre-line;
	margin: 0;
}
.sei-price__policy {
	margin-top: 40px;
	padding: 32px 40px;
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
}
.sei-price__policy-title {
	font: 500 16px/1 var(--font-serif);
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.sei-price__policy-title::before {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--color-ink);
}
.sei-price__policy-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}
.sei-price__policy-item {
	padding: 14px 0;
	border-bottom: 1px solid var(--color-rule);
	font: 400 13px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	display: flex;
	gap: 14px;
}
.sei-price__policy-item:nth-last-child(-n+2) { border-bottom: none; }
.sei-price__policy-num {
	font: 400 10px/1.85 var(--font-mono);
	color: var(--color-ink-soft);
	flex-shrink: 0;
}

/* ============================================================
   Sei - BOOKING (ご予約方法)
   ============================================================ */
.sei-booking__grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 80px;
	align-items: start;
}
.sei-booking__note {
	margin-top: 24px;
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 380px;
}
.sei-booking__features {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.sei-booking__feature {
	padding: 10px 14px;
	background: var(--color-paper);
	border: 1px solid var(--color-rule);
	font: 400 12px/1.5 var(--font-sans);
	color: var(--color-ink);
	display: flex;
	align-items: center;
	gap: 10px;
}
.sei-booking__feature::before {
	content: "";
	width: 5px;
	height: 5px;
	background: var(--color-sage);
	border-radius: 50%;
}
.sei-booking__cta-wrap { margin-top: 28px; }
.sei-booking__steps { display: flex; flex-direction: column; }
.sei-booking__step {
	padding: 28px 0;
	border-bottom: 1px solid var(--color-rule);
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.sei-booking__step:last-child { border-bottom: none; }
.sei-booking__step-num {
	font: 300 32px/1 var(--font-serif);
	color: var(--color-ink-soft);
	min-width: 80px;
}
.sei-booking__step-label {
	font: 400 10px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.sei-booking__step-title {
	font: 500 18px/1 var(--font-serif);
	margin: 0 0 8px;
}
.sei-booking__step-text {
	font: 400 13px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}

/* 共通: wide LINE CTA */
.sei-cta--wide {
	width: 100%;
	box-sizing: border-box;
	justify-content: flex-start;
}

/* ============================================================
   Sei - DIRECTOR (院長について)
   ============================================================ */
.sei-director__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
}
.sei-director__img-wrap {
	background: linear-gradient(180deg, var(--color-paper-deep) 0%, var(--color-paper) 100%);
	padding: 40px 40px 0;
	position: relative;
	overflow: hidden;
}
.sei-director__img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.sei-director__body { padding-top: 0; }
.sei-director__role {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 3px;
	margin-top: 36px;
}
.sei-director__name {
	font: 400 44px/1 var(--font-serif);
	margin: 14px 0 6px;
	letter-spacing: 3px;
}
.sei-director__name-kana {
	font: 400 13px/1 var(--font-sans);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
}
.sei-director__licenses {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.sei-director__license {
	padding: 6px 14px;
	border: 1px solid var(--color-ink);
	font: 400 12px/1.5 var(--font-serif);
	letter-spacing: 0.5px;
}
.sei-director__dl {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 14px 20px;
	font: 400 13px/1.85 var(--font-sans);
}
.sei-director__dt {
	font: 400 11px/1.85 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 1px;
}
.sei-director__dd {
	margin: 0;
	color: var(--color-ink-soft);
}
.sei-director__message {
	margin: 32px 0 0;
	padding: 24px 28px;
	border-left: 2px solid var(--color-terra);
	background: var(--color-bg);
	font: 400 16px/2 var(--font-serif);
	color: var(--color-ink);
	white-space: pre-line;
}

/* ============================================================
   Sei - CLINIC (院内ギャラリー)
   ============================================================ */
.sei-clinic__head-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
	gap: 40px;
}
.sei-clinic__lead {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 420px;
	margin: 0;
}
.sei-clinic__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.sei-clinic__item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.sei-clinic__label {
	font: 400 13px/1 var(--font-serif);
	color: var(--color-ink);
	margin-top: 14px;
	text-align: center;
	letter-spacing: 1px;
}

/* ============================================================
   Sei - ACCESS (営業時間・アクセス)
   ============================================================ */
.sei-access__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 64px;
	align-items: start;
}
.sei-access__info {
	margin-top: 32px;
}
.sei-access__row {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid var(--color-rule);
}
.sei-access__row:last-child { border-bottom: none; }
.sei-access__row-label {
	font: 400 11px/1.6 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 1px;
	padding-top: 4px;
}
.sei-access__row-value {
	font: 400 14px/1.75 var(--font-serif);
	color: var(--color-ink);
	white-space: pre-line;
}
.sei-access__hours { margin-top: 40px; }
.sei-access__hours-title {
	font: 500 16px/1 var(--font-serif);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.sei-access__hours-title::before {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--color-ink);
}
.sei-access__table {
	width: 100%;
	border-collapse: collapse;
	font: 400 14px/1.5 var(--font-serif);
	background: var(--color-bg);
}
.sei-access__table th,
.sei-access__table td {
	padding: 12px 6px;
	border-bottom: 1px solid var(--color-rule);
	text-align: center;
	font: 500 13px/1 var(--font-serif);
}
.sei-access__table th:first-child,
.sei-access__table td:first-child {
	text-align: left;
	padding-left: 10px;
	font: 400 11px/1 var(--font-mono);
	color: var(--color-ink-soft);
	white-space: nowrap;
}
.sei-access__hours-note {
	margin-top: 14px;
	font: 400 11px/1.9 var(--font-sans);
	color: var(--color-ink-soft);
	white-space: pre-line;
}
.sei-access__map-wrap {
	position: sticky;
	top: 100px;
}
.sei-access__map {
	width: 100%;
	height: 540px;
	border: 0;
	filter: grayscale(0.2) contrast(0.95);
	display: block;
}
.sei-access__map-card {
	margin-top: 16px;
	padding: 20px 24px;
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.sei-access__map-label {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.sei-access__map-address {
	font: 400 14px/1.5 var(--font-serif);
}
.sei-access__map-link {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-ink);
	text-decoration: none;
	padding: 10px 16px;
	border: 1px solid var(--color-ink);
	letter-spacing: 1px;
	flex-shrink: 0;
}

/* ============================================================
   Sei - DECLINE (お受けできない症状)
   ============================================================ */
.sei-decline__intro {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 80px;
	margin-bottom: 48px;
}
.sei-decline__lead {
	font: 400 14px/2 var(--font-sans);
	color: var(--color-ink-soft);
	align-self: end;
	margin: 0;
}
.sei-decline__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.sei-decline-card {
	padding: 32px 28px;
	background: var(--color-paper);
	border: 1px solid var(--color-rule);
}
.sei-decline-card__badge {
	display: inline-block;
	padding: 5px 12px;
	background: var(--color-ink);
	color: var(--color-bg);
	font: 400 10px/1 var(--font-mono);
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.sei-decline-card__title {
	font: 500 18px/1 var(--font-serif);
	margin: 0 0 10px;
}
.sei-decline-card__desc {
	font: 400 12px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 16px;
}
.sei-decline-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sei-decline-card__item {
	padding: 6px 0;
	font: 400 12px/1.7 var(--font-sans);
	color: var(--color-ink-soft);
	display: flex;
	gap: 10px;
}
.sei-decline-card__item::before {
	content: "—";
	color: var(--color-sage);
}

/* ============================================================
   Sei - FAQ
   ============================================================ */
.sei-faq__list {
	max-width: 960px;
	margin: 0 auto;
}
.sei-faq__item {
	border-bottom: 1px solid var(--color-rule);
	padding: 22px 0;
}
.sei-faq__item summary {
	font: 500 16px/1.6 var(--font-serif);
	cursor: pointer;
	display: flex;
	gap: 18px;
	align-items: flex-start;
	list-style: none;
}
.sei-faq__item summary::-webkit-details-marker { display: none; }
.sei-faq__q {
	/* 個別ページFAQとデザイン統一：コーラルの円バッジ＋インク文字 */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	background: var(--color-accent);
	color: var(--color-ink);
	border-radius: 50%;
	font: 400 14px/1 var(--font-serif);
}
.sei-faq__question { flex: 1; }
.sei-faq__plus {
	font-family: var(--font-mono);
	color: var(--color-ink-soft);
	transition: transform 0.2s;
}
.sei-faq__item[open] .sei-faq__plus { transform: rotate(45deg); }
.sei-faq__answer {
	/* バッジ版に統一：左paddingを0にしてA円をQ円の真下に整列、gap18で本文も質問と揃える */
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 16px 0 4px 0;
	font: 400 14px/2 var(--font-sans);
	color: var(--color-ink-soft);
}
/* HTMLにAバッジ要素が無いため ::before で生成（再生成不要） */
.sei-faq__answer::before {
	content: "A";
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--color-accent);
	color: var(--color-ink);
	border-radius: 50%;
	font: 400 14px/1 var(--font-serif);
}

/* ============================================================
   Sei - FOOTER CTA (editorial masthead)
   ============================================================ */
.sei-final-cta {
	padding: 80px 96px;
	background: var(--color-ink);
	color: var(--color-bg);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}
.sei-final-cta__label {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-sage);
	letter-spacing: 4px;
	margin-bottom: 14px;
}
.sei-final-cta__title {
	font: 400 40px/1.4 var(--font-serif);
	margin: 0;
	letter-spacing: 2px;
}
.sei-final-cta__title-em { color: var(--color-sage); }
.sei-final-cta__buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 320px;
}
/* FINAL CTA の白地ピル（他CTAと構造統一） */
.sei-cta--final {
	background: var(--color-bg);
	color: var(--color-ink);
	gap: 14px;
}
.sei-cta--final:hover {
	background: var(--color-paper);
}
.sei-cta--final .sei-cta__small {
	color: var(--color-ink-soft);
	opacity: 1;
}
.sei-cta--final .sei-cta__arrow {
	color: var(--color-ink-soft);
	opacity: 1;
}

/* ============================================================
   Sei - レスポンシブ（モバイル基本対応）
   ============================================================ */
@media (max-width: 1024px) {
	/* セクション本体は横padding 0 でフルワイド／内部 .sei-container で24px余白を確保 */
	.sei-section { padding: 64px 0; }
	.sei-container,
	.sei-container--narrow,
	.sei-container--960 { padding: 0 24px; }
	.sei-achievements { padding: 48px 0; }
	.sei-achievements__grid { padding: 0 24px; }
	.sei-final-cta { padding: 56px 24px; }
	.sei-head__title { font-size: 32px; letter-spacing: 1px; }
	.sei-trouble__grid,
	.sei-specialty__head-wrap,
	.sei-treatments__head-wrap,
	.sei-clinic__head-wrap,
	.sei-evidence__intro,
	.sei-reduction__intro,
	.sei-decline__intro,
	.sei-booking__grid,
	.sei-director__grid,
	.sei-access__grid,
	.sei-tags__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.sei-specialty__grid,
	.sei-treatments__grid,
	.sei-decline__grid,
	.sei-evidence__grid,
	.sei-reduction__steps,
	.sei-price__main {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.sei-flow__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.sei-flow__line { display: none; }
	.sei-achievements__grid { grid-template-columns: repeat(2, 1fr); }
	.sei-clinic__grid { grid-template-columns: repeat(2, 1fr); }
	.sei-trouble__items,
	.sei-reason__list,
	.sei-price__sub,
	.sei-price__policy-list { grid-template-columns: 1fr; gap: 0; }
	.sei-reason__quote {
		grid-template-columns: 1fr;
		padding: 32px 24px;
		gap: 20px;
	}
	.sei-reduction__conclusion {
		grid-template-columns: 1fr;
		padding: 32px 24px;
		gap: 20px;
	}
	.sei-reduction__step:not(:last-child)::after { display: none; }
	.sei-achievement__num { font-size: 44px; }
	.sei-achievement__num--word { font-size: 24px; line-height: 44px; }
	.sei-final-cta {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.sei-final-cta__title { font-size: 26px; }
	.sei-final-cta__buttons { min-width: 0; }
	.sei-director__name { font-size: 32px; letter-spacing: 2px; }
}

/* ============================================================
   Sei サブページ共通オーバーライド（既存クラスを Sei トーンに）
   ============================================================ */

/* サブページ全体のベース */
.p-subPage {
	background: var(--color-bg);
	color: var(--color-ink);
	font-family: var(--font-sans);
}

/* パンくず（既存 .breadcrumb のSeiトーン上書き） */
.breadcrumb {
	background: transparent;
	padding: 16px 0 0;
	font: 400 12px/1.6 var(--font-sans);
	letter-spacing: 0;
}
.breadcrumb__list {
	max-width: 1248px;
	padding: 0 96px;
	gap: 8px;
}
.breadcrumb__item a {
	color: var(--color-ink-soft);
	text-decoration: none;
}
.breadcrumb__item a:hover {
	color: var(--color-ink);
	text-decoration: underline;
}
.breadcrumb__item + .breadcrumb__item::before {
	content: "/";
	color: var(--color-ink-soft);
	opacity: 0.5;
}
.breadcrumb__item [aria-current="page"] {
	color: var(--color-ink);
}
@media (max-width: 1024px) {
	.breadcrumb__list { padding: 0 24px; }
}

/* サブヒーロー（既存 .sub-hero のSei版） */
.sub-hero {
	background: var(--color-bg);
	padding: 56px 96px 80px;
	border-bottom: 1px solid var(--color-rule);
}
.sub-hero .l-container {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0;
}
.sub-hero__en {
	display: block;
	font: 400 12px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 3px;
	margin-bottom: 24px;
}
.sub-hero__title {
	font: 400 56px/1.45 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 2px;
	margin: 0 0 24px;
}
.sub-hero__title-sub {
	display: block;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 12px;
	color: var(--color-ink-soft);
}
.sub-hero__desc {
	font: 400 14px/2 var(--font-sans);
	color: var(--color-ink-soft);
	max-width: 720px;
	margin: 0;
}

/* sub-hero モディファイア */
.sub-hero--symptom { background: var(--color-paper); }
.sub-hero--decline { background: var(--color-paper-deep); }

@media (max-width: 1024px) {
	.sub-hero {
		padding: 40px 24px 56px;
	}
	.sub-hero__title {
		font-size: 32px;
		letter-spacing: 1px;
	}
	.sub-hero__title-sub {
		font-size: 17px;
	}
}

/* ページヒーローバナー（症状ページの大画像） */
.page-hero-banner {
	max-width: 1248px;
	margin: 0 auto 64px;
	padding: 0 96px;
}
.page-hero-banner > * {
	border-radius: var(--radius-image);
	overflow: hidden;
}
@media (max-width: 1024px) {
	.page-hero-banner {
		padding: 0 24px;
		margin-bottom: 40px;
	}
}

/* サブページ本体 .sub-section */
.sub-section,
.sub-section.p-subPage {
	background: var(--color-bg);
	padding: 80px 96px;
}
.sub-section .l-container {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1024px) {
	.sub-section,
	.sub-section.p-subPage {
		padding: 56px 24px;
	}
}

/* ヒーローページセクション（症状ページのメインセクション） */
.hero-page-lead {
	max-width: 800px;
	margin: 0 auto 64px;
	padding-bottom: 56px;
	border-bottom: 1px solid var(--color-rule);
}
.hero-page-lead p {
	font: 400 17px/2 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 18px;
}
.hero-page-lead strong {
	color: var(--color-terra);
	font-weight: 500;
}
.hero-page-lead__quotes {
	margin: 28px 0;
	padding: 24px 28px;
	border-left: 2px solid var(--color-coral);
	background: var(--color-paper);
}
.hero-page-lead__quotes p {
	font: 400 15px/1.9 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 8px;
}
.hero-page-lead__quotes p:last-child {
	margin-bottom: 0;
}

.p-subPage .hero-page-section,
body .hero-page-section {
	margin: 0 auto 80px;
	max-width: 1100px;
	padding: 0;
	border-top: none;
	background: transparent;
}
.p-subPage .hero-page-section:last-child,
body .hero-page-section:last-child {
	margin-bottom: 0;
}
.p-subPage .hero-page-section--important,
body .hero-page-section--important {
	background: var(--color-paper);
	padding: 56px 60px;
	border-left: 4px solid var(--color-terra);
}
body .hero-page-section__title {
	font: 400 36px/1.55 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 1.5px;
	margin: 0 0 32px;
	padding: 0 40px;
	border-left: none;
	border-bottom: none;
	white-space: pre-line;
}
body .hero-page-section__text {
	font: 400 15px/2 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 28px;
	padding: 0 40px;
}
body .hero-page-section__note {
	padding-left: 40px;
	padding-right: 40px;
}
body .hero-page-section__img {
	padding-left: 40px;
	padding-right: 40px;
}
.hero-page-section__text {
	font: 400 15px/2 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 28px;
}
.hero-page-section__note {
	font: 400 12px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid var(--color-rule);
}
.hero-page-section__img {
	margin: 28px 0;
}
.hero-page-section__img .img-placeholder,
.hero-page-section__img img {
	border-radius: 0;
	width: 100%;
	display: block;
}

@media (max-width: 1024px) {
	body .hero-page-section {
		margin-bottom: 56px;
		padding: 0;
	}
	body .hero-page-section--important {
		padding: 32px 24px;
	}
	.hero-page-section__title {
		font-size: 26px;
		letter-spacing: 1px;
		padding: 0 24px;
	}
	body .hero-page-section__text,
	body .hero-page-section__note,
	body .hero-page-section__img {
		padding-left: 24px;
		padding-right: 24px;
	}
	body .hero-page-features__item,
	body .hero-page-features__item--accent,
	body .hero-page-features__item--decline {
		padding: 24px;
		margin: 8px 0;
	}
	body .hero-page-price__row,
	body .hero-page-price__row--main {
		padding: 24px;
	}
	body .hero-page-flow__step {
		padding: 24px;
	}
	body .hero-page-frequency__row {
		padding: 16px 24px;
	}
	body .faq-item .faq-question {
		padding: 22px 60px 22px 24px;
	}
	body .faq-item .faq-question::after { right: 24px; }
	body .faq-item .faq-answer {
		/* スマホもA円をQ円の真下へ（質問と同じ左24px） */
		padding: 0 24px 22px 24px;
	}
	body .decline-detail {
		padding: 20px 24px;
	}
}

/* hero-page-features グリッド（症状ページ内の特徴ブロック） */
.hero-page-features {
	display: flex;
	flex-direction: column;
	gap: 0;
}
body .hero-page-features__item {
	background: transparent;
	border-radius: 0;
	border-left: none;
	border-bottom: 1px solid var(--color-rule);
	padding: 28px 40px;
	box-shadow: none;
}
body .hero-page-features__item:last-child {
	border-bottom: none;
}
body .hero-page-features__item--accent {
	background: var(--color-paper);
	border: none;
	padding: 32px 40px;
	margin: 12px 0;
	box-shadow: none;
}
body .hero-page-features__item--decline {
	background: var(--color-paper-deep);
	border: none;
	padding: 32px 40px;
	margin: 12px 0;
	box-shadow: none;
}
.hero-page-features__item--accent .hero-page-features__title::before,
.hero-page-features__item--decline .hero-page-features__title::before {
	display: none;
}
.hero-page-features__title {
	font: 500 19px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-page-features__title small {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 2px;
	margin-left: auto;
}
.hero-page-features__item p {
	font: 400 14px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 12px;
}
.hero-page-features__item p:last-child {
	margin-bottom: 0;
}
.hero-page-features__item ul {
	font: 400 14px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	padding-left: 1.5em;
	margin: 12px 0;
}
.hero-page-features__item li {
	margin-bottom: 4px;
}
.hero-page-features__link a {
	color: var(--color-ink);
	font: 400 13px/1 var(--font-sans);
	text-decoration: none;
	border-bottom: 1px solid var(--color-ink);
	padding-bottom: 2px;
}
.hero-page-features__link a::after {
	content: " →";
	font-family: var(--font-mono);
	color: var(--color-ink-soft);
}

/* hero-page-flow（症状ページの施術の流れ・6ステップ） */
.hero-page-flow {
	display: flex;
	flex-direction: column;
}
body .hero-page-flow__step {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 28px;
	padding: 28px 40px;
	border-bottom: 1px solid var(--color-rule);
	border-left: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	align-items: start;
}
body .hero-page-flow__step:last-child {
	border-bottom: none;
}
.hero-page-flow__num {
	font: 300 36px/1 var(--font-serif);
	color: var(--color-ink-soft);
}
.hero-page-flow__body h3 {
	font: 500 17px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 8px;
}
.hero-page-flow__body p {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}

/* hero-page-frequency（通院目安テーブル） */
.hero-page-frequency {
	border-top: 1px solid var(--color-rule);
}
body .hero-page-frequency__row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 28px;
	padding: 18px 40px;
	border-bottom: 1px solid var(--color-rule);
	align-items: baseline;
}
.hero-page-frequency__type {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 2px;
}
.hero-page-frequency__pace {
	font: 400 15px/1.6 var(--font-serif);
	color: var(--color-ink);
}

/* hero-page-price（症状ページ料金表） */
.hero-page-price {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--color-rule);
}
body .hero-page-price__row {
	display: grid;
	grid-template-columns: 1.4fr auto 1.2fr;
	gap: 24px;
	padding: 24px 40px;
	border-bottom: 1px solid var(--color-rule);
	align-items: baseline;
	background: transparent;
}
body .hero-page-price__row--main {
	background: var(--color-paper);
	padding: 32px 40px;
	margin: 0 0 16px;
	border-bottom: none;
}
.hero-page-price__type {
	font: 500 16px/1.5 var(--font-serif);
	color: var(--color-ink);
}
.hero-page-price__amount {
	font: 300 36px/1 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: -1px;
}
.hero-page-price__amount span {
	font-size: 16px;
	letter-spacing: 0;
	margin-left: 4px;
}
.hero-page-price__note {
	font: 400 12px/1.7 var(--font-sans);
	color: var(--color-ink-soft);
}

@media (max-width: 1024px) {
	.hero-page-flow__step {
		grid-template-columns: 56px 1fr;
		gap: 16px;
	}
	.hero-page-flow__num { font-size: 28px; }
	/* body 付きで詳細度を 9890/9915 の縦並び解除に勝たせる（モバイルで1カラム化） */
	body .hero-page-frequency__row,
	body .hero-page-price__row,
	body .hero-page-price__row--main {
		grid-template-columns: 1fr;
		gap: 6px;
		align-items: start;
	}
	body .hero-page-price__row--main { padding: 24px; }
}

/* FAQ アコーディオン（既存 .faq-item の Sei 版） */
.faq-list {
	border-top: 1px solid var(--color-rule);
}
body .faq-item {
	border: none;
	border-bottom: 1px solid var(--color-rule);
	border-radius: 0;
	background: transparent;
	padding: 0;
	margin-bottom: 0;
	overflow: visible;
	box-shadow: none;
}
body .faq-item .faq-question {
	font: 500 16px/1.6 var(--font-serif);
	color: var(--color-ink);
	cursor: pointer;
	padding: 22px 76px 22px 40px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	list-style: none;
	position: relative;
	background: transparent;
}
body .faq-item .faq-question::-webkit-details-marker { display: none; }
body .faq-item .faq-question::after {
	content: "+";
	position: absolute;
	right: 40px;
	top: 22px;
	font-family: var(--font-mono);
	color: var(--color-ink-soft);
	font-size: 18px;
	transition: transform 0.2s;
}
body .faq-item[open] .faq-question::after {
	transform: rotate(45deg);
}
.faq-q {
	color: var(--color-ink);
	font: 400 18px/1.6 var(--font-serif);
	min-width: 24px;
}
body .faq-item .faq-answer {
	/* 左paddingを質問(.faq-question)と同じ40pxに揃え、A円をQ円の真下に整列。
	   gapも質問と同じ18pxにして回答テキストも質問テキストと縦位置を合わせる。 */
	padding: 0 40px 22px 40px;
	font: 400 14px/2 var(--font-sans);
	color: var(--color-ink-soft);
	display: flex;
	gap: 18px;
}
.faq-a {
	/* コーラルの円(背景)が旧CSSから残るため、文字色をコーラルにすると
	   「コーラル地にコーラル文字」で A が消える。Q と同じインク色にして可視化。 */
	color: var(--color-ink);
	font: 400 18px/1.6 var(--font-serif);
	min-width: 24px;
}

/* セクション見出し ::before/::after による自動装飾 → サブページでは強制無効化 */
.p-subPage .section-heading::before,
.p-subPage .section-heading::after,
.sub-section .section-heading::before,
.sub-section .section-heading::after {
	display: none !important;
	content: none !important;
	background: none !important;
}
.p-subPage .section-heading {
	margin-bottom: 40px;
}
.p-subPage .section-heading__en {
	display: block;
	font: 400 12px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 3px;
	margin-bottom: 18px;
}
.p-subPage .section-heading__ja {
	font: 400 36px/1.55 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 1.5px;
	margin: 0;
}
@media (max-width: 1024px) {
	.p-subPage .section-heading__ja { font-size: 26px; }
}

/* 既存 .img-placeholder の Sei トーン（直角・控えめ） */
.img-placeholder {
	background: repeating-linear-gradient(135deg, var(--color-paper) 0 14px, var(--color-paper-deep) 14px 15px);
	border: 1px dashed var(--color-rule);
	border-radius: 0;
}
.img-placeholder__label {
	color: var(--color-sage-deep);
	font-family: var(--font-mono);
	letter-spacing: 2px;
}
.img-placeholder__desc,
.img-placeholder__sub {
	color: var(--color-ink-soft);
	font-family: var(--font-sans);
}

/* セクション CTA（既存 .section-cta の Sei 版） */
.section-cta {
	background: var(--color-ink);
	color: var(--color-bg);
	padding: 80px 96px;
	text-align: center;
}
.section-cta__title {
	font: 400 36px/1.4 var(--font-serif);
	color: var(--color-bg);
	letter-spacing: 2px;
	margin: 0 0 16px;
}
.section-cta__text {
	font: 400 14px/2 var(--font-sans);
	color: rgba(250, 247, 242, 0.7);
	margin: 0 0 36px;
}
.section-cta__buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.section-cta__links {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	gap: 24px;
}
.section-cta__social {
	color: rgba(250, 247, 242, 0.7);
	text-decoration: none;
	font: 400 12px/1 var(--font-mono);
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(250, 247, 242, 0.3);
	padding-bottom: 4px;
}
.section-cta__social:hover {
	color: var(--color-bg);
}

/* btn-cta（既存ボタン）の Sei 化 - 白地ピル（CTA section内では黒背景上） */
.section-cta .btn-cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 18px 28px;
	background: var(--color-bg);
	color: var(--color-ink);
	border-radius: var(--radius-pill);
	text-decoration: none;
	transition: background 0.2s;
}
.section-cta .btn-cta:hover {
	background: var(--color-paper);
}
.section-cta .btn-cta--line {
	background: var(--color-bg);
	color: var(--color-ink);
}
.section-cta .btn-cta--large {
	padding: 22px 32px;
}
.section-cta .btn-cta__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--color-line);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.section-cta .btn-cta__icon svg {
	width: 20px;
	height: 20px;
	fill: var(--color-white);
}
.section-cta .btn-cta__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.section-cta .btn-cta__body small {
	font: 400 10px/1 var(--font-mono);
	letter-spacing: 2px;
	opacity: 0.7;
	margin-bottom: 3px;
}
.section-cta .btn-cta__body strong {
	font: 500 15px/1 var(--font-sans);
	letter-spacing: 1px;
}

@media (max-width: 1024px) {
	.section-cta {
		padding: 56px 24px;
	}
	.section-cta__title {
		font-size: 24px;
		letter-spacing: 1px;
	}
}

/* related-symptoms（症状ページ末尾の関連リンク・Sei版） */
.related-symptoms {
	background: var(--color-paper);
	padding: 80px 96px;
	border-top: 1px solid var(--color-rule);
}
.related-symptoms .l-container {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0;
}
.related-symptoms .section-heading {
	margin-bottom: 40px;
}
.related-symptoms__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}
.related-symptom-card {
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	border-radius: 0;
	padding: 28px 32px;
	display: block;
	position: relative;
	transition: background 0.2s, border-color 0.2s, transform 0s;
	transform: none;
	box-shadow: none;
	text-decoration: none;
	color: var(--color-ink);
}
.related-symptom-card:hover {
	background: var(--color-paper);
	border-color: var(--color-ink);
	transform: none;
	box-shadow: none;
}
.related-symptom-card__en {
	font: 400 10px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 2px;
	margin-bottom: 8px;
	display: block;
}
.related-symptom-card__title {
	font: 500 19px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 8px;
}
.related-symptom-card__desc {
	font: 400 12px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
.related-symptom-card__arrow {
	position: absolute;
	right: 28px;
	bottom: 28px;
	font-family: var(--font-mono);
	color: var(--color-ink-soft);
}
.related-symptoms__more {
	text-align: center;
}
.btn-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	background: transparent;
	color: var(--color-ink);
	border: 1px solid var(--color-ink);
	border-radius: 0;
	text-decoration: none;
	font: 400 13px/1 var(--font-sans);
	letter-spacing: 1px;
	transition: background 0.2s, color 0.2s;
}
.btn-cta-secondary:hover {
	background: var(--color-ink);
	color: var(--color-bg);
}
.btn-cta-secondary__arrow {
	font-family: var(--font-mono);
}

@media (max-width: 1024px) {
	.related-symptoms {
		padding: 56px 24px;
	}
	.related-symptoms__grid {
		grid-template-columns: 1fr;
	}
}

/* decline ページ（対応外症状） Sei トーン */
.decline-page-section {
	margin-bottom: 64px;
	padding-bottom: 56px;
	border-bottom: 1px solid var(--color-rule);
}
.decline-page-section:last-child { border-bottom: none; }
.decline-page-section__head {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 16px;
}
.decline-page-section__badge {
	display: inline-block;
	padding: 6px 14px;
	background: var(--color-ink);
	color: var(--color-bg);
	font: 400 10px/1 var(--font-mono);
	letter-spacing: 2px;
	flex-shrink: 0;
}
.decline-page-section__badge--urgent { background: var(--color-terra); }
.decline-page-section__badge--decline { background: var(--color-ink-soft); }
.decline-page-section__title {
	font: 400 28px/1.4 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 1px;
	margin: 0;
}
.decline-page-section__lead {
	font: 400 14px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 32px;
}
.decline-detail-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
body .decline-detail {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 24px 40px;
	border-bottom: 1px solid var(--color-rule);
}
.decline-detail:last-child { border-bottom: none; }
.decline-detail__title {
	font: 500 17px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 12px;
}
.decline-detail__text {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 8px;
}
.decline-detail__rec {
	font: 400 13px/1.95 var(--font-sans);
	color: var(--color-terra);
	margin: 12px 0 0;
}

/* symptom-cat-card（症状一覧ページのカード） */
.symptom-cat-card {
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	border-radius: 0;
	padding: 32px;
	text-decoration: none;
	color: var(--color-ink);
	transition: background 0.2s, border-color 0.2s;
	display: block;
}
.symptom-cat-card:hover {
	background: var(--color-paper);
	border-color: var(--color-ink);
	transform: none;
	box-shadow: none;
}
.symptom-cat-card--decline {
	background: var(--color-paper-deep);
	opacity: 0.85;
}
.symptom-cat-card__icon {
	color: var(--color-ink-soft);
	margin-bottom: 16px;
}
.symptom-cat-card__title {
	font: 500 18px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 8px;
}
.symptom-cat-card__text {
	font: 400 12px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0 0 16px;
}
.symptom-cat-card__arrow {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 1px;
}
.symptom-cat-grid {
	gap: 16px;
}

/* compare-table（他院との違いページ） */
.compare-table {
	border-collapse: collapse;
	width: 100%;
	font: 400 14px/1.7 var(--font-sans);
	background: var(--color-bg);
}
.compare-table th,
.compare-table td {
	padding: 18px 20px;
	border-bottom: 1px solid var(--color-rule);
	text-align: left;
}
.compare-table th {
	font: 500 13px/1 var(--font-serif);
	background: var(--color-paper);
	color: var(--color-ink);
}

/* check-list（接骨院保険ページなど） */
.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.check-list li {
	padding: 14px 0 14px 32px;
	border-bottom: 1px solid var(--color-rule);
	font: 400 14px/1.9 var(--font-sans);
	color: var(--color-ink);
	position: relative;
}
.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 14px;
	color: var(--color-coral);
	font-family: var(--font-mono);
}

/* equipment-card（治療機器ページ） */
.equipment-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.equipment-card {
	background: var(--color-bg);
	border: 1px solid var(--color-rule);
	border-radius: 0;
	overflow: hidden;
}
.equipment-card__img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.equipment-card__body {
	padding: 24px 28px;
}
.equipment-card__name {
	font: 500 17px/1.5 var(--font-serif);
	color: var(--color-ink);
	margin: 0 0 10px;
}
.equipment-card__text {
	font: 400 13px/1.85 var(--font-sans);
	color: var(--color-ink-soft);
	margin: 0;
}
@media (max-width: 1024px) {
	.equipment-list { grid-template-columns: 1fr; }
}

/* who-grid（鍼灸治療ページ等の WHO 適応疾患） */
.who-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.who-card {
	background: var(--color-paper);
	padding: 20px 24px;
	border-radius: 0;
	font: 400 13px/1.7 var(--font-sans);
	color: var(--color-ink);
}
@media (max-width: 1024px) {
	.who-grid { grid-template-columns: 1fr; }
}

/* img-grid（画像グリッド・3カラム/2カラム） */
.img-grid {
	display: grid;
	gap: 16px;
}
.img-grid--2col { grid-template-columns: repeat(2, 1fr); }
.img-grid--3col { grid-template-columns: repeat(3, 1fr); }
.img-grid__item img {
	width: 100%;
	height: auto;
	border-radius: 0;
	display: block;
}
@media (max-width: 1024px) {
	.img-grid--2col,
	.img-grid--3col { grid-template-columns: 1fr; }
}

/* timeline / history-list（NAGOMIなど年表） */
.timeline-item,
.history-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid var(--color-rule);
	align-items: baseline;
}
.timeline-item__date,
.history-item__date {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-coral);
	letter-spacing: 2px;
}
.timeline-item__text,
.history-item__text {
	font: 400 14px/1.7 var(--font-serif);
	color: var(--color-ink);
}

/* staff-card（院長プロフィール） */
.staff-card {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 56px;
	align-items: start;
}
.staff-card__img {
	background: linear-gradient(180deg, var(--color-paper-deep) 0%, var(--color-paper) 100%);
	padding: 32px 32px 0;
}
.staff-card__img img {
	width: 100%;
	display: block;
	height: auto;
}
.staff-card__position {
	font: 400 12px/1 var(--font-mono);
	color: var(--color-ink-soft);
	letter-spacing: 3px;
	margin: 0 0 12px;
}
.staff-card__name {
	font: 400 38px/1 var(--font-serif);
	color: var(--color-ink);
	letter-spacing: 3px;
	margin: 0 0 8px;
}
.staff-card__name-sub {
	font: 400 12px/1 var(--font-sans);
	color: var(--color-ink-soft);
	letter-spacing: 1px;
	display: block;
	margin-top: 4px;
}
@media (max-width: 1024px) {
	.staff-card {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.staff-card__name { font-size: 28px; letter-spacing: 2px; }
}

/* ============================================================
   Sei フッター（既存 .site-footer を Sei トーンに）
   ============================================================ */
.site-footer {
	background: var(--color-bg-dark);
	color: rgba(250, 247, 242, 0.78);
	padding: 80px 96px 40px;
	border-top: none;
}
.footer-inner {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0;
	gap: 64px;
}
.footer-info__name {
	font: 400 24px/1 var(--font-serif);
	letter-spacing: 3px;
	color: var(--color-bg);
	margin: 0 0 18px;
}
.footer-info__detail p {
	font: 400 12px/1.85 var(--font-sans);
	color: rgba(250, 247, 242, 0.6);
	margin: 0 0 6px;
}
.footer-info__sns {
	margin-top: 24px;
	display: flex;
	gap: 16px;
}
.footer-info__sns a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(250, 247, 242, 0.3);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(250, 247, 242, 0.7);
	transition: background 0.2s, color 0.2s;
}
.footer-info__sns a:hover {
	background: var(--color-sage);
	color: var(--color-ink);
	border-color: var(--color-sage);
}
.footer-nav__heading {
	font: 400 11px/1 var(--font-mono);
	color: var(--color-sage);
	letter-spacing: 3px;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(250, 247, 242, 0.18);
}
.footer-nav__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-nav__list a {
	font: 400 13px/1 var(--font-serif);
	color: rgba(250, 247, 242, 0.8);
	letter-spacing: 1px;
	text-decoration: none;
	transition: color 0.2s;
}
.footer-nav__list a:hover {
	color: var(--color-bg);
}
.footer-copyright {
	margin: 56px auto 0;
	max-width: 1248px;
	padding: 24px 0 0;
	border-top: 1px solid rgba(250, 247, 242, 0.12);
	font: 400 10px/1 var(--font-mono);
	color: rgba(250, 247, 242, 0.4);
	letter-spacing: 2px;
	text-align: center;
}

/* フッターロゴ：白抜きフィルターは維持しつつサイズ調整 */
.footer-info__logo {
	max-width: 200px;
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

@media (max-width: 1024px) {
	.site-footer {
		padding: 56px 24px 32px;
	}
	.footer-inner {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.footer-nav {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	.footer-copyright {
		margin-top: 40px;
	}
}

/* ============================================================
   モバイル固定CTA（高さ約61px）がフッター最下部に被るのを防ぐ。
   .fixed-cta は max-width:768px でのみ表示されるため同条件で余白確保。
   末尾に置き、上の .site-footer モバイル padding に確実に勝たせる。
   ============================================================ */
@media (max-width: 768px) {
	.site-footer {
		padding-bottom: 88px;
	}
}

/* ============================================================
   レスポンシブ・テーブル → モバイルでカード化
   navigation.js が thead 見出しを各 td の data-label に付与し
   .is-stackable を付ける。横スクロール頼みをやめ、ラベル＋値の
   縦積みカードに切り替える（列数可変でも汎用）。
   ============================================================ */
@media (max-width: 768px) {
	.decline-rec-table.is-stackable,
	.compare-table.is-stackable,
	.decline-rec-table.is-stackable tbody,
	.compare-table.is-stackable tbody {
		display: block;
		width: 100%;
	}
	.decline-rec-table.is-stackable thead,
	.compare-table.is-stackable thead {
		display: none;
	}
	.decline-rec-table.is-stackable tr,
	.compare-table.is-stackable tr {
		display: block;
		padding: 18px 20px;
		border-bottom: 1px solid var(--color-rule);
	}
	.decline-rec-table.is-stackable tr:last-child,
	.compare-table.is-stackable tr:last-child {
		border-bottom: none;
	}
	.decline-rec-table.is-stackable td,
	.decline-rec-table.is-stackable th,
	.compare-table.is-stackable td,
	.compare-table.is-stackable th {
		display: block;
		width: auto;
		border: none;
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.7;
		text-align: left;
		white-space: normal;
	}
	/* 各セルの上に列見出しラベル（コーラルのモノ）を表示 */
	.decline-rec-table.is-stackable td[data-label]::before,
	.compare-table.is-stackable td[data-label]::before {
		content: attr(data-label);
		display: block;
		font: 400 10px/1.4 var(--font-mono);
		letter-spacing: 1.5px;
		color: var(--color-coral);
		margin-bottom: 2px;
	}
	/* 行の主題セルはカード見出しに（ラベル不要・太字） */
	.decline-rec-table.is-stackable td:first-child,
	.compare-table.is-stackable tbody th {
		font-weight: 700;
		font-size: 15px;
		color: var(--color-ink);
		padding-bottom: 8px;
	}
	.decline-rec-table.is-stackable td:first-child::before {
		display: none;
	}
}

/* ============================================================
   サブページ本文の左右余白の二重取り解消（スマホ）
   既存の内側 padding(40px) が body 付き高詳細度＆後方定義のため
   モバイル用24pxに勝ってしまい、テキストが画面端から64pxも
   内側に入って窮屈。末尾＋body付き＋!important相当の詳細度で
   内側paddingを20pxに統一（sub-section24 と合わせて44px）。
   ============================================================ */
@media (max-width: 768px) {
	body .hero-page-section__title,
	body .hero-page-section__text,
	body .hero-page-section__note,
	body .hero-page-section__img {
		padding-left: 20px;
		padding-right: 20px;
	}
	body .hero-page-features__item,
	body .hero-page-features__item--accent,
	body .hero-page-features__item--decline,
	body .hero-page-price__row,
	body .hero-page-price__row--main,
	body .hero-page-frequency__row,
	body .hero-page-flow__step {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* --important は自前のカード padding を持つため内側テキストは余白0で二重取り回避 */
	body .hero-page-section--important .hero-page-section__title,
	body .hero-page-section--important .hero-page-section__text,
	body .hero-page-section--important .hero-page-section__note {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ============================================================
   --important カード内の入れ子（features__item）の窮屈さ解消
   問題1: --important の padding がスマホでもデスクトップ値(56px 60px)
          のまま残る（.p-subPage .hero-page-section--important=0,2,0 が
          モバイル用 body .…=0,1,1 に詳細度で勝つ）→ テキストが
          画面端から約100px内側に押し込まれ窮屈。
   問題2: 入れ子の --accent が親 --important と同じ paper 色で埋もれ、
          ただの余白の塊に見える。
   対策: ①スマホで --important の padding を圧縮、②入れ子カードは
        アイボリー地＋コーラル左罫の callout にして視覚的に独立させる。
   ============================================================ */
/* ② 入れ子カードのコントラスト（全幅で適用）
   親 --important は terra の左線を持つため、入れ子も左線にすると
   「赤い線＋ピンクの線」の二重線で煩雑（院長指摘 2026-06-28）。
   入れ子は左線をやめ、アイボリー地＋全周のうすいコーラル細線の
   「囲みボックス」型にして、線の向きの重複を解消する。 */
body .hero-page-section--important .hero-page-features__item,
body .hero-page-section--important .hero-page-features__item--accent {
	background: var(--color-bg);
	border: 1px solid rgba(224, 122, 114, 0.45);
	border-left-width: 1px;
	box-shadow: none;
}
@media (max-width: 768px) {
	/* ① --important の内側 padding をスマホ用に圧縮（0,2,0 に勝つよう同セレクタを末尾再掲） */
	.p-subPage .hero-page-section--important,
	body .hero-page-section--important {
		padding: 26px 18px;
	}
	/* 入れ子カードの自前 padding も圧縮（三重ネストの過剰インデント緩和） */
	body .hero-page-section--important .hero-page-features__item,
	body .hero-page-section--important .hero-page-features__item--accent {
		padding: 18px 18px;
		margin: 8px 0 0;
	}
}

/* ============================================================
   モバイル フルワイド化（2026-06-28）
   方針: 背景・カード・帯・画像・表は画面端まで（フルブリード）。
        ただし「素のテキスト/見出し」は左右16〜20pxの余白を維持し、
        文字が端末ベゼル/角丸に接して読みづらくなるのを防ぐ。
   仕組み: .sub-section の横padding(24px)を0にするだけで、中間コンテナ
          (.l-container / .hero-page-section / .decline-page-section 等)は
          全て横padding0のため、内側のカード・帯・画像・表は自動で端まで
          伸びる。カード類は自前paddingでテキスト余白を確保済み。
          余白の無い「素のテキスト要素」にだけ明示的に左右余白を足す。
   ============================================================ */
@media (max-width: 768px) {
	/* セクションラッパーの横余白を除去 → 内側が画面端まで伸びる */
	.sub-section,
	.sub-section.p-subPage {
		padding-left: 0;
		padding-right: 0;
	}

	/* 画像はフルワイド（端まで） */
	body .hero-page-section__img,
	.page-hero-banner {
		padding-left: 0;
		padding-right: 0;
	}

	/* --- 余白を持たない素のテキスト/見出しに最小16pxを維持 --- */
	/* hero-page 系のリード文 */
	.hero-page-lead {
		padding-left: 16px;
		padding-right: 16px;
	}
	/* decline-page 系（taiou-gai-shoujou 等） */
	body .decline-page-section__head,
	body .decline-page-section__title,
	body .decline-page-section__lead,
	body .decline-page-section__note {
		padding-left: 16px;
		padding-right: 16px;
	}
	body .decline-page-lead {
		padding: 24px 20px;
	}
	/* access 系（受付時間表・定休注記・アクセス一覧） */
	body .access-list__row,
	body .hours-holiday {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* ============================================================
   コラム（単一投稿）single.php の表示調整（2026-06-29）
   ・ヒーロー下にアイキャッチをバナー表示
   ・日付行にカテゴリラベル（コーラルのモノ）
   ============================================================ */
.sub-hero__desc .single-post__cat {
	display: inline-block;
	font: 400 11px/1 var(--font-mono);
	letter-spacing: 2px;
	color: var(--color-coral);
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px solid var(--color-rule);
	vertical-align: middle;
}
.single-post__thumb.page-hero-banner {
	margin-top: 8px;
}
.single-post__thumb img {
	width: 100%;
	height: auto;
	max-height: 440px;
	object-fit: cover;
	display: block;
	aspect-ratio: auto;            /* 旧 .page-hero-banner>img の 21/9 強制を解除 */
	border-radius: var(--radius-image);
}
@media (max-width: 768px) {
	.single-post__thumb img { max-height: 300px; border-radius: 0; }
}

/* ============================================================
   コラム本文の装飾（Sei・読みやすさ強化）2026-06-29
   ============================================================ */
.single-post__content {
	font: 400 16px/2.05 var(--font-serif);
	color: var(--color-ink);
}
.single-post__content p { margin: 0 0 1.7em; }
.single-post__content strong { color: var(--color-terra); font-weight: 700; }

/* リード文（導入） */
.single-post__content .post-lead {
	font: 400 18px/1.95 var(--font-serif);
	color: var(--color-ink);
	padding-bottom: 28px;
	margin-bottom: 32px;
	border-bottom: 1px solid var(--color-rule);
}

/* 見出し：小コーラル四角＋下罫（左線は使わない） */
.single-post__content h2 {
	font: 500 22px/1.6 var(--font-serif);
	color: var(--color-ink);
	border-left: none;
	padding: 0 0 14px;
	margin: 56px 0 24px;
	border-bottom: 1px solid var(--color-rule);
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.single-post__content h2::before {
	content: "";
	width: 8px;
	height: 8px;
	flex-shrink: 0;
	background: var(--color-coral);
	transform: translateY(-1px);
}
.single-post__content h3 {
	font: 500 18px/1.6 var(--font-serif);
	color: var(--color-ink);
	margin: 36px 0 14px;
}

/* 結論などのまとめボックス（テラコッタ左罫・1本のみ） */
.single-post__content .post-callout {
	background: var(--color-paper);
	border-left: 4px solid var(--color-terra);
	padding: 22px 26px;
	margin: 0 0 32px;
}
.single-post__content .post-callout__label {
	display: inline-block;
	font: 400 11px/1 var(--font-mono);
	letter-spacing: 2px;
	color: var(--color-terra);
	margin-bottom: 10px;
}
.single-post__content .post-callout p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
}

/* ポイント箇条書き（コーラルのダッシュ） */
.single-post__content .post-points {
	list-style: none;
	margin: 0 0 1.7em;
	padding: 0;
}
.single-post__content .post-points li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	line-height: 1.85;
}
.single-post__content .post-points li::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-coral);
	font-weight: 700;
}

/* コーラルの蛍光下線（キーワード強調） */
.single-post__content .post-hl {
	background: linear-gradient(transparent 60%, rgba(224, 122, 114, 0.35) 0);
	color: inherit;
	font-weight: 700;
	padding: 0 1px;
}

/* つぶやき・注記の一行 */
.single-post__content .post-note {
	color: var(--color-ink-soft);
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	padding: 6px 0 2px;
}

/* コラム本文：モバイルは sub-section がフルブリード(横0)のため本文に左右余白を確保 */
@media (max-width: 768px) {
	.single-post__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ============================================================
   コラム本文 追加部品（2026-06-29）
   旧SWELLクラスの置換先＆装飾コンポーネント
   ============================================================ */
/* キーポイント文（旧 is-style-big_icon_point） */
.single-post__content .post-point {
	background: var(--color-paper);
	border-left: 3px solid var(--color-coral);
	padding: 16px 22px;
	margin: 0 0 1.7em;
	font-weight: 600;
	color: var(--color-ink);
	line-height: 1.85;
}
/* チェック付き強調行（旧 is-style-big_icon_check） */
.single-post__content .post-check {
	position: relative;
	padding-left: 30px;
	margin: 0 0 1.5em;
	font-weight: 500;
	color: var(--color-ink);
	line-height: 1.8;
}
.single-post__content .post-check::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.1em;
	color: var(--color-sage-deep);
	font-weight: 700;
	font-size: 1.05em;
}
/* 番号付きステップ（コーラルの丸数字） */
.single-post__content .post-steps {
	list-style: none;
	counter-reset: step;
	margin: 0 0 1.8em;
	padding: 0;
}
.single-post__content .post-steps > li {
	position: relative;
	counter-increment: step;
	padding-left: 44px;
	margin-bottom: 14px;
	line-height: 1.8;
	min-height: 28px;
}
.single-post__content .post-steps > li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-coral);
	color: var(--color-bg);
	border-radius: 50%;
	font: 400 13px/1 var(--font-mono);
}
.single-post__content .post-steps strong {
	display: inline;
	color: var(--color-terra);
}
/* 引用ブロック */
.single-post__content blockquote {
	margin: 0 0 1.7em;
	padding: 20px 24px;
	background: var(--color-paper);
	border-left: 3px solid var(--color-rule);
	font-size: 14px;
	line-height: 1.95;
	color: var(--color-ink-soft);
}
.single-post__content blockquote p { margin: 0 0 8px; }
.single-post__content blockquote p:last-child { margin: 0; }
.single-post__content blockquote cite,
.single-post__content blockquote .cite {
	display: block;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	color: var(--color-ink-soft);
	margin-top: 8px;
}
/* 蛍光下線バリエーション（暖色＝コーラル／寒色＝スレート） */
.single-post__content .post-hl--warm {
	background: linear-gradient(transparent 60%, rgba(224, 122, 114, 0.40) 0);
}
.single-post__content .post-hl--cool {
	background: linear-gradient(transparent 60%, rgba(120, 140, 165, 0.38) 0);
}
/* 小さめ補足（旧 u-fz-s） */
.single-post__content .post-small {
	font-size: 0.85em;
	color: var(--color-ink-soft);
}

.single-post__content h4 {
	font: 600 16px/1.6 var(--font-serif);
	color: var(--color-ink-soft);
	margin: 28px 0 12px;
}
.single-post__content .post-strong { font-weight: 700; color: var(--color-terra); }

/* ============================================================
   プレースホルダ差し替え用 実画像（比率を維持してcover）2026-06-29
   ============================================================ */
.sei-img-banner, .sei-img-16-9, .sei-img-1-1, .sei-img-3-2 {
	width: 100%;
	display: block;
	object-fit: cover;
}
.sei-img-banner { aspect-ratio: 21 / 9; }
.sei-img-16-9 { aspect-ratio: 16 / 9; }
.sei-img-3-2 { aspect-ratio: 3 / 2; }
.sei-img-1-1 { aspect-ratio: 1 / 1; }
@media (max-width: 768px) {
	.sei-img-banner { aspect-ratio: 16 / 10; }
}

/* 院長ポートレート（白背景切り抜き）はcover切り抜きせず中央配置 */
/* 院長ポートレート（白背景切り抜き）：21:9強制(.page-hero-banner>img)に勝つよう
   詳細度を上げ、アスペクト比を解除して縦長のまま中央表示 */
.page-hero-banner img.sei-img-portrait,
.hero-page-section__img img.sei-img-portrait,
.sei-img-portrait {
	display: block;
	width: auto;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	aspect-ratio: auto;
	object-fit: contain;
	border-radius: 0;
}

/* --important 内の features カード（例：施術への考え方の3カード）を均等間隔に統一。
   従来は accent だけ margin:12px で隙間が出ていた → コンテナの gap に一本化。 */
body .hero-page-section--important .hero-page-features {
	gap: 12px;
}
body .hero-page-section--important .hero-page-features__item,
body .hero-page-section--important .hero-page-features__item--accent {
	margin: 0;
}

/* 料金表: 強調行(初診=--main)の下マージンで「2回目以降」だけ上に隙間が出ていたのを是正。
   マージンをやめ、他行と同じ罫線で繋いで行間を均一化。 */
body .hero-page-price__row--main {
	margin-bottom: 0;
	border-bottom: 1px solid var(--color-rule);
}

/* TOP BLOGセクション：見出し上のアイコン装飾(鍼+煙)を非表示（院長指摘 2026-07-01） */
.section-blog .section-heading::before {
	display: none;
}

/* 横長の合成バナー（施術紹介など）は切り抜かず自然比率で全体表示 */
.page-hero-banner img.sei-img-natural,
.hero-page-section__img img.sei-img-natural,
.sei-img-natural {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	display: block;
	border-radius: var(--radius-image);
}

/* 症状ページ 受付停止のお知らせ */
.symptom-stop-notice {
	margin: 0 0 32px;
	padding: 20px 24px;
	background: #FBEEEC;
	border: 1px solid #D8A29C;
	border-left: 5px solid #A63E37;
	border-radius: 10px;
	color: #7A2A24;
}
.symptom-stop-notice p {
	margin: 0;
	line-height: 1.8;
	font-size: 0.98rem;
}
.symptom-stop-notice strong {
	color: #A63E37;
}

/* 課外活動ページ */
.kagai-event-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 28px;
}
.kagai-event {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 28px;
	align-items: center;
}
.kagai-event__img img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: var(--shadow-sm);
	display: block;
}
.kagai-event__title {
	font-family: var(--font-serif, "Noto Serif JP", serif);
	font-size: 1.25rem;
	color: var(--color-ink, #3B2F2A);
	margin: 0 0 12px;
	padding-left: 14px;
	border-left: 4px solid var(--color-accent, #A63E37);
}
.kagai-event__body p {
	line-height: 1.9;
	margin: 0;
}
.kagai-history {
	margin-top: 8px;
}
.kagai-history__year {
	font-size: 1.1rem;
	color: var(--color-ink, #3B2F2A);
	margin: 24px 0 12px;
}
.kagai-history__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(59,47,42,.12);
}
.kagai-history__list li {
	display: flex;
	gap: 16px;
	padding: 12px 4px;
	border-bottom: 1px solid rgba(59,47,42,.12);
	line-height: 1.7;
}
.kagai-history__date {
	flex: 0 0 84px;
	color: var(--color-accent, #A63E37);
	font-weight: 600;
	font-size: 0.92rem;
}
@media (max-width: 767px) {
	.kagai-event {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.kagai-event__img img {
		aspect-ratio: 16 / 9;
	}
	.kagai-history__list li {
		flex-direction: column;
		gap: 2px;
	}
}

/* 課外活動ページ 記事一覧 */
.blog-cards--kagai {
	margin: 20px 0 44px;
}

/* 課外活動ページ もっと見るボタン */
.kagai-more {
	text-align: center;
	margin: 8px 0 44px;
}
.kagai-more__btn {
	display: inline-block;
	padding: 12px 40px;
	border: 1px solid var(--color-accent, #A63E37);
	border-radius: 999px;
	color: var(--color-accent, #A63E37);
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	transition: background .2s, color .2s;
}
.kagai-more__btn:hover {
	background: var(--color-accent, #A63E37);
	color: #fff;
}

/* 課外活動ページ 年別アコーディオン */
.kagai-accordion {
	margin: 20px 0 24px;
	border-top: 1px solid rgba(59,47,42,.14);
}
.kagai-year {
	border-bottom: 1px solid rgba(59,47,42,.14);
}
.kagai-year__head {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 40px 16px 4px;
	position: relative;
	font-family: var(--font-serif, "Noto Serif JP", serif);
	font-size: 1.08rem;
	color: var(--color-ink, #3B2F2A);
	transition: color .2s;
}
.kagai-year__head::-webkit-details-marker { display: none; }
.kagai-year__head:hover { color: var(--color-accent, #A63E37); }
.kagai-year__count {
	font-size: 0.8rem;
	color: var(--color-sage, #7c8a6f);
	font-family: var(--font-sans, sans-serif);
}
.kagai-year__head::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--color-accent, #A63E37);
	border-bottom: 2px solid var(--color-accent, #A63E37);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .25s;
}
.kagai-year[open] .kagai-year__head::after {
	transform: translateY(-30%) rotate(-135deg);
}
.kagai-year__list {
	list-style: none;
	margin: 0;
	padding: 0 4px 16px;
}
.kagai-year__list li {
	display: flex;
	padding: 8px 0;
	border-top: 1px dotted rgba(59,47,42,.16);
	line-height: 1.7;
	font-size: 0.95rem;
}
.kagai-year__list li:first-child { border-top: none; }
