/* ===============
 # FV
=============== */
/* FV images */
.indexpage{
  &.fv-area{
    &::after{
      display: none;
    }
  }
}

/* FV text */
.page-title{
  &.faq-title{
    span{
      &:nth-last-child(3){
        color: #000;
      }
      &:nth-last-child(1),
      &:nth-last-child(2){
        color: #2F6FF0;
      }
    }
  }
  &.benefits-title,
  &.message-title{
    span{
      &:nth-last-child(3){
        color: #000;
      }
      &:nth-child(1){
        color: #2F6FF0;
      }
    }
  }
  &.job-title{
    span{
      &:nth-last-child(3){
        color: #000;
      }
      &:nth-child(1),
      &:nth-child(2){
        color: #2F6FF0;
      }
    }
  }
}
.message-page,
.job-page{
  .page-title-en{
    padding-right: 4%;
  }
}

/* content */
.content{
  @media screen and (max-width: 920px){
    &.job-contents{
      margin-top: 0;
    }
  }
  &.col-2{
    &.message-contents{
      flex-direction: row;
    }
    &.job-contents{
      flex-direction: row-reverse;
    }
  }
}



/* page original style */
/* message */
/* job */
.message-contents,
.job-contents{
  .content-main{
    width: 855px;
    margin-left: 6.9%;
    flex-shrink: 1;
    @media screen and (max-width: 767px){
      width: 100%;
      margin-left: 0;
    }
  }
  .content-nav{
    width: 100%;
    max-width: 485px;
    min-width: 242px;
    flex-shrink: 2;
    figure{
      position: sticky;
      top: 0;
      img{
        width: 100%;
      }
    }
  }
  .ceo-message{
    font-size: 46px;
    line-height: 1.5;
    font-feature-settings: "palt" on;
    letter-spacing: 10px;
    text-indent: -112px;
    padding-left: 112px;
    margin-top: 50px;
    span{
      color: #2F6FF0;
    }
    @media screen and (max-width: 767px){
      font-size: 32px;
      text-indent: -.5em;
      padding-left: .5em;
      letter-spacing: 5px;
      text-align: center;
    }
  }
  .message-read{
    padding-left: 112px;
    @media screen and (max-width: 767px){
      padding: 0 36px;
    }
  }
  .ceo-message-read-title{
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 5.6px;
    margin-top: 100px;
    @media screen and (max-width: 767px){
      font-size: 18px;
      letter-spacing: 1.2px;
      margin-top: 40px;
    }
  }
  p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 2.25em;
    max-width: 522px;
    @media screen and (max-width: 767px){
      font-size: 12px;
      margin-top: 20px;
    }
  }
  .ceo-sign{
    text-align: right;
    margin-top: 52px;
    img{
      vertical-align: middle;
      padding-left: 24px;
    }
    @media screen and (max-width: 767px){
      display: flex;
      justify-content: space-between;
      align-items: center;
      img{
        width: 149px;
        padding-left: 0;
      }
    }
  }
  .interview{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .interview-title{
    font-size: 100px;
    font-family: futura-pt, sans-serif;
    line-height: 1;
    text-align: center;
    @media screen and (max-width: 767px){
      font-size: 42px;
    }
  }
  .interview-title-jp{
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    width: 100%;
    max-width: none;
    margin-bottom: 52px;
    @media screen and (max-width: 767px){
      font-size: 18px;
      margin-bottom: 28px;
    }
  }
  .interview-content-read{
    flex-shrink: 0;
    width: calc((100% - 40px) / 2);
    @media screen and (max-width: 767px){
      width: 100%;
    }
  }
  .interview-content-image{
    width: calc((100% - 40px) / 2);
    max-width: 485px;
    @media screen and (max-width: 767px){
      width: 100%;
      max-width: 100%;
    }
    figure{
      position: sticky;
      top: 20px;
    }
    img{
      width: 100%;
    }
  }
  .interview-timeline{
    margin-top: 48px;
    position: relative;
    @media screen and (max-width: 767px){
      width: 100%;
      overflow-x: scroll;
      &::-webkit-scrollbar{
        display: none;
      }
    }
    ul{
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      @media screen and (max-width: 767px){
        flex-direction: row;
        gap: 32px;
        width: calc(80px * 9 + 32px * 7);
      }
      &::after{
        content: "";
        display: block;
        width: 1px;
        height: 99%;
        background-color: #fff;
        position: absolute;
        top: 1px;
        left: 40px;
        @media screen and (max-width: 767px){
          width: 99%;
          height: 1px;
          top: 40px;
          left: 1px;
        }
      }
    }
    li{
      display: flex;
      align-items: center;
      gap: 20px;
      z-index: 2;
      @media screen and (max-width: 767px){
        display: block;
      }
    }
    .sch-time{
      width: 80px;
      height: 80px;
      background: #181818;
      border: 1px solid #fff;
      border-radius: 50%;
      margin-top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      letter-spacing: 1.5px;
      flex-shrink: 0;
    }
    .sch-move{
      font-size: 16px;
      margin-top: 0;
      font-weight: 500;
      @media screen and (max-width: 767px){
        font-size: 12px;
      }
    }
  }
  .interview-content-wrap{
    position: relative;
    /* min-height: 100vh; */
  }
  .interview-content{
    position: sticky;
    top: 0;
    @media screen and (max-width: 767px){
      position: initial;
      margin-top: -20px;
      &:first-child{
        margin-top: 0;
      }
    }
  }
}
.job-contents{
  position: relative;
  .interview{
    margin-top: -612px;
    @media screen and (max-width: 920px){
      margin-top: 0;
    }
  }
  .interview-content{
    display: block;
    .interview-content-read{
      width: 100%;
      max-width: calc(100% - 242px - 20px);
      @media screen and (max-width: 920px){
        max-width: 100%;
      }
    }
    p{
      max-width: 100%;
    }
  }
  .content-main{
    margin-left: 4.5%;
    @media screen and (max-width: 920px){
      margin-left: 0;
    }
    .ceo-message{
      text-indent: -2em;
      padding-left: 2em;
      @media screen and (max-width: 920px){
        text-align: left;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .message-read{
      padding-left: 0;
      @media screen and (max-width: 767px){
        padding-left: 5%;
        padding-right: 5%;
      }
    }
  }
  .job-contents-circle{
    width: 100%;
    max-width: 424px;
    margin-left: 100px;
    @media screen and (max-width: 920px){
      width: calc(100% - 40px);
      margin: 40px auto 0;
      img{width: 100%;}
    }
  }
  .content-nav{
    position: sticky;
    top: 0;
    left: 100%;
    z-index: 2;
    width: 234px;
    @media screen and (max-width: 920px){
      position: fixed;
      left: auto;
      top: 10%;
      right: 100%;
      transition: right .4s ease;
      &.move{
        right: calc(100% - 234px);
        .sp-navi-arrow span{
          transform: rotate(180deg);
        }
      }
      ul{
        background: rgba(248, 247, 245, 0.95);
      }
    }
    .sp-navi-arrow{
      display: none;
      @media screen and (max-width: 920px){
        display: block;
        span{
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 36px;
          height: 60px;
          background: #000;
          color: #fff;
          top: calc(50% - 30px);
          right: 0;
          margin: 0 -36px 0 0;
        }
      }
    }
  }
}
.interview-btn{
  @media screen and (max-width: 767px){
    padding-bottom: 20px;
  }
  a{
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 618px;
    background: #f2f1ef;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 68px auto 0;
    color: #000;
    font-size: 20px;
    position: relative;
    @media screen and (max-width: 767px){
      font-size: 18px;
      margin-top: 40px;
    }
    &::after{
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: url(/_assets/images/recruit/_parts/arrow-circle-bk.svg) no-repeat;
      background-size: cover;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    &:hover{
      background: #2F6FF0;
      color: #fff;
    }
  }
}
.message-contents{
  .content-nav{
    @media screen and (max-width: 767px){
      display: block;
      padding: 0 2.5%;
    }
  }
}

/* benefits */
.benefits-contents{
  max-width: 1440px;
  .page-firstread{
    text-align: center;
    margin-bottom: 100px;
    @media screen and (max-width: 767px){
      font-size: 12px;
      margin-bottom: 36px;
    }
  }
  .sorting-content{
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .sorting-menu{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 52px;
    @media screen and (max-width: 767px){
      flex-wrap: wrap;
      gap: 10px;
      width: calc(100% - 40px);
      margin: 0 auto 20px;
    }
    li{
      cursor: pointer;
      width: 100%;
      max-width: 135px;
      box-sizing: border-box;
      text-align: center;
      border: 1px solid #000;
      padding: 12px 0;
      border-radius: 200px;
      transition: all .3s;
      &:hover{
        background: #000;
        color: #fff;
      }
      &.is-active{
        background: #000;
        color: #fff;
      }
      @media screen and (max-width: 767px){
        max-width: 105px;
        min-width: 105px;
        font-size: 12px;
      }
    }
  }
  .tile-item{
    img{margin-top: -1px;}
  }
}
.sector-pict{
  width: 100%;
  img{width: 100%;}
}

/* faq */
.faq-contents{
  .content-nav{
    @media screen and (max-width: 920px){
      z-index: 5;
      position: fixed;
      left: auto;
      top: 10%;
      right: 100%;
      transition: right .4s ease;
      &.move{
        right: calc(100% - 234px);
        .sp-navi-arrow span{
          transform: rotate(180deg);
        }
      }
      ul{
        background: rgba(248, 247, 245, 0.95);
      }
    }
    .sp-navi-arrow{
      display: none;
      @media screen and (max-width: 920px){
        display: block;
        span{
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 36px;
          height: 60px;
          background: #000;
          color: #fff;
          top: calc(50% - 30px);
          right: 0;
          margin: 0 -36px 0 0;
        }
      }
    }
  }
}

/* top page */
.top-page{
  .page-title{
    padding-right: 0;
  }
  &.spot-picture{
    background: #000;
    padding: 100px 0 0;
  }
}
.pala-block{
  position: relative;
  figure{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1421px;
    top: 100vh;
    overflow-x: hidden;
    img{
      width: 1440px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      @media screen and (max-width: 767px){
        width: 720px;
      }
    }
  }
  .pala-empty-block{
    height: 100vh;
  }
}
.pala-container{
  position: sticky;
  width: 100%;
  height: calc(100vh + 110px);
  top: -110px;
  svg{display: block;}
  .pala-wrap{
    background: url(/_assets/images/recruit/_parts/bg-line-s.png);
    background-size: 100px;
    clip-path: url(#clipCanvas);
    top: 0rem;
    width: 100%;
    height: calc(100vh + 110px);
    position: absolute;
    overflow: hidden;
    will-change: width, border-radius, background;
    transition: width 1000ms, border-radius 1000ms, background 1000ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  .pala-content{
    color: #fff;
    text-align: center;
    margin-top: 100px;
    h2{
      font-size: 100px;
      font-family: futura-pt, sans-serif;
      line-height: 1;
      margin-bottom: 32px;
      @media screen and (max-width: 767px){
        font-size: 42px;
        padding-top: 70px;
        margin-bottom: 40px;
      }
    }
    h3{
      font-size: 28px;
      margin-bottom: 32px;
      line-height: 1.5;
      @media screen and (max-width: 767px){
        font-size: 18px;
        margin-bottom: 28px;
      }
    }
    p{
      font-size: 14px;
      margin-bottom: 28px;
      line-height: 1.9;
      @media screen and (max-width: 767px){
        font-size: 12px;
      }
    }
    .corp-name{
      font-size: 30px;
      font-family: futura-pt, sans-serif;
      @media screen and (max-width: 767px){
        font-size: 14px;
      }
      span{
        font-size: 50px;
        padding-left: 12px;
      }
    }
  }
}
#clipCanvas{
  rect{
    height: calc(100vh + 110px);
    transform-box: fill-box;
    transform: scaleX(1.01) scaleY(0);
    transform-origin: bottom;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform .5s;
    will-change: transform;
    /* width: calc(100vw / 32); */
    fill: #000;
    bottom: 0;
    @media screen and (max-width: 767px){
      transform: scaleY(0);
    }
  }
  &.show{
    rect{
      transform: scaleX(1.01) scaleY(.9);
      &:nth-child(2){transform: scaleX(1.01) scaleY(.8);}
      &:nth-child(3){transform: scaleX(1.01) scaleY(1);}
      &:nth-child(5){transform: scaleX(1.01) scaleY(.95);}
      &:nth-last-child(4){transform: scaleX(1.01) scaleY(.7);}
      &:nth-last-child(3){transform: scaleX(1.01) scaleY(.95);}
      &:nth-last-child(1){transform: scaleX(1.01) scaleY(1.1);}
      @media screen and (max-width: 767px){
        transform: scaleY(.995);
        &:nth-child(2){transform: scaleY(.98);}
        &:nth-child(3){transform: scaleY(1.3);}
        &:nth-child(5){transform: scaleY(.95);}
        &:nth-last-child(4){transform: scaleY(.97);}
        &:nth-last-child(3){transform: scaleY(.95);}
        &:nth-last-child(1){transform: scaleY(1.2);}
      }
    }
  }
}
.top-job-content{
  background: url(/_assets/images/recruit/_parts/bg-line-s.png);
  margin-top: 0;
  padding-top: 100px;
  @media screen and (max-width: 767px){
    padding-top: 72px;
    .interview-btn{
      width: calc(100% - 48px);
      margin: 0 auto;
    }
  }

}
.top-job{
  font-size: 100px;
  font-family: futura-pt, sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  @media screen and (max-width: 767px){
    font-size: 42px;
  }
}
.top-job-sub{
  font-size: 20px;
  color: #2F6FF0;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 767px){
    font-size: 18px;
  }
  span{
    color: #fff;
  }
}
.top-cards{
  display: flex;
  justify-content: center;
  gap: 28px 20px;
  width: 100%;
  max-width: 1285px;
  flex-wrap: wrap;
  margin: 76px auto 0;
  @media screen and (max-width: 767px){
    margin-top: 28px;
    flex-direction: column;
    gap: 20px;
  }
  .top-card{
    width: 100%;
    max-width: calc((100% - 40px) / 3);
    border: 1px solid #363636;
    border-radius: 5px;
    @media screen and (max-width: 767px){
      max-width: calc(100% - 32px);
      margin: 0 auto;
    }
  }
  .top-card-text{
    padding: 12px 20px 32px;
    color: #fff;
    background: #000;
    @media screen and (max-width: 767px){
      padding-bottom: 20px;
    }
  }
  .top-card-num{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
    em{
      font-style: normal;
      font-size: 36px;
      font-family: futura-pt, sans-serif;
      line-height: 1;
      font-weight: 700;
      @media screen and (max-width: 767px){
        font-size: 20px;
      }
    }
  }
  .top-card-title{
    font-size: 28px;
    letter-spacing: 5.6px;
    line-height: 1.4;
    margin-top: 12px;
    @media screen and (max-width: 767px){
      font-size: 18px;
      letter-spacing: 2px;
    }
  }
  .top-card-read{
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
    letter-spacing: .6px;
    @media screen and (max-width: 767px){
      font-size: 10px;
    }
  }
  .top-job-btn{
    width: 100%;
    max-width: 130px;
    margin: 28px auto 0;
    border: 1px solid #fff;
    @media screen and (max-width: 767px){
      margin-top: 16px;
    }
  }
  figure{
    img{
      width: 100%;
      vertical-align: bottom;
    }
  }
}
.hover-animation{
  background: #F2F1EE;
  margin-top: 100px;
  @media screen and (max-width: 767px){
    margin-top: 60px;
  }
  .entryArea{
    border-top: 1px solid #000;
  }
  .entryArea-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin: 0 3%;
    background: #000;
    gap: 10%;
    @media screen and (max-width: 767px){
      flex-direction: column;
      padding: 20px 20px 30px;
      align-items: flex-start;
    }
  }
  .entryArea-title{
    color: #fff;
    h2{
      font-size: 100px;
      font-family: futura-pt, sans-serif;
      line-height: 1;
      @media screen and (max-width: 767px){
        font-size: 42px;
      }
    }
    p{
      font-size: 20px;
      letter-spacing: 3px;
      font-weight: 700;
      padding-left: 5px;
      @media screen and (max-width: 767px){
        font-size: 14px;
      }
    }
  }
  .entryArea-lists{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    @media screen and (max-width: 767px){
      justify-content: center;
      align-items: stretch;
      margin-top: 30px;
    }
    li{
      width: calc((100% - 32px) / 3);
      max-width: 262px;
      @media screen and (max-width: 767px){
        width: calc((100% - 16px) / 2);
        display: flex;
      }
      a{
        border: 1px solid #fff;
        font-size: 14px;
        @media screen and (max-width: 767px){
          font-size: 13px;
          min-height: 63px;
          line-height: 1.4;
          width: 100%;
          &.fs-12{
            font-size: 12px;
          }
        }
        &:hover{
          background: #2F6FF0;
        }
        &:after{
          width: 15px;
          height: 7.5px;
          background-size: contain;
          flex-shrink: 0;
        }
      }
    }
  }
  .hover-btn{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    @media screen and (max-width: 767px){
      .hover-btn-area01{
        border-bottom: 1px solid #000;
      }
    }
    &::after{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #F2F1EE;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      transition: all .4s;
    }
    ul{
      margin: 0 3%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: 1px solid #000;
      position: relative;
      z-index: 2;
      @media screen and (max-width: 767px){
        flex-direction: column;
      }
    }
    li{
      width: 50%;
      border-right: 1px solid #000;
      @media screen and (max-width: 767px){
        width: 100%;
      }
      a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 100px 5%;
        color: #000;
        transition: all .4s;
        @media screen and (max-width: 767px){
          padding: 16px 5%;
        }
        &::after{
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          background: url(/_assets/images/recruit/_parts/arrow-circle-bk.svg) no-repeat 0 0;
          background-size: cover;
        }
      }
    }
    &.js-btnArea01{
      &:hover{
        background: url(/_assets/images/recruit/top/hover-animation-bg01.png) no-repeat 0 0;
        background-size: cover;
        .hover-btn-area01 a{
          background: rgba(255, 255, 255, 1);
        }
      }
    }
    &.js-btnArea02{
      &:hover{
        background: url(/_assets/images/recruit/top/hover-animation-bg02.png) no-repeat 0 0;
        background-size: cover;
        .hover-btn-area02 a{
          background: rgba(255, 255, 255, 1);
        }
      }
    }
    @media screen and (min-width: 768px){
      &:hover{
        &::after{
          opacity: 0;
        }
        ul{
          border: none;
        }
        li{
          border: none;
          a{
            margin: 50px 5%;
            padding: 50px 5%;
            background: rgba(255, 255, 255, .7);
            border-radius: 10px;
          }
        }
      }
    }
    h3{
      font-size: 36px;
      font-family: futura-pt, sans-serif;
      line-height: 1;
      font-weight: 700;
      @media screen and (max-width: 767px){
        font-size: 20px;
      }
    }
    p{
      font-size: 18px;
      font-weight: 500;
      @media screen and (max-width: 767px){
        font-size: 14px;
      }
    }
  }
}
.gc-info{
  padding: 100px 0 200px;
  background: url(/_assets/images/recruit/_parts/bg-line-s.png);
  color: #fff;
  @media screen and (max-width: 767px){
    padding: 60px 0;
  }
}
.gc-info-content{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  @media screen and (max-width: 767px){
    max-width: calc(100% - 32px);
  }
  .gc-info-title{
    font-size: 30px;
    letter-spacing: 6px;
    @media screen and (max-width: 767px){
      font-size: 20px;
      letter-spacing: 4px;
    }
  }
  .gc-info-sub_title{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #959595;
  }
  .gc-info-inner{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    @media screen and (max-width: 767px){
      flex-direction: column;
    }
  }
  .gc-info-text{
    font-size: 14px;
    font-weight: 500;
    width: calc((100% - 20px) / 2);
    @media screen and (max-width: 767px){
      width: 100%;
    }
  }
  .gc-info-btns{
    width: calc((100% - 20px) / 2);
    max-width: 340px;
    @media screen and (max-width: 767px){
      width: 100%;
      max-width: 100%;
    }
    p{
      margin-bottom: 16px;
      a{
        border: 1px solid #fff;
        padding: 16px 20px;
      }
    }
  }
}
.top-people{
  margin: 100px 0 0;
  @media screen and (max-width: 767px){
    margin-top: 60px;
  }
}
.top-people-title{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width: 767px){
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}
.top-people-main-title{
  h2{
    font-size: 46px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 8px;
    @media screen and (max-width: 767px){
      font-size: 32px;
    }
    span{
      color: #2F6FF0;
    }
  }
  p{
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .6px;
    color: #959595;
  }
}
.top-people-read{
  font-size: 14px;
  font-weight: 500;
  margin-top: -1em;
  @media screen and (max-width: 767px){
    margin-top: 24px;
  }
}
.top-faq{
  margin: 100px auto 0;
  padding-bottom: 100px;
  @media screen and (max-width: 767px){
    margin-top: 60px;
  }
  .top-faq-btn{
    margin: 50px auto 0;
    width: 130px;
    &::after{
      background: url(/_assets/images/recruit/_parts/arrow-long-bk.svg) no-repeat 0 0;
    }
  }
}

/* slider */
.top-people-slider{
  position: relative;
  .slider-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 36px;
  }
  .swiper {
    width: 100%;
    position: relative;
    @media screen and (min-width: 960px) {
      padding-left: calc((100% - 960px) / 2);
    }
    @media screen and (max-width: 767px){
      padding-left: 16px;
    }
  }
  .swiper-slide{
    position: relative;
    width: 300px;
    &.swiper-slide-even{
      margin-top: 20px;
    }
    .number{
      font-size: 20px;
      font-family: futura-pt, sans-serif;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 1px;
      position: relative;
      z-index: 3;
      color: #000;
      padding-left: 12px;
    }
    figure{
      margin-top: -10px;
    }
    .role{
      font-size: 14px;
      color: #fff;
      font-weight: 700;
      position: absolute;
      left: 12px;
      bottom: 64px;
    }
    .name{
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      position: absolute;
      left: 12px;
      bottom: 32px;
    }
  }
  .slider-footer {
    margin:40px auto 0;
    position: relative;
    height:2px;
    background:#D9D9D9;
    max-width: 500px;
    @media screen and (max-width: 767px){
      max-width: 60%;
      margin: 40px 0 0 16px;
    }
  }
  .slider-footer-btn{
    margin: 20px auto 0;
    width: 130px;
    &::after{
      background: url(/_assets/images/recruit/_parts/arrow-long-bk.svg) no-repeat 0 0;
    }
    @media screen and (max-width: 767px){
      margin-top: 40px;
    }
  }
  .progress-indicator {
    position:absolute;
    top:0;
    left:0;
    height:2px;
    background:#181818;
    width:0%;
    transition: transform 0.3s;
  }
  .swiper-button-wrap{
    position: absolute;
    bottom: 68px;
    right: calc((100% - 500px) / 2 - 150px);
    @media screen and (max-width: 767px){
      right: 10px;
      bottom: 80px;
    }
  }
  .swiper-button-next, .swiper-button-prev {
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: url(/_assets/images/recruit/_parts/arrow-circle-bk.svg) no-repeat 0 0;
    background-size: cover;
    &:hover{
      opacity: .7;
    }
  }
  .swiper-button-prev{
    transform: rotate(180deg);
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
  }
  .swiper-button-prev {
    right:80px;
    left:auto;
    @media screen and (max-width: 767px){
      right: 48px;
    }
  }
  .swiper-button-next {
    right:20px;
    @media screen and (max-width: 767px){
      right: 0;
    }
  }
}

.fv_swiper{
  .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    width: 300px;
    img{display: block;}
    &.mt-add{
      margin-top: 50px;
    }
    .hov{
      position: absolute;
      bottom: -100px;
      right: -100px;
      z-index: -1;
    }
    &.w500{
      width: 500px;
    }
  }
}
.fv-slide-all{
  overflow-x: hidden;
  margin-top: 5vh;
  .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);
      }
    }
  }
}