/**
 * c-page-title
 * ページ見出し（英字ラベル＋日本語タイトル）
 *
 * 自動生成: node _research/emit-component.mjs c-page-title
 * 生成元: _archive/css/agreement.css の .symbol-2
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-page-title {
	align-content: center;
	align-items: center;
	background: var(--an-color-white);
	flex: none;
	flex-wrap: nowrap;
	gap: 16px;
	justify-content: center;
	margin: -80px 0px 0px;
	padding: 140px 40px 80px;
	width: 100%;
	max-width: 100%;
}
.c-page-title > * {
	--gap-h: 0px;
	--gap-v: 16px;
}
.c-page-title__box {
	align-content: center;
	align-items: center;
	filter: saturate(100%);
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-end;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
	max-width: 100%;
}
.c-page-title__box > .an-image__bg-container::before {
	background-position: center top;
	background-repeat: no-repeat;
	filter: none;
}
.c-page-title__text {
	color: var(--an-color-brand);
	flex: none;
	font-family: var(--an-font-display);
	font-size: 64px;
	font-weight: 500;
	height: auto;
	letter-spacing: normal;
	line-height: 1.4;
	text-align: left;
	width: 1200px;
	justify-content: flex-start;
	max-width: 100%;
}
.c-page-title__title {
	color: var(--an-color-text);
	flex: none;
	font-family: var(--an-font-base);
	font-size: 32px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	width: 1200px;
	justify-content: flex-start;
	max-width: 100%;
}

@media (max-width: 840px) {
	.c-page-title {
		padding: 140px 24px 80px;
	}
	.c-page-title > * {
		--gap-h: 0px;
		--gap-v: 16px;
	}
	.c-page-title__text {
		font-size: 56px;
	}
}

@media (max-width: 540px) {
	.c-page-title__text {
		font-size: 40px;
	}
	.c-page-title__title {
		font-size: 28px;
	}
}
