header#top{ position: relative } 
header#top .hero2overlay{
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

header#top{
    max-width: 100vw;
    overflow: hidden;
}
header#top > section{
    padding: 0;
}

.slick-slide img {
    object-fit: cover;
    height: 99vh;
    width: 100%;
}
.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide {
  height: 100%;
}

#gallery{ padding: 8vh 0;    overflow: hidden;}

#contact,
#company,
#works,
#news{
    padding: 15vh 0;
}
/*.hero {
  height: 80vh;  画面の高さの80% 
  background-image: url("img/index/main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

section.hero-slider{
    position: absolute;
    top:0;
    /*height: 80vh;*/
    height: 99vh;
    padding-top: 0;
    z-index: 0;
}

#cpDetailTable td,
#cpDetailTable th,
#cpDetailTable{
    background-color: transparent;
    border-style: none none solid none;
    border-color: #e0e0e0;

}
#cpDetailTable td,
#cpDetailTable th{
    line-height: 2.5rem;
}



    /* 事業内容 */
    #services {
      background: url(../img/index/bg_jigyo.jpg) , var(--navy);
      /*color: #fff;*/
      /*background-size: 100% 100%;*/
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 60vh;
      padding-top: 5vh;
      position: relative;
    }
    #services p {
      font-size: 1rem;
      line-height: 2;
      font-weight: bold;
    }
    
    #title_jigyo{
        
    }
    
    #servicesList +p{ padding-bottom: 0rem; }
    #servicesList { 
margin: auto;
    padding-left: 0;
        padding-bottom: 3rem;
    }
    
    #servicesList li:before{
        content: "・";
    }
    #servicesList li{
        list-style-type: none;
        font-size: 2rem;
        line-height: 2.25;
    }
    
    #gallery:before{

    }
    
    #mainWrapper #works{ 
        padding-top: calc(15vh + 8rem);
        position: relative;  
    }
    
    
    img.waveBottom,
    img.waveTop{
        width: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 8rem;
    }
    img.waveBottom{
        bottom:  unset;
        top:0;
    }    
    
    
    #galleryPicWrap .swiperrow{
          height: 24rem;
          padding: 1.5rem 0;
          margin: 1rem auto;
    }
    
#gallery .swiper-slide {
  width: auto;
}
#gallery .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

#galSwipeCont{
    margin: auto;
    width: 85vw;
    max-width: 85vw;
    padding-left: 0;
    padding-right: 0;

}

.swiper {
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 3.8s ease, transform 3.8s ease;
}
.swiper.is-ready {
  opacity: 1;
  transform: translateX(0);
}