@charset "utf-8";

/*===============================================
 研修・福利厚生 environment.css
===============================================*/
/*=======================================================
 - ～414.9px	：スマートフォン縦画面 (iPhone XS Max)
 - 415px ～		：タブレット環境
 - 700px ～		：切り替えが必要な場合
 - 970px ～		：PC環境
 - ～1399.9px	：iPad Pro 12.9横幅基準
 - ～1579.9px	：横幅最大値

●基本割合
・2等分：width:48%
・3等分：width:30.6%;
・4等分：width:22%;
・2分割：width:30%＆66% or 38%＆58%
=======================================================*/
@media print, screen and (min-width: 415px) {
}
@media print, screen and (min-width: 700px) {
}
@media print, screen and (min-width: 970px) {
}
@media print, screen and (min-width: 1400px) {
}
@media print, screen and (min-width: 1580px) {
}



/*===============================================
 共通
===============================================*/
#environment .title_wrap {
	background-image: url(../images/environment/environment_back_pagetitle.jpg);
}



/*===============================================
 研修制度
===============================================*/
/*
 人材育成・研修制度
===============================================*/
.education_resources_wrap {
	position: relative;
	width: 100%;
}

.resources_img {
	margin: 0 auto;
	width: 80%;
	max-width: 500px;
}

@media print, screen and (max-width: 699.9px) {
	.resources_img.pc {
		display: none;
	}
}

@media print, screen and (min-width: 700px) {
	.resources_img.sp {
		display: none;
	}
}

/* SP用ボタン */
.resources_btn {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: absolute;
	width: 24%;
}

@media print, screen and (min-width: 700px) {
	.resources_btn {
		display: none;
	}
}

.resources_btn:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.resources_btn.ojt {
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
}

.resources_btn.enlightenment {
	left: 10%;
	top: 50%;
	transform: translate(0,-50%);
}

.resources_btn.oct {
	right: 10%;
	top: 50%;
	transform: translate(0,-50%);
}

.resources_btn.off {
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

/* 説明 */
.resources_text {
	display: none;
	position: absolute;
}

.resources_text span {
	display: block;
	margin: 0 0 5px;
}

.resources_text .sp {
	font-weight: bold;
}

.resources_text.ojt .basic {
	color: #0156ab;
	font-weight: bold;
}

.resources_text .list_ul li:before {
	background: #0156ab;
}

@media print, screen and (max-width: 699.9px) {
	.resources_text {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 8px 0 rgba(20,16,7,.2);
		left: 50%;
		padding: 10px;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	@keyframes show{
		from{
		    opacity: 0;
		}

		to{
		    opacity: 1;
		}
	}

	.resources_text.open {
		display: block;
		animation: show .2s linear 0s;
	}
}

@media print, screen and (min-width: 700px) {
	.resources_text {
		display: block !important;
	}

	.resources_text.ojt {
		left: calc(50% + 110px);
		top: 0;
	}

	.resources_text.enlightenment {
		left: calc(50% - 300px);
		top: 10%;
	}

	.resources_text.oct {
		left: calc(50% + 180px);
		top: 65%;
	}

	.resources_text.off {
		bottom: 0;
		left: calc(50% + 80px);
	}

	.resources_text .sp {
		display: none;
	}
}

@media print, screen and (min-width: 970px) {
	.resources_text.enlightenment {
		left: calc(50% - 425px);
		top: 40%;
	}

	.resources_text.oct {
		left: calc(50% + 260px);
		top: 40%;
	}

	.resources_text.off {
		bottom: 0;
		left: calc(50% + 90px);
	}
}

@media print, screen and (max-width: 699.9px) {
	.resources_text .pc {
		display: none;
	}
}


/*
 新入社員研修
===============================================*/
@media print, screen and (max-width: 699.9px) {
	.table_education.pc {
		display: none;
	}
}

@media print, screen and (min-width: 700px) {
	.table_education.sp {
		display: none;
	}
}

.table_education {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.table_education th,
.table_education td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.table_education th {
	background: #ddd;
}

@media print, screen and (min-width: 970px) {
	.table_education th {
		font-size: 1.7rem;
	}
}

.table_education thead th {
	text-align: center;
}

.table_education thead th.year {
	background: #fc9c15;
	color: #fff;
}

.table_education thead th:not(.year) {
	padding: 10px 25px;
}

@media print, screen and (min-width: 970px) {
	.table_education thead th:not(.year) {
		font-size: 1.6rem;
	}
}

.table_education tbody th {
	color: #e76026;
}

.table_education tbody td {
	background: #f5f5f5;
}


/* SP */
.table_education.sp:not(:last-child) {
	margin: 0 0 20px;
}

.table_education.sp thead th.year {
	background: #fc9c15;
	color: #fff;
	justify-content: center;
	width: 100%;
}

.table_education.sp tbody th,
.table_education.sp tbody td {
	align-items: center;
}

.table_education.sp tbody th {
	color: #000;
	width: 35%;
}

.table_education.sp tbody td {
	width: 65%;
}

/* スケジュール画像 */
@media print, screen and (max-width: 699.9px) {
	.education_schedule_wrap.pc {
		display: none;
	}
}

@media print, screen and (min-width: 700px) {
	.education_schedule_wrap.sp {
		display: none;
	}
}

.education_schedule_wrap.pc div.resources_img {
    width: 90%;
	max-width: 980px;
	margin-top: 32px;
}

.education_schedule_wrap.sp div.resources_img {
    width: 100%;
	margin-top: 24px;
}

/*===============================================
 福利厚生
===============================================*/
.welfare_wrap {
	margin: 50px 0 0;
}

.welfare_wrap .text {
	margin: 0 0 20px;
	width: 100%;
}

.welfare_wrap .img {
	margin: 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.welfare_wrap .text {
		margin: 0;
	}

	.welfare_wrap.social .text {
		width: 61%;
	}

	.welfare_wrap.social .img {
		width: 35%;
	}

	.welfare_wrap.holiday .text,
	.welfare_wrap.travel .text {
		width: 39%;
	}

	.welfare_wrap.holiday .img,
	.welfare_wrap.travel .img {
		width: 57%;
	}
}

.welfare_wrap .img div {
	margin: 0 0 10px;
	width: 100%;
}

.welfare_wrap .img div:last-child {
	margin: 0;
}

@media print, screen and (min-width: 700px) {
	.welfare_wrap .img div {
		margin: 0;
	}

	.welfare_wrap.holiday .img div {
		width: 50%;
	}

	.welfare_wrap.travel .img div {
		width: 40.5%;
	}

	.welfare_wrap.travel .img div:last-child {
		width: 59.5%;
	}
}

.welfare_wrap .title {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	position: relative;
}

.welfare_wrap .title:before {
	background: #ff8e00;
	border-radius: 50%;
	content: '';
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 12px;
}

.welfare_wrap .list_ul {
	margin: 0 0 0 1em;
}

.welfare_wrap .lending {
	display: block;
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 0 0 0 1em;
}