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

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

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

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

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

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

.had-eyebrow__sep {
	opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.had-issues li {
	background: #fff;
	border-radius: 10px;
	padding: 22px 14px 24px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.had-issues__label {
	margin: 0 0 14px;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #d03720;
}

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

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

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

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

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

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

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

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

.had-services__tag {
	margin: 0 0 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #d03720;
}

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

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

.had-services h3 span {
	font-size: 1.15rem;
	font-weight: 500;
	color: #555;
}

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

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

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

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

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

/* ---- 06 flow ---- */
.had-flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
	gap: 8px 6px;
	align-items: start;
	margin: 44px 0 0;
	padding: 0;
	list-style: none;
}

.had-flow > li:not(.had-flow__arrow) {
	text-align: center;
}

.had-flow__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 0 0 8px;
	color: #d03720;
}

.had-flow__step span {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.had-flow__step strong {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

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

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

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

.had-flow__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 88px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.had-flow {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
	}

	.had-flow__arrow {
		display: none;
	}

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

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

}

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

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

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

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

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

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

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