@charset "UTF-8";
/* =======================================================
mv
======================================================= */
.bl-lower-mv::after{
	background: url(../images/growth/mv-img.jpg) top center/cover no-repeat;
}
.el-lower-mv-ttl::before{
	content: 'GROWTH';
}

/* =======================================================
about
======================================================= */
.el-about-ttl::before{
	background: url(../images/growth/about-ttl-bg.jpg) top center / contain no-repeat;
}

/* =======================================================
growth
======================================================= */
.bl-growth{
	padding: 5rem 0;
	background: #FFD95A;
}
.bl-growth .bl-media{
	gap: 2.5rem;
}
.bl-growth .bl-media:not(:first-of-type){
	margin-top: 5rem;
}
.bl-growth .bl-media-img-wrapper{
	width: 28.25rem;
	z-index: 2;
}
.bl-growth .bl-media-body{
	width: 33.25rem;
	padding: 1.5rem 2rem 1.5rem 0;
	position: relative;
	z-index: 1;
}
.bl-growth .bl-media-body::before{
	content: '';
	position: absolute;
	background: #fff;
	width: 59rem;
	height: 16.875rem;
	top: 5rem;
	right: 0;
	z-index: -1;
}
.bl-growth .reverse .bl-media-body{
	padding: 1.5rem 0 1.5rem 2rem;
}
.bl-growth .bl-media:nth-of-type(3) .bl-media-body{
	padding-top: 0;
}
.bl-growth .reverse .bl-media-body::before{
	right: inherit;
	left: 0;
}
.bl-growth .el-media-ttl{
	font-size: 2rem;
	line-height: 1.44;
	letter-spacing: 0.12rem;
	margin-bottom: 2.5rem;
}
.bl-growth .el-media-ttl > span{
	display: block;
	font-size: 1.25rem;
}
.bl-evaluation{
	background: #fff;
	padding: 2rem;
	margin-top: 5.5rem;
}
.el-evaluation-ttl{
	font-size: 2rem;
	color: #F29021;
	letter-spacing: 0.12rem;
	margin-bottom: 2rem;
}
.el-evaluation-ttl > span{
	font-size: 1.5rem;
	font-weight: normal;
} 
.bl-evaluation .el-att.sp{
	display: none;
}
.bl-evaluation-img-wrapper{
	margin: 2rem auto 0;
}
.bl-evaluation-img-wrapper > img{
	width: 60rem;
}
@media screen and (max-width: 750px) {
	.bl-growth .bl-media{
		flex-direction: column-reverse;
		gap: 0rem;
	}
	.bl-growth .bl-media:not(:first-of-type){
		margin-top: 3.5rem;
	}
	.bl-growth .bl-media-img-wrapper{
		width: 41.25rem;
		margin-left: -1.875rem;
	}
	.bl-growth .bl-media-body{
		width: 100%;
		padding: 0 0 2rem 1.875rem;
	}
	.bl-growth .bl-media-body::before{
		width: 45rem;
		height: 30.5rem;
		right: inherit;
		left: 0;
	}
	.bl-growth .reverse .bl-media-body{
		padding: 0 0 2rem 1.875rem;
	}
	.bl-growth .bl-media:nth-of-type(3) .bl-media-body{
		padding: 0 0 2rem 1.875rem;
	}
	.bl-growth .reverse .bl-media-body::before{
		right: inherit;
		left: 0;
	}
	.bl-growth .bl-media:nth-of-type(3) .bl-media-body::before{
		top: 7rem;
	}
	.bl-growth .el-media-ttl{
		font-size: 2.625rem;
	}
	.bl-growth .el-media-ttl > span{
		font-size: 1.875rem;
	}
	.el-evaluation-ttl{
		font-size: 2.5rem;
	}
	.el-evaluation-ttl > span{
		font-size: 1.875rem;
		font-weight: normal;
	} 
	.bl-evaluation .el-att.sp{
		margin-top: 3rem;
		display: flex;
	}
	.bl-evaluation-img-wrapper{
		margin: 1rem auto 0;
		overflow: scroll;
	}
}

/* =======================================================
support
======================================================= */
.bl-support{
	padding: 5rem 0;
	background: #FFBF3D;
}
.bl-support-list{
	display: flex;
	flex-wrap: wrap;
	gap: 4.5rem;
}
.bl-support-item{
	width: 17.5rem;
	height: 17.5rem;
	border-radius: 17.5rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.el-support-ttl{
	font-size: 1.25rem;
	background: #FFD95A;
	width: 20rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.bl-support-item .el-txt{
	text-align: center;
}
.bl-support-item .el-amount{
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1;
}
.bl-support-item .el-amount > span{
	font-size: 4rem;
	color: #F29021;
}
@media screen and (max-width: 750px) {
	.bl-support-list{
		justify-content: center;
		gap: 1rem 1.875rem;
	}
	.bl-support-item{
		width: 20.625rem;
		height: 20.625rem;
	}
	.el-support-ttl{
		font-size: 1.875rem;
		width: 21.5rem;
		height: 4rem;
	}
	.bl-support-item .el-amount{
		font-size: 2.25rem;
	}
	.bl-support-item .el-amount > span{
		font-size: 5.5rem;
	}
}

/* =======================================================
interview
======================================================= */
.bl-interview{
	padding: 5rem 0;
	background: #FFD95A;
}
.bl-interview-item{
	width: 100%;
	margin-top: 3rem;
	display: flex;
	position: relative;
}
.bl-interview-item + .bl-interview-item{
	margin-top: 2.5rem;
}
.bl-interview-cont{
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 39.5rem;
	z-index: 3;
}
.bl-interview-head{
	padding: 8rem 2rem 2rem;
	background: #FFBF3D;
	position: relative;
}
.el-interview-ttl{
	width: 44rem;
	max-width: 44rem;
	position: absolute;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	top: 2.5rem;
	left: 2rem;
	z-index: 3;
}
.bl-exprience{
	display: flex;
}
.bl-exprience > dt{
	position: relative;
}
.bl-exprience > dt::after{
	content: '：';
}
.bl-interview-reason{
	padding: 1.5rem;
	position: relative;
	flex: 1;
}
.el-reason-ttl{
	width: 6.25rem;
	height: 2.125rem;
	background: #F29021;
	font-size: 1.25rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
	margin-bottom: 1rem;
}
.bl-interview-reason .el-link{
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
	color: #F29021;
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
}
.bl-interview-reason .el-link::after{
	content: '';
	background: url(../images/common/btn-arrow--orange.svg) top center / contain no-repeat;
	width: 1.125rem;
	height: 1rem;
	margin-left: 0.5rem;
	margin-top: 1px;
}
.bl-interview-img-wrapper{
	width: 24.5rem;
	margin: 0;
}
@media screen and (max-width: 750px) {
	.bl-interview-item{
		flex-direction: column-reverse;
	}
	.bl-interview-item + .bl-interview-item{
		margin-top: 2.5rem;
	}
	.bl-interview-cont{
		width: 100%;
	}
	.bl-interview-head{
		padding: 2rem 2rem 2rem;
	}
	.el-interview-ttl{
		width: 100%;
		position: unset;
		font-size: 2.125rem;
		letter-spacing: 0.1275rem;
		margin-bottom: 1rem;
	}
	.bl-exprience{
		flex-direction: column;
	}
	.bl-interview-reason{
		padding: 2rem 1.875rem;
	}
	.el-reason-ttl{
		width: 9rem;
		height: 3.125rem;
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.bl-interview-reason .el-link{
		font-size: 1.875rem;
		position: unset;
		justify-content: right;
		margin-top: 2.5rem;
	}
	.bl-interview-reason .el-link::after{
		width: 1.5rem;
		height: 1.375rem;
		margin-left: 1rem;
	}
	.bl-interview-img-wrapper{
		width: 100%;
		align-items: center;
	}
	.bl-interview-img-wrapper > img{
		width: auto;
	}
}
