/* ==========================================================================
   service-audit.css
   「SEO診断・AIO診断」サービスページ専用スタイル
   - style.css は編集せず、本ファイルのみで完結
   - ブレークポイントは style.css に合わせ 768px / 516px を使用
   - カラー：teal #176B87〜#3e89a3 / coral #E66654〜#B54434 / navy #000048
     （いずれも style.css で使用済みのサイト基本カラー。本ファイルでは
     新色を持ち込まず、既存トーンの再配分・強弱付けに徹する）
   ========================================================================== */

.serviceAudit {
	color: #333;
	background: #fff;
	font-size: 16px;
	line-height: 1.9;
}
.serviceAudit p {
	margin: 0;
	line-height: 1.95;
}
.serviceAudit p + p {
	margin-top: 1.1rem;
}
.serviceAudit a {
	color: inherit;
}
.serviceAudit .colorSec {
	background: #fafafa;
}
.serviceAudit .serviceAuditSection {
	scroll-margin-top: 110px;
}
.serviceAudit .serviceAuditVisuallyHidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* --------------------------------------------------------------------------
   見出し共通（英字アイキャッチ + セクションタイトル）
   -------------------------------------------------------------------------- */
.serviceAudit .topTitleEng {
	display: inline-flex;
	align-items: center;
	gap: .6em;
	background: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: currentColor;
	color: #176B87;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .22em;
	text-indent: .22em;
	line-height: 1;
	text-align: left;
	margin: 0 0 1rem;
}
.serviceAudit .topTitleEng::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: linear-gradient(90deg, #E66654, #B54434);
	flex-shrink: 0;
}
.serviceAudit .topTitle {
	position: relative;
	margin: 0 0 2.5rem;
	padding-bottom: 1.1rem;
	color: #000048;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .03em;
	text-align: left;
	text-indent: 0;
}
.serviceAudit .topTitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #176B87, #3e89a3);
}

/* --------------------------------------------------------------------------
   MV（ヒーロー）：写真を主役にした2カラム構成
   -------------------------------------------------------------------------- */
.serviceAudit .serviceMv {
	border-bottom: 1px solid #eee;
}
.serviceAudit .serviceMv.audit {
	position: relative;
	overflow: hidden;
	padding: 5.5rem 0;
	background-color: #fff;
	background-image: none;
}
.serviceAudit .serviceMv.audit::before,
.serviceAudit .serviceMv.audit::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: 0;
}
.serviceAudit .serviceMv.audit::before {
	width: 640px;
	height: 640px;
	right: -220px;
	top: -260px;
	background: radial-gradient(circle at 30% 30%, rgba(23, 107, 135, .12), rgba(23, 107, 135, 0) 70%);
}
.serviceAudit .serviceMv.audit::after {
	width: 360px;
	height: 360px;
	left: -140px;
	bottom: -180px;
	background: radial-gradient(circle at 60% 40%, rgba(230, 102, 84, .1), rgba(230, 102, 84, 0) 70%);
}
.serviceAudit .serviceMvDiv {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4.5rem;
}
.serviceAudit .serviceMvContent {
	flex: 1 1 auto;
	min-width: 0;
}
.serviceAuditTitle {
	margin: 0 0 1.6rem;
	color: #000048;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: .02em;
}
.serviceAuditBadges {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin: 0 0 1.6rem;
	padding: 0;
	list-style: none;
}
.serviceAuditBadges li {
	padding: .5rem .95rem;
	border: 1px solid #cfe3e8;
	border-radius: 4px;
	background: #f3f9fa;
	color: #176B87;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.serviceAuditBadges li svg {
	width: 1.3em;
	height: 1.3em;
	fill: #E66654;
	flex-shrink: 0;
}
.serviceAuditMvLead,
.serviceAuditMvText {
	letter-spacing: .03em;
}
.serviceAuditMvLead {
	margin-top: 0;
	color: #000048;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.85;
}
.serviceAuditMvText {
	margin-top: 1rem;
	color: #555;
	font-size: 13px;
}
.serviceAuditCta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	max-width: 100%;
	margin-top: 1.8rem;
	padding: 1rem 1.75rem;
	border-radius: 999px;
	background-image: linear-gradient(45deg, #E66654, #B54434);
	box-shadow: 0 10px 24px -10px rgba(230, 102, 84, .55);
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}
.serviceAudit a.serviceAuditCta:hover {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px -10px rgba(230, 102, 84, .65);
}
p.serviceAuditCtaNote {
	margin-top: 1rem;
	color: #888;
	font-size: 13px;
}
.serviceAuditMvImg {
	position: relative;
	flex: 0 0 320px;
	width: 320px;
}
.serviceAuditMvImg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.4rem;
	box-shadow: 0 20px 40px -16px rgba(0, 0, 72, .25);
}

/* --------------------------------------------------------------------------
   汎用：リード文・カード・グリッド
   -------------------------------------------------------------------------- */
.serviceAuditLead {
	max-width: none;
	margin: 0 0 2.5rem;
	text-align: left;
}
.serviceAuditText p + p {
	margin-top: 1.1rem;
}
.serviceAuditGrid2,
.serviceAuditGrid3 {
	display: grid;
	gap: 1.1rem;
}
.serviceAuditGrid2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.serviceAuditGrid3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.serviceAuditCard,
.serviceAuditAreaItem {
	border: 1px solid #e6e6e6;
	border-radius: .9rem;
	background: #fff;
	box-shadow: 0 4px 14px -10px rgba(0, 0, 0, .15);
}
.serviceAuditCard {
	padding: 1.6rem;
	margin: 1rem 0;
}
.serviceAuditCard h3,
.serviceAuditAreaItem h3 {
	margin: 0 0 .85rem;
	color: #000048;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: .02em;
}
.serviceAuditCard p:first-child {
	margin-top: 0;
}
.serviceAuditCard p:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Problem：非対称2カラム（リード文 ＋ 課題グリッド）
   -------------------------------------------------------------------------- */
.serviceAuditProblemGrid {
	display: grid;
	grid-template-columns: minmax(0, 30%) minmax(0, 1fr);
	gap: 3rem;
	align-items: start;
}
.serviceAuditProblemGrid .serviceAuditLead {
	margin: 0;
	position: sticky;
	top: 130px;
}
.serviceAuditProblemList {
	counter-reset: problemNum;
	margin: 0;
	padding: 0;
	list-style: none;
}
.serviceAuditProblemList li {
	counter-increment: problemNum;
	position: relative;
	padding: 1.4em 1.2em 1.2em;
	border: 1px solid #e6e6e6;
	border-radius: .75rem;
	background: #fff;
	box-shadow: 0 4px 14px -10px rgba(0, 0, 0, .15);
	font-size: 15px;
	font-weight: 700;
	color: #000048;
	line-height: 1.7;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.serviceAuditProblemList li::before {
	content: counter(problemNum, decimal-leading-zero);
	position: absolute;
	top: .5em;
	left: .7em;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	color: #E66654;
}

/* --------------------------------------------------------------------------
   Concept：思想リード文 + 代表紹介（サイドスティッキー2カラム）
   -------------------------------------------------------------------------- */
.serviceAudit #service-audit-concept .serviceAuditText > p:first-child {
	font-size: 18px;
	font-weight: 700;
	color: #000048;
	line-height: 1.85;
}

/* 3段階ファネル（無料相談 → 単発診断 → 月額支援） */
.serviceAuditFunnel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	margin: 2.2rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: funnelStep;
}
.serviceAuditFunnel > li {
	position: relative;
	padding: 1.6rem 1.4rem;
	border: 1px solid #e6e6e6;
	border-radius: .9rem;
	background: #fafafa;
	text-align: center;
}
.serviceAuditFunnel > li + li::before {
	content: "";
	position: absolute;
	left: -1.05rem;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #cfd8da;
	transform: translateY(-50%);
}
.serviceAuditFunnel > li.isCurrent {
	background: #fff;
	border: 2px solid #176B87;
	box-shadow: 0 14px 30px -18px rgba(23, 107, 135, .5);
}
.serviceAuditFunnelStep {
	display: inline-block;
	margin-bottom: .6rem;
	padding: .25rem .75rem;
	border-radius: 999px;
	background: #eaf2f4;
	color: #176B87;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}
.serviceAuditFunnel > li.isCurrent .serviceAuditFunnelStep {
	background: linear-gradient(135deg, #176B87, #3e89a3);
	color: #fff;
}
.serviceAuditFunnel h3 {
	margin: 0 0 .4rem;
	color: #000048;
	font-size: 17px;
	font-weight: 800;
}
.serviceAuditFunnelPrice {
	margin: 0 0 .6rem;
	color: #176B87;
	font-size: 15px;
	font-weight: 800;
}
.serviceAuditFunnel p:last-child {
	margin: 0;
	color: #666;
	font-size: 12px;
	line-height: 1.7;
}
.serviceAuditRepresentative {
	position: relative;
	overflow: hidden;
	padding: 3rem;
	border: 1px solid #eee;
	border-radius: 1.1rem;
	background-color: #fff;
	box-shadow: 0 10px 30px -18px rgba(0, 0, 72, .25);
	margin-top: 3rem;
}
.serviceAuditRepresentative::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #176B87, #3e89a3 55%, #E66654);
}
.serviceAuditRepresentativeTitle {
	margin: 0 0 2.2rem;
	color: #176B87;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: .02em;
}
.serviceAuditRepGrid {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 3rem;
	align-items: start;
}
.serviceAuditRepAside {
	position: sticky;
	top: 130px;
}
.serviceAuditRepresentativeTitleSub {
	display: inline-block;
	margin: 1.3rem 0 .5rem;
	padding: .3rem .8rem;
	border-radius: 999px;
	background: #eaf2f4;
	font-size: 12px;
	letter-spacing: .05em;
	color: #176B87;
	font-weight: 700;
}
.serviceAuditProfileImg {
	border-radius: .9rem;
	overflow: hidden;
	background: #f4f4f4;
	box-shadow: 0 8px 20px -12px rgba(0, 0, 0, .3);
}
.serviceAuditProfileImg img {
	display: block;
	width: 100%;
	height: auto;
}
.serviceAuditProfileName {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.serviceAuditStats {
	display: grid;
	grid-template-columns: 1fr;
	gap: .6rem;
	margin: 1.1rem 0 0;
	padding: 0;
	list-style: none;
}
.serviceAuditStats li {
	padding: .85rem 1rem;
	border-radius: .75rem;
	background: linear-gradient(160deg, #eef7f9, #f7fbfb);
	border: 1px solid #dcedf0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .3rem;
	text-align: left;
}
.serviceAuditStats b {
	color: #176B87;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.3;
	white-space: nowrap;
}
.serviceAuditStats span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	color: #555;
	text-align: left;
}
.serviceAuditRepMain > .serviceAuditText:first-child h3 {
	margin: 0 0 .85rem;
	color: #000048;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.6;
}
.serviceAuditQuote {
	position: relative;
	margin: 2.2rem 0;
	padding: 1.8rem 1.8rem 1.8rem 2.2rem;
	background: #fff;
	border: 1px solid #176B87;
	border-radius: .5rem;
}
.serviceAuditQuote h3 {
	margin: 0 0 1rem;
	color: #000048;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.55;
}
.serviceAuditQuote p {
	font-size: 13px;
	color: #444;
}
.serviceAuditQuote p + p {
	margin-top: 0.75em;
}
.serviceAuditQuote b {
	background-image: linear-gradient(to top, #feff7b 45%, transparent 45%);
	padding: 0 .1em;
	font-weight: 700;
}
.serviceAuditProfileTable {
	width: 100%;
	margin-top: 2.2rem;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
}
.serviceAuditProfileTable th,
.serviceAuditProfileTable td {
	padding: 1rem 1.1rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
}
.serviceAuditProfileTable th {
	width: 150px;
	background: #fafafa;
	font-weight: 700;
	white-space: nowrap;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #176B87;
}

/* --------------------------------------------------------------------------
   Service：サービスフロー（エディトリアル・ゴーストナンバー）
   -------------------------------------------------------------------------- */
.serviceAuditServiceFlow.serviceFlow {
	display: block;
	margin: 2.5rem 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}
.serviceAuditServiceFlow.serviceFlow > li::after,
.serviceAuditServiceFlow.serviceFlow > li::before {
	display: none !important;
	content: none !important;
}
.serviceAuditServiceFlow.serviceFlow > li {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	column-gap: 2rem;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px solid #e6e6e6;
	background: none !important;
	color: #333 !important;
}
.serviceAuditServiceFlow.serviceFlow > li span {
	font-size: 56px;
	font-weight: 900;
	line-height: 1;
	color: #dcebef;
	letter-spacing: 0;
}
.serviceAuditServiceFlow.serviceFlow > li span i {
	font-style: normal;
	font-size: .3em;
	font-weight: 700;
	color: #b7d3da;
	margin-left: .1em;
}
.serviceAuditServiceFlow.serviceFlow > li h3 {
	margin: 0 0 .5rem;
	color: #000048 !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.55;
}
.serviceAuditServiceFlow.serviceFlow > li p {
	grid-column: 2;
	margin-top: .45rem;
	font-size: 14px;
	line-height: 1.85;
}
.serviceAuditServiceFlow.serviceFlow > li p:first-of-type {
	margin-top: 0;
}

/* --------------------------------------------------------------------------
   Scope：支援領域
   -------------------------------------------------------------------------- */
.serviceAuditArea {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
}
.serviceAuditAreaItem {
	padding: 1.5rem;
}
.serviceAuditAreaItem h3 {
	display: flex;
	align-items: center;
	gap: .6em;
}
.serviceAuditAreaItem h3 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(135deg, #176B87, #3e89a3);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	flex-shrink: 0;
}
.serviceAuditCheckList,
.serviceAuditAreaList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.serviceAuditCheckList li,
.serviceAuditAreaList li {
	position: relative;
	padding: .45rem 0 .45rem 1.2rem;
	font-size: 14px;
	line-height: 1.7;
}
.serviceAuditCheckList li::before,
.serviceAuditAreaList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.05em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #176B87;
}

/* 支援領域外：グレートーンで明確に区別し、チェックの代わりに「×」で除外を示す */
.serviceAuditOut.serviceAuditCard {
	padding: 1.4rem 1.6rem;
	background: #fafafa;
	border: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	box-shadow: none;
}
.serviceAuditOut h3 {
	font-size: 18px;
	color: #777;
}
.serviceAuditOut .serviceAuditCheckList {
	font-size: 13px;
	color: #777;
}
.serviceAuditOut .serviceAuditCheckList li::before {
	content: "×";
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	top: .35rem;
	left: 0;
	color: #aaa;
	font-weight: 700;
}

/* --------------------------------------------------------------------------
   Pricing：実サイト標準の servicePrice に準拠したシンプルな表組み
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Pricing：実サイト標準の servicePrice（initial）に準拠したシンプルな表組み
   -------------------------------------------------------------------------- */
.serviceAuditPrice.servicePrice {
	margin-top: 2.5rem;
}
.serviceAuditPrice.servicePrice dd h3 {
	color: #333;
}
.serviceAudit .servicePriceNote {
	max-width: 720px;
	margin: 1.8rem auto 0;
	color: #666;
	text-align: center;
}


/* --------------------------------------------------------------------------
   Comparison：ゴーストナンバー付きの比較表（モバイルではカード化）
   -------------------------------------------------------------------------- */
.serviceAuditCompare {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e6e6e6;
	border-radius: .9rem;
	overflow: hidden;
	background: #fff;
	table-layout: fixed;
	counter-reset: compareNum;
}
.serviceAuditCompare th,
.serviceAuditCompare td {
	padding: 1.2rem 1.1rem;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
.serviceAuditCompare th:last-child,
.serviceAuditCompare td:last-child {
	border-right: 0;
}
.serviceAuditCompare tbody tr:last-child th,
.serviceAuditCompare tbody tr:last-child td {
	border-bottom: 0;
}
.serviceAuditCompare thead th {
	background: linear-gradient(160deg, #176B87, #0f4a5e);
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	border-bottom: 0;
	border-right: 1px solid rgba(255, 255, 255, .18);
}
.serviceAuditCompare tbody tr {
	counter-increment: compareNum;
}
.serviceAuditCompare tbody th {
	position: relative;
	background: #fafafa;
	font-weight: 700;
	color: #000048;
	text-align: left;
	padding-left: 2.6rem;
}
.serviceAuditCompare tbody th::before {
	content: counter(compareNum, decimal-leading-zero);
	position: absolute;
	left: .9rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	font-weight: 800;
	color: #E66654;
}
.serviceAuditCompare tbody tr:nth-child(even) td {
	background: #fbfdfd;
}

/* --------------------------------------------------------------------------
   FAQ：details/summary によるネイティブ・アコーディオン
   -------------------------------------------------------------------------- */
.serviceAuditFaq .faqItem {
	border: 1px solid #e6e6e6;
	border-radius: .9rem;
	background: #fff;
	box-shadow: 0 4px 14px -10px rgba(0, 0, 0, .15);
	padding: 0;
	margin: 1rem 0;
	overflow: hidden;
}
.serviceAuditFaq .faqItem[open] {
	box-shadow: 0 8px 22px -12px rgba(0, 0, 72, .25);
}
.serviceAuditFaq .faqItem .faqItemTitle {
	position: relative;
	display: flex;
	align-items: center;
	gap: .9rem;
	padding: 1.2rem 3rem 1.2rem 1.4rem;
	color: #000048;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.7;
	cursor: pointer;
	list-style: none;
}
.serviceAuditFaq .faqItem .faqItemTitle::-webkit-details-marker {
	display: none;
}
.serviceAuditFaq .faqItem .faqItemTitle::before {
	content: "Q";
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #176B87, #3e89a3);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}
.serviceAuditFaq .faqItem .faqItemTitle::after {
	content: "";
	position: absolute;
	right: 1.4rem;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #176B87;
	border-bottom: 2px solid #176B87;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s ease;
}
.serviceAuditFaq .faqItem[open] .faqItemTitle::after {
	transform: translateY(-30%) rotate(-135deg);
}
.serviceAuditFaq .faqItemBody {
	padding: 0 1.4rem 1.4rem 3.7rem;
	color: #444;
}
.serviceAuditFaq .faqItemBody p {
	font-size: 13px;
}

/* --------------------------------------------------------------------------
   初月について
   -------------------------------------------------------------------------- */
.serviceAuditFirstMonth {
	margin-top: 2.2rem;
	background: #eaf2f4;
	border: 0;
	border-radius: .5rem .9rem .9rem .5rem;
	box-shadow: none;
}
.serviceAuditFirstMonth h3 {
	color: #000048;
}
.serviceAuditFirstMonth .serviceAuditCheckList {
	margin-top: 1.3rem;
}

/* --------------------------------------------------------------------------
   最終CTA（serviceCta はサイト標準スタイルを踏襲。余白のみ調整）
   -------------------------------------------------------------------------- */
.serviceAudit .serviceCta {
	margin-top: 2.5rem;
}
.serviceAudit .serviceCta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 320px;
	max-width: 100%;
	height: auto;
	padding: 1rem 1.75rem;
	line-height: 1.5;
	white-space: normal;
	color: #176b87;
}

/* --------------------------------------------------------------------------
   Plan：2プラン比較カード
   -------------------------------------------------------------------------- */
.serviceAuditPlanGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem;
	align-items: start;
	margin-top: 2.2rem;
}
.serviceAuditPlanCard {
	position: relative;
	padding: 2rem;
	border: 1px solid #e6e6e6;
	border-radius: 1.1rem;
	background: #fff;
	box-shadow: 0 4px 14px -10px rgba(0, 0, 0, .15);
}
.serviceAuditPlanCard.isRecommended {
	border: 2px solid #176B87;
	box-shadow: 0 20px 40px -20px rgba(23, 107, 135, .45);
}
.serviceAuditPlanBadge {
	position: absolute;
	top: -.9rem;
	left: 2rem;
	padding: .3rem .9rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #176B87, #3e89a3);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}
.serviceAuditPlanCard h3 {
	margin: 0 0 .6rem;
	color: #000048;
	font-size: 19px;
	font-weight: 800;
}
.serviceAuditPlanPrice {
	margin: 0 0 1.6rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #eee;
	color: #176B87;
}
.serviceAuditPlanPrice b {
	font-size: 2.4rem;
	font-weight: 800;
}
.serviceAuditPlanSpecs {
	margin: 0;
	padding: 0;
}
.serviceAuditPlanSpecs > div {
	padding: .8rem 0;
	border-bottom: 1px solid #f0f0f0;
}
.serviceAuditPlanSpecs > div:last-child {
	border-bottom: 0;
}
.serviceAuditPlanSpecs dt {
	margin: 0 0 .3rem;
	color: #176B87;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}
.serviceAuditPlanSpecs dd {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.7;
}
.serviceAuditPlanNote {
	margin: 1.6rem 0 0;
	padding: 1rem 1.2rem;
	border-radius: .6rem;
	background: #eaf2f4;
	color: #0f4a5e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

/* --------------------------------------------------------------------------
   レスポンシブ（style.css のブレークポイントに合わせる）
   -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.serviceAudit {
		font-size: 15px;
	}
	.serviceAuditFunnel {
		grid-template-columns: 1fr;
	}
	.serviceAuditFunnel > li + li::before {
		left: 50%;
		top: -1.05rem;
		transform: translateX(-50%) rotate(90deg);
	}
	.serviceAuditPlanGrid {
		grid-template-columns: 1fr;
	}
	.serviceAuditPlanCard.isRecommended {
		order: -1;
	}
	.serviceAudit .serviceMv.audit {
		padding: 3.5rem 0;
	}
	.serviceAudit .serviceMvDiv {
		flex-direction: column-reverse;
		gap: 2rem;
	}
	.serviceAuditMvImg {
		flex: 0 0 auto;
		width: 220px;
	}
	.serviceAuditTitle {
		font-size: 24px;
	}
	.serviceAudit .topTitle {
		font-size: 21px;
	}
	.serviceAuditProblemGrid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.serviceAuditProblemGrid .serviceAuditLead {
		position: static;
	}
	.serviceAuditGrid2,
	.serviceAuditGrid3,
	.serviceAuditArea {
		grid-template-columns: 1fr;
	}
	.serviceAuditRepGrid {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}
	.serviceAuditRepAside {
		position: static;
		display: grid;
		grid-template-columns: 96px 1fr;
		gap: 1rem;
		align-items: center;
	}
	.serviceAuditRepAside .serviceAuditProfileImg {
		grid-row: 1 / 3;
	}
	.serviceAuditRepresentativeTitleSub {
		margin: 0 0 .3rem;
	}
	.serviceAuditRepAside .serviceAuditStats {
		grid-column: 1 / 3;
		margin-top: 1rem;
	}
	.serviceAuditServiceFlow.serviceFlow > li {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 1.5rem 0;
	}
	.serviceAuditServiceFlow.serviceFlow > li span {
		font-size: 36px;
	}
	.serviceAuditPrice.servicePrice {
		margin-top: 2rem;
	}
	.serviceAuditPrice.servicePrice dd {
		padding: 2rem 1.4rem;
	}
	/* Comparison：テーブルをカード表示に切り替え */
	.serviceAuditCompare,
	.serviceAuditCompare thead,
	.serviceAuditCompare tbody,
	.serviceAuditCompare tr,
	.serviceAuditCompare th,
	.serviceAuditCompare td {
		display: block;
		width: 100%;
	}
	.serviceAuditCompare {
		border-radius: .9rem;
	}
	.serviceAuditCompare thead {
		display: none;
	}
	.serviceAuditCompare tbody tr {
		padding: 1.2rem 1.2rem 1.4rem;
		border-bottom: 8px solid #fafafa;
	}
	.serviceAuditCompare tbody tr:last-child {
		border-bottom: 0;
	}
	.serviceAuditCompare th,
	.serviceAuditCompare td {
		border: 0;
		padding: .4rem 0;
		text-align: left;
	}
	.serviceAuditCompare tbody th {
		padding-left: 2.6rem;
		font-size: 16px;
	}
	.serviceAuditCompare td {
		display: flex;
		gap: .4rem;
		font-size: 13px;
		color: #444;
	}
	.serviceAuditCompare td::before {
		content: attr(data-label);
		flex-shrink: 0;
		width: 6.4em;
		color: #176B87;
		font-size: 11px;
		font-weight: 700;
	}
	.serviceAuditProfileTable,
	.serviceAuditProfileTable tbody,
	.serviceAuditProfileTable tr,
	.serviceAuditProfileTable th,
	.serviceAuditProfileTable td {
		display: block;
		width: 100%;
	}
	.serviceAuditProfileTable th {
		color: #176B87;
	}
	.serviceAuditCta {
		width: 100%;
		min-width: 0;
	}
	.serviceAuditRepresentative {
		padding: 1.6rem;
	}
	.serviceAuditQuote {
		padding: 1.4rem 1.4rem 1.4rem 1.6rem;
	}
	.serviceAuditFaq .faqItemBody {
		padding-left: 1.4rem;
	}
}

@media screen and (max-width: 516px) {
	.serviceAuditTitle {
		font-size: 21px;
	}
	.serviceAuditBadges li {
		font-size: 12px;
		padding: .4rem .8rem;
	}
	.serviceAuditRepresentativeTitle {
		font-size: 20px;
	}
}
