@charset "UTF-8";



.firstView{
  position: relative;
  width: 100%;
  height: 100vh;
/*  height: calc(100vh - 100px);*/
  overflow: hidden;
  animation: fadein 3s ease-out forwards;
  /*opacity: 0;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
}
.firstView:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 15%);
  z-index: -1;
}

#bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.go_scroll {
    width: 15px;
    height: 185px;
    position: absolute;
    bottom: 0;
    left: 100px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 700;
}
.go_scroll::after {
    content: '';
    width: 1px;
    height: 115px;
    background-color: var(--green);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 0;
  animation: scroll_arrow 1.7s ease-out infinite;
}
@keyframes scroll_arrow {
  0% {opacity: 0;
    transform: translate(-50%, 0px);
  }
  30% {opacity: 1;
    transform: translate(-50%, 0);
  }
  95% {opacity: 1;
    transform: translate(-50%, 115px);
  }
  100% {opacity: 0;
    transform: translate(-50%, 115px);
  }
}
.mv_txt {
  width: clamp(480px, 91%, 767px);
  right: 7%;
  position: relative;
  margin-left: auto;
    &  h2{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
        & .mv_txt01 {
          font-size: clamp(50px, 13vw, 97px);
          line-height: 1.14;
        }
        & .mv_txt02 {
          font-size: clamp(24px, 5vw, 39px);
          /*margin-top: clamp(30px, 6vh, 60px);*/
          margin-top: clamp(30px, 6vh, 1.5em);
          /*margin-top: 1.5em;*/
          font-weight: 700;
          line-height: 1.2;
        }
    }
}
.glightbox{
  /*width: 260px;*/
  /*height: 60px;*/
  width: auto;
  padding: 1em 1em;
  /*margin-top: clamp(45px, 9vh, 85px);*/
  margin-top: clamp(25px, 9vh, 3.5em);
  /*margin-top: 3.5em;*/
  /*font-size: 21px;*/
  font-size: clamp(16px, 2.7vw, 21px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, .3);
}
.glightbox::after{
  content: '';
  width: 19px;
  height: 18px;
  display: block;
  position: relative;
  background: url(../img/front/movie_arrow.svg) center / contain no-repeat;
  margin-left: 1.2em;
}
.glightbox-container{
  background: none;
}
.goverlay {
    background: rgba(0, 0, 0, .86) !important;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .glightbox:hover{
    background-color: rgba(0, 0, 0, .8);
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .mv_txt {
    width: auto;
    right: auto;
    margin-right: auto;
      & h2 {
          & .mv_txt01 {
              font-size: calc(90vw / 7);
          }
          & .mv_txt02 {
            font-size: calc(90vw / 16.5);
          }
      }
  }

  .go_scroll {
      width: 12px;
      height: 160px;
      position: absolute;
      bottom: 0;
      left: 5%;
    font-size: 12px;
  }
  .go_scroll::after {
      content: '';
      width: 1px;
      height: 115px;
      background-color: var(--green);
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translate(-50%, 0px);
      opacity: 0;
    animation: scroll_arrow 1.7s ease-out infinite;
  }
}



/* sec01
***************************************************************/

.txt_wrap01 {
  min-width: auto;
}
.ttl_box01{
  display: flex;
  flex-direction: column;
    & .ttl_box_en{
      font-size: 24px;
      color: var(--green);
    }
    & .ttl_box_jp{
      line-height: 1.78;
      font-size: 28px;
      font-weight: 700;
      margin-top: 0.4em;
    }
}
.txt_box01{
  /*margin-top:70px;*/
  margin-top:3.2em;
      font-size: 16px;
      font-weight: 700;
      line-height: 2;
    /*& p{
    }*/
    & p + p{
      margin-top: 1em;
    }
}

.img_wrap01{
  position: relative;
}

.sec01{
  padding-bottom: 0;
  & .txt_wrap01{
    max-width: 820px;
  }
  .txt_box01{
    margin-top:70px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.77;
  }
  & .img_wrap01{
    width: 870px;
    right: -2.9%;
  }
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width: 1240px){
  .sec01{
    & .ttl_box01{
        & .ttl_box_en{
          /*font-size: 24px;*/
          font-size: clamp(20px, 2.5vw, 24px);
        }
        & .ttl_box_jp{
          /*font-size: 28px;*/
          font-size: clamp(24px, 2.6vw, 28px);
        }
    }
    & .txt_box01{
          margin-top:3.5em;
          font-size: clamp(16px, 1.5vw, 18px);
          line-height: 2.2;
        & p{
          /*font-size: 18px;*/
        }
    }
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec01{
    padding-bottom: 0;
    & .txt_wrap01{
      max-width: 820px;
    }

    & .img_wrap01{
      width: 870px;
      right: -2.9%;
    }
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .ttl_box01{
    display: flex;
    flex-direction: column;
      & .ttl_box_en{
        font-size: 22px;
      }
      & .ttl_box_jp{
        font-size: 24px;
      }
  }
  .btn01{
    margin-top: 30px;
  }

  .sec01 {
    padding-bottom: 15px;
      .ttl_box01 {
        & .ttl_box_en {
            font-size: 22px;
        }
        & .ttl_box_jp {
            font-size: 20px;
            line-height: 2;
        }
      }
      .txt_box01 {
        margin-top: 35px;
              font-size: 16px;
              line-height: 2;
          /*& p {
          }*/
          & p + p {
            margin-top: 1.8em;
          }
      }
      .img_wrap01 {
        margin-top: 26px;
      }
    }
}






/* sec02
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width: 1720px){

}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec02{
    & .inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    & .img_wrap01{
      width: 1306px;
      left: -5.8%;
    }
    & .txt_wrap01{
      width: 402px;
        & .ttl_box01{
            & .ttl_box_jp{
              font-size: 26px;
            }
        }
        & .btn01{
          margin-top: 30px;
        }
    }
    & .txt_box01{
      margin-top:50px;
          font-size: 16px;
          line-height: 2;
        & p{
        }
    }
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
   .sec02{
      & .img_wrap01{
        width: 100vw;
        margin-left: -5vw;
        margin-top: 22px;
      }
      & .txt_box01 {
        margin-top: 30px;
              font-size: 16px;
              line-height: 2;
          & p {
          }
      }
    }
}





/* sec03
***************************************************************/


.sec03{
  & .txt_wrap02{
    text-align: center;
      & .txt_box01{
        width: 710px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 55px;
            font-size: 16px;
         & p{
         }
      }
  }
  & .btn01{
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
  }
}
.interview_slider_wrap{
  position: relative;
  margin-top: 70px;
    & .interview_slider{
      width: calc(88% + 80px);
      margin-left: auto;
      margin-right: auto;
      z-index: 1;
    }
    & a{
      position: relative;
    }
    & .interview_ttl{
      position: absolute;
      bottom: 25px;
      left: 60px;
      z-index: 1;
       & .interview_ttl01{
        font-size: 25px;
       }
       & .interview_ttl02{
        font-size: 15px;
        margin-top: 0.7em;
       }
    }
}

.interview_slider .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.interview_slider_wrap .arrows {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
}
.interview_slider_wrap .arrows .slick-prev,
.interview_slider_wrap .arrows .slick-next {
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  /*background-color: #fff;*/
  z-index: 2;
  /*border-radius: 50%;*/
  /*top: 170px;*/
  transition: 0.3s;
}
.interview_slider_wrap .arrows .slick-prev{
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
  left: 0;
}
.interview_slider_wrap .arrows .slick-next{
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
  right: 0;
}
.interview_slider_wrap .arrows .slick-prev::after,
.interview_slider_wrap .arrows .slick-next::after{
  content: 'none';
}
/*.interview_slider_wrap .arrows .slick-prev::after{
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
}
.interview_slider_wrap .arrows .slick-next::after{
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}*/

/*--------------------PC--------------------*/

@media all and (max-width:1720px) and (min-width:768px){
  .interview_slider .slick-slide {
    padding-left: clamp(20px,2.5vw,40px);
    padding-right: clamp(20px,2.5vw,40px);
  }

  .interview_slider_wrap{
      & .interview_ttl{
        bottom: 5%;
        left: calc(clamp(20px,2.5vw,40px) + 20px);
         & .interview_ttl01{
          font-size: clamp(16px,1.8vw,25px);
         }
         & .interview_ttl02{
          font-size: clamp(12px,1.1vw,15px);
         }
      }
  }
}

@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec03{
    & .btn01{
      margin-top: 35px;
    }
    & .txt_wrap02 {
        & .txt_box01 {
          width: 100%;
          margin-top: 30px;
                font-size: 16px;
                line-height: 2;
            & p {
            }
        }
    }
  }


  .interview_slider_wrap{
    margin-top: 30px;
      & .interview_ttl{
        position: absolute;
        bottom: 5%;
        left: calc(6.1vw + 4.5%);
         & .interview_ttl01{
          font-size: clamp(16px,3vw,25px);
         }
         & .interview_ttl02{
          font-size: clamp(12px,1.8vw,15px);
         }
      }
  }


  .interview_slider_wrap {
    & .interview_slider {
        width: 100%;
    }


    .interview_slider .slick-slide {
      padding-left: 6.1vw;
      padding-right: 6.1vw;
    }

    .interview_slider_wrap .arrows .slick-prev,
    .interview_slider_wrap .arrows .slick-next {
        width: 12px;
        height: 12px;
      }
    }
}





/* sec04
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width: 1720px){

}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec04{
    & .inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    & .img_wrap01{
      width: 1306px;
      left: -5.8%;
    }
    & .txt_wrap01{
      width: 402px;
        & .ttl_box01{
            & .ttl_box_jp{
              font-size: 26px;
            }
        }
        & .btn01{
          margin-top: 30px;
        }
    }
    .txt_box01{
      margin-top:50px;
          font-size: 16px;
          line-height: 2;
        & p{
        }
    }
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
   .sec04{
      & .img_wrap01{
        width: 100vw;
        margin-left: -5vw;
        margin-top: 22px;
      }
      & .txt_box01 {
        margin-top: 30px;
              font-size: 16px;
              line-height: 2;
          & p {
          }
      }
    }
}



/* sec05
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) and (max-width: 1720px){

}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec05{
    & .inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    & .img_wrap01{
      width: 1306px;
      right: -5.8%;
      order: 2;
    }
    & .txt_wrap01{
      width: 402px;
        & .ttl_box01{
            & .ttl_box_jp{
              font-size: 26px;
            }
        }
        & .txt_box01 + .btn01{
          margin-top: 50px;
        }
        & .btn01{
          margin-top: 30px;
        }
    }
    .txt_box01{
      margin-top:50px;
          font-size: 16px;
          line-height: 2;
        & p{
        }
    }
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
   .sec05{
      & .img_wrap01{
        width: 100vw;
        margin-left: -5vw;
        margin-top: 22px;
      }
      & .txt_box01 {
        margin-top: 30px;
              font-size: 16px;
              line-height: 2;
          & p {
          }
      }
    }
}












/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

