<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* training
----------------------------------------------- */

.training {
	position: relative;
	z-index: 1;
}
.training:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 472px;
	background-color: #D5F8FC;
}
.training__outer {
	position: relative;
	margin: auto;
	max-width: 1004px;
	z-index: 1;
}
.training__inner {
	margin: 0 90px;
	padding: 100px 0 0;
}
.training__title {
	position: relative;
	padding: 0 0 25px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 1;
}
.training__title:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background-color: #01376E;
	z-index: 1;
}
.training__summary {
	margin: 45px 0 0;
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
}


/* system
----------------------------------------------- */

.system {
	margin: 40px 0 0;
}
.system__title {
	display: flex;
	align-items: flex-end;
	margin: 35px 0 0;
	color: #01376E;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.system__icon {
	margin: 0 10px 0 0;
}
.system__columns {
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.system__column {
	display: flex;
	justify-content: space-between;
	width: 536px;
}
.system__item {
	padding: 30px 0 28px;
	width: 247px;
	background-color: #fff;
	border: 2px solid #01376E;
	border-radius: 20px;
	box-sizing: border-box;
}
.system__item:first-child {
	position: relative;
}
.system__item:first-child:after {
	position: absolute;
	top: 50%;
	right: -31px;
	display: block;
	content: "";
	margin: -9px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #aaa;
}
.system__item:before {
	margin: auto;
	display: block;
	content: "";
	width: 51px;
	height: 65px;
	background-image: url(../images/recruit/training/icon_skill.svg);
	background-repeat: no-repeat;
}
.system__label {
	margin: 20px 14px 0;
	color: #01376E;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
.system__label + .system__label {
	margin-top: 30px;
}
.system__text {
	margin: 0 14px;
	color: #01376E;
	font-size: 16px;
	line-height: 30px;
}
.system__note {
	width: 247px;
}
.system__caution {
	margin: -7px 0 0;
	color: #01376E;
	font-size: 16px;
	line-height: 30px;
}

/* system__note--item */
.system__note--item {
	padding: 25px 0 22px;
	background-color: #E5E7E8;
	border-radius: 20px;
	box-sizing: border-box;
}
.system__note--item:before {
	margin: auto;
	display: block;
	content: "";
	width: 52px;
	height: 59px;
	background-image: url(../images/recruit/training/icon_skillup.svg);
	background-repeat: no-repeat;
}
.system__note--item .system__text {
	margin: 8px 14px 0;
	line-height: 25px;
}

.system__contents {
	margin: 50px 0 0;
	padding: 5px 0 32px;
	background-color: #E5E7E8;
}
.system__contents .system__text {
	margin: 30px 40px 0;
}



/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* body
	----------------------------------------------- */
	
	body {
	}


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* body
	----------------------------------------------- */
	
	body {
	}


	/* training
	----------------------------------------------- */
	
	.training:after {
		height: 335px;
	}
	.training__outer {
		max-width: 640px;
	}
	.training__inner {
		margin: 0 35px;
		padding: 25px 0 35px;
	}
	.training__title {
		padding: 0 0 20px;
		font-size: 16px;
	}
	.training__title:after {
		width: 20px;
		height: 3px;
	}
	.training__summary {
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 20px;
	}


	/* system
	----------------------------------------------- */

	.system__title {
		margin: 18px 0 0;
	}
	.system__columns {
		display: block;
	}
	.system__column {
		width: 100%;
	}
	.system__item {
		padding: 20px 0 15px;
		width: calc((100% / 2) - 11px);
		background-color: #fff;
	}
	.system__item:first-child:after {
		right: -18px;
		margin: -8px 0 0;
		border-width: 8px 0 8px 10px;
	}
	.system__item:before {
		width: 39px;
		height: 50px;
		background-size: 39px auto;
	}
	.system__label {
		margin: 10px 10px 0;
		font-size: 13px;
		line-height: 20px;
	}
	.system__label + .system__label {
		margin-top: 0;
	}
	.system__text {
		margin: 0 10px;
		font-size: 13px;
		line-height: 20px;
	}
	.system__note {
		width: 100%;
	}
	.system__caution {
		margin: 13px 0 0 ;
		font-size: 12px;
		line-height: 22px;
	}

	/* system__note--item */
	.system__note--item {
		margin: 20px 0 0;
		padding: 12px 20px;
		display: flex;
		align-items: center;
	}
	.system__note--item:before {
		margin: 0 8px 0 0;
	}
	.system__note--item .system__text {
		margin: 0;
		width: calc(100% - 60px);
		line-height: 22px;
	}
	.system__contents {
		margin: 55px 0 0;
		padding: 14px 0 32px;
		background-color: #E5E7E8;
	}
	.system__contents .system__text {
		margin: 22px 24px 0;
		line-height: 22px;
	}


}


</pre></body></html>