@charset "UTF-8";
/*============================
topのみの設定
============================*/
/*topのみ反転対応*******/
@media screen and (min-width: 992px) {
  .is-heroChange .header {
    background-color: rgba(255, 255, 255, 0) !important;

    .header-tel {
      color: #fff;
    }

    .header-tel .tel,
    .header-tel a {
      color: #fff;
    }

    .globalNavi-links>li>a {
      color: #fff;

      &::before {
        background-color: #fff;
      }
    }

  }
}

@media screen and (min-width: 768px) {
  .is-heroChange #contents {
    padding-top: 0;
  }
}

/*topのみcontents パディング0*******/
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 0;
  }
}

/*============================
topHero
============================*/
.topHero {
  position: relative;

  .topHeroSlider-slideWrap {
    position: relative;
    background: var(--color-black);
  }

  .topHeroSlider-pagination {
    display: flex;
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
    height: auto;
    text-align: left;
    position: absolute;
    bottom: 80px !important;
    height: 5px;
    left: 15px !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--color-orange);
  }

  .swiper-slide {
    position: relative;
  }

  .imgArea {
    height: 70vh;
    min-height: 500px;
    position: relative;

    img {
      object-fit: cover;
      opacity: 0.7;
      height: 100%;
      width: 100%;
      max-width: initial;
    }
  }
}

.topHero-inner {
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .topHero {
    .topHeroSlider-pagination {
      bottom: 100px !important;
      left: 25px !important;

      .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
      }
    }

    .imgArea {
      height: 80vh;
      min-height: 600px;
    }
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.topHero .swiper-slide-prev .imgArea img,
.topHero .swiper-slide-active .imgArea img,
.topHero .swiper-slide-duplicate-active .imgArea img {
  animation-name: zoomUp;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}

.topHeroSlider-txtArea {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-family: "YakuHanMP", "Noto Serif JP", "Arial", "Meiryo", sans-serif;

  .catchcopy {
    font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  }

  .txt {
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    line-height: 1.6;
  }
}

@media screen and (min-width: 576px) {
  .topHeroSlider-txtArea {
    .catchcopy {
      letter-spacing: 1px;
    }

    .txt {
      letter-spacing: 1px;
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    }
  }
}

@media screen and (min-width: 992px) {
  .topHeroSlider-txtArea {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.scroll-line {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 1px;
  height: 40px;
  background: var(--color-orange);
  transition: all 1.4s;
  z-index: 1;

  &::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: rgb(255, 255, 255);
    -webkit-animation: lineMove 3s ease infinite;
    animation: lineMove 4s ease infinite;
  }

  span {
    position: absolute;
    top: -54px;
    left: -9px;
    font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: #fff;
    transform: scale(1);
    transform-origin: left bottom;
    writing-mode: vertical-rl;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) {
  .scroll-line {
    right: 2vw;
    height: 90px;
    bottom: 50px;
  }
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }

  20% {
    bottom: 0;
    height: 100%;
  }

  40% {
    bottom: 0;
    height: 0;
  }

  100% {
    bottom: 0;
    height: 0;
  }
}

/* =========================================================
.topNews
========================================================= */
.topNews {
  background-color: var(--color-black);
  padding: 0;
  position: absolute;
  top: -50px;
  right: 0;
  width: 90vw;
  z-index: 3;

  .sectionTitle {
    flex: 0 1 auto;
    margin-bottom: 0px;

    .en {
      font-size: clamp(2rem, 2.4vw, 2.4rem);
      margin-bottom: 0px;
      color: #ffffff;
    }
  }
}



.topNews-inner {
  display: flex;
}

.topNews-list {
  flex: 1 1 auto;

  .item .inner {
    padding: 0.8rem 0 0.8rem 1.6rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #ffffff;
    align-items: baseline;

    &:hover {
      color: var(--color-lightblue);
    }

    .dt {
      margin-right: 1em;

      span {
        font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
        font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      }
    }

    .hdg {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      line-height: 2;

      h3 {
        display: inline;
        margin-right: 1em;
      }
    }
  }

}

@media screen and (min-width: 768px) {
  .topNews {
    padding: 16px 0 16px 16px;
  }

  .topNews-list {
    margin-bottom: 0;

    .item .inner {
      flex-direction: row;
      padding: 1.6rem 1.6rem 1.6rem 3.2rem;
    }
  }
}

/* =========================================================
.topService
========================================================= */
.topService {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-blue);
  color: var(--color-black);
  background-color: var(--color-lightgray);
}

.topService-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1 1 auto;

  .txt-inner {
    width: 100%;
    position: relative;
    z-index: 1;

    .sectionTitle {
      align-items: flex-start;

      .en {
        color: var(--color-black);
      }
    }
  }

  .img-inner {
    width: 100%;
    overflow: hidden;

    .media {
      position: relative;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      margin-right: -40px;
    }
  }
}

@media screen and (min-width: 768px) {
  .topService {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .topService-inner {
    padding-left: 6vw;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .topService-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;

    .txt-inner {
      margin-bottom: 80px;
    }
  }
}


.topWorks {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;

  .swiper-slide {
    height: auto;

    .cardItem {
      height: 98%;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
  }

  .topWorksSlider-pagination {
    margin-bottom: 60px;

    .swiper-pagination-bullet {
      background-color: var(--color-blue);
      border-radius: 0;
      margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
    }

  }
}

.topWorks-inner {
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .topWorks {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}



/* =========================================================
.topCompany
========================================================= */
.topCompany {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-lightgray);
}

@media screen and (min-width: 768px) {
  .topCompany {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.topCompany-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1 1 auto;

  .txt-inner {
    width: 100%;
    position: relative;
    z-index: 1;

    .sectionTitle {
      align-items: flex-start;
    }
  }

  .img-inner {
    width: 100%;
    overflow: hidden;

    .media {
      position: relative;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      margin-right: -40px;
    }
  }
}

@media screen and (min-width: 768px) {
  .topCompany-inner {
    padding-left: 6vw;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .topCompany-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
}

/* =========================================================
.topRecruit
========================================================= */
.topRecruit {
  position: relative;
  background-color: var(--color-darknavy);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;

  .sectionTitle .en {
    color: #ffffff;
  }

  .inner {
    text-align: center;
    margin-bottom: 1.6rem;

    &:first-of-type() {
      text-align: left;
    }
  }

  .recruit-btn {
    position: relative;
    color: #ffffff;
    padding: 1.2em 30px;
    line-height: 1.2em;
    display: inline-block;
    font-size: 1.4rem;
    width: 100%;
    max-width: 250px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #ffffff;

    &:hover {
      color: var(--color-black);
      background-color: #ffffff;
    }
  }
}

@media screen and (min-width: 768px) {
  .topRecruit {
    padding-top: 160px;
    padding-bottom: 160px;

    .inner {
      margin-bottom: 0;
    }

    .recruit-btn {
      font-size: 1.4rem;
      min-width: 250px;
      width: auto;
    }
  }
}

/* =========================================================
.topMessage
========================================================= */
.topMessage {
  position: relative;
  padding: 0;
  text-align: center;
  background-image: url("../images/top/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;

  &::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    top: 0;
    left: 0;
  }
}

.topMessage-inner {
  padding-top: 100px;
  padding-bottom: 100px;

  h2 {
    font-size: clamp(2.1rem, 3.2vw, 3.2rem);
    color: #ffffff;
    font-weight: 700;
  }
}

/*# sourceMappingURL=top.css.map */