@charset "UTF-8";
/*=======================================================
mv
=======================================================*/
.bl_lower_mv_ttl::after{
	content: 'Own products';
}

/*=======================================================
lfreal
=======================================================*/
.bl_lfreal{
	padding: 40px 0 80px;
}
.el_lfreal_ttl{
	width: 320px;
	margin: 40px auto;
}
.bl_first{
	margin-top: 40px;
	background: #F2F8F3;
	box-shadow: 0px 3px 15px #0C3E261F;
	border-radius: 16px;
	padding: 32px 60px 34px;
	margin-bottom: 16px;
}
.el_first_ttl{
	font-size: 20px;
	letter-spacing: 0.8px;
	color: #1D7E4F;
	text-align: center;
	margin-bottom: 24px;
}
.el_first_ttl .hp_small{
	font-size: 14px;
}
.el_first_txt:not(:first-of-type){
	margin-top: 1.3em;
}
.el_first_txt .hp_small{
	font-size: 14px;
}
@media screen and (max-width : 750px){
	.bl_lfreal{
		padding: 40px 0 104px;
	}
	.bl_lfreal .el_txt{
		text-align: left;
	}
	.el_lfreal_ttl{
		width: 400px;
		margin: 56px auto;
	}
	.bl_first{
		margin-top: 56px;
		padding: 32px;
	}
	.el_first_ttl{
		font-size: 34px;
		color: #1D7E4F;
		text-align: center;
		margin-bottom: 24px;
	}
	.el_first_ttl .hp_small{
		font-size: 22px;
	}
	.el_first_txt:not(:first-of-type){
		margin-top: 1.3em;
	}
	.el_first_txt .hp_small{
		font-size: 22px;
	}
}


/*=======================================================
bath
=======================================================*/
.bl_bath{
	background: #F2F8F3;
	padding: 80px 0;
}
@media screen and (max-width : 750px){
	.bl_bath{
		padding: 104px 0;
	}
}

/*=======================================================
tech
=======================================================*/
.bl_tech{
	padding: 80px 0;
}
.bl_tech .el_sec_mainTtl > span{
	font-size: 20px;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 16px;
	position: relative;
}
.bl_tech .el_sec_mainTtl > span::after{
	content: '';
	position: absolute;
	background: linear-gradient(90deg, #D1DE33 0%, #115628 100%);
	width: 166px;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.bl_tech_list{
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}
.bl_tech_item{
	background: #F2F8F3;
	padding: 40px 56px;
}
.el_tech_sTtl{
	width: 160px;
	height: 37px;
	background: linear-gradient(90deg, #D1DE33 0%, #115628 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 16px;
}
.el_tech_ttl{
	font-size: 26px;
	text-align: center;
	letter-spacing: 1.56px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}
.el_tech_ttl .hp_small{
	font-size: 18px;
	letter-spacing: 0.72px;
	padding-top: 4px;
}
.bl_tech_item dl{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.bl_tech_item dl > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 76px;
}
.bl_tech_item dt{
	text-align: right;
	font-weight: bold;
	width: 196px;
	letter-spacing: 0.68px;
}
.bl_tech_item dd{
	width: 640px;
}
.bl_tech .bl_bnr{
	margin-top: 40px;
	display: block;
}
@media screen and (max-width : 750px){
	.bl_tech{
		padding: 104px 0;
	}
	.bl_tech .el_sec_mainTtl > span{
		font-size: 28px;
		padding-bottom: 12px;
		margin-bottom: 24px;
	}
	.bl_tech .el_sec_mainTtl > span::after{
		width: 232px;
		height: 3px;
	}
	.bl_tech .el_txt{
		text-align: left;
	}
	.bl_tech_list{
		gap: 56px;
		margin-top: 56px;
	}
	.bl_tech_item{
		padding: 40px 28px;
	}
	.el_tech_sTtl{
		width: 222px;
		height: 52px;
		font-size: 30px;
		margin: 0 auto 24px;
	}
	.el_tech_ttl{
		font-size: 36px;
		letter-spacing: 2.16px;
		gap: 8px;
		padding-bottom: 24px;
		border-bottom: 2px solid #ddd;
		margin-bottom: 24px;
		flex-direction: column;
	}
	.el_tech_ttl .hp_small{
		font-size: 28px;
		letter-spacing: 1.12px;
		padding-top: 0;
	}
	.bl_tech_item dl{
		margin-top: 40px;
		gap: 40px;
	}
	.bl_tech_item dl > div{
		gap: 24px;
	}
	.bl_tech_item dt{
		width: 100%;
		font-size: 32px;
		text-align: center;
	}
	.bl_tech_item dd{
		width: 630px;
	}
	.bl_tech .bl_bnr{
		margin-top: 56px;
	}
}
