@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.ly-lower-head::after{
	background: url(../images/service/mv-illust.svg) bottom right 146px / 152px 112px no-repeat;
}
.el-lower-mv-ttl::after{
	content: 'service';
}
@media screen and (max-width: 750px) {
	.ly-lower-head::after{
		background: url(../images/service/mv-illust.svg) bottom right 80px / 210px 156px no-repeat;
	}
}
/*=======================================================
product
=======================================================*/
.bl-product {
	padding: 100px 0 80px;
}
.bl-product .el-service-ttl{
	border-radius: 10px 10px 0px 0px;
}
.bl-product .bl-service-item .el-txt{
	border: 2px solid #D9E5EA;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 154px;
}
@media screen and (max-width: 750px) {
	.bl-product .bl-service-item .el-txt{
		height: 192px;
		font-size: 26px;
		padding: 16px 8px;
	}
}

/*=======================================================
flow
=======================================================*/
.bl-flow {
	padding: 72px 0 80px;
	background: #B8E3EC;
}
.bl-flow-list{
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.bl-flow-item{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	width: 156px;
	height: 168px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 10px;
	background: url(../images/service/flow-item-bg.svg) top center / contain no-repeat;
	position: relative;
}
.bl-flow-item:last-of-type{
	background: url(../images/service/flow-item-bg02.svg) top center / contain no-repeat;
}
.el-step{
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: #00354D;
	position: absolute;
	top: -72px;
	left: 8px;
}
.el-step > span{
	display: block;
	font-size: 16px;
}
.bl-flow-img-wrapper{
	width: 84px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.bl-flow-list{
		margin-top: 94px;
		justify-content: center;
		gap: 46px;
	}
	.bl-flow-item{
		font-size: 32px;
		width: 532px;
		height: 170px;
		padding: 0 0 32px;
		background: url(../images/service/flow-item-bg-sp.svg) top center / contain no-repeat;
	}
	.bl-flow-item:last-of-type{
		height: 152px;
		padding-bottom: 0;
		background: url(../images/service/flow-item-bg02-sp.svg) top center / contain no-repeat;
	}
	.el-step{
		display: flex;
		align-items: flex-end;
		top: -56px;
		left: 30px;
	}
	.el-step > span{
		font-size: 28px;
		padding-bottom: 2px;
	}
	.bl-flow-img-wrapper{
		width: 84px;
		height: 84px;
		position: absolute;
		top: 16px;
		right: 24px;
	}
	.bl-flow-item:last-of-type .bl-flow-img-wrapper{
		top: 34px;
	}
}

/*=======================================================
technology
=======================================================*/
.bl-technology {
	padding: 72px 0 80px;
}
.bl-technology .bl-media{
	gap: 32px;
}
.bl-technology .bl-media-img-wrapper{
	width: 496px;
}
.bl-technology .el-media-ttl::after{
	width: 496px;
	height: 5px;
}
@media screen and (max-width: 750px) {
	.bl-technology .bl-media{
		gap: 40px;
	}
	.bl-technology .bl-media-img-wrapper{
		width: 100%;
	}
	.bl-technology .el-media-ttl::after{
		width: 208px;
		height: 6px;
	}
}
