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

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

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

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

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

.hai-eyebrow__sep {
	opacity: 0.8;
}

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

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

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

.hai-heading {
	margin: 0 0 28px;
	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;
}

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

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

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

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

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

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

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

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

.hai-issues li {
	position: relative;
	padding: 28px 16px 24px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	text-align: center;
}

.hai-issues__num {
	position: absolute;
	left: 14px;
	top: 12px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
}

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

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

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

.hai-checks {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.hai-checks li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 28px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: #222;
}

.hai-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 14px;
	height: 8px;
	border-left: 3px solid #d03720;
	border-bottom: 3px solid #d03720;
	transform: rotate(-45deg);
}

.hai-solution__callout {
	margin: 0;
	padding: 20px 22px;
	border: 1px solid #9ec5e8;
	border-radius: 8px;
	background: #f5faff;
	font-size: 1.35rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
	color: #222;
}

.hai-solution__callout strong {
	font-size: 1.55rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.hai-solution__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.hai-solution__caption {
	margin: 14px 0 0;
	text-align: center;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #d03720;
}

/* ---- 04 support ---- */
.hai-support {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 32px;
	align-items: start;
}

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

.hai-support__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.hai-support__card {
	padding: 0 0 18px;
	background: #fff;
	border: 1px solid #cfe0f0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.hai-support__card--green {
	border-color: #b7d9c2;
}

.hai-support__card-head {
	margin: 0 0 14px;
	padding: 12px 10px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1f6fb5;
	background: #eaf4fc;
}

.hai-support__card--green .hai-support__card-head {
	color: #fff;
	background: #2f9e5b;
}

.hai-support__card ul {
	margin: 0 14px 16px;
	padding: 0;
	list-style: none;
	text-align: left;
}

.hai-support__card li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 22px;
	font-size: 1.15rem;
	line-height: 1.6;
	font-weight: 700;
	color: #222;
}

.hai-support__card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 12px;
	height: 7px;
	border-left: 2.5px solid #1f6fb5;
	border-bottom: 2.5px solid #1f6fb5;
	transform: rotate(-45deg);
}

.hai-support__card--green li::before {
	border-color: #2f9e5b;
}

.hai-support__card img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto;
	object-fit: contain;
}

.hai-support__foot {
	margin: 36px auto 0;
	max-width: 820px;
	padding: 16px 20px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #222;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}

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

.hai-features li {
	position: relative;
	padding: 24px 14px 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.hai-features__num {
	position: absolute;
	left: 14px;
	top: 12px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
}

.hai-features img {
	display: block;
	width: auto;
	height: 78px;
	margin: 28px auto 14px;
	object-fit: contain;
}

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

.hai-features__sub {
	margin: 0 0 12px !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	color: #555 !important;
}

.hai-features p {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.75;
	letter-spacing: 0.02em;
	color: #222;
}

/* ---- 06 flow ---- */
.hai-flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 28px 36px;
	align-items: center;
}

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

.hai-flow__visual img {
	display: block;
	width: 100%;
	height: auto;
}

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

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

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

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

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

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

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

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

.hai-faq__q b,
.hai-faq__a b {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.8rem;
	height: 2.4rem;
	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;
}

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

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

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

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

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

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

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

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

.hai-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) {
	.hai-hero__inner,
	.hai-solution,
	.hai-support,
	.hai-flow {
		grid-template-columns: 1fr;
	}

	.hai-issues,
	.hai-features {
		grid-template-columns: 1fr 1fr;
	}

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

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

}

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

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

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

	.hai-issues,
	.hai-features,
	.hai-support__cards {
		grid-template-columns: 1fr;
	}

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

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

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