/*
 * Temple LP: Webサイト改善診断
 * 紫の配色、MV画像、簡易診断、改善診断固有セクションのみ。
 * ヘッダー・基本余白・見出し・汎用カードは temple-lp-base.css を使用する。
 */

body.page-template-temple-healthcheck {
	--hcq-deep: #4f2d8f;
	--hcq-main: #9266f2;
	--hcq-pale: #f4efff;
}

/* Webサイト改善診断ページのみ */
body.page-template-temple-healthcheck #service .service-list {
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
}

body.page-template-temple-healthcheck #service .service-item {
	grid-template-columns: minmax(0, 1fr);
}
/* 料金ボックス下の注釈を、ボックス幅に揃える */
body.page-template-temple-healthcheck #price .note {
	width: 100%;
	max-width: 860px;
	margin-inline: auto;
}

/* ---- 2026/07/23 追記（Ami）---- */
/* Webサイト改善診断：MV直下の30秒チェック */
.healthcheck-quiz-band {
	background: var(--hcq-deep);
	padding: 42px 24px;
}

.healthcheck-quiz-wrap {
	width: min(100%, 1120px);
	margin-inline: auto;
}

.healthcheck-quiz {
	position: relative;
}

.healthcheck-quiz [hidden] {
	display: none !important;
}

/* スタート画面 */
.hcq-start {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	align-items: center;
	gap: 56px;
}

.hcq-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.hcq-icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	color: var(--hcq-main);
	font-size: 1rem;
	font-weight: 800;
}

.hcq-badge {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff;
	color: var(--hcq-deep);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.hcq-start h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.hcq-start-info > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.98rem;
	line-height: 1.8;
}

.hcq-start-cta {
	text-align: center;
}

.hcq-primary,
.hcq-secondary,
.hcq-back,
.hcq-next,
.hcq-option {
	font: inherit;
}

.hcq-primary,
.hcq-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 70px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hcq-start .hcq-primary {
	width: 100%;
	padding: 18px 30px;
	background: #fff;
	color: var(--hcq-deep);
	box-shadow: 0 12px 30px rgba(25, 10, 54, 0.2);
}

.hcq-primary:hover,
.hcq-next:not(:disabled):hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(25, 10, 54, 0.28);
}

.hcq-assure {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 22px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.78rem;
	font-weight: 700;
}

.hcq-assure span::before {
	content: "✓";
	margin-right: 5px;
	color: #d9c8ff;
}

/* 質問・結果画面 */
.healthcheck-quiz:not(.is-start) {
	width: min(100%, 760px);
	margin-inline: auto;
	padding: 34px 42px 38px;
	border-top: 5px solid var(--hcq-main);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(25, 10, 54, 0.2);
}

.hcq-progress-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin-bottom: 30px;
}

.hcq-progress-text,
.hcq-percent {
	color: #6d5b87;
	font-size: 0.82rem;
	font-weight: 800;
}

.hcq-progress {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #eae2fa;
}

.hcq-progress i {
	display: block;
	width: 20%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #7b4de1, #a982ff);
	transition: width 0.3s ease;
}

.hcq-question-badge,
.hcq-result-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin-bottom: 12px;
	padding: 5px 14px;
	border-radius: 999px;
	background: var(--hcq-pale);
	color: var(--hcq-deep);
	font-size: 0.82rem;
	font-weight: 800;
}

.hcq-question h2,
.hcq-result h2 {
	margin: 0;
	color: #332d3b;
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	line-height: 1.45;
}

.hcq-hint {
	margin: 12px 0 24px;
	padding: 11px 14px;
	border-radius: 10px;
	background: #faf8ff;
	color: #71657e;
	font-size: 0.88rem;
	line-height: 1.65;
}

.hcq-hint::before {
	content: "確認ポイント：";
	color: var(--hcq-main);
	font-weight: 800;
}

.hcq-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcq-option {
	position: relative;
	min-height: 76px;
	padding: 14px 12px 14px 42px;
	border: 2px solid #e4ddeb;
	border-radius: 13px;
	background: #fff;
	color: #403947;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.hcq-option small {
	display: block;
	margin-top: 4px;
	color: #7d7485;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.45;
}

.hcq-option.is-selected small,
.hcq-option[aria-pressed="true"] small {
	color: #685181;
}

.hcq-option::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 17px;
	height: 17px;
	border: 2px solid #c8bdd6;
	border-radius: 50%;
	background: #fff;
	transform: translateY(-50%);
}

.hcq-option:hover {
	border-color: #bba1f5;
	background: #fcfaff;
	transform: translateY(-1px);
}

.hcq-option.is-selected,
.hcq-option[aria-pressed="true"] {
	border-color: var(--hcq-main);
	background: var(--hcq-pale);
	color: var(--hcq-deep);
}

.hcq-option.is-selected::before,
.hcq-option[aria-pressed="true"]::before {
	border: 5px solid var(--hcq-main);
}

.hcq-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
}

.hcq-back {
	padding: 10px 4px;
	border: 0;
	background: transparent;
	color: #746b7d;
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hcq-back:disabled {
	visibility: hidden;
}

.hcq-next {
	min-width: 210px;
	min-height: 54px;
	padding: 13px 24px;
	background: var(--hcq-main);
	color: #fff;
}

.hcq-next:disabled {
	cursor: not-allowed;
	opacity: 0.38;
}

/* 結果画面 */
.hcq-result {
	text-align: center;
}

.hcq-result-summary {
	margin: 18px auto 0;
	color: #51495a;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.8;
}

.hcq-caveat {
	margin: 16px auto 0;
	color: #827889;
	font-size: 0.78rem;
	line-height: 1.7;
}

.hcq-result-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}

.hcq-result .hcq-primary {
	min-height: 58px;
	padding: 14px 26px;
	background: var(--hcq-main);
	color: #fff;
	box-shadow: 0 10px 24px rgba(81, 45, 143, 0.2);
}

.hcq-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 13px 24px;
	border: 1px solid #d9d2df;
	border-radius: 999px;
	background: #fff;
	color: #403947;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.hcq-result-assure {
	margin: 16px 0 0;
	color: #6e6376;
	font-size: 0.82rem;
	line-height: 1.6;
}

.hcq-reset {
	margin-top: 10px;
}

@media (max-width: 900px) {
	.hcq-start {
		grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
		gap: 32px;
	}

	.hcq-start h2 {
		font-size: 1.65rem;
	}

	.hcq-assure {
		gap: 6px 14px;
	}
}

@media (max-width: 767px) {
	.healthcheck-quiz-band {
		padding: 34px 20px;
	}

	.hcq-start {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hcq-head {
		align-items: flex-start;
	}

	.hcq-start h2 {
		font-size: 1.55rem;
	}

	.hcq-start-info > p {
		font-size: 0.92rem;
	}

	.hcq-start .hcq-primary {
		min-height: 60px;
		padding: 15px 22px;
		font-size: 0.96rem;
	}

	.healthcheck-quiz:not(.is-start) {
		padding: 28px 24px 30px;
		border-radius: 18px;
	}

	.hcq-options {
		grid-template-columns: 1fr;
	}

	.hcq-option {
		min-height: 58px;
	}

	.hcq-result-actions {
		flex-direction: column;
	}

	.hcq-result .hcq-primary,
	.hcq-secondary {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.healthcheck-quiz-band {
		padding: 28px 16px;
	}

	.hcq-icon {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	.hcq-badge {
		min-height: 34px;
		padding-inline: 12px;
		font-size: 0.76rem;
	}

	.hcq-assure {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.healthcheck-quiz:not(.is-start) {
		padding: 24px 18px 26px;
	}

	.hcq-progress-row {
		gap: 9px;
		margin-bottom: 24px;
	}

	.hcq-question h2,
	.hcq-result h2 {
		font-size: 1.35rem;
	}

	.hcq-nav {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 8px;
	}

	.hcq-next {
		width: 100%;
		min-width: 0;
	}
}


/* ---- 2026/07/23 最終調整：月額ページの比率へ統一 ---- */
/* MV：既存文言は変更せず、見出しと画像の視覚比率だけを調整 */
body.page-template-temple-healthcheck .hero h1 {
	font-size: clamp(32px, 3.2vw, 40px);
	line-height: 1.34;
}

@media (min-width: 981px) {
	body.page-template-temple-healthcheck .hero {
		padding: 34px 0 28px;
	}

	body.page-template-temple-healthcheck .hero-inner {
		display: grid;
		grid-template-columns: minmax(500px, 0.84fr) minmax(0, 1.16fr);
		align-items: center;
		gap: 0;
		max-width: 1280px;
		min-height: 560px;
		margin-inline: auto;
		padding: 0 28px;
	}

	body.page-template-temple-healthcheck .hero-inner > :first-child {
		align-self: center;
		margin-top: -8px;
	}

	body.page-template-temple-healthcheck .hero-experience {
		position: relative;
		align-self: stretch;
		height: 560px;
		min-width: 0;
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		position: absolute;
		top: 50%;
		left: 52%;
		display: block;
		width: min(800px, 60vw);
		max-width: none;
		height: auto;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 981px) and (max-width: 1320px) {
	body.page-template-temple-healthcheck .hero h1 {
		font-size: 36px;
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		left: 52%;
		width: min(800px, 60vw);
	}
}

@media (max-width: 980px) {
	body.page-template-temple-healthcheck .hero h1 {
		font-size: clamp(30px, 5vw, 38px);
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		left: 50%;
		width: min(100%, 760px);
	}
}

/* チェック帯：開始画面を月額ページと同じ密度・左右バランスへ */
.healthcheck-quiz-band {
	padding: 48px 24px;
}

.hcq-start {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	text-align: left;
}

.hcq-start-info {
	flex: 1;
	min-width: 260px;
}

.hcq-head {
	display: inline-flex;
	gap: 0;
	margin-bottom: 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.hcq-icon {
	flex-basis: 36px;
	width: 36px;
	height: 36px;
}

.hcq-badge {
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 15px;
}

.hcq-start h2 {
	margin-bottom: 6px;
	font-size: clamp(21px, 2.6vw, 26px);
}

.hcq-start-info > p {
	font-size: 14.5px;
	line-height: 1.7;
}

.hcq-start-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.hcq-start .hcq-primary {
	width: auto;
	min-width: 360px;
	min-height: 0;
	padding: 15px 18px 15px 30px;
	border: 0;
	background: #ffc53d;
	color: #1d1d1f;
	font-size: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	justify-content: space-between;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hcq-start .hcq-primary:hover {
	background: #ffd15c;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
	transform: translateY(-2px);
}

.hcq-start .hcq-primary span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #1d1d1f;
	color: #ffc53d;
	font-size: 19px;
}

.hcq-assure {
	margin-top: 0;
	gap: 8px 18px;
	font-size: 12.5px;
}

/* 診断画面：緑版と同じカード幅・文字サイズ・余白へ */
.healthcheck-quiz:not(.is-start) {
	width: min(100%, 640px);
	padding: 30px 44px;
	border-top-width: 3px;
	border-radius: 18px;
}

.hcq-progress-row {
	gap: 14px;
	margin-bottom: 22px;
}

.hcq-progress-text,
.hcq-percent {
	font-size: 12.5px;
}

.hcq-progress {
	height: 4px;
}

.hcq-question-badge {
	min-height: 0;
	margin-bottom: 14px;
	padding: 4px 11px;
	background: var(--hcq-deep);
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.hcq-question h2 {
	font-size: 21px;
	line-height: 1.65;
}

.hcq-hint {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0 22px;
	padding: 0;
	background: transparent;
	color: #716a78;
	font-size: 12.5px;
	line-height: 1.6;
}

.hcq-hint::before {
	content: "⌕";
	color: currentColor;
	font-size: 16px;
	font-weight: 500;
}

.hcq-options {
	gap: 12px;
}

.hcq-option {
	min-height: 92px;
	padding: 17px 12px 17px 48px;
	font-size: 15.5px;
	line-height: 1.6;
}

.hcq-option small {
	font-size: 12.5px;
	line-height: 1.5;
}

.hcq-option::before {
	top: 50%;
	left: 19px;
	width: 18px;
	height: 18px;
	border-width: 2px;
	transform: translateY(-50%);
}

.hcq-option.is-selected::before,
.hcq-option[aria-pressed="true"]::before {
	border-width: 2px;
	border-color: var(--hcq-main);
}

.hcq-option.is-selected::after,
.hcq-option[aria-pressed="true"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 27px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hcq-main);
}

.hcq-nav {
	margin-top: 22px;
}

.hcq-next {
	min-width: 0;
	min-height: 0;
	padding: 12px 26px;
	font-size: 14px;
}

@media (max-width: 820px) {
	.hcq-start {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.hcq-start-cta {
		width: 100%;
	}

	.hcq-start .hcq-primary {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.healthcheck-quiz:not(.is-start) {
		padding: 22px 20px;
	}

	.hcq-question h2 {
		font-size: 19px;
	}

	.hcq-options {
		grid-template-columns: 1fr;
	}

	.hcq-option {
		min-height: 72px;
	}
}

/* 診断結果：ボタン下の案内を月額ページと同じ構成へ */
.hcq-result-assure {
	margin: 28px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #e4e0e6;
	color: #403947;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.hcq-reset {
	display: block;
	margin: 24px 0 0;
	padding: 0;
	color: #746b7d;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
}

.hcq-reset:hover {
	color: var(--hcq-deep);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* MV：文字と画像を重ねず、左右の視覚中心を整える */
@media (min-width: 1181px) {
	body.page-template-temple-healthcheck .hero-inner {
		grid-template-columns: 540px minmax(0, 1fr);
		max-width: 1280px;
		padding-inline: 28px;
	}

	body.page-template-temple-healthcheck .hero-inner > :first-child {
		position: relative;
		z-index: 2;
		min-width: 0;
		max-width: 540px;
	}

	body.page-template-temple-healthcheck .hero h1,
	body.page-template-temple-healthcheck .hero-lead {
		max-width: 540px;
		overflow-wrap: anywhere;
	}

	body.page-template-temple-healthcheck .hero-actions {
		flex-wrap: nowrap;
		gap: 14px;
	}

	body.page-template-temple-healthcheck .hero-actions .btn {
		padding-inline: 24px;
		white-space: nowrap;
	}

	body.page-template-temple-healthcheck .hero-experience {
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		top: 50%;
		left: 0;
		width: min(780px, 58vw);
		transform: translateY(-50%);
	}
}

@media (min-width: 1181px) and (max-width: 1320px) {
	body.page-template-temple-healthcheck .hero h1 {
		font-size: 36px;
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		width: min(750px, 58vw);
	}
}

/* 2列で窮屈になる前に、文章→画像の1列へ切り替える */
@media (max-width: 1180px) {
	body.page-template-temple-healthcheck .hero {
		padding: 0 0 48px;
	}

	body.page-template-temple-healthcheck .hero-inner {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 0;
		padding: 0;
	}

	body.page-template-temple-healthcheck .hero-inner > :first-child {
		position: relative;
		z-index: 2;
		order: 1;
		width: min(100%, 760px);
		min-width: 0;
		margin: 0 auto;
		padding: 42px 22px 0;
	}

	body.page-template-temple-healthcheck .hero h1 {
		font-size: clamp(30px, 4.2vw, 38px);
	}

	body.page-template-temple-healthcheck .hero-lead {
		max-width: 680px;
		overflow-wrap: anywhere;
	}

	body.page-template-temple-healthcheck .hero-experience {
		position: relative;
		z-index: 1;
		order: 2;
		width: 100%;
		height: clamp(360px, 72vw, 540px);
		margin-top: 32px;
		overflow: hidden;
	}

	body.page-template-temple-healthcheck .hero-experience > img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: min(100%, 760px);
		max-width: 100%;
		height: auto;
		transform: translate(-50%, -50%);
	}
}

/* MV：月額ページと同じフォント体系・CTA構成へ */
body.page-template-temple-healthcheck .hero {
	font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
}

body.page-template-temple-healthcheck .hero .label {
	font-family: "Outfit", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.26em;
}

body.page-template-temple-healthcheck .hero h1 {
	font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	font-feature-settings: "palt" 1;
	text-wrap: balance;
	word-break: auto-phrase;
}

body.page-template-temple-healthcheck .hero-lead {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.01em;
}

body.page-template-temple-healthcheck .hero-actions {
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	margin-top: 26px;
}

body.page-template-temple-healthcheck .hero-actions .btn-primary {
	width: auto;
	min-height: 0;
	padding: 17px 36px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.page-template-temple-healthcheck .hero-actions .btn-secondary {
	min-height: 44px;
	padding: 6px 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--color);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.page-template-temple-healthcheck .hero-actions .btn-secondary::after {
	content: "›";
	margin-left: 2px;
	font-size: 17px;
	line-height: 1;
}

body.page-template-temple-healthcheck .hero-actions .btn-secondary:hover {
	transform: none;
	text-decoration: underline;
	text-underline-offset: 5px;
}


/* Webサイト改善診断：About以降を月額ページの構成に合わせて分離 */
body.page-template-temple-healthcheck .healthcheck-statement,
body.page-template-temple-healthcheck .healthcheck-about,
body.page-template-temple-healthcheck .healthcheck-viewpoints,
body.page-template-temple-healthcheck .healthcheck-benefits,
body.page-template-temple-healthcheck .healthcheck-report {
	font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
}

body.page-template-temple-healthcheck .healthcheck-statement {
	padding: 92px 24px 94px;
	background: #f4efff;
	color: #333;
	text-align: center;
}

body.page-template-temple-healthcheck .healthcheck-statement::before {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 34px;
	border-radius: 50%;
	background: #9266f2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M6 13l6 6 6-6'/%3E%3C/svg%3E") center / 22px no-repeat;
	box-shadow: 0 14px 26px -10px rgba(146, 102, 242, 0.6);
}

body.page-template-temple-healthcheck .healthcheck-statement h2 {
	max-width: 980px;
	margin: 0 auto;
	color: inherit;
	font-size: clamp(28px, 3.5vw, 42px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-wrap: balance;
}

body.page-template-temple-healthcheck .healthcheck-statement h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 28px auto 0;
	border-radius: 2px;
	background: #9266f2;
}

body.page-template-temple-healthcheck .healthcheck-content-container {
	max-width: 1080px;
}

body.page-template-temple-healthcheck .healthcheck-about {
	background: #fff;
}

body.page-template-temple-healthcheck .healthcheck-about .label {
	margin-bottom: 22px;
	font-family: "Outfit", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.26em;
}

body.page-template-temple-healthcheck .healthcheck-about h2 {
	max-width: 980px;
	margin: 0 0 30px;
	font-size: clamp(30px, 3.6vw, 42px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

body.page-template-temple-healthcheck .healthcheck-copy {
	max-width: 980px;
}

body.page-template-temple-healthcheck .healthcheck-copy p {
	margin: 0 0 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

body.page-template-temple-healthcheck .healthcheck-copy p:last-child {
	margin-bottom: 0;
}

body.page-template-temple-healthcheck .healthcheck-section-head {
	max-width: none;
	margin: 0 0 52px;
}

body.page-template-temple-healthcheck .healthcheck-section-head h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3.3vw, 40px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

body.page-template-temple-healthcheck .healthcheck-section-head .section-lead {
	max-width: 920px;
	margin: 0;
	color: #4c4653;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
}

body.page-template-temple-healthcheck .healthcheck-viewpoints {
	background: #f5f3fa;
}

body.page-template-temple-healthcheck .healthcheck-viewpoint-grid {
	--lp-card-accent: #9266f2;
}

body.page-template-temple-healthcheck .healthcheck-note {
	margin: 18px 0 0;
	color: #716a78;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.7;
}

body.page-template-temple-healthcheck .healthcheck-viewpoint-summary {
	max-width: 980px;
	margin: 34px 0 0;
	padding-top: 30px;
	border-top: 1px solid #ded9e6;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 2;
}

body.page-template-temple-healthcheck .healthcheck-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.page-template-temple-healthcheck .healthcheck-benefit-card {
	min-width: 0;
	padding: 32px 28px;
	border: 1px solid #ddd8e5;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px -26px rgba(79, 45, 143, 0.45);
}

body.page-template-temple-healthcheck .healthcheck-benefit-card h3 {
	margin: 0 0 16px;
	color: #302a35;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.65;
}

body.page-template-temple-healthcheck .healthcheck-benefit-card p {
	margin: 0;
	color: #5e5765;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.9;
}

body.page-template-temple-healthcheck .healthcheck-report {
	background: #f5f3fa;
}

body.page-template-temple-healthcheck .healthcheck-report-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

body.page-template-temple-healthcheck .healthcheck-report-image {
	overflow: hidden;
	margin: 0;
	border: 1px solid #ddd8e5;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 42px -28px rgba(51, 35, 80, 0.65);
}

body.page-template-temple-healthcheck .healthcheck-report-image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-template-temple-healthcheck .healthcheck-benefit-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-temple-healthcheck .healthcheck-report-grid {
		gap: 14px;
	}
}

@media (max-width: 820px) {
	.br-pc {
		display: none;
	}

	body.page-template-temple-healthcheck .healthcheck-section-head {
		margin-bottom: 36px;
	}
}

@media (max-width: 640px) {
	body.page-template-temple-healthcheck .healthcheck-statement {
		padding: 64px 18px 66px;
	}

	body.page-template-temple-healthcheck .healthcheck-statement::before {
		width: 46px;
		height: 46px;
		margin-bottom: 26px;
		background-size: 20px;
	}

	body.page-template-temple-healthcheck .healthcheck-statement h2 {
		font-size: 27px;
		line-height: 1.55;
	}

	body.page-template-temple-healthcheck .healthcheck-statement h2::after {
		margin-top: 24px;
	}

	body.page-template-temple-healthcheck .healthcheck-about h2,
	body.page-template-temple-healthcheck .healthcheck-section-head h2 {
		font-size: 27px;
	}

	body.page-template-temple-healthcheck .healthcheck-copy p,
	body.page-template-temple-healthcheck .healthcheck-section-head .section-lead {
		font-size: 15px;
	}

	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid,
	body.page-template-temple-healthcheck .healthcheck-report-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid li {
		min-height: 0;
		padding: 18px;
	}

	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card__icon {
		width: 42px;
		height: 42px;
		margin-bottom: 14px;
	}

	body.page-template-temple-healthcheck .healthcheck-benefit-card {
		padding: 26px 22px;
	}

	body.page-template-temple-healthcheck .healthcheck-report-grid {
		gap: 20px;
	}
}

/* ==================================================
	Webサイト改善診断：セクション密度と英語ラベル
================================================== */
body.page-template-temple-healthcheck #trouble,
body.page-template-temple-healthcheck .healthcheck-viewpoints,
body.page-template-temple-healthcheck .healthcheck-benefits,
body.page-template-temple-healthcheck .healthcheck-report {
	padding-top: 72px;
	padding-bottom: 72px;
}

body.page-template-temple-healthcheck #trouble .section-head.left {
	margin-bottom: 40px;
}

body.page-template-temple-healthcheck #trouble .card-grid {
	gap: 18px;
}

body.page-template-temple-healthcheck #trouble .card {
	padding: 24px;
}

body.page-template-temple-healthcheck .healthcheck-section-head {
	margin-bottom: 36px;
}

body.page-template-temple-healthcheck .healthcheck-section-head .label {
	margin-bottom: 14px;
}

body.page-template-temple-healthcheck .healthcheck-section-head h2 {
	margin-bottom: 14px;
}

/* 月額LPと同じ、アイコン・本文・CTAの横型案内カード */
body.page-template-temple-healthcheck .healthcheck-related {
	padding-top: 64px;
	padding-bottom: 64px;
}

body.page-template-temple-healthcheck .healthcheck-related-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 48px 56px;
	border-radius: 24px;
}

body.page-template-temple-healthcheck .healthcheck-related-card__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--color);
	box-shadow: 0 14px 28px -14px rgba(79, 45, 143, 0.65);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

body.page-template-temple-healthcheck .healthcheck-related-card h2 {
	margin: 0 0 12px;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.55;
}

body.page-template-temple-healthcheck .healthcheck-related-card p {
	max-width: 720px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}

body.page-template-temple-healthcheck .healthcheck-related-card .btn {
	min-width: 300px;
	padding-inline: 30px;
	white-space: nowrap;
}

@media (max-width: 980px) {
	body.page-template-temple-healthcheck .healthcheck-related-card {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 38px 34px;
	}

	body.page-template-temple-healthcheck .healthcheck-related-card .btn {
		grid-column: 2;
		width: auto;
		min-width: 0;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	body.page-template-temple-healthcheck #trouble,
	body.page-template-temple-healthcheck .healthcheck-viewpoints,
	body.page-template-temple-healthcheck .healthcheck-benefits,
	body.page-template-temple-healthcheck .healthcheck-report {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	body.page-template-temple-healthcheck .healthcheck-related {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	body.page-template-temple-healthcheck .healthcheck-related-card {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 28px 24px;
	}

	body.page-template-temple-healthcheck .healthcheck-related-card .btn {
		grid-column: auto;
		width: 100%;
	}
}

/* ==================================================
	Webサイト改善診断：診断観点のコンパクトカード
================================================== */
body.page-template-temple-healthcheck .healthcheck-viewpoints .healthcheck-section-head {
	margin-bottom: 36px;
}

body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card {
	min-height: 92px;
	padding: 20px;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	margin: 0;
}

body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card__title {
	font-size: 15px;
	line-height: 1.5;
}

/* ==================================================
	Webサイト改善診断：料金の目安（1枚カード）
================================================== */
body.page-template-temple-healthcheck #price .healthcheck-price-card {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 38px 40px;
	border: 1px solid #ddd5e8;
	border-radius: 12px;
	background: #f6f3fb;
	box-shadow: none;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card h3 {
	margin: 0 0 16px;
	color: var(--hcq-deep);
	font-size: 17px;
	font-weight: 800;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__amount {
	color: #2f2d33;
	font-size: clamp(38px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__amount span {
	margin-left: 8px;
	color: #6d6278;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__variable {
	margin: 8px 0 0;
	color: #746b7d;
	font-size: 13px;
	font-weight: 500;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__diagnosis {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid #d9d1e2;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card h4 {
	margin: 0 0 14px;
	color: #4d4654;
	font-size: 14px;
	font-weight: 800;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__diagnosis ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__diagnosis li {
	position: relative;
	padding-left: 24px;
	color: #3f3946;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__diagnosis li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hcq-main);
	font-weight: 800;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__info {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__info > div {
	padding: 18px 20px;
	border: 1px solid #e3dceb;
	border-radius: 8px;
	background: #fff;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__info h4 {
	margin-bottom: 6px;
}

body.page-template-temple-healthcheck #price .healthcheck-price-card__info p {
	margin: 0;
	color: #665e6e;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
}

body.page-template-temple-healthcheck #price .note {
	margin-top: 24px;
	text-align: left;
	line-height: 1.85;
}

/* Webサイト改善診断：無料見積りCTA */
body.page-template-temple-healthcheck .healthcheck-estimate-cta {
	padding: 54px 24px;
	background: #fff;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
	width: min(100%, 1120px);
	margin-inline: auto;
	padding: 42px 48px;
	border: 1px solid #ddd9e3;
	border-radius: 18px;
	background: #fff;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--hcq-main);
	color: #fff;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__copy {
	padding: 0;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta h2 {
	margin: 0 0 10px;
	color: #2f2d33;
	font-size: clamp(23px, 2vw, 29px);
	font-weight: 800;
	line-height: 1.4;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta p {
	max-width: 720px;
	margin: 0;
	color: #625e68;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-width: 280px;
	min-height: 64px;
	padding: 16px 26px;
	border: 2px solid var(--hcq-main);
	border-radius: 999px;
	background: #fff;
	color: var(--hcq-deep);
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

body.page-template-temple-healthcheck .healthcheck-estimate-cta__button:hover {
	background: var(--hcq-pale);
}

/* ご相談から診断までの流れ：カード間の矢印 */
body.page-template-temple-healthcheck #flow .flow-card::after {
	border-color: transparent transparent transparent #cbb8ff;
}

@media (max-width: 640px) {
	body.page-template-temple-healthcheck #flow .flow-card::after {
		border-color: #cbb8ff transparent transparent transparent;
	}

	.hcq-start-cta {
		width: 100%;
	}

	.hcq-start .hcq-primary {
		justify-content: space-between;
		width: 100%;
		min-width: 0;
		padding: 12px 12px 12px 18px;
		font-size: 14px;
	}

	.hcq-start .hcq-primary span {
		flex: 0 0 32px;
		width: 32px;
		height: 32px;
	}

	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card {
		min-height: 78px;
		padding: 17px 18px;
		gap: 14px;
	}

	body.page-template-temple-healthcheck .healthcheck-viewpoint-grid .lp-icon-card__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		margin: 0;
	}

	body.page-template-temple-healthcheck #price .healthcheck-price-card {
		padding: 28px 22px;
		border-radius: 10px;
	}

	body.page-template-temple-healthcheck #price .healthcheck-price-card h3 {
		font-size: 20px;
	}

	body.page-template-temple-healthcheck #price .healthcheck-price-card__amount {
		font-size: 36px;
	}

	body.page-template-temple-healthcheck #price .healthcheck-price-card__diagnosis ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.page-template-temple-healthcheck #price .healthcheck-price-card__info > div {
		padding: 16px;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta {
		padding: 40px 20px;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 28px 24px;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta__copy {
		padding: 0;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta__icon {
		width: 58px;
		height: 58px;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta h2 {
		font-size: 24px;
	}

	body.page-template-temple-healthcheck .healthcheck-estimate-cta__button {
		width: 100%;
		min-width: 0;
		min-height: 58px;
	}
}

body.page-template-temple-healthcheck .section.bg {
	background: #f5f3fa;
}
