@charset "UTF-8";
/*=======================================================
mv
=======================================================*/
.bl_mv{
	height: 800px;
	position: relative;
	padding: 218px 0 326px;
}
.bl_mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleX(-1);
	opacity: 0.5;
}
.bl_mv .ly_cont_inner{
	display: flex;
	flex-direction: column;
}
.bl_mv_ttl{
	width: 397px;
	margin-top:72px;
	order: 2;
}
.bl_mv_ttl > img:nth-of-type(2){
	width: 235px;
	margin-top: 40px;
}
.bl_mv_txt{
	width: 416px;
	order: 1;
}
@media screen and (max-width : 750px){
	.bl_mv{
		height: 1100px;
		padding: 381px 0 590px;
	}
	.bl_mv .ly_cont_inner{
		display: flex;
		flex-direction: column;
	}
	.bl_mv_ttl{
		width: 452px;
		margin-top: 64px;
	}
	.bl_mv_ttl > img:nth-of-type(2){
		width: 336px;
		margin-top: 40px;
	}
	.bl_mv_txt{
		width: 520px;
	}
}

/*=======================================================
about
=======================================================*/
.bl_about{
	background: #505050;
	padding: 62px 0 80px;
	color:#fff;
}
.bl_about .ly_cont_inner::before{
	content: '';
	position: absolute;
	background: url(../images/top/about_bg.svg) top center / contain no-repeat;
	width: 830px;
	height: 300px;
	top: 123px;
	left: -488px;
}
.bl_about .el_sec_mainTtl::before{
	background: url(../images/top/about_ttl.svg) top center / contain no-repeat;
}
.bl_about .el_bigTxt{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1.56px;
	margin-bottom: 42px;
}
.bl_about .bl_media{
	margin-top: 48px;
	display: grid;
	grid-template: auto 1fr / 600px auto;
	grid-template-areas:
		"imgWrapper title"
		"imgWrapper body"
		"btm_txt btm_txt";
	margin-left: -104px;
}
.bl_about .bl_media_imgWrapper > img{
	box-shadow: 0px 3px 15px #0C3E261F;
	border-radius: 16px;
}
@media screen and (max-width : 750px){
	.bl_about{
		padding: 80px 0 104px;
	}
	.bl_about .ly_cont_inner::before{
		content: none;
	}
	.bl_about .el_txt{
		width: 750px;
		margin-left: -30px;
	}
	.bl_about .el_bigTxt{
		font-size: 36px;
		letter-spacing: 2.16px;
		margin-bottom: 56px;
	}
	.bl_about .bl_media{
		margin-top: 48px;
		grid-template: auto / auto;
		grid-template-areas: "title" "imgWrapper" "body";
		margin-left: 0;
	}
}

/*=======================================================
oem
=======================================================*/
.bl_oem{
	background: #F2F8F3;
	padding: 80px 0;
}
.el_oem_ttl{
	font-size: 30px;
	text-align: center;
	letter-spacing: 1.8px;
	padding-bottom: 16px;
	margin-bottom: 40px;
	position: relative;
}
.el_oem_ttl::after{
	content: '';
	position: absolute;
	width: 56px;
	height: 4px;
	background: linear-gradient(90deg, #D1DE33 0%, #115628 100%);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.bl_oem .bl_cardUnit{
	gap: 21px;
	margin-top: 40px;
}
.bl_oem .bl_card{
	width: 240px;
	box-shadow: 0px 3px 15px #0C3E261F;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
}
.bl_oem .bl_card_imgWrapper{
	width: 120px;
	margin: 0 auto 16px;
}
.bl_oem .el_card_ttl{
	text-align: center;
	margin-bottom: 12px;
}
.bl_oem .el_card_txt{
	font-size: 16px;
}
@media screen and (max-width : 750px){
	.bl_oem{
		padding: 104px 0;
	}
	.el_oem_ttl{
		font-size: 40px;
		letter-spacing: 2.4px;
		padding-bottom: 22px;
		margin-bottom: 56px;
	}
	.el_oem_ttl::after{
		width: 80px;
		height: 6px;
	}
	.bl_oem .bl_cardUnit{
		gap: 30px;
		margin-top: 56px;
	}
	.bl_oem .bl_card{
		width: 330px;
		padding: 24px;
	}
	.bl_oem .bl_card_imgWrapper{
		width: 160px;
	}
	.bl_oem .el_card_ttl{
		margin-bottom: 16px;
	}
	.bl_oem .el_card_txt{
		font-size: 24px;
	}
}

/*=======================================================
strength
=======================================================*/
.bl_strength{
	padding: 64px 0 80px;
	background: url(../images/top/strength_bg.jpg) top center / cover no-repeat;
}
.bl_strength .el_sec_mainTtl::before{
	background: url(../images/top/strength_ttl.svg) top center / contain no-repeat;
}
.bl_strength .bl_cardUnit{
	margin-top: 32px;
}
.bl_strength .bl_card{
	padding: 0;
}
.bl_strength .el_card_ttl{
	height: 45px;
	background: #505050;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.8px;
	padding-bottom: 1px;
	margin-bottom: 16px;
}
.bl_strength .el_moreBtn{
	margin-top: 24px;
	width: 334px;
}
@media screen and (max-width : 750px){
	.bl_strength{
		padding: 64px 0 80px;
		background: url(../images/top/strength_bg_sp.jpg) top center / cover no-repeat;
	}
	.bl_strength .bl_cardUnit{
		margin-top: 56px;
	}
	.bl_strength .bl_card{
		padding: 0;
	}
	.bl_strength .el_card_ttl{
		height: 68px;
		font-size: 30px;
	}
	.bl_strength .el_moreBtn{
		margin-top: 56px;
		width: 630px;
	}
}

/*=======================================================
products
=======================================================*/
.bl_products{
	padding: 72px 0 80px;
}
.bl_products .ly_cont_inner::after{
	content: '';
	position: absolute;
	background: url(../images/top/products_bg.svg) top center / contain no-repeat;
	width: 852px;
	height: 332px;
	bottom: -64px;
	right: -488px;
	z-index: -1;
}
.bl_products .el_sec_mainTtl::before{
	background: url(../images/top/products_ttl.svg) top center / contain no-repeat;
}
.bl_products .el_sec_sTtl{
	margin-top: 40px;
}
.bl_products .bl_mediaList{
	gap: 40px;
}
.bl_products .bl_media_imgWrapper > img{
	box-shadow: 0px 3px 15px #0C3E261F;
	border-radius: 16px;
}
.bl_products .bl_media .el_att{
	margin-top: -1.3em;
	letter-spacing: 0.56px;
}
.bl_products .el_moreBtn{
	padding-right: 0;
}
@media screen and (max-width : 750px){
	.bl_products{
		padding: 72px 0 80px;
	}
	.bl_products .ly_cont_inner::after{
		content: none;
	}
	.bl_products .el_sec_sTtl{
		margin-top: 40px;
	}
	.bl_products .bl_mediaList{
		gap: 56px;
	}
	.bl_products .bl_media_imgWrapper > img{
		box-shadow: 0px 3px 15px #0C3E261F;
		border-radius: 16px;
	}
	.bl_products .bl_media .el_att{
		letter-spacing: 0.8px;
		margin-top: -1.3em;
	}
}

/**Mac,iPad Safari**/
@media only screen and (min-device-width: 768px) {
	_::-webkit-full-page-media,
	_:future,
	:root .bl_about .bl_media{
		display: grid;
		grid-template: auto 1fr / 496px auto;
		grid-template-areas:
			"imgWrapper title"
			"imgWrapper body"
			"btm_txt btm_txt";
		margin-left: 0;
	}
}