@charset "UTF-8";
.dir-climateaction main{
	background-color: #fdfce6;
}
.kv {
	overflow: hidden;
	text-align: center;
}
.kv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dir-climateaction main section {
	padding: 5rem 0;
}
.dir-climateaction main .text-red{
	color: #c30d23;
}
.dir-climateaction main .sec-ttl{
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.dir-climateaction main .sec-ttl img{
	height: 65px;
}
.dir-climateaction main .mt-50{
	margin-top: 50px;
}
.dir-climateaction main .mb-50{
	margin-bottom: 50px;
}
.dir-climateaction main p.text{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.0;
	margin-top: 0;
}
.dir-climateaction main p.ref{
	margin-top: 30px;
	font-size: 1.4rem;
	margin-bottom: 0;
}
	.dir-climateaction main .sec-img figure{
		margin: 0;
	}
.dir-climateaction main .sec-img img{
	width: 46%;
}

/*----- Section 1 -----*/
.dir-climateaction #section1 h2{
	font-weight: bold;
	font-size: 4.0rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.dir-climateaction #section1 h2 span{
	display: block;
}

.dir-climateaction #section1 .slideshow{
	margin-top: 50px;
}
/*----- Section 3 -----*/
.dir-climateaction #section3 .sec3-inner{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #231815;
	position: relative;
	padding: 5rem 2rem 2rem;
	margin-top: 50px;
}
.dir-climateaction #section3 .sec3-inner .sec3-inner_ttl{
	position: absolute;
	top: -30px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 300px;
}
.dir-climateaction #section3 .sec3-inner .sec3-inner_ttl span{
	display: inline-block;
	background-color: #fdfce6;
	padding-left: 10px;
	padding-right: 10px;
}
.dir-climateaction #section3 .sec3-inner p{
	position: relative;
	margin: 0;
	font-size: 1.7rem;
	line-height: 2.0;
	font-weight: bold;
}
/*----- Section 4 -----*/
.dir-climateaction #section4{
	background: #fff;
}
.dir-climateaction #section4 .sec4-list + .sec4-list{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px dashed #231815;
}
.dir-climateaction #section4 .sec4-inner{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.dir-climateaction #section4 .sec4-inner:before,.dir-climateaction #section4 .sec4-inner:after{
	content: "";
	background-image: url("../img/sec4_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 100px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.dir-climateaction #section4 .sec4-inner:before{
	position: absolute;
	left: 0;
}
.dir-climateaction #section4 .sec4-inner:after{
	position: absolute;
	right: 0;
}
.dir-climateaction #section4 .sec4-inner p{
	margin: 0;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2.0;
}

/*----- Section 5 -----*/
.dir-climateaction #section5 .section5-list{
	margin-top: 50px;
}
.dir-climateaction #section5 .section5-ttl{
	margin-bottom: 40px;
}
.dir-climateaction #section5 .section5-ttl img{
	height: 60px;
}
.dir-climateaction #section5 .slideshow{
	position: relative;
}
.dir-climateaction #section5 .swiper-button-prev, .dir-climateaction #section5 .swiper-button-next{
	background-image: linear-gradient(135deg, #c30d23 10%, #c30d23 100%);
}
.dir-climateaction #section5 .swiper-slide{
	border: 3px solid #c30d23;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	padding: 2rem;
}
.dir-climateaction #section5 .swiper-slide figure{
	margin: 0;
}
.dir-climateaction #section5 .swiper-slide p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
	color: #c30d23;
	height: 100%;
}
.dir-climateaction #section5 .section5-list ul{
	margin-top: 40px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.dir-climateaction #section5 .section5-list li{
	border: 1px solid #231815;
	border-radius: 9px;
	text-align: center;
	padding: 1.5rem;
}
.dir-climateaction #section5 .section5-list li span{
	display: inline-block;
	font-weight: bold;
}
.dir-climateaction #section5 .section5-list li + li{
	margin-top: 15px;
}

.dir-climateaction main .bottom-link{
	background-color: #59af64;
	text-align: center;
	padding: 2rem;
}
.dir-climateaction main .bottom-link a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0rem;
	position: relative;
	padding: 0 25px 0 0;
}
.dir-climateaction main .bottom-link a:after{
	content: "";
	background-image: url("../img/link-icon.png");
	background-size: 20px;
	width: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Swiper */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper {
	width: 100%;
}
.swiper .swiper-slide{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	
}
@media (max-width: 768px) {
	.dir-climateaction .kv{
		padding-top: 60px;
	}
	.dir-climateaction main .mt-50{
		margin-top: 25px;
	}
	.dir-climateaction main section{
		padding: 3rem 0;
	}
	.dir-climateaction main p.text{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.dir-climateaction main .sec-ttl{
		margin-bottom: 25px;
	}
.dir-climateaction main .sec-ttl img{
	height: auto;
	width: 100%;
}
	.dir-climateaction main .sec-ttl_sm img{
		width: 50%;
}
	.dir-climateaction main .sec-img img{
		width: 90%;
	}
	.dir-climateaction #section1 h2{
		font-size: 2.0rem;
		margin-bottom: 25px;
		line-height: 2.2;
	}
	.dir-climateaction #section1 .slideshow{
		margin-top: 25px;
	}
	.dir-climateaction #section3 .sec3-inner{
	width: 100%;
	padding: 3rem 2rem 2rem;
	margin-top: 50px;
}
.dir-climateaction #section3 .sec3-inner .sec3-inner_ttl{
	position: absolute;
	top: -18px;
	width: 220px;
}
	.dir-climateaction #section3 .sec3-inner p{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.dir-climateaction #section4 .sec4-inner{
		margin-top:20px;
		width: 100%;
	}
	.dir-climateaction #section4 .sec4-inner:before, .dir-climateaction #section4 .sec4-inner:after{
		width: 25px;
		height: 55px;
	}
	.dir-climateaction #section4 .sec4-inner p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.dir-climateaction main p.ref{
		font-size: 1.2rem;
	}
	.dir-climateaction #section5 .section5-ttl{
		margin-bottom: 20px;
	}
	.dir-climateaction #section5 .section5-list{
		margin-top: 25px;
	}
	.dir-climateaction #section5 .section5-ttl img{
		height: auto;
	}
	.dir-climateaction #section5 .section5-list ul{
		width: 90%;
		margin-top: 15px;
	}
	.dir-climateaction #section5 .swiper-slide{
		padding: 1rem;
	}
	
}
@media (min-width: 769px) {
.dir-climateaction main .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0;
}
	.dir-climateaction .btn-floating{
		display: none;
	}
}