/**
 * c-site-header
 * 全67ページ共通のヘッダー。ナビ5項目(sd-10〜24)は3クラスの繰り返し。
 *
 * 自動生成: node _research/emit-component.mjs c-site-header
 * 生成元: _archive/css/agreement.css の .symbol-1
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 *
 * 元サイトからの意図的な変更:
 * 元サイトではナビ6項目のうち sd-10/13/16 は <p> 側に、sd-19/22 は <a> 側に padding:16px 0 が付くという不統一があった（見た目は同一）。クリック領域が広く取れる <a> 側に統一する。
 */
.c-site-header {
	align-content: center;
	align-items: center;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	background: transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid transparent;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 80px;
	justify-content: space-between;
	margin: 0;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0px 0px 0px 24px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 3;
	max-width: 100%;
}
.c-site-header__brand {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px;
	width: auto;
	max-width: 100%;
}
.c-site-header__brand > *,
.c-site-header__brand-name > *,
.c-site-header__menu-toggle-wrap > * {
	--gap-h: 0px;
	--gap-v: 0px;
}
.c-site-header__brand-lead {
	color: var(--an-color-text);
	font-family: var(--an-font-base);
	font-size: 12px;
	font-weight: 500;
	height: auto;
	letter-spacing: -0.05em;
	line-height: 1;
	padding: 0px 0px 3px;
	text-align: left;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}
.c-site-header__brand-name {
	align-content: flex-end;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px;
	justify-content: flex-start;
	padding: 0px;
}
.c-site-header__brand-name-mark {
	color: #0f9c7cff;
	font-family: var(--an-font-display);
	font-size: 34px;
	font-weight: 600;
	height: auto;
	line-height: 1;
	text-align: center;
	width: auto;
	justify-content: center;
	max-width: 100%;
}
.c-site-header__brand-name-text {
	color: var(--an-color-text);
	font-family: var(--an-font-base);
	font-size: 34px;
	font-weight: 600;
	height: auto;
	line-height: 1;
	padding: 0px;
	text-align: center;
	width: auto;
	justify-content: center;
	max-width: 100%;
}
.c-site-header__menu-toggle-wrap {
	align-content: center;
	align-items: center;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}
.c-site-header__menu-toggle {
	align-content: center;
	align-items: center;
	background: transparent;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 48px;
	justify-content: center;
	width: 48px;
	max-width: 100%;
}
.c-site-header__menu-toggle-icon {
	color: var(--an-color-text);
	font-size: 24px;
}
.c-site-header__nav {
	align-content: center;
	align-items: center;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: var(--an-color-white);
	border-radius: 0px 0px 0px 24px;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px 30px;
	height: 100%;
	justify-content: flex-end;
	padding: 0px 0px 0px 32px;
	width: auto;
	max-width: 100%;
}
.c-site-header__nav > * {
	--gap-h: 30px;
	--gap-v: 0px;
}
.c-site-header__nav-link {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	height: auto;
	justify-content: center;
	padding: 16px 0px;
	width: auto;
	max-width: 100%;
}
.c-site-header__nav-link:hover {
	flex: none;
	--ha: 1;
}
.c-site-header__nav-link > *,
.c-site-header__nav-link:hover > * {
	--gap-h: 24px;
	--gap-v: 0px;
}
.c-site-header__nav-label {
	color: var(--an-color-text);
	font-family: var(--an-font-base);
	font-size: 14px;
	font-weight: 500;
	height: auto;
	letter-spacing: normal;
	line-height: 1.4;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}
.c-site-header__nav-link:hover .c-site-header__nav-label {
	color: var(--an-color-accent);
}
.c-site-header__nav-underline {
	background: var(--an-color-text);
	bottom: 0px;
	flex: none;
	height: 2px;
	left: 0px;
	margin: 0;
	position: absolute;
	right: 0px;
	top: auto;
	width: 0px;
}
.c-site-header__nav-link:hover .c-site-header__nav-underline {
	background: var(--an-color-accent);
	flex: none;
	height: 2px;
	transition-duration: 400ms;
	width: 100%;
	max-width: 100%;
}
.c-site-header__nav-cta {
	align-content: center;
	align-items: center;
	background: #0f9c7cff;
	border-bottom: 0px solid var(--an-color-text);
	border-left: 0px solid var(--an-color-text);
	border-radius: 0;
	border-right: 0px solid var(--an-color-text);
	border-top: 0px solid var(--an-color-text);
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 8px;
	height: 100%;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px 32px;
	width: auto;
	max-width: 100%;
}
.c-site-header__nav-cta:hover {
	opacity: 1;
	--ha: 1;
}
.c-site-header__nav-cta > *,
.c-site-header__nav-cta:hover > * {
	--gap-h: 8px;
	--gap-v: 0px;
}
.c-site-header__nav-cta-label {
	color: var(--an-color-surface);
	font-family: var(--an-font-base);
	font-size: 15px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: auto;
	z-index: 2;
	justify-content: flex-start;
	max-width: 100%;
}
.c-site-header__nav-cta:hover .c-site-header__nav-cta-label {
	color: #FFFFFF;
}
.c-site-header__nav-cta-underline {
	background: #0f9c7cff;
	flex: none;
	height: 100%;
	left: 0;
	margin: 0;
	overflow-x: visible;
	overflow-y: visible;
	position: absolute;
	scale: 0 1;
	top: 0;
	transform-origin: center left;
	width: 100%;
	max-width: 100%;
}
.c-site-header__nav-cta:hover .c-site-header__nav-cta-underline {
	background: #000000;
	scale: 1 1;
}

@media (max-width: 1140px) {
	.c-site-header__brand-name-text {
		font-family: var(--an-font-base);
	}
	.c-site-header__menu-toggle-wrap {
		display: none;
	}
	.c-site-header__menu-toggle {
		display: flex;
	}
	.c-site-header__nav-label {
		letter-spacing: normal;
	}
}

@media (max-width: 840px) {
	.c-site-header {
		display: flex;
		padding: 0px 24px;
	}
	.c-site-header__menu-toggle-wrap {
		display: flex;
	}
	.c-site-header__menu-toggle {
		display: flex;
		flex: none;
	}
	.c-site-header__nav {
		display: none;
	}
	.c-site-header__nav > * {
		--gap-h: 30px;
		--gap-v: 0px;
	}
	.c-site-header__nav-cta-underline {
		background: transparent;
	}
}

@media (max-width: 540px) {
	.c-site-header {
		display: flex;
		flex: none;
		height: 64px;
		overflow-x: visible;
		overflow-y: visible;
		padding: 0px 16px;
	}
	.c-site-header__brand {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.c-site-header__brand > *,
	.c-site-header__brand-name > *,
	.c-site-header__menu-toggle-wrap > *,
	.c-site-header__nav > * {
		--gap-h: 0px;
		--gap-v: 0px;
	}
	.c-site-header__brand-lead {
		letter-spacing: -0.1em;
	}
	.c-site-header__brand-name {
		flex-direction: row;
	}
	.c-site-header__brand-name-mark,
	.c-site-header__brand-name-text {
		font-size: 32px;
	}
	.c-site-header__menu-toggle-wrap {
		display: flex;
		flex-direction: row;
		gap: 0px;
	}
	.c-site-header__menu-toggle {
		display: flex;
		flex: none;
		height: 40px;
		width: 40px;
		max-width: 100%;
	}
	.c-site-header__nav {
		display: none;
		flex-direction: column;
	}
	.c-site-header__nav-link {
		flex-direction: column;
		padding: 16px 0px;
	}
	.c-site-header__nav-link > *,
	.c-site-header__nav-link:hover > * {
		--gap-h: 0px;
		--gap-v: 24px;
	}
}

@media (max-width: 320px) {
	.c-site-header {
		display: flex;
		padding: 0px 8px;
	}
	.c-site-header__menu-toggle-wrap {
		display: flex;
	}
	.c-site-header__nav {
		display: none;
	}
	.c-site-header__nav > * {
		--gap-h: 30px;
		--gap-v: 0px;
	}
}
