.mv {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	background: url(/recruit/lib/cmn_img/sub_mv_bg.jpg) left repeat;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
	color: #0c1941;
}

.move3 {
	position: relative;
	width: 100%;
}

.move3 .rellax.Img01 {
	top: -280px;
	left: 0;
	position: absolute;
}

.move3 .rellax.Img01 img {
	width: 18vh;
}

.move3 .rellax.Img02 {
	top: 300px;
	right: 0;
	position: absolute;
}

.move3 .rellax.Img02 img {
	width: 18vh;
}

.mainTxt {
	padding: 50px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	color: #0c1941;
	position: relative;
	z-index: 99;
}


#section01 {
	padding: 50px 0;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

#section03 {
	padding: 80px 0 !important;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
}

#section03 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 24%;
	margin-bottom: 40px;
}

#section03 .title h2 img {
	width: 100%;
}

#section03 .interviewBox .people {
	margin-bottom: 40px;
}

#section03 .interviewBox .people a:hover {
	opacity: 1;
	color: unset;
	text-decoration: none;
}

#section03 .interviewBox .people .pepleBox {
	width: 23.6%;
	margin-right: 20px;
	float: left;
	position: relative;
}

/*
#section03 .interviewBox .people .pepleBox:hover::after {
  opacity: 1;
  position: absolute;
  content: 'MORE VIEW';
  color: #fff;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}*/

/*
#section03 .interviewBox .people .pepleBox:hover .img::after {
  content: '';
  background: #0c1941;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}*/

#section03 .interviewBox .people .pepleBox:hover .txt .bg {
	background: linear-gradient(#ecc37d, #ec9601);
}

#section03 .interviewBox .people .pepleBox.rightnone {
	margin-right: 0;
}

#section03 .interviewBox .people .pepleBox .txt {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 100%;
	padding: 20px 20px;
	text-align: left;
	line-height: 1;
	color: #fff;
}

#section03 .interviewBox .people .pepleBox .txt .bg {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(#4ea4dc, #7fcfee);
	opacity: 0.8;
}

#section03 .interviewBox .people .pepleBox .txt ul {
	z-index: 9;
	position: relative;
}

#section03 .interviewBox .people .pepleBox .txt ul li:nth-child(1) {
	font-size: 14px;
	margin-bottom: 3px;
}

#section03 .interviewBox .people .pepleBox .txt ul li:nth-child(2) {
	font-size: 20px;
	margin-bottom: 15px;
}

#section03 .interviewBox .people .pepleBox .txt ul li:nth-child(3) {
	font-size: 10px;
}


@media screen and (max-width:800px) {

	#section03 {
		margin: 0 auto;
		overflow: hidden;
	}

	.interviewBox {
		padding: 0 20px;
	}

	#section03 .interviewBox .people .pepleBox {
		width: 48.5%;
		margin-right: 0;
		margin-bottom: 10px;
		position: relative;
		display: inline-block;
	}

	#section03 .interviewBox .people .pepleBox.right {
		margin-right: 10px;
	}

	#section03 .interviewBox .people .pepleBox .img {
		width: 100%;
		float: left;
	}

	#section03 .interviewBox .people .pepleBox .txt ul li:nth-child(2) {
		font-size: 16px;
		margin-bottom: 8px;
	}

	#section03 .interviewBox .people .pepleBox .txt ul li:nth-child(1) {
		font-size: 12px;
		margin-bottom: 5px;
	}

	#section03 .interviewBox .people {
		margin-bottom: 0;
	}

	#section03 .title h2 {
		width: 62%;
	}


	#section03 .interviewBox .people .pepleBox .txt {
		padding: 10px 10px;
	}

	.mv {
		padding: 40px;
		font-size: 24px;
	}

}
