@charset "UTF-8";

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 480px;
}
.Bwrap {
	height: 480px;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;
  width: 100%;
  height: 100%;
}

/*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;
}

.slider3 .slider-box .movie-icon {
  padding: 0.125rem 0.25rem;
	line-height: 1;
	border:thin solid #000;
	background-color: #fff;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	z-index: 1;
}

.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-catch {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 670px;
	height: 170px;
}

.bg-index-service {
	background: url(/assets/images/top/index-service-bg.jpg) no-repeat top center /  auto 300px ;
}
.bg-index-works {
	background: url(/assets/images/top/index-works-bg.jpg) no-repeat top center /  auto 300px ;
}

.index-movei-recruit {
	width: 768px;
	background: url(/assets/images/top/top-rec.svg) no-repeat right center /  35% ;
}
.index-bnr-recruit {
	position: relative;
	width: 768px;
	height: 170px;
}

.newsbtn {
    display: block;
    padding: 4px 10px;
    background: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
}
.newsbox ul:last-child {
	border: none;
}

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

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

@media (max-width: 768px) {

		.top-slider {
			height: 410px;
		}
		.Bwrap {
			height: 410px;
		}
		/*slider2*/
		.slider2 .slider-box {
			height: 150px;
		}
		/*slider3*/
		.slider3 .slider-box {
			height: 180px;
		}
		.top-catch {
			width: 85%;
			height: auto;
		}

		.index-movei-recruit {
			width: 100%;
			padding-top: 200px;
			background: url(/assets/images/top/top-rec.svg) no-repeat top center /  70% ;
		}
		.index-bnr-recruit {
			width: 90%;
			height: 130px;
		}

		.index-news01 {

		}
		.index-news03 {
			height: 60px;
			line-height: 60px;
		}
}
