@charset "UTF-8";

/* ==========================================================================
   Lower Page Breadcrumb / Hero (Renewal 2026)
   Design source: archive-case.php（導入事例）と統一。
   Scope: .p-lower-hero 配下で完全に閉じる。既存の .cf-breadcrumb /
          .cf-heading-basic には影響しない。
   ========================================================================== */
.p-lower-hero {
	background-color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #101828;
}

.p-lower-hero *,
.p-lower-hero *::before,
.p-lower-hero *::after {
	box-sizing: border-box;
}

.p-lower-hero h1 {
	margin: 0;
}

/* ----- Breadcrumb ----- */
.p-lower-hero__breadcrumb {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #99A1AF;
	overflow: hidden;
	white-space: nowrap;
}

.p-lower-hero__breadcrumb > a,
.p-lower-hero__breadcrumb > .p-lower-hero__breadcrumb-sep {
	flex-shrink: 0;
}

.p-lower-hero__breadcrumb a {
	color: #99A1AF;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-lower-hero__breadcrumb a:hover {
	opacity: 0.7;
}

.p-lower-hero__breadcrumb-sep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	color: #99A1AF;
}

.p-lower-hero__breadcrumb-current {
	color: #101828;
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ----- Hero ----- */
.p-lower-hero__hero {
	background-color: #F9FAFB;
	padding: 80px 16px;
	text-align: center;
}

.p-lower-hero__hero-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	color: #101828;
	letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
	.p-lower-hero__hero {
		padding: 40px 16px;
	}

	.p-lower-hero__hero-title {
		font-size: 28px;
		line-height: 32px;
	}
}
