.honima-seo-page #main {
	padding-top: 0;
	background: #fff;
}

.honima-seo-page #main .content {
	width: 1100px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.hseo-eyebrow {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 10px;
	margin: 0 0 18px;
	padding-top: 0;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.hseo-eyebrow--red {
	color: #d03720;
}

.hseo-eyebrow--light {
	color: #fff;
}

.hseo-eyebrow__en {
	letter-spacing: 0.14em;
}

.hseo-eyebrow__sep {
	opacity: 0.8;
}

.hseo-watermark {
	position: absolute;
	left: -8px;
	top: -28px;
	font-size: clamp(6rem, 9vw, 9.2rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(208, 55, 32, 0.12);
	pointer-events: none;
	z-index: 0;
}

.hseo-watermark--soft {
	color: rgba(208, 55, 32, 0.1);
}

.hseo-eyebrow--light .hseo-watermark {
	color: rgba(255, 255, 255, 0.18);
}

.hseo-eyebrow > :not(.hseo-watermark) {
	position: relative;
	z-index: 1;
}

.hseo-heading {
	margin: 0 0 36px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 3.4vw, 3.4rem);
	letter-spacing: 0.06em;
	line-height: 1.55;
	color: #111;
}

.hseo-heading--light {
	color: #fff;
}

.hseo-sec {
	position: relative;
	padding: 80px 0 88px;
	overflow: hidden;
	background: #fff;
}

.hseo-sec--red {
	background: #d03720;
}

.hseo-sec--think {
	padding-top: 24px;
}

.hseo-sec--services {
	padding-top: 24px;
}

.hseo-sec--faq {
	background: #faf7f6;
}

/* ---- hero ---- */
.hseo-hero {
	padding: 56px 0;
	background: #fff;
}

.hseo-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 40px;
	align-items: center;
}

.hseo-hero__title {
	margin: 0 0 22px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.6rem, 3.8vw, 3.8rem);
	letter-spacing: 0.06em;
	line-height: 1.45;
	color: #111;
}

.hseo-hero__lead {
	margin: 0;
	font-size: 1.45rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #222;
}

.hseo-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---- 02 issues ---- */
.hseo-issues {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.hseo-issues li {
	padding: 28px 16px 30px;
	text-align: center;
	border-right: 1px solid #d03720;
}

.hseo-issues li:last-child {
	border-right: 0;
}

.hseo-issues img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto 16px;
	object-fit: contain;
}

.hseo-issues__text {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: #111;
}

/* ---- 03 approach ---- */
.hseo-approach {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 36px;
	align-items: center;
}

.hseo-approach__copy .hseo-heading {
	margin-bottom: 20px;
}

.hseo-approach__copy p {
	margin: 0 0 14px;
	font-size: 1.35rem;
	line-height: 1.95;
	letter-spacing: 0.03em;
	color: #222;
}

.hseo-approach__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.hseo-approach__foot {
	margin: 36px 0 0;
	padding-top: 24px;
	border-top: 1px solid #f0cfc8;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #d03720;
}

/* ---- 04 priority ---- */
.hseo-think {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 32px 40px;
	align-items: start;
}

.hseo-think__copy .hseo-heading {
	margin-bottom: 20px;
}

.hseo-think__copy p {
	margin: 0 0 14px;
	font-size: 1.35rem;
	line-height: 1.95;
	letter-spacing: 0.03em;
	color: #222;
}

.hseo-priority {
	padding: 28px 24px 22px;
	border: 1px solid #f0cfc8;
	border-radius: 10px;
	background: #fff;
}

.hseo-priority__lead {
	margin: 0 0 22px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7;
	color: #111;
}

.hseo-priority__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hseo-priority__list > li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px 0;
	border-top: 1px solid #f0cfc8;
}

.hseo-priority__list > li:last-child {
	border-bottom: 1px solid #f0cfc8;
}

.hseo-priority__num {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	border-radius: 50%;
	background: #d03720;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.hseo-priority h3 {
	margin: 0 0 8px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #111;
}

.hseo-priority ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hseo-priority ul li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #444;
}

.hseo-priority ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d03720;
}

.hseo-priority__foot {
	margin: 18px 0 0;
	text-align: right;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #d03720;
}

/* ---- 05 services ---- */
.hseo-services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hseo-services li {
	padding: 28px 16px 22px;
	background: #fff;
	border: 1px solid #f0cfc8;
	border-radius: 8px;
	text-align: center;
}

.hseo-services img {
	display: block;
	width: auto;
	height: 78px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.hseo-services h3 {
	margin: 0 0 12px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #111;
}

.hseo-services p {
	margin: 0;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #222;
}

/* ---- 06 stance ---- */
.hseo-stance {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 28px 40px;
	align-items: center;
}

.hseo-stance__copy .hseo-heading {
	margin-bottom: 22px;
}

.hseo-stance__copy p {
	margin: 0 0 14px;
	font-size: 1.35rem;
	line-height: 1.95;
	letter-spacing: 0.03em;
	color: #fff;
}

.hseo-stance__visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---- 07 faq ---- */
.hseo-faq {
	margin-top: 28px;
	display: grid;
	gap: 10px;
}

.hseo-faq details {
	background: #fff;
	border: 1px solid #f0cfc8;
	border-radius: 8px;
	overflow: hidden;
}

.hseo-faq summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	column-gap: 12px;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}

.hseo-faq details[open] summary {
	padding-bottom: 10px;
}

.hseo-faq summary::-webkit-details-marker {
	display: none;
}

.hseo-faq details[open] .hseo-faq__a {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	padding: 0 20px 18px;
	box-sizing: border-box;
	color: #555;
	font-weight: 400;
}

.hseo-faq__q,
.hseo-faq__a {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 1.25rem;
	line-height: 1.75;
	letter-spacing: 0.02em;
}

.hseo-faq__q {
	font-weight: 700;
	color: #222;
}

.hseo-faq__q b {
	flex: 0 0 auto;
	min-width: 2.4rem;
	color: #d03720;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hseo-faq__a::before {
	content: "A.";
	flex: 0 0 auto;
	min-width: 2.4rem;
	color: #d03720;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hseo-faq__chev {
	display: block;
	width: 9px;
	height: 9px;
	justify-self: center;
	border-right: 2px solid #d03720;
	border-bottom: 2px solid #d03720;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.hseo-faq details[open] .hseo-faq__chev {
	transform: rotate(-135deg);
}

/* ---- 08 cta ---- */
.hseo-cta {
	position: relative;
	padding: 88px 0 92px;
	overflow: hidden;
	background: #d03720;
	text-align: center;
}

.hseo-watermark--cta {
	position: relative;
	left: auto;
	top: auto;
	display: block;
	margin: 0 auto 8px;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.18);
}

.hseo-cta__title {
	margin: 0 0 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.6rem, 3.8vw, 3.8rem);
	letter-spacing: 0.08em;
	line-height: 1.45;
	color: #fff;
}

.hseo-cta__lead {
	margin: 0 auto 32px;
	max-width: 720px;
	font-size: 1.45rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #fff;
}

.hseo-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-width: 320px;
	padding: 18px 28px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 999px;
	color: #d03720;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.hseo-cta__btn i {
	font-style: normal;
	font-weight: 700;
}

.hseo-cta__btn:hover {
	background: #ffdc00;
	color: #111;
}

.hseo-cta__note {
	margin: 18px 0 0;
	font-size: 1.15rem;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 1099px) {
	.hseo-hero__inner,
	.hseo-approach,
	.hseo-think,
	.hseo-stance {
		grid-template-columns: 1fr;
	}

	.hseo-issues,
	.hseo-services {
		grid-template-columns: 1fr 1fr;
	}

	.hseo-issues li {
		border-right: 0;
		border-bottom: 1px solid #d03720;
	}

	.hseo-issues li:nth-child(odd) {
		border-right: 1px solid #d03720;
	}

	.hseo-issues li:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.hseo-faq summary {
		padding: 16px 16px;
	}

	.hseo-faq details[open] .hseo-faq__a {
		padding: 0 16px 16px;
	}

}

@media all and (max-width: 767px) {
	.honima-seo-page #main {
		padding-top: 0;
	}

	.honima-seo-page #main .content {
		max-width: calc(100% - 40px);
	}

	.hseo-hero,
	.hseo-sec,
	.hseo-cta {
		padding: 48px 0 56px;
	}

	.hseo-issues,
	.hseo-services {
		grid-template-columns: 1fr;
	}

	.hseo-issues li,
	.hseo-issues li:nth-child(odd) {
		border-right: 0;
		border-bottom: 1px solid #d03720;
	}

	.hseo-issues li:last-child {
		border-bottom: 0;
	}

	.hseo-hero__title,
	.hseo-heading,
	.hseo-cta__title {
		font-size: 2.2rem;
	}

	.hseo-cta__btn {
		width: 100%;
		min-width: 0;
	}

	.hseo-watermark {
		font-size: 5.2rem;
		top: -18px;
	}

	.hseo-priority__foot {
		text-align: left;
	}
}
