.recruit__banner-bg {
  background-image: url(../images/top/recruit-img_cmm-sp.jpg);

}

.project__banner-bg {
  background-image: url(../images/top/project-img-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px){

  .media__banner4 {
    margin-top: 15px;
  }
  .recruit__banner-bg {
    background-image: url(../images/top/recruit-img_cmm.jpg);
  }
  .project__banner-bg {
    background-image: url(../images/top/project-img.jpg);
  }
}


.carousel {
  position:relative;
  /*height:200px;*/
  aspect-ratio: 1200/630;
  margin-bottom:50px;
  width:100%;
}

.carousel .wrap-slick {
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:100%;
width:100%;
}

.carousel .wrap-slick:has(.slick-back){
  width:90vw;
  max-width:2000px;
}

.carousel .wrap-slick:has(.slick-front){
  height:100%;
}

.carousel .wrap-slick .slick-back .carousel-media{
  padding:0 10px;
}

.slick-back {
  top:50%;
    transform: translateY(-50%);

    filter: blur(10px);
}

.slick-dots  {
  display: flex !important;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding:0;
  margin:0;
  transform: translateY(30px);
  list-style:none;
}


.slick-dots button {
  font-size:0px;
  width: 10px; 
  aspect-ratio: 1/1;
  border-radius: 9999px;
  border:1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.slick-dots .slick-active button {
  background-color: white;
  border:1px solid white;
}

.mv__inner {
  display:flex;
  justify-content: center;
}

@media screen and (min-width: 768px){
  .carousel {
    height:480px;
  }
  .slick-dots  {
  transform: translateY(40px);
}

}

@media screen and (min-width: 1000px){
  .carousel {
    margin-top:30px;
    height:500px;
  }
  .carousel .wrap-slick .slick-back{
      /*max-height:100px;*/
  }
  .slick-front {
    width:933px;
    margin:0 auto;
  }
  .slick-dots  {
  transform: translateY(50px);
}

}

@media screen and (max-width: 1000px){
  .carousel .wrap-slick .slick-back{
    display:none;
  }
}

@media screen and (max-width: 767px){
.service__section-title {
  max-height:80px;
  }
.service__section-title img {
  height:80px;
  width:auto;
  }

  .service__article-wrap .service__article{
    max-height:340px;
  }
  .service__article-wrap {
    margin-top:1.9375rem;
  }
}



