@charset "UTF-8";

/*================================================
 *  SDGs（sdgs）
 ================================================*/

.contents {
	padding: 0 0 160px;
}



/*******メインエリア*******/
section#main_area {
	background: url(../images/sdgs/sdgs_report_main_bg.jpg) top center / cover no-repeat;
	height: 700px;
}
section#main_area .breadcrumb {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
}
section#main_area .breadcrumb * {
	color: #fff;
}

section#main_area h2 {
	animation-delay: 0.5s;
	opacity: 0;
}
section#main_area h2 span:first-of-type {
	padding: 0 15px;
}
section#main_area h2 span:last-of-type {
	padding: 0 30px 0 20px;
}
section#main_area h2 span img {
	max-width: 100%;
	height: auto;
}



/*******活動の歩み*******/
section#act_area {
	padding-top: 120px;
}
section#act_area .intro_box h3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin: -0.25em 0 1em;
}

section#act_area .act_list {
	margin: 110px auto 0;
	max-width: 1220px;
	width: 100%;
}
section#act_area .act_list .box + .box {
	margin-top: 140px;
}
section#act_area .act_list .box:nth-of-type(even) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#act_area .act_list .box > div {
	width: 50%;
}
section#act_area .act_list .box .txt {
	padding: 0 20px;
	opacity: 0;
}
section#act_area .act_list .box:nth-of-type(even) .txt {
	padding-left: 70px;
}
section#act_area .act_list .box.move .txt {
	animation: fadeInUpSmall 1s both;
}

section#act_area .act_list .box .txt .inr {
	max-width: 450px;
	width: 100%;
}
section#act_area .act_list .box:nth-of-type(odd) .txt .inr {
	margin-left: auto;
}
section#act_area .act_list .box .txt .inr h4 {
	font-size: 42px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin: -0.25em 0 0.7em;
}
section#act_area .act_list .box .txt .inr .icon_list {
	margin: 30px 0 0 -20px;
	max-width: 340px;
}
section#act_area .act_list .box .txt .inr .icon_list img {
	margin: 20px 0 0 20px;
}

section#act_area .act_list .box .photo {
	position: relative;
	padding: 0 0 160px 110px;
}
section#act_area .act_list .box:nth-of-type(even) .photo {
	padding: 0 110px 160px 0;
}
section#act_area .act_list .box .photo img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
	opacity: 0;
}
section#act_area .act_list .box .photo img:nth-of-type(2) {
	position: absolute;
	bottom: 0;
}
section#act_area .act_list .box:nth-of-type(odd) .photo img:nth-of-type(2) {
	left: 50px;
}
section#act_area .act_list .box:nth-of-type(even) .photo img:nth-of-type(2) {
	right: 50px;
}
@media screen and (min-width:500.1px) {
	section#act_area .act_list .box.move .photo img:nth-of-type(1) {
		animation: fadeIn 1s 0.6s both;
	}
	section#act_area .act_list .box.move .photo img:nth-of-type(2) {
		animation: fadeIn 1s 0.9s both;
	}
}




/*******お知らせ*******/
section#news_area {
	background: #f2f2f2 url(../images/sdgs/sdgs_report_news_bg.svg) left top repeat-x;
	padding: 110px 0 120px;
	margin-top: 200px;
}
section#news_area h3 {
	font-size: 20px;
	text-align: center;
}
section#news_area h3 span {
	display: block;
	font-size: 58px;
	letter-spacing: 0.04em;
	margin-bottom: 0.35em;
}

/*一覧*/
section#news_area .news_list {
	margin: 20px auto 0;
	max-width: 990px;
	width: 100%;
}
section#news_area .news_list li {
	margin: 60px 15px 0;
	width: 300px;
	width: calc((100% - 90px) / 3);
}
@media screen and (max-width:990px) {
	section#news_area .news_list li {
		font-size: clamp(0.5rem, -0.01rem + 1.63vw, 1rem);
	}
}
section#news_area .news_list li a {
	display: block;
}
section#news_area .news_list li a:hover {
	opacity: 1;
}
section#news_area .news_list li figure .thumb {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
section#news_area .news_list li figure .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
section#news_area .news_list li a:hover figure .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
section#news_area .news_list li figure figcaption {
	padding-top: 20px;
}
section#news_area .news_list li figure figcaption .date {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #666;
	letter-spacing: 0.04em;
}
section#news_area .news_list li figure figcaption .date img {
	margin-left: 0.75em;
	width: 5em;
	height: auto;
}
section#news_area .news_list li figure figcaption p {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-top: 0.75em;
	text-align: left;
}

/*ボタン*/
section#news_area .btn_more {
	border: 1px solid;
	background-color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.06em;
	height: 70px;
	width: 320px;
	margin: 70px auto 0;
}
section#news_area .btn_more:hover {
	background-color: currentColor;
	opacity: 1;
}
section#news_area .btn_more::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.85em;
	width: 0.45em;
	height: 0.45em;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
section#news_area .btn_more:hover span,
section#news_area .btn_more:hover::after {
	color: #fff;
}







/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

.contents {
	padding-bottom: 20vw;
}


/*******メインエリア*******/
section#main_area {
	background-image: url(../images/sdgs/sdgs_report_main_bg_sp.jpg);
	height: 155vw;
}

section#main_area h2 {
	padding-top: 28vw;
	width: 66vw;
	margin: 0 auto;
}
section#main_area h2 span {
	display: block;
	padding: 0!important;
}
section#main_area h2 span:last-of-type {
	margin-top: 6vw;
}


section#main_area .scroll {
	display: block;
	bottom: 10vw;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 8vw;
	text-align: center;
	
}
section#main_area .scroll img {
	animation: repoMainScroll 2s cubic-bezier(.15,.41,.69,.94) infinite;
}
@keyframes repoMainScroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(5vw); opacity: 0;}
}

/*******活動の歩み*******/
section#act_area {
	padding-top: 15vw;
}
section#act_area .intro_box h3 {
	font-size: 7.4vw;
}

section#act_area .act_list {
	margin-top: 15vw;
	max-width: inherit;
}
section#act_area .act_list .box + .box {
	margin-top: 18vw;
}
section#act_area .act_list .box .txt {
	padding: 0!important;
	width: 80vw;
	margin: 0 auto;
}

section#act_area .act_list .box .txt .inr {
	max-width: inherit;
}
section#act_area .act_list .box .txt .inr h4 {
	font-size: 7.4vw;
}
section#act_area .act_list .box .txt .inr .icon_list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 5vw 0 0;
	max-width: inherit;
	width: 62vw;
}
section#act_area .act_list .box .txt .inr .icon_list img {
	margin: 0;
	width: 29vw;
}
section#act_area .act_list .box .txt .inr .icon_list img:nth-child(n+3) {
	margin-top: 4vw;
}

section#act_area .act_list .box .photo {
	margin: 8vw auto 0;
	width: 82vw;
	padding: 0 0 24vw!important;
}
section#act_area .act_list .box .photo img {
	border-radius: 1.3vw;
	display: block;
}
section#act_area .act_list .box .photo img:nth-of-type(1) {
	width: 73vw;
}
section#act_area .act_list .box .photo img:nth-of-type(2) {
	width: 44vw;
}
section#act_area .act_list .box:nth-of-type(odd) .photo img:nth-of-type(1) {
	margin-left: auto;
}
section#act_area .act_list .box:nth-of-type(odd) .photo img:nth-of-type(2) {
	left: 0;
}
section#act_area .act_list .box:nth-of-type(even) .photo img:nth-of-type(2) {
	right: 0;
}
section#act_area .act_list .box .photo.move img:nth-of-type(1) {
	animation: fadeIn 1s both;
}
section#act_area .act_list .box .photo.move img:nth-of-type(2) {
	animation: fadeIn 1s 0.3s both;
}



/*******お知らせ*******/
section#news_area {
	background-image: url(../images/sdgs/sdgs_report_news_bg_sp.svg);
	background-size: 83.2vw auto;
	padding: 14vw 0 16vw;
	margin-top: 25vw;
}
section#news_area h3 {
	font-size: 3.7vw;
}
section#news_area h3 span {
	font-size: 9.6vw;
}

/*一覧*/
section#news_area .news_list {
	margin-top: 10vw;
}
section#news_area .news_list li {
	font-size: 4vw;
	margin: 0;
	width: 100%;
}
section#news_area .news_list li + li {
	margin-top: 9vw;
}
section#news_area .news_list li figure figcaption {
	padding-top: 3.6vw;
}
section#news_area .news_list li figure figcaption .date img {
	width: 18.6vw;
}
section#news_area .news_list li figure figcaption p {
	font-size: 4.5vw;
}

/*ボタン*/
section#news_area .btn_more {
	font-size: 4.8vw;
	height: 16vw;
	width: 56vw;
	margin-top: 10vw;
}
section#news_area .btn_more::after {
	right: 0.8em;
}










	
}