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

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

/* =======================================================
expansion
======================================================= */
.bl-expansion{
	padding: 5rem 0;
	background: #FFD95A;
}
.bl-expansion-list{
	gap: 5rem;
}
.bl-expansion-item{
	gap: 2.5rem;
	position: relative;
}
.bl-expansion-item::before{
	content: '';
	position: absolute;
	background: url(../images/common/02.svg) top center / contain no-repeat;
	width: 3.875rem;
	height: 3.625rem;
	top: 2rem;
	left: 29.25rem;
	z-index: 3;
}
.bl-expansion-item.reverse::before{
	left: 2.5rem;
}
.bl-expansion-item:first-of-type::before{
	background: url(../images/common/01.svg) top center / contain no-repeat;
	width: 3.375rem;
}
.bl-expansion-item:nth-of-type(3)::before{
	background: url(../images/common/03.svg) top center / contain no-repeat;
}
.bl-expansion-item:nth-of-type(4)::before{
	background: url(../images/common/04.svg) top center / contain no-repeat;
}
.bl-expansion-item:nth-of-type(5)::before{
	background: url(../images/common/05.svg) top center / contain no-repeat;
}
.bl-expansion-item .bl-media-img-wrapper{
	width: 26.75rem;
	z-index: 3;
}
.bl-expansion-item .bl-meidia-body{
	width: 34.75rem;
	padding: 6.5rem 2.5rem 1.875rem 0;
	position: relative;
	z-index: 2;
}
.bl-expansion-item.reverse .bl-meidia-body{
	padding: 6.5rem 0 1.875rem 2.5rem;
}
.bl-expansion-item .bl-meidia-body::before{
	content: '';
	position: absolute;
	background: #fff;
	width: 60rem;
	height: 15.875rem;
	top: 4rem;
	right: 0;
	z-index: -1;
}
.bl-expansion-item.reverse .bl-meidia-body::before{
	right: inherit;
	left: 0;
}
.bl-expansion-item .el-media-ttl{
	font-size: 1.625rem;
	color: #F29021;
	letter-spacing: 0.0975rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
	.bl-expansion-list{
		gap: 4.75rem;
	}
	.bl-expansion-item{
		gap: 2rem;
		flex-direction: column-reverse;
	}
	.bl-expansion-item::before,
	.bl-expansion-item.reverse::before{
		width: 5.13rem;
		height: 4.75rem;
		top: 0;
		left: 1.875rem;
	}
	.bl-expansion-item:first-of-type::before{
		width: 4.5rem;
	}
	.bl-expansion-item .bl-media-img-wrapper{
		width: 41.25rem;
		margin: -3rem 0 0 -1.875rem;
	}
	.bl-expansion-item .bl-meidia-body,
	.bl-expansion-item.reverse .bl-meidia-body{
		width: 100%;
		padding: 6.25rem 0 5rem  1.875rem;
	}
	.bl-expansion-item .bl-meidia-body::before,
	.bl-expansion-item.reverse .bl-meidia-body::before{
		width: 45rem;
		height: 100%;
		top: 3rem;
		right: inherit;
		left: 0;
	}
	.bl-expansion-item .el-media-ttl{
		font-size: 2.25rem;
		margin-bottom: 1.5rem;
	}
}

/* =======================================================
path
======================================================= */
.bl-path{
	padding: 5rem 0;
	background: #FFBF3D;
}
.bl-path .bl-btn-list{
	justify-content: center;
}
.bl-path .el-btn.tab{
	width: 24rem;
}
.bl-path .bl-tab-cont{
	padding: 2.5rem;
}
.bl-path-list{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.bl-path-item{
	width: 28.75rem;
	background: #FFD95A;
	padding: 3.5rem 2rem 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	position: relative;
}
.bl-path-img-wrapper{
	flex: 0 1 6.25rem;
}
.bl-path-body{
	flex: 1;
}
.el-join{
	width: 7.5rem;
	height: 2.5rem;
	background: #F29021;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}
.el-path-ttl{
	font-size: 1.5rem;
	line-height: 1.46;
	margin-bottom: 1rem;
}
.el-experience > dt{
	font-weight: bold;
	position: relative;
}
.el-experience > dt::after{
	content: '：';
}
.el-process-ttl{
	margin: 2.5rem 0 2rem;
	font-size: 1.625rem;
	letter-spacing: 0.0975rem;
}
.el-att.sp{
	display: none;
}
.bl-process-img-wrapper{
	margin-bottom: 2rem;
}
.bl-process-list > dt{
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.52rem 1rem 0.58rem;
	margin: 0 auto 1rem;
}
.bl-process-list > dd:not(:last-of-type){
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-path .el-btn.tab{
		width: 18.75rem;
	}
	.bl-path .bl-tab-cont{
		padding: 3rem 2rem;
	}
	.bl-path-list{
		gap: 1rem;
	}
	.bl-path-item{
		width: 19rem;
		padding: 4.5rem 1rem 2rem;
		flex-direction: column;
	}
	.bl-path-img-wrapper{
		flex: auto;
		width: 8rem;
		margin: 0 auto;
	}
	.bl-path-body{
		flex: 1;
	}
	.el-join{
		width: 10rem;
		height: 3.125rem;
	}
	.el-path-ttl{
		font-size: 2rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	.bl-path-item:nth-of-type(2) .el-experience{
		height: 7.8rem;
	}
	.el-process-ttl{
		font-size: 2.25rem;
	}
	.el-att.sp{
		display: block;
	}
	.bl-process-img-wrapper{
		overflow: scroll;
	}
	.bl-process-img-wrapper > img{
		width: 72rem;
	}
	.bl-process-list > dt{
		font-size: 1.25rem;
	}
}
