@charset "utf-8";
/* CSS Document */

/* ==================== */
/* visual */
/* ==================== */

/*
.kv__sdgs {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 400px;
	background-color: #C5B997;
}
*/

.block__h2--sdgs {
	position: absolute;
	top: 50%;
	left: 2.0rem;
	transform: translateY(-50%);
}

.block__h2--sdgs h2 {
	position: relative;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 4.0rem;
	font-weight: 700;
}

.block__h2--sdgs h2::before {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 150px;
	height: 5px;
	content: "";
	background: #FFF;
}

/* ==================== */
/* background */
/* ==================== */

.bg__sdgs {
	width: 100%;
/*	padding: 50px 20px 100px;*/
	background-color: #F4F9F7;
	background-image: url("../img2/common/bg__circle--brown-03.png") , url("../img2/common/bg__circle--yellow-03.png") , url("../img2/common/bg__circle--orange-03.png") ;
	background-position: top 5% left 5% , top 50% right 0 , bottom 10% left 5%;
	background-repeat: no-repeat , no-repeat , no-repeat;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__sdgs--catch {
	width: 100%;
	max-width: 1024px;
	margin: 30px auto 0;
	text-align: center;
}

.wrap__sdgs--catch h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 800;
	color: #004EBE;
	line-height: 1.3;
}

.wrap__sdgs--catch h3::before ,
.wrap__sdgs--catch h3::after {
	content: '';
	width: 5px;
	height: 50px;
	background-color: #004EBE;
}

.wrap__sdgs--catch h3::before {
	margin-right: 40px;
	transform: rotate(-35deg);
}

.wrap__sdgs--catch h3::after {
	margin-left: 40px;
	transform: rotate(35deg);
}

.wrap__sdgs--catch p {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__sdgs--detail {
	width: 100%;
	max-width: 1024px;
	margin: 30px auto 0;
	padding: 3.0rem;
/*	background-color: #FFF;*/
	background-color: rgba(255 , 255 , 255 , 0.85);
	border-radius: 20px;
/*	opacity: 0.85;*/
}

.fb__sdgs--detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3.0rem;
	margin-bottom: 2.0rem;
	padding-bottom: 2.0rem;
	border-bottom: 1px solid #80BDC9;
}

.item__sdgs--icn {
	width: calc(40% - 1.5rem);
}

.item__sdgs--desc {
	width: calc(60% - 1.5rem);
}

.item__sdgs--icn {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.icn__sdgs {
	width: calc(100% / 3 - 0.5rem);
}

.icn__sdgs img {
	width: 100%;
	height: auto;
}

.item__sdgs--desc h4 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #1DB1CF;
}

.item__sdgs--desc p {
	margin: 1.0rem 0;
	font-size: 1.125rem;
}

.item__sdgs--desc h5 {
	font-weight: 600;
	color: #1DB1CF;
}

.item__sdgs--desc ul {
	margin-left: 20px;
	list-style-type: disc;
	color: #1DB1CF;
}

.item__sdgs--desc ul li {
	margin-top: 0.75rem;
}







@media (max-width: 1280px) {
/* 0.9 */

/* ==================== */
/* background */
/* ==================== */

.bg__sdgs {
	background-position: top 5% left 5% , top 50% right 0 , bottom 20px left 0;
}

/* ==================== */
/* visual */
/* ==================== */

.kv__sdgs {
	height: 360px;
}

.block__h2--sdgs h2 {
	margin-bottom: 18px;
	font-size: 3.6rem;
}

.block__h2--sdgs h2::before {
	bottom: -18px;
	width: 135px;
}


}


@media (max-width: 1024px) {
/* 0.8 */

/* ==================== */
/* visual */
/* ==================== */

.kv__sdgs {
	height: 320px;
}

.block__h2--sdgs h2 {
	margin-bottom: 16px;
	font-size: 3.2rem;
}

.block__h2--sdgs h2::before {
	bottom: -16px;
	width: 120px;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__sdgs--catch h3 {
	font-size: 2.0rem;
}

.wrap__sdgs--catch h3::before ,
.wrap__sdgs--catch h3::after {
	height: 40px;
}

.wrap__sdgs--catch h3::before {
	margin-right: 32px;
}

.wrap__sdgs--catch h3::after {
	margin-left: 32px;
}

.wrap__sdgs--catch p {
	font-size: 1.2rem;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__sdgs--detail {
	padding: 2.4rem;
}

.item__sdgs--desc h4 {
	font-size: 1.4rem;
}

.item__sdgs--desc p {
	font-size: 1.0rem;
}

.item__sdgs--desc ul li {
	margin-top: 0.5rem;
}


}


@media (max-width: 768px) {
/* 0.7 */

/* ==================== */
/* visual */
/* ==================== */

.kv__sdgs {
	height: 280px;
}

.block__h2--sdgs h2 {
	margin-bottom: 14px;
	font-size: 2.8rem;
}

.block__h2--sdgs h2::before {
	bottom: -14px;
	width: 105px;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__sdgs--catch h3 {
	font-size: 1.75rem;
}

.wrap__sdgs--catch h3::before ,
.wrap__sdgs--catch h3::after {
	height: 35px;
}

.wrap__sdgs--catch h3::before {
	margin-right: 28px;
}

.wrap__sdgs--catch h3::after {
	margin-left: 28px;
}

.wrap__sdgs--catch p {
	font-size: 1.0rem;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__sdgs--detail {
	padding: 2.0rem;
}

.fb__sdgs--detail {
	flex-direction: column-reverse;
	gap: 2.0rem;
}

.item__sdgs--icn {
	width: 100%;
}

.item__sdgs--desc {
	width: 100%;
}

.item__sdgs--desc h4 {
	font-size: 1.3rem;
}

.item__sdgs--desc ul li {
	margin-top: 0.5rem;
	font-size: 0.875rem;
}

.item__sdgs--icn {
}

.icn__sdgs {
	width: calc(100% / 6 - 0.5rem);
}


}


@media (max-width: 640px) {
/* 0.6 */

/* ==================== */
/* visual */
/* ==================== */

.kv__sdgs {
	height: 240px;
}

.block__h2--sdgs h2 {
	margin-bottom: 12px;
	font-size: 2.4rem;
}

.block__h2--sdgs h2::before {
	bottom: -12px;
	width: 90px;
}

/* ==================== */
/* detail */
/* ==================== */

.icn__sdgs {
	width: calc(100% / 4 - 0.5rem);
}

}


@page {
   size: A4 portrait; 
   margin: 10mm;
}

@media print {

}
