@charset "utf-8";
/*------------------------------------------------------------
	sdgs
------------------------------------------------------------*/
.comVisual {
	margin-bottom: 0;
}
#main .comHeadBox {
	background-color: #FAFAFA;
}
#main .sdgsGoal .innerBox {
	padding: 6rem 32rem 6.3rem;
	border-radius: 1rem;
	background: #FFF;
	font-weight: 500;
	line-height: 1.5;
}
#main .sdgsGoal .innerBox .image {
	margin: 0 auto 4.8rem;
	width: 36rem;
}
#main .sdgsGoal .innerBox .head {
	margin-bottom: 1.5rem;
	text-align: center;
	color: #000;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0.076em;
}
#main .sdgsGoal .innerBox .info {
	margin-top: 2rem;
	text-align: center;
}
#main .sdgsGoal .innerBox .name {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.077em;
}
#main .sdgsEfforts .content {
	width: 140.8rem;
}
#main .sdgsEfforts .head {
	margin: 0 auto 5rem;
	max-width: 80rem;
	padding: 1.8rem;
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.0833em;
	border-radius: 3rem;
	background: #E4FAF3;
	gap: 0.8rem;
}
#main .sdgsEfforts .head .num {
	padding-right: 1.1rem;
	position: relative;
}
#main .sdgsEfforts .head .num::before {
	content: "";
	width: 2px;
	position: absolute;
	right: 0;
	top: 0.3rem;
	bottom: 0.3rem;
	background-color: #00A196;
}
#main .sdgsEfforts .imgBox {
	margin-bottom: 10rem;
	display: flex;
	align-items: center;
}
#main .sdgsEfforts .imgBox:last-child {
	margin-bottom: 0;
}
#main .sdgsEfforts .imgBox .photo {
	margin: 0 5.6rem 0 7.2rem;
	width: 58rem;
}
#main .sdgsEfforts .imgBox .photo img {
	width: 100%;
}
#main .sdgsEfforts .textList {
	flex: 1;
}
#main .sdgsEfforts .textList li {
	margin-bottom: 2rem;
	padding: 0 0 1.2rem 2.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	border-bottom: 1px solid #C4C4C4;
}
#main .sdgsEfforts .textList li::before {
	width: 0.9rem;
	aspect-ratio: 1/1;
	content: "";
	position: absolute;
	left: 0.9rem;
	top: 1rem;
	border-radius: 100%;
	background-color: #00A196;
}
#main .sdgsEfforts .textList li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comHeadBox .topicTtl {
		margin-top: -6rem;
		margin-bottom: 9rem;
		padding-bottom: 1.5rem;
		max-width: 128rem;
		letter-spacing: 0.068em;
	}
	#main .sdgsEfforts .comHeadBox .topicTtl {
		margin-top: -5rem;
		margin-bottom: 8rem;
	}
}
@media all and (max-width: 896px) {
	#main .sdgsGoal .innerBox {
		padding: 3rem 2rem;
		text-align: justify;
	}
	#main .sdgsGoal .innerBox .image {
		margin: 0 auto 2.5rem;
		width: 20rem;
	}
	#main .sdgsGoal .innerBox .head {
		font-size: 1.8rem;
	}
	#main .sdgsGoal .innerBox .info {
		margin-top: 1.5rem;
	}
	#main .sdgsGoal .innerBox .name {
		font-size: 1.8rem;
	}
	#main .sdgsEfforts .comHeadBox {
		padding-bottom: 8rem;
	}
	#main .sdgsEfforts .head {
		margin: 0 auto 2.5rem;
		max-width: inherit;
		padding: 1rem 1.5rem;
		font-size: 1.8rem;
	}
	#main .sdgsEfforts .head .num {
		padding-right: 0.8rem;
	}
	#main .sdgsEfforts .head .num::before {
		width: 1px;
	}
	#main .sdgsEfforts .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .sdgsEfforts .imgBox .photo {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .sdgsEfforts .textList li {
		margin-bottom: 1rem;
		padding: 0 0 1rem 2rem;
	}
	#main .sdgsEfforts .textList li::before {
		width: 0.7rem;
		left: 0.5rem;
		top: 0.8rem;
	}
}