@charset "UTF-8";
/* CSS Document */






body {
  background: url(../img/recruit/service_bg.png) repeat center center , #F5F5F5;
  background-size: calc(50px / 2) , cover;
}
.page_title {
  width: min(100%, 1760px);
  height: calc(1000px + var(--header-height));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  overflow:hidden;
}
.page_title .box_l {
  position: relative;
  flex:1;
  min-width:0;
  height: 100%;
  padding-top: var(--header-height);
  padding-left: 180px;
  display: flex;
  flex-direction: column;
}
.page_title .box_l h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 100px;
  margin-bottom: 30px;
  * {
    display: block;
    line-height: 1em;
  }
  em {
    font-family: var(--font-eng-grade);
    font-size: 13.0rem;
    font-weight: 600;
    letter-spacing: .02em;
    background: var(--eng-grade-txt);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: .2em;
  }
  span {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: #008EB3;
  }
}
.page_title .box_l h4 {
  font-size: 5.6rem;
  line-height: 1.3;
  margin-bottom: .4em;
  span {
    font-weight: 700;
  }
  .js-text {
    .char-wrap {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
    }
    .char {
      display: inline-block;
      background: var(--bg-grade01);
      background-repeat: no-repeat;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      transform: translate3d(0,105%,0);
      opacity: 0;
      transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .8s ease;
      will-change: transform;
      -webkit-font-smoothing: antialiased;
      backface-visibility: hidden;
    }
    &.show {
      .char {
        transform: translate3d(0,0,0);
        opacity: 1;
      }
    }
  }
}
.page_title .box_l .comment p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.page_title .box_l .img-reveal {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: visible;
  span {
    display: block;
    width: 195px;
    overflow: hidden;
  }
  img {
    display: block;
    width: 100%;
    transform: translateY(120%);
    opacity: 0;
    will-change: transform, opacity;
  }
  &.show img {
    animation: imgBounceUp 1s cubic-bezier(.22, 1, .36, 1) forwards;
  }
}  
@keyframes imgBounceUp {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  60% {
    transform: translateY(-4%);
    opacity: 1;
  }
  75% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page_title .slide {
  width:min(100%,910px);
  height:100%;
  display:flex;
  gap: 20px;
  overflow:hidden;
  flex-shrink:1;
  min-width:0;
  .img-s{
    width:min(100%,255px);  
    flex-shrink:1;
    min-width:0;
  }
  .img-b{
    flex:1;
    min-width:0;
  }
}
.page_title .slide .splide,
.page_title .slide .splide__track{
  height:100%;
}
.page_title .slide .splide__track{
  overflow:hidden;
}
.page_title .slide .splide__list{
  will-change:transform;
}
.page_title .slide .splide__slide{
  overflow:hidden;
  border-radius: var(--radius20);
}
.page_title .slide .splide__slide + .splide__slide{
  margin-top: var(--space-section-20);
}
.page_title .slide .splide__slide img{
  width:100%;
  height:auto;
  display:block;
}
@media (width <= 1760px) {
  .page_title {
    min-height: calc(100svh - var(--header-height));
    gap: clamp(40px, 5.68vw, 100px);
    .box_l {
      padding-left: clamp(20px, 5vw, 180px);
      padding-bottom: clamp(180px, 12vw, 260px);
      h3 {
        padding-top: clamp(40px, 5.68vw, 100px);
        em {
          font-size: clamp(9rem, 7.39vw, 13rem);
        }
      }
      h4 {
        font-size: clamp(4rem, 3.18vw, 5.6rem);
      }
      .img-reveal {
        span {
          width: clamp(120px, 11.08vw, 195px);
        }
      }
    }
    .slide {
      width: clamp(350px, 51.7vw, 910px);
      gap: clamp(10px, 1vw, 20px);
      .img-s {
        width: clamp(100px, 14.5vw, 255px);
        flex-shrink: 0;
      }
      .img-b {
        flex: 1;
        min-width: 0;
      }
      .splide__slide + .splide__slide {
        margin-top: clamp(10px, 1vw, 20px);
      }
      .splide__slide {
        img {
          width: 100%;
          height: auto;
          display: block;
        }
      }
    }
  }
}
@media (width <= 767px) {
  .page_title {
    position: relative;
    width: min(100%, 1760px);
    height: auto;
    flex-direction: column;
    gap: 0;
    overflow: inherit;
  }
  .page_title .box_l {
    display: contents;
    padding-top: var(--header-height);
    padding-left: var(--space-section-20);
  }
  .page_title .box_l h3 {
    position: absolute;
    top: var(--space-section-100);
    left: var(--space-section-20);
    z-index: 10;
    white-space: nowrap;
    em {
      font-size: clamp(6.0rem, 20.5vw, 8.0rem);
    }
    span {
      font-size: 1.6rem;
    }
  }
  .page_title .box_l h4 {
    order: 99;
    width: 100%;
    font-size: clamp(2.8rem, 8vw, 3.2rem);
    padding-left: var(--space-section-20);
    padding-right: var(--space-section-20);
  }
  .page_title .box_l .comment {
    order: 99;
    width: 100%;
    padding-left: var(--space-section-20);
    padding-right: var(--space-section-20);
    p {
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: .1em;
    }
  }
  .page_title .box_l .img-reveal {
    position: absolute;
    right: inherit;
    bottom: inherit;
    top: clamp(300px, 40vw, 600px);
    left: var(--space-section-100);
    overflow: visible;
    span {
      width: min(100%, 110px);
    }
  }  
  .page_title .slide {
    width:min(100%,60vw);
    height:80vh;
    gap: 20px;
    margin-left: auto;
    margin-bottom: var(--space-section-40);
    .img-s{
      width:min(100%,35%);  
      flex-shrink:1;
      min-width:0;
    }
    .img-b{
      flex:1;
      min-width:0;
    }
  }
}
@media (width <= 430px) {
  .page_title .box_l .img-reveal {
    top: clamp(300px, 40vw, 600px);
    left: var(--space-section-40);
  }  
  .page_title .slide {
    width:min(100%,55vw);
    height:100vh;
    gap: 0;
    margin-left: auto;
    margin-bottom: var(--space-section-40);
    .img-s{
      display: none;
    }
    .img-b{
      width: 100%;
    }
  }
}



main {
  .key-point {
    margin-bottom: var(--space-section-100);
    .box {
      position: relative;
      padding: var(--space-section-80) var(--space-section-100);
      &::before {
        position: absolute;
        inset: 0;
        left: auto;
        right: 0;
        width: calc(100% + ((100vw - 100%) / 2));
        height: 100%;
        background: var(--bg-grade01);
        z-index: -1;
        border-top-right-radius: var(--radius100);
        border-bottom-right-radius: var(--radius20);
        content: '';
      }
      h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: var(--space-section-40);
        color: #FFF;
        * {
          display: block;
          color: #FFF;
          line-height: 1em;
        }
        em {
          font-family: var(--font-eng-grade);
          font-size: 5.6rem;
          font-weight: 600;
          letter-spacing: .1em;
          margin-bottom: .3em;
        }
        span {
          font-weight: 700;
          letter-spacing: .1em;
        }
      }
      .box_in {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 35px;
        section {
          background: #FFF;
          border-radius: var(--radius35);
          padding: var(--space-section-35);
          padding-bottom: var(--space-section-30);
          display: flex;
          flex-direction: column;
          align-items: center;
          .img {
            width: min(100%, 160px);
            margin-bottom: var(--space-section-15);
          }
          h4 {
            text-align: center;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: .6em;
            color: #008EB2;
            em {
              font-size: 1.4rem;
              font-weight: 700;
            }
          }
          .comment {
            letter-spacing: .1em;
          }
        }
      }
    }
  }
  @media (width <= 1240px) {
    .key-point {
      .box {
        .box_in {
          display: flex;
          flex-direction: column;
          gap: 20px;
          section {
            display: grid;
            grid-template-columns: 180px 1fr;
            column-gap: 40px;
            align-items: start;
            .img {
              width: min(100%, 180px);
              margin-bottom: 0;
              grid-row: span 2;
            }
            h4 {
              text-align: left;
              em + br {
                display: none;
              }
            }
          }
        }
      }
    }
  }
  @media (width <= 767px) {    
    .key-point {
      margin-bottom: var(--space-section-100);
      .box {
        position: relative;
        padding: var(--space-section-80) 0;
        &::before {
          position: absolute;
          inset: 0;
          left: calc(50% - 50vw);
          width: 100vw;
          background: var(--bg-grade05);
        }
        h3 {
          margin-bottom: var(--space-section-40);
          em {
            font-size: clamp(4rem, 14vw, 5.6rem);
          }
        }
        .box_in {
          display: grid;
          grid-template-columns: 1fr;
          gap: var(--space-section-25);
          section {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: var(--radius35);
            padding: var(--space-section-35);
            padding-bottom: var(--space-section-30);
            .img {
              margin-bottom: var(--space-section-15);
            }
            h4 {
              font-size: clamp(2.0rem, 8.2vw, 2.4rem);
              text-align: center;
              em {
                font-size: 1.4rem;
              }
            }
          }
        }
      }
    }
  }


  .job-introduction {
    margin-bottom: var(--space-section-100);
    h3 {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      margin-bottom: var(--space-section-40);
      * {
        display: block;
        line-height: 1em;
      }
      em {
        font-family: var(--font-eng-grade);
        font-size: 10.0rem;
        font-weight: 500;
        background: var(--eng-grade-txt);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: .2em;
      }
      span {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: .2em;
        color: #008EB3;
      }
    }
    .box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 100px 30px;
      section {
        display: flex;
        flex-direction: column;
        .img {
          margin-bottom: var(--space-section-20);
        }
        h4 {
          color: #004EB3;
          font-size: 3.2rem;
          font-weight: 700;
          letter-spacing: .1em;
          margin-bottom: .2em;
        }
        .comment {
          padding-bottom: 2em;
        }
        .btn {
          margin-top: auto;
          display: flex;
          justify-content: center;
          p {
            a {
              .common-btn-txt {
                letter-spacing: .2em;
              }
            }
          }
        }
      }
    }
  }
  @media (width <= 767px) {
    .job-introduction {
      margin-bottom: var(--space-section-100);
      h3 {
        margin-bottom: var(--space-section-40);
        em {
          font-size: clamp(5.0rem, 18vw, 7.0rem);
        }
        span {
          font-size: 1.4rem;
        }
      }
      .box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: var(--space-section-80) var(--space-section-40);
        section {
          .img {
            margin-bottom: var(--space-section-20);
          }
          h4 {
            font-size: clamp(2.0rem, 8.2vw, 2.4rem);
          }
          .comment {
            padding-bottom: 2em;
          }
          .common-btn.btn p {
            width: min(100%,250px);
          }
        }
      }
    }
  }



  .work {
    margin-bottom: var(--space-section-100);
    .box {
      position: relative;
      padding: var(--space-section-80);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      gap: 80px;
      &::before {
        position: absolute;
        inset: 0;
        width: calc(100% + ((100vw - 100%) / 2));
        height: 100%;
        background: var(--bg-grade01);
        z-index: -1;
        border-top-left-radius: var(--radius100);
        border-bottom-left-radius: var(--radius20);
        content: '';
      }
      h3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        * {
          display: block;
        }
        em {
          padding: .1em .6em;
          margin-bottom: .4em;
          background: #FFEE52;
          color: #004EB3;
          font-weight: 500;
          letter-spacing: .1em;
        }
        span {
          font-size: 3.2rem;
          font-weight: 600;
          letter-spacing: .1em;
        }
      }
      .list ul li {
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: .1em;
        padding-left: 2em;
        &::before {
          position: absolute;
          top: .1em;
          left: 0;
          width: 1.444em;
          aspect-ratio: 1;
          background: url(../img/recruit/icon-work.svg) no-repeat center center;
          background-size: cover;
          content: '';
        }
        &:not(:last-of-type) {
          margin-bottom: 1em;
        }
      }
    }
  }
  @media (width <= 767px) {
    .work {
      margin-bottom: var(--space-section-100);
      .box {
        padding: var(--space-section-80) 0;
        flex-direction: column;
        gap: var(--space-section-30);
        &::before {
          position: absolute;
          inset: 0;
          left: calc(50% - 50vw);
          width: 100vw;
        }
        h3 {
          em {
            font-size: 1.6rem;
          }
          span {
            font-size: clamp(2.0rem, 8.2vw, 2.4rem);
          }
        }
        .list ul li {
          font-size: 1.6rem;
        }
      }
    }
  }



  
  .interview {
    margin-bottom: var(--space-section-100);
    .title-comment {
      display: flex;
      gap: 80px;
      margin-bottom: var(--space-section-40);
      h3 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        * {
          display: block;
          line-height: 1em;
        }
        em {
          font-family: var(--font-eng-grade);
          font-size: 10.0rem;
          font-weight: 500;
          background: var(--eng-grade-txt);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          color: transparent;
          margin-bottom: .2em;
        }
        span {
          font-size: 1.6rem;
          font-weight: 700;
          letter-spacing: .2em;
          color: #008EB3;
        }
      }
      .comment {
        padding-top: 1.5em;
      }
    }
    .box {
      display: grid;
      grid-template-columns: repeat(auto-fit, 270px);
      gap: 25px;
      justify-content: start;
      section {
        border-radius: var(--radius20);
        background: #FFF;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
        a {    
          position: relative;
          display: block;
          .img {
            overflow: hidden;
            border-radius: var(--radius20);
          }
          .img img {
            display: block;
            width: 100%;
            height: auto;          
            transition: transform .4s ease;          
            will-change: transform;          
            transform-origin: center;
          }
          &:hover .img img {
            transform: scale(1.08);
          }
          dl {
            position: absolute;
            bottom: var(--space-section-20);
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            color: #FFF;
            dt {
              background: var(--bg-grade01);
              font-size: 1.4rem;
              font-weight: 500;
              letter-spacing: .05em;
              padding: .2em 15px;
              margin-bottom: .5em;
            }
            dd {
              background: var(--bg-grade01);
              font-size: 1.8rem;
              font-weight: 600;
              letter-spacing: .1em;
              padding: .2em 15px .1em;
            }
          }
        }
      }
    }
  }
  @media (width <= 1240px) {
    .interview {
      .box {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      }
    }
  }
  @media (width <= 1040px) {
    .interview {
      .title-comment {
        display: flex;
        flex-direction: column;
        gap: 20px;
        .comment {
          padding-top: 0;
        }
      }
    }
  }
  @media (width <= 767px) {
    .interview {
      .title-comment {
        flex-direction: column;
        gap: var(--space-section-25);
        h3 {
          em {
            font-size: clamp(4rem, 14vw, 5.6rem);
          }
        }
      }
      .box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: var(--space-section-25);
      }
    }
  }

  
  .q-a {
    margin-bottom: var(--space-section-100);
    h3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: var(--space-section-40);
      * {
        display: block;
        line-height: 1em;
      }
      em {
        /*font-family: var(--font-eng-grade);
        font-size: 10.0rem;
        font-weight: 500;
        letter-spacing: .15em;
        background: var(--eng-grade-txt);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: .3em;*/
        width: min(100% , 210px);
        margin-bottom: var(--space-section-30);
      }
      span {
        color: #008EB3;
        font-weight: 700;
        letter-spacing: .2em;
      }
    }
    .list {
      display: flex;
      flex-direction: column;
      gap: var(--space-section-25);
      section {
        background: #FFF;
        border-radius: var(--radius10);
        padding: var(--space-section-40);
        h4 {
          position: relative;
          font-weight: 700;
          margin-bottom: 2.4em;
          padding-left: 2.8em;
          &::before {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(30 / 16 * 1em);
            aspect-ratio: 30 / 31;
            background: url(../img/recruit/q-a_icon-q.svg) no-repeat center center;
            background-size: cover;
            content: '';
          }
        }
        .comment {
          position: relative;
          padding-left: 2.8em;
          &::before {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(30 / 16 * 1em);
            aspect-ratio: 1;
            background: url(../img/recruit/q-a_icon-a.svg) no-repeat center center;
            background-size: cover;
            content: '';
          }
          strong {
            font-weight: 700;
          }
        }
      }
    }
  }
  @media (width <= 767px) {
    .q-a {
      h3 {
        em {
          /*font-size: clamp(4rem, 14vw, 5.6rem);*/
          width: min(100% , 120px);
        }
      }
      .list {
        section {
          border-radius: var(--radius20);
        }
      }
    }
  }

  .app-guidelines {
    margin-bottom: var(--space-section-100);
    background: #66BBD1;
    padding: var(--space-section-100) var(--space-section-20);
    .box {
      width: min(100%, 1200px);
      border-radius: var(--radius20);
      padding: var(--space-section-100) var(--space-section-50);
      background: rgba(255, 255, 255, 0.70);
      backdrop-filter: blur(6px);
      margin: 0 auto;
      h3 {
        text-align: center;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: .1em;
        margin-bottom: .2em;
      }
      .comment {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 3.5em;
      }
      .tbl {
        margin-bottom: var(--space-section-50);
        table {
          width: 100%;
          tr th ,
          tr td {
            padding: .7em 0;
            border-bottom: solid 1px #FFF;
            vertical-align: top;
            width: auto;
          }
          tr:nth-of-type(1) th ,
          tr:nth-of-type(1) td {
            padding-top: 0;
          }
          tr th {
            font-weight: 700;
            text-align: left;
            width: 200px;
          }
        }
      }
      .entry {
        display: flex;
        justify-content: center;
        dl {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: var(--space-section-50);
          dt {
            font-weight: 500;
          }
          dd {
            width: min(100%, 130px);
          }
        }
      }
    }
  }
  @media (width <= 767px) {
    .app-guidelines {
      padding: var(--space-section-20) var(--space-section-20);
      .box {
        padding: var(--space-section-80) var(--space-section-30);
        h3 {
          font-size: clamp(2.0rem, 8.2vw, 2.4rem);
        }
        .tbl {
          margin-bottom: var(--space-section-40);
          table {
            tr th {
              width: 100px;
            }
          }
        }
      }
    }
  }
  
  

}


@keyframes arrowMove {
  0% {
    transform:
      translateY(-50%)
      translateX(0);
    opacity: 1;
  }
  49% {
    transform:
      translateY(-50%)
      translateX(120%);
    opacity: 0;
  }
  50% {
    transform:
      translateY(-50%)
      translateX(-120%);
    opacity: 0;
  }
  100% {
    transform:
      translateY(-50%)
      translateX(0);
    opacity: 1;
  }
}
