#mainvisual{
	background-image: url("/img/oem/AdobeStock_335707111.jpeg");
	background-size: cover;
	background-position: center bottom 20%;
	height: 700px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainvisual_inner{
    text-align: center;
}
#mainvisual_inner h1{
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9);
    font-size: 1.5em;
    margin: 15px 0 0 ;
}
#mainvisual #wear{
    position: absolute;
    right: 0;
    bottom: -70px;
    height: 450px;
}
#mainvisual_logos{
    position: relative;
    z-index: 2;
}

#comment_area{
	background-color: #c8281f;
	color: #fff;
    padding: 20px 20px 40px;
    box-sizing: border-box;
}
#comment_area .section-title-sub{
	margin: 0 0 15px;
}

#quality_area {
    padding: 40px 0 180px;
    box-sizing: border-box;
}
#quality_area p span.min{
	font-size: 0.7em;
}
#quality_area .flex{
	margin-top: 40px;
}
#quality_area .quality_box{
	border: 6px solid #CAC5B1;
	background-color: #F7F5F4;
	padding: 20px;
	height: 320px;
	box-sizing: border-box;
	position: relative;
}
#quality_area .quality_box .quality_box_title{
	text-align: center;
}
#quality_area .quality_box h4{
	width: 180px;
	border-radius: 20px;
	display: inline-block;
	background-color: #CAC5B1;
	font-weight: 500;
	padding: 5px;
	box-sizing: border-box;
}
#quality_area .quality_box img{
	display: block;
	width: 120px;
	margin: auto;
}
#quality_area .quality_box img.qicon{
	width: auto;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -30px;
}

#section-title-oem{
    position: relative;
    margin-bottom: 0;
}
#section-title-oem .title-oem-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    height: 55px;
    margin: -48px auto;
    position: relative;
    overflow: hidden;
}
#section-title-oem .side-logo{
	width: 120px;
}
#section-title-oem .title-img{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    white-space: nowrap;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
#section-title-oem .title-img::after{
    content: none;
}
#oem_area{
    background-color: #E5E3D9;
    padding: 40px 0 80px;
    box-sizing: border-box;
    position: relative;
}
#oem_area::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease-out;
}
.is-shadow::before{
    opacity: 1 !important;
}
#oem_area #step_area{
	width: 900px;
	max-width: 100%;
	margin: 40px auto 0;
}
#oem_area #step_area .sp-center{
	font-size: 1.1em;
	margin-bottom: 20px;
	margin-left: 40px;
}

#oem_area .step-row{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#oem_area .step-label{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#oem_area .step-box{
    display: flex;
    align-items: center;
    background: #fff;
    width: calc(100% - 40px);
    margin-left: 40px;
    box-sizing: border-box;
}
#oem_area .step-icon{
    width: 25%;
    padding: 15px 0px 15px 25px;
    box-sizing: border-box;
    background: #c8281f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#oem_area .step-icon img{
    max-width: 80%;
    height: auto;
}
#oem_area .step-text{
    margin-left: 40px;
}
#oem_area .step-text h5{
    margin: 0 0 10px;
    font-size: 1.1em;
}
#oem_area .step-text p{
    margin: 0;
    color: #7a6f55;
}

#section-title-other{
	margin-top: -23px;
}
#other_area{
    padding: 40px 0 40px;
    box-sizing: border-box;
}
#other_area .flex{
	flex-wrap: wrap;
	gap: 0;
	margin-top: 40px;
}
#other_area .other_box{
	width: calc(100% / 3);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#other_area .other_box a{
	text-decoration: none;
	color: #000;
}
#other_area .other_box .thumb{
	aspect-ratio: 5/3;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}
#other_area .other_box img,
#other_area .other_box .thumb p {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    width: auto;
}
#other_area .other_box .thumb p{
	width: 100%;
    max-width: 100%;
    top: 50%;
	color: #fff;
	font-size: 1.1em;
}

@media screen and (max-width:767px){
	#mainvisual{
		height: 300px;
	}
	#mainvisual_logos{
		max-width: 90%;
		margin: auto;
	}
	#mainvisual_logos img{
		max-width: 50%;
	}
	#mainvisual_inner h1{
		font-size: 1.1em;
	}

	#comment_area{
		padding: 20px 10px 20px;
	}

	#quality_area{
		padding: 20px 0 80px;
	}
	#quality_area .flex{
		display: block;
	}
	.flex .third{
		width: 100%;
		margin-bottom: 60px;
	}
	#quality_area .quality_box img{
		display: none;
	}
	#quality_area .quality_box h4{
		margin: 0 0 15px;
		max-width: 100%;
		font-size: 0.8em;
	}
	#quality_area .quality_box{
		height: auto;
		padding: 20px 5px;
		display: flex;
	}
	#quality_area .quality_box .quality_box_title{
		width: 38%;
	}
	#quality_area .quality_box .quality_box_text{
		width: 62%;
		padding-left: 5px;
		box-sizing: border-box;
		font-size: 0.8em;
	}
	#quality_area .quality_box img.qicon{
		display: block;
		right: unset;
		left: 30px;
		max-width: 25%;
	}

	#section-title-oem .title-oem-inner{
		gap: 5px;
	}
	#section-title-oem .side-logo{
		width: 80px;
	}
	#section-title-oem .title-img{
		font-size: 1.1em;
	}
	#section-title-oem img{
		height: auto;
	}

	#oem_area{
		padding: 30px 0 60px;
	}
	#oem_area #step_area{
		width: 100%;
	}
	#oem_area #step_area .sp-center{
		text-align: center;
		margin-left: 0;
	}
	#oem_area .step-icon{
		padding: 20px 0px 20px 25px;
		min-height: 90px;
	}
	#oem_area .step-label{
		width: 50px;
		height: 50px;
		font-size: 0.9em;
	}
	#oem_area .step-row{
		margin-bottom: 15px;
	}
	#oem_area .step-box{
	    width: calc(100% - 25px);
	    margin-left: 25px;
	}
	#oem_area .step-text{
		margin-left: 15px;
		padding-right: 3px;
	}
	#oem_area .step-text h5{
		font-size: 0.9em;
		margin: 0 0 5px;
	}
	#oem_area .step-text p{
		font-size: 0.8em;
		line-height: 1.4em;
	}

	#other_area{
		padding: 20px 0 30px;
	}
	#other_area .flex{
		margin-top: 30px;
	}
	#other_area .other_box{
		width: calc(100% / 2);
		padding: 10px;
		font-size: 0.6em;
	}
}