@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/

#interview-movie{
	margin-bottom:120px;
}
.movie {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#interview-movie .movie{
	margin-bottom:40px;
}
#interview-movie .copy{
	margin-bottom:20px;
	font-size:28px;
	line-height:1.5;
	font-weight:700;
}

/* +++++++++++++++++++ */

#job-description{
	margin-bottom:120px;
}

/*
#job-description{
	background:#F8F8F8;
	padding:120px 0;
}
 */



}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media screen and (min-width:768px) and ( max-width:1200px) {
	
}

@media (max-width: 768px) {
		
	#interview-movie{
		margin-bottom:12vw;
	}
	.movie {
		position: relative;
		padding-top: 56.25%; /* 16:9 アスペクト比 */
		height: 0;
	}
	.movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#interview-movie .movie{
		margin-bottom:5vw;
	}
	#interview-movie .copy{
		margin-bottom:4vw;
		font-size:18px;
		line-height:1.5;
		font-weight:700;
	}
	
	/* +++++++++++++++++++ */
	
	#job-description{
		margin-bottom:12vw;
	}
	
	/*
	#job-description{
		background:#F8F8F8;
		padding:12vw 0;
	}
 */				
}



