@charset "UTF-8";

/* 共通 */
.bl-vert-thumb-wrapper{
	height: 11.25rem;
}
.bl-cat-list{
	margin-top: 1rem;
}
.el-vert-post-ttl .el-client{
	display: block;
	font-size: 1rem;
	color: #0071B9;
}
@media screen and (max-width: 46.875rem){
	.bl-vert-thumb-wrapper{
		height: 11.6rem;
	}
	.el-vert-post-ttl .el-client{
		font-size: 1.5rem;
	}
}

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	content: 'INTERVIEW';
}

/*=======================================================
interview archive
=======================================================*/
.bl-interview{
	padding: 5rem 0 12rem;
}
.bl-interview .bl-post-list{
	margin-top: 3rem;
}
@media screen and (max-width: 46.875rem){
	.bl-interview{
		padding: 5rem 0 12rem;
	}
	.bl-interview .bl-post-list{
		margin-top: 3rem;
	}
}

/*=======================================================
interview single
=======================================================*/
.bl-interview.--single{
	padding: 0 0 11.25rem;
}
.bl-interview .bl-title{
	gap: 2rem;
	padding: 5.75rem 0 5rem;
}
.bl-interview .bl-media-img-wrapper{
	flex: 0 1 31rem;
}
.bl-interview .bl-media-img-wrapper img{
	border: 1px solid #ccc;
}
.bl-interview .el-post-ttl{
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.12rem;
}
/* box */
.bl-box{
	margin-top: 2.5rem;
	background: #C2DFF2;
	border-radius: 1.125rem;
	padding: 2rem;
}
.el-box-ttl{
	font-size: 1.375rem;
	color: #01588E;
	letter-spacing: 0.09rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
/* section */
.bl-section{
	padding: 3.5rem 0 4rem;
	background: #C2DFF2;
}
.bl-section:nth-of-type(odd){
	background: #fff;
}
.el-sec-ttl{
	font-size: 1.875rem;
	letter-spacing: 0.12rem;
	line-height: 1.5;
	color: #01588E;
	border-bottom: 0.125rem solid #0071B9;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.bl-sec-img-wrapper{
	width: fit-content;
	max-width: 45rem;
	margin: 3rem auto 1em;
}
.bl-sec-img-wrapper img{
	border-radius: 0;
	border: 0.0625rem solid #707070;
}
.bl-sec-img-wrapper > a{
	display: block;
}
.bl-sec-img-wrapper figcaption{
	font-size: 1.125rem;
	margin-top: 0.5rem;
	line-height: 1.5;
}
.bl-sec-img-wrapper > a figcaption{
	color: #0071B9;
	text-decoration: underline;
}
/* works */
.bl-works{
	padding: 3.5rem 0 0;
}
.bl-works .bl-post-list{
	justify-content: center;
}
.el-works-ttl{
	text-align: center;
	color: #0071B9;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.12rem;
}
@media screen and (max-width: 46.875rem){
	.bl-interview.--single{
		padding: 0 0 14rem;
	}
	.bl-interview .bl-title{
		padding: 6rem 0 5rem;
	}
	.bl-interview .bl-media-img-wrapper{
		flex: unset;
	}
	.bl-interview .bl-media-img-wrapper img{
		width: 100%;
	}
	.bl-interview .el-post-ttl{
		font-size: 2.25rem;
	}
	/* box */
	.el-box-ttl{
		font-size: 1.875rem;
	}
	/* section */
	.bl-section{
		padding: 5rem 0;
	}
	.el-sec-ttl{
		font-size: 2.125rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.bl-sec-img-wrapper{
		max-width: 100%;
	}
	.bl-sec-img-wrapper figcaption{
		font-size: 1.5rem;
	}
	/* works */
	.bl-works{
		padding: 5rem 0 0;
	}
	.bl-works .bl-vert-post .bl-cat-list{
		gap: 1rem;
		margin-top: 1rem;
	}
	.el-works-ttl{
		font-size: 2.375rem;
	}
}