@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl-lower-mv {
	background: url(../images/interview/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 457px;
	height: 150px;
	background: url(../images/interview/interview-ttl.svg) top center / contain no-repeat;
	bottom: -12px;
	left: -132px;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
		background: url(../images/interview/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-lower-mv-ttl::before{
		left: 0;
	}
}
/*=======================================================
interview
=======================================================*/
.bl-interview{
	background: url(../images/interview/interview-bg-top.jpg) top center / 2000px 480px no-repeat #fff;
}
.bl-interview-item{
	background: #fff;
	width: 770px;
	padding: 40px 40px 24px;
	box-shadow: 0 0 20px rgba(105, 198, 172, 0.2);
	margin: 0 auto 64px;
}
.el-interview-name{
	margin-top: 24px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1.2px;
	color: var(--color-main-green);
}
.el-interview-ttl{
	font-size: 20px;
	color: var(--color-main-green);
	letter-spacing: 0.8px;
	width: 846px;
	font-weight: 500;
	margin: 0 auto 16px;
}
.bl-interview-cont .el-txt{
	width: 846px;
	margin: 0 auto;
}
.bl-interview-cont .el-txt + .el-interview-ttl{
	margin-top: 48px;
}
.bl-interview-cont .bl-interview-img-wrapper{
	width: 920px;
	margin: 48px 0 48px 90px;
}
.bl-interview-cont .bl-interview-img-wrapper:nth-of-type(even){
	width: 920px;
	margin: 48px auto 48px 0;
}
@media screen and (max-width: 750px) {
	.bl-interview-item{
        width: 100%;
        padding: 56px 40px 40px;
	}
	.el-interview-name{
		margin-top: 24px;
		font-size: 28px;
	}
	.el-interview-ttl{
		font-size: 30px;
		width: 100%;
	}
	.bl-interview-cont .el-txt{
		width: 100%;
	}
	.bl-interview-cont .bl-interview-img-wrapper{
		width: 100%;
		margin: 48px auto;
	}
	.bl-interview-cont .bl-interview-img-wrapper:nth-of-type(even){
		width: 100%;
		margin: 48px auto;
		
	}
}
