@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/environental/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 180px;
	height: 175px;
	background: url(../../img/environental/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 環境方針 */
/* ----------------------------------- */
#policy {
	padding-bottom: 100px;
	background: #edf3fc;
}

#policyImg {
	padding-bottom: 30px;
}

/* 取り組み */
/* ----------------------------------- */
#efforts {
	padding: 100px 0;
}

#effortsList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2%;
}

#effortsList li {
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 20px;
	border: 2px solid #0d499e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	color: #0d499e;
	font-weight: 500;
	border-radius: 10px;
	text-align: center;
}

/* 信頼に基づく管理体制 */
/* ----------------------------------- */
#management {
	padding: 100px 0;
	background: #edf3fc;
}

#managementList {
	
}

#managementList li {
	padding: 0 0 0 30px;
	position: relative;
}

#managementList li:not(:last-child) {
	margin-bottom: 50px;
}

#managementList li::before {
	content: attr(data-num);
	width: 60px;
	height: 60px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #0d499e;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.8rem;
	border-radius: 100vw;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 500;
}

#managementList p {
	padding: 30px 40px;
	background: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
}

/* 地域とともに歩む環境活動 */
/* ----------------------------------- */
#activities {
	padding: 100px 0 0 0;
}

#activitiesDetail {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	background: #edf3fc;
}

#activitiesImg {

}

#activitiesTxt {
	flex: 1;
}

#activitiesTxt li {
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #0d499e;
	background: #FFF;
	font-size: 2rem;
	text-align: center;
}

#activitiesTxt li:last-child {
	margin-bottom: 0;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#policyImg img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/environental/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#policy {
		padding-bottom: 80px;
	}

	#policyImg {
		padding-bottom: 20px;
	}

	#efforts {
		padding: 80px 0;
	}

	#effortsList {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 2%;
	}

	#effortsList li {
		aspect-ratio: 2 / 1;
	}

	#management {
		padding: 80px 0;
	}

	#managementList li:not(:last-child) {
		margin-bottom: 20px;
	}

	#managementList p {
		padding: 20px 40px;
		background: #FFF;
		font-size: 1.8rem;
		font-weight: 500;
	}

	#activities {
		padding: 80px 0 0 0;
	}

	#activitiesDetail {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 30px;
		background: #edf3fc;
	}

	#activitiesImg img {
		width: 100%;
	}

	#activitiesTxt li {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

}