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

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 100vh ;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.top-catch h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
}
.top-catch h1 > span {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 0 15px;
}
.top-catch h1 > span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  top: -5px;
  right: -5px;
  background-color: #000;
  z-index: -1;
}
.top-entry {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  padding: 20px 0;
  background: #beaf87;
}
.top-entry:hover {
  background: #707070;
}




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

.top-logo {
	width: 150px;
	height: 150px;
}
.top-ph01 {
	width: 100%;
	height: 150px;
}

.bnr-box {
  position: relative;
  height: 180px;
  color: #fff;
  overflow-y: hidden;
}
.bnr-box02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.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 ;
}

/*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: 450px;
      margin-top: 60px;
  }
  .top-catch {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: unset;
    -webkit- transform: unset;
  }
  .top-catch h1 {
    font-size: 1.4rem;
  }
  .top-catch h1 > span {
    margin: 10px 0;
  }
  .top-entry {
    display: none;
  }


}



