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

/* 共通 -------------------------------------------------------------------------------------------------------------------*/

/* mv */

.page .mv {
	min-height: 500px;
	position: relative;
}
.page header.fl {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.page_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.page_lead {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

/* ENVIRONMENT -------------------------------------------------------------------------------------------------------------------*/

.enviroment .building_bg {
	color: #000;
}
.enviroment .building_bg .sub_title span {
	color: #000;
	border-color: #000;
}
/* EDUCATIONAL SYSTEM */
.environment_mv {
	background: url(../img/enviroment/enviroment_mv_bg@2x.jpg) no-repeat center center/cover;
}
.educational_system {
	background: url(../img/enviroment/educational_system_bg.jpg) no-repeat center center;
	padding: 150px 0;
}
.educational_system .cont_title {
	margin-top: 150px;
}
.educational_system_txt,
.vacation_system_txt {
	margin-top: 80px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}
.process {
	margin-top: 100px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/* フェードインアニメーション */

.fade_off {
	opacity: 0;
	transform: translateY(40px);
}
.fade_on {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.process_list01 {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.process_list02 {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.process_list03 {
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.process_list04 {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

/* TRAINING */

.training {
	padding: 120px 0;
	background: url(../img/enviroment/training_bg.jpg) no-repeat center center/cover;
}
.training .wrap {
	padding: 100px 0;
	position: relative;
}
.training .wrap::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	top: 0;
	left: 0;
	opacity: 0.8;
}
.training .wrap > * {
	position: relative;
}
.rookie_training_txt,
.special_training_txt {
	text-align: center;
	margin-top: 60px;
	font-weight: bold;
	line-height: 2.5;
}
.support {
	margin-top: 60px;
}
.support_title {
	text-align: center;
	font-weight: bold;
}
.support_list {
	z-index: 1;
	position: relative;
	padding: 15px;
	max-width: 760px;
	margin: 20px auto 0;
	font-weight: 500;
	color: #fff;
}
.support_list:before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #1f1f1f;
}
.support_list li:not(:first-child) {
	margin-left: 2em;
}
.support_list li:before {
	content: "・";
}
.support_image {
	margin-top: 80px;
}
.special_training .sub_title {
	margin-top: 100px;
}

/* VACATION SYSTEM */

.original_vacation_system_wrap {
	position: relative;
}
.original_vacation_system {
	padding: 70px 0 100px;
	height: 550px;
	margin-top: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 20px solid;
	border-image: url(../img/enviroment/frame.png) 33.3% / 50px 50px repeat;
	position: relative;
	z-index: 1;
}
.original_vacation_system::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
	z-index: -1;
}
.original_vacation_system li {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
}
.original_vacation_system li:nth-of-type(2) {
	margin: 0 20px;
}
.vacation_icon {
	max-width: 140px;
}
.vacation_type.marker {
	font-weight: 500;
	font-size: 20px;
	margin-top: 30px;
	color: #000;
}
.vacation_type.marker:before {
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
}
.vacation_type_txt {
	margin-top: 30px;
	display: inline-block;
	max-width: 100%;
}
.welfare_wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	z-index: 2;
}
.welfare_title {
	text-align: center;
	font-weight: bold;
}
.welfare_list {
	z-index: 1;
	position: relative;
	padding: 15px;
	margin: 20px auto 0;
	font-weight: 500;
	width: 920px;
	max-width: 100%;
	color: #000;
}
.welfare_list:before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
}
.welfare_list li::before {
	content: "・";
}
.welfare_list li:not(:first-child) {
	margin-left: 2em;
}
.company_trip_title {
	margin-top: 60px;
}
.company_trip_title .marker {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.company_trip_title .marker:before {
	background: #000;
}
.vacation_pict_list,
.office_gallery_list {
	margin-top: 50px;
}
.vacation_pict_list li {
	margin: 0 10px;
}
.vacation_pict_txt {
	font-size: 14px;
	margin-top: 5px;
}
.slick-prev::before,
.slick-next::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-arrow {
	z-index: 1;
}
.slick-next::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
	.slick-prev {
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.slick-next {
		right: 0;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
	.vacation_pict_txt {
		font-size: 13px;
	}
}
@media only screen and (max-width: 420px) {
	.vacation_pict_txt {
		font-size: 11px;
		line-height: 1.4;
	}
}

.office_gallery_list li {
	margin: 0 10px;
}
.slick-slide img {
	margin: 0 auto;
}

/* OFFICE GALLERY */

.office_gallery .cont_title {
	margin-top: 120px;
}

/* RECRUITMENT -------------------------------------------------------------------------------------------------------------------*/

.recruitment_mv {
	background: url(../img/recruitment/recruitment_mv_bg@2x.jpg) no-repeat center center/cover;
}
.recruitment_table {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	color: #222;
	font-size: 16px;
}
.recruitment_table tr {
	background: #f5f5f5;
}
.recruitment_table tr:nth-child(2n) {
	background: #fff;
}
.recruitment_table th,
.recruitment_table td {
	padding: 40px;
}
.recruitment_table td {
	padding-left: 0;
}
.recruitment_table th {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight: 500;
}
.recruitment .cont_title {
	position: relative;
	z-index: 1;
	margin: 0 auto 60px;
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	padding: 25px 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.recruitment .cont_title:before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
}

/* NEWS -------------------------------------------------------------------------------------------------------------------*/

.news_mv {
	background: url(../img/news/news_mv_bg@2x.jpg) no-repeat center center/cover;
}

/* NEWS_DETAIL -------------------------------------------------------------------------------------------------------------------*/

.news_article {
	background: #f5f5f5;
	color: #222;
	padding: 100px 80px;
}
.news_article .news_title {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: 500;
	position: relative;
}
.news_title::before {
	content: "";
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
}
.news_article .news_article_date {
	margin-top: 20px;
	display: inline-block;
	color: #8dc21f;
	font-size: 16px;
	font-weight: 500;
}
.news_article .content {
	padding: 80px 0 160px;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
.news_article .pager {
	margin-top: 20px;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news_article .to_news.btn {
	z-index: 1;
	position: relative;
	color: #000;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 500;
}
.news_article .to_news.btn::before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
}
.news_article .prev::before,
.news_article .next::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #82642f;
	border-right: 2px solid #82642f;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: relative;
	margin: 0 10px 2px 2px;
}
.news_article .next::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 2px 2px 10px;
}

/* JOB DESCRIPTION -------------------------------------------------------------------------------------------------------------------*/

.job_description_mv {
	background: url(../img/job_description/job_description_mv_bg@2x.jpg) no-repeat center center/cover;
}
.job_description .page_lead {
	color: #000;
}
.job_description .sub_title {
	color: #000;
}
.job_description .sub_title span {
	border-bottom: 5px solid #000;
	color: #000;
}
/* .job_description .cont_title img {
	background: #000;
	mix-blend-mode: exclusion;
} */
.research {
	margin-top: 150px;
}
.research_main,
.teamwork_main {
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
.research_main:before,
.teamwork_main:before {
	content: "";
	background: url(../img/job_description/research_bg.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
	/* bottom: 0;
	right: 0; */
	z-index: -1;
	display: inline-block;
	width: 100vw;
	height: 100%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	left: -15%;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.teamwork_main:before {
	background: url(../img/job_description/teamwork_bg.png) no-repeat center/contain;
	left: unset;
	right: -15%;
}
.research_txt,
.teamwork_txt {
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
	max-width: 510px;
	color: #000;
	-webkit-filter: drop-shadow(0 0 4px #fff);
	filter: drop-shadow(0 0 4px #fff);
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.research_pict_list,
.teamwork_pict_list {
	margin-top: 120px;
}

.research_pict_list li,
.teamwork_pict_list li {
	width: calc(100% / 3);
	width: 33.333%;
}
.teamwork {
	margin-top: 150px;
}

@media only screen and (max-width: 1199px) {
	/* 共通 -------------------------------------------------------------------------------------------------------------------*/

	.page .mv {
		min-height: auto;
		height: 45vh;
	}
	.page_title img {
		max-height: 20vh;
	}

	/* ENVIRONMENT -------------------------------------------------------------------------------------------------------------------*/

	.educational_system {
		padding: 100px 0;
		background-size: cover;
	}
	.page_lead {
		font-size: 24px;
	}
	.educational_system .cont_title {
		margin-top: 80px;
	}
	.educational_system_txt,
	.vacation_system_txt {
		margin-top: 60px;
		font-size: 16px;
	}
	.process {
		margin-top: 80px;
	}
	.training .wrap {
		padding: 30px 40px;
		width: 90%;
	}
	.training {
		padding: 50px 0 60px;
	}
	.rookie_training_txt,
	.special_training_txt {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
	.special_training .sub_title {
		margin-top: 50px;
	}
	.vacation_type.marker {
		font-size: 18px;
		color: #000;
	}
	.vacation_type_txt {
		font-size: 15px;
	}
	.welfare_list {
		font-size: 14px;
	}
	.vacation_icon {
		max-width: 120px;
	}

	/* RECRUITMENT -------------------------------------------------------------------------------------------------------------------*/

	.recruitment .building_bg {
		padding: 50px 0 60px;
	}
	.recruitment .cont_title {
		font-size: 24px;
		margin: 0 auto 50px;
		padding: 20px 80px;
	}
	.recruitment_table {
		font-size: 15px;
	}

	/* NEWS -------------------------------------------------------------------------------------------------------------------*/

	/* NEWS_DETAIL -------------------------------------------------------------------------------------------------------------------*/

	.news_article .news_title {
		font-size: 20px;
	}
	.news_article {
		padding: 50px 40px;
	}
	.news_article .content {
		padding: 40px 0 80px;
	}

	/* JOB DESCRIPTION -------------------------------------------------------------------------------------------------------------------*/

	.research,
	.teamwork {
		margin-top: 100px;
	}
	.research_main,
	.teamwork_main {
		padding: 50px 0;
	}
	.research_pict_list,
	.teamwork_pict_list {
		margin-top: 60px;
	}
	.research_txt,
	.teamwork_txt {
		font-size: 16px;
		max-width: 450px;
	}
}

@media only screen and (max-width: 420px) {
	/* 共通 -------------------------------------------------------------------------------------------------------------------*/

	/* ENVIRONMENT -------------------------------------------------------------------------------------------------------------------*/

	.page .mv {
		height: 30vh;
	}
	.page_title img {
		max-height: 16vh;
	}
	.educational_system {
		padding: 50px 0 60px;
	}
	.page_lead {
		font-size: 16px;
		font-size: 14px;
	}
	.educational_system .cont_title {
		margin-top: 40px;
	}
	.educational_system_txt,
	.vacation_system_txt {
		margin-top: 40px;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
	}
	.process {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.process li:not(:first-child) {
		margin-top: 20px;
	}
	.process li {
		text-align: center;
	}
	.process li img {
		width: 80%;
	}
	.rookie_training_txt,
	.special_training_txt {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		font-weight: 400;
		margin-top: 30px;
	}
	.training .wrap {
		padding: 20px 30px;
	}
	.support {
		margin-top: 30px;
	}
	.support_title {
		font-size: 16px;
	}
	.support_list {
		font-size: 14px;
		padding: 15px 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 90%;
	}
	.support_list li:not(:first-child) {
		margin-left: 0;
	}
	.support_image {
		margin-top: 40px;
	}
	.original_vacation_system {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 60px 30px;
	}
	.original_vacation_system li {
		width: 100%;
	}
	.original_vacation_system li:not(:first-child) {
		margin-top: 30px;
	}
	.vacation_icon {
		max-width: 100px;
	}
	.welfare_wrap {
		position: relative;
		margin-top: 30px;
		width: 90%;
	}
	.welfare_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 60px;
		width: 90%;
	}
	.welfare_list li:not(:first-child) {
		margin-left: 0;
	}
	.vacation_pict_list,
	.office_gallery_list {
		margin-top: 40px;
	}
	.vacation_type_txt {
		font-size: 14px;
	}
	.original_vacation_system li:nth-of-type(2) {
		margin-left: 0;
		margin-right: 0;
	}
	.company_trip {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.6;
		font-weight: 400;
	}
	.office_gallery .cont_title {
		margin-top: 60px;
	}

	/* RECRUITMENT -------------------------------------------------------------------------------------------------------------------*/

	.recruitment .cont_title {
		font-size: 16px;
		margin: 0 auto 40px;
		padding: 10px 80px;
	}
	.recruitment_table {
		width: 100%;
	}
	.recruitment_table tr {
		background: #fff;
	}
	.recruitment_table th,
	.recruitment_table td {
		display: block;
		padding: 20px;
		font-size: 14px;
	}
	.recruitment_table th {
		background: #f5f5f5;
		text-align: center;
	}

	/* NEWS -------------------------------------------------------------------------------------------------------------------*/

	/* NEWS_DETAIL -------------------------------------------------------------------------------------------------------------------*/

	.news_article {
		padding: 30px 20px;
	}
	.news_article .news_title {
		font-size: 16px;
	}
	.news_article .news_article_date,
	.news_article .to_news.btn {
		font-size: 14px;
	}
	.news_article .content {
		padding: 20px 0 40px;
		font-size: 14px;
	}

	/* JOB DESCRIPTION -------------------------------------------------------------------------------------------------------------------*/

	.research_pict_list,
	.teamwork_pict_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 30px auto 0;
		margin: 16vw auto 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.research_pict_list li:first-child,
	.teamwork_pict_list li:nth-child(2) {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.research_pict_list li:last-child,
	.teamwork_pict_list li:first-child {
		display: none;
	}
	.research_pict_list li,
	.teamwork_pict_list li {
		width: 70%;
	}
	.research,
	.teamwork {
		margin-top: 15vw;
	}
	.research_main,
	.teamwork_main {
		padding: 50px 0;
		padding: 0;
	}
	.research_txt,
	.teamwork_txt {
		font-size: 14px;
		line-height: 1.6;
		text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
	}

	.research_main::before {
		background: url(../img/job_description/research_pict_bg.png) no-repeat left center/90%;
		left: -15%;
		top: -15%;
	}
	.teamwork_main::before {
		background: url(../img/job_description/teamwork_pict_bg.png) no-repeat right center/90%;
		left: auto;
		right: -15%;
		top: -15%;
	}
	.research_main::after,
	.teamwork_main::after {
		content: "";
		background: url(../img/job_description/research_color_bg.png) no-repeat center center/90%;
		position: absolute;
		top: 0;
		bottom: -15%;
		right: -15%;
		z-index: -2;
		display: inline-block;
		width: 100%;
	}
	.teamwork_main::after {
		background: url(../img/job_description/teamwork_color_bg.png) no-repeat center center/90%;
		left: -15%;
	}
}
