/*****************************************************************************/
/*TOP*/
/*****************************************************************************/

#top-cover {

  background: url('../img/000.jpg') center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}




/* トップページのみ、表示を遅らせる */
#menu-pc,
#icons-smp {
  animation-delay: 3.1s;
}

#header-pc {
  animation-delay: 2.8s;
}

/* ここまで */



#fs-h2 {
  position: absolute;
  top: calc(32.5vh - 6.5vw);
  width: 100%;
}

#fs-h2 h2 {
  font-size: max(6vw, 32pt);
  font-weight: 600;
  letter-spacing: .012em;
  line-height: 1.07em;
  margin: 0;
  padding: 0;
  padding-top: max(2.8vh, 36px);
  text-align: center;
}




#service {
  display: block;
}

#service {
  /*白が連続するため調整*/
  margin-top: -120px;
}

#service-contents {
  padding-top: 80px;
}

.service-item {
  height: 40vw;
  margin: 26px 0;
  /*h4のブルーの帯に合わせる*/
  margin-left: 13.8vw;
  overflow: visible;
  position: relative;
  width: calc(100% - 13.8vw);
  max-height: 680px;
  max-width: 1360px;
  min-height: 420px;

}

.service-img-box {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  height: 100%;
  padding-left: 25%;
}

.service-img {
  display: block;
  right: 0;
  height: 100%;
}

.service-info {
  background-color: rgba(210, 210, 210, .6);
  height: calc(84% - 6vw);
  padding: 3vw 2vw 3vw 3vw;
  position: absolute;
  top: 8%;
  width: calc(40% - 6vw);

}

.service-name {

  font-size: 20pt;
  line-height: 36pt;
  border-left: 8px solid #1c9dd2;
  margin-bottom: 50px;
  padding-left: 30px;
  margin-left: -40px;

}

.btn-read-more-servise {
  position: absolute;
  bottom: 50px;

}






#mvv {
  background: url("../img/mvv-bg.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}

#mvv-contents {
  /* background: url("../img/mvv-img.svg") no-repeat center left; */

  height: 300px;
  left: calc(14vw + 300px);
  margin-bottom: 120px;
  position: relative;

}

.mvv-item {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 20px;
  margin-bottom: 38px;
  line-height: 40px;
}

.mvv-en {
  background-color: #111;
  color: #fff;
  padding: 8px;
  font-size: 16px;
}



#case-study {
  /*白が連続するため調整*/
  margin-top: -120px;
}

#case-study-contents {
  padding-top: 80px;
}

.case-study-item {
  height: 40vw;
  margin: 26px 0;
  /*h4のブルーの帯に合わせる*/
  margin-left: 13.8vw;
  overflow: visible;
  position: relative;
  width: calc(100% - 13.8vw);
  max-height: 680px;
  max-width: 1360px;

  min-height: 420px;

}

.case-study-img-box {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  height: 100%;
  padding-left: 25%;
}

.case-study-img {
  display: block;
  right: 0;
  height: 100%;
}

.case-study-info {
  background-color: rgba(210, 210, 210, .6);
  height: calc(84% - 6vw);
  padding: 3vw 2vw 3vw 3vw;
  position: absolute;
  top: 8%;
  width: calc(40% - 6vw);

}

.case-study-num {
  color: #ff4;
  line-height: 12vw;
  display: block;
  font-size: 12vw;
  font-weight: 600;
  letter-spacing: 0;
  margin: 10px 0;
  padding: 0;
}

.case-study-companyname {
  padding-top: .8em;
  font-weight: 600;
  text-align: right;
}

.btn-read-more-cs {
  position: relative;
  top: 79.5%;

}


#about-us {
  background: url("../img/about-us-bg-3.jpg") no-repeat 90% bottom;
  background-size: cover;
  display: block;
  height: 50vh;
  min-height: 500px;
}

#about-us-contents {
  left: calc(20vw + 300px);
  margin-bottom: -88px;
  position: relative;
  top: -30px;
}

#about-us-list {
  padding: 40px 0 94px;
}

.about-us-item {
  font-weight: 600;
  line-height: 2.2em;
}

#magazine {
  display: block;
}

#magazine-contents {
  margin-bottom: 62px;
  padding-left: calc(13.8vw + 16px);
  padding-top: 62px;
}

.magazine-item {
  font-weight: 600;
  line-height: 2.2em;
}

#banner {
  margin-top: -140px;
  background: #fff;
  text-align: center;
}

.banner-top {
  width: 80%;
  max-width: 600px;
  margin: 30px;
}

.btn-read-more a {
  background-color: #1c9dd2;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: .06em;
  margin: 0 auto;
  padding: 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 180px;
}

.map {
  filter: brightness(100%) grayscale(100%);
  height: 400px;
  max-width: 700px;
  padding: 15px 0 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {

  #news-contents {
    left: 0;
    padding-left: calc(7vw + 12px);
    padding-top: 40px;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .news-item {
    line-height: 2.2em;
  }

  .news-date {
    font-size: .9em;
    letter-spacing: .04em;
    padding: 2px 0;
  }

  #service-contents {
    padding-top: 40px;
  }


  .service-item {
    margin: 26px 0;
    /*h4のブルーの帯に合わせる*/
    margin-left: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 200px;
    ;
  }

  .service-img-box {
    display: block;
    position: absolute;
    overflow: hidden;
    padding-left: 0;
  }

  .service-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .service-info {
    background-color: rgba(255, 255, 255, .8);
    height: auto;
    padding: 20px;
    top: 250px;
    left: 0;
    width: calc(100% - 40px);

  }

  .service-name {
    font-size: 18pt;
    line-height: 36pt;
    border-left: 8px solid #1c9dd2;
    margin-bottom: 30px;
    padding-left: 20px;
    margin-left: -20px;
    position: relative;
  }

  .service-txt {
    width: 100%;
    position: relative;


  }

  .btn-read-more-servise {
    position: relative;
    top: 50px;
  }


  #mvv {
    background-position: 30% center;
  }

  #mvv-contents {
    /* background: url("../img/mvv-img.svg") no-repeat center left; */
    height: auto;
    left: 10px;
    margin-bottom: 120px;
    position: relative;

  }

  .mvv-item {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 38px;
    position: relative;
    top: 18px;
  }

  .mvv-en {
    border-left: none;

  }



  #case-study {
    /*白が連続するため調整*/
    margin-top: -60px;
  }

  .case-study-item {
    height: 40vw;
    margin: 26px 0;
    /*h4のブルーの帯に合わせる*/
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 100%;

  }

  .case-study-info {
    background-color: rgba(210, 210, 210, .6);
    height: calc(50% - 6vw);
    padding: 3vw;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 6vw);

  }

  .case-study-num {
    color: #ff4;
    line-height: 12vw;
    display: block;
    font-size: 24vw;
    font-weight: 600;
    letter-spacing: 0;
    margin: 20px 10px;
    padding: 0;
  }

  .case-study-txt {
    width: 63%;
    position: absolute;
    left: 35%;
    top: calc(10px + 3vw);
  }

  .case-study-companyname {
    position: absolute;
    top: calc(90px - 1vw);
    right: 20px;
  }

  #about-us {
    background: url("../img/about-us-bg-3.jpg") no-repeat 90% bottom;
    background-size: cover;
    display: block;
    height: 50vh;
    min-height: 420px;
  }


  #about-us-list {
    padding: 40px 0 74px;
  }

  .about-us-item {
    font-weight: 600;
    line-height: 2.2em;
  }

  #about-us-contents {
    left: 0;
    padding-left: calc(7vw + 12px);
    padding-top: 40px;
    margin-bottom: -80px;
    position: relative;
    top: 0;
  }

  #magazine-contents {
    padding-left: calc(7vw + 12px);
  }



}