@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl-lower-mv {
	background: url(../images/alumni/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 404px;
	height: 179px;
	background: url(../images/alumni/alumni-ttl.svg) top center / contain no-repeat;
	bottom: -18px;
	left: -115px;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
		background: url(../images/alumni/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-lower-mv-ttl::before{
		left: 20px;
	}
}

/*=======================================================
intro
=======================================================*/
.bl-intro{
	padding: 128px 0;
	background: url(../images/alumni/intro-bg.jpg) top center / cover no-repeat;
}
.bl-intro .ly-cont-inner{
	padding-left: 132px;
}
.bl-intro .el-txt{
	font-size: 20px;
	line-height: 1.58;
}
@media screen and (max-width: 750px) {
	.bl-intro{
		background: url(../images/alumni/intro-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-intro .ly-cont-inner{
		padding-left: 34px;
	}
	.bl-intro .el-txt{
		font-size: 28px;
	}
}

/*=======================================================
about
=======================================================*/
.bl-about{
	padding: 0 0 64px;
}
.bl-about .el-main-ttl{
	margin-bottom: 48px;
	
}
.bl-about .bl-media{
	gap: 40px;
}
.bl-about .bl-media-img-wrapper{
	flex: 0 1 522px;
}
.bl-about-list{
	margin: 64px auto 0 168px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	position: relative;
}
.bl-about-list::before {
    content: '';
    position: absolute;
    background: url(../images/alumni/about-oguri.png) top center / contain no-repeat;
	width: 114px;
	height: 336px;
	bottom: -98px;
    left: -168px;
}
.bl-about-item{
	width: 240px;
	height: 240px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-align: center;
	color: var(--color-main-green);
	padding-top: 64px;
	border: 1px solid var(--color-main-green);
	border-radius: 240px;
	position: relative;
}
.bl-about-item:nth-of-type(2),
.bl-about-item:nth-of-type(3){
	padding-top: 80px;
}
.bl-about-item::before{
	content: '';
	position: absolute;
	background: url(../images/common/icon-check.svg) top center / contain no-repeat;
	width: 23px;
	height: 24px;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
	.bl-about{
		padding: 0 0 80px;
	}
	.bl-about .bl-media-img-wrapper{
		flex: 0 1 100%;
	}
	.bl-about-list{
		gap: 24px 32px;
		margin: 64px auto 0;
	}
	.bl-about-list::before {
		width: 140px;
		height: 414px;
		bottom: -112px;
		left: 0;
	}
	.bl-about-item{
		width: 280px;
		height: 280px;
		font-size: 28px;
		padding-top: 96px;
	}
	.bl-about-item::before{
		width: 30px;
		height: 30px;
		top: 48px;
	}
}

/*=======================================================
merit
=======================================================*/
.bl-merit{
	background: var(--color-main-green);
}
.bl-merit .el-main-ttl{
	color: #fff;
	margin-bottom: 40px;
}
.bl-merit .el-main-ttl::after{
	content: none;
}
.bl-merit .bl-card:not(:first-of-type)::before{
	content: '';
	position: absolute;
	background: var(--color-base-white);
	width: 60px;
	height: 1px;
	left: -46px;
	bottom: 32px;
}
.bl-merit .el-card-txt{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.8px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.bl-merit .el-main-ttl{
		margin-bottom: 48px;
	}
	.bl-merit .bl-card-unit{
		width: 498px;
		margin: 0 auto;
		gap: 160px;
	}
	.bl-merit .bl-card:not(:first-of-type)::before{
		width: 2px;
		height: 80px;
		top: -120px;
		left: 50%;
		bottom: inherit;
		transform: translateX(-50%);
	}
	.bl-merit .el-card-txt{
		font-size: 32px;
		letter-spacing: 1.1px;
		margin-top: 40px;
	}
}

/*=======================================================
cta
=======================================================*/
.bl-cta-wrapper{
	padding-top: 0;
}

