@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	content: 'SERVICE';
}

/*=======================================================
flow
=======================================================*/
.bl-flow{
	padding: 6.25rem 0 11.125rem;
}
.bl-flow-unit{
	display: flex;
	justify-content: center;
	gap: 5.375rem;
	margin-bottom: 3.5rem;
}
.bl-flow-unit > li{
	width: fit-content;
	text-align: center;
}
.bl-flow-unit > li > span{
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	letter-spacing: 0.12rem;
	color: #fff;
	background: #3D94C6;
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	margin: 0 auto 1.5rem;
	position: relative;
}
.bl-flow-unit > li:nth-of-type(even) > span{
	background: #01588E;
}
.bl-flow-unit > li:not(:first-of-type) > span::before{
	content: '';
	position: absolute;
	background: #222;
	width: 8.375rem;
	height: 0.25rem;
	top: 50%;
	left: -8.375rem;
	transform: translateY(-50%);
	z-index: -1;
}
.bl-flow-list{
	margin-top: 4.5rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.bl-flow-item{
	padding: 2.5rem 3rem;
	background: #E0F3FF;
	border-radius: 1.125rem;
}
.bl-flow-item:nth-of-type(even){
	background: #CAE6E6;
}
.el-flow-ttl{
	font-size: 1.625rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #3D94C6;
	margin-bottom: 1rem;
}
.bl-flow-item:nth-of-type(even) .el-flow-ttl{
	color: #01588E;
}
.el-flow-ttl > span{
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
}
.bl-flow-item .bl-media{
	margin-top: 4.25rem;
}
.bl-flow-item .bl-media-img-wrapper{
	position: absolute;
	width: 21.25rem;
	top: -1.5rem;
	right: 3rem;
}
.bl-flow-item:nth-of-type(2) .bl-media .bl-media-img-wrapper,
.bl-flow-item:nth-of-type(3) .bl-media .bl-media-img-wrapper{
	top: -3.5rem;
}
.bl-flow-item .bl-media-body{
	background: #fff;
	padding: 1.4375rem 2.5rem;
	border-radius: 1.125rem;
}
.bl-flow-item .bl-media-body > li{
	line-height: 2.11;
}
.bl-flow-item .el-btn{
	margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
	.bl-flow{
		padding: 7.75rem 0 14rem;
	}
	.bl-flow-unit{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 2.5rem 3.9rem;
		margin-bottom: 4rem;
	}
	.bl-flow-unit > li{
		min-width: 11.75rem;
	}
	.bl-flow-unit > li > span{
		font-family: 'Oswald', sans-serif;
		font-size: 3.75rem;
		letter-spacing: 0.225rem;
		width: 7.5rem;
		height: 7.5rem;
		margin: 0 auto 1rem;
	}
	.bl-flow-unit > li:nth-of-type(4) > span::before{
		content: none;
	}
	.bl-flow-list{
		margin-top: 4rem;
		gap: 3rem;
	}
	.bl-flow-item{
		padding: 3rem 1.875rem;
	}
	.el-flow-ttl{
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.el-flow-ttl > span{
		font-size: 3.75rem;
	}
	.bl-flow-item .bl-media{
		margin-top: 18.375rem;
	}
	.bl-flow-item .bl-media-img-wrapper{
		width: 35.625rem;
		top: -15.625rem !important;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-flow-item .bl-media-body{
		padding: 7rem 1.875rem 2rem;
	}
	.bl-flow-item .el-btn{
		margin-top: 2.5rem;
	}
}