@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline::before {
	width: 868px;
	background: url(../img/sdgs/headline_ttl_en.svg) no-repeat center/contain;
}
#headline h1::before {
	width: 223px;
	background: url(../img/sdgs/headline_ttl_en.svg) no-repeat center/contain;
}
@media screen and (max-width: 1645px) {
	#headline::before {
		width: 52.77vw;
	}
	#headline h1::before {
		width: 13.56vw;
	}
}
@media screen and (max-width: 840px) {
	#headline h1::before {
		width: 18.5vw;
	}
}
@media screen and (max-width: 640px) {
	#headline h1::before {
		width: 35vw;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#contents section {
	padding-bottom: 100px;
}
#contents section .contents_inner {
	max-width: 1300px;
}
#contents section h2 {
	margin-bottom: 50px;
}
@media screen and (max-width: 1445px) {
	#contents section h2 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
	#contents section {
		padding-bottom: 60px;
	}
	#contents section h2 {
		margin-bottom: 20px;
	}
}
/*-----------------------------------

	sdgs_block

-----------------------------------*/
#sdgs_block .contents_inner > p {
	text-align: center;
	margin-bottom: 50px;
}
#sdgs_block .scroll {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 5px;
}
#sdgs_block table {
	width: 1300px;
}
#sdgs_block table thead tr {
	border-bottom: 5px solid #FFF;
}
#sdgs_block table thead tr th {
	background: #2EA7E0;
	color: #FFF;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	padding: 30px 0;
}
#sdgs_block table thead tr th:nth-of-type(1) {
	background: #F2942C;
	width: 15.385%;
}
#sdgs_block table thead tr th:nth-of-type(2),
#sdgs_block table thead tr th:nth-of-type(4) {
	width: 23.077%;
}
#sdgs_block table thead tr th:nth-of-type(3) {
	width: 38.462%;
}
#sdgs_block table tbody tr:not(:last-child) {
	border-bottom: 3px dotted #FFFFFF;
}
#sdgs_block table tbody tr > *:not(:last-child) {
	border-right: 3px solid #FFF;
}
#sdgs_block table tbody tr th {
	background: #F4A956;
	padding: 20px;
	font-weight: 700;
	vertical-align: middle;
}
#sdgs_block table tbody tr td {
	background: #ECECEC;
	padding: 20px;
}
#sdgs_block table tbody tr td:not(:last-child) ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#sdgs_block table tbody tr td:not(:last-child) ul li::before {
	content: "・";
}
#sdgs_block table tbody tr td:last-child ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
#sdgs_block table tbody tr td:last-child ul li {
	width: calc((100% - 8px) / 2);
}
#sdgs_block .box {
	background: #2EA7E0;
	color: #FFF;
	padding: 25px 30px;
	font-weight: 400;
	margin-bottom: 40px;
}
#sdgs_block ul.sdgs {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1%;
}
#sdgs_block ul.sdgs li {
	width: 19.2%;
}
#sdgs_block ul.sdgs li img {
	width: 100%;
	margin-bottom: 10px;
}
#sdgs_block ul.sdgs li p {
	line-height: 1.4;
}
@media screen and (max-width: 1445px) {
	#sdgs_block .contents_inner > p {
		margin-bottom: 30px;
	}
	#sdgs_block .scroll::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	#sdgs_block .scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 5px;
	}
	#sdgs_block .scroll::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 5px;
	}
	#sdgs_block .scroll::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
}
@media screen and (max-width: 840px) {
	#sdgs_block ul.sdgs {
		gap: 40px 2%;
	}
	#sdgs_block ul.sdgs li {
		width: 32%;
	}
}
@media screen and (max-width: 640px) {
	#sdgs_block table {
		width: 800px;
	}
	#sdgs_block table thead tr {
		border-bottom: 3px solid #FFF;
	}
	#sdgs_block table thead tr th {
		padding: 20px 0;
	}
	#sdgs_block table tbody tr:not(:last-child) {
		border-bottom: 2px dotted #FFFFFF;
	}
	#sdgs_block table tbody tr > *:not(:last-child) {
		border-right: 2px solid #FFF;
	}
	#sdgs_block table tbody tr th {
		padding: 10px;
	}
	#sdgs_block table tbody tr td {
		padding: 10px;
	}
	#sdgs_block table tbody tr td:last-child ul {
		gap: 5px;
	}
	#sdgs_block table tbody tr td:last-child ul li {
		width: calc((100% - 5px) / 2);
	}
	#sdgs_block ul.sdgs {
		gap: 30px 3%;
	}
	#sdgs_block ul.sdgs li {
		width: 48.5%;
	}
	#sdgs_block ul.sdgs li img {
		margin-bottom: 5px;
	}
}
