@charset "UTF-8";
/* CSS Document */

/*
	研修制度・福利厚生
-----------------------------------------------------------------------------------------------*/
/* KV
========================================*/
.environmentPage #cmnPageHead .enCategory{
	font-size: 14.8rem;
	left: max(calc(50% - 324px), 360px);
}

/* コンテンツ内
========================================*/
.environmentWrapper{
	display: flex;
	flex-direction: column;
	gap: 80px;
}
/* リスト */
ul[class^="envList"]{
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
	margin: 40px auto 0;
	padding-inline: 30px;
	width: var(--col1WidthNarrow);
	opacity: 0;
}
ul[class^="envList"] > li{
	background: rgb(255 255 255 / 0.25);
	border: 1px solid var(--clNavy);
	padding: 34px 28px 30px;
	position: relative;
}
ul[class^="envList"] > li::before{
	background: var(--clGold);
	content: '';
	height: 43px;
	left: 20px;
	position: absolute;
	top: -20px;
	transform: rotate(30deg);
	transform-origin: center;
	width: 4px;
}
/* 2カラム */
.envList2clm > li{
	width: 481px;
}
/* 3カラム */
/* animation */
.titBarNavy:has(.jsAnmStart) + ul[class^="envList"]{
	animation: fadeInBtoT var(--anmDurationBase) 1 normal 0.55s var(--anmEasingBase) forwards;
}
.envList3clm > li{
	width: 308px;
}
.envListHead{
	margin-bottom: 25px;
	letter-spacing: .06em;
	line-height: 100%;
	text-align: center;
}
.envListHead span{
	color: var(--clNavy);
	font-size: 1.8rem;
	font-weight: 600;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: var(--clNavy);
	text-decoration-thickness: 1px;
	text-underline-offset: 11px;
}
/* 本文 */
[class$="Txt"]{
	text-align: justify;
}
.envTxt{
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 165%;
}
/* 特筆事項 */
.pointList{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 17px;
}
.pointHead{
	color: var(--clGold);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 105%;
	margin-bottom: 7px;
	position: relative;
	z-index: 0;
}
.pointHead::before{
	background: #fff;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.pointTxt{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 160%;
}
/* 箇条書き */
.systemList{
	flex-direction: column;
	display: flex;
	gap: 4px;
	margin-top: 17px;
}
.systemList li{
	font-size: 1.3rem;
	padding-left: 10px;
	position: relative;
	text-align: justify;
}
.systemList li::before{
	aspect-ratio: 1 / 1;
	background: var(--clGold);
	border-radius: 50%;
	content: '';
	left: 0;
	position: absolute;
	top: 7px;
	width: 5px;
}
/* 注釈 */
.envNote{
	color: var(--clDGray);
	display: block;
	font-size: 1.1rem;
	line-height: 150%;
	margin-left: 1em;
	margin-top: 7px;
	text-indent: -1em;
}

#vacation .envTxt{
	min-height: 108px;
}


/* 
	SP
-----------------------------------------------------------------------------------------------*/
@media screen and (width <= 812px){
	/*
		研修制度・福利厚生
	-----------------------------------------------------------------------------------------------*/
	/* KV
	========================================*/
	.environmentPage #cmnPageHead .enCategory{
		font-size: 6.5rem;
		left: 3em;
	}
	.environmentPage #cmnPageHead .tit{
		line-height: 130%;
	}

	/* コンテンツ内
	========================================*/
	.environmentWrapper{
		gap: 35px;
	}
	/* リスト */
	ul[class^="envList"]{
		gap: 20px;
		margin: 20px auto 0;
		padding-inline: 20px;
	}
	ul[class^="envList"] > li{
		padding: 25px 25px 20px 25px;
	}
	ul[class^="envList"] > li::before{
		height: 24px;
		width: 3px;
		top: -11px;
		left: 10px;
	}
	/* 2カラム */
	/* 3カラム */
	.envList2clm > li,
	.envList3clm > li{
		width: 100%;
	}
	.envListHead{
		margin-bottom: 20px;
	}
	.envListHead span{
		font-size: 1.7rem;
		text-underline-offset: 10px;
	}
	/* 特筆事項 */
	.pointList{
		display: flex;
		flex-direction: column;
		gap: 14px;
		margin-top: 16px;
	}
	.pointHead{
		margin-bottom: 8px;
	}
	/* 箇条書き */
	.systemList{
		margin-top: 12px;
	}
	/* 注釈 */
	.envNote{
		margin-top: 5px;
	}

	#vacation .envTxt{
		min-height: auto;
	}
}
@media only screen and (width <= 812px) and (orientation: landscape){
	
}