@charset "utf-8";
/*---------------------------------------------
 Interview list
2024/10/1 update
---------------------------------------------*/
#recruit a:hover{
	opacity: 1 !important;
}

.interview__links{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.interview__links p:hover{
	opacity: 0.5 !important;
}
.worker__info{
	height: auto;
	margin-bottom: 50px;
}

.worker__info img{
	max-width: 90%;
}

.worker{
	display: block;
	color:#000000;
	text-decoration: none !important;
	text-align: center;
}

.worker__pic{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.worker__pic img{
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.worker__pic img:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.worker__pic:hover img:nth-child(2),
.worker:hover  img:nth-child(2){
  opacity: 0;
}
.worker:hover  .worker__pic{
-webkit-transform:  scale(1.05) !important;
transform: scale(1.05) !important;
}

.worker__text{
	padding-top: 20px;
}

.worker__text b{
	font-size: large;
	color: #0387e7;
}

.worker__text span{
	display: block;
	color:#000000;
	text-decoration: none;
	white-space: nowrap;
}
.worker:hover .worker__text{
	opacity: 0.5 !important;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.worker__pic img:nth-child(2) {
		cursor: pointer;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 767px) {
	.interview__links{
		display: flex;
		flex-flow: column;
		margin: 0 auto;
	}
	.worker__pic img:nth-child(2) {
		cursor: pointer;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*---------------------------------------------
 Interview
---------------------------------------------*/

.clearFix::after{
	content: '';
	display: block;
	clear:both;
	overflow: hidden;
}

.interview{
	padding-top: 50px;
	margin-top: -100px;
}
.interview:last-child{
	margin-bottom: 0px;
}

.interview__contents{
	width: 1200px;
	margin:0 auto;
}

.interview__section{
	max-width: 900px;
	margin: 0 auto 50px;
	line-height: 1.7;
}

.interview__section--width{
	border:solid 1px #0387e7;
	background-color: #ddeeff;
	margin-bottom: 50px;
}
.interview__section--width .interview__part{
	text-align: center;
	padding: 15px;
}
.interview__section--width .interview__part h2{
	font-size: 24px;
	color: #0387e7;
	margin-bottom:10px;
	font-weight: bold;
}

.interview__part dd{
	text-align: center;
}

.interview__pic{
	max-width: 600px;
	height: auto;
	margin: 0 auto 50px;
}

.switch{
	float: right;
	margin:0 0 0 40px;
}

.interview__part__text{
	text-align: justify;
	text-justify: inter-ideograph;
	width: auto;
	display: flex;
}

.interview__part__photo p{
	overflow-wrap: normal;
}

.interview__part__title{
	font-weight: bolder;
	font-size: 16px;
	color:#fb9300;
	padding-bottom: 10px;
}

.worker__profile{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.interview__banner{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.interview__banner li {
	display: flex;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
}
.interview__banner li a{
	display: flex;
	justify-content: center;
	width: 100%;
	
}

.interview__banner__ml{
	padding-left: 20px;
}

.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;
}

.section_inner.inquiry{
	height: 300px;
}

.section_inner p{
	margin: 0;
}

/*---------------------------------------------
 Smartphone
---------------------------------------------*/

@media screen and (max-width: 767px) {
	.interview{
		margin-bottom: 0;
	}
	
	.worker{
		width: 330px;
		height: auto;
		position: relative;
		margin:0 auto;
	}
	.interview__pic{
		width: 320px;
		height: 200px;
		margin:0 auto;
		float: none;
		background: #dddddd;
		margin-bottom: 50px;
	}
	.interview__banner{
		flex-wrap: wrap;
	}
	.worker__profile{
		position: relative;
		width: 100%;
		margin: 50px 0;
	}
	.worker__profileText{
		font-size: 16px;
	}
	.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;
	}
	.interview__banner{
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
		flex-wrap: wrap;
	}
	.interview__banner li{
		display: flex;
		width: 50%;
		box-sizing: border-box;
		margin: 0;
	}
	.interview__banner li a{
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 10px;
	}
	.interview__banner__ml{
	padding-left: 0;
	}
}

@media screen and (max-width: 400px) {
	.interview__banner{
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.interview__banner li{
		display: flex;
		width: 50%;
		box-sizing: border-box;
		margin: 0;
	}
	.interview__banner li a{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		padding: 10px;
	}
	.interview__banner__ml{
	padding-left: 0;
	}
}
/*---------------------------------------------
 ipad
---------------------------------------------*/

@media screen and (min-width:768px) and (max-width: 1024px) {
	.worker{
		width: 240px;
	}
	.worker__profile{
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
}
