@charset "utf-8";

.quaLead01{
	background-image:url(../images/quality/bg01.jpg);
	background-position: right -50vw top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media(min-width: 768px){
	.quaLead01{
		background-position: right top;
	}
}

.quaBnr01,
.quaBnr02{
	width: 90%;
	display: block;
	margin-bottom: 50px;
}
.quaBnr01{
	margin-left: 10%;
}
.quaBnr02{
	margin-right: 10%;
}
@media(min-width: 768px){
	.quaBnr01,
	.quaBnr02{
		margin-bottom: 100px;
	}
}

/**/
.qua01{
	margin-bottom: 80px;
}
.qua01 .txt{
	text-align: left;
	margin-bottom: 40px;
}
.qua01 .img{}
@media(min-width: 768px){
	.qua01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.qua01 .txt{
		width: 48%;
		margin-bottom: 0;
	}
	.qua01 .img{
		width: 48%;
	}
}

.qua02{}
.qua02 .unit01{
	background-color: #fff;
	color: #222;
	padding: 20px 30px;
}
.qua02 .unit01 .ttl{
	color: #9a843e;
	font-size: clamp(2.2rem,3vw,3rem);
}
.qua02 .unit01 .txt18r{
	text-align: left;
}
@media(min-width: 768px){
	.qua02{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.qua02 .unit01 {
		width: 30%;
	}
}


/*たしかな安心*/
.quaCopy01{
	font-size: clamp(2.5rem,5vw,5rem);
	line-height: 1.2;
	color: #998358;
}
.quaCopy02{
	font-size: clamp(5rem,10vw,10rem);
	line-height: 1.2;
	color: #998358;
}

/*TOYOTA HOME QUARITY*/
.qua03{
	border: 1px solid #333;
}
.qua03 .ttlwrap{
	background: #222;
	color: #fff;
	padding: 15px 20px;
}
.qua03 .ttlwrap .txt01{
	font-size: clamp(1.2rem,1.2vw,1.5rem);
}
.qua03 .ttlwrap .txt02{
	font-size: clamp(2rem,2vw,3.2rem);
	line-height: 1.5;
}
.qua03 .txtwrap{
	padding: 15px 15px;
	font-size: clamp(2rem,2vw,3.2rem);
	line-height: 1.5;
	background-color: #fff;
}
@media(min-width: 768px){
	.qua03{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	.qua03 .ttlwrap{
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.qua03 .txtwrap{
		width: 75%;
		display: flex;
		justify-content: center;
		align-items: center;

	}
}


.safe01{
	margin-bottom:60px;
}
.safe01 .txtwrap{
	margin-bottom:40px;
	text-align: left;
}
.safe01 .img{}
@media(min-width: 768px){
	.safe01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.safe01 .txtwrap{
		width: 53%;
	}
	.safe01 .img{
		width: 43%;
	}
}


.safe02{
}
.safe02 img{
	margin-bottom: 40px;
}
@media(min-width: 768px){
	.safe02{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.safe02 img{
		width: 48%;
		margin-bottom: 60px;
	}
}


.comfort01{
}
.comfort01 img{
	margin-bottom: 40px;
}
@media(min-width: 768px){
	.comfort01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.comfort01 img:nth-of-type(1){
		width: 44%;
		margin-bottom: 0;
	}
	.comfort01 img:nth-of-type(2){
		width: 51%;
		margin-bottom: 0;
	}
}


.comfort02{
}
.comfort02 img{
	margin-bottom: 40px;
}
@media(min-width: 768px){
	.comfort02{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.comfort02 img{
		width: 47%;
		margin-bottom: 0;
	}
	.comfort02 img:nth-of-type(1){
		max-width: 655px;
	}
	.comfort02 img:nth-of-type(2){
		max-width: 655.5px;
	}
}


