/*----------
	social-sdgs
----------*/
.social-sdgs {
	position: relative;
	padding-top: 51px;
}
.social-sdgs__inner {
	position: relative;
	padding: 40px 30px;
	border-radius: 40px;
	background: #FFFFFF;
}
.social-sdgs__title {
	position: absolute;
	left: calc(50% - 91px);
	top: -51px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 51px;
	background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 4px, #ebf8f2 4px, #ebf8f2 7px);
	border-top: solid 6px #FFFFFF;
	border-right: solid 6px #FFFFFF;
	border-left: solid 6px #FFFFFF;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.social-sdgs__title .social-sdgs__title-text {
	color: var(--color-seco-green);
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}
.social-sdgs__title .social-sdgs__title-text > span {
	display: block;
	font-size: 1rem;
	font-weight: bold;
}
.social-sdgs__content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.social-sdgs__content > *:first-child {
	margin-top: 0;
}
.social-sdgs__content > *:last-child {
	margin-bottom: 0;
}
.social-sdgs__sttl {
	margin-right: -20px;
	margin-left: -20px;
	color: var(--color-prim);
	font-weight: bold;
	font-size: 2rem;
	line-height: var(--line-height-s);
	text-align: center;
}
.social-sdgs__img {
	margin: 30px auto 0;
}
.social-sdgs .social-sdgs__img--people,
.social-sdgs .social-sdgs__img--prosperity {
	max-width: 315px;
}
.social-sdgs .social-sdgs__img--planet {
	max-width: 206px;
}
.social-sdgs .social-sdgs__img--peace,
.social-sdgs .social-sdgs__img--partnership {
	max-width: 97px;
}
@media (min-width: 744px) {
	.social-sdgs {
		max-width: 1024px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 68px;
	}
	.social-sdgs__inner {
		padding: 50px 60px 60px;
		border-radius: 50px;
	}
	.social-sdgs__title {
		left: calc(50% - 160px);
		top: -68px;
		width: 320px;
		height: 68px;
		border-top: solid 10px #FFFFFF;
		border-right: solid 10px #FFFFFF;
		border-left: solid 10px #FFFFFF;
	}
	.social-sdgs__title .social-sdgs__title-text {
		font-size: 2.5rem;
		line-height: 1.3;
		transform: rotate(0.03deg);
	}
	.social-sdgs__title .social-sdgs__title-text > span {
		font-size: 1.4rem;
	}
	.social-sdgs__sttl {
		transform: rotate(0.03deg);
	}
	.social-sdgs__img {
		margin-top: 40px;
	}
	.social-sdgs .social-sdgs__img--people,
.social-sdgs .social-sdgs__img--prosperity {
		max-width: 900px;
	}
	.social-sdgs .social-sdgs__img--planet {
		max-width: 611px;
	}
	.social-sdgs .social-sdgs__img--peace,
.social-sdgs .social-sdgs__img--partnership {
		max-width: 136px;
	}
}