@charset "UTF-8";
.st-Entry{
	z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 959px) 
{
  .env-Content {width: 960px}
}


.env-Content_wrap {
  padding: 80px 5.2%;
  background: #e9e9e9;
}

.env-Content_bg {
  padding: 0 5.8% 0px;
  max-width: 1380px;
  background: #fff;
}

.env-Slider {
	padding: 80px 0	 90px;
	background: #fff;
	position: relative;
}

.env-Slider .swiper-slide {
	margin: auto;
	padding: 0 .82%;
	text-align: center;
	max-width: 1220px;
	width: 89.8%;
}

.env-Slider_img{
	margin-bottom: 30px;
}

.env-Slider_txt{
	opacity: 0;
	font-size: 1.7em;
	letter-spacing: .2em;
	text-indent: .2em;
	color: #00835e;
	font-weight: 700;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	transition:opacity .2s;
	width: 380px;
	margin: auto;
}

.swiper-slide-active .env-Slider_txt{
	opacity: 1;
	transition:opacity .3s .7s;
}

.ctrl-wrap {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 380px;
	bottom: 0;
	font-size: 1.7em;
	height: 1.9em;
}

.ctrl-wrap .swiper-button-next,
.ctrl-wrap .swiper-button-prev {
  background-size: 6px 10px;
  height: 10px;
  width: 6px;
  z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ctrl-wrap .swiper-button-next {
	right: 0;
  background-image: url(../img/env_arrow_03.svg);
}

.ctrl-wrap .swiper-button-prev {
	left: 0;
  background-image: url(../img/env_arrow_02.svg);
}

.env-List{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.env-List_item{
	max-width: 380px;
	width: 31.1%;
	margin: 0 3.2% 100px 0;
	text-align: center;
}

.env-List_item:nth-child(3n){
	margin-right: 0;
}



.env-List_img{
	min-height: 126px;
}

.env-List_item:nth-child(1) .env-List_img{
	padding-top: 8px;
}

.env-List_item:nth-child(3) .env-List_img{
	padding-top: 25px;
}
.env-List_item:nth-child(4) .env-List_img{
	padding-top: 16px;
}

.env-List_item:nth-child(5) .env-List_img{
	padding-top: 16px;
}

.env-List_item:nth-child(6) .env-List_img{
	padding-top: 16px;
}



.env-List_ttl{
	margin-bottom: 25px;
	font-size: 1.7em;
	line-height: 1.3em;
	text-indent: .29em;
	letter-spacing: .29em;
	color: #00835e;
	font-weight: 700;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

.env-List_txt{
	text-align: left;
	font-size: 1.2em
}


@media only screen and (min-width: 768px) and (max-width: 1560px) {


  .env-Content_wrap {
    padding: 5vw 5.2%;
  }

  .env-Content_bg {
    padding: 0 5.8% 0;
  }

	.env-Slider {
		padding: 5vw 0 5.625vw;

	}

	.env-Slider_img{
		margin-bottom: 1.375vw;
	}

	 .env-Slider_txt{
		font-size: 1.25vw;
		width: 23.75vw;
	}

	.ctrl-wrap {
	  width: 23.75vw;
		font-size: 1.25vw;
	}

	.env-List_item:nth-child(7){
		margin-bottom: 5vw;
	}

	.env-List_img{
		min-height: 7vw;
	}
	.env-List_item:nth-child(1) .env-List_img{
		padding-top: .5vw;
	}

	.env-List_item:nth-child(3) .env-List_img{
		padding-top: 1.562vw;
	}

	.env-List_item:nth-child(4) .env-List_img{
		padding-top: 1vw;
	}

	.env-List_item:nth-child(5) .env-List_img{
		padding-top: 1vw;
	}

	.env-List_item:nth-child(6) .env-List_img{
		padding-top: 1vw;
	}


	.env-List_item:nth-child(1) .env-List_img img{
		width: 16%;
	}

	.env-List_item:nth-child(2) .env-List_img img{
		width: 19.7%;
	}

	.env-List_item:nth-child(3) .env-List_img img{
		width: 19.7%;
	}

	.env-List_item:nth-child(4) .env-List_img img{
		width: 19.7%;
	}

	.env-List_item:nth-child(5) .env-List_img img{
		width: 22.9%;
	}

	.env-List_item:nth-child(6) .env-List_img img{
		width: 20%;
	}



	.env-List_ttl{
		margin-bottom: 1.562vw;
		font-size: 1.7em;
	}

	.env-List_txt{
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1164px) {.env-List_ttl{
		margin-bottom: 1.562vw;
		font-size: 1.5vw;
	}}

@media only screen and (max-width: 767px) {
  .env-Module {
    padding: 0;
  }

  .env-Module_wrap {
    padding: 0 2.666%;
    height: 42.266vw;
  }

  .env-Headline {
    background-size: 46.4vw;
  }

  .env-Headline_en {
    font-size: 6.8vw;
  }

  .env-Headline_ja {
    font-size: 3.066vw;
  }

  .env-Breadcrumbs {
    display: none;
  }

  .env-Content {
    padding: 0;
  }

  .env-Content_wrap {
    padding: 2.4vw 2.666% 16vw;
  }

  .env-Content_bg {
    padding: 0 5.63% ;
  }

	.env-Slider {
		padding: 10.666vw  0	18.666vw;

	}
	.env-Slider_img{
		margin-bottom: 4vw;
	}

	 .env-Slider_txt{
 		font-size: 3.733vw;
		width: 77%;
	}

	.ctrl-wrap {
		width: 77%;
		font-size: 3.733vw;
	}

	.ctrl-wrap .swiper-button-next,
	.ctrl-wrap .swiper-button-prev {
	  background-size: 1.733vw 3.2vw;
	  height:  3.2vw;
	  width: 1.733vw;
	}

	.env-List_item{
		max-width: 100%;
		width: 100%;
		margin: 0 auto 18.666vw ;
	}
	.env-List_item:nth-child(3n){
		margin-right: auto;
	}
	.env-List_item:nth-child(7){
		margin-bottom: 8.6vw;
	}
	.env-List_img{
		min-height: 26vw;
	}

	.env-List_item:nth-child(1) .env-List_img{
		padding-top: 0;
	}

	.env-List_item:nth-child(3) .env-List_img{
		padding-top: 0;min-height: 20vw;
	}

	.env-List_item:nth-child(4) .env-List_img{
		padding-top: 0;
		
	}

	.env-List_item:nth-child(5) .env-List_img{
		padding-top: 0;
	}

	.env-List_item:nth-child(6) .env-List_img{
		padding-top: 0;
	}

	.env-List_item:nth-child(7) .env-List_img{
		padding-top: 0;
	}
	.env-List_item:nth-child(1) .env-List_img img{
		width: 20.6%;
	}

	.env-List_item:nth-child(2) .env-List_img img{
		width: 23.8%;
	}

	.env-List_item:nth-child(3) .env-List_img img{
		width: 23.8%;
	}

	.env-List_item:nth-child(4) .env-List_img img{
		width: 23.8%;
	}

	.env-List_item:nth-child(5) .env-List_img img{
		width: 30%;padding-bottom: 25px
	}

	.env-List_item:nth-child(6) .env-List_img img{
		width: 24.1%;
	}

	.env-List_item:nth-child(7) .env-List_img img{
		width: 17.4%;
	}
	.env-List_ttl{
		margin-bottom: 9.33vw;
		font-size: 4.8vw;
		text-indent: .27em;
		letter-spacing: .27em;
	}

	.env-List_txt{
		font-size: 3.2vw;
		line-height: 1.75;
		letter-spacing: .228em;
	}

}
