/** ■header-afterBvrA（2row__3col）
***************************************/
/* Adjuster
-------------------------------------- */
:root {
	--header-height: 4pc;
	--anchor: var(--header-height);
}

/* vanti（余白調整：header裏） */
.spacer-vanti {
	height: var(--header-height);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	:root {
		--header-height: 6pc;
		--anchor: var(--header-height);
	}

	/* vanti（余白調整：header裏） */
	.spacer-vanti {
		height: var(--header-height);
	}
}

/* アンカーリンク位置調整 */
[anchor] {
	margin-top: calc(var(--anchor) * -1);
	padding-top: var(--anchor);
}




/* .header
-------------------------------------- */
.headerBvrA {
	position: fixed;
	z-index: 500;
	top: 0;
	/* Flex */
	display: flex;
	flex-direction: column;
	width: 100%;
	height: var(--header-height);
	transition: all 1s ease-out;
	box-shadow: rgba(0, 0, 0, 0.05) 0pc calc(var(--⅝fem) * 0.375) calc(var(--⅝fem) * 1.5) 0pc, rgba(0, 0, 0, 0.08) 0pc 0pc 0pc calc(var(--⅝fem) * 0.0625);
	opacity: 0;
	/* anime : name | duration | easing | delay */
	animation: none 1s ease-out 1s;
	animation-fill-mode: forwards;
}

/* アニメーションキーフレーム定義 */
@keyframes headerIn {
	100% {
		opacity: 1;
	}
}

/* @headerIn */
.headerBvrA {
	animation-name: headerIn;
}




/* Paragraph（文字設定）
-------------------------------------- */
/* ゴシック体 */
.headerBvrA :lang(en-GP),
.headerBvrA :is(h1, h2, h3, h4, h5, h6):lang(en-GP) {
	font-family: "YakuHanJP", "Overused Grotesk", var(--ff-gothic);
	font-variation-settings: 'wght' 500;
	font-weight: 500;
}

.headerBvrA p {
	display: block;
	max-width: 100%;
	line-height: 1.88;
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
}

/* 見出し */
.headerBvrA :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	display: inline-block;
	z-index: 10;
	width: 100%;
	max-width: 100%;
}




/* Conpornent
====================================== */
/* .relatived（absolute） */
.headerBvrA .relatived {
	position: relative;
}

.headerBvrA .relatived>[class*="pin-bottom"] {
	position: absolute;
	display: table;
	z-index: 10;
	bottom: -2.4pc;
	margin: auto;
}

.headerBvrA .relatived>.pin-bottomCenter {
	left: 0;
	right: 0;
}

.headerBvrA .c-white {
	fill: #FFF;
}




/* Layout
====================================== */
/* .header__incrown
-------------------------------------- */
.headerBvrA .header__incrown {
	width: 100%;
	height: 100%;
	background: var(--c-base, hsl(223, 6%, 100%));
	color: var(--c-gray, hsl(223, 6%, 50%));
}

/* .header-brand */
:is(.headerBvrA, .header-print) .header-brand {
	/* Flex */
	display: inline-flex;
	align-items: center;
	height: 100%;
	/* padding: 上  右  下  左 */
	padding: 0.5em calc(var(--⅝fem) * 0.5) 0.5em calc(var(--⅝fem) * 2);
}

:is(.headerBvrA, .header-print) .header-brand img {
	height: 2.75pc;
	object-fit: contain;
}

:is(.headerBvrA, .header-print) .header-title {
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.625)), 15px);
	font-variation-settings: 'wght' 600;
	font-weight: 600;
	margin-left: 1em;
}


/* .header__centerlane */
.headerBvrA .header__centerlane {
	/* Flex */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	width: min-content;
}


/* .header__rightlane */
.headerBvrA .header__rightlane {
	display: flex;
	align-items: center;
	width: 18em;
}




/* .header__inmuzzle
-------------------------------------- */
.headerBvrA .header__inmuzzle {
	width: 100%;
	height: 3.5pc;
	transition: all 0.3s ease-out;
	background: var(--c-primary, hsl(223, 62%, 18%));
	color: #FFF;
}




/* ■headmenu1
-------------------------------------- */
/* .header-menu */
.headerBvrA .header__inmuzzle .menu-container {
	/* Flex */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	max-width: 92.5vw;
	height: 3.5pc;
}

/* .menu[class*="headmenu"] */
.headerBvrA .menu[class*="headmenu"] {
	width: auto;
	display: table;
	table-layout: auto;
}

.headerBvrA .menu.headmenu1 {
	width: 100%;
}

.headerBvrA .menu[class*="headmenu"] li {
	position: relative;
	display: table-cell;
	width: auto;
	height: 52px;
	/* padding: 横 */
	padding-inline: calc(var(--⅝fem) * 1.25);
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	transition: all 0.5s ease-out;
	/* border-left: 1px solid var(--c-darkgray, hsl(223, 6%, 66%)); */
}

/* .headerBvrA .menu[class*="headmenu"] li:last-of-type {
border-right: 1px solid var(--c-darkgray, hsl(223, 6%, 66%));
} */

/** swiper **/
/* :has(.swiper-slide-active.slide-darker):not(:has(.diverth-1)) .headerBvrA .menu[class*="headmenu"] li {
border-color: var(--c-gainsboro, hsl(223, 6%, 84%));
color: #FFF;
} */

.headerBvrA .menu[class*="headmenu"] li>a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}




/* 非表示（SP） */
@media screen and (max-width: 743.9px) {
	.zaratan .headerBvrA .d-none_sp {
		display: none;
	}
}

/* 非表示（PC） */
@media print,
screen and (min-width: 744px) {
	.zaratan .headerBvrA .d-none_pc {
		display: none;
	}
}




/* #front（フロントページ）
-------------------------------------- */
#front .headerBvrA:not(.diverth-1) {
	box-shadow: none;
}

/* #front .headerBvrA:not(.diverth-1) .header__inmuzzle {
background: transparent;
} */

/* #front（PC） */
/* @media print,
screen and (min-width: 744px) {
	#front .spacer-vanti {
		height: calc(var(--header-height) - 3.5pc);
	}
} */




/* #recruit（採用情報ページ）
-------------------------------------- */
/* header__under */
.header .header__under {
	position: absolute;
	top: 95px;
	right: 0px;
	margin: auto;
	width: 230px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	/* radius: 左上  右上  右下  左下 */
	border-radius: 0px 0px 8px 8px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 1);
	border-right: 1px solid hsla(0, 0%, 100%, 1);
	border-left: 1px solid hsla(0, 0%, 100%, 1);
	background: hsla(207, 43%, 48%, 1);
}

.header .header__under a {
	display: inline-block;
	width: 100%;
	height: 100%;
	/* padding: 上  横  下 */
	padding: 14px 0px 14px;
	color: #FFF;
}

.header .header__under a i::after {
	content: url("https://icongr.am/material/arrow-right.svg?color=FFFFFF&size=22");
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-left: 0.2em;
}

.header .header__under {
	display: none;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	#recruit .header.is-rolldown .header__under {
		display: block;
	}
}




/* dropmenu：CSS
-------------------------------------- */
:root {
	--dropmenu-height: 3pc;
}

.header .dropmenu-container {
	/* Flex */
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 92.5vw;
	height: var(--dropmenu-height);
}

.header .menu[class*="headmenu"].hoverdion .sub-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 15pc;
	background: var(--c-primary-deep-a0\.85);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.header .menu[class*="headmenu"].hoverdion>li>.sub-menu {
	position: absolute;
	top: 52px;
	left: 1.2pc;
	margin: auto;
}

.header .menu[class*="headmenu"].hoverdion .sub-menu li {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* 子メニュー分伸ばすので高さはautoにする */
	height: auto;
	margin: 0;
	padding: 0px 2px;
	letter-spacing: 0.04em;
	font-size: 15px;
	border-left: none;
	border-bottom: 2px solid var(--c-primary-deep-a0\.5);
}

.header .menu[class*="headmenu"].hoverdion .sub-menu li>a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 3.3em;
	margin: 0px 0px 0px 2px;
	padding-left: 0.8em;
	background: var(--c-primary-a0\.5);
	color: #FFF;
}

/* .iconized（アイコン付き） */
.header .menu[class*="headmenu"].hoverdion .sub-menu li>a>i::before {
	position: relative;
	top: 0px;
	display: inline-grid;
	place-content: center;
	place-items: center;
	width: 1em;
	height: 1em;
	font-size: 100%;
	content: "▸";
}