@charset "UTF-8";
.ly-main{
	display: flex;
	flex-direction: column;
}
/* =======================================================
mv
======================================================= */
.bl-lower-mv::after{
	background: url(../images/business/mv-img.jpg) top center/cover no-repeat;
}
.el-lower-mv-ttl::before{
	content: 'BUSINESS';
}

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

/* =======================================================
marketing
======================================================= */
.bl-marketing{
	background: #FFD95A;
	padding: 5rem 0;
}
.bl-marketing .el-box-ttl{
	width: 100%;
}
.bl-marketing-img-wrapper{
	width: 100%;
	margin-bottom: 2.5rem;
}
.bl-marketing .el-box-ttl.small{
	margin-top: 3rem;
	width: auto;
}
.bl-marketing-list{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
.bl-marketing-item{
	width: 30rem;
	background: #fff;
	padding: 2rem;
}
.el-marketing-ttl{
	font-size: 1.5rem;
	color: #F29021;
	text-align: center;
	letter-spacing: 0.06rem;
	margin-bottom: 1rem;
}
.bl-marketing-img-wrapper02{
	width: 6.25rem;
	margin: 0 auto 1rem;
}
@media screen and (max-width: 750px) {
	.bl-marketing .el-box-ttl{
		width: auto;
	}
	.bl-marketing-img-wrapper{
		width: 100%;
	}
	.bl-marketing .el-box-ttl.small{
		margin-top: 4rem;
	}
	.bl-marketing-list{
		margin-top: 2rem;
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.bl-marketing-item{
		width: 20.56rem;
		padding: 2rem 1rem;
	}
	.el-marketing-ttl{
		font-size: 1.875rem;
	}
	.bl-marketing .el-txt{
		font-size: 1.75rem;
	}
}

/* =======================================================
flow
======================================================= */
.bl-flow{
	padding: 5rem 0;
	background: #FFBF3D;
	z-index: 2;
}
.bl-flow h2.el-box-ttl{
	width: 100%;
}
.bl-flow .bl-flow-list{
	margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
	.bl-flow{
		padding: 5rem 0;
		background: #FFBF3D;
	}
	.bl-flow .bl-flow-list{
		margin-bottom: 3rem;
	}
}

/* =======================================================
service
======================================================= */
.bl-service{
	padding: 5rem 0;
	background: #FFD95A;
	z-index: 1;
}
.bl-service .el-box-ttl{
	width: 100%;
	text-align: center;
	z-index: 1;
}
.bl-service .el-box-ttl.sticky:not(.small){
	position: sticky;
	top: 11.25rem;
}
.bl-service .el-box-ttl:not(.small)::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 11.25rem;
	background: #FFD95A;
	top: -11.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.bl-service .bl-media{
	gap: 4rem;
}
.bl-service .bl-media-img-wrapper{
	width: 32rem;
	position: sticky;
	top: 17.5rem;
}
.bl-service .bl-media-body{
	width: 28rem;
}
.bl-service .bl-media-cont{
	margin-top: 1.5rem;
}
.bl-service .bl-media-cont::-webkit-scrollbar {
	display: none;
}
.bl-service .el-media-ttl{
	width: fit-content;
	padding: 0.52rem 1rem 0.58rem;
	margin-bottom: 1rem;
}
.bl-service .el-media-ttl:not(:first-of-type){
	margin-top: 4rem;
}
.bl-service .el-media-ttl > span{
	font-size: 1.25rem;
	letter-spacing: 0;
}
.bl-service .el-txt{
	font-size: 1.125rem;
}
.bl-service .el-txt.hp-bold.orange{
	margin-bottom: 0;
	color: #F29021;
}
.bl-service .el-txt.hp-bold.orange + .bl-bullet-list{
	margin-top: 0;
}
.bl-service .el-txt.hp-bold + .el-txt.hp-bold.orange{
	margin-top: 0.5rem;
}
.bl-service .bl-bullet-list{
	margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
	.bl-service .el-box-ttl{
		width: auto;
		display: inline-flex;
		justify-content: flex-start;
	}
	.bl-service .el-box-ttl.sticky:not(.small){
		position: unset;
		top: unset;
	}
	.bl-service .el-box-ttl:not(.small)::before{
		content: none;
	}
	.bl-service .bl-media-img-wrapper{
		width: 100%;
		position: unset;
	}
	.bl-service .bl-media-body{
		width: 100%;
	}
	.bl-service .bl-media-cont{
		margin-top: 1rem;
	}
	.bl-service .el-media-ttl{
		margin-bottom: 2rem;
	}
	.bl-service .el-media-ttl:has(span){
		padding: 0.52rem 1rem 0.58rem;
		background: #fff;
	}
	.bl-service .el-media-ttl > span{
		background: transparent!important;
		padding: 0;
		font-size: 1.75rem;
	}
	.bl-service .el-txt{
		font-size: 1.875rem;
	}
	.bl-service .bl-bullet-list{
		margin-top: 1rem;
	}
}

/* =======================================================
feature
======================================================= */
.bl-feature{
	padding: 5rem 0;
	background: #FFBF3D;
}
.bl-feature .el-box-ttl:not(.small){
	width: 100%;
	text-align: center;
}
.bl-feature .bl-media + .bl-media{
	margin-top: 4rem;
}
.bl-feature .bl-media-img-wrapper{
	position: relative;
	z-index: 2;
}
.bl-feature .bl-media-img-wrapper::before{
	content: '';
	position: absolute;
	background: #F29021;
	width: 100%;
	height: 100%;
	right: -1rem;
	bottom: -1rem;
	z-index: -1;
}
.bl-feature .reverse .bl-media-img-wrapper::before{
	right: inherit;
	left: -1rem;
}
.bl-feature .el-media-ttl.sp{
	display: none;
}
@media screen and (max-width: 750px) {
	.bl-feature .el-box-ttl:not(.small) {
		width: auto;
	}
	.bl-feature .reverse .bl-media-img-wrapper::before{
		right: inherit;
		left: -1rem;
	}
	.bl-feature .el-media-ttl.pc{
		display: none;
	}
	.bl-feature .el-media-ttl.sp{
		display: inherit;
		margin-bottom: 0;
	}
}