@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	background: url(../images/effort/effort.svg) top center / contain no-repeat;
	width: 237px;
}

/*=======================================================
effort
=======================================================*/
.bl-effort{
	padding: 80px 0 370px;
	background: url(../images/common/lower-bg01.jpg) top center / cover no-repeat;
	margin: -30px 0 -164px;
}
.bl-effort .el-main-ttl{
	width: 324px;
}
.bl-effort .el-main-ttl::before{
	background: url(../images/effort/effort-ttl.svg) top center / contain no-repeat;
}
.bl-effort .bl-media-list{
	margin-top: 48px;
	display: flex;
	flex-direction: column;
	gap: 32px 0;
}
.bl-effort .bl-media{
	padding: 40px;
	background: #fff;
	border-radius: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
.bl-effort .bl-media-img-wrapper{
	width: 448px;
}
.bl-effort .bl-media-img-wrapper > img{
	border-radius: 32px;
}
.bl-effort .bl-media-body{
	width: 472px;
	gap: 0;
}
.bl-effort .el-media-ttl{
	color: #309CEB;
	font-size: 26px;
	margin-bottom: 24px;
	position: relative;
}
.bl-effort .el-media-ttl::before{
	content: '';
	position: absolute;
	width: 560px;
	height: 3px;
	background: #FFDA5F;
	right: 8px;
	bottom: -8px;
}
.bl-effort .el-media-txt:not(:first-of-type){
	margin-top: 1em;
}
@media screen and (max-width: 1024px) {
	.bl-effort .ly-cont-inner{
		padding: 0 30px;
	}
	.bl-effort .bl-media-img-wrapper{
		width: 80%;
		margin: 0 auto 32px;
	}
	.bl-effort .bl-media-body{
		width: 100%;
	}
	.bl-effort .el-media-ttl::before{
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.bl-effort{
		padding: 120px 0 260px;
		margin: -41px 0 -140px;
	}
	.bl-effort .ly-cont-inner{
		padding: 0;
	}
	.bl-effort .el-main-ttl{
		width: 630px;
	}
	.bl-effort .bl-media-img-wrapper{
		width: 100%;
		margin: 0 auto 32px;
	}
	.bl-effort .bl-media-body{
		width: 100%;
	}
	.bl-effort .el-media-ttl{
		font-size: 36px;
		text-align: center;
		margin-bottom: 32px;
	}
}
