/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         hino2dan
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* =========================================================
	Lightning 基本調整
========================================================= */

h2 {
	border-top: none !important;
	padding-top: 0 !important;
}

body.page .page-header,
body.page .page-header_pageTitle,
body.page .page-header-title,
body.page .breadcrumb,
body.page .vk_breadcrumb,
body.page .entry-header {
	display: none !important;
}

body.page .site-body,
body.page .site-content,
body.page .content-area,
body.page .site-main,
body.page .main-section,
body.page .entry-body,
body.page .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.footer-nav-list li {
	margin-bottom: 1em !important;
}

/* =========================
   Lightningのh2の横棒を消す
========================= */

h2 {
	border-top: none !important;
	padding-top: 0 !important;
}


/* ======================================
footerメニュー
====================================== */

.footer-nav-list li{
	margin-bottom:1em !important;
}


/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}


/*スマホcenter⇒left*/
@media screen and (max-width: 800px) {
	.mobile-left {
		text-align:left;
	}
}



/* =========================================================
	汎用
========================================================= */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}

.hidden.spBlock {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}

.floatL {
	float: left;
	margin: 0;
}

.floatR {
	float: right;
	margin: -15px 0 0 20px;
}

.underline {
	text-decoration: underline;
}

strong,
em,
.font-bold {
	font-weight: 700;
}

.font-normal {
	font-weight: 400;
}

.indent-1 {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.indent1 {
	text-indent: 1em;
}

@media screen and (max-width: 640px) {
	.hidden.pcBlock {
		display: none;
	}

	.hidden.spBlock {
		display: inline;
	}

	.mobile-left {
		text-align: left !important;
	}
}

/* =========================================================
	日野2団 リニューアル 共通
========================================================= */

.hino-renewal {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-brown: #8a5a2f;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	--hino-shadow: 0 24px 70px rgba(16, 41, 31, 0.18);
	--hino-radius: 28px;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

.hino-renewal * {
	box-sizing: border-box;
}

.hino-renewal a {
	color: inherit;
	text-decoration: none;
}

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

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

.hino-section {
	padding: 96px 0;
}

.hino-section-cream {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		var(--hino-cream);
}

.hino-section-white {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-section-dark {
	background:
		radial-gradient(circle at top right, rgba(211, 107, 44, 0.20), transparent 28%),
		linear-gradient(135deg, #0d2119 0%, #143426 55%, #0b1d16 100%);
	color: #ffffff;
}

.hino-section-title h2,
.hino-center-title h2,
.hino-text-block h2,
.hino-final-cta h2 {
	margin: 0 0 20px;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 3.2vw, 32px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.04em;
}

.hino-center-title {
	max-width: 780px;
	margin: 0 auto 48px;
	text-align: center;
}

.hino-center-title p:last-child {
	margin: 18px auto 0;
	color: var(--hino-muted);
	font-size: 16px;
}

.hino-section-dark .hino-center-title h2,
.hino-section-dark .hino-center-title p {
	color: #ffffff;
}

.hino-intro-text p,
.hino-text-block p,
.hino-final-cta p {
	margin: 0 0 20px;
	color: var(--hino-muted);
	font-size: 16px;
}

/* =========================================================
	ボタン
========================================================= */

.hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hino-btn:hover {
	transform: translateY(-2px);
}

.hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

.hino-btn-main:hover {
	box-shadow: 0 22px 50px rgba(201, 149, 63, 0.38);
}

.hino-btn-sub {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.hino-btn-sub:hover {
	background: rgba(255, 255, 255, 0.14);
}

.hino-btn-sub-dark {
	color: var(--hino-green);
	border: 1px solid rgba(16, 41, 31, 0.20);
	background: #ffffff;
}

/* =========================================================
	Hero
========================================================= */

.hino-hero {
	position: relative;
	display: flex;
	min-height: 760px;
	align-items: center;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		radial-gradient(circle at 80% 25%, rgba(211, 107, 44, 0.16), transparent 24%),
		linear-gradient(135deg, #071711 0%, #123426 50%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(7, 23, 17, 0.94) 0%, rgba(7, 23, 17, 0.78) 44%, rgba(7, 23, 17, 0.42) 100%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-hero::after {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -180px;
	z-index: 0;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(201, 149, 63, 0.16);
	filter: blur(8px);
}

.hino-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 70% 48%, rgba(255, 255, 255, 0.13), transparent 0 12%, transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent);
	opacity: 0.9;
}

.hino-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
	gap: 54px;
	align-items: center;
	padding: 110px 0 90px;
}

.hino-hero-copy h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(36px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0.04em;
}

.hino-hero-copy h1 span {
	color: #f4c66d;
}

.hino-lead {
	max-width: 700px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 2.05;
}

.hino-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.hino-hero-note {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.hino-hero-note span {
	display: inline-flex;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.hino-hero-panel {
	display: grid;
	gap: 18px;
}

.hino-hero-card {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(12px);
	overflow: hidden;
}

.hino-hero-card::after {
	content: "";
	position: absolute;
	right: -35px;
	top: -35px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(244, 198, 109, 0.18);
}

.hino-card-label {
	margin: 0 0 8px;
	color: #f4c66d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hino-hero-card strong {
	display: block;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}

.hino-hero-card span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

/* =========================================================
	About
========================================================= */

.hino-intro {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 42px;
	align-items: start;
}

.hino-intro-text {
	padding: 10px 0 0;
}

.hino-about-photo {
	margin-top: 34px;
}

/* =========================================================
	Experience
========================================================= */

.hino-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.hino-feature-card {
	position: relative;
	min-height: 286px;
	padding: 30px 26px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.hino-feature-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--hino-gold), rgba(244, 198, 109, 0));
}

.hino-feature-icon {
	display: inline-flex;
	margin-bottom: 26px;
	color: #f4c66d;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.20em;
}

.hino-feature-card h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-feature-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.95;
}

/* =========================================================
	活動ブログ
========================================================= */

.hino-blog-section {
	padding: 96px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-blog-heading {
	max-width: 780px;
	margin: 0 auto 48px;
	text-align: center;
}

.hino-blog-heading h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-blog-heading p {
	margin: 18px auto 0;
	color: #6e7a72;
	font-size: 16px;
	line-height: 2;
}

.hino-blog-heading p + p {
	margin-top: 10px;
}

.hino-blog-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.hino-blog-list-area {
	padding: 48px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.12), transparent 34%),
		#f4efe2;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12);
}

.hino-blog-list-area .pt-cv-wrapper {
	max-width: none;
	margin: 0;
	padding: 0;
}

.hino-blog-list-area .pt-cv-view {
	padding: 0 !important;
	background: transparent !important;
}

.hino-blog-list-area .pt-cv-content-item {
	margin-bottom: 38px !important;
}

.hino-blog-list-area .pt-cv-thumbnail {
	display: block;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.14);
	overflow: hidden;
}

.hino-blog-list-area .pt-cv-thumbnail img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 18px;
	transition: transform 0.35s ease;
}

.hino-blog-list-area .pt-cv-content-item:hover .pt-cv-thumbnail img {
	transform: scale(1.04);
}

.hino-blog-list-area .pt-cv-title {
	margin: 16px 0 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.65;
	letter-spacing: 0.03em;
}

.hino-blog-list-area .pt-cv-title a {
	color: #10291f;
	text-decoration: none;
}

.hino-blog-list-area .pt-cv-title a:hover {
	color: #8a5a2f;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-blog-list-area .pt-cv-meta-fields {
	margin: 12px 0 8px;
	color: #c9953f;
	font-family: "Times New Roman", serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.hino-blog-list-area .pt-cv-content {
	color: #5f6f67;
	font-size: 14px;
	line-height: 1.9;
}

.hino-blog-list-area .pt-cv-readmore {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 18px;
	padding: 10px 22px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%) !important;
	color: #1c1608 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	box-shadow: 0 14px 32px rgba(201, 149, 63, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-blog-list-area .pt-cv-readmore:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.32);
}

/* =========================================================
	For Parents
========================================================= */

.hino-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: 56px;
	align-items: center;
}

.hino-text-block h2 {
	margin-bottom: 26px;
}

.hino-mini-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-top: 28px;
}

.hino-text-link {
	position: relative;
	color: var(--hino-green);
	font-weight: 800;
	letter-spacing: 0.03em;
}

.hino-text-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: var(--hino-gold);
}

.hino-message-box {
	position: relative;
	padding: 48px;
	border-radius: var(--hino-radius);
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.24), transparent 34%),
		linear-gradient(135deg, #10291f 0%, #193d2e 100%);
	color: #ffffff;
	box-shadow: var(--hino-shadow);
	overflow: hidden;
}

.hino-message-box::after {
	content: "";
	position: absolute;
	right: -44px;
	bottom: -44px;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(244, 198, 109, 0.28);
	border-radius: 50%;
}

.hino-message-label {
	margin: 0 0 16px;
	color: #f4c66d;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.20em;
	text-transform: uppercase;
}

.hino-message-box h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.42;
	letter-spacing: 0.04em;
}

.hino-message-box p:last-child {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
	隊活動ナビ
========================================================= */

.hino-section-photo {
	padding: 104px 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(244, 198, 109, 0.16), transparent 30%),
		radial-gradient(circle at 88% 82%, rgba(201, 149, 63, 0.13), transparent 28%),
		linear-gradient(135deg, #071711 0%, #10291f 54%, #071711 100%);
	color: #ffffff;
}

.hino-activity-block {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	gap: 64px;
	align-items: center;
}

.hino-activity-copy h2 {
	margin: 0 0 24px;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-activity-copy p {
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 2.05;
}

.hino-activity-list {
	display: grid;
	gap: 14px;
}

.hino-activity-item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px 24px;
	align-items: center;
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 16px);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.20);
	overflow: hidden;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hino-activity-item::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #f4c66d, rgba(244, 198, 109, 0));
}

.hino-activity-item::after {
	content: "→";
	position: relative;
	z-index: 1;
	grid-column: 2;
	grid-row: 1 / span 3;
	display: flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(201, 149, 63, 0.24);
}

.hino-activity-item:hover {
	transform: translateY(-3px);
	border-color: rgba(244, 198, 109, 0.28);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 16px);
}

.hino-activity-item span,
.hino-activity-item strong,
.hino-activity-item em {
	position: relative;
	z-index: 1;
	display: block;
}

.hino-activity-item span {
	color: #f4c66d;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hino-activity-item strong {
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 27px;
	line-height: 1.35;
	letter-spacing: 0.04em;
}

.hino-activity-item em {
	color: rgba(255, 255, 255, 0.64);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
}

/* =========================================================
	団委員長メッセージ
========================================================= */

.hino-info-story-section {
	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%);
}

.hino-message-profile {
	margin: 0 auto 72px;
	padding: 46px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-message-profile-head {
	margin-bottom: 28px;
}

.hino-message-profile-head h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.hino-message-profile-body {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 34px;
	align-items: start;
}

.hino-message-profile-photo {
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.14);
	overflow: hidden;
}

.hino-message-profile-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.hino-message-profile-text p {
	margin: 0 0 18px;
	color: #4f5f57;
	font-size: 16px;
	line-height: 2;
}

.hino-message-profile-text p:last-child {
	margin-bottom: 0;
}

.hino-message-news {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(16, 41, 31, 0.12);
}

.hino-message-subtitle {
	margin: 0 0 20px;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	line-height: 1.45;
	letter-spacing: 0.04em;
	border: none !important;
}

.hino-message-news-list {
	width: min(720px, 100%) !important;
	max-width: 720px !important;
	margin: 0 0 24px !important;
	padding: 26px 34px !important;
	border: 1px solid rgba(201, 149, 63, 0.22) !important;
	border-radius: 20px !important;
	background: #fbf7ee !important;
	text-align: left !important;
}

.hino-message-news-list ul,
.hino-message-news-list ol {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hino-message-news-list li {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 28px !important;
	margin: 0 !important;
	padding: 14px 0 !important;
	border-bottom: 1px solid rgba(16, 41, 31, 0.12) !important;
	line-height: 1.7 !important;
	text-align: left !important;
	white-space: nowrap !important;
}

.hino-message-news-list li:last-child {
	border-bottom: none !important;
}

.hino-message-news-list li a,
.hino-message-news-list li span,
.hino-message-news-list li time,
.hino-message-news-list li strong {
	display: inline-block !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	white-space: nowrap !important;
	text-align: left !important;
}

.hino-message-news-list li a {
	color: #10291f !important;
	font-weight: 900 !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}

.hino-message-news-list li a:first-child,
.hino-message-news-list li time,
.hino-message-news-list li .date,
.hino-message-news-list li .custom-news-date {
	flex: 0 0 104px !important;
	color: #c9953f !important;
	font-family: "Times New Roman", serif !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em !important;
}

.hino-message-news-list li a:not(:first-child),
.hino-message-news-list li strong,
.hino-message-news-list li .custom-news-title {
	flex: 0 1 auto !important;
	color: #10291f !important;
}

.hino-message-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hino-message-links a {
	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: #ffffff;
	color: #10291f;
	font-weight: 900;
	box-shadow: 0 14px 32px rgba(16, 41, 31, 0.07);
}

/* =========================================================
	活動リズム
========================================================= */

.hino-rhythm-section {
	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%);
}

.hino-rhythm-card {
	position: relative;
	padding: 54px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.14), transparent 34%),
		#ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.11);
	overflow: hidden;
}

.hino-rhythm-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #10291f 0%, #c9953f 55%, rgba(201, 149, 63, 0) 100%);
}

.hino-rhythm-heading {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.hino-rhythm-heading h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(28px, 3.4vw, 38px);
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-rhythm-heading p {
	margin: 20px auto 0;
	color: #6e7a72;
	font-size: 16px;
	line-height: 2;
}

.hino-rhythm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.hino-rhythm-item {
	padding: 28px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 24px;
	background: #fbf7ee;
	box-shadow: 0 16px 42px rgba(16, 41, 31, 0.07);
}

.hino-rhythm-item span {
	display: inline-flex;
	margin-bottom: 14px;
	color: #c9953f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.hino-rhythm-item strong {
	display: block;
	margin-bottom: 12px;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 23px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

.hino-rhythm-item p {
	margin: 0;
	color: #6e7a72;
	font-size: 14px;
	line-height: 1.9;
}

.hino-guide-note {
	margin-top: 34px;
	padding: 28px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 22px;
	background: #fbf7ee;
}

.hino-guide-note h3 {
	margin: 0 0 14px;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	line-height: 1.5;
	border: none !important;
}

.hino-guide-note p {
	margin: 0 0 14px;
	color: #4f5f57;
	line-height: 1.9;
}

.hino-guide-note ul {
	margin: 0;
	padding-left: 1.3em;
	color: #4f5f57;
	line-height: 1.9;
}

.hino-bottom-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 38px;
}

/* =========================================================
	リーダー紹介
========================================================= */

.hino-leader-section {
	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%);
}

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

.hino-leader-heading h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-leader-heading p:last-child {
	margin: 22px auto 0;
	color: #6e7a72;
	font-size: 16px;
	line-height: 2;
}

.hino-leader-gallery {
	padding: 44px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.12), transparent 34%),
		#f4efe2;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12);
}

.hino-leader-gallery .site-photo-block,
.hino-leader-gallery .site-photo-block-list {
	padding-left: 0;
	padding-right: 0;
}

.hino-leader-gallery .site-photo-block-caption {
	margin-top: 12px;
	color: #10291f;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-align: center;
}

/* =========================================================
	Final CTA
========================================================= */

.hino-final-cta {
	position: relative;
	padding: 112px 0;
	background:
		radial-gradient(circle at 20% 10%, rgba(244, 198, 109, 0.22), transparent 30%),
		radial-gradient(circle at 80% 80%, rgba(211, 107, 44, 0.18), transparent 28%),
		linear-gradient(135deg, #071711 0%, #143426 56%, #071711 100%);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.hino-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-final-inner {
	position: relative;
	z-index: 1;
	max-width: 780px;
}

.hino-final-cta h2 {
	color: #ffffff;
}

.hino-final-cta p {
	max-width: 660px;
	margin: 22px auto 34px;
	color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
	お知らせ詳細ページ
========================================================= */

body.single .site-body,
body.single .site-content,
body.single .content-area,
body.single .site-main {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%) !important;
}

body.single .page-header,
body.single .page-header_pageTitle,
body.single .page-header-title,
body.single .breadcrumb,
body.single .vk_breadcrumb,
body.single .entry-meta,
body.single .entry-footer,
body.single .postNextPrev,
body.single .veu_socialSet,
body.single .veu_socialSet-position-after,
body.single .veu_contentAddSection {
	display: none !important;
}

body.single .main-section {
	max-width: 920px !important;
	margin: 0 auto !important;
	padding: 76px 20px 96px !important;
}

body.single .entry {
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

body.single .entry::before {
	content: "NEWS";
	display: block;
	margin: 0 0 14px;
	color: #c9953f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-align: center;
	text-transform: uppercase;
}

body.single .entry-title {
	margin: 0 auto 30px !important;
	padding: 26px 34px !important;
	border: 1px solid rgba(201, 149, 63, 0.35) !important;
	background: linear-gradient(135deg, #0b1d36 0%, #102a4c 100%) !important;
	color: #ffffff !important;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
	font-size: clamp(18px, 3vw, 24px) !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
	letter-spacing: 0.04em !important;
	box-shadow: 0 22px 70px rgba(7, 20, 38, 0.16) !important;
}

body.single .entry-body,
body.single .entry-content {
	position: relative !important;
	margin: 0 auto !important;
	padding: 44px 52px !important;
	border: 1px solid rgba(201, 149, 63, 0.26) !important;
	background: #ffffff !important;
	color: #23312b !important;
	font-size: 16px !important;
	line-height: 2.1 !important;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12) !important;
}

body.single .entry-body::before,
body.single .entry-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #c9953f 0%, rgba(201, 149, 63, 0) 100%);
}

body.single .entry-body p,
body.single .entry-content p {
	margin: 0 0 1.4em !important;
}

body.single .entry-body p:last-child,
body.single .entry-content p:last-child {
	margin-bottom: 0 !important;
}

body.single .entry-body a,
body.single .entry-content a {
	color: #0d2748 !important;
	font-weight: 800 !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}

body.single .site-news-back {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

body.single .site-news-back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 30px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%);
	color: #1c1608;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.24);
}

/* =========================================================
	レスポンシブ
========================================================= */

@media screen and (max-width: 980px) {
	.hino-hero-inner,
	.hino-intro,
	.hino-split,
	.hino-activity-block {
		grid-template-columns: 1fr;
	}

	.hino-intro {
		gap: 22px;
	}

	.hino-section-title h2 {
		margin-bottom: 12px !important;
	}

	.hino-intro-text {
		padding-top: 0;
	}

	.hino-intro-text p {
		margin-bottom: 16px;
		line-height: 1.9;
	}

	.hino-hero {
		min-height: auto;
	}

	.hino-hero-inner {
		padding: 96px 0 72px;
	}

	.hino-hero-panel {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}

	.hino-hero-card {
		padding: 22px;
	}

	.hino-hero-card strong {
		font-size: 24px;
	}

	.hino-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hino-activity-copy {
		text-align: left;
	}

	.hino-activity-copy p {
		max-width: 720px;
	}

	.hino-message-profile-body {
		grid-template-columns: 1fr;
	}

	.hino-message-profile-photo {
		max-width: 300px;
	}

	.hino-rhythm-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-section,
	.hino-blog-section,
	.hino-info-story-section,
	.hino-rhythm-section,
	.hino-leader-section {
		padding: 72px 0;
	}

	.hino-section-photo {
		padding: 72px 0;
	}

	.hino-hero-inner {
		gap: 34px;
		padding: 76px 0 58px;
	}

	.hino-hero-copy h1 {
		font-size: 35px;
		line-height: 1.18;
		letter-spacing: 0.03em;
	}

	.hino-lead {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-hero-actions,
	.hino-bottom-actions,
	.hino-blog-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-btn {
		width: 100%;
	}

	.hino-hero-panel,
	.hino-feature-grid {
		grid-template-columns: 1fr;
	}

	.hino-section-title h2,
	.hino-center-title h2,
	.hino-text-block h2,
	.hino-final-cta h2 {
		font-size: 28px;
	}

	.hino-feature-card {
		min-height: auto;
	}

	.hino-about-photo {
		margin-top: 24px;
	}

	.hino-blog-heading,
	.hino-leader-heading,
	.hino-rhythm-heading {
		text-align: left;
	}

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

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

	.hino-blog-heading p,
	.hino-leader-heading p:last-child,
	.hino-rhythm-heading p {
		font-size: 15px;
		line-height: 1.9;
		text-align: left;
	}

	.hino-blog-list-area,
	.hino-leader-gallery {
		padding: 24px;
		border-radius: 24px;
	}

	.hino-blog-list-area .pt-cv-thumbnail img {
		height: 220px;
	}

	.hino-blog-list-area .pt-cv-title {
		font-size: 17px;
	}

	.hino-blog-list-area .pt-cv-readmore {
		width: 100%;
	}

	.hino-message-box {
		padding: 34px 26px;
	}

	.hino-activity-copy h2 {
		font-size: 27px !important;
		line-height: 1.55 !important;
		letter-spacing: 0.03em !important;
	}

	.hino-activity-copy p {
		font-size: 14px !important;
		line-height: 1.9 !important;
	}

	.hino-activity-item {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.hino-activity-item::after {
		grid-column: auto;
		grid-row: auto;
		width: 40px;
		height: 40px;
		margin-top: 6px;
	}

	.hino-activity-item strong {
		font-size: 24px;
	}

	.hino-message-profile {
		margin-bottom: 48px;
		padding: 28px 24px;
		border-radius: 24px;
	}

	.hino-message-profile-head h2,
	.hino-leader-heading h2,
	.hino-rhythm-heading h2 {
		font-size: 28px;
	}

	.hino-message-profile-text p {
		font-size: 15px;
		line-height: 1.95;
	}

	.hino-message-news-list {
		width: 100% !important;
		max-width: none !important;
		padding: 22px 20px !important;
	}

	.hino-message-news-list li {
		display: block !important;
		white-space: normal !important;
	}

	.hino-message-news-list li a,
	.hino-message-news-list li span,
	.hino-message-news-list li time,
	.hino-message-news-list li strong {
		white-space: normal !important;
	}

	.hino-message-news-list li a:first-child,
	.hino-message-news-list li time,
	.hino-message-news-list li .date,
	.hino-message-news-list li .custom-news-date {
		display: block !important;
		margin-bottom: 4px !important;
	}

	.hino-message-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-message-links a {
		width: 100%;
	}

	.hino-rhythm-card {
		padding: 34px 24px;
		border-radius: 26px;
	}

	.hino-rhythm-item,
	.hino-guide-note {
		padding: 24px;
	}

	.hino-rhythm-item strong {
		font-size: 21px;
	}

	.hino-final-cta {
		padding: 82px 0;
	}

	body.single .main-section {
		padding: 52px 14px 72px !important;
	}

	body.single .entry-title {
		padding: 22px 20px !important;
		font-size: 23px !important;
		text-align: left !important;
	}

	body.single .entry-body,
	body.single .entry-content {
		padding: 32px 24px !important;
		font-size: 15px !important;
		line-height: 2 !important;
	}
}

@media screen and (max-width: 480px) {
	.hino-hero-copy h1 {
		font-size: 28px;
		line-height: 1.22;
		letter-spacing: 0.02em;
	}

	.hino-activity-copy h2 {
		font-size: 26px !important;
		line-height: 1.45 !important;
	}
}

/* =========================================================
	日野2団 ご案内ページ
========================================================= */

.hino-guide-page {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-guide-page a {
	color: inherit;
	text-decoration: none;
}

.hino-guide-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

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

.hino-guide-page .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-guide-page .hino-btn:hover {
	transform: translateY(-2px);
}

.hino-guide-page .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

.hino-guide-page .hino-btn-sub {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
}

/* =========================================================
	Hero
========================================================= */

.hino-guide-hero {
	position: relative;
	padding: 116px 0 104px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-guide-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-guide-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 980px !important;
}

.hino-guide-hero h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.hino-guide-hero p:not(.hino-kicker) {
	max-width: 980px !important;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 2;
}

.hino-guide-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

/* =========================================================
	共通セクション
========================================================= */

.hino-guide-section {
	padding: 92px 0;
}

.hino-guide-section-cream {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		var(--hino-cream);
}

.hino-guide-section-white {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-guide-section-dark {
	background:
		radial-gradient(circle at top right, rgba(211, 107, 44, 0.20), transparent 28%),
		linear-gradient(135deg, #0d2119 0%, #143426 55%, #0b1d16 100%);
	color: #ffffff;
}

.hino-guide-lead-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
	align-items: start;
}

.hino-guide-lead-title h2,
.hino-guide-card h2,
.hino-guide-dark-copy h2,
.hino-guide-photo-heading h2,
.hino-guide-final-cta h2 {
	margin: 0 0 22px;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-guide-lead-text p,
.hino-guide-card-lead,
.hino-guide-photo-heading p {
	margin: 0 0 18px;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

/* =========================================================
	年齢対象
========================================================= */

.hino-guide-card {
	padding: 48px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-guide-age-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-top: 34px;
}

.hino-guide-age-item {
	padding: 24px 20px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 22px;
	background: #fbf7ee;
}

.hino-guide-age-item span {
	display: block;
	margin-bottom: 10px;
	color: var(--hino-gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hino-guide-age-item strong {
	display: block;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 22px;
	line-height: 1.4;
}

.hino-guide-age-item p {
	margin: 10px 0 0;
	color: var(--hino-muted);
	font-size: 13px;
	line-height: 1.7;
}

/* =========================================================
	プラグイン出力エリア
========================================================= */

.hino-guide-parts-wrap {
	display: grid;
	gap: 34px;
}

.hino-guide-parts-wrap > * {
	margin-top: 0;
}

.hino-guide-parts-wrap h2,
.hino-guide-parts-wrap h3 {
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.04em;
}

.hino-guide-parts-wrap table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(16, 41, 31, 0.08);
}

.hino-guide-parts-wrap th,
.hino-guide-parts-wrap td {
	padding: 14px 16px;
	border: 1px solid rgba(16, 41, 31, 0.10);
}

.hino-guide-parts-wrap th {
	background: #dceefc;
	font-weight: 900;
}

/* =========================================================
	募集・場所
========================================================= */

.hino-guide-dark-grid {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 48px;
	align-items: center;
}

.hino-guide-dark-copy h2 {
	color: #ffffff;
}

.hino-guide-dark-copy p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 2;
}

.hino-guide-dark-actions {
	margin-top: 30px;
}

.hino-guide-dark-note {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.20);
}

.hino-guide-dark-note h3 {
	margin: 0 0 14px;
	color: #f4c66d;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 26px;
}

.hino-guide-dark-note p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
}

.hino-guide-dark-note a {
	color: #f4c66d;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* =========================================================
	写真
========================================================= */

.hino-guide-photo-heading {
	max-width: 780px;
	margin: 0 auto 42px;
	text-align: center;
}

.hino-guide-photo-block {
	padding: 44px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.12), transparent 34%),
		#f4efe2;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12);
}

/* =========================================================
	最終CTA
========================================================= */

.hino-guide-final-cta {
	position: relative;
	padding: 108px 0;
	background:
		radial-gradient(circle at 20% 10%, rgba(244, 198, 109, 0.22), transparent 30%),
		linear-gradient(135deg, #071711 0%, #143426 56%, #071711 100%);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.hino-guide-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-guide-final-inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.hino-guide-final-cta h2 {
	color: #ffffff;
}

.hino-guide-final-cta p {
	max-width: 640px;
	margin: 18px auto 32px;
	color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
	レスポンシブ
========================================================= */

@media screen and (max-width: 980px) {
	.hino-guide-lead-grid,
	.hino-guide-dark-grid {
		grid-template-columns: 1fr;
	}

	.hino-guide-age-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.hino-guide-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-guide-hero {
		padding: 76px 0 68px;
	}

	.hino-guide-hero h1 {
		font-size: 32px;
	}

	.hino-guide-hero p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-guide-hero-actions,
	.hino-guide-dark-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-guide-page .hino-btn {
		width: 100%;
	}

	.hino-guide-section {
		padding: 72px 0;
	}

	.hino-guide-lead-title h2,
	.hino-guide-card h2,
	.hino-guide-dark-copy h2,
	.hino-guide-photo-heading h2,
	.hino-guide-final-cta h2 {
		font-size: 28px;
	}

	.hino-guide-card,
	.hino-guide-photo-block {
		padding: 26px 22px;
		border-radius: 24px;
	}

	.hino-guide-age-list {
		grid-template-columns: 1fr;
	}

	.hino-guide-parts-wrap {
		gap: 26px;
	}

	.hino-guide-parts-wrap {
		overflow-x: auto;
	}

	.hino-guide-parts-wrap table {
		min-width: 680px;
	}

	.hino-guide-dark-note {
		padding: 28px 24px;
	}

	.hino-guide-photo-heading {
		text-align: left;
	}

	.hino-guide-final-cta {
		padding: 82px 0;
	}
}

/* =========================================================
	発達段階・入隊メリット 追加セクション
========================================================= */

.hino-guide-education-heading,
.hino-guide-benefit-heading,
.hino-guide-recruit-photo-heading {
	max-width: 860px;
	margin: 0 auto 44px;
	text-align: center;
}

.hino-guide-education-heading h2,
.hino-guide-benefit-heading h2,
.hino-guide-recruit-photo-heading h2 {
	margin: 0;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-guide-education-heading p,
.hino-guide-recruit-photo-heading p {
	margin: 20px auto 0;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.hino-development-grid {
	max-width: 960px;
	margin: 0 auto;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 24px !important;
}

.hino-development-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 10px 34px;
	align-items: start;
	padding: 38px 42px !important;
}

.hino-development-card span,
.hino-development-card h3 {
	grid-column: 1;
}

.hino-development-card span {
	margin-bottom: 6px !important;
}

.hino-development-card h3 {
	margin-bottom: 0 !important;
}

.hino-development-card p {
	grid-column: 2;
	margin-bottom: 16px !important;
}

.hino-development-card p:first-of-type {
	margin-top: 0 !important;
}

.hino-development-summary {
	max-width: 960px;
}

@media screen and (max-width: 760px) {
	.hino-development-card {
		display: block;
		padding: 28px 24px !important;
	}

	.hino-development-card span {
		margin-bottom: 14px !important;
	}

	.hino-development-card h3 {
		margin-bottom: 16px !important;
	}

	.hino-development-card p {
		margin-bottom: 18px !important;
	}
}

/* =========================================================
	入隊メリット：01 / 02 / 03 デザイン
========================================================= */

.hino-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 38px;
}

.hino-benefit-card {
	position: relative;
	padding: 38px 34px 36px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.12), transparent 34%),
		#ffffff;
	box-shadow: 0 22px 60px rgba(16, 41, 31, 0.10);
	overflow: hidden;
}

.hino-benefit-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #10291f 0%, #c9953f 56%, rgba(201, 149, 63, 0) 100%);
}

.hino-benefit-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0 0 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, #10291f 0%, #193d2e 100%);
	color: #f4c66d;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.06em;
	box-shadow: 0 14px 34px rgba(16, 41, 31, 0.18);
}

.hino-benefit-card h3 {
	margin: 0 0 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(201, 149, 63, 0.28);
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.hino-benefit-card p {
	margin: 0;
	color: #4f5f57;
	font-size: 15px;
	line-height: 2;
	text-align: left;
}

.hino-benefit-note {
	max-width: 920px;
	margin: 34px auto 0;
	padding: 30px 34px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 44px rgba(16, 41, 31, 0.08);
}

.hino-benefit-note p {
	margin: 0 0 14px;
	color: #4f5f57;
	font-size: 15px;
	line-height: 2;
	text-align: left;
}

.hino-benefit-note p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 980px) {
	.hino-benefit-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hino-benefit-card {
		padding: 32px 28px;
	}
}

@media screen and (max-width: 640px) {
	.hino-benefit-grid {
		margin-top: 28px;
	}

	.hino-benefit-card {
		padding: 28px 24px;
		border-radius: 24px;
	}

	.hino-benefit-card > span {
		width: 46px;
		height: 46px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.hino-benefit-card h3 {
		font-size: 21px;
		line-height: 1.55;
	}

	.hino-benefit-card p,
	.hino-benefit-note p {
		font-size: 14px;
		line-height: 1.95;
	}

	.hino-benefit-note {
		padding: 24px 22px;
		border-radius: 22px;
	}
}

/* =========================================================
	日野2団副委員長より
========================================================= */

.hino-guide-deputy-section {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-guide-deputy-card {
	padding: 52px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-guide-deputy-heading {
	margin-bottom: 34px;
	text-align: center;
}

.hino-guide-deputy-heading .hino-kicker {
	text-align: center;
}

.hino-guide-deputy-heading h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
	border: none !important;
}

.hino-guide-deputy-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 42px;
	align-items: start;
}

.hino-guide-deputy-text p {
	margin: 0 0 22px;
	color: #4f5f57;
	font-size: 16px;
	line-height: 2.15;
	text-align: left;
}

.hino-guide-deputy-text p:last-child {
	margin-bottom: 0;
}

.hino-guide-deputy-sign {
	display: inline-block;
	margin-left: 0.25em;
	color: #10291f;
	font-weight: 900;
}

.hino-guide-deputy-photo {
	position: sticky;
	top: 24px;
	max-width: 360px;
	margin: 28px auto 0;
}

.hino-guide-deputy-photo .site-photo-block {
	margin: 0 auto !important;
	padding: 0 !important;
}

.hino-guide-deputy-photo .site-photo-block-list {
	display: block !important;
}

.hino-guide-deputy-photo .site-photo-block-photo img {
	display: block;
	width: 100% !important;
	max-width: 360px !important;
	height: auto !important;
	margin: 0 auto !important;
	border-radius: 18px;
	object-fit: contain !important;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.14);
}

.hino-guide-deputy-photo .site-photo-block-caption {
	margin-top: 12px;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.hino-guide-deputy-body {
		grid-template-columns: 1fr;
	}

	.hino-guide-deputy-photo {
		position: static;
		max-width: 420px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.hino-guide-deputy-card {
		padding: 32px 24px;
		border-radius: 24px;
	}

	.hino-guide-deputy-heading {
		margin-bottom: 26px;
	}

	.hino-guide-deputy-heading h2 {
		font-size: 26px;
	}

	.hino-guide-deputy-text p {
		font-size: 15px;
		line-height: 2;
	}

	.hino-guide-deputy-photo {
		max-width: 280px;
	}

	.hino-guide-deputy-photo .site-photo-block-photo img {
		max-width: 280px !important;
	}
}

.hino-guide-deputy-photo {
max-width: 360px;
margin: 28px auto 0;
}

.hino-guide-deputy-photo .site-photo-block {
padding-left: 0 !important;
padding-right: 0 !important;
margin: 0 auto !important;
}

.hino-guide-deputy-photo .site-photo-block-list {
display: block !important;
}

.hino-guide-deputy-photo .site-photo-block-photo img {
width: 100% !important;
max-width: 360px !important;
height: auto !important;
margin: 0 auto !important;
object-fit: contain !important;
border-radius: 18px !important;
}

@media screen and (max-width: 640px) {
.hino-guide-deputy-photo {
max-width: 280px;
}

.hino-guide-deputy-photo .site-photo-block-photo img {
	max-width: 280px !important;
}

}
/* =========================================================
	日野2団 体験申し込みページ
========================================================= */

.hino-contact-page {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-contact-page a {
	color: inherit;
	text-decoration: none;
}

.hino-contact-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

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

.hino-contact-page .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-contact-page .hino-btn:hover {
	transform: translateY(-2px);
}

.hino-contact-page .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

/* =========================================================
	Hero
========================================================= */

.hino-contact-hero {
	position: relative;
	padding: 116px 0 104px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-contact-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
}

.hino-contact-hero h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.hino-contact-hero p:not(.hino-kicker) {
	max-width: 860px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 2;
}

/* =========================================================
	Section
========================================================= */

.hino-contact-section {
	padding: 92px 0;
}

.hino-contact-section-cream {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		var(--hino-cream);
}

.hino-contact-section-white {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-contact-lead-card,
.hino-contact-form-card,
.hino-contact-policy-card {
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-contact-lead-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 44px;
	align-items: center;
	padding: 48px;
}

.hino-contact-lead-text h2,
.hino-contact-form-heading h2,
.hino-contact-policy-card h2 {
	margin: 0 0 22px;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-contact-lead-text p,
.hino-contact-form-heading p,
.hino-contact-policy-card p {
	margin: 0 0 18px;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-contact-lead-text p:last-child,
.hino-contact-policy-card p:last-child {
	margin-bottom: 0;
}

.hino-contact-lead-photo .site-photo-block {
	margin: 0;
	padding: 0;
}

.hino-contact-lead-photo .site-photo-block-photo img {
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.14);
}

/* =========================================================
	Form
========================================================= */

.hino-contact-form-card {
	padding: 52px;
}

.hino-contact-form-heading {
	max-width: 780px;
	margin: 0 auto 42px;
	text-align: center;
}

.hino-cf7-form {
	display: grid;
	gap: 24px;
}

.hino-cf7-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.hino-cf7-field label {
	display: block;
	margin-bottom: 10px;
	color: var(--hino-green);
	font-weight: 900;
	line-height: 1.5;
}

.hino-required,
.hino-optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 22px;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.hino-required {
	background: #d62222;
	color: #ffffff;
}

.hino-optional {
	background: #e7e0d1;
	color: #5f6f67;
}

.hino-cf7-help {
	margin: 0 0 12px;
	color: var(--hino-muted);
	font-size: 14px;
	line-height: 1.8;
}

.hino-cf7-note,
.hino-cf7-alert {
	padding: 20px 22px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 18px;
	background: #fbf7ee;
	color: #4f5f57;
	font-size: 14px;
	line-height: 1.9;
}

.hino-cf7-note p {
	margin: 0;
}

.hino-cf7-note-mail {
	background: #ffffff;
}

.hino-cf7-alert {
	border-color: rgba(214, 34, 34, 0.24);
	background: #fff4f1;
	color: #b42318;
	font-weight: 800;
}

.hino-input,
.hino-textarea,
.hino-cf7-form input[type="text"],
.hino-cf7-form input[type="email"],
.hino-cf7-form input[type="tel"],
.hino-cf7-form input[type="number"],
.hino-cf7-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 16px;
	border: 1px solid rgba(16, 41, 31, 0.18);
	border-radius: 14px;
	background: #fffdf6;
	color: var(--hino-text);
	font-size: 16px;
	line-height: 1.6;
}

.hino-textarea,
.hino-cf7-form textarea {
	min-height: 180px;
	resize: vertical;
}

.hino-cf7-age {
	display: flex;
	gap: 10px;
	align-items: center;
}

.hino-cf7-age input {
	max-width: 160px;
}

.hino-cf7-age span {
	font-weight: 900;
}

.hino-cf7-choice-box {
	padding: 20px 22px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 18px;
	background: #fbf7ee;
}

.hino-cf7-choice-box .wpcf7-list-item {
	display: block;
	margin: 0 0 10px;
}

.hino-cf7-choice-box .wpcf7-list-item:last-child {
	margin-bottom: 0;
}

.hino-cf7-choice-box label {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: var(--hino-text);
	font-weight: 800;
}

.hino-cf7-submit {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.hino-submit,
.hino-cf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 14px 34px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.08em;
	cursor: pointer;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

/* =========================================================
	体験申し込みフォーム：クイズ入力欄だけ短くする
========================================================= */

.hino-cf7-form .wpcf7-form-control-wrap[data-name="quiz-460"] {
	display: inline-block !important;
	width: auto !important;
	max-width: 180px !important;
}

.hino-cf7-form .wpcf7-form-control-wrap[data-name="quiz-460"] input,
.hino-cf7-form input[name="quiz-460"],
.hino-cf7-form input.wpcf7-quiz,
.hino-cf7-form input[type="text"].wpcf7-quiz {
	display: inline-block !important;
	width: 160px !important;
	max-width: 160px !important;
	min-width: 0 !important;
	text-align: center !important;
}

@media screen and (max-width: 640px) {
	.hino-cf7-form .wpcf7-form-control-wrap[data-name="quiz-460"] input,
	.hino-cf7-form input[name="quiz-460"],
	.hino-cf7-form input.wpcf7-quiz,
	.hino-cf7-form input[type="text"].wpcf7-quiz {
		width: 150px !important;
		max-width: 150px !important;
	}
}


/* =========================================================
	Responsive
========================================================= */

@media screen and (max-width: 900px) {
	.hino-contact-lead-card,
	.hino-contact-policy-grid {
		grid-template-columns: 1fr;
	}

	.hino-contact-lead-photo {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.hino-contact-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-contact-hero {
		padding: 76px 0 68px;
	}

	.hino-contact-hero h1 {
		font-size: 32px;
	}

	.hino-contact-hero p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-contact-section {
		padding: 72px 0;
	}

	.hino-contact-lead-card,
	.hino-contact-form-card,
	.hino-contact-policy-card {
		padding: 28px 24px;
		border-radius: 24px;
	}

	.hino-contact-lead-text h2,
	.hino-contact-form-heading h2,
	.hino-contact-policy-card h2 {
		font-size: 28px;
	}

	.hino-contact-form-heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.hino-cf7-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.hino-cf7-note,
	.hino-cf7-alert,
	.hino-cf7-choice-box {
		padding: 18px 16px;
		border-radius: 16px;
	}

	.hino-cf7-submit {
		display: block;
	}

	.hino-submit,
	.hino-cf7-form input[type="submit"] {
		width: 100%;
	}
}

/* =========================================================
	日野2団 お問い合わせページ
========================================================= */

.hino-contact2-page {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-contact2-page a {
	color: inherit;
	text-decoration: none;
}

.hino-contact2-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

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

.hino-contact2-page .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-contact2-page .hino-btn:hover {
	transform: translateY(-2px);
}

.hino-contact2-page .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

.hino-contact2-page .hino-btn-sub {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
}

/* =========================================================
	Hero
========================================================= */

.hino-contact2-hero {
	position: relative;
	padding: 112px 0 100px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-contact2-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-contact2-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.hino-contact2-hero h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.06em;
}

.hino-contact2-hero p:not(.hino-kicker) {
	max-width: 760px;
	margin: 26px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 2;
	text-align: left;
}

.hino-contact2-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 36px;
}

/* =========================================================
	共通セクション
========================================================= */

.hino-contact2-section {
	padding: 92px 0;
}

.hino-contact2-section-cream {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		var(--hino-cream);
}

.hino-contact2-section-white {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

/* =========================================================
	案内カード
========================================================= */

.hino-contact2-lead-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	align-items: stretch;
	padding: 48px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-contact2-lead-copy h2,
.hino-contact2-form-heading h2,
.hino-contact2-policy-card h2,
.hino-contact2-final-cta h2 {
	margin: 0 0 22px;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-contact2-lead-copy p {
	margin: 0 0 18px;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-contact2-lead-note {
	padding: 30px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.14), transparent 36%),
		#fbf7ee;
}

.hino-contact2-lead-note h3 {
	margin: 0 0 14px;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	line-height: 1.45;
	border: none !important;
}

.hino-contact2-lead-note p {
	margin: 0 0 18px;
	color: #4f5f57;
	font-size: 15px;
	line-height: 1.9;
}

.hino-contact2-lead-note a {
	color: var(--hino-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* =========================================================
	フォーム
========================================================= */

.hino-contact2-form-card {
	padding: 52px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-contact2-form-heading {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.hino-contact2-form-heading .hino-kicker,
.hino-contact2-form-heading h2 {
	text-align: center;
}

.hino-contact2-form-heading p {
	margin: 18px auto 0;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-contact2-cf7-form {
	display: grid;
	gap: 24px;
}

.hino-contact2-cf7-form .hino-form-field {
	margin: 0;
}

.hino-contact2-cf7-form label {
	display: block;
	margin: 0 0 10px;
	color: var(--hino-green);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

.hino-required,
.hino-optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 22px;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.hino-required {
	background: #c0392b;
}

.hino-optional {
	background: #6e7a72;
}

.hino-form-help {
	margin: 0 0 10px;
	color: var(--hino-muted);
	font-size: 13px;
	line-height: 1.7;
}

.hino-contact2-cf7-form input[type="text"],
.hino-contact2-cf7-form input[type="email"],
.hino-contact2-cf7-form input[type="tel"],
.hino-contact2-cf7-form textarea,
.hino-contact2-cf7-form .hino-input,
.hino-contact2-cf7-form .hino-textarea {
	width: 100% !important;
	max-width: 100% !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(16, 41, 31, 0.18) !important;
	border-radius: 14px !important;
	background: #fbf7ee !important;
	color: var(--hino-text) !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	box-shadow: none !important;
}

.hino-contact2-cf7-form textarea,
.hino-contact2-cf7-form .hino-textarea {
	min-height: 190px;
	resize: vertical;
}

.hino-contact2-cf7-form .wpcf7-list-item {
	display: block;
	margin: 0 0 10px;
}

.hino-contact2-cf7-form .wpcf7-list-item label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: #4f5f57;
	font-weight: 700;
}

.hino-contact2-cf7-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
}

.hino-quiz-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
}

.hino-quiz-row span {
	color: #4f5f57;
	font-size: 15px;
	font-weight: 800;
}

.hino-contact2-cf7-form input[name="quiz-460"],
.hino-contact2-cf7-form .hino-quiz-input {
	width: 160px !important;
	max-width: 160px !important;
	text-align: center;
}

.hino-form-submit {
	margin-top: 8px;
	text-align: center;
}

.hino-contact2-cf7-form input[type="submit"],
.hino-contact2-cf7-form .hino-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 220px !important;
	min-height: 54px !important;
	padding: 14px 30px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%) !important;
	color: #1d1708 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em !important;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28) !important;
	cursor: pointer !important;
}

.hino-form-warning {
	margin: 18px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(192, 57, 43, 0.18);
	border-radius: 16px;
	background: rgba(192, 57, 43, 0.06);
	color: #4f5f57;
	font-size: 14px;
	line-height: 1.8;
}

.hino-form-warning strong {
	color: #c0392b;
}

.hino-contact2-direct-mail {
	margin-top: 38px;
	padding: 28px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 22px;
	background: #fbf7ee;
	text-align: center;
}

.hino-contact2-direct-mail p {
	margin: 0 0 12px;
	color: #4f5f57;
	font-size: 15px;
	line-height: 1.9;
}

.hino-contact2-direct-mail p:last-child {
	margin-bottom: 0;
}

.hino-contact2-direct-mail a {
	color: var(--hino-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-contact2-direct-mail span {
	display: block;
	margin-top: 4px;
	color: var(--hino-muted);
	font-size: 14px;
}

/* =========================================================
	ポリシー
========================================================= */

.hino-contact2-policy-grid {
	display: grid;
	gap: 28px;
}

.hino-contact2-policy-card {
	padding: 42px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 20px 58px rgba(16, 41, 31, 0.09);
}

.hino-contact2-policy-card p,
.hino-contact2-policy-card li {
	color: #4f5f57;
	font-size: 15px;
	line-height: 2;
}

.hino-contact2-policy-card p {
	margin: 0 0 16px;
}

.hino-contact2-policy-card ol {
	margin: 0;
	padding-left: 1.5em;
}

.hino-contact2-policy-card li {
	margin-bottom: 8px;
}

.hino-contact2-policy-date {
	margin-top: 18px !important;
	color: var(--hino-muted) !important;
	font-size: 14px !important;
}

/* =========================================================
	最終CTA
========================================================= */

.hino-contact2-final-cta {
	position: relative;
	padding: 108px 0;
	background:
		radial-gradient(circle at 20% 10%, rgba(244, 198, 109, 0.22), transparent 30%),
		linear-gradient(135deg, #071711 0%, #143426 56%, #071711 100%);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.hino-contact2-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-contact2-final-inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.hino-contact2-final-cta h2 {
	color: #ffffff;
}

.hino-contact2-final-cta p {
	max-width: 640px;
	margin: 18px auto 32px;
	color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
	レスポンシブ
========================================================= */

@media screen and (max-width: 980px) {
	.hino-contact2-lead-card {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.hino-contact2-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-contact2-hero {
		padding: 76px 0 68px;
	}

	.hino-contact2-hero h1 {
		font-size: 34px;
	}

	.hino-contact2-hero p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-contact2-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-contact2-page .hino-btn {
		width: 100%;
	}

	.hino-contact2-section {
		padding: 72px 0;
	}

	.hino-contact2-lead-card,
	.hino-contact2-form-card,
	.hino-contact2-policy-card {
		padding: 28px 24px;
		border-radius: 24px;
	}

	.hino-contact2-lead-copy h2,
	.hino-contact2-form-heading h2,
	.hino-contact2-policy-card h2,
	.hino-contact2-final-cta h2 {
		font-size: 28px;
	}

	.hino-contact2-form-heading {
		text-align: left;
	}

	.hino-contact2-form-heading .hino-kicker,
	.hino-contact2-form-heading h2 {
		text-align: left;
	}

	.hino-contact2-cf7-form input[name="quiz-460"],
	.hino-contact2-cf7-form .hino-quiz-input {
		width: 150px !important;
		max-width: 150px !important;
	}

	.hino-contact2-cf7-form input[type="submit"],
	.hino-contact2-cf7-form .hino-submit {
		width: 100% !important;
		min-width: 0 !important;
	}

	.hino-contact2-final-cta {
		padding: 82px 0;
	}
}

/* =========================================================
	お問い合わせフォーム 幅調整・整理版
========================================================= */

.hino-contact2-cf7-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 26px 28px !important;
}

.hino-contact2-cf7-form .hino-form-field {
	min-width: 0 !important;
	margin: 0 !important;
}

.hino-contact2-cf7-form .hino-form-field-full {
	grid-column: 1 / -1 !important;
}

.hino-contact2-cf7-form .hino-form-field-half {
	grid-column: span 1 !important;
}

.hino-contact2-cf7-form .hino-form-field-small {
	grid-column: span 1 !important;
	max-width: 260px !important;
}

.hino-contact2-cf7-form .hino-form-field-quiz {
	grid-column: 1 / -1 !important;
}

.hino-contact2-cf7-form input[type="text"],
.hino-contact2-cf7-form input[type="email"],
.hino-contact2-cf7-form input[type="tel"],
.hino-contact2-cf7-form textarea,
.hino-contact2-cf7-form .hino-input,
.hino-contact2-cf7-form .hino-textarea {
	width: 100% !important;
	max-width: 100% !important;
}

.hino-contact2-cf7-form .hino-form-field-small input[type="text"],
.hino-contact2-cf7-form .hino-form-field-small input[type="email"],
.hino-contact2-cf7-form .hino-form-field-small input[type="tel"],
.hino-contact2-cf7-form .hino-form-field-small .hino-input {
	width: 220px !important;
	max-width: 100% !important;
}

.hino-contact2-cf7-form .wpcf7-checkbox,
.hino-contact2-cf7-form .wpcf7-radio {
	display: block !important;
	padding: 22px 24px !important;
	border: 1px solid rgba(201, 149, 63, 0.24) !important;
	border-radius: 18px !important;
	background: #fbf7ee !important;
}

.hino-contact2-cf7-form .hino-quiz-row {
	display: inline-flex !important;
	width: auto !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(201, 149, 63, 0.24) !important;
	border-radius: 18px !important;
	background: #fbf7ee !important;
}

.hino-contact2-cf7-form input[name="quiz-460"],
.hino-contact2-cf7-form .hino-quiz-input {
	width: 150px !important;
	max-width: 150px !important;
	text-align: center !important;
}

.hino-form-submit,
.hino-form-warning {
	grid-column: 1 / -1 !important;
}

@media screen and (max-width: 760px) {
	.hino-contact2-cf7-form {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	.hino-contact2-cf7-form .hino-form-field-half,
	.hino-contact2-cf7-form .hino-form-field-small,
	.hino-contact2-cf7-form .hino-form-field-full,
	.hino-contact2-cf7-form .hino-form-field-quiz {
		grid-column: 1 / -1 !important;
		max-width: none !important;
	}

	.hino-contact2-cf7-form .hino-form-field-small input[type="text"],
	.hino-contact2-cf7-form .hino-form-field-small input[type="email"],
	.hino-contact2-cf7-form .hino-form-field-small input[type="tel"],
	.hino-contact2-cf7-form .hino-form-field-small .hino-input {
		width: 100% !important;
	}

	.hino-contact2-cf7-form .hino-quiz-row {
		display: grid !important;
		width: 100% !important;
	}

	.hino-contact2-cf7-form input[name="quiz-460"],
	.hino-contact2-cf7-form .hino-quiz-input {
		width: 150px !important;
		max-width: 150px !important;
	}
}

/* =========================================================
	日野2団 thanksページ
========================================================= */

.hino-thanks-page {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-thanks-page a {
	color: inherit;
	text-decoration: none;
}

.hino-thanks-page .hino-container {
	width: min(960px, calc(100% - 40px));
	max-width: 960px;
	margin: 0 auto;
}

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

.hino-thanks-hero {
	padding: 104px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-thanks-card {
	position: relative;
	padding: 58px 62px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.14), transparent 34%),
		#ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12);
	overflow: hidden;
	text-align: center;
}

.hino-thanks-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #10291f 0%, #c9953f 55%, rgba(201, 149, 63, 0) 100%);
}

.hino-thanks-card h1 {
	margin: 0;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-thanks-lead {
	max-width: 760px;
	margin: 28px auto 0;
	color: var(--hino-muted);
	font-size: 17px;
	line-height: 2;
}

.hino-thanks-notice {
	max-width: 760px;
	margin: 38px auto 0;
	padding: 30px 34px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 24px;
	background: #fbf7ee;
	text-align: left;
}

.hino-thanks-notice h2 {
	margin: 0 0 14px;
	padding: 0;
	border: none !important;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.hino-thanks-notice p {
	margin: 0;
	color: #4f5f57;
	font-size: 15px;
	line-height: 2;
}

.hino-thanks-mail {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin-top: 30px;
	padding: 16px 28px;
	border: 1px solid rgba(201, 149, 63, 0.28);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(16, 41, 31, 0.08);
}

.hino-thanks-mail a {
	color: var(--hino-green);
	font-size: 15px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-thanks-mail span {
	color: var(--hino-muted);
	font-size: 13px;
	line-height: 1.4;
}

.hino-thanks-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 36px;
}

.hino-thanks-page .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-thanks-page .hino-btn:hover {
	transform: translateY(-2px);
}

.hino-thanks-page .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

.hino-thanks-page .hino-btn-sub-dark {
	border: 1px solid rgba(16, 41, 31, 0.18);
	background: #ffffff;
	color: var(--hino-green);
}

.hino-thanks-sign {
	margin: 38px 0 0;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.hino-thanks-page .hino-container {
		width: min(100% - 28px, 960px);
	}

	.hino-thanks-hero {
		padding: 72px 0;
	}

	.hino-thanks-card {
		padding: 38px 24px;
		border-radius: 26px;
	}

	.hino-thanks-card h1 {
		font-size: 29px;
		text-align: left;
	}

	.hino-thanks-page .hino-kicker {
		text-align: left;
	}

	.hino-thanks-lead {
		font-size: 15px;
		line-height: 1.9;
		text-align: left;
	}

	.hino-thanks-notice {
		padding: 24px 22px;
		border-radius: 22px;
	}

	.hino-thanks-notice h2 {
		font-size: 22px;
	}

	.hino-thanks-mail {
		width: 100%;
		border-radius: 22px;
	}

	.hino-thanks-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-thanks-page .hino-btn {
		width: 100%;
	}

	.hino-thanks-sign {
		text-align: left;
	}
}

/* =========================================================
	Content Views 写真一覧ページ
========================================================= */

.hino-cv-photo-page {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-cream-2: #fbf7ee;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-cv-photo-page a {
	color: inherit;
	text-decoration: none;
}

.hino-cv-photo-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

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

/* =========================================================
	Hero
========================================================= */

.hino-cv-photo-hero {
	position: relative;
	padding: 104px 0 92px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-cv-photo-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-cv-photo-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.hino-cv-photo-hero h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.06em;
}

.hino-cv-photo-hero p:not(.hino-kicker) {
	max-width: 760px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

/* =========================================================
	Content Views 一覧
========================================================= */

.hino-cv-photo-section {
	padding: 92px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-cv-photo-heading {
	max-width: 820px;
	margin: 0 auto 44px;
	text-align: center;
}

.hino-cv-photo-heading h2 {
	margin: 0;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-cv-photo-heading p:not(.hino-kicker) {
	max-width: 760px;
	margin: 20px auto 0;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-cv-photo-list-area {
	padding: 48px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.13), transparent 34%),
		var(--hino-cream);
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.12);
}

.hino-cv-photo-list-area .pt-cv-wrapper,
.hino-cv-photo-list-area .pt-cv-view {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.hino-cv-photo-list-area .pt-cv-page {
	margin: 0 !important;
}

.hino-cv-photo-list-area .pt-cv-content-item {
	margin-bottom: 42px !important;
}

.hino-cv-photo-list-area .pt-cv-thumbnail {
	display: block !important;
	margin: 0 0 16px !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.14) !important;
	overflow: hidden !important;
}

.hino-cv-photo-list-area .pt-cv-thumbnail img {
	display: block !important;
	width: 100% !important;
	height: 210px !important;
	object-fit: cover !important;
	border-radius: 18px !important;
	transition: transform 0.35s ease !important;
}

.hino-cv-photo-list-area .pt-cv-content-item:hover .pt-cv-thumbnail img {
	transform: scale(1.04);
}

.hino-cv-photo-list-area .pt-cv-title {
	margin: 0 !important;
	color: var(--hino-green) !important;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.65 !important;
	letter-spacing: 0.03em !important;
}

.hino-cv-photo-list-area .pt-cv-title a {
	color: var(--hino-green) !important;
	text-decoration: none !important;
}

.hino-cv-photo-list-area .pt-cv-title a:hover {
	color: #8a5a2f !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}

.hino-cv-photo-list-area .pt-cv-meta-fields {
	margin: 10px 0 8px !important;
	color: var(--hino-gold) !important;
	font-family: "Times New Roman", serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em !important;
}

.hino-cv-photo-list-area .pt-cv-content {
	color: #5f6f67 !important;
	font-size: 14px !important;
	line-height: 1.9 !important;
}

.hino-cv-photo-list-area .pt-cv-readmore {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	margin-top: 18px !important;
	padding: 10px 22px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%) !important;
	color: #1c1608 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.05em !important;
	text-decoration: none !important;
	box-shadow: 0 14px 32px rgba(201, 149, 63, 0.22) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.hino-cv-photo-list-area .pt-cv-readmore:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.32) !important;
}

.hino-cv-photo-list-area .pt-cv-pagination-wrapper {
	margin-top: 18px !important;
	text-align: center !important;
}

.hino-cv-photo-list-area .pagination,
.hino-cv-photo-list-area .pt-cv-pagination {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hino-cv-photo-list-area .pagination > li > a,
.hino-cv-photo-list-area .pagination > li > span,
.hino-cv-photo-list-area .pt-cv-pagination a,
.hino-cv-photo-list-area .pt-cv-pagination span {
	display: inline-flex !important;
	min-width: 38px !important;
	height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(201, 149, 63, 0.32) !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: var(--hino-green) !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.hino-cv-photo-list-area .pagination > .active > a,
.hino-cv-photo-list-area .pagination > .active > span,
.hino-cv-photo-list-area .pt-cv-pagination .active a,
.hino-cv-photo-list-area .pt-cv-pagination .active span {
	background: linear-gradient(135deg, #10291f 0%, #193d2e 100%) !important;
	color: #f4c66d !important;
}

/* =========================================================
	レスポンシブ
========================================================= */

@media screen and (max-width: 900px) {
	.hino-cv-photo-list-area .pt-cv-content-item {
		margin-bottom: 34px !important;
	}
}

@media screen and (max-width: 640px) {
	.hino-cv-photo-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-cv-photo-hero {
		padding: 76px 0 66px;
	}

	.hino-cv-photo-hero-inner,
	.hino-cv-photo-heading {
		text-align: center;
	}

	.hino-cv-photo-hero h1 {
		font-size: 32px;
	}

	.hino-cv-photo-hero p:not(.hino-kicker),
	.hino-cv-photo-heading p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
		text-align: left;
	}

	.hino-cv-photo-section {
		padding: 72px 0;
	}

	.hino-cv-photo-heading {
		margin-bottom: 32px;
	}

	.hino-cv-photo-heading h2 {
		font-size: 28px;
	}

	.hino-cv-photo-list-area {
		padding: 24px;
		border-radius: 24px;
	}

	.hino-cv-photo-list-area .pt-cv-thumbnail img {
		height: 220px !important;
	}

	.hino-cv-photo-list-area .pt-cv-title {
		font-size: 17px !important;
	}

	.hino-cv-photo-list-area .pt-cv-readmore {
		width: 100% !important;
	}
}


/* =========================================================
	日野2団 個人情報保護ページ v2
========================================================= */

.hino-privacy-page-v2 {
	--hino-green: #10291f;
	--hino-green-2: #193d2e;
	--hino-cream: #f4efe2;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #5f6f67;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
	overflow: hidden;
}

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

.hino-privacy-page-v2 a {
	color: inherit;
	text-decoration: none;
}

.hino-privacy-page-v2 .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

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

.hino-privacy-page-v2 .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 30px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-privacy-page-v2 .hino-btn:hover {
	transform: translateY(-2px);
}

.hino-privacy-page-v2 .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

.hino-privacy-hero-v2 {
	position: relative;
	padding: 112px 0 102px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.24), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
	overflow: hidden;
}

.hino-privacy-hero-v2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-privacy-hero-inner-v2 {
	position: relative;
	z-index: 1;
	max-width: 920px;
}

.hino-privacy-hero-inner-v2 h1 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.hino-privacy-hero-inner-v2 p:not(.hino-kicker) {
	max-width: 820px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 2;
}

.hino-privacy-section-v2 {
	padding: 92px 0;
}

.hino-privacy-section-white-v2 {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.hino-privacy-section-cream-v2 {
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.12), transparent 34%),
		var(--hino-cream);
}

.hino-privacy-card-v2 {
	position: relative;
	width: min(960px, 100%);
	margin: 0 auto;
	padding: 48px 52px;
	border: 1px solid rgba(201, 149, 63, 0.24);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
	overflow: hidden;
}

.hino-privacy-card-v2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #10291f 0%, #c9953f 56%, rgba(201, 149, 63, 0) 100%);
}

.hino-privacy-card-main-v2 {
	width: min(1040px, 100%);
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.10), transparent 34%),
		#ffffff;
}

.hino-privacy-heading-v2 {
	max-width: 860px;
	margin: 0 auto 34px;
	text-align: center;
}

.hino-privacy-heading-v2 h2 {
	margin: 0;
	color: var(--hino-green);
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-privacy-text-v2 {
	max-width: 900px;
	margin: 0 auto;
}

.hino-privacy-text-v2 p {
	margin: 0 0 18px;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.hino-privacy-text-v2 p:last-child {
	margin-bottom: 0;
}

.hino-privacy-text-v2 a {
	color: var(--hino-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-policy-list-v2 {
	display: grid;
	gap: 16px;
	max-width: 900px;
	margin: 34px auto 0;
}

.hino-policy-item-v2 {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 24px 26px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 22px;
	background: #fbf7ee;
}

.hino-policy-number-v2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #10291f 0%, #193d2e 100%);
	color: #f4c66d;
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.06em;
	box-shadow: 0 14px 34px rgba(16, 41, 31, 0.16);
}

.hino-policy-content-v2 {
	min-width: 0;
}

.hino-policy-content-v2 p {
	margin: 0;
	color: #4f5f57;
	font-size: 15px;
	line-height: 1.95;
	text-align: left;
	word-break: normal;
	overflow-wrap: anywhere;
}

.hino-policy-content-v2 ul {
	margin: 12px 0 0;
	padding-left: 1.3em;
	color: #4f5f57;
	font-size: 15px;
	line-height: 1.9;
}

.hino-policy-content-v2 li {
	margin: 0 0 6px;
	padding: 0;
	word-break: normal;
	overflow-wrap: anywhere;
}

.hino-privacy-date-v2 {
	max-width: 900px;
	margin: 28px auto 0 !important;
	color: var(--hino-gold) !important;
	font-size: 14px !important;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: right !important;
}

.hino-privacy-final-cta-v2 {
	position: relative;
	padding: 108px 0;
	background:
		radial-gradient(circle at 20% 10%, rgba(244, 198, 109, 0.22), transparent 30%),
		linear-gradient(135deg, #071711 0%, #143426 56%, #071711 100%);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.hino-privacy-final-cta-v2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.hino-privacy-final-inner-v2 {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.hino-privacy-final-inner-v2 h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(26px, 3.5vw, 40px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-privacy-final-inner-v2 p:not(.hino-kicker) {
	max-width: 640px;
	margin: 22px auto 34px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 760px) {
	.hino-privacy-page-v2 .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-privacy-hero-v2 {
		padding: 76px 0 68px;
	}

	.hino-privacy-hero-inner-v2 h1 {
		font-size: 30px;
	}

	.hino-privacy-hero-inner-v2 p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-privacy-section-v2 {
		padding: 72px 0;
	}

	.hino-privacy-card-v2 {
		padding: 32px 24px;
		border-radius: 24px;
	}

	.hino-privacy-heading-v2 {
		margin-bottom: 26px;
	}

	.hino-privacy-heading-v2 h2 {
		font-size: 27px;
	}

	.hino-privacy-text-v2 p,
	.hino-policy-content-v2 p,
	.hino-policy-content-v2 ul {
		font-size: 14px;
		line-height: 1.95;
	}

	.hino-policy-item-v2 {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		padding: 22px 18px;
		border-radius: 20px;
	}

	.hino-policy-number-v2 {
		width: 42px;
		height: 42px;
		font-size: 15px;
	}

	.hino-privacy-date-v2 {
		font-size: 13px !important;
	}

	.hino-privacy-final-cta-v2 {
		padding: 82px 0;
	}

	.hino-privacy-final-inner-v2 h2 {
		font-size: 28px;
	}

	.hino-privacy-page-v2 .hino-btn {
		width: 100%;
	}
}
/* =========================================================
	個人情報保護ページ シンプル版
========================================================= */

.hino-privacy-simple {
	--hino-green: #10291f;
	--hino-cream: #f4efe2;
	--hino-gold: #c9953f;
	--hino-text: #23312b;
	--hino-muted: #6e7a72;
	color: var(--hino-text);
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.9;
}

.hino-privacy-simple * {
	box-sizing: border-box;
}

.hino-privacy-simple a {
	color: var(--hino-green);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hino-privacy-simple .hino-container {
	width: min(960px, calc(100% - 40px));
	max-width: 960px;
	margin: 0 auto;
}

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

.hino-privacy-simple-hero {
	padding: 96px 0 88px;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 149, 63, 0.25), transparent 28%),
		linear-gradient(135deg, #071711 0%, #123426 56%, #071711 100%);
	color: #ffffff;
}

.hino-privacy-simple-hero h1,
.hino-privacy-simple-card h2,
.hino-privacy-simple-cta h2 {
	margin: 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.hino-privacy-simple-hero h1 {
	font-size: clamp(22px, 3vw, 32px);
}

.hino-privacy-simple-hero p:not(.hino-kicker) {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 2;
}

.hino-privacy-simple-section {
	padding: 72px 0;
	background: #ffffff;
}

.hino-privacy-simple-section-cream {
	background:
		rivial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		var(--hino-cream);
}

.hino-privacy-simple-card {
	padding: 44px 48px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 52px rgba(16, 41, 31, 0.08);
}

.hino-privacy-simple-card h2 {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(16, 41, 31, 0.12);
	color: var(--hino-green);
	font-size: clamp(22px, 3vw, 32px);
}

.hino-privacy-simple-card p {
	margin: 24px 0 0;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-privacy-simple-list {
	margin: 28px 0 0;
	padding-left: 1.4em;
	color: var(--hino-muted);
	font-size: 16px;
	line-height: 2;
}

.hino-privacy-simple-list li {
	margin: 0 0 14px;
	padding-left: 0.2em;
}

.hino-privacy-simple-list ul {
	margin: 10px 0 0;
	padding-left: 1.4em;
}

.hino-privacy-simple-date {
	text-align: right;
	font-weight: 800;
}

.hino-privacy-simple-cta {
	padding: 86px 0;
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px),
		linear-gradient(135deg, #071711 0%, #143426 56%, #071711 100%);
	color: #ffffff;
	text-align: center;
}

.hino-privacy-simple-cta h2 {
	font-size: clamp(22px, 3vw, 32px);
}

.hino-privacy-simple-cta p:not(.hino-kicker) {
	max-width: 640px;
	margin: 22px auto 32px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 2;
}

.hino-privacy-simple .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 30px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.hino-privacy-simple .hino-btn-main {
	background: linear-gradient(135deg, #f4c66d 0%, #c9953f 100%);
	color: #1d1708;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.28);
}

@media screen and (max-width: 640px) {
	.hino-privacy-simple .hino-container {
		width: min(100% - 28px, 960px);
	}

	.hino-privacy-simple-hero {
		padding: 76px 0 68px;
	}

	.hino-privacy-simple-section {
		padding: 56px 0;
	}

	.hino-privacy-simple-card {
		padding: 28px 24px;
		border-radius: 22px;
	}

	.hino-privacy-simple-card p,
	.hino-privacy-simple-list,
	.hino-privacy-simple-cta p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.95;
	}

	.hino-privacy-simple-date {
		text-align: left;
	}

	.hino-privacy-simple .hino-btn {
		width: 100%;
	}
}


/* =========================================================
	団委員長ご挨拶ページ
========================================================= */

.hino-greeting-page {
	background: #fbf7ee;
	color: #10291f;
}

.hino-greeting-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

.hino-greeting-hero {
	padding: 96px 0 86px;
	background:
		linear-gradient(135deg, rgba(16, 41, 31, 0.94), rgba(16, 41, 31, 0.86)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 18px);
	color: #ffffff;
}

.hino-greeting-hero .hino-kicker {
	margin: 0 0 18px;
	color: #e7bd64;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.hino-greeting-hero h1 {
	margin: 0;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.06em;
}

.hino-greeting-hero p:not(.hino-kicker) {
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 2;
}

.hino-greeting-section {
	padding: 86px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		linear-gradient(180deg, #fbf7ee 0%, #ffffff 100%);
}

.hino-greeting-card {
	padding: 54px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 28px 80px rgba(16, 41, 31, 0.10);
}

.hino-greeting-photo {
	max-width: 620px;
	margin: 0 auto 44px;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(16, 41, 31, 0.16);
}

.hino-greeting-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.hino-greeting-body {
	max-width: 880px;
	margin: 0 auto;
}

.hino-greeting-body p {
	margin: 0 0 24px;
	color: #4f5f57;
	font-size: 16px;
	line-height: 2.1;
}

.hino-greeting-body p:last-child {
	margin-bottom: 0;
}

.hino-greeting-message-box {
	margin: 34px 0;
	padding: 34px 38px;
	border: 1px solid rgba(201, 149, 63, 0.28);
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(201, 149, 63, 0.14), transparent 36%),
		#fbf7ee;
	text-align: center;
}

.hino-greeting-message-box p {
	margin: 0;
	color: #5f6f67;
	font-size: 15px;
	line-height: 1.9;
}

.hino-greeting-message-box strong {
	display: block;
	margin: 12px 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.hino-greeting-sign {
	margin-top: 40px !important;
	color: #10291f !important;
	font-weight: 900;
	text-align: right;
}

.hino-greeting-cta {
	padding: 86px 0;
	background:
		linear-gradient(135deg, rgba(16, 41, 31, 0.94), rgba(16, 41, 31, 0.86)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 18px);
	color: #ffffff;
	text-align: center;
}

.hino-greeting-cta .hino-kicker {
	margin: 0 0 18px;
	color: #e7bd64;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.hino-greeting-cta h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.06em;
}

.hino-greeting-cta p:not(.hino-kicker) {
	max-width: 720px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 2;
}

.hino-greeting-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.hino-greeting-page .hino-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.hino-greeting-page .hino-btn-main {
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%);
	color: #1c1608;
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.26);
}

.hino-greeting-page .hino-btn-sub {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
}

@media screen and (max-width: 640px) {
	.hino-greeting-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-greeting-hero {
		padding: 72px 0 64px;
	}

	.hino-greeting-hero h1 {
		font-size: 31px;
	}

	.hino-greeting-hero p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-greeting-section {
		padding: 64px 0;
	}

	.hino-greeting-card {
		padding: 28px 22px;
		border-radius: 26px;
	}

	.hino-greeting-photo {
		margin-bottom: 30px;
		border-radius: 20px;
	}

	.hino-greeting-body p {
		font-size: 15px;
		line-height: 1.95;
	}

	.hino-greeting-message-box {
		padding: 26px 20px;
		text-align: left;
	}

	.hino-greeting-message-box strong {
		font-size: 26px;
	}

	.hino-greeting-sign {
		text-align: left;
	}

	.hino-greeting-cta {
		padding: 64px 0;
	}

	.hino-greeting-cta h2 {
		font-size: 29px;
	}

	.hino-greeting-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hino-greeting-page .hino-btn {
		width: 100%;
	}
}

/* =========================================================
	活動ブログ一覧ページ
========================================================= */

.hino-blog-list-page {
	background: #fbf7ee;
}

.hino-blog-list-page .hino-container {
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin: 0 auto;
}

.hino-blog-list-page .hino-kicker {
	margin: 0 0 14px;
	color: #c9953f;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hino-blog-list-hero {
	padding: 86px 0 76px;
	background:
		linear-gradient(135deg, rgba(16, 41, 31, 0.96), rgba(16, 41, 31, 0.88)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 14px);
	color: #ffffff;
}

.hino-blog-list-hero-inner {
	max-width: 860px;
}

.hino-blog-list-hero h1 {
	margin: 0;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.07em;
}

.hino-blog-list-hero p:not(.hino-kicker) {
	max-width: 760px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 2;
}

.hino-blog-list-section {
	padding: 82px 0;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 63, 0.10), transparent 34%),
		linear-gradient(180deg, #fbf7ee 0%, #ffffff 100%);
}

.hino-blog-list-card {
	padding: 48px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 24px 70px rgba(16, 41, 31, 0.10);
}

.hino-blog-list-heading {
	max-width: 780px;
	margin: 0 auto 42px;
	text-align: center;
}

.hino-blog-list-heading h2 {
	margin: 0;
	color: #10291f;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.06em;
}

.hino-blog-list-heading p:not(.hino-kicker) {
	margin: 18px 0 0;
	color: #607068;
	font-size: 15px;
	line-height: 1.9;
}

.hino-blog-list-view .pt-cv-wrapper,
.hino-blog-list-view .pt-cv-view {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.hino-blog-list-view .pt-cv-content-item {
	margin-bottom: 38px !important;
}

.hino-blog-list-view .pt-cv-thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.13);
}

.hino-blog-list-view .pt-cv-thumbnail img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 18px;
	transition: transform 0.35s ease;
}

.hino-blog-list-view .pt-cv-content-item:hover .pt-cv-thumbnail img {
	transform: scale(1.04);
}

.hino-blog-list-view .pt-cv-title {
	margin: 16px 0 0 !important;
	color: #10291f !important;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.65 !important;
	letter-spacing: 0.03em;
}

.hino-blog-list-view .pt-cv-title a {
	color: #10291f !important;
	text-decoration: none !important;
}

.hino-blog-list-view .pt-cv-title a:hover {
	color: #8a5a2f !important;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.hino-blog-list-view .pt-cv-meta-fields {
	margin: 10px 0 8px !important;
	color: #c9953f !important;
	font-family: "Times New Roman", serif;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em;
}

.hino-blog-list-view .pt-cv-content {
	color: #5f6f67 !important;
	font-size: 14px !important;
	line-height: 1.9 !important;
}

.hino-blog-list-view .pt-cv-readmore {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 18px !important;
	padding: 10px 22px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #e7bd64 0%, #c9953f 100%) !important;
	box-shadow: 0 14px 32px rgba(201, 149, 63, 0.22);
	color: #1c1608 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none !important;
}

.hino-blog-list-view .pt-cv-readmore:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(201, 149, 63, 0.32);
}

.hino-blog-list-view .pt-cv-pagination-wrapper {
	margin-top: 26px !important;
	text-align: center;
}

.hino-blog-list-view .pagination > li > a,
.hino-blog-list-view .pagination > li > span {
	border-color: rgba(201, 149, 63, 0.30) !important;
	color: #10291f !important;
}

.hino-blog-list-view .pagination > .active > a,
.hino-blog-list-view .pagination > .active > span {
	background: #c9953f !important;
	border-color: #c9953f !important;
	color: #ffffff !important;
}

.hino-blog-list-links-section {
	padding: 0 0 82px;
	background: #ffffff;
}

.hino-blog-list-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.hino-blog-list-links a {
	display: block;
	padding: 24px;
	border: 1px solid rgba(201, 149, 63, 0.22);
	border-radius: 22px;
	background: #fbf7ee;
	color: #10291f;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hino-blog-list-links a:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 45px rgba(16, 41, 31, 0.10);
	text-decoration: none;
}

.hino-blog-list-links span {
	display: block;
	margin-bottom: 8px;
	color: #c9953f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hino-blog-list-links strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}

@media screen and (max-width: 900px) {
	.hino-blog-list-links {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.hino-blog-list-page .hino-container {
		width: min(100% - 28px, 1120px);
	}

	.hino-blog-list-hero {
		padding: 66px 0 58px;
	}

	.hino-blog-list-hero h1 {
		font-size: 34px;
	}

	.hino-blog-list-hero p:not(.hino-kicker) {
		font-size: 15px;
		line-height: 1.9;
	}

	.hino-blog-list-section {
		padding: 58px 0;
	}

	.hino-blog-list-card {
		padding: 26px 22px;
		border-radius: 24px;
	}

	.hino-blog-list-heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.hino-blog-list-heading h2 {
		font-size: 30px;
	}

	.hino-blog-list-view .pt-cv-thumbnail img {
		height: auto;
	}

	.hino-blog-list-view .pt-cv-readmore {
		width: 100%;
	}

	.hino-blog-list-links-section {
		padding-bottom: 58px;
	}
}

