/* CSS Document */

#header_recruit{
	background-color: #FFFFFF;
}

#contents {
  	position : relative;
  	width : 100%;
  	height : auto;
  	margin : auto;
  	overflow : hidden;
	z-index: 1;
}

#contents .main{
	width: 1000px;
	margin: 100px auto 20px;
	position: relative;
}

#contents .kv{
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: top;
}

#contents .interview01{
	background-image: url("../images/interview/photo01_01.png");
}

#contents .interview02{
	background-image: url("../images/interview/photo02_01.png");
}

#contents .interview03{
	background-image: url("../images/interview/photo03_01.png");
}

#contents .interview04{
	background-image: url("../images/interview/photo04_01.png");
}

#contents .interview05{
	background-image: url("../images/interview/photo05_01.png");
}

#contents .interview06{
	background-image: url("../images/interview/photo06_01.png");
}

#contents .interview07{
	background-image: url("../images/interview/photo07_01.png");
}

#contents .interview08{
	background-image: url("../images/interview/photo08_01.png");
}

#contents .kv .txt_contents{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#contents .kv .txt_contents h2{
	width: 36%;
	height: auto;
	position: absolute;
	top:180px;
	left: 0;
}

#contents .kv .txt_contents .txt_inner{
	width: 40%;
	padding: 40px;
	box-sizing: border-box;
	background-color: #ff0044;
	position: absolute;
	top:280px;
	left: 0;
}


#contents .kv .txt_contents .txt_inner .year{
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #FFFFFF;
}

#contents .kv .txt_contents .txt_inner h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 100;
}

#contents .kv .txt_contents .txt_inner .name{
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #1f2024;
}

#contents .kv .txt_contents .txt_inner p{
	font-size: 20px;
	color: #FFFFFF;
}

#contents .contents01{
	width: 1000px;
	margin: 80px auto;
	position: relative;
}

#contents .contents01 h4{
	font-size: 30px;
	color: #1f2024;
	font-weight: 100;
	padding-bottom: 20px
}

#contents .contents01 p{
	font-size: 13px;
	color: #1f2024;
	font-weight: 100;
	line-height: 2.1em;
}

#contents .contents01 .txt01{
	width: 46%;
	float: left;
	letter-spacing: -0.02em;
	padding: 80px 0 70px;
}

#contents .contents01 .img01{
	width: 50%;
	float: right;
}

#contents .contents01 .txt02{
	width: 46%;
	float: right;
	letter-spacing: -0.02em;
}

#contents .contents01 .img02{
	width: 50%;
	float: left;
}

#contents .contents01 .txt03{
	width: 46%;
	float: left;
	letter-spacing: -0.02em;
	margin-top: 70px;
}

#contents .contents01 .img03{
	width: 50%;
	float: right;
	margin-top: 70px;
}

#contents .contents02{
	width: 100%;
	background-color: #f5f5f5;
	padding: 20px 0
}

#contents .contents02 .inner{
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px;
	border-radius: 15px;
	border: solid 5px #eeeeee;
}

#contents .contents02 .inner .txt_contents{
	width: 60%;
	float: right;
}

#contents .contents02 .inner .txt_contents h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #1f2024;
	position: relative;
	margin-bottom: 15px;
	padding-top: 25px;
	letter-spacing: 0.1em;
}

#contents .contents02 .inner .txt_contents h4::after{
	content: "";
	background-image: url("../images/interview/icon01.png");
	width: 16px;
	height: 19px;
	background-size: cover;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -8px;
}

#contents .contents02 .inner .txt_contents p{
	font-size: 13px;
	font-weight: bold;
	color: #1f2024;
	line-height: 1.8em;
}

#contents .contents02 .inner .img03{
	width: 35%;
	float: left;
}

#contents .contents03{
	width: 100%;
	background-color: #e60044;
	padding: 80px 0 120px;
}

#contents .contents03 .inner{
	width: 1000px;
	margin: 0 auto;
}

#contents .contents03 .inner .txt_contents{
	width: 40%;
	float: left;
}

#contents .contents03 .inner .txt_contents h4{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 100;
	padding-bottom: 20px;
}

#contents .contents03 .inner .img01{
	width: 60%;
	float: right;
}

#contents .contents04 {
	width: 1000px;
	margin: 0 auto 90px;
}

#contents .contents04 .img02{
	width: 56%;
	margin-top: -90px;
}


#contents .list{
	width: 100%;
	padding: 80px 0;
	margin: 100px 0;
	background-color: #f5f5f5;
}

#contents .list .inner{
	width: 1000px;
	margin: 0 auto;
}

#contents .list .inner h3{
	font-size: 30px;
	font-weight: 100;
	color: #1f2024;
	position: relative;
	margin:0 75px 35px;	
}

#contents .list .inner  h3::after{
	content: "";
	background-image: url("../images/interview/title_line.gif");
	width: 60px;
	height: 5px;
	background-size: cover;
	position: absolute;
	top:22px;
	left: -75px;
}


#contents .list .inner ul li{
	width: 22% ;
	display: block;
	margin-right: 3%;
    margin-bottom:3%;
	float: left;
	position: relative;
}

#contents .list .inner ul li:nth-child(5),
#contents .list .inner ul li:nth-child(6){
    margin-bottom:0;   
}

#contents .list .inner ul li img{
	display: block;
	width: 100%;
}

#contents .list .inner ul li:last-child{
	margin-right: 0;	
}


@media (max-width:950px) {

	#contents .main{
		width: 90%;
		margin: 50px auto 20px;
		position: relative;
	}

	#contents .kv .txt_contents{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	#contents .contents01{
		width: 90%;
		margin: 40px auto;
		position: relative;
	}

	#contents .contents01 h4{
		font-size: 24px;
	}
	
	#contents .contents01 p{
		font-size: 12px;
		line-height: 1.5em;
	}

	#contents .contents01 .txt01{
		width: 55%;
		float: right;
		letter-spacing: -0.02em;
		padding: 0 0 70px ;
	}

	#contents .contents01 .img01{
		width: 40%;
		float: left;
		margin-top: 130px;
		margin-bottom: 50px;
	}

	#contents .contents01 .txt02{
		width: 55%;
		float: left;
	}

	#contents .contents01 .img02{
		width: 40%;
		float: right;
	}
	
	#contents .contents01 .txt03{
		width: 55%;
		float: right;
	}

	#contents .contents01 .img03{
		width: 40%;
		float: left;
	}

	#contents .contents02 .inner{
		width: 90%;
	}

	#contents .contents02 .inner .txt_contents{
		width: 50%;
		float: right;
	}

	#contents .contents02 .inner .img03{
		width: 42%;
		float: left;
	}

	#contents .contents03 .inner{
		width: 90%;
		margin: 0 auto;
	}
	
	#contents .contents03 .inner .txt_contents{
	width: 45%;
	float: left;
}

	#contents .contents03 .inner .img01{
		width: 55%;
		float: right;
	}

	#contents .contents04 {
		width: 90%;
		margin: 0 auto 90px;
	}
	
	#contents .list .inner{
		width: 90%;
		margin: 0 auto;
}
}

@media (max-width:649px) {
	
	#contents .main{
		width: 90%;
		margin:0;
		position: relative;
		padding-top: 60px;
	}

	#contents .kv{
		height: 400px;
		position: relative;
	}
	

	#contents .kv .txt_contents{
		width: 70%;
		position: absolute;
		bottom:-160px;
		left: 15%;
	}

	#contents .kv .txt_contents h2{
		width: 92%;
		position: static;
		padding-bottom: 10px;
	}

	#contents .kv .txt_contents .txt_inner{
		width: 100%;
		padding: 4vw;
		position: static;
	}

	#contents .kv .txt_contents .txt_inner .year{
		font-size: 3vw;;
		margin-bottom: 1.5vw;
	}

	#contents .kv .txt_contents .txt_inner h3{
		font-size: 7vw;
	}

	#contents .kv .txt_contents .txt_inner .name{
		font-size: 3vw;;
		margin-bottom: 1.5vw;
	}

	#contents .kv .txt_contents .txt_inner p{
		font-size: 4vw;
		color: #FFFFFF;
	}

	#contents .contents01{
		width: 86%;
		margin: 0 auto 30px;
		position: relative;
	}

	#contents .contents01 h4{
		font-size: 6vw;
		padding-bottom: 20px
	}

	#contents .contents01 p{
		font-size: 3.5vw;
	}

	#contents .contents01 .txt01{
		width: 100%;
		padding: 190px 0 30px;
		float: none;
	}

	#contents .contents01 .img01{
		width: 100%;
		float: none;
		padding: 0 0 30px;
		margin: 0;
	}

	#contents .contents01 .txt02,
	#contents .contents01 .txt03{
		width: 100%;
		float: none;
		padding: 0 0 30px;
		margin: 0;
	}
	
	#contents .contents01 .txt03{
		margin: 30px 0 0;

	}

	#contents .contents01 .img02,
	#contents .contents01 .img03{
		width: 100%;
		float: none;
		padding: 0 ;
		margin: 0;
	}

	#contents .contents02 .inner{
		width: 90%;
		padding: 6vw;
	}

	#contents .contents02 .inner .txt_contents{
		width: 100%;
		float: none;
	}

	#contents .contents02 .inner .txt_contents h4{
		font-size: 4vw;
		margin: 0 0 3vw;
	}

	#contents .contents02 .inner .txt_contents p{
		font-size: 3.5vw;
		line-height: 2em;
	}

	#contents .contents02 .inner .img03{
		width: 100%;
		float: none;
		margin-top: 3vw;
	}

	#contents .contents03{
		padding: 10vw 0 15vw;
	}

	#contents .contents03 .inner{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	#contents .contents03 .inner .txt_contents{
		width: 100%;
		float: none;
	}

	#contents .contents03 .inner .txt_contents h4{
		font-size: 5vw;
	}

	#contents .contents03 .inner .img01{
		width: 50%;
		float: none;
		position: absolute;
		right: -10vw;
		top:35%;
	}
	
	#contents .contents03 .inner .interview03,
	#contents .contents03 .inner .interview04{
		top:25% !important;
	}

	#contents .contents04 {
		width: 100%;
		margin: 0 auto 0;
	}

	#contents .contents04 .img02{
		width: 56%;
		margin-top: -10vw;
	}

	#contents .list{
		width: 100%;
		padding: 12vw 0;
		margin: 14vw 0;
	}

	#contents .list .inner{
		width: 100%;
		margin: 0 auto;
	}
		
	#contents .list .inner h3{
		font-size: 5vw ;
		margin:5vw 0 -8vw 10vw;
		padding: 0 0 -5vw ;
	}

	#contents .list .inner h3::after{
		width: 30px;
		height: 3px;
		top:2.5vw;
		left: -10vw;
	}
	
	#contents .list .inner ul{
		width: 86%;
		margin: 13vw auto 0;
	}

	#contents .list .inner ul li:nth-child(1),
	#contents .list .inner ul li:nth-child(3),
    #contents .list .inner ul li:nth-child(5),
    #contents .list .inner ul li:nth-child(7){
		width: 48% ;
		display: block;
		float: left;
		position: relative;
		margin: 0 0 4%;	
	}
	
	#contents .list .inner ul li:nth-child(2),
	#contents .list .inner ul li:nth-child(4),
    #contents .list .inner ul li:nth-child(6){
		width: 48% ;
		display: block;
		float: right;
		position: relative;
		margin: 0 0 4%;	
	}

}
