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

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

/* =======================================================
feature
======================================================= */
.bl-feature{
	padding: 5rem 0;
	background: #FFD95A;
}
.bl-feature-list{
	gap: 2rem;
}
.bl-feature .bl-media-img-wrapper.--02{
	height: 14.5rem;
}
.bl-feature .bl-media-body.--02{
	padding-top: 1.6rem;
}
.el-feature-ttl{
	font-size: 1.625rem;
	color: #F29021;
	letter-spacing: 0.0975rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-feature-list{
		gap: 3rem;
	}
	.bl-feature .bl-media-img-wrapper.--02{
		height: auto;
	}
	.bl-feature .bl-media-body.--02{
		padding: 2rem 1.875rem;
	}
	.el-feature-ttl{
		font-size: 2.25rem;
	}
}

/* =======================================================
schedule
======================================================= */
.bl-schedule{
	padding: 5rem 0;
	background: #FFBF3D;
}
.bl-schedule-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.bl-schedule-item{
	display: flex;
	width: 100%;
	gap: 4.125rem;
}
.bl-schedule-item .el-time{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06rem;
	position: relative;
}
.bl-schedule-item .el-time::before{
	content: '';
	position: absolute;
	background: #F29021;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 1.25rem;
	top: 0.6rem;
	right: -2.625rem;
}
.bl-schedule-item .el-time::after{
	content: '';
	position: absolute;
	background: #F29021;
	width: 0.125rem;
	height: calc(100% + 2.5rem);
	top: 1rem;
	right: -2.1rem;
}
.bl-schedule-item:last-of-type .el-time::after{
	content: none;
}
.bl-schedule-body{
	position: relative;
}
.el-schedule-ttl{
	font-size: 1.5rem;
	line-height: 1.46;
	margin-bottom: 1rem;
}
.bl-schedule .bl-img-list{
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.bl-schedule .bl-img-list > img{
	width: 28rem;
}
@media screen and (max-width: 750px) {
	.bl-schedule .bl-btn-list{
		gap: 0.9375rem;
	}
	.bl-schedule .el-btn.tab{
		width: 13.75rem;
		height: 6.25rem;
		font-size: 1.75rem;
		line-height: 1.35;
		padding: 1rem 0;
	}
	.bl-schedule .bl-tab-cont{
		padding: 3rem 1.875rem;
	}
	.bl-schedule-list{
		gap: 2rem;
	}
	.bl-schedule-item{
		gap: 5rem;
	}
	.bl-schedule-item .el-time{
		font-size: 2.125rem;
	}
	.bl-schedule-item .el-time::before{
		width: 2rem;
		height: 2rem;
		right: -3.625rem;
	}
	.bl-schedule-item .el-time::after{
		height: calc(100% + 2rem);
		top: 1rem;
		right: -2.72rem;
	}
	.el-schedule-ttl{
		font-size: 2.125rem;
	}
	.bl-schedule .bl-img-list{
		margin-top: 4rem;
		gap: 2.5rem;
	}
	.bl-schedule .bl-img-list > img{
		width: 100%;
	}
}

/* =======================================================
culture
======================================================= */
.bl-culture{
	padding: 5rem 0;
	height: 100%;
	position: relative;
}
.bl-culture::before{
	content: '';
	position: absolute;
	background: url(../images/workstyle/culture-bg.jpg) top center / cover no-repeat;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
}
.bl-culture-list{
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bl-culture-list::-webkit-scrollbar {
	display: none;
}
.bl-culture-item{
	padding: 1.5rem 0;
	border-bottom: 2px solid #222;
}
.bl-culture-item:first-of-type{
	padding-top: 0;
}
.bl-culture-item:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.el-culture-ttl{
	font-size: 1.625rem;
	line-height: 1.45;
	letter-spacing: 0.0975rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.bl-culture::before{
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		background: url(../images/workstyle/culture-bg-sp.jpg) top center / cover no-repeat;
		-webkit-background-size: cover;
	}
	.bl-culture-item{
		padding: 2.5rem 0;
	}
	.el-culture-ttl{
		font-size: 2.25rem;
	}
}
