@charset "UTF-8";


.main_container {
	margin: 0 auto;
}

.sdgs_article-container {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
}
.sdgs_section-container {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.common_sdgs-title {
	display: flex;
	width: 100%;
	background: linear-gradient(to left, #23a4da 0%, #2f5eab 100%);
	font-size: clamp(1.125rem, -0.222rem + 2.81vw, 1.625rem);
	justify-content: center;
	align-items: center;
}
.common_sdgs-content {
	display: flex;
	max-width: 930px;
	margin: 0 auto;
	flex-direction: column;
}

.sdgs_declare-text {
	font-size: clamp(1.063rem, 0.22rem + 1.75vw, 1.375rem);
	line-height: clamp(1.75rem, 0.908rem + 1.75vw, 2.063rem);
	letter-spacing: 0.05em;
}
.sdgs_declare-signature {
	font-weight: 500;
	font-size: clamp(0.938rem, 0.264rem + 1.4vw, 1.188rem);
	line-height: clamp(1.5rem, 0.995rem + 1.05vw, 1.688rem);
	text-align: right;
}
.sdgs_efforts-item {
	display: flex;
	flex-direction: column;
}
.sdgs_efforts-item:not(:nth-last-of-type(1)) {
	border-bottom: 1px dashed #ffffff;
}

.sdgs_efforts-item h3 {
	font-weight: 600;
	font-size: clamp(1.125rem, 0.788rem + 0.7vw, 1.25rem);
}
.sdgs_efforts-contents {
	display: flex;
	column-gap: 20px;

	row-gap: 15px;
}


.sdgs-effort-icons {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.sdgs-effort-icons li {
	max-width: 100px;
	width: 100%;

	aspect-ratio: 1/1;
}
.sdgs-effort-icons li img {
	width: 100%;
}
.sdgs_efforts-details {
	max-width: 630px;
	width: 100%;
}
.sdgs_efforts-details p {
	margin-bottom: 25px;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.5rem, 1.163rem + 0.7vw, 1.625rem);
	text-align: justify;
}
.sdgs_efforts-details h4 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	letter-spacing: 0.02em;
}
.sdgs_efforts-details ul {
	display: flex;
	flex-direction: column;
}
.sdgs_efforts-details ul li {
	display: flex;
	list-style: clamp(1.5rem, 1.332rem + 0.35vw, 1.563rem);
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	text-align: justify;
	letter-spacing: 0.08em;
}
.sdgs_efforts-details ul li::before {
	content: "･";
}
.sdgs_guideline-text {
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.5rem, 1.163rem + 0.7vw, 1.625rem);
	text-align: justify;
	letter-spacing: 0.04em;
}
.sdgs_guideline-content img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.page_main {
		position: relative;
		padding-bottom: 100px;
	}

	.common_page-title {
		margin-bottom: 50px;
	}

	.sdgs_article-container {
		width: 95%;

		row-gap: 50px;
	}
	.sdgs_section-container {
		row-gap: 35px;
	}
	.common_sdgs-title {
		padding: 14px 0;
	}
	.common_sdgs-content {
		width: 97.5%;
	}
	.sdgs_declare-content , .sdgs_efforts-list , .sdgs_guideline-content {
		row-gap: 30px;
	}
	.sdgs_declare-text {
		text-align: center;
	}
	.sdgs_efforts-item {
		row-gap: 20px;
	}
	.sdgs_efforts-item:not(:nth-last-of-type(1)) {
		padding-bottom: 35px;
	}
	.sdgs_efforts-contents {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sdgs-effort-icons {
		max-width: 225px;
		column-gap: 25px;

		row-gap: 25px;
	}
	.sdgs-effort-icons li {
		max-width: 100px;
	}
}

@media screen and (max-width: 767px) {
	.page_main {
		padding-bottom: 50px;
	}
	.common_page-title {
		width: calc(100% - 20px);
		margin-bottom: 25px;
	}

	.sdgs_article-container {
		width: calc(100% - 40px);

		row-gap: 30px;
	}
	.sdgs_section-container {
		row-gap: 20px;
	}
	.common_sdgs-title {
		padding: 10.5px 0;
	}
	.common_sdgs-content {
		width: calc(100% - 20px);
	}
	.sdgs_declare-content , .sdgs_efforts-list , .sdgs_guideline-content {
		row-gap: 20px;
	}
	.sdgs_declare-text {
		text-align: justify;
	}
	.sdgs_declare-text br {
		display: none;
	}
	.sdgs_efforts-item {
		row-gap: 15px;
	}
	.sdgs_efforts-item:not(:nth-last-of-type(1)) {
		padding-bottom: 20px;
	}
	.sdgs_efforts-contents {
		flex-direction: column-reverse;
	}
	.sdgs-effort-icons {
		column-gap: 15px;

		row-gap: 15px;
	}
	.sdgs-effort-icons li {
		max-width: 80px;
	}
	.sdgs_efforts-details ul li br {
		display: none;
	}
}






