@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	content: 'Interview';
}
/*=======================================================
一覧
=======================================================*/
.bl-interview{
	padding: 64px 0;
}
.bl-interview-list{
	margin-top: 48px;
	gap: 32px;
}
.bl-interview-item {
	width: 320px;
	box-shadow: 1px 1px 6px #00000029;
}
.bl-interview-body {
	padding: 16px;
}
.el-interview-ttl{
	font-size: 26px;
	text-align: left;
	letter-spacing: 1.56px;
	padding-bottom: 8px;
	border-bottom: 2px solid #222;
	margin: 0 0 16px;
}
.bl-interview-item dl > div{
	display: flex;
}
.bl-interview-item dl > div dt::after{
	content: '：';
}
@media screen and (max-width: 750px) {
	.bl-interview{
		padding: 64px 0;
	}
	.bl-interview-list{
		margin-top: 64px;
	}
	.bl-interview-item {
		width: 328px;
	}
	.bl-interview-body{
		padding: 24px;
	}
	.el-interview-ttl{
		font-size: 34px;
		padding-bottom: 16px;
	}
}

/*=======================================================
詳細
=======================================================*/
.iv-panel {
	display: none;
}
.iv-panel.is-active {
	display: block;
}
.bl-tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	margin-bottom: 48px;
}
.bl-tab-list .el-btn.more{
	width: 182px;
	min-width: 182px;
	background: #F5F5F5;
	color: #222;
	padding: 7px 24px 9px 16px;
	margin: 0;
}
.bl-tab-list .el-btn.more::after{
	position: absolute;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #222;
	margin-left: 0;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.bl-tab-list .el-btn.more.active {
	background: #309CEB;
	color: #fff;
}
.bl-tab-list .el-btn.more.active::after{
	border-color: transparent transparent transparent #fff;
}
.single .el-interview-ttl{
	font-size: 26px;
	display: inline-block;
	padding: 7px 16px;
	font-weight: bold;
	background: #FFDE38;
	color: #222;
	border: none;
	margin-bottom: 32px;
}
.single .bl-interview-item{
	width: 100%;
	padding: 24px;
}
.single .bl-interview-item:not(:first-of-type){
	margin-top: 24px;
}
.el-q{
	letter-spacing: 0.96px;
	color: #309CEB;
	font-size: 24px;
	padding-left: 54px;
	margin-bottom: 32px;
	position: relative;
}
.el-q::before{
	content: '';
	position: absolute;
	background: url(../images/interview/q.svg) top center / contain no-repeat;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bl-a{
	display: flex;
	align-items: center;
	gap: 46px;
}
.bl-a:not(:first-of-type){
	margin-top: 16px;
}
.single .bl-interview-img-wrapper{
	width: 140px;
}
.single .bl-interview-img-wrapper.no-image{
	background: #ccc;
	border-radius: 140px;
}
.bl-a .el-txt{
	border: 2px solid #222;
	padding: 24px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.8px;
	width: 790px;
	position: relative;
}
.bl-a .el-txt::before{
	content: '';
	position: absolute;
	background: url(../images/interview/fukidashi--left.svg) top center / contain no-repeat;
	width: 22px;
	height: 25px;
	top: 50%;
	/* left: -21.5px; */
	left: -22px;
	transform: translateY(-50%);
}
/* .bl-a .el-txt::after{
content: '';
position: absolute;
background: #fff;
width: 2px;
height: 19px;
top: 50%;
left: -1px;
transform: translateY(-50%);
} */
@media screen and (max-width: 750px) {
	.bl-tab-list {
		gap: 24px 32px;
	}
	.bl-tab-list .el-btn.more{
		width: 320px;
		min-width: 182px;
		padding: 9px 46px 10px 40px;
		margin: 0;
	}
	.bl-tab-list .el-btn.more::after{
		border-width: 9px 0 9px 15px;
		top: 50%;
		right: 24px;
	}
	.single .el-interview-ttl{
		font-size: 34px;
		padding: 8px 16px;
	}
	.single .bl-interview-item{
		padding: 32px;
	}
	.single .bl-interview-item:not(:first-of-type){
		margin-top: 32px;
	}
	.el-q{
		font-size: 32px;
		padding-left: 54px;
	}
	.el-q::before{
		width: 34px;
		height: 34px;
	}
	.bl-a{
		gap: 42px;
	}
	.bl-a:not(:first-of-type){
		margin-top: 24px;
	}
	.single .bl-interview-img-wrapper{
		width: 110px;
	}
	.bl-a .el-txt{
		padding: 24px;
		border-radius: 6px;
		font-size: 26px;
		border: 3px solid #222;
		width: 474px;
	}
	.bl-a .el-txt::before{
		width: 32px;
		height: 37px;
		left: -31px;
	}
	.bl-a .el-txt::after {
		background: #fff;
		width: 2px;
		height: 28px;
		top: 50%;
		left: -1px;
		transform: translateY(-50%);
	}
}