@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/oem/eye01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/oem/eye01_sp.png);
	}
}
/*.contentsここから*/
.contents01{
	width: 100%;
	height: auto;
	padding: 33px 0 0;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01{
		width: 100%;
	}
}
.contents01 h2{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}
.contents01 h2 > .span01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((75/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents01 h2 > .span01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 h2 > .span02{
	font-size: 30px;
	line-height: 63px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 h2 > .span02{
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}
}
.contents01 .text01{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 10px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .text01{
		width: 90%;
		max-width: 320px;
		font-size: 15px;
		line-height: 28px;
		margin: 20px auto 0;
		text-align: left;
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: 620px;
	background-image: url(../img/oem/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 100%;
		height: 500px;
		background-image: url(../img/oem/bg01_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 40px;
	}
}
.contents01 .contents01_01 > h3{
	width: 574px;
	height: 65px;
	border-radius: 36px;
	background-color: #A58006;
	color: #fff;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: calc((25/1000)*1em);
	margin: 62px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > h3{
		width: 100%;
		max-width: 320px;
		height: 78px;
		border-radius: 50px;
		font-size: 17px;
		line-height: 25px;
		margin: 38px auto 0;
		text-align: center;
	}
}
.contents01 .contents01_01 > h3::after{
	content:'';
	display: block;
	width: 27px;
	height: 16px;
	background-image: url(../img/oem/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: -16px;
	left:0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .item01{
	width: 762px;
	height: auto;
	display: block;
	margin: 55px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .item01{
		width: 90%;
		max-width: 320px;
		height: auto;
		display: block;
		margin: 26px auto 0;
	}
}
.contents02{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.contents02 .contents02_01{
	width: 1280px;
	height: auto;
	display: block;
	margin: 100px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		margin: 60px auto 0;
	}
}
.contents02 .contents02_01 .bg01{
	width: 209px;
	height: auto;
	display: block;
	position: absolute;
	top: 58px;
	left: -105px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .bg01{
		width: 137px;
		top: 92px;
		left: -59px;
	}
}
.contents02 .contents02_01 .bg02{
	width: 185px;
	height: auto;
	display: block;
	position: absolute;
	bottom: -71px;
	right: -105px;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .bg02{
		width: 137px;
		height: auto;
		display: block;
		position: absolute;
		top: 923px;
		bottom: auto;
		right: -62px;
		z-index: 1;
	}
}
.contents02 h2{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}
.contents02 h2 > .span01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((75/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents02 h2 > .span01{
		font-size: 13px;
		line-height: 28px;
	}
}
.contents02 h2 > .span02{
	font-size: 30px;
	line-height: 63px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents02 h2 > .span02{
		font-size: 25px;
		line-height: 36px;
	}
}
.contents02 .contents02_01 ul.contents02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01{
		flex-direction: column;
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		margin-top: 30px;
		gap: 30px;
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li{
	width: 380px;
	height: 380px;
	background-image: url(../img/common/bg001.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	padding: 88px 42px 95px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li{
		width: 320px;
		height: 278px;
		background-image: url(../img/common/bg001_sp.svg);
		padding: 52px 30px 52px;
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li:nth-of-type(2){
	background-image: url(../img/common/bg002.svg);
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li:nth-of-type(2){
		background-image: url(../img/common/bg002_sp.svg);
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li:nth-of-type(3){
	background-image: url(../img/common/bg003.svg);
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li:nth-of-type(3){
		background-image: url(../img/common/bg003_sp.svg);
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li .text02{
	font-size: 35px;
	line-height: 45px;
	letter-spacing: calc((25/1000)*1em);
	color: #A58006;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li .text02{
		font-size: 28px;
		line-height: 38px;
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li .text03{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	text-align: center;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li .text03{
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}
}
.contents02 .contents02_01 ul.contents02_01_01 li .text04{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	text-align: center;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul.contents02_01_01 li .text04{
		font-size: 14px;
		line-height: 25px;
		margin-top: 16px;
	}
}
.contents02 .contents02_01 > .text03{
	width: 1280px;
	height: auto;
	display: block;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin: 30px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 > .text03{
		width: 90%;
		font-size: 16px;
		margin: 53px auto 0;
		text-align: center;
	}
}

.contents02 .contents02_01 .contents02_01_02{
	width: 1280px;
	height: auto;
	margin: 20px auto 0;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_02{
		width: 90%;
		max-width: 320px;
		padding-bottom: 47px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_02 li{
	width: 280px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_02 li{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_02 li img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 12px;
}
.contents02 .contents02_01 .contents02_01_02 li .text04{
	font-size: 15px;
	line-height: 26px;
	letter-spacing: calc((25/1000)*1em);
}


.contents02 .contents02_01 > h4{
	text-align: center;
	font-size: 25px;
	line-height: 42px;
	letter-spacing: calc((50/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 > h4{
		text-align: center;
		font-size: 21px;
		line-height: 35px;
	}
}
.contents02 .contents02_01 .arrow03{
	width: 35px;
	height: auto;
	display: block;
	margin: 28px auto 36px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .arrow03{
		width: 24px;
		margin: 20px auto 30px;
	}
}
.contents02 .contents02_01 .voice_box{
	width: 870px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 22px;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box{
		width: 100%;
		max-width: 320px;
		gap: 30px;
	}
}
.contents02 .contents02_01 .voice_box .voice{
	width: 100%;
	height: auto;
	padding: 33px;
	background-color: #fff;
	border: 1px solid #B9AB7B;
	border-radius: 18px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice{
		display: flex;
	  	flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
}
.contents02 .contents02_01 .voice_box .voice h5{
	font-size: 20px;
	line-height: 36px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice h5{
		font-size: 18px;
		line-height: 30px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents02 .contents02_01 .voice_box .voice h5 img{
	width: 29px;
	height: auto;
	display: block;
	margin-right: 12px;
}
.contents02 .contents02_01 .voice_box .voice .text05{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice .text05{
		margin-top: 20px;
	}
}
.contents02 .contents02_01 .voice_box .voice .text06{
	font-size: 15px;
	line-height: 36px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 11px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice .text06{
		margin-top: 15px;
	}
}
.contents02 .contents02_01 .voice_box .voice.top{
	padding-right: 160px;
	position: relative;
} 
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice.top{
		padding: 25px;
	}
}
.contents02 .contents02_01 .voice_box .voice.top .appreciation{
	width: 170px;
	height: auto;
	display: block;
	position: absolute;
	right: -17px;
	top: -50px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .voice_box .voice.top .appreciation{
		width: 179px;
		position: initial;
		margin-top: 20px;
	}
}


.contents02_02_bg{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 202px;
	margin-bottom: 202px;
}
@media only screen and (max-width: 767px){
	.contents02_02_bg{
		margin-top: 121px;
		margin-bottom: 121px;
	}
}
.contents02_02_bg .wave{
	width: 100%;
	height: 285px;
	background-image: url(../img/common/wave01.svg);
	background-repeat: repeat-x;
	background-size: 1440px auto;
	background-position: center;
	position: absolute;
	top: -140px;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 767px){
	.contents02_02_bg .wave{
		width: 100%;
		height: 93px;
		background-image: url(../img/common/wave01_sp.svg);
		background-size: 726px auto;
		background-position: left 0 top 0;
		position: absolute;
		top: -93px;
		left: 0;
	}
}
.contents02_02{
	width: 100%;
	height: auto;
	background-color: #F0EDE7;
}
.contents02_02_01{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02_02_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents02_02_01 > h2{
	width: 340px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02_02_01 > h2{
		width: 250px;
		font-size: 20px;
		line-height: 25px;
	}
}
.contents02_02_01 > h2::before{
	content:'';
	display: block;
	width: 16px;
	height: 38px;
	background-image: url(../img/oem/slash01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02_02_01 > h2::before{
		width: 13px;
		height: 22px;
	}
}
.contents02_02_01 > h2::after{
	content:'';
	display: block;
	width: 16px;
	height: 38px;
	background-image: url(../img/oem/slash02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02_02_01 > h2::after{
		width: 13px;
		height: 22px;
	}
}
.contents02_02_01 > ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents02_02_01 > ul{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 30px;
		gap: 40px;
	}
}
.contents02_02_01 > ul li{
	width: 400px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02_02_01 > ul li{
		width: 100%;
		max-width: 320px;
	}
}
.contents02_02_01 > ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_02_01 > ul li p{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 20px;
}
.contents02_02_bg .wave02{
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 285px;
	background-image: url(../img/common/wave02.svg);
	background-repeat: repeat-x;
	background-size: 2862px auto;
	background-position: left ;
	z-index: -1;
}
@media only screen and (max-width: 767px){
	.contents02_02_bg .wave02{
		position: absolute;
		bottom: -80px;
		left: 0;
		width: 100%;
		height: 87px;
		background-image: url(../img/common/wave02_sp.svg);
		background-repeat: repeat-x;
		background-size: 100% auto;
		background-position: left ;
		z-index: -1;
	}
}








