@charset "utf-8";

/*---------------------
メインビジュアル
---------------------*/
.l_mv{
	background: url(../sustainability/img/bg.jpg) no-repeat right center;
}

.l_mv h1{
	letter-spacing: 0.1em;
}


/*---------------------
キャッチコピー
---------------------*/
.l_sustainability p.is_maintxt{
	color: #004098;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.md_sustainability{
	display: flex;
	justify-content: space-between;
}

.md_sustainability div:nth-child(1){
	width: 66%;
}

.md_sustainability div:nth-child(2){
	width: 40%;
	margin-left: -6%;
}

.md_sustainability div:nth-child(2) li a{
	text-decoration: none;
	display: block;
	margin: 10px 0;
	position: relative;
}

.md_sustainability div:nth-child(2) li a::before{
	content: "";
	background: url(../sustainability/img/icon_element.svg) no-repeat left center;
	background-size: 100% auto;
	display: block;
	position:relative;
	z-index: 10;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -10px;
	left: -30px;
}

.md_sustainability div:nth-child(2) li a p:nth-child(1){
	color: #fff;
	font-size: 133%;
	font-weight: bold;
    line-height: 140%;
	background: #7f8f98;
	padding: 5px 40px 5px 55px;
	position: relative;
	z-index: 1;
}

.md_sustainability div:nth-child(2) li a p:nth-child(1)::before{
	content: "\f105";
	font-family:'Font Awesome 5 Free';
	position: absolute;
	right: 10px;
}

.md_sustainability div:nth-child(2) li a p:nth-child(2){
	display: flex;
}

.md_sustainability div:nth-child(2) li a p:nth-child(2) img{
	display: inline-block;
	width: 22%;
	padding: 3% 0 8% 3%;
}

.md_sustainability div:nth-child(2) li:last-child a p:nth-child(2) img{
	padding-bottom: 0;
}

.md_sustainability div:nth-child(2) li:nth-child(1),
.md_sustainability div:nth-child(2) li:nth-child(4){
	margin-left: -37%;
	width: 100%;
}


/*---------------------
製品・品質の向上
---------------------*/
.l_quality .md_cont{
	padding: 0 0 80px 0;
}

.is_h2{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 30px;
}

.is_h2 div:nth-child(1){
	width: 82%;
	position: relative;
}

.is_h2 div:nth-child(1)::before{
	content: "";
	background: url(../sustainability/img/icon_element.svg) no-repeat left center;
	background-size: 100% auto;
	display: block;
	position:relative;
	z-index: 10;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -16px;
	left: -36px;
}

.is_h2 div:nth-child(1) h2{
	color: #fff;
	font-size: 172%;
	font-weight: bold;
	line-height: 140%;
	background: #7f8f98;
	padding: 5px 40px 5px 55px;
	position: relative;
	z-index: 1;
}

.is_h2 div:nth-child(2) ul{
	display: flex;
	margin-top: -15px;
}

.is_h2 div:nth-child(2) ul li{
	width: 70px;
	margin-left: 10px;
}

.l_quality h3{
	color: #004098;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

.l_quality h3 span{
	font-size: 72%;
}

.l_quality h3.is_h3{
	margin-top: 40px;
}

.md_quality{
	display: flex;
	justify-content: space-between;
}

.md_quality div:nth-child(1){
	width: 68%;
}

.md_quality div:nth-child(2){
	width: 28%;
}

.md_quality2 div:nth-child(1){
	width: 62%;
}

.md_quality2 div:nth-child(2){
	width: 34%;
}

.md_quality3,
.md_quality4{
	margin-top: 30px;
}

.md_quality3 div:nth-child(1){
	width: 54%;
}

.md_quality3 div:nth-child(2){
	width: 42%;
}

.md_quality3 p.is_bluetxt:nth-cild(1),
.md_quality4 p.is_bluetxt:nth-cild(1){
	margin-top: 0;
}

.md_quality4 div:nth-child(2){
	margin-top: 40px;
}

.md_quality5{
	width: 75%;
	margin: 20px auto;
}

.is_bluetxt{
	color: #008cd2;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.is_imgsdgs{
	max-width: 720px;
	width: 100%;
}

.is_url{
	word-break: break-all;
}

.is_object{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: 4% 0;
}

.is_object div{
	width: 48%;
}


@media screen and (max-width: 767px) {
	/*---------------------
	キャッチコピー
	---------------------*/
	.l_sustainability p.is_maintxt{
		font-size: 150%;
	}
	
	.md_sustainability{
		display: block;
		border-bottom: #008cd2 1px solid;
	}
	
	.md_sustainability div:nth-child(1){
		width: 100%;
	}
	
	.md_sustainability div:nth-child(2){
		width: 80%;
		margin: -70px 0 40px 12%;
	}
	
	.md_sustainability div:nth-child(2) li a::before {
		width: 50px;
		height: 50px;
		top: -10px;
		left: -30px;
	}
	
	.md_sustainability div:nth-child(2) li a p:nth-child(1){
		font-size: 100%;
		padding-left: 30px;
	}
	
	.md_sustainability div:nth-child(2) li a p:nth-child(2){
		flex-wrap: wrap;
	}
	
	.md_sustainability div:nth-child(2) li:nth-child(1),
	.md_sustainability div:nth-child(2) li:nth-child(4){
		margin-left: 0%;
	}
	
	
	/*---------------------
	製品・品質の向上
	---------------------*/
	.l_sustainability .md_cont{
		padding-bottom: 40px;
	}
	
	.is_h2{
		display: block;
		margin: 0 0 10px 30px;
	}
	
	.is_h2 div:nth-child(1){
		width: 100%;
	}
	
	.is_h2 div:nth-child(1)::before{
		width: 50px;
		height: 50px;
		top: -8px;
		left: -31px;
	}
	
	.is_h2 div:nth-child(1) h2{
		font-size: 125%;
		padding: 5px 10px 5px 30px;
	}
	
	.is_h2 div:nth-child(2) ul{
		margin: 15px 0 20px -31px;
	}
	
	.is_h2 div:nth-child(2) ul li{
		width: 50px;
		margin: 0 10px 0 0;
	}
	
	.l_quality .md_cont{
		width: 84%;
		padding: 0 8% 40px 8%;
	}
	
	.l_sustainability p.is_maintxt{
		margin-bottom: 20px;
	}
	
	.md_quality{
		display: block;
	}
	
	.md_quality div:nth-child(1){
		width: 100%;
	}
	
	.md_quality div:nth-child(2){
		width: 100%;
		margin-top: 20px;
	}
	
	.l_quality h2{
		margin: 0 0 10px 0;
	}
	
	.l_quality h3{
		line-height: 125%;
		margin-bottom: 10px;
	}
	
	.md_quality img{
		width: 75%;
		margin: 0 auto;
	    display: block;
	}
	
	.is_object div{
		width: 100%;
		margin-bottom: 20px;
	}
	
}
