@charset "UTF-8";

.loading {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main {
	display: none;
}

.main.-show {
	display: block !important;
}

.movie {
	position: relative;
}

.movie_video {
	position: relative;
	overflow: hidden;
	background: #efefef;
}

.movie_video:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

html.Edge .movie_video:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/img/recruit/txt-movie.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.movie_video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_video_catch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.movie_video_txt {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.movie_full {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 60px;
	bottom: 0;
	z-index: 5;
	width: 196px;
	height: 196px;
	margin-bottom: -98px;
	border-radius: 196px;
	text-align: center;
	transition: transform 0.3s;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.movie_full:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 196px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background: #dbd095;
}

.movie_full:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 196px;
	background: #ffd800;
}

.movie_full:hover {
	transform: rotate(35deg);
}

.movie_full_ttl {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.625;
}

.movie_full_txt {
	font-size: 19px;
	line-height: 1.474;
}

.message {
	padding: 80px 0 140px;	/* position: relative; */
}

.message_ttl {
	text-align: center;
}

.message_txt {
	text-align: center;
}

.message_txt p {
	margin-top: 2em;
}

.message_txt p:first-child {
	margin-top: 0;
}

.message_movie {
	position: relative;
	max-width: 800px;
	margin: 80px auto 0;
}

.message_movie:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.message_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.message_txt p strong {
	display: inline-block;
	margin-top: 20px;
	padding: 9px 40px;
	background: #29a45c;
	color: #ffffff;
}

/* 採用担当メッセージ */
.employer {
	position: relative;
	padding: 120px 0;
}

.employer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 270px;
	background: -webkit-gradient(linear, left top, right top, from(#9fcb2b), to(#29a45c));
	background: linear-gradient(to right, #9fcb2b, #29a45c);
	        transform: skewY(-7deg);

	-webkit-transform: skewY(-7deg);
}

/* .employer > .inner {
	mw
} */

.employer_ttl {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.employer_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 250px;
}

.employer_row.-item2 {
	margin-top: 50px;
}

.employer_fg {
	width: 40%;
	text-align: center;
}

.employer_fg img {
	/* max-width: 100%;
	height: auto; */
}

.employer_fg figcaption {
	margin-top: 10px;
}

.employer_col {
}

.employer_col.-item1 {
	width: 49.5%;
	margin-top: 110px;
}

.employer_col.-item2 {
	width: 40%;
}

.employer_col.-item3 {
	width: 49.5%;
}

.employer_col_cnt:nth-child(n+2) {
	margin-top: 30px;
}

.employer_col_ttl {
	color: #29a45c;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
}

.employer_col_txt {
	margin-top: 15px;
}

.employer_btm {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.employer_btm img {
	max-width: 100%;
	height: auto;
}

/* メニュー */
.menu {
}

.menu_row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.menu_col {
	overflow: hidden;
}

.menu_col.-item2 {
	margin-left: 2px;
}

.menu_col a {
	display: block;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	        transition: -webkit-transform 0.3s;
	        transition:         transform 0.3s;
	        transition:         transform 0.3s, -webkit-transform 0.3s;

	-webkit-transition: -webkit-transform 0.3s;
}

.menu_col.-item1 a {
	background-image: url("/img/recruit/bg-menu-environment.jpg");
}

.menu_col.-item2 a {
	background-image: url("/img/recruit/bg-menu-data.jpg");
}

.menu_col a:before {
	content: "";
	display: block;
	padding-top: 60.92%;
}

.menu_col a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(159, 203, 43, 0.64)), to(rgba(41, 164, 92, 0.64)));
	background: linear-gradient(to right, rgba(159, 203, 43, 0.64), rgba(41, 164, 92, 0.64));
}

.menu_col a:hover {
	        transform: scale(1.05, 1.05);

	-webkit-transform: scale(1.05, 1.05);
}

.menu_col a span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
	        transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);
}

/* 先輩インタビュー */
.interview {
	position: relative;
	padding: 100px 0 75px;
}

.interview:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 378px;
	background: -webkit-gradient(linear, left top, right top, from(#9fcb2b), to(#29a45c));
	background: linear-gradient(to right, #9fcb2b, #29a45c);
}

.interview_ttl {
	position: relative;
	padding-bottom: 20px;
	line-height: 1;
	text-align: center;
}

.interview_ttl:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 110px;
	height: 3px;
	margin-left: -55px;
	background: #29a45c;
}

.interview_ttl span.-jp {
	color: #29a45c;
	font-weight: bold;
	font-size: 24px;
}

.interview_ttl span.-en {
	position: absolute;
	top: 0;
	left: 50%;
	        transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}

.interview_slide {
	margin-top: 130px;
}

.interview_slide_item {
	text-align: center;
}

.interview_slide_item_img {
	position: relative;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	        transform: rotateY(0deg);
	        transition: background-image 0.5s, -webkit-transform 1s;
	        transition: transform 1s, background-image 0.5s;
	        transition: transform 1s, background-image 0.5s, -webkit-transform 1s;

	-webkit-transform: rotateY(0deg);
	-webkit-transition: background-image 0.5s, -webkit-transform 1s;
}

.interview_slide_item_img:before {
	content: "";
	display: block;
	padding-top: 119.652%;
}

.interview_slide_item.-item1 .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview01@2x.png");
}

.interview_slide_item.-item2 .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview02@2x.png");
}

.interview_slide_item.-item3 .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview03@2x.png");
}

.interview_slide_item.-item4 .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview04@2x.png");
	background-size: contain;
}

.interview_slide_item.-item5 .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview05@2x.png");
}

.interview_slide_item:hover .interview_slide_item_img {
	        transform: rotateY(360deg);

	-webkit-transform: rotateY(360deg);
}

.interview_slide_item.-item1:hover .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview01_hover@2x.png");
}

.interview_slide_item.-item2:hover .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview02_hover@2x.png");
}

.interview_slide_item.-item3:hover .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview03_hover@2x.png");
}

.interview_slide_item.-item4:hover .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview04_hover@2x.png");
	background-size: contain;
}

.interview_slide_item.-item5:hover .interview_slide_item_img {
	background-image: url("/img/recruit/img-interview05_hover@2x.png");
}

.interview_slide_item_cnt {
	display: inline-block;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 5px solid #ffffff;
	color: #ffffff;
	text-align: left;
}

.interview_slide_item_name {
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.interview_slide_item_txt {
	margin-top: 10px;
	line-height: 1.5;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 63px);
	z-index: 10;
	width: 46px;
	height: 86px;
	padding: 0;
	border: none;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 0;
	outline: none;
	cursor: pointer;
	        transform: translateY(-50%);
	        appearance: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	-webkit-transform: translateY(-50%);
}

.slick-prev {
	left: -80px;
	background-image: url(/img/recruit/icn-prev@2x.png);
}

.slick-next {
	right: -80px;
	background-image: url(/img/recruit/icn-next@2x.png);
}

.requirements {
	padding: 80px 0 130px;
	text-align: center;
}

.requirements a {
	padding: 80px 356px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.requirements a span {
	position: relative;
	padding-left: 50px;
}

.requirements a span:before {
	content: "\e902";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
	font-size: 32px;
	font-family: icomoon;
}

.recruit_nav {
	display: none;
}

@media screen and (max-width:1290px) {
	.slick-arrow {
		width: 34px;
		height: 64px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}
}

@media screen and (min-width:641px) {
	.menu_col {
		flex: 1;

		-webkit-box-flex: 1;
	}
}

@media screen and (max-width:640px) {
	.movie_full {
		right: 10px;
		width: 120px;
		height: 120px;
		margin-bottom: -60px;
	}

	.movie_full_ttl {
		font-size: 24px;
	}

	.movie_full_txt {
		font-size: 14px;
	}

	.message {
		padding: 50px 0;
	}

	.message_ttl img {
		width: 190px;
	}

	.employer {
		padding: 50px 0;
	}

	.employer:before {
		height: 160px;
	}

	.employer_fg {
		width: 100%;
	}

	.employer_row {
		margin-top: 30px !important;
	}

	.employer_col {
		width: 100% !important;
	}

	.employer_col:nth-child(n+2) {
		margin-top: 30px;
	}

	.menu_col {
		width: 100%;
	}

	.menu_col.-item2 {
		margin-left: 0;
	}

	.menu_col a span {
		font-size: 26px;
	}

	.employer_btm {
		margin-top: 20px;
	}

	.interview {
		padding: 50px 0;
	}

	.interview_ttl span.-en {
		top: 10px;
		left: 60%;
	}

	.interview_slide {
		margin-top: 30px;
	}

	.interview_slide_item_cnt {
		padding-left: 10px;
	}

	.interview_slide_item_txt {
		font-size: 14px;
	}

	.slick-arrow {
		width: 23px;
		height: 43px;
	}

	.requirements {
		padding: 50px 0;
	}

	.requirements a {
		display: block;
		padding: 30px 20px;
		font-size: 24px;
	}
}

@media print {
}
