@charset "UTF-8";

/* =============================================================================

.recruit_crosstalk {
  @media (width > 640px) {
  }
  @media (width <= 640px) {
  }
}
============================================================================= */
body{
  padding-top: 0;
}

body:not(.is-global_menu-open) {
  .g-header {
    &::before {
      background-color:#d2ff37;
    }
    .logo > a {
      &::before {
        background-color:#000;
      }
    }
    .header-menu {
      .link {
        &.translate {
          background-color:var(--cc-white-A);
          img {
            opacity:0;
          }
          &::after {
            opacity:1;
          }
        }
      }
      .separator {
        background-color: var(--cc-black-A);
      }
    }
    .g-header_menu-btn {
      background-color: var(--cc-white-A);

      &::before,
      &::after {
        background-color: var(--cc-black-A);
      }
    }
  }
}

.recruit_crosstalk-kv{
  position: relative;
  .kvTtl{
    display: flex;
    white-space: nowrap;
    line-height: 1;
    color: var(--cc-grn);
    font-family: var(--ff-arialB);
    position: absolute;
    
    letter-spacing: -.04em;
    @media (width <= 640px) {
      flex-direction: column;
      filter: drop-shadow(0 0 12.22px rgba(0, 0, 0, 0.30));
      gap: 1rem;
    }
    .kvTtl__txtClm{
      display: flex;
      &.-clm1{
        @media (width > 640px) {
          gap: .6rem;
        }
        @media (width <= 640px) {
          gap: .3rem;
        }
      }
      .txtWrp{
        position: relative;
        line-height: 0;
      }
    }
    .-txt1{
      img{
        transition-delay: .1s;
      }
    }
    .-txt2{
      @media (width > 640px) {
        left: .5rem;
      }
      img{
        transition-delay: .2s;
      }
    }
    .-txt3{
      img{
        transition-delay: .3s;
      }
    }
    .-txt4{
      img{
        transition-delay: .4s;
      }
    }
    .-txt5{
      img{
        transition-delay: .5s;
      }
    }
    .-txt6{
      img{
        transition-delay: .6s;
      }
    }
    .-txt7{
      @media (width > 640px) {
        left: -1.6rem;
      }
      img{
        transition-delay: .7s;
      }
    }
    .-txt8{
      @media (width > 640px) {
        left: -1rem;
      }
      @media (width <= 640px) {
        left: .2rem;
      }
      img{
        transition-delay: .8s;
      }
    }
    .-txt9{
      @media (width <= 640px) {
        left: 1rem;
      }
      img{
        transition-delay: .9s;
      }
    }
    @media (width > 640px) {
      bottom: 1.5rem;
      left: 1rem;
      gap: 4rem;
      img{
        height: 15.72rem;
        &.-hAdj{
          height: 16.24rem;
        }
      }
    }
    @media (width <= 640px) {
      left: 1.3rem;
      bottom: 2.5rem;
      img{
        height: 5.59rem;
        &.-hAdj{
          height: 5.77rem;
        }
      }
    }
  }
  .txtCopy{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .215em;
    gap: 1rem;
    font-size: 1.5rem;
    top: 13.7rem;
    right: 9.2rem;
    p{
      position: relative;
      color: #fff;
      padding: 1.6rem 1.6rem 1.6rem 2.4rem;
      &:last-child{
        margin-top: -1.5rem;
      }
      .line{
        height: 100%;
        background: #000;
      }
    }
  }
}


.recruit_crosstalk-contents{
  background: var(--cc-grn);
  color: #000;
  display: flex;
  align-items: flex-start;
  .sideTtl{
    opacity: 0.59;
    mix-blend-mode: multiply;
    position: sticky;
    top: 0;
    @media (width > 640px) {
      height: 125rem;
    }
    p{ 
      color: #E6E6E6;
      position: absolute;
      /* font-family: var(--ff-arialB);
      transform-origin: left bottom;
      transform: rotate(90deg);
      white-space: nowrap; */
      left: -.1em;
      top: 3rem;
      /* letter-spacing: -.05em; */

      line-height: 1;
      /* font-size: 19.6rem; */
      width: 14.5rem;
    }
  }
  .cntIn{
    margin: 0 auto;
    width: 100rem;
    @media (width > 640px) {
      padding-top: 14.3rem;
    }
    @media (width <= 640px) {
      width: 31rem;
    }
  }
  .spTopTxt{
    line-height: 1.866;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    padding: 3.3rem 0 3.3rem .5rem;
  }

  .memberSec{
    background: #fff;
    border-radius: 3.5rem;
    padding: 5.1rem 0 8.5rem;
    @media (width <= 640px) {
      border-radius: 1rem;
      padding: 3.25rem 2rem 5.5rem;
    }
    .secTtl{
      font-family: var(--ff-arialB);
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      
      color: #fff;
      border-radius: 100rem;
      line-height: 1;
      margin: 0 auto 6rem;

      letter-spacing: .08em;
      width: 32rem;
      height: 5.8rem;
      font-size: 2rem;
      
      @media (width <= 640px) {
        width: 100%;
        border-radius: 1rem;
        font-size: 1.3rem;
        height: 4rem;
        margin-bottom: 2.5rem;
      }

      img{
        height: 1.43rem;
        @media (width <= 640px) {
        height: 1.04rem;
        }
      }
    }
    .itemList{
      display: grid;
      margin: 0 auto;
      @media (width > 640px) {
        width: 80rem;
        grid-template-columns:repeat(4, 1fr);
        gap:4rem 6.3rem;
      }
      @media (width <= 640px) {
        grid-template-columns:repeat(2, 1fr);
        gap:3rem;
      }
      .item{
        @media (width > 640px) {
          width: 15.3rem;
        }
        @media (width <= 640px) {
          width: 11.5rem;
        }
        .item__txtarea{
          text-align: center;
          white-space: nowrap;
          margin-top: 1.6rem;
          @media (width <= 640px) {
            margin-top: 1rem;
          }
        }
        .item__dep{
          line-height: 1.44;
          letter-spacing: .14em;
          font-size: 1.3rem;
          @media (width <= 640px) {
            font-size: 1rem;
            letter-spacing: 0.05em;
          }
          .-ml{
            margin-left: -1em;
          }
        }
        .item__name{
          line-height: 1;
          letter-spacing: .2em;
          font-size: 1.7rem;
          margin-top: .6rem;
          @media (width <= 640px) {
            margin-top: .5rem;
            font-size: 1.4rem;
          }
        }
      }
    }
  }

  .article{
    background: #fff;
    border-radius: 3.5rem;
    margin-top: 5.3rem;
    padding: 2.5rem 0 17.5rem;
    @media (width <= 640px) {
      border-radius: 1rem;
      margin-top: 3rem;
      padding: 0 0 5rem;
    }
    .articleHead{
      position: relative;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      @media (width > 640px) {
        position: relative;
        width: 76rem;
        padding-top: 26rem;
        margin-bottom: 8rem;
      }
      @media (width <= 640px) {
        flex-direction: column;
        padding: 7.5rem 0 0;
      }
      &.-pt{
        @media (width > 640px) {
          padding-top: 27.5rem;
        }
      }
      .ttl{
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1;
        letter-spacing: .25em;
        font-size: 2.5rem;
        gap: 1.5rem;
        @media (width <= 640px) {
          margin-left: auto;
          margin-right: auto;
          letter-spacing: .22em;
          font-size: 1.8rem;
          width: 26rem;
          gap: 1.0rem;
        }
        span{
          position: relative;
          &.txt{
            &:before{
              position: absolute;
              content: '';
              background: var(--cc-grn);
              width: 100%;
              left: 0;
              bottom: -.4rem;
              height: .5rem;
              @media (width <= 640px) {
                height: .35rem;
              }
            }
          }
        }
        @media (width > 640px) {
          /* margin-left: 11.7rem; */
        }
      }
      .img{
        @media (width > 640px) {
          position: absolute;
        }
        @media (width <= 640px) {
          position: relative;
          margin-left: auto;
          margin-right: auto;
        }
        img{
          position: relative;
        }
        &.-h-img-1{
          @media (width > 640px) {
            width: 46.3rem;
            right: -3.5rem;
            top: 5.5rem;
          }
          @media (width <= 640px) {
            margin-top: 4rem;
            margin-bottom: 2.2rem;
            width: 25.9rem;
            left: -.5rem;
          }
        }
        &.-h-img-2{
          @media (width > 640px) {
            width:30.2rem;
            right: 3.5rem;
            top: 7rem;
          }
          @media (width <= 640px) {
            margin-top: 2.5rem;
            margin-bottom: 2.2rem;
            width: 20.05rem;
            left: 1.5rem;
          }
        }
        &.-h-img-3{
          @media (width > 640px) {
            width:40.6rem;
            right: -2rem;
            top: 11rem;
          }
          @media (width <= 640px) {
            margin-top: 2.5rem;
            margin-bottom: 4.3rem;
            width: 25.8rem;
            left: 2.5rem;
          }
        }
      }
    }

    .txtBlock{
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      
      gap: 4.3rem;
      @media (width > 640px) {
        width: 76rem;
      }
      @media (width <= 640px) {
        width: 26rem;
        gap: 3.6rem;
      }
      .txtItem{
        display: flex;
        justify-content: space-between;
        @media (width <= 640px) {
          flex-direction: column;
          gap: .2rem;
        }
        &.-pt{
          
          @media (width > 640px) {
            padding-top: 2.7rem;
          }
        }
        .name{
          font-weight: 700;
          font-size: 1.6rem;
        }
        .txt{
          text-align: justify;
          font-weight: 500;
          line-height: 2;
          letter-spacing: .19em;
          font-size: 1.4rem;
          @media (width > 640px) {
            width: 66.0rem;
          }
          @media (width <= 640px) {
            line-height: 1.93;
          }
        }
      }
    }

    .imgBlock{
      display: flex;
      @media (width > 640px) {
        justify-content: space-between;
        margin: 9rem auto 0;
        width: 80rem;
      }
      @media (width <= 640px) {
        flex-direction: column;
        width: 26rem;
        margin: 7.5rem auto 0;
        gap: 1rem;
        & + .articleHead{
          padding-top: 13rem;
        }
      }
      img{
        @media (width > 640px) {
          width: 39.5rem;
        }
      }
    }


  }

}

.recruit_crosstalk-bottom{
  background: var(--cc-grn);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8.5rem 0 15.5rem;
  @media (width <= 640px) {
    padding: 6rem 0 12rem;
  }
  a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: var(--cc-grn);
    font-family: var(--ff-arialB);
    letter-spacing: 0.1em;
    padding-bottom: .1em;
    border-radius: 10rem;
    font-size: 2rem;
    width: 32rem;
    height: 6.4rem;
    img{
      height: 1.43rem;
      @media (width <= 640px) {
        height: 1.04rem;
      }
    }
    @media (width <= 640px) {
      border-radius: 1.25rem;
      width: 26rem;
      font-size: 1.4rem;
      height: 5rem;
    }
  }
}