@charset "UTF-8";


/*//////////////// 共通 //////////////////*/
main .container {
	max-width: 1140px;
}

.mv-under {
	position: relative;
}

.mv-under .title {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	display: block;
	letter-spacing: 0.05rem;
}

.mv-under .title h1 {
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;	
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0.25rem;
}

.mv-under .title h2 {
	font-size: 1rem;
	margin-bottom: 0;
	text-align: center;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-weight: 900;	
}

@media (min-width: 576px) {
	.mv-under .title h1 {
		font-size: 2.0rem;
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 768px) {	
	.mv-under .title h1 {
		font-size: 2.4rem;
	}
}

@media (min-width: 992px) {
	.mv-under .title h1 {
		font-size: 2.6rem;
	}
}

@media (min-width: 1200px) {
	.mv-under .title h1 {
		font-size: 2.8rem;
	}
	
	.mv-under .title h2 {
		font-size: 1rem;
	}
}

@media (min-width: 1400px) {
	.mv-under .title h1 {
		font-size: 3.2rem;
	}
	
	.mv-under .title h2 {
		font-size: 1.1rem;
	}
}

main .sup {
	font-size: 0.85rem;
	line-height: 1.5em;
	letter-spacing: 0;
}


/*//////////////// セクション1 //////////////////*/
.sec1 {
	background-image: url("../images/commitment/quality/img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 0.5rem !important;
	padding-bottom: 40px;
}

.sec1 .title {
	width: 100%;
	text-align: center;
}

.sec1 .icon1 {
	width: 55px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -1.2rem;
	margin-left: -12%;
}

.sec1 .title h1 {
	width: auto;
	display: inline;
}

.sec1 .icon2 {
	width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec1 p {
	letter-spacing: 0;
}


@media (min-width: 576px) {	
	.sec1 {
		padding-bottom: 80px;
	}
	
	.sec1 .icon1 {
		margin-left: -8%;
	}
	
	.sec1 .icon2 {
		width: 35%;
	}
	
	.sec1 .note {
		margin-top: 0.75rem;
	}	
}


@media (min-width: 768px) {	
	.sec1 {
		background-image: url("../images/commitment/quality/img01_pc.jpg");
		padding-bottom: 110px;
	}

	.sec1 .icon1 {
		width: 65px;
		margin-right: 10px;
		margin-left: -7%;
	}

	.sec1 .title h1 {
		font-size: 1.7rem;
	}

	.sec1 .icon2 {
		width: 180px;
	}

	.sec1 p {
		font-size: 1.15rem;
		line-height: 1.6em;
		font-weight: 600;
		text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;		
	}
	
	.sec1 .note {
		font-weight: 400;
		margin-top: 1rem;
		color: #222;
	}
}


@media (min-width: 992px) {	
	.sec1 {
		padding-bottom: 140px;
	}
	
	.sec1 .icon1 {
		width: 75px;
		margin-left: -7%;
	}

	.sec1 .title h1 {
		font-size: 1.8rem !important;
	}

	.sec1 .icon2 {
		width: 190px;
	}
	
	.sec1 p {
		line-height: 1.8em;	
	}
}


@media (min-width: 1200px) {	
	.sec1 {
		padding-bottom: 140px;
	}

	.sec1 .title h1 {
		font-size: 2rem !important;
	}
	
	.sec1 .icon2 {
		width: 220px;
	}
}

@media (min-width: 1400px) {	
	.sec1 {
		background-size: cover;
		padding-bottom: 160px;
	}
}


/*//////////////// セクション2 //////////////////*/
.sec2 .title-box {
	width: 100%;
	height: 60px;
	background-color: #459ccd;
	position: relative;
}

.sec2 .title {
	position: absolute;
	left: 2%;
	bottom: 0;
	width: 96%;
}

.sec2 .title .img02 {
	width: 25%;
	display: inline-block;
}

.sec2 .title .img03 {
	width: 74%;
	display: inline-block;
	margin-left: -0.5rem;
	vertical-align: -2.2rem;
}

.sec2 .box1 {
	background-image: url("../images/commitment/quality/img04_sp.jpg");
	background-size: 100%;
	padding-bottom: calc(10vw + 10px);  
	position: relative;
	overflow: hidden;
}
.sec2 .box1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 10vw solid #fff;
	border-left: 100vw solid transparent;
}

.sec2 .title-block {
	margin-left: -5%;
}

.sec2 .title-block img {
	width: 30%;
	display: inline-block;
	vertical-align: -1rem;
}

.sec2 .title-block h2 {
	width: auto;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #f05600;
}

.sec2 .box2 .title-block h2 {
	width: 68%;
	font-size: 1.35rem;
	line-height: 1.4em;
	letter-spacing: 0;
}

.sec2 .box2 .title-block img {
	vertical-align: top;
}

.sec2 .box2 {
	padding-bottom: calc(10vw + 10px);  
	position: relative;
	overflow: hidden;
}
.sec2 .box2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 10vw solid #f4f4ea;
	border-right: 100vw solid transparent;
}

.sec2 .s-box {
	border: 2px solid #0071b9;
	padding: 1.25rem 1.75rem;
	position: relative
}

.sec2 .s-box .exa-img {
	position: absolute;
	top: -1.5rem;
	left: -1.25rem;
	width: 65px;
}
.sec2 .s-box p {
	line-height: 1.5em;
	font-weight: 600;
	text-indent: 1em;
}

.sec2 .box3 {
	background-color: #f4f4ea;
}

.sec2 .box3 .title-block h2 {
	width: 68%;
	font-size: 1.35rem;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: justify;
}

.sec2 .box3 .title-block img {
	vertical-align: top;
}

.sec2 .box3 p strong {
	color: #e60000;
	font-size: 1.2rem;
	font-weight: 600;
}

.sec2 .bg-padding {
	padding: 20px 0 30px !important;
}


@media (min-width: 576px) {
	.sec2 .title-box {
		height: 70px;
	}

	.sec2 .title {
		left: 6%;
		width: 88%;
	}

	.sec2 .title .img03 {
		width: 70%;
		vertical-align: -3.5rem;
	}

	.sec2 .title-block {
		margin-left: 0;
	}

	.sec2 .title-block img {
		width: 25%;
		vertical-align: -1.5rem;
	}

	.sec2 .title-block h2 {
		font-size: 1.65rem;
	}

	.sec2 .box2 .title-block h2 {
		font-size: 1.45rem;
		width: 73%;
	}

	.sec2 .box2 .title-block img {
		vertical-align: top;
	}

	.sec2 .s-box {
		padding: 1.5rem 1.75rem;
		padding-left: 2.25rem;
	}

	.sec2 .s-box .exa-img {
		top: -1.5rem;
		left: -1.25rem;
		width: 80px;
	}
	.sec2 .s-box p {
		font-size: 1.1rem;
		line-height: 1.6em;
		text-indent: 0;
	}

	.sec2 .box3 {
		background-color: #f4f4ea;
	}

	.sec2 .box3 .title-block h2 {
		font-size: 1.45rem;
		width: 73%;
	}

	.sec2 .box3 .title-block img {
		vertical-align: top;
	}

	.sec2 .box3 p strong {
		color: #e60000;
		font-size: 1.2rem;
		font-weight: 600;
	}

	.sec2 .bg-padding {
		padding: 30px 0 40px !important;
	}
}


@media (min-width: 768px) {
	.sec2 .box1 {
		background-image: url("../images/commitment/quality/img04_pc.jpg");
	}
	
	.sec2 .box1 .container, .sec2 .box2 .container, .sec2 .box3 .container {
		position: relative;
	}
	
	.sec2 .title {
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 540px;
	}

	.sec2 .title .img02 {
		width: 25%;
	}
	
	.sec2 .title .img03 {
		width: 75%;
		vertical-align: -3.7rem;
	}

	.sec2 .title-block img {
		width: 140px !important;
		vertical-align: -1.5rem;
	}

	.sec2 .title-block h2 {
		font-size: 1.65rem;
	}

	.sec2 .box1 .text, .sec2 .box3 .text {
		width: 65%;
	}
	
	.sec2 .box1 .img05 {
		position: absolute;
		top: 20%;
		right: 0;
		width: 250px;
	}
	
	.sec2 .box2 .title-block h2, .sec2 .box3 .title-block h2 {
		font-size: 1.55rem;
		width: 75%;
	}
	
	.sec2 .box2 .title-block img, .sec2 .box3 .title-block img {
		vertical-align: -0.5rem;
	}
	
	.sec2 .s-box {
		padding: 1.5rem 1.75rem;
		padding-left: 2.25rem;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 9.5em;
	}
	
	.sec2 .box3 {
		background-color: #f4f4ea;
	}

	.sec2 .box3 p strong {
		color: #e60000;
		font-size: 1.2rem;
		font-weight: 600;
	}

	.sec2 .bg-padding {
		padding: 30px 0 40px !important;
	}
	
	.sec2 .box3 {
		padding-top: 10px !important;
	}
	
	.sec2 .box3 .img07 {
		position: absolute;
		top: auto;
		bottom: -3.1em;
		right: 0;
		width: 260px;
	}	
}


@media (min-width: 992px) {	
	.sec2 .title {
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 660px;
	}

	.sec2 .title .img02 {
		width: 27%;
	}
	
	.sec2 .title .img03 {
		width: 73%;
		vertical-align: -4.5rem;
	}

	.sec2 .title-block img {
		width: 160px !important;
		vertical-align: -1.5rem;
	}

	.sec2 .title-block h2 {
		font-size: 1.7rem;
	}

	.sec2 .box1 .text, .sec2 .box3 .text {
		width: 72%;
	}
	
	.sec2 .box1 .img05 {
		position: absolute;
		top: 20%;
		right: 1.5%;
		width: 260px;
	}
	
	.sec2 .box2 .title-block h2, .sec2 .box3 .title-block h2 {
		font-size: 1.65rem;
		width: 75%;
	}
	
	.sec2 .box2 .title-block img, .sec2 .box3 .title-block img {
		vertical-align: -0.7rem;
	}
	
	.sec2 .s-box {
		padding: 1.5rem 1.75rem;
		padding-left: 2.25rem;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 8.5em;
	}

	.sec2 .s-box .exa-img {
		top: -1.5rem;
		left: -1.25rem;
		width: 100px;
	}
	
	.sec2 .box3 p strong {
		font-size: 1.25rem;
	}
	
	.sec2 .box3 {
		padding-top: 20px !important;
	}
	
	.sec2 .box3 .img07 {
		bottom: -3em;
		width: 290px;
	}	
}


@media (min-width: 1200px) {	
	.sec2 .title-block img {
		width: 180px !important;
	}
	
	.sec2 .box1 .img05 {
		width: 280px;
	}
	
	.sec2 .box2 .title-block img, .sec2 .box3 .title-block img {
		vertical-align: -0.9rem;
	}
	
	.sec2 .s-box {
		padding: 1.5rem 1.0rem !important;
		padding-left: 1.5rem !important;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 8.5em;
	}

	.sec2 .s-box .exa-img {
		top: -1.5rem;
		left: -1.25rem;
		width: 85px;
	}
	
	.sec2 .box2 .img06 {
		position: absolute;
		bottom:-3%;
		left:-2%;
		width: 320px;
		z-index: -1;
	}
	
	.sec2 .box3 {
		padding-top: 0 !important;
	}
	
	.sec2 .box3 .img07 {
		bottom: -3.6em;
		width: 360px;
	}	
}


@media (min-width: 1200px) {
	.sec2 .box2 .img06 {
		bottom:-3%;
		left:-6%;
		width: 360px;
	}
	
	.sec2 .box3 .img07 {
		bottom: -3.6em;
		width: 400px;
	}	
}


/*//////////////// セクション3 //////////////////*/
.sec3 {
	background-color: #f1f1f1;
}

.sec3 .title {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	padding: 1rem 0;
	position: relative;
}

.sec3 .title h1 {
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: center;
}

.sec3 .title .img08 {
	position: absolute;
	bottom: -1.5rem;
	right: -1rem;
	width: 30%;
}

.sec3 h2 {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}


@media (min-width: 576px) {
	.sec3 .title h1 {
		font-size: 1.6rem;
	}

	.sec3 .title .img08 {
		bottom: -2rem;
		right: -0.5rem;
		width: 32%;
	}

	.sec3 h2 {
		font-size: 1.5rem;
	}
}


@media (min-width: 768px) {
	.sec3 .title h1 {
		font-size: 1.65rem;
		padding: 0.75rem 0;
	}

	.sec3 .title .img08 {
		bottom: -2rem;
		right: -0.5rem;
		width: 145px;
	}
}

@media (min-width: 992px) {
	.sec3 .title {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec3 .title .img08 {
		bottom: -2rem;
		right: 0.5rem;
		width: 180px;
	}
}

@media (min-width: 1200px) {
	.sec3 .title h1 {
		font-size: 1.7rem;
	}
	
	.sec3 .title .img08 {
		bottom: -2.5rem;
		width: 200px;
	}
}



/*//////////////// スライダ― //////////////////*/
.slider{
	width: 100%;
	height: auto;
}

.slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 15px;
}

.slick-dots {
	position: absolute;
	bottom: -40px;
	left: -1px;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/commitment/quality/yajirushi-right.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}

.slick-prev:before{
	background: url(../../assets/images/commitment/quality/yajirushi-left.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}

.slick-prev, .slick-next {
	width: 45px;
	height: 45px;
	padding: 0;
	z-index: 2;	
}

.slick-prev {
	top:50%;
	left:0%;
}

.slick-next {
	top:50%;
	right:0%;
}


@media (min-width: 576px) {
	.slider{
		width: 86%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}






