@charset "UTF-8";
/* CSS Document */

/* キービジュアルエリア */
#sdgs_key_area{
	display: block;
}
/* キービジュアルエリア　仕切り罫 */
#sdgs_key_area::before{
	content: '';
	display: block;
	background: #DDDDDD;
	background-size: 100%;
	margin: 0;
	height: 1px;
}
#sdgs_key_area::after{
	content: '';
	display: block;
	background: #DDDDDD;
	background-size: 100%;
	margin: 0;
	height: 1px;
}
/* タイトルとロゴを並べる */
#sdgs_key{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.sdgs_key_title{
	display: inline-block;
	margin: 85px 24px 83px 0px;
	font-size: 50px;
}
.sdgs_key_subtitle{
	margin-top: 10px;
	font-size: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#sdgs_key{
		width: auto;
        padding: 0 16px;
	}
	.sdgs_key_title{
		margin: 8.3% 2.3% 8.6% 0;
		font-size:  5vw;
	}
	.sdgs_key_subtitle{
		margin-top: 1.5%;
		font-size: 3vw;
	}
}
@media only screen and (max-width: 768px) {
	#sdgs_key{
		display: block;
		width: 100%;
		text-align: center;
	}
	.sdgs_key_title{
		margin: 3% auto 3%;
		font-size:  5vw;
	}
	.sdgs_key_subtitle{
		margin-top: 1.5%;
		font-size: 4vw;
	}
}
/* １文字１色で計17色 */
.sdgs_color span:nth-child(1){
	color: #e5243b;
}
.sdgs_color span:nth-child(2){
	color: #dda63a;
}
.sdgs_color span:nth-child(3){
	color: #4c9f38;
}
.sdgs_color span:nth-child(4){
	color: #c5192d;
}
.sdgs_color span:nth-child(5){
	color: #ff3a21;
}
.sdgs_color span:nth-child(6){
	color: #dda63a;
}
.sdgs_color span:nth-child(7){
	color: #26bde2;
}
.sdgs_color span:nth-child(8){
	color: #fcc30b;
}
.sdgs_color span:nth-child(9){
	color: #a21942;
}
.sdgs_color span:nth-child(10){
	color: #fd6925;
}
.sdgs_color span:nth-child(11){
	color: #fd9d24;
}
.sdgs_color span:nth-child(12){
	color: #bf8b2e;
}
.sdgs_color span:nth-child(13){
	color: #3f7e44;
}
.sdgs_color span:nth-child(14){
	color: #0a97d9;
}
.sdgs_color span:nth-child(15){
	color: #56c02b;
}
.sdgs_color span:nth-child(16){
	color: #00689d;
}
.sdgs_color span:nth-child(17){
	color: #19486a;
}
/* dマーク＋SDGsアイコン */
.sdgs_key_img{
	display: inline-block;
	width: 420px;
	height: 184px;
	margin: 63px 0px 48px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.sdgs_key_img{
		display: block;
		width: 43%;
		height: auto;
		margin: 6.5% 0 1% auto;
	}
}
@media only screen and (max-width: 768px) {
	.sdgs_key_img{
		display: block;
		width: 75%;
		height: auto;
		margin: 0 auto 8%;
	}
}
.sprt_wrd{
	font-size: 14px;
	margin-top: 16px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.sprt_wrd{
    	font-size: 1.4vw;
	    margin-top: 16px;
        text-align: left;
    }
}
/* ここからページ本文 */
.sdgs_txt_area{
	width: 960px;
	margin: 0 auto;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.sdgs_txt_area{
	    width: 100%;
	    margin: 0 auto;
    }
}
@media only screen and (max-width: 600px) {
	.sdgs_txt_area{
	    width: 100%;
	    margin: 0 auto;
    }
}
/* 関連情報リンク文 */
.sdgs_rel_link{
	margin-bottom: -18px;
	font-size: 18px;
	text-align: right;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.sdgs_rel_link{
        margin-right: 16px;
		margin-bottom: -16px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.sdgs_rel_link{
        margin-right: 14px;
		margin-bottom: -14px;
		font-size: 14px;
	}
}
/* intoro */
.sdgs_intoro{
	margin: 0 auto;
	padding: 54px 0;
	width: 960px;
}
.intoro_title{
	margin: 0 auto 36px 40px;
	font-size: 28px;
    font-weight: bold;
}
.intoro_title::before{
	content: '';
	display: inline-block;
    position: relative;
    left: -40px;
	width: 36px;
	height: 36px;
	padding-right: 10px;
	background-image: url("/sdgs/images/sdg_icon_wheel.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: sub;
    margin-right: -46px;
}
.intoro_paragraph{
	margin: 18px 48px 0;
	font-size: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.sdgs_intoro{
		width: auto;
		margin: 0 32px;
	}
	.intoro_title{
		margin: 0 0 32px 33px;
		font-size: 24px;
	}
	.intoro_title::before{
		content: '';
		display: inline-block;
		position: relative;
		top: -2px;
		left: -33px;
		width: 26px;
		height: 26px;
		margin-right: -36px;
	}
	.intoro_paragraph{
		margin: 16px 0;
		font-size: 16px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px){
    .sdgs_intoro{
        width: auto;
        padding: 16px;
        background-image: linear-gradient(to top, rgba(2155,255,255,0.1) 10vw, rgba(2155,255,255,0.7) 50vw, rgba(2155,255,255,1) 64vw), url("/sdgs/images/bg_1.png");
        background-size: 100%;
		background-position: bottom;
        background-repeat: no-repeat;
    }
    .intoro_title{
		margin: 16px 0 32px 30px;
		font-size: 22px;
	}
	.intoro_title::before{
		content: '';
		display: inline-block;
		position: relative;
		top: -1.8px;
		left: -30px;
		width: 24px;
		height: 24px;
		margin-right: -33px;
	}
	.intoro_paragraph{
		margin: 16px 0;
		font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
	.sdgs_intoro{
		width: auto;
		padding: 16px;
		background-image: linear-gradient(to top, rgba(2155,255,255,0.1) 10vw, rgba(2155,255,255,0.7) 50vw, rgba(2155,255,255,1) 64vw), url("/sdgs/images/bg_1.png");
        background-size: 100%;
		background-position: bottom;
        background-repeat: no-repeat;
	}
	.intoro_title{
		margin: 16px 0 32px 25px;
		font-size: 18px;
	}
	.intoro_title::before{
		content: '';
		display: inline-block;
		position: relative;
		top: -1.5px;
		left: -25px;
		width: 20px;
		height: 20px;
		margin-right: -29px;
	}
	.intoro_paragraph{
		margin: 16px 0;
		font-size: 16px;
	}
}
/* SDGsパネル用 */
.sdgs_panel{
	margin: 72px auto;
	width: 510px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .sdgs_panel{
        margin: 64px auto;
        width: 510px;
	}
}
@media only screen and (max-width: 600px) {
	.sdgs_panel{
		width: 90%;
		margin: 32px auto;
	}
}

/* 前半sectionの構造 */
.sdgs_section1{
	margin: 0 auto 0 -120px;
	width: 1200px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .sdgs_section1{
        margin: 0 auto 0 -12.5%;
		width: 125%;
	}
}
@media only screen and (max-width: 768px) {
	.sdgs_section1{
		margin: 0 auto;
		width: 100%;
	}
}

/* section内でdiv毎に背景を変える */
.sdgs_section1 > div:nth-child(1){
	position: relative;
	background-image: linear-gradient(to left, #ffffff 0px, rgba(255,255,255,0.85) 120px,rgba(255,255,255,0.8) 700px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_1.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
}
.sdgs_section1 > div:nth-child(2){
	background-image: linear-gradient(to right, #ffffff 400px, rgba(255,255,255,0) 1000px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url( "/sdgs/images/bg_3.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.sdgs_section1 > div:nth-child(3){
	background-image: linear-gradient(to left, #ffffff 570px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url( "/sdgs/images/bg_2.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
}
.sdgs_section1 > div:nth-child(4){
	background-image: linear-gradient(to right, #ffffff 400px, rgba(255,255,255,0) 900px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url( "/sdgs/images/bg_4.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}
/* 左画像，右本文 */
.sdgs_section1 > div:nth-child(odd){
	padding: 18px 120px 54px 516px;
	margin: 0 0px 0 auto;
	font-size: 18px;
}
/* 左本文，右画像 */
.sdgs_section1 > div:nth-child(even){
	padding: 18px 516px 54px 120px;/*396+120*/
	margin: 0 auto 0 0px;
	font-size: 18px;
}

/* 後半sectionの構造 */
.sdgs_section2{
	margin: 0 auto 0 -120px;
	width: 1200px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .sdgs_section2{
        margin: 0 auto 0 -12.5%;
		width: 125%;
	}
}
@media only screen and (max-width: 768px) {
	.sdgs_section2{
		margin: 0 auto;
		width: 100%;
	}
}
.sdgs_section2 > div:nth-child(1){
	/*
	background-image: linear-gradient(to left, #ffffff 360px, rgba(255,255,255,0.8) 650px, rgba(255,255,255,0) 960px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_5.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
	*/
	position: relative;
	background-image: linear-gradient(to left, #ffffff 0px, rgba(255,255,255,0.85) 120px,rgba(255,255,255,0.8) 700px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_5.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.sdgs_section2 > div:nth-child(2){
	background-image: linear-gradient(to right, #ffffff 500px, rgba(255,255,255,0.8) 700px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_6.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.sdgs_section2 > div:nth-child(3){
	background-image: linear-gradient(to left, #ffffff 300px, rgba(255,255,255,0.8) 700px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_7.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
}
.sdgs_section2 > div:nth-child(odd){
	padding: 18px 120px 54px 516px;
	margin: 0 0 0 auto;
	font-size: 18px;
}
.sdgs_section2 > div:nth-child(even){
	padding: 18px 516px 54px 120px;/*396+120*/
	margin: 0 auto 0 0;
	font-size: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
   .sdgs_section1 > div:nth-child(odd){
	    padding: 16px 12.5% 48px 40%;
	    margin: 0 0 0 auto;
	    font-size: 16px;
    }
    .sdgs_section1 > div:nth-child(even){
	    padding: 16px 40% 48px 12.5%;/*396+120*/
	    margin: 0 auto 0 0;
	    font-size: 16px;
    }
    .sdgs_section2 > div:nth-child(odd){
	    padding: 16px 12.5% 48px 40%;
	    margin: 0 0 0 auto;
	    font-size: 16px;
    }
    .sdgs_section2 > div:nth-child(even){
	    padding: 16px 40% 48px 12.5%;/*396+120*/
	    margin: 0 auto 0 0;
	    font-size: 16px;
    }
    .sdgs_section1 > div:nth-child(1){
        background-image: linear-gradient(to left, #ffffff 17%, rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.8) 58%, rgba(255,255,255,0) 88.5%, #ffffff 125%), url("/sdgs/images/bg_1.png");
    }
    .sdgs_section1 > div:nth-child(2){
        background-image: linear-gradient(to right, #ffffff 33%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, #ffffff 125%), url( "/sdgs/images/bg_3.png");
    }
    .sdgs_section1 > div:nth-child(3){
        background-image: linear-gradient(to left, #ffffff 47.5%, rgba(255,255,255,0) 90%, #ffffff 125%), url( "/sdgs/images/bg_2.png");
    }
    .sdgs_section1 > div:nth-child(4){
        background-image: linear-gradient(to right, #ffffff 33%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 90%, #ffffff 125%), url( "/sdgs/images/bg_4.png");
    }
    .sdgs_section2 > div:nth-child(1){
        background-image: linear-gradient(to left, #ffffff 45%, rgba(255,255,255,0.8) 55%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%, #ffffff 125%), url("/sdgs/images/bg_5.png");
    }
    .sdgs_section2 > div:nth-child(2){
        background-image: linear-gradient(to right, #ffffff 45%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%, #ffffff 125%), url("/sdgs/images/bg_6.png");
    }
    .sdgs_section2 > div:nth-child(3){
        background-image: linear-gradient(to left, #ffffff 33%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%, #ffffff 125%), url("/sdgs/images/bg_7.png");
    }
}
@media only screen and (max-width: 768px) {
     .sdgs_section1 > div:nth-child(odd), .sdgs_section1 > div:nth-child(even), .sdgs_section2 > div:nth-child(odd), .sdgs_section2 > div:nth-child(even){
		padding: 16px;
		font-size: 16px;
	}
	.sdgs_section1 > div:nth-child(1){
		position: relative;
		background-image: linear-gradient(to top, rgba(255,255,255,0.3) 45vw, rgba(255,255,255,1) 63vw), url("/sdgs/images/bg_2.png");
		background-size: 100%;
		background-position: bottom;
	}
	.sdgs_section1 > div:nth-child(2){
		position: relative;
		background-image: none;
	}
	.sdgs_section1 > div:nth-child(3), .sdgs_section1 div:nth-child(4){
		position: relative;
		background-image: none;
	}
	.sdgs_section1 > div:nth-child(5){
		position: relative;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 30vw, rgba(255,255,255,0.7) 60vw, rgba(255,255,255,1) 95vw), url("/sdgs/images/bg_3_sp.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top;
		padding-top: 80%;
	}
	.sdgs_section2 > div:nth-child(1){
		position: relative;
		background-image:linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 30vw, rgba(255,255,255,1) 60vw), url("/sdgs/images/bg_5.png");
		background-size: 100%;
		background-position: top;
		padding-top: 50%;
	}
	.sdgs_section2 > div:nth-child(2), .sdgs_section2 > div:nth-child(3){
		position: relative;
		background-image: none;
	}
}

/* 結び */
.sdgs_conclusion{
	width: 1200px;
	margin: 0 auto 0 -120px;
	font-size: 18px;
	padding: 280px 0 200px;
	background-image: linear-gradient(to right, #ffffff 0px, rgba(255,255,255,0.4) 120px, rgba(255,255,255,0.4) 1080px, #ffffff 1200px), url("/sdgs/images/bg_8.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.sdgs_conclusion div{
    margin: 0 168px;
	padding: 18px;
	font-size: 18px;
	background-color: rgba(255,255,255,0.5);
	
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .sdgs_conclusion{
		width: auto;
		margin: 0 auto;
		padding: 30% 0 15%; 
		position: relative;
		background-image: linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 65%), url("/sdgs/images/bg_8.png");
		background-size: cover;
		background-position: top;
	}
    .sdgs_conclusion div{
        width: 72%;
        margin: 0 auto;
        padding: 16px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
	.sdgs_conclusion{
		width: auto;
		margin: 0 auto;
		padding: 30% 16px 15%; 
		position: relative;
		background-image: linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 65%), url("/sdgs/images/bg_8.png");
		background-size: cover;
		background-position: top;
	}
    .sdgs_conclusion div{
        margin: 0 auto;
        padding: 16px;
        font-size: 16px;
    }
}

/* 以下section内のスタイル */
.section_title{
	margin: 36px auto 36px 18px;
	font-size: 28px;
    font-weight: bold;
}
.section_paragraph{
	margin: 18px 18px 0;
	font-size: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .section_title{
        margin: 16px 16px 0;
        font-size: 24px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .section_title{
        margin: 16px 0 16px 26px;
        font-size: 22px;
    }
    .section_title::before{
		content: '';
		display: inline-block;
		position: relative;
		top: -4px;
		left: -26px;
		width: 20px;
		height: 20px;
		margin-right: -20px;
		background-image: url("/sdgs/images/sdg_icon_wheel.svg");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: sub;
	}
	.section_paragraph{
		margin: 0 0 16px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.section_title{
		margin: 32px 0 32px 20px;
		font-size: 18px;
	}
	.section_title::before{
		content: '';
		display: inline-block;
		position: relative;
		top: -1.4px;
		left: -25px;
		width: 20px;
		height: 20px;
		margin-right: -20px;
		background-image: url("/sdgs/images/sdg_icon_wheel.svg");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: sub;
	}
	.section_paragraph{
		margin: 0px 0 16px;
		font-size: 16px;
	}
}
/* 取り組みリスト */
.sdgs_effort_list{
	padding-left: 36px;
}
.effort_title{
	margin: 36px auto;
	font-size: 20px;
}
.details_of_effort{
	position: relative;
	margin: 36px auto 36px 10px;
	font-size: 20px;
    font-weight: bold;
}
.details_of_effort::before{
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	left: -3px;
	width: 14px;
	height: 14px;
	border-radius: 50vw;
	background: rgba(0,153,217,0.3);
}
.details_of_effort::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: -10px;
	width: 16px;
	height: 16px;
	border-radius: 50vw;
	background: rgba(0,153,217,0.6);
}
.effort_description{
	font-size: 16px;
	margin: 0 18px 18px 0;
}
@media only screen and (max-width: 768px) {
	.sdgs_effort_list{
		padding: 16px 0px;
	}
    .sdgs_effort_list > li::before{
        content: '';
	    display: block;
	    background: #DDDDDD;
	    background-size: 100%;
	    margin: 0;
	    height: 1px;
    }
    .sdgs_effort_list > li:last-child::after{
        content: '';
	    display: block;
	    background: #DDDDDD;
	    background-size: 100%;
	    margin: 0;
	    height: 1px;
    }
	.details_of_effort{
		position: relative;
		margin: 16px auto 16px 9px;
		padding-left: 12px;
		font-size: 18px;
	}
	.details_of_effort::before{
		top: 2px;
		left: -14px;
		width: 12px;
		height: 12px;
		margin-right: -12px;
	}
	.details_of_effort::after{
		top: 6px;
		left: -9px;
		width: 14px;
		height: 14px;
	}
	.effort_description{
		font-size: 14px;
		padding: 0 16px;
		margin: 0 0 16px 0;
	}
}
/* 画像エリア */
.effort_imgArea1{
	text-align: center;
}
.effort_imgArea1 img{
	background-color: #ffffff;
	margin-bottom: 18px;
	width: 320px;
}
.effort_imgArea2{
    margin-bottom: 18px;
	text-align: center;
}
.effort_imgArea2 img{
    width: 360px;
}
.effort_imgArea2.border img{
    border: 1px solid #cccccc;
}
.imgArea2_caption{
	margin: 10px 0 18px;
	text-align: center;
	font-size: 14px;
}
.effort_imgArea3{
	text-align: left;
    margin-bottom: 18px;
}
.effort_imgArea3 img{
	 height: 200px;
}

.effort_imgArea4{
	text-align: left;
    margin-bottom: 18px;
}
.effort_imgArea4 img{
	width: 80%;
}

@media only screen and (max-width: 768px) {
	.effort_imgArea1 img{
		width: 70%;
        margin-bottom: 16px;
	}
    .effort_imgArea2 {
		width: auto;
	}
	.effort_imgArea2 img{
		width: 90%;
	}
	.imgArea2_caption{
		margin: 10px 0 16px;
		text-align: center;
	}
	.effort_imgArea3{
		text-align: center;
        margin-bottom: 16px;
	}
	.effort_imgArea3 img{
		width: 80%;
		height: auto;
	}
	.effort_imgArea4{
		text-align: center;
        margin-bottom: 16px;
	}
	.effort_imgArea4 img{
		width: 90%;
		height: auto;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {	
	.imgArea2_caption{
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px) {	
	.imgArea2_caption{
		font-size: 2.5vw;
	}
}

/* １段深いリスト */
.effort_list{
	margin: 0 36px 36px;
}
.li_effort{
	position: relative;
	margin: 18px 0;
	padding-left: 22px;
	font-size: 18px;
}
.li_effort::before{
	position: absolute;
	top: 5px;
	left: 0px;
	content: '';
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid rgba(0,153,217,0.6);
}
.li_effort_description{
	font-size: 16px;
}
.li_paragraph{
	margin: 18px 18px 0;
	font-size: 18px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .section_paragraph, .li_paragraph{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
	.effort_list{
		margin: 0 16px 32px;
	}
	.li_effort{
		margin: 0 0 16px;    
		padding-left: 18px;
		font-size: 16px;
	}
	.li_effort::before{
		top: 6px;
		left: 0px;
		width: 8px;
		height: 8px;
	}
    .li_effort_description{
		font-size: 14px;
		margin: 16px 0 16px 16px;
    }
    .li_paragraph{
		margin: 0px 2% 16px;
		font-size: 16px;
	}
}

/* sp表示用もっと見る */
.content-wrap{
	position: relative;
}
.more-btn{
	width: 40%;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	z-index: 2;
 	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .2s ease;
}
.content-txt{
	position: relative;
	overflow: hidden;
    margin-bottom: 40%;
}
.content-txt.is-hidden{
	height: 112px;
    margin-bottom: 68%;
}
.content-txt::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(255,255,255,1) 14px, rgba(255,255,255,0.9) 32px, rgba(255,255,255,0) 100%);
}
.more-btn::after{
    content:"続きを読む";
}
.more-btn:hover{
	color: #aaaaaa;
}
.more-btn.is-shown{
    bottom: -16px;
}
.more-btn.is-shown::after {
    content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.more-btn.is-shown + .content-txt::before {
    display: none;
}

/* sp表示用アコーディオン */
.acd-btn{
    font-size: 18px;
    font-weight: bold;
	position: relative;
    padding-right: 18px;
    cursor: pointer;
}
.acd-btn::before{/* 閉じている時 */
    color: #0099d9;
	content: "＋";
	position: absolute;
	right: 0px;
    top: 50%;
    margin-top: -13px;
}
.acd-btn.active::before{/* 開いている時 */
	content: "－";
}
.acd-content{
    display: none;
}




/* 以下，section2コメントアウト時用のスタイル */
.sdgs_section_temp{
	margin: 0 auto 0 -120px;
	width: 1200px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .sdgs_section_temp{
        margin: 0 auto 0 -12.5%;
		width: 125%;
	}
}
@media only screen and (max-width: 768px) {
	.sdgs_section_temp{
		display: none;
	}
}
.temp_paragraph {
	background-image: linear-gradient(to left, #ffffff 360px, rgba(255,255,255,0.8) 650px, rgba(255,255,255,0) 960px, rgba(255,255,255,0) 1080px, #ffffff 1200px), url("/sdgs/images/bg_5.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
	padding: 108px 120px 144px 516px;
	margin: 0 0 0 auto;
	font-size: 18px;
}
.temp_paragraph p {
    margin-bottom: 36px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .temp_paragraph{
	    padding: 96px 12.5% 128px 40%;
	    margin: 0 0 0 auto;
	    font-size: 16px;
        background-image: linear-gradient(to left, #ffffff 45%, rgba(255,255,255,0.8) 55%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%, #ffffff 125%), url("/sdgs/images/bg_5.png");
    }
    .temp_paragraph p{
        margin-bottom: 32px;
    }
}








