.fv{
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  background: transparent;
  &.is-finished {
    overflow: visible;
  }
}
.movie{
  position: relative;
}
#fv-video{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  &.is-scrolled-past {
    position: absolute;
  }
  @media screen and (min-width: 1920px){
    width: 100vw;
    height: auto;
  }
  @media screen and (max-width: 767px){
    height: 100vh;
    width: auto;
    overflow: hidden;
  }
}
.fv-text{
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw / 2);
  opacity: 0;
  transition: all 1s;
  &.onView{
    opacity: 1;
  }
  @media screen and (max-width: 1400px){
    width: calc(100vw / 4 * 3);
  }
  @media screen and (max-width: 767px){
    width: 100%;
  }
}

.btn-revers{
  line-height: 1;
}
main{
  background: #f0f0f0;
  position: relative;
  z-index: 2;
}
.main-read{
  margin-top: calc(100vh);
  padding-top: 160px;
  img{
    max-width: 100%;
  }
  @media screen and (max-width: 767px){
    margin-left: 28px;
    margin-top: calc(100vh + 80px);
    padding-top: 80px;
  }
}
.section-block{
  margin-top: 120px;
  &.block-sustainability{
    margin-top: 60px;
  }
  @media screen and (max-width: 767px){
    position: relative;
    margin-top: 60px;
  }
}
.block-title{
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #808080;
  padding-bottom: 4px;
  position: relative;
  img{
    vertical-align: bottom;
    @media screen and (max-width: 767px){
      height: 72px;
    }
  }
  .p-abs{
    padding-top: 80px;
    height: 168px;
    @media screen and (max-width: 1125px){
      height: 110px;
    }
    @media screen and (max-width: 767px){
      height: auto;
    }
    img{
      position: absolute;
      top: 38px;
      left: 0;
      @media screen and (max-width: 1125px){
        width: 590px;
        top: 24px;
      }
      @media screen and (max-width: 767px){
        width: auto;
        max-width: 100vw;
      }
    }
  }
  &::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 3px;
  }
  @media screen and (max-width: 767px){
    width: 100%;
  }
}
.title-link{
  margin-right: 32px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  a{
    font-size: 20px;
    @media screen and (max-width: 767px){
      font-size: 18px;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px){
    margin: 32px auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-service{
  padding: 120px 0;
  background: #000;
  @media screen and (max-width: 767px){
    padding: 60px 0;
  }
  .block-title{
    &::after{
      background: #fff;
    }
  }
}

.eirItem.s_eirList_item{
  margin-left: 40px;
  margin-top: 20px;
  transition: all .4s;
  display: block;
  @media screen and (min-width: 1048px){
    margin-left: calc(50vw - 524px);
  }
  @media screen and (max-width: 767px){
    margin-left: 16px;
    margin-top: 20px;
  }
  .s_eirModule_title{
    font-size: 20px;
    line-height: 1.5;
    a{
      color: #666;
    }
    @media screen and (max-width: 767px){
      font-size: 16px;
    }
    &.icon-youtube{
      &::after{
        content: "";
        display: inline-block;
        width: 22px;
        height: 17px;
        background: url(/_assets/common/images/icon-youtube-mono.svg) no-repeat 50% 50%;
        background-size: cover;
        margin-left: 12px;
      }
    }
  }
  &:hover{
    margin-left: 20px;
    @media screen and (min-width: 1048px){
      margin-left: calc(50vw - 544px);
    }
    .s_eirModule_title a{
      color: #000;
    }
  }
}
/* .ir-lists_item{
  border-bottom: 1px solid #000;
  margin-left: 40px;
  margin-top: 20px;
  transition: all .4s;
  @media screen and (min-width: 1048px){
    margin-left: calc(50vw - 524px);
  }
  @media screen and (max-width: 767px){
    margin-left: 16px;
    margin-top: 20px;
  }
  .article-title{
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    @media screen and (max-width: 767px){
      font-size: 16px;
    }
    &.icon-youtube{
      &::after{
        content: "";
        display: inline-block;
        width: 22px;
        height: 17px;
        background: url(/_assets/common/images/icon-youtube-mono.svg) no-repeat 50% 50%;
        background-size: cover;
        margin-left: 12px;
      }
    }
  }
  &:hover{
    margin-left: 20px;
    @media screen and (min-width: 1048px){
      margin-left: calc(50vw - 544px);
    }
    .article-title{
      color: #000;
    }
  }
} */


.ir-lists_item-data,
.news-lists_item-data,
.s_eirModule_date_time{
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  .cat{
    background: #000;
    color: #fff;
    padding: 0 8px;
  }
}
.news-lists_item-data{
  margin-top: 12px;
}
.s_eirModule_date,
.s_eirModule_category{
  width: auto;
  display: inline-block;
  margin-right: 16px;
}
.s_eirModule_category_icon{
  background: #000;
  color: #fff;
  padding: 0 8px;
}

.news-lists{
  width: 100%;
  /* max-width: 1440px; */
  margin: 8px auto 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #808080;
  @media screen and (max-width: 767px){
    flex-direction: column;
    border-bottom: none;
  }
}
.news-lists_item{
  width: calc(100% / 3);
  max-width: 480px;
  border-right: 1px solid #808080;
  padding: 24px 28px;
  &:first-child{
    border-left: 1px solid #808080;
  }
  @media screen and (max-width: 767px){
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #808080;
  }
  .news-title{
    font-weight: 700;
    margin-top: 8px;
    line-height: 1.5;
  }
  figure{
    overflow: hidden;
    border-radius: 12px;
    transition: all .4s;
    img{
      transition: all .4s;
      vertical-align: bottom;
    }
  }
  &:hover{
    .news-title{
      text-decoration: underline;
    }
    figure{
      border-radius: 12px;
      img{
        transform: scale(1.05);
      }
    }
  }
}
.block-service{
  .block-title{
    margin-bottom: 16px;
  }
}
.service-list{
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 16px 32px;
  border-bottom: 1px solid #999;
  overflow: hidden;
  max-height: 120px;
  transition: all .4s;
  @media screen and (max-width: 767px){
    flex-direction: column;
    max-height: 100vh;
    padding: 16px;
    gap: 8px;
  }
  .service-info{
    width: 40%;
    position: relative;
    @media screen and (max-width: 767px){
      width: 100%;
    }
    h4{
      font-size: 28px;
      padding: 16px 0;
      margin-bottom: 24px;
      @media screen and (max-width: 767px){
        font-size: 24px;
        padding: 0 0 8px;
        margin-bottom: 0;
        &::before,
        &::after{
          content: "";
          width: 20px;
          height: 2px;
          background: #808080;
          position: absolute;
          right: 0;
          top: 1em;
        }
        &::before{
          transform: rotate(90deg);
          transition: all .3s;
        }
        &.is-acc-open{
          &::before{
            transform: rotate(0deg);
          }
        }
      }
    }
    h5{
      font-size: 20px;
      margin-bottom: 8px;
      margin-left: 40px;
      @media screen and (max-width: 767px){
        margin-left: 0;
        font-size: 18px;
      }
    }
    .service-info-read{
      font-size: 14px;
      margin-left: 40px;
      @media screen and (max-width: 767px){
        margin-left: 0;
        font-size: 12px;
        padding-bottom: 4.5em;
      }
    }
    .service-info-link{
      text-align: right;
      margin-top: 16px;
    }
    a{
      font-size: 16px;
      color: #fff;
      opacity: 0;
      background: url(/_assets/common/images/arrow-right-circle-wh.svg) no-repeat 100% 50%;
      background-size: contain;
      padding-right: 32px;
      transition: all .4s .1s;
    }
  }
  &:hover{
    height: 100%;
    max-height: 500px;
    @media screen and (max-width: 767px){
      max-height: 100vh;
    }
    a{
      opacity: 1;
    }
  }
  .service-img{
    width: 60%;
    max-height: 380px;
    overflow: hidden;
    border-radius: 12px;
    @media screen and (max-width: 767px){
      width: 100%;
      max-height: none;
    }
  }
  .sp-acc{
    @media screen and (max-width: 767px){
      visibility: hidden;
      max-height: 0;
      opacity: 0;
      transition: all .4s;
      &.is-acc-open{
        max-height: 100vh;
        visibility: visible;
        opacity: 1;
      }
    }
  }
}


.block-recruit{
  .fv-slide-all{
    overflow-x: hidden;
    margin-top: 24px;
    .fv-slide-all-inner{
      display: flex;
      gap: 40px;
      width: 6464px;
      animation: scroll-left 90s linear infinite;
      @media screen and (max-width: 767px){
        width: calc(3232px / 4 * 3 * 2);
      }
      img{
        width: 3759px;
        @media screen and (max-width: 767px){
          width: calc(3759px / 4 * 3);
        }
      }
    }
  }
}
@keyframes scroll-left {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}
.recruit-read{
  font-size: 40px;
  text-align: right;
  font-weight: 700;
  margin-top: 32px;
  margin-right: 32px;
  line-height: 1;
  letter-spacing: 3.2px;
  span{
    color: #2F6FF0;
  }
  @media screen and (max-width: 767px){
    font-size: 34px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.recruit-subread{
  font-size: 14px;
  text-align: right;
  font-weight: 700;
  margin-right: calc(32px + 70px);
  letter-spacing: .7px;
  @media screen and (max-width: 767px){
    font-size: 14px;
    line-height: 1.5;
  }
}

.block-about{
  position: relative;
}
.logo_float{
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: -200px;
  right: 15vw;
  opacity: 0;
  z-index: -1;
  @media screen and (max-width: 767px){
    display: none;
  }
  &.is-float{
    opacity: 1;
  }
}


.block-brand{
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 8px 0 40px;
}
.brand-wrap{
  position: relative;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.swiper{
  width: calc(100% - 128px);
}
.swiper-slide{
  box-sizing: border-box;
  width: 328px;
  height: 100%;
  border-right: 1px solid #999;
  &:first-child{
    border-left: 1px solid #999;
  }
  @media screen and (max-width: 767px){
    width: 100%;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: #fff;
  &::after{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    content: "";
    width: 40px;
    height: 8px;
  }
}
.swiper-button-prev{
  left: 0;
  border-right: 1px solid #999;
  &::after {
    background-image: url(/_assets/common/images/arrow-right.svg);
    transform: rotate(180deg);
  }
}
.swiper-button-next{
  right: 0;
  border-left: 1px solid #999;
  &::after {
    background-image: url(/_assets/common/images/arrow-right.svg);
  }
}

.swiper-slide{
  a{
    display: block;
    position: relative;
    .service-name{
      position: absolute;
      top: 4px;
      left: 8px;
      font-size: 10px;
      color: #666;
      font-weight: bold;
      z-index: 2;
      transition: color .4s;
    }
    img{
      display: block;
      transition: all .4s;
    }
    &:hover{
      .service-name{
        color: #fff;
      }
      img{
        opacity: .7;
        border-radius: 16px;
        transform: scale(.8);
      }
    }
  }
}
.service-img{
  background-size: cover;
  &.service-img-default{
    background: url(/_assets/common/images/service-img-default-bg.png) no-repeat 50% 50%;
  }
  &.service-img-sitest{
    background: url(/_assets/common/images/service-img-sitest-bg.png) no-repeat 50% 50%;
  }
  &.service-img-fastest{
    background: url(/_assets/common/images/service-img-fastest-bg.png) no-repeat 50% 50%;
  }
  &.service-img-swipage{
    background: url(/_assets/common/images/service-img-swipage-bg.png) no-repeat 50% 50%;
  }
  &.service-img-llmoa{
    background: url(/_assets/common/images/service-img-llmoa-bg.png) no-repeat 50% 50%;
  }
  &.service-img-dravis{
    background: url(/_assets/common/images/service-img-dravis-bg.png) no-repeat 50% 50%;
  }
  &.service-img-risnavi{
    background: url(/_assets/common/images/service-img-risnavi-bg.png) no-repeat 50% 50%;
  }
  &.service-img-avatwin{
    background: url(/_assets/common/images/service-img-avatwin-bg.png) no-repeat 50% 50%;
  }
  &.service-img-spaia{
    background: url(/_assets/common/images/service-img-spaia-bg.png) no-repeat 50% 50%;
  }
  &.service-img-spaiakeiba{
    background: url(/_assets/common/images/service-img-spaiakeiba-bg.png) no-repeat 50% 50%;
  }
  &.service-img-dragon{
    background: url(/_assets/common/images/service-img-dragon-bg.png) no-repeat 50% 50%;
  }
}

.fade_off {
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: all .3s;
}
.fade_on {
  opacity: 1;
  bottom: 0;
}