@charset "UTF-8";
/* CSS Document */


/*----------------------mv*/
#mv .mvInr {
	background: url(../images/mv01.jpg) center center no-repeat;
	background-size: cover;
}

/*----------------------story*/
.story h2 {
	font-size: 250%;
	text-align: center;
}
.story p {
	max-width: 800px;
	width: 96%;
	margin: 0 auto;
}


/*----------------------quality*/
.quality {
	position: relative;
}
.quality::after {
	content: "";
	background: url(/lib/cmn_img/img_mark01.png) center center no-repeat;
	background-size: cover;
	width: 400px;
	height: 400px;
	position: absolute;
	top: -250px;
	left: -50px;
}
.quality .txtArea .inr {
	max-width: 1050px;
	margin-top: -130px;
}




/*SP*/
@media only screen and (max-width: 800px) {

/*----------------------quality*/
.quality::after {
	width: 220px;
	height: 220px;
	position: absolute;
	top: -90px;
	left: -30px;
}
.quality .txtArea .inr {
	margin-top: -30px;
}



}
/*/*/