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

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
  height: auto;
  /* max-height: 600px; */
	/* height: calc(100vh - 80px) ; */
}
.top-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 270px;
}


/* ファーストビュー一文字ずつ出現 */
/* 文字を囲むspanの初期状態 */
.fade-char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.5s ease; /* 0.5秒かけて表示 */
}
/* 表示された時の状態 */
.fade-char.is-visible {
  opacity: 1;
}
#typA span:nth-child(5) {
  padding-right: 25px;
}


.slider1 .swiper-slide {
	height: unset;
  background: #fff;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
	width: 8%;
    height: 3px;
    border-radius: unset;
    background: #808080;
}
.top-catch {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 49%;
	height: auto;
	padding: 5px;
  border-bottom: solid 2px #7b8245;
}
.main-logo {
	width: 200px;
	height: 150px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


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

.index-bg01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    z-index: -1;
}
.index-bg02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    z-index: -1;
}
.catch01 {
    position: absolute;
    top: 0;
    right: 30px;
    background: #fff;
    writing-mode: vertical-rl;
    padding: 15px 5px;
}
.box-works {
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

/*slider2*/
.slider2 .slider-box {
	/* position: relative;
	height: 350px; */
}
.slider2 .swiper-pagination-bullet {
	  width: 4%;
    height: 2px;
    border-radius: unset;
    background: #000;
}
.slider2 .swiper-pagination-bullet-active {
    background: #3d578d;
}
.slider02-ph {
  height: 260px;
}
.slider02-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

/*slider4*/
.slider04-cap {
	position: absolute;
	left: 15px;
	bottom: 10px;
	padding-left: 15px;
	background: url(/assets/images/common/icon-arrow02.png) no-repeat left center / 6px 10px;
}
.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;
}


.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;
  height: 100%;
  z-index: -1;
}
.link-arow {
  background: url(/assets/images/common/icon-line.svg) no-repeat bottom center / 100px ;
}






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




}

@media (max-width: 768px) {
    .top-logo {
      display: none;
    }
		.top-slider {
      height: auto;
      max-height: 435px;
      margin-top: 60px;
      z-index: unset;
      padding-bottom: 100px;
		}
		.top-catch {
			position: unset;
			width: 96%;
      margin: 0 2%;
		}
    .index-bg01 , .index-bg02 {
      display: none;
    }
    .box-recruit {
      width: 100%;
      height: 120px;
    }






    .slider02-ph {
      height: 180px;
    }
    .slider2 .swiper-pagination-bullet {
        width: 10%;
    }

    .slider3 .slider-box {
      height: 180px;
    }

}



