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

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
}
.movie-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.movie-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px) ;
  background: #E3E3E3;
  z-index: -1;
}
.main-logo {
  width: 160px;
}



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


/*slider2*/
.slider2 .slider-box {
	position: relative;
	background: #F8F4F0;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.slider2 .slider-box > img {
  border-radius: 10px 10px 0 0;
}

/*slider3*/
.slider3 .slider-box {
	position: relative;
	background: #F8F4F0;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}



.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;
}

.news-box {
  width: 100%;
  height: 225px;
}
.news-box > img {
  border-radius: 10px 10px 0 0;
}
table {
  width: 100%;
}
.icon-serv {
  width: 60px;
  height: 60px;
}
.title01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



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

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




}

@media (max-width: 768px) {

		.top-slider {
			z-index: unset;
		}
		.top-catch {
			position: absolute;
			z-index: 1;
			top: 45%;
			left: 0;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
			width: 100%;
			height: 33%;
			background:rgba(0,0,0,0.7);
		}
		.h300 {
			height: 220px;
		}


}



