@charset "utf-8";

/*---------------------------------------------
 Interview
---------------------------------------------*/

.clearFix::after{
	content: '';
	display: block;
	clear:both;
	overflow: hidden;
}

.interview{
	padding-top: 100px;
	margin-top: -100px;
	margin-bottom: 150px;
}
.interview:last-child{
	margin-bottom: 0px;
}

.interview__links{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.interview__contents{
	width: 1200px;
	margin:0 auto;
}

.interview__section{
	margin-bottom: 80px;
}

.interview__section--width{
	border:solid 1px #0387e7;
	background-color: #ddeeff;
}
.interview__section--width .interview__text{
	text-align: center;
	padding: 15px;
}
.interview__section--width .interview__text h2{
	font-size: 24px;
	color: #0387e7;
	margin-bottom:10px;
}

.interview__pic{
	width: 500px;
	height: 400px;
	float: left;
	background: #dddddd;
	margin:0 40px 0 0;
	padding-bottom: 20px;
}

.switch{
	float: right;
	margin:0 0 0 40px;
}

.interview__text{
	padding:10px 40px 40px 40px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.interview__text h2{
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 20px;
	color:#fb9300;
}

.interview__text dt{
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 10px;
}

.worker{
	display: block;
	padding:20px 20px 5px;
	color:#000000;
	text-decoration: none !important;
	text-align: center;
}

.worker--main{
	width: 300px;
	margin: 0 auto;
}

.worker__pic{
	width: 233px;
	height: 233px;
	border:solid 1px #ffffff;
	border-radius: 50%;
	background-color: #dddddd;
	text-indent: -9999px;
}

.worker__pic--01{
	background:url(/assets/images/recruit/i_01.jpg) no-repeat center;
	background-size: 300px auto;
}
.worker__pic--02{
	background:url(/assets/images/recruit/h_01.jpg) no-repeat center;
	background-size: 300px auto;
}
.worker__pic--03{
	background:url(/assets/images/recruit/k_01.jpg) no-repeat center;
	background-size: 300px auto;
}
.worker__pic--04{
	background:url(/assets/images/recruit/m_01.jpg) no-repeat center;
	background-size: 300px auto;
}
.worker__profile{
	position: relative;
	width: 1100px;
	height: 366px;
	margin: 80px 0 20px;
}
.worker__profile--01{
	background:url(/assets/images/recruit/i_02.jpg) no-repeat center top;
	background-size: 1100px auto;
}
.worker__profile--02{
	background:url(/assets/images/recruit/h_02.jpg) no-repeat center top;
	background-size: 1100px auto;
}
.worker__profile--03{
	background:url(/assets/images/recruit/k_02.jpg) no-repeat center top;
	background-size: 1100px auto;
}
.worker__profile--04{
	background:url(/assets/images/recruit/m_02.jpg) no-repeat center top;
	background-size: 1100px auto;
}

.interview_01 .interview__pic--01{
	background:url(/assets/images/recruit/i_03.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_01 .interview__pic--02{
	background:url(/assets/images/recruit/i_04.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_01 .interview__pic--03{
	background:url(/assets/images/recruit/i_05.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_01 .interview__pic--04{
	background:url(/assets/images/recruit/i_06.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_01 .interview__pic--05{
	background:url(/assets/images/recruit/i_07.jpg) no-repeat center top;
	background-size: 600px auto;
}

.interview_02 .interview__pic--01{
	background:url(/assets/images/recruit/h_03.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_02 .interview__pic--02{
	background:url(/assets/images/recruit/h_04.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_02 .interview__pic--03{
	background:url(/assets/images/recruit/h_05.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_02 .interview__pic--04{
	background:url(/assets/images/recruit/h_06.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_02 .interview__pic--05{
	background:url(/assets/images/recruit/h_07.jpg) no-repeat center top;
	background-size: 600px auto;
}

.interview_03 .interview__pic--01{
	background:url(/assets/images/recruit/k_03.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_03 .interview__pic--02{
	background:url(/assets/images/recruit/k_04.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_03 .interview__pic--03{
	background:url(/assets/images/recruit/k_05.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_03 .interview__pic--04{
	background:url(/assets/images/recruit/k_06.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_03 .interview__pic--05{
	background:url(/assets/images/recruit/k_07.jpg) no-repeat center top;
	background-size: 600px auto;
}

.interview_04 .interview__pic--01{
	background:url(/assets/images/recruit/m_03.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_04 .interview__pic--02{
	background:url(/assets/images/recruit/m_04.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_04 .interview__pic--03{
	background:url(/assets/images/recruit/m_05.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_04 .interview__pic--04{
	background:url(/assets/images/recruit/m_06.jpg) no-repeat center top;
	background-size: 600px auto;
}
.interview_04 .interview__pic--05{
	background:url(/assets/images/recruit/m_07.jpg) no-repeat center top;
	background-size: 600px auto;
}

.worker__profileText{
	position: absolute;
	top:230px;
	right: 182px;
	font-size: 20px;
	text-indent: -99999px;
}

.worker__profileText span{
	display: block;
	text-shadow:1px 1px 0 #FCE9B5, -1px -1px 0 #FCE9B5,
              -1px 1px 0 #FCE9B5, 1px -1px 0 #FCE9B5,
              0px 1px 0 #FCE9B5,  0-1px 0 #FCE9B5,
              -1px 0 0 #FCE9B5, 1px 0 0 #FCE9B5;
}


.worker__title{
	font-weight: bold;
	font-size: 20px;
	color:#0387e7;
	height: 60px;
}

.worker__text span{
	display: block;
	color:#000000;
	text-decoration: none;
	white-space: nowrap;
}

.section_inner.inquiry{
	height: 300px;
}

/*---------------------------------------------
 Smartphone
---------------------------------------------*/

@media screen and (max-width: 767px) {
	.interview{
		margin-bottom: 0;
	}
	.interview__links{
		display: block;
	}
	.worker{
		width: 300px;
		height: 400px;
		position: relative;
		padding:0 0 40px 0;
		margin:0 auto;
	}

	.worker__info{
		width: 100%;
		margin-left: 0px;
	}
	.worker__title{
		position: absolute;
		top:20px;
		right: 10px;
		width: 200px;
		font-size: 18px;
		display: inline;
	}
	.interview__pic{
		width: 320px;
		height: 200px;
		margin:0 auto;
		float: none;
		background: #dddddd;
	}
	.interview__section{
		margin-bottom: 10px;
	}
	.interview__text{
		padding:30px 20px;
	}
	.worker__pic{
		width: 300px;
		height: 300px;
	}
	.worker__profile{
		width: 375px;
		height: 206px;
		margin:10px 0 0 -10px;
	}
	.worker__profileText{
		font-size: 16px;
	}
	.worker__profile--01{
		background:url(/assets/images/recruit/i_02_sp.jpg) no-repeat center top;
	}
	.worker__profile--02{
		background:url(/assets/images/recruit/h_02_sp.jpg) no-repeat center top;
	}
	.worker__profile--03{
		background:url(/assets/images/recruit/k_02_sp.jpg) no-repeat center top;
	}
	.worker__profile--04{
		background:url(/assets/images/recruit/m_02_sp.jpg) no-repeat center top;
	}
	.worker__profile--01,
	.worker__profile--02,
	.worker__profile--03,
	.worker__profile--04{
		background-size: 375px auto;
	}
	.worker__profileText{
		text-indent: 0;
		width: 320px;
		position: absolute;
		top:210px;
		left:10px;
	}
	.worker__profileText span{
		text-shadow:none;
	}
	.interview__pic{
	background-size: 320px auto !important;
	}
	.interview__section--width{
		padding-top: 0;
		margin-bottom: 40px;
	}
}


/*---------------------------------------------
 ipad
---------------------------------------------*/

@media screen and (min-width:768px) and (max-width: 1024px) {
	.worker{
		width:240px;
	}
	.worker__pic{
		width:200px;
		height: 200px;
		margin:0 auto;
	}
	.worker__profile{
		width: 768px;
		margin-left: -23px;
	}
	.worker__profileText{
		position: absolute;
		top:100px;
		right: 40px;
		font-size: 20px;
	}
	.worker__profile{
		height: 257px;
		background-size: 768px auto !important;
	}
}
