@charset "utf-8";
sub {
	font-size: 70%;
}
.keyVisual{
	background: url("../img/kv.jpg") no-repeat center / cover;
}

.contents{
	max-width: 1200px;
}

.sdgsImg{
	margin: 0 auto;
	width: calc(100% - 40px);
}

#contentsBlock section[id^="sec"]{
	margin-top: 100px;
}

.sdgsHd01{
	text-align: left;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	margin-bottom: 40px;
}
	
#sec_about{
	background: #019371 url("../img/bg_about.png") no-repeat right bottom;
	padding: 100px 0;
	color: #fff;
}

#sec_about a{
	color: #fff;
}


#sec_attempt .sdgsHd01{
	color: #019371;
}

#sec_attempt .leadBox{
	align-items: flex-start;
}

#sec_attempt .leadBox .figBox{
	flex-shrink: 0;
	padding-bottom: 40px;
	margin-left: 70px;
	width: 260px;
	position: relative;
	z-index: 1;
}
#sec_attempt .leadBox .figBox::before{
	content: "";
	display: block;
	width: 100%;
	aspect-ratio:1/1;
	background: #d3f5f2;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#sec_attempt .leadBox .figBox img{
	border: solid 1px #bbc989;
}

#sec_attempt a{
	color: #019371;
}

#sec_attempt section[id^="sec"]{
	color: #fff;
	margin-top: 0;
	padding: 50px;
	text-align: left;
	border-bottom: solid 4px #fff;
}

#sec_attempt section[id^="sec"] .ttlBox{
	margin-bottom: 40px;
}

#sec_attempt section[id^="sec"] .sdgsHd01{
	color: #fff;
	margin-bottom: 0;
}
#sec_attempt section[id^="sec"] .sdgsHd01 .en{
	font-size: 2rem;
	margin-left: 11px;
}

#sec_attempt section[id^="sec"] .txtContainer{
	max-width: 645px;
	line-height: 2;
}

#sec_attempt section[id^="sec"] a{
	color: #fff;
}

#sec_attempt .iconBox{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#sec_attempt .iconBox img{
	display: block;
	width: 101px;
}
#sec_attempt .iconBox img + img{
	margin-left: 10px;
}

#sec_attempt #sec_environment{
	margin-top: 60px;
}

.goalBox{
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 10px;
	margin-top: 25px;
}
.goalBox dt{
	background: #019371;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 700;
	width: 66px;
}
.goalBox dd{
	color: #000922;
	margin-left: 14px;
	align-self: center;
	padding: 14px 0 15px;
}

#sec_environment{
	background: url("../img/bg_environment.jpg") no-repeat center / cover;
}
#sec_social{
	background: url("../img/bg_social.jpg") no-repeat center / cover;
}
#sec_economy{
	background: url("../img/bg_economy.jpg") no-repeat center / cover;
}


@media screen and (max-width: 1440px){
	#sec_about{
		background-position: 70% bottom;
	}
}
@media screen and (max-width: 767px){
	.keyVisual{
		background: url("../img/kv_sp.jpg") no-repeat center / cover;
	}
	
	#contentsBlock section[id^="sec"]{
		margin-top: 60px;
	}
	
	.sdgsHd01{
		margin-bottom: 25px;
		font-size: 3rem;
	}
	#sec_about{
		padding: 60px 0;
	}
	
	#sec_attempt .leadBox{
		flex-direction: column-reverse;
	}
	#sec_attempt .leadBox .figBox{
		margin: 0 auto 20px;
		padding-bottom: 20px;
		width: 130px;
		transform: translateX(7%);
	}
	#sec_attempt .leadBox .figBox img{
		width: 80%;
	}
	
	#sec_attempt section[id^="sec"]{
		padding: 30px 20px;
	}
	
	#sec_attempt section[id^="sec"] .txtContainer{
		line-height: 1.8;
	}
	
	#sec_attempt section[id^="sec"] .ttlBox{
		margin-bottom: 30px;
	}
	
	#sec_attempt section[id^="sec"] .sdgsHd01 .en{
		display: block;
		margin-left: 0;
		font-size: 1.6rem;
	}
	
	#sec_attempt .iconBox img{
		width: 50px;
	}
	
	.goalBox{
		padding: 5px 10px 5px 5px;
	}
	.goalBox dt{
		font-size: 1.3rem;
		width: 43px;
	}
	.goalBox dd{
		padding: 5px 0;
		margin-left: 6px;
	}
}
@media screen and (max-width: 374px){
	#sec_attempt section[id^="sec"] .sdgsHd01{
		font-size: 2.2rem;
	}
	#sec_attempt section[id^="sec"] .sdgsHd01 .en{
		font-size: 1.4rem;
	}
}