@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap');


.sub{
	font-size: 60%;
}
.sup{
	font-size: 60%;;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* ------------------------------------------------------------------------------------- MAIN IMAGE */
body{
	position: relative;
}
body:before{
	background-color: #FFF;
	content: "";
	display: block;
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#breadcrumb,
#contentsHeading{
	background-color: #FFF;
	position: relative;
}

#footerArea{
	margin-top: 0 !important;
}


/* ------------------------------------------------------------------------------------- PARTS */
#co2Contents:before{
	background: url("../img/bg_image3.webp") center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}


.measuresItem > dt{
	color: #FFF;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 5px;
}
.measuresItem > dt > span{
	border-radius: 5px;
	background-color: #FFF;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 8px 13px;
	margin-right: 8px;
}
.measuresItem > dd{
	padding: 40px 50px 55px;
}
.measures dl > div > dt{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 48px auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 0 0 60px;
}
.measures dl > div{
	border-bottom: 1px dotted #44B2B6;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.measures dl > div:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.measures dl dd ul > li{
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding-left: 20px;
	margin-bottom: 10px;
}
#scope1-2{
	background-color: #F2FEFF;
}
#scope1-2 > dt{
	background-color: #44B2B6;
}
#scope1-2 > dt > span{
	color: #44B2B6;
}
#scope1-2 dl dd ul > li{
	background-image: url("../img/ic_circle.webp");
}
#scope1-2 dl > div > dt{
	color: #44B2B6;
}
#scope1-2 .mh1 > dt{
	background-image: url("../img/ic_measures1.webp");
}
#scope1-2 .mh2 > dt{
	background-image: url("../img/ic_measures2.webp");
}
#scope1-2 .mh3 > dt{
	background-image: url("../img/ic_measures3.webp");
}

#scope3{
	background-color: #EBF5FC;
}
#scope3 > dt{
	background-color: #429BDD;
}
#scope3 > dt > span{
	color: #429BDD;
}
#scope3 dl dd ul > li{
	background-image: url("../img/ic_circle2.webp");
}
#scope3 dl > div > dt{
	color: #429BDD;
}
#scope3 .mh1 > dt{
	background-image: url("../img/ic_measures4.webp");
}
#scope3 .mh2 > dt{
	background-image: url("../img/ic_measures5.webp");
}
#scope3 .mh3 > dt{
	background-image: url("../img/ic_measures6.webp");
}

.effortItem{
	display: block;
}
a.effortItem{
	color: #000;
	transition: .3s;
}


a.effortItem:hover{
	opacity: .7;
	text-decoration: none;
}
.effortItem dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 25px;
}
.effortItem dd{
	margin-top: 5px;
}

.co2ContentsItem{
	background-color: #FFF;
}
.co2ContentsItem p{
	color: #1A1B1B;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 25px 20px;
	text-align: center;
	line-height: 1;
}
.co2ContentsItem > a{
	transition: .3s;
}
.co2ContentsItem > a:hover{
	opacity: .7;
	text-decoration: none !important;
}

.co2ContentsItem > a[href$=".pdf"] p > span{
	background: url("../../common_site/assets/ic_pdf2.webp") right center no-repeat;
	background-size: 16px auto;
	padding-right: 30px;
}

.co2ContentsItem > a p span.t1 {
	display: inline-block;
	line-height: 1.4;
	text-align: left;
}

.co2ContentsItem > a p span .s1 {
	font-size: 81.25%;
}


.co2ContentsItem.sub{
	background-color: #FFF;
}

.co2ContentsItem.sub p > span{
	display: inline-block;
	padding: 16px 0 16px 75px;
	position: relative;
}
.co2ContentsItem.sub p > span:before{
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.co2ContentsItem .recycling:before{
	background-image: url("../img/ic_recycling.webp");
	background-size: 53px auto;
	height: 50px;
	width: 53px;
}

.co2ContentsItem .reduction:before{
	background-image: url("../img/ic_reduction.webp");
	background-size: 60px auto;
	height: 50px;
	width: 60px;
}

.challengeHead .reduction span sup{
	color: #888888;
}

.carbonNeutral .challenge > p > a{
	font-weight: 700;
}
.challenge a.link-scope1-2{
	color: #44B2B6;
}
.challenge a.link-scope3{
	color: #429BDD;
}
#co2NewsSec{
	background-color: #FFF;
}


#co2SubSec1 > .image{
	margin-bottom: 60px;
}


.co2ContentsItem.sub2 {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.co2ContentsItem.sub2 > a {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(50% - 10px);
}
.co2ContentsItem.sub2 > a:hover {
	opacity: 1;
}
.co2ContentsItem.sub2 > a > * {
	transition: .3s;
}
.co2ContentsItem.sub2 > a:hover > * {
	opacity: .7;
}
.co2ContentsItem.sub2 p > span{
	padding: 16px 0 16px 80px;
}
.co2ContentsItem.sub2 .recycling:before{
	background-image: url("../img/ic_recycling2.webp");
	background-size: contain;
	height: 60px;
	width: 64px;
}

.co2ContentsItem.sub2 .reduction:before{
	background-image: url("../img/ic_reduction2.webp");
	background-size: contain;
	height: 60px;
	width: 72px;
}

@media print, screen and (min-width:751px) {
	#co2Contents{
		position: relative;
		margin-top: 0 !important;
	}
	#co2Contents .catch_wp{
		display: flex;
		justify-content: center;
	}
	#co2Contents .catch{
		color: #FFF;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.78;
		letter-spacing: .05em;
		text-align: left;
		text-shadow: 0 0 6px rgba(0,0,0,.60);
		padding: 100px 0;
	}
	#gv{
		background-color: #FFF;
		margin: 0 auto;
		padding: 85px 50px 75px;
		width: 90%;
		max-width: 1200px;
	}
	#gv > h2{
		color: #6DB644;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 26px;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.co2SubSec > h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 30px;
		line-height: 1.66;
		text-align: center;
	}
	
	
	.carbonNeutral{
		margin-top: 70px;
	}
	.carbonNeutral .challenge{
		margin-bottom: 50px;
	}
	.challengeHead{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.challengeHead .year{
		background: url("../img/bg_leaf.webp") center center no-repeat;
		background-size: 55px auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.42;
		text-align: center;
		padding: 15px 0;
		width: 70px;
	}
	.challengeHead .reduction{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.6;
		width: calc(100% - 95px);
	}
	.challengeHead .reduction span{
		color: #6DB644;
		font-size: 20px;
		font-weight: 700;
	}
	.challengeHead .reduction span b{
		font-size: 28px;
	}
	.challengeHead .reduction span sup{
		font-size: 14px;
		position: relative;
		top: -10px;
	}
	
	.measures{
		display: flex;
		justify-content: space-between;
		margin: 0 -50px;
	}
	.measuresItem{
		width: 50%;
	}
	.measuresItem > dt{
		pointer-events: none;
	}
	.measuresItem > dd{
		display: block !important;
	}
	
	
	
	
	
	
	#co2SubSec2{
		padding: 70px 0 0;
	}
	.effortList{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.effortItem{
		width: 46.93%;
	}
	
	
	#co2ContentsList{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px auto;
		width: 90%;
		max-width: 1200px;
	}
	.co2ContentsItem{
		display: flex;
		margin-bottom: 20px;
		width: 49.07%;
	}
	.co2ContentsItem > a,
	.co2ContentsItem > span{
		background-color: #FFF;
		width: 100%;
	}
	.co2ContentsItem .image{
		margin-bottom: 0;
	}
	.co2ContentsItem p{
		color: #1A1B1B;
		padding: 25px 20px;
		text-align: center;
		line-height: 1;
	}
	
	
	#co2NewsSec{
		padding: 80px 0 140px;
	}
	.co2NewsInner{
		margin: 0 auto;
		width: 90%;
		max-width: 1080px;
	}
	#co2NewsSec h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 20px;
	}
	.co2News{
		border-top: 1px solid #E8E8E8;
		margin-top: 25px;
	}
	.co2News > div{
		border-bottom: 1px solid #E8E8E8;
		display: flex;
		padding: 25px 10px;
	}
	.co2News > div > dt{
		width: 170px;
	}
	.co2News > div > dd{
		width: calc(100% - 180px);
	}
}

@media screen and (min-width: 751px) and (max-width: 1080px) {
	#co2Contents .catch{
		font-size: 24px;
	}
}
@media screen and (min-width: 751px) and (max-width: 935px) {
}
@media screen and (max-width: 750px) {
	body:before{
		height: 45px;
	}
	#co2Contents .catch{
		color: #FFF;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 700;
		font-size: 22px;
		line-height: 1.78;
		letter-spacing: .05em;
		text-align: center;
		text-shadow: 0 0 6px rgba(0,0,0,.60);
		padding: 50px 0;
	}
	#gv{
		background-color: #FFF;
		padding: 85px 15px 75px;
	}
	#gv > h2{
		color: #6DB644;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 26px;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.co2SubSec > h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 20px;
		line-height: 1.66;
		text-align: center;
	}
	
	
	.carbonNeutral{
		margin-top: 35px;
	}
	.carbonNeutral .challenge{
		margin-bottom: 25px;
	}
	.challengeHead{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.challengeHead .year{
		background: url("../img/bg_leaf.webp") center center no-repeat;
		background-size: 55px auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.42;
		text-align: center;
		padding: 15px 0;
		width: 70px;
	}
	.challengeHead .reduction{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.6;
		width: calc(100% - 95px);
	}
	.challengeHead .reduction span{
		color: #6DB644;
		font-size: 20px;
		font-weight: 700;
	}
	.challengeHead .reduction span b{
		font-size: 28px;
	}
	.challengeHead .reduction span sup{
		font-size: 14px;
		position: relative;
		top: -10px;
	}
	
	.measures{
		margin: 0 -15px;
	}
	.measuresItem > dt{
		justify-content: flex-start;
		cursor: pointer;
		padding: 15px 15px;
		position: relative;
	}
	.measuresItem > dt:before{
		border-radius: 50%;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px auto;
		content: "";
		display: block;
		height: 26px;
		width: 26px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.measuresItem > dd{
		display: none;
	}
	
	#scope1-2 > dt:before{
		background-image: url("../img/ic_gnavi_sub1.webp");
	}
	#scope1-2 > dt.active:before{
		background-image: url("../img/ic_gnavi_sub_up1.webp");
	}
	
	#scope3 > dt:before{
		background-image: url("../img/ic_gnavi_sub2.webp");
	}
	#scope3 > dt.active:before{
		background-image: url("../img/ic_gnavi_sub_up2.webp");
	}
	
	
	#co2SubSec2{
		padding: 70px 0 0;
	}
	.effortItem{
		margin-top: 50px;
	}
	
	
	#co2ContentsList{
		margin: 30px 15px 0;
	}
	.co2ContentsItem{
		display: flex;
		margin-bottom: 20px;
	}
	.co2ContentsItem > a,
	.co2ContentsItem > span{
		background-color: #FFF;
		width: 100%;
	}
	.co2ContentsItem .image{
		margin-bottom: 0;
	}
	.co2ContentsItem p{
		color: #1A1B1B;
		padding: 25px 20px;
		text-align: center;
		line-height: 1;
	}
	
	.co2ContentsItem.sub2 > * + * {
		margin-top: 20px;
	}
	
	
	#co2NewsSec{
		padding: 40px 15px 70px;
	}
	#co2NewsSec h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 20px;
	}
	.co2News{
		border-top: 1px solid #E8E8E8;
		margin-top: 25px;
	}
	.co2News > div{
		border-bottom: 1px solid #E8E8E8;
		padding: 15px 5px;
	}
}