@charset "UTF-8";
/*////////////////////////*/
/*ファーストビュー*/
/*////////////////////////*/

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 700px;
}
.topslider {
  width: 100%;
  height: 100%;
}

.slider1 .swiper-slide {
	height: unset;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;

}
.swiper-pagination-bullet {
	width: 8%;
    height: 3px;
    border-radius: unset;
    background: #808080;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 75%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.news-box {
	position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background:rgba(255,255,255,0.85);
}
.slider1 .swiper-button-next {
  left: 14%;
  right: unset;
  top: 42px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.slider1 .swiper-button-next:after {
  font-size: .7rem;
  color: #662a26;
  font-weight: 600;
}


/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/

.box-six {
  display: block;
  position: relative;
  width: 500px;
  height: 400px;
  color: #000;
  background: #118c99;
  margin-top: 50px;
  clip-path: polygon(25% 0%, 74% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.box-six-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:rgba(82,102,93,0.8);
}
.box-four {
  display: block;
  position: relative;
  width: 400px;
  height: 400px;
  color: #000;
  background: #118c99;
  margin-top: 50px;
}
.box-four-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:rgba(75,95,121,0.8);
}

.bnr-box {
  position: relative;
  height: 180px;
  color: #fff;
  overflow-y: hidden;
}
.bnr-box-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.link-arow {
  background: url(/assets/images/common/icon-line.svg) no-repeat bottom center / 100px ;
}

.index-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.h400 {
  height: 400px;
}







/*slider2*/
.slider2 .slider-box {
	position: relative;
	height: 350px;
}
.slider2-cap {
	position: absolute;
	left: 15px;
	bottom: 10px;
	padding-left: 15px;
	background: url(/assets/images/common/icon-arrow02.png) no-repeat left center / 6px 10px;
}

/*slider3*/
.slider3 .slider-box {
	position: relative;
	height: 220px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}



.top-news {
	position: absolute;
	bottom: 2%;
	left: 0;
	z-index: 1;
	/*transform: translateX(-50%);
	-webkit- transform: translateX(-50%);*/
}



/*PCのみ*/
@media (min-width: 768px) {

		.index-news01 {
			width: 240px;
		}
		.index-news03 {
			width: 110px;
		}




}

@media (max-width: 768px) {

		.top-slider {
			height: 100vh;
			z-index: unset;
		}
		.top-catch {
      top: unset;
      bottom: 150px;
      background: unset;
		}
    .slider1 .swiper-button-next {
      left: unset;
      right: 15px;
    }
    .box-six {
      width: 100%;
      height: 300px;
      clip-path: unset;
    }
    .box-six-text {
      height: 40%;
    }
    .box-four {
      width: 100%;
      height: 300px;
    }
    .box-four-text {
      height: 40%;
    }













		.main-logo {
		    padding: 30px;
		}
		.h300 {
			height: auto;
		}


}



