/* =========================================================
	日野2団 Q&Aメーカー 表示CSS
========================================================= */

.hino-qa-page {
	--hino-qa-green: #10291f;
	--hino-qa-green-2: #193d2e;
	--hino-qa-cream: #f4efe2;
	--hino-qa-cream-2: #fbf7ee;
	--hino-qa-gold: #c9953f;
	--hino-qa-text: #23312b;
	--hino-qa-muted: #6e7a72;
	padding: 96px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
	color: var(--hino-qa-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
}

.hino-qa-page * {
	box-sizing: border-box;
}

.hino-qa-container {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
}

.hino-qa-heading {
	max-width: 820px;
	margin: 0 auto 50px;
	text-align: center;
}

.hino-qa-kicker {
	margin: 0 0 14px;
	color: var(--hino-qa-gold);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hino-qa-heading h2 {
	margin: 0;
	color: var(--hino-qa-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
	border: none !important;
}

.hino-qa-heading p {
	margin: 22px auto 0;
	color: var(--hino-qa-muted);
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.hino-qa-list {
	display: grid;
	gap: 24px;
}

.hino-qa-item {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 24px;
	padding: 34px 38px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(16, 41, 31, 0.10);
	overflow: hidden;
}

.hino-qa-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--hino-qa-green) 0%, var(--hino-qa-gold) 56%, rgba(201, 149, 63, 0) 100%);
}

.hino-qa-number {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--hino-qa-green) 0%, var(--hino-qa-green-2) 100%);
	color: #f4c66d;
	font-family: "Times New Roman", serif;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.06em;
	box-shadow: 0 14px 34px rgba(16, 41, 31, 0.18);
}

.hino-qa-content h3 {
	margin: 0 0 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(201, 149, 63, 0.28) !important;
	color: var(--hino-qa-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.hino-qa-answer {
	color: #4f5f57;
	font-size: 16px;
	line-height: 2.05;
}

.hino-qa-answer p {
	margin: 0 0 18px;
	text-align: left;
}

.hino-qa-answer p:last-child {
	margin-bottom: 0;
}

.hino-qa-answer a,
.hino-qa-link {
	color: var(--hino-qa-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-qa-image {
	margin: 26px 0 0;
}

.hino-qa-image img {
	display: block;
	width: min(100%, 560px);
	height: auto;
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(16, 41, 31, 0.12);
}

.hino-qa-image figcaption {
	margin-top: 10px;
	color: var(--hino-qa-muted);
	font-size: 13px;
	font-weight: 800;
	text-align: left;
}

.hino-qa-youtube {
	position: relative;
	width: min(100%, 720px);
	margin: 28px 0 0;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	background: #000000;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.15);
	overflow: hidden;
}

.hino-qa-youtube iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hino-qa-link-wrap {
	margin: 22px 0 0;
}

.hino-qa-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid rgba(201, 149, 63, 0.32);
	border-radius: 999px;
	background: var(--hino-qa-cream-2);
	text-decoration: none;
}

.hino-qa-action {
	display: flex;
	justify-content: center;
	margin-top: 46px;
}

.hino-qa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 30px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-qa-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 50px rgba(201, 149, 63, 0.38);
}

@media screen and (max-width: 760px) {
	.hino-qa-item {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 30px 26px;
	}

	.hino-qa-number {
		width: 50px;
		height: 50px;
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.hino-qa-page {
		padding: 72px 0;
	}

	.hino-qa-container {
		width: min(100% - 28px, 980px);
	}

	.hino-qa-heading {
		margin-bottom: 34px;
	}

	.hino-qa-heading h2 {
		font-size: 31px;
	}

	.hino-qa-heading p,
	.hino-qa-answer {
		font-size: 15px;
		line-height: 1.95;
	}

	.hino-qa-content h3 {
		font-size: 21px;
	}

	.hino-qa-action,
	.hino-qa-button,
	.hino-qa-link {
		width: 100%;
	}
}
