@charset "utf-8";
/* CSS Document */
/************************************/
.con__txt p>a{color: #333;text-decoration: underline;}

h1{}
h2{}
h3{}
h3>span{}

h4{}
h5{}

/******************color******************/
#wrap.contents-sdgs,
.contents-sdgs .openbtn span,
.contents-sdgs .logo,
.contents-sdgs footer{background-color: #00a243;}
.contents-sdgs .openbtn{border-color: #00a243;}
.contents-sdgs .logo::before,
.contents-sdgs .logo::after{background: url("../../img/asset/logo_radius_green02.svg");}

/*#wrap.contents-sdgs #g-nav{
	background: #00a243;
}*/

.main.con-top{
	padding-bottom: 5rem;
	position: relative;
}
.main.con-top::after{
	content: '';
	background: url("../../img/asset/head_element_green02.png")no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -10vw;
}
.main.con-top .mv{
	max-height: 400px;
	height: 32vw;
	background:url("../img/top_img-sdgs.jpg")no-repeat center;
	background-size: cover;
	position: relative;
}
.main.con-top .mv .mv-dots{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}
.main.con-top .mv .mv-dots::before,
.main.con-top .mv .mv-dots::after{
	content: "";
	width: 25vw;
	height: 25vw;
	background: url("../img/con-top_dots.svg")no-repeat;
	position: absolute;
	opacity: 0.2;
}
.main.con-top .mv .mv-dots::before{
	top: -20%;
    left: 6%;
}
.main.con-top .mv .mv-dots::after{
	bottom: -50%;
	right: -6%;
}
/*----------con-about----------*/
.con-about{
	max-width: 740px;
	width: 90%;
}
.con-about h2{
	position: relative;
    top: -5.2rem;
    max-width: 30rem;
    margin: 0 auto -5rem;
}
.con-about p{
	line-height: 3rem;
    font-size: 1.2rem;
}

.slideArea{
	max-width: 600px;
}
.con_slide .slick-list{
	border-top-left-radius: 27px;
	border-top-right-radius: 27px;
	
}
.slide-arrow{
	width: 3.8%;
    height: 27%;
	position: absolute;
	border: none;
	cursor: pointer;
	transition: .3s opacity linear;
	-webkit-transition: .3s opacity linear;
	top: 41%;
}
.prev-arrow{
	left: 4%;
	z-index: 2;
	transform: rotate(180deg);
}
.next-arrow{
    right: 4%;
}
.con_slide .slick-dots li{
	width: 30px;
    height: 2px;
}
.con_slide .slick-dots li button{
	width: 33px;
    height: 2px;
	
}
.con_slide .slick-dots li button:before{
	content: '';
	width: 33px;
    height: 2px;
	background: #aaa;
}
.con_slide .slick-dots li.slick-active button:before{
	background: #00a243!important;
}

/*----------contents-----------*/
.contents {
	background-color: #f8f8f8;
	background-image: url("../../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 0 bottom 0;
	padding: 10rem 0;
	color: #333;
}

.con-list{}
.con-list .con-list__box{
	background: #fff;
	width: 48%;
    border: solid 3px #00a243;
    border-radius: 30px;
    overflow: hidden;
	position: relative;
	margin: 1.8rem 0;
}
a.gaibu_link{
	border-radius: 50px;
	display: inline-block;
	border: solid 2px #ddd;
	color: #333;
	font-weight: bold;
	padding: .2rem 2rem .4rem 3rem;
	position: relative;
	margin-top: 1.5rem;
	line-height: 1.3;
}
a.gaibu_link::before{
	content: '';
	background: url("../../img/gaibu_link.svg")no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 1rem;
}

a.small_btn{
	position: absolute;
	bottom: 1.5rem;
    right: 2rem;
	color: #333;
	font-weight: bold;
}
a.small_btn::after{
	content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 0px -4px 10px;
    background: url("../../img/btn_parts_green02.svg")no-repeat;
	transition: .4s;
}
.con__txt{
	width: 88%;
    margin: 2.5rem auto 0;
    padding-bottom: 4.5rem;
}
.con__txt h3{
	text-align: left;
    line-height: 1.3;
}
.con__txt > ul{
	margin: 1rem 0 .5rem;
}
.con__txt > ul li{
	display: inline-block;
    border-radius: 50px;
    color: #fff;
    padding: 0.2rem 1rem 0.4rem;
	margin-bottom: 0.5rem
}
.con__txt > ul li.day_sat{background: #5379de;}
.con__txt > ul li.day_sun{background: #e25858;}
.con__txt > ul li.day_time{color: #333;}
.con__txt > ul li.day_time>span{line-height: 0;}

.con__txt > p span{
	color: #888;
	margin-top: 1rem;
	display: block;
	font-size: .9rem;
}
	

/************************************/

a.back_btn{
	background: #00a243;
	display: block;
	max-width: 360px;
	width: 70%;
	margin: 5rem auto 0;
	font-size: 1.5rem;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	padding: 2rem 0;
}

a.back_btn::after{
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

a.back_btn.ichiran_btn{
    max-width: 600px;
    border-radius: 500px;
	line-height: 1.5;
	padding: 1.5rem 0;
	margin: 2rem auto 5rem;
	width: 90%;
}
.contents-sdgs footer{

}
.contents-sdgs footer::before{
	content: '';
	background: url("../../img/asset/foot_element_green02.png")no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
    height: 10vw;
    position: absolute;
    top: -6.5vw;
}
p.henko{
	text-align: center;
    color: #888;
    font-size: 1rem;
	margin-top: 2rem;
}
@media screen and (max-width: 767px){

	/******************************************/
	h1{}
	h2{}
	h3{}
	h4{}
	h5{}
	/******************main_v******************/
	.main.con-top .mv{
		height: 50vw;
	}
	/******************about******************/
	.con-about h2{
		top: -27vw;
		width: 68vw;
		margin-bottom: -27vw;
	}
	.con-about p{
		font-size: 4vw;
		line-height: 2.5;
	}
	.main.con-top{
		padding-bottom: 6vw;
	}
	/************************************/
	.contents{
		padding: 6vw 0 23vw;
	}
	.con-list{
		padding-bottom: 0;
	}
	.con-list .con-list__box{
		width: 100%;
	}
	.con__txt h3{
		    margin-bottom: 0;
	}
	.con__txt > ul li{
		font-size: 4vw;
		padding: 1.2% 4%;
		margin-right: 1.5%;
	}
	.con__txt > ul li.day_15{margin-right: 1.5%;}
	.con__txt > ul li.day_time{
		padding: 0 2%;
		margin-right: 0;
	}
	a.gaibu_link{
		margin-top: 1.5vw;
	}
	a.back_btn{
		margin: 0 auto;
		padding: 1.5rem 0;
	}
	a.back_btn.ichiran_btn{
		margin: 0 auto 8vw;
		font-size: 5vw;
	}
	p.henko{
		    width: 89%;
    margin: 0 auto 10vw;
	}
	

}