@charset "UTF-8";

/*================================================
 *  SDGs（sdgs）
 ================================================*/

.contents {
	padding: 0 0 200px;
}



/*******メインエリア*******/
section#main_area {
	background: url(../images/sdgs/sdgs_main_bg.jpg) top center / cover no-repeat;
	padding: 120px 0;
	overflow: hidden;
}
section#main_area .breadcrumb {
	margin-top: 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 .inner {
	border-radius: 20px;
	background-color: rgba(255,255,255,0.95);
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 95px 80px 105px;
}
section#main_area .inner .logo {
	width: 420px;
	flex-shrink: 0;
}

@media screen and (min-width:501px) {
	section#main_area .inner .txt {
		line-height: 2.25;
	}
}



/*******イントロダクション*******/
section#intro_area {
	padding: 90px 0 0;
}
section#intro_area::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 234px;
	background-color: #fff;
}
section#intro_area h3 {
	font-size: 42px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 0.6em;
}

@media screen and (min-width:501px) {
	section#intro_area p {
		font-size: 20px;
		line-height: 2.25;
	}
}

/*バナー*/
section#intro_area .bnr_box {
	margin-top: 70px;
	z-index: 10;
}
section#intro_area .bnr_box a {
	border: 4px solid;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
section#intro_area .bnr_box a:hover {
	opacity: 1;
}
section#intro_area .bnr_box a:hover img {
	opacity: 0.7;
}



/*******目標*******/
section#goal_area  {
	padding-top: 140px;
}


/*宣言*/
section#goal_area .sengen_box {
	border: 1px solid #009844;
	padding: 100px 120px 90px;
}
section#goal_area .sengen_box h3 {
	margin-bottom: 50px;
	text-align: center;
}
section#goal_area .sengen_box h3 em {
	display: block;
	font-size: 42px;
}
section#goal_area .sengen_box h3 span {
	display: inline-block;
	font-size: 18px;
	padding: 0.5em 1em;
	margin-top: 1em;
}





/*目標*/
section#goal_area .goal_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 140px auto 0;
}
section#goal_area .goal_box:nth-of-type(even) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#goal_area .goal_box .txt {
	width: 620px;
	width: calc(100% - 580px);
	padding-left: 130px;
}
section#goal_area .goal_box:nth-of-type(even) .txt {
	padding: 0 130px 0 0;
}
section#goal_area .goal_box .txt h4 {
	font-size: 42px;
	line-height: 1.75;
	letter-spacing: 0.06em;
	margin: -0.35em -1em 0.5em 0;
}
section#goal_area .goal_box .txt [class*="icon_list"] {
	margin: 30px 0 0 -20px;
	max-width: 340px;
}
section#goal_area .goal_box .txt .icon_list03 {
	max-width: inherit;
}
section#goal_area .goal_box .txt [class*="icon_list"] img {
	margin: 20px 0 0 20px;
}
section#goal_area .goal_box .photo {
	width: 580px;
	flex-shrink: 0;
}
section#goal_area .goal_box:nth-of-type(odd) .photo {
	text-align: right;
}
section#goal_area .goal_box .photo img {
	border-radius: 20px;
	max-width: 500px;
}

















/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

.contents {
	padding-bottom: 25vw;
}


/*******メインエリア*******/
section#main_area {
	background-image: url(../images/sdgs/sdgs_main_bg.jpg);
	padding: 13vw 6vw;
	margin-top: 0;
}

section#main_area .inner {
	border-radius: 2.6vw;
	padding: 12vw;
}
section#main_area .inner .logo {
	width: 100%;
	margin-bottom: 8vw;
}
section#main_area .inner .txt {
	word-break: break-all;
}



/*******イントロダクション*******/
section#intro_area {
	padding: 11vw 0 0;
}
section#intro_area::after {
	height: 29vw;
}
section#intro_area h3 {
	font-size: 7.4vw;
	margin-bottom: 1em;
}



/*バナー*/
section#intro_area .bnr_box {
	margin: 10vw auto 0;
	width: 88vw;
}
section#intro_area .bnr_box a {
	border-width: 2px;
	border-radius: 1.3vw;
}
section#intro_area .bnr_box a img {
	height: auto;
}


/*******目標*******/
section#goal_area  {
	padding-top: 15vw;
}


/*宣言*/
section#goal_area .sengen_box {
	width: 88vw;
	padding: 13vw 8vw 11vw;
}
section#goal_area .sengen_box h3 {
	margin-bottom: 8vw;
}
section#goal_area .sengen_box h3 em {
	font-size: 7.4vw;
}
section#goal_area .sengen_box h3 span {
	font-size: 4vw;
	padding: 0.5em 0.5em;
}





/*目標*/
section#goal_area .goal_box {
	display: block;
	max-width: inherit;
	margin-top: 20vw;
}
section#goal_area .goal_box + .goal_box {
	margin-top: 24vw;
}
section#goal_area .goal_box .txt {
	width: 100%;
	padding: 0!important;
}
section#goal_area .goal_box .txt h4 {
	font-size: 7vw;
	margin: 0m -1em 0.3em 0;
}
section#goal_area .goal_box .txt [class*="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#goal_area .goal_box .txt [class*="icon_list"] img {
	margin: 0;
	width: 29vw;
}
section#goal_area .goal_box .txt [class*="icon_list"] img:nth-child(n+3) {
	margin-top: 4vw;
}
section#goal_area .goal_box .photo {
	width: 100%;
	margin-top: 8vw;
}
section#goal_area .goal_box .photo img {
	border-radius: 2.6vw;
	max-width: inherit;
	width: 100%;
}
















	
}