@charset "UTF-8";
/* ********************************************************************** */
/* For recruit & Interview */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* recruit
--------------------------------------------------------------------- */
/* recruit_message
--------------------------------------------------------------------- */
#recruit_message{
	background: url(../images/index/message_bg_pc.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 4.8125%;
}
#recruit_message .wrap{
	padding-bottom: 10.25%;
}
#recruit_message .ch3{
	margin-top: 70px;
}
#recruit_message .president{
	color: #265387;
	font-size: 25px;
	line-height: 1.4;
	margin: 35px 0 40px;
}

/* interview_list
--------------------------------------------------------------------- */
.flex_recruit{
	justify-content: space-between;
    flex-wrap: wrap;
}

#interview_list li{
	width:47.1818%;
	margin-bottom: 4.3636%;
}
#interview_list li a{
	box-sizing: border-box;
	height: 270px;
	display: block;
	border-radius: 0 100px;
	background: #ECF2FD no-repeat right center;
	background-size: auto 100%;
	padding: 7.1698% 11.3208%;
}
#interview_list li a:hover{
	background-size: auto 110%;
}
#interview_list li .name{
	display: block;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#interview_list .miyata a{ background-image: url(../images/interview_miyata.jpg); }
#interview_list .ueno a{ background-image: url(../images/interview_ueno.jpg); }
#interview_list .oogake a{ background-image: url(../images/interview_oogake.jpg); }
#interview_list .yachi a{ background-image: url(../images/interview_yachi.jpg); }
#interview_list .saito a{ background-image: url(../images/interview_saito.jpg); }
#interview_list .fujita a{ background-image: url(../images/interview_fujita.jpg); }
#interview_list .takeshima a{ background-image: url(../images/interview_takeshima.jpg); }
#interview_list .kubota a{ background-image: url(../images/interview_kubota.jpg); }

/* recruit_benefits
--------------------------------------------------------------------- */
#recruit_benefits{
	background: #F3F7FC url(../images/index/benefits_bg.png) no-repeat left top;
	padding-top: 1px;
	padding-bottom: 124px;
}
#recruit_benefits .flex_evenly > li{
	box-sizing: border-box;
	width: 30.9091%;
	background: rgba(38, 83, 135, 0.3) no-repeat top center;
	background-size: cover;
	border-radius: 0 100px 0 0;
	padding: 30px 2.2727%;
	color: #fff;
}
#recruit_benefits ul .benefit_01{ background-image: url(../images/index/benefit_01_bg.jpg); }
#recruit_benefits ul .benefit_02{ background-image: url(../images/index/benefit_02_bg.jpg); }
#recruit_benefits ul .benefit_03{ background-image: url(../images/index/benefit_03_bg.jpg); }
#recruit_benefits li h4{
	font-size: 20px;
}
#recruit_benefits li p{
	margin: 1em 0;	
}

/* recruit_requirements
--------------------------------------------------------------------- */
#recruit_requirements{
	background: #F3F7FC url(../images/index/requirements_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 1px 0;
}
#recruit_requirements h4{
	font-size: 56px;
}

/* recruit_entry
--------------------------------------------------------------------- */
#recruit_entry{
	padding: 100px 0;
}
#recruit_entry .text{
	color: #fff;
	background: #F18C40 url(../images/index/recruit_entry_bg_v1.jpg) no-repeat center center;
	background-size: auto 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 420px;
	overflow: hidden;
	transition: all 0.3s;
}
#recruit_entry .text .wanted{
	font-size: 200px;
	letter-spacing: -0.03em;
	line-height: 0.65;
	text-indent: -0.05em;
	width: fit-content;
	transition: all 0.3s;
}
#recruit_entry .text .jp{
	font-size: 45px;
	line-height: 1.4;
	padding-left: 6.72727%;
	transition: all 0.3s;
}
#recruit_entry .text .en{
	color: #F18C40;
	opacity: 0.82;
	font-size: 82px;
	letter-spacing: -0.01em;
	line-height: 0.7;
	text-indent: -0.1em;
	white-space: nowrap;
	mix-blend-mode: screen;
}
@media (max-width: 1170px) {
	#recruit_entry .text .en{
		font-size: 7.008547vw;
	}
}
#recruit_entry .btn{
	color: #fff;
	background: #F18C40;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#recruit_entry .btn .en{
	font-size: 65px;
	margin-right: 30px;
	transition: all 0.3s;
}
#recruit_entry .btn .jp{
	font-size: 20px;
}
#recruit_entry .btn::after{
	content: "";
	display: block;
	border: transparent solid 10px;
	border-left: #fff solid 8px;
	position: absolute;
	right: 28px;
	top: calc(50% - 10px);
}
/* hover */
#recruit_entry a:hover .text{
	background-size: auto 105%;
}
#recruit_entry a:hover .text .wanted{
	font-size: 240px;
	transform: rotate(-5deg);
}
#recruit_entry a:hover .text .jp{
	transform: rotate(-5deg);
}
#recruit_entry a:hover .btn .en{
	font-size: 80px;
}

/* Interview
--------------------------------------------------------------------- */
/* interview_intro_bg
--------------------------------------------------------------------- */
#interview_intro_bg{
	max-width: 1400px;
	width: 100%;
	margin: auto;
	height: 1280px;
	position: absolute;
	z-index: -1;
	left: calc(50% - 700px);
}
#interview_intro_bg .photo{
	position: absolute;
	width: 100%;
	bottom: 0;
}
#interview_intro_bg .photo img{
	width: 100%;
	max-width: none;
}
@media (max-width: 1400px) and (min-width: 1001px) {
	#interview_intro_bg{
		left:0;
		height: 91.4286vw;
	}
}

/* interview_intro
--------------------------------------------------------------------- */
#interview_intro .mainw{
	padding-bottom: 10.5%;
}
#interview_intro .text{
	width: 100%;
	margin-right: -50%;
	z-index: 2;
}
#interview_intro .text .name_en{
	color: #E3EFFF;
	font-size: 150px;
	line-height: 0.9;
	letter-spacing: 0.01em;
	position: absolute;
	top: 0;
	left: calc(50% - 645px);
	z-index: -1;
}
@media (max-width: 1290px) {
	#interview_intro .text .name_en{
		left: 0;
	}
}
#interview_intro .text .name_jp{
	display: block;
	margin-top: 220px;
	font-size: 60px;
	line-height: 1;
	color: #265387;
}
#interview_intro .text .maincopy{
	margin-top: 30px;
	font-size: 45px;
	line-height: 1.6;
	text-shadow: 0 0 5px #FFF;
}
#interview_intro .text .body{
	margin-top: 50px;
	font-size: 30px;
	line-height: 1.5;
}
#interview_intro .photo{
	width: 50%;
	z-index: -1;
}
#interview_intro .photo img{
	border-radius: 0 0 0 100px;
}

/* interview_mainblock
--------------------------------------------------------------------- */
#interview_mainblock{
	background-image: url(../../images_v2/index/body_bg_v2.png), url(../../images_v2/index/body_bg_v2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top 48%, left -240px bottom;
	padding-bottom: 50px;
	margin-bottom: -100px;
}
#interview_mainblock section{
	margin-bottom: 100px;
}
#interview_mainblock .flex_evenly{
	align-items: center;
}
#interview_mainblock section:nth-child(2n+1) .flex_evenly{
	flex-direction: row-reverse;
}
#interview_mainblock .ch3{
	margin-top: 0;
}
#interview_mainblock .ch3 .jp{
	font-size: 25px;
	line-height: 1.6;
}
#interview_mainblock .flex_evenly .ch3 .jp{
	width: 110%;
}
#interview_mainblock .maincopy{
	margin: 25px 0;
	font-size: 30px;
	line-height: 1.6;
}
#interview_mainblock .flex_evenly .maincopy{
	width: 105%;
}
#interview_mainblock section:not(#interview_message) .photo img{
	border-radius: 100px 0;
}
#interview_mainblock section:not(#interview_message):nth-child(2n+1) .photo img{
	border-radius: 0 100px;
}
#interview_message .photo{
	margin-top: 50px;
}
#interview_message .photo img{
	border-radius: 0 0 100px 0;
}

/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	/* recruit
	--------------------------------------------------------------------- */
	/* recruit_message
	--------------------------------------------------------------------- */
	#recruit_message{
		background: url(../images/index/message_bg_sp.jpg) no-repeat center top;
		background-size: 100% auto;
		padding-bottom: 4.8125%;
	}
	#recruit_message .cflex{
		display: flex;
		flex-direction: column-reverse;
	}
	#recruit_message .photo{
		width: 61.3333vw;
		margin: auto;
	}
	#recruit_message .wrap{
		padding-bottom: 0;
	}
	#recruit_message .ch3{
		margin-top: 29.3333vw;
	}
	#recruit_message .president{
		font-size: 4.8vw;
		margin: 5.3333vw 0 6.6667vw;
	}

	/* interview_list
	--------------------------------------------------------------------- */
	#interview_list li{
		width:100%;
		margin-bottom: 4.8vw;
	}
	#interview_list li a{
		height: 45.3333vw;
		border-radius: 0 13.3333vw;
		padding: 6.6667vw 10.1333vw;
		line-height: 1.4;
	}
	#interview_list li .name{
		font-size: 8vw;
		margin-bottom: 1.6vw;
	}

	/* recruit_benefits
	--------------------------------------------------------------------- */
	#recruit_benefits{
		background-size: 160% auto;
		margin-top: 12.8vw;
		padding-top: 1vw;
		padding-bottom: 16vw;
	}
	#recruit_benefits .flex_evenly > li{
		width: 100%;
		border-radius: 0 0 13.3333vw 0;
		padding: 3.2vw;
		margin-top: 8vw;
	}
	#recruit_benefits li .icon{
		position: absolute;
		width: 22.4vw;
		height: 22.4vw;
		left: 0;
	}
	#recruit_benefits li h4{
		font-size: 5.3333vw;
		line-height: 1.4;
		height: 22.4vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#recruit_benefits li p{
		margin: 1em 1.6vw;	
	}
	#recruit_benefits li .list{
		font-size: 4.8vw;
	}

	/* recruit_requirements
	--------------------------------------------------------------------- */
	#recruit_requirements{
		padding: 1vw 0 13.3333vw;
		background-size: 200% auto;
	}
	#recruit_requirements h4{
		font-size: 8vw;
	}
	
	/* recruit_entry
	--------------------------------------------------------------------- */
	#recruit_entry{
		padding: 13.3333vw 0 26.6667vw;
	}
	#recruit_entry .text{
		height: 42.1333vw;
	}
	#recruit_entry .text .wanted{
		font-size: 17.6vw;
		text-indent: -0.05em;
	}
	#recruit_entry .text .jp{
		font-size: 4.2667vw;
		padding-left: 7.4667vw;
	}
	#recruit_entry .text .en{
		font-size: 6.56vw;
		text-indent: -0.1em;
	}
	#recruit_entry .btn{
		height: 11.2vw;
	}
	#recruit_entry .btn .en{
		font-size: 5.3333vw;
		margin-right: 0.5em;
	}
	#recruit_entry .btn .jp{
		font-size: 3.7333vw;
	}
	#recruit_entry .btn::after{
		border: transparent solid 1.3333vw;
		border-left: #fff solid 1.0667vw;
		right: 3.2vw;
		top: calc(50% - 1.3333vw);
	}
	/* hover */
	#recruit_entry a:hover .text .wanted{
		font-size: 20.6vw;
	}
	#recruit_entry a:hover .btn .en{
		font-size: 6.3333vw;
	}

	/* Interview
	--------------------------------------------------------------------- */
	/* interview_intro_bg
	--------------------------------------------------------------------- */
	#interview_intro_bg{
		width: 88vw;
		height: 190.6667vw;
		left: 6vw;
	}

	/* interview_intro
	--------------------------------------------------------------------- */
	#interview_intro .mainw{
		padding-top: 20vw;
		padding-bottom: 13.3333vw;
	}
	#interview_intro .cflex{
		display: flex;
	}
	#interview_intro .text{
		width: 100%;
		margin-right: -50%;
		z-index: 2;
	}
	#interview_intro .text .name_en{
		font-size: 21.3333vw;
	}
	#interview_intro .text .name_en .small_sp_only{
		font-size: 16vw;
	}
	#interview_intro .text .name_jp{
		margin-top: 12vw;
		font-size: 6.6667vw;
	}
	#interview_intro .text .maincopy{
		margin-top: 2.6667vw;
		font-size: 5.3333vw;
		text-shadow: 0 0 2vw #FFF;
	}
	#interview_intro .text .body{
		margin-top: 2.6667vw;
		font-size: 4.2667vw;
	}
	#interview_intro .photo{
		width: 48vw;
		position: relative;
  		right: -6vw;
	}
	#interview_intro .photo img{
		border-radius: 0 0 0 11.2vw;
	}

	/* interview_mainblock
	--------------------------------------------------------------------- */
	#interview_mainblock{
		background-image: url(../images/interview_bg_01.png),url(../images/interview_bg_01.png);
		background-position: right top 23%, right bottom 13%;
		background-size: 125% auto;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#interview_mainblock section{
		margin-bottom: 10.6667vw;
	}
	#interview_mainblock .cflex{
		padding: 0 6vw;
	}
	#interview_mainblock .ch3 .jp{
		font-size: 4.8vw;
	}
	#interview_mainblock .maincopy{
		margin: 3.2vw 0 5.3333vw;
		font-size: 5.3333vw;
		line-height: 1.8;
	}
	#interview_mainblock section:not(#interview_message) .photo{
		margin-top: 8vw;
		width: 88vw;
		position: relative;
		left: 0;
	}
	#interview_mainblock section:not(#interview_message) .photo img{
		border-radius: 13.3333vw 0 0 13.3333vw;
	}
	#interview_mainblock section:not(#interview_message):nth-child(2n+1) .photo{
		left: -12vw;
	}
	#interview_mainblock section:not(#interview_message):nth-child(2n+1) .photo img{
		border-radius: 0 13.3333vw 13.3333vw 0;
	}
	#interview_message .photo{
		margin-top: 8vw;
	}
	#interview_message .photo img{
		border-radius: 0 13.3333vw 13.3333vw 0;
	}
	#interview_message .body{
		text-align: left;
	}

}
/* End @media (max-width:1000px) */
