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

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

.hle-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;
}

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

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

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

.hle-eyebrow__sep {
	opacity: 0.8;
}

.hle-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;
}

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

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

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

.hle-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;
}

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

.hle-sec {
	position: relative;
	padding: 80px 0 88px;
	overflow: visible;
	background: #fff;
	border-top: 1px solid #f0cfc8;
}

.hle-sec--red {
	background: #d03720;
	border-top: 0;
}

.hle-sec--faq {
	background: #fff;
}

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

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

.hle-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;
}

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

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

/* ---- 02 issues ---- */
.hle-issues {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.hle-issues li {
	padding: 28px 16px 26px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

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

.hle-issues__text {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: #222;
	text-align: left;
}

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

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

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

.hle-approach__caption {
	margin: 0 0 14px;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #d03720;
}

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

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

.hle-strength__copy .hle-heading {
	margin-bottom: 18px;
}

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

.hle-strength__visual img {
	display: block;
	width: 100%;
	height: auto;
}

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

.hle-services li {
	padding: 24px 16px 22px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}

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

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

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

.hle-note {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px 22px;
	background: #fff8f6;
	border: 1px solid #d03720;
	border-radius: 8px;
}

.hle-note img {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.hle-note p {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: #222;
}

/* ---- 06 dont ---- */
.hle-dont {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 28px 32px;
	align-items: start;
}

.hle-dont__copy .hle-heading {
	margin-bottom: 18px;
}

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

.hle-dont__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hle-dont__list li {
	padding: 24px 14px 22px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

.hle-dont__list img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.hle-dont__list p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: #222;
}

/* ---- 07 faq ---- */
.hle-faq {
	margin-top: 28px;
	display: grid;
	gap: 0;
	border-top: 1px solid #e8e0de;
}

.hle-faq details {
	background: transparent;
	border-bottom: 1px solid #e8e0de;
}

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

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

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

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

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

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

.hle-faq__q b,
.hle-faq__a b {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.4rem;
	height: 2.6rem;
	padding: 0 0.6rem;
	border-radius: 4px;
	background: #d03720;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
}

.hle-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;
}

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

/* ---- cta (unified with /service/seo/) ---- */
.hle-cta {
	position: relative;
	padding: 88px 0 92px;
	overflow: hidden;
	background: #d03720;
	text-align: center;
}

.hle-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;
}

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

.hle-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;
}

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

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

.hle-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) {
	.hle-hero__inner,
	.hle-approach,
	.hle-strength,
	.hle-dont {
		grid-template-columns: 1fr;
	}

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

	.hle-dont__list {
		grid-template-columns: 1fr;
	}

	.hle-faq summary {
		padding: 16px 4px;
	}

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

}

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

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

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

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

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

	.hle-note {
		flex-direction: column;
		align-items: flex-start;
	}

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

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