@charset "UTF-8";

#rc_fv{
	background: rgba(204, 237, 216, 0.8) url(../img/regional-contribution/fvbg.jpg) center 0 no-repeat;
	height: 400px;
	margin-bottom: 80px;
	padding-top: 40px;
}
#rc_fv h2,
#rc_fv h2 + p{
	width: 560px;
}
#rc_fv h2{
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 40px;
}
#rc_fv h2 span{
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 70px;
}
#rc_fv h2 + p{
	font-size: 16px;
}
#rc_mokuji{
	margin-bottom: 170px;
	counter-reset: num;
}
#rc_mokuji h2{
	margin-bottom: 30px;
}
#rc_mokuji > div{
	width: 960px;
	margin: 0 auto;
	border: 5px solid #00A639;
	padding: 40px;
}
#rc_mokuji ul{
}
#rc_mokuji ul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	counter-increment: num;
	padding: 18px 0;
	border-bottom: 1px solid #c8c8c8;
	
}
#rc_mokuji ul li::before{
	display: block;
	content: counter(num, decimal-leading-zero);
	font-family: Oswald;
	color: #66c98a;
	font-size: 36px;
	font-weight: 400;
	line-height: 30px;
	width: 52px;
}
#rc_mokuji ul li a{
	display: block;
	color: #00a53c;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	width: calc(100% - 52px);
	position: relative;
}
#rc_mokuji ul li a::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #00a53c;
	background-image: url(../img/regional-contribution/icon_down.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}

#rc_content{
	counter-reset: num;
}
.rc_box{
	counter-increment: num;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 190px;
}

.rc_box:nth-of-type(-n+2){
	padding-bottom: 50px;
}
.rc_box:nth-of-type(even){
	flex-direction: row-reverse;
}
.rc_box:last-of-type{
	margin-bottom: 50px;
}
.rc_num{
	position: relative;
	z-index: -1;
	width: 271px;
}
.rc_box:nth-of-type(even) .rc_num{
	text-align: right;
}
.rc_num::before{
	content: "";
	display: block;
	width: 284px;
	height: 284px;
	background-image: linear-gradient(-45deg, transparent 50%, #ccedd8 50%, #ccedd8 calc(50% + 1px), #fff calc(50% + 1px), #fff);
	position: absolute;
	top: -126px;
	left: -126px;
}
.rc_num::after{
	content: "";
	display: block;
	width: 284px;
	height: 284px;
	background-image: linear-gradient(-45deg, #fff 50%, #ccedd8 50%, #ccedd8 calc(50% + 1px), transparent calc(50% + 1px), transparent);
	position: absolute;
	bottom: -164px;
	right: -50px;
}
.rc_box:nth-of-type(even) .rc_num::before{
	left: -62px;
}
.rc_box:nth-of-type(even) .rc_num::after{
	right: -128px;
}
.rc_box:nth-of-type(1) .rc_num::after{
	right: -43px;
}
.rc_num span::before{
	content: counter(num, decimal-leading-zero);
	font-family: Oswald;
	color: #ccedd8;
	font-size: 200px;
	font-weight: 400;
	line-height: 100px;
	display: block;
}

.rc_content{
	width: 890px;
}
.rc_content dl{
	background: #fff;
	padding: 28px 0;
}
.rc_box:nth-of-type(-n+2) .rc_content dl{
	width: 615px;
	padding: 28px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rc_box:nth-of-type(2) .rc_content dl{
	left: initial;
	right: 0;
}
.rc_content dl dt{
	color: #00a53c;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	transform: scale(1,0.999);
	margin-bottom: 20px;
}
.rc_content dl dd{
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	transform: scale(1,0.999);
}

.tm_bnr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
}
.tm_bnr > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 396px;
	height: 178px;
	border-radius: 5px;
	box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	margin-right: 24px;
	background-color: #fff;
}

.slick-dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.slick-dots li{
    padding: 0 4px;
}
.slick-dots li button{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background-color: #c8c8c8;
    font-size: 0;
}
.slick-dots li.slick-active button{
	background-color: #00a53c;
}
div.slick-slide{
	border-radius: 5px;
	overflow: hidden;
}


@media screen and (max-width: 767px){
	#rc_fv{
		-webkit-background-size: cover;
		background-size: cover;
		height: auto;
		padding: 30px 0;
	}
	#rc_fv h2, #rc_fv h2 + p{
		width: 100%;
	}
	#rc_fv h2{
		font-size: 7vw;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	#rc_fv h2 span{
		font-size: 3.5vw;
		line-height: 1.4;
	}
	#rc_fv h2 + p{
		font-size: 14px;
		width: 66%;
		line-height: 1.6;
	}
	#rc_mokuji{
		margin-bottom: 10vw;
	}
	#rc_mokuji h2{
		margin-bottom: 20px;
	}
	#rc_mokuji > div{
		width: 90%;
		padding: 6vw;
	}
	#rc_mokuji ul li{
		padding: 14px 0;
	}
	#rc_mokuji ul li::before{
		font-size: 6vw;
		width: 7.5vw;
		line-height: 24px;
	}
	#rc_mokuji ul li a{
		font-size: 4vw;
		width: calc(100% - 7.5vw);
		padding-right: 30px;
		line-height: 24px;
	}
	
	.rc_box{
		flex-wrap: wrap;
		margin-bottom: 10vw;
	}
	.rc_content{
		width: 100%;
	}
	.rc_box .rc_content dl,
	.rc_box:nth-of-type(-n+2) .rc_content dl{
		position: static;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.rc_num span::before{
		font-size: 20vw;
	}
	.rc_num::after,
	.rc_num::before{
		width: 20vw;
		height: 20vw;
	}
	.rc_num::before{
		top: -3vw;
		left: -6vw;
	}
	.rc_num::after{
		bottom: -4vw;
		left: 8vw;
		right: initial;
	}
	.rc_box:nth-of-type(even) .rc_num::before{
		left: initial;
		right: 6vw;
	}
	.rc_box:nth-of-type(even) .rc_num::after{
		left: initial;
		right: -10vw;
	}
	.rc_box:nth-of-type(-n+2){
		margin-bottom: 0;
	}
	.rc_content dl dt{
		font-size: 24px;
	}
	.tm_bnr{
		flex-wrap: wrap;
	}
	.tm_bnr > div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 15px;
	}
	.tm_bnr > div img{
		width: auto;
		max-width: 100%;
	}
	.dot_slider img{
		border-radius: 5px;
	}	
	.slick-arrow{
		top: calc(50% - 20px);
	}
}





