@charset "utf-8";

/* ------------------------ */
/* variables */
/* ------------------------ */
:root {
  --color-base__010: #ffffff;
  --color-base__020: #000000;
  --color-base__030: #eff4f9;
  --color-base__040: #0051ab;
  --color-base__050: #e6e6e6;
  --color-base__060: #4895c8;
  --color-base__070: #f0f0f0;
  --color-base__080: #dfeaf4;
  --color-base__090: #f2f2f2;
  --color-base__100: #003366;
  --color-base__110: #5791bc;
  --color-base__120: #dfeff7;
  --color-base__130: #f5f5f5;
  --width-base__010: 1220px;
  --width-base__020: 880px;
  --width-base__030: 1180px;
  --font-base__010: 16px;
  --font-base__020: 12px;
  --font-base__030: 48px;
  --font-base__040: 18px;
  --font-base__050: 28px;
  --font-base__060: 14px;
  --font-base__070: 26px;
  --font-base__080: 52px;
  --font-base__090: 20px;
  --font-base__100: 32px;
  --radius-base__010: 16px;
}

.is-PC {
  display: block;
  @media screen and (width < 768px) {
    display: none;
  }
}

.is-SP {
  display: none;
  @media screen and (width < 768px) {
    display: block;
  }
}

/* ------------------------ */
/* container */
/* ------------------------ */
.container-recruit {
  font-family: "SSTJapanesePro";
  font-style: normal;
  font-weight: 400;
  min-width: 1080px;
  background-color: var(--color-base__010);
  @media screen and (width < 768px) {
    background-color: var(--color-base__130);
    min-width: 0;
  }
}

/* ------------------------ */
/* header */
/* ------------------------ */
.header-recruit {
  background-color: var(--color-base__030);
  width: 100%;
  position: relative;
  z-index: 1000;
  top: 0;
  &.active {
    position: fixed;
    top: 0;
  }
  .header-inner {
    max-width: var(--width-base__030);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    @media screen and (width < 768px) {
      /* display: none; */
    }
    .col-title {
      padding-top: 12px;
      padding-bottom: 12px;
      @media screen and (width < 768px) {
        padding-left: 20px;
      }
      .t0 {
        display: none;
        @media screen and (width < 768px) {
          display: block;
          font-size: var(--font-base__060);
          font-weight: 700;
        }
      }
      .t1 {
        display: block;
        line-height: 1;
        margin-bottom: 4px;
        font-size: var(--font-base__090);
        @media screen and (width < 768px) {
          display: none;
        }
      }
      .t2 {
        display: block;
        line-height: 1;
        font-size: var(--font-base__090);
        @media screen and (width < 768px) {
          font-size: var(--font-base__060);
        }
      }
    }
    .col-nav {
      @media screen and (width < 768px) {
        display: none;
      }
    }
    .col-text {
      display: none;
      @media screen and (width < 768px) {
        display: flex;
        align-items: center;
        padding-right: 20px;
        font-size: var(--font-base__060);
        color: var(--color-base__100);
        .t1 {
          border-left: 1px solid var(--color-base__020);
          padding: 8px 0;
          padding-left: 16px;
        }
      }
    }
  }
}

.bg-hero {
  background: url(../img/recruit_fresh/bg_hero_0001.jpg) no-repeat 0 0;
  background-color: var(--color-base__040);
  background-size: cover;
  @media screen and (width < 768px) {
    /* background-size: 100%; */
    background-position: 70% 0;
  }
}
/* ------------------------ */
/* section */
/* ------------------------ */
.section-hero {
  width: 100%;
  /* padding-top: 69px; */
  .section-inner {
    background-color: var(--color-base__010);
    min-height: 520px;
    margin-left: 74px;
    border-radius: 0 0 0 var(--radius-base__010);
    position: relative;
    @media screen and (width < 768px) {
      margin-left: 0;
      /* background-color: transparent; */
      min-height: 0;
      padding-bottom: 4.8rem;
    }
    .image {
      width: 1290px;
      min-height: 520px;
      position: absolute;
      right: -0;
      top: 18px;
      @media screen and (width < 768px) {
        right: auto;
        left: -600px;
        top: -80px;
        transform: scale(0.6);
      }
      .image-inner {
        position: relative;
      }
      .object {
        position: absolute;
        top: auto;
        left: auto;
        &.ct__010 {
          top: 52px;
          left: 370px;
        }
        &.ct__020 {
          top: 253px;
          left: 247px;
        }
        &.ct__030 {
          top: 52px;
          left: 562px;
        }
        &.ct__040 {
          top: 253px;
          left: 445px;
        }
        &.ct__050 {
          top: 50px;
          left: 755px;
        }
        &.ct__060 {
          top: 254px;
          left: 645px;
        }
        &.ct__070 {
          top: 44px;
          left: 944px;
        }
        &.ct__080 {
          top: 255px;
          left: 832px;
        }
        &.ct__090 {
          top: 48px;
          left: 1140px;
          img {
            width: 160px;
          }
        }
        &.ct__100 {
          top: 246px;
          left: 1022px;
        }
        &.ct__110 {
          top: 235px;
          left: 1222px;
          img {
            width: 70px;
          }
        }
        img {
          width: 170px;
        }
      }
    }
    .scroll {
      position: absolute;
      bottom: 0;
      left: 90px;
      height: 58px;
      font-size: 16px;
      @media screen and (width < 768px) {
        display: none;
      }
      .t1 {
        display: block;
        width: 1px;
        height: 58px;
        margin: 0 auto;
        background-color: var(--color-base__020);
        position: relative;
        &::after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background-color: var(--color-base__020);
          position: absolute;
          left: -4px;
          top: 0;
          /* animation: rotateAnimation 5s linear; */
          animation: rotation 1.5s ease 0s infinite normal none running;
        }
      }
    }
    .message {
      position: absolute;
      left: 90px;
      top: 160px;
      @media screen and (width < 768px) {
        position: static;
        width: 100%;
        /* margin: 0 auto; */
        padding: 0 20px;
        padding-top: 320px;
        /* color: var(--color-base__010); */
      }
      .en {
        font-size: 60px;
        font-weight: 600;
        letter-spacing: 0.8rem;
        line-height: 1.4;
        @media screen and (width < 768px) {
          position: static;
          font-size: 40px;
        }
        .t1 {
         display: inline-block;
         background: linear-gradient(180deg, #2b6ca1 0%, #64aee2 100%);
          color: transparent;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
        }
        .t2 {
         display: inline-block;
        }
        .t3 {
         display: inline-block;
        }
        .t4 {
         display: inline-block;
         background: linear-gradient(180deg, #2b6ca1 0%, #64aee2 100%);
          color: transparent;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
        }
        .t5 {
         display: inline-block; 
        }
      }
      .jp {
        font-size: var(--font-base__070);
        font-weight: 400;
        padding-top: 20px;
        @media screen and (width < 768px) {
          position: static;
          font-size: 18px;
        }
        .t1 {
        }
      }
    }
  }
}

@keyframes rotation {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    top: 56px;
    opacity: 1;
  }
  100% {
    top: 56px;
    opacity: 0;
  }
}

.section-read {
  width: 100%;
  color: var(--color-base__010);
  padding-top: 72px;
  padding-bottom: 216px;
  background: url(../img/recruit_fresh/bg_hero_0002.png) no-repeat 50% 70%;
  background-size: 100%;
  @media screen and (width < 768px) {
    padding: 48px 20px 48px 20px;
    background-size: 100%;
  }
  .section-inner {
    max-width: var(--width-base__010);
    margin: 0 auto;
    @media screen and (width < 768px) {
      width: 100%;
    }
    .btn-entry {
      display: none;
      @media screen and (width < 768px) {
        display: flex;
        justify-content: end;
        padding-top: 64px;
        a {
          color: var(--color-base__010);
          font-size: 16px;
          font-weight: 600;
          border: 2px solid var(--color-base__010);
          padding: 8px 28px;
          border-radius: 40px;
        }
      }
    }
  }
}

.section-slogan {
  position: relative;
  top: -96px;
  margin-bottom: -96px;
  @media screen and (width < 768px) {
    top: -20px;
    margin-bottom: -20px;
    padding: 0 20px;
  }
  .section-inner {
    max-width: var(--width-base__010);
    margin: 0 auto;

    border-radius: var(--radius-base__010);
    background: url(../img/recruit_fresh/bg_slogan_0001.svg) no-repeat 100% 100%;
    background-color: var(--color-base__050);
    background-size: 360px;
    padding: 84px 120px;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 24px 20px;
      background-color: var(--color-base__010);
      background-size: 200px;
    }
  }
}

.section-jobtype {
  padding: 80px 0;
  .section-inner {
    max-width: var(--width-base__010);
    background: url(../img/recruit_fresh/bg_jobtype_0001.jpg) no-repeat 0 0;
    background-color: var(--color-base__040);
    background-size: cover;
    border-radius: var(--radius-base__010);
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 200px;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 60px 20px;
      background: none;
      background-color: transparent;
    }
  }
}

.section-person {
  padding: 80px 0;
  width: 100%;
  /* background-color: var(--color-base__050); */
  background-image: linear-gradient(
    0deg,
    rgba(223, 239, 247, 1),
    rgba(242, 242, 242, 1)
  );
  .section-inner {
    @media screen and (width < 768px) {
      width: 100%;
    }
  }
}

.section-data {
  padding: 56px 0;
  @media screen and (width < 768px) {
    width: 100%;
    padding: 50px 20px;
    background-color: var(--color-base__010);
  }
  .section-inner {
    max-width: var(--width-base__010);
    background: url(../img/recruit_fresh/bg_data_0001.png) no-repeat 0 0;
    background-color: #e6e6e6;
    background-size: contain;
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    padding: 100px 150px 80px 150px;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 36px 20px;
      background-image: none;
      background-color: transparent;
      border: 2px solid var(--color-base__100);
    }
  }
}

.section-benefits {
  @media screen and (width < 768px) {
    padding: 50px 20px;
    background-color: var(--color-base__010);
  }
  .section-inner {
    max-width: var(--width-base__020);
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    padding: 100px 0 80px 0;
    position: relative;
    @media screen and (width < 768px) {
      padding: 0;
    }
  }
}

.section-recruitment {
  background-color: var(--color-base__080);
  @media screen and (width < 768px) {
    background-color: var(--color-base__010);
    padding: 0 20px;
  }
  .section-inner {
    max-width: var(--width-base__020);
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    padding: 64px 0;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 24px 0 74px 0;
    }
  }
}

.section-qa {
  background-color: var(--color-base__090);
  @media screen and (width < 768px) {
    padding: 54px 20px;
  }
  .section-inner {
    max-width: var(--width-base__020);
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    padding: 100px 0 48px 0;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding-top: 0;
    }
  }
}

.section-interview {
  padding: 24px 0;
  width: 100%;
  background-color: var(--color-base__050);
  @media screen and (width < 768px) {
    padding: 24px 20px;
  }
  .section-inner {
    max-width: 110rem;
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding-top: 0;
    }
  }
}

.section-interview__contents {
  padding: 24px 0;
  width: 100%;
  background-color: var(--color-base__050);
  @media screen and (width < 768px) {
    padding: 24px 20px;
  }
  .section-inner {
    max-width: 80rem;
    border-radius: var(--radius-base__010);
    margin: 0 auto;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      padding-top: 0;
    }
  }
}

.section-inquiry {
  background: url(../img/recruit_fresh/bg_inquiry_0001.jpg) no-repeat 0 0;
  background-color: var(--color-base__040);
  background-size: cover;
  padding: 68px 0;
  @media screen and (width < 768px) {
    padding: 100px 20px;
    background: url(../img/recruit_fresh/bg_inquiry_0002.jpg) no-repeat 50% 50%;
    background-size: 110%;
  }
  .section-inner {
    max-width: var(--width-base__020);
    border-radius: var(--radius-base__010) var(--radius-base__010)
      var(--radius-base__010) 0;
    background-color: var(--color-base__010);
    margin: 0 auto;
    position: relative;
    @media screen and (width < 768px) {
      width: 100%;
      background-color: transparent;
    }
  }
}

.section-spnav {
  display: none;
  @media screen and (width < 768px) {
    display: block;
    padding: 48px 20px 0;
  }
  .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .list-item {
      width: 47.5%;
      a {
        display: block;
        color: var(--color-base__100);
        border-top: 1px solid #585858;
        padding: 10px 0;
        position: relative;
        &::after {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background: url(../img/recruit_fresh/btn_arrow_0005.svg) no-repeat 0 0;
          background-size: 100%;
          position: absolute;
          right: 0;
          top: 47.5%;
        }
      }
    }
  }
}

/* ------------------------ */
/* title-common */
/* ------------------------ */
.title-common {
  &.c__010 {
    font-size: var(--font-base__020);
    color: var(--color-base__060);
    letter-spacing: 0.8rem;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 160px;
    transform: rotate(-90deg);
    @media screen and (width < 768px) {
      position: static;
      transform: rotate(0);
      text-align: center;
      margin-bottom: 24px;
      font-weight: 600;
    }
  }
  &.c__020 {
    margin-bottom: 40px;
    &.right {
      .t1 {
        text-align: right;
        @media screen and (width < 768px) {
          text-align: center;
        }
      }
      .t2 {
        text-align: right;
        @media screen and (width < 768px) {
          text-align: center;
        }
      }
    }
    .t1 {
      display: block;
      text-align: center;
      font-size: var(--font-base__030);
      color: var(--color-base__060);
      background: linear-gradient(180deg, #2b6ca1 0%, #64aee2 100%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 16px;
      letter-spacing: 6px;
    }
    .t2 {
      display: block;
      text-align: center;
      font-size: var(--font-base__040);
      color: var(--color-base__020);
      letter-spacing: 5px;
      line-height: 1;
      @media screen and (width < 768px) {
        font-size: var(--font-base__060);
        letter-spacing: 0;
      }
    }
  }
  &.c__030 {
    font-size: var(--font-base__050);
    line-height: 1;
    margin-bottom: 28px;
    letter-spacing: 5px;
    @media screen and (width < 768px) {
      text-align: center;
      font-size: var(--font-base__090);
      margin-bottom: 10px;
    }
  }
  &.c__040 {
    font-size: var(--font-base__020);
    color: var(--color-base__060);
    line-height: 1;
    position: absolute;
    right: 40px;
    bottom: 130px;
    transform-origin: 100% -100%;
    transform: rotate(-90deg);
    @media screen and (width < 768px) {
      position: static;
      transform: rotate(0);
      text-align: center;
      margin-bottom: 28px;
      font-weight: 600;
    }
    &.v2 {
      right: auto;
      left: -70px;
      bottom: 60px;
      transform-origin: 100% 100%;
      transform: rotate(90deg);
      @media screen and (width < 768px) {
        position: static;
        transform: rotate(0);
      }
    }
  }
  &.c__050 {
    font-size: var(--font-base__040);
    color: var(--color-base__020);
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    @media screen and (width < 768px) {
      font-size: var(--font-base__060);
      letter-spacing: 0;
      margin-bottom: 10px;
    }
  }
  &.c__060 {
    font-size: var(--font-base__040);
    color: var(--color-base__020);
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    @media screen and (width < 768px) {
      /* font-size: var(--font-base__060); */
      letter-spacing: 0;
      margin-bottom: 10px;
    }
  }
}

/* ------------------------ */
/* text-common */
/* ------------------------ */
.text-common {
  &.c__010 {
    text-align: center;
    line-height: 2.8;
    font-weight: 600;
    font-size: var(--font-base__010);
    letter-spacing: 3px;
    @media screen and (width < 768px) {
      /* font-size: var(--font-base__060); */
      line-height: 2;
      font-weight: 400;
      letter-spacing: 1px;
      text-align: left;
    }
  }
  &.c__020 {
    line-height: 2;
    font-weight: 400;
    font-size: var(--font-base__010);
    margin-bottom: 1em;
    letter-spacing: 1px;
    &.v2 {
      margin-bottom: 40px;
    }
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}

.text-note {
  padding-top: 40px;
  text-align: right;
}
/* ------------------------ */
/* list */
/* ------------------------ */
.list-navigation {
  display: flex;
  align-items: center;
  min-height: 69px;
  .list-item {
    margin-left: 32px;
    &.entry {
      a {
        color: var(--color-base__100);
        font-size: 18px;
        border: 1px solid var(--color-base__100);
        padding: 10px 30px;
        border-radius: 40px;
        background-color: var(--color-base__010);
        transition: all 0.5s;
        &:hover {
          background-color: var(--color-base__100);
          color: var(--color-base__010);
          transition: all 0.5s;
        }
      }
    }
  }
}

.list-data {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  @media screen and (width < 768px) {
    gap: 2%;
  }
  .list-item {
    width: 31.3%;
    padding: 48px 24px;
    background-color: var(--color-base__010);
    border-radius: var(--radius-base__010);
    @media screen and (width < 768px) {
      width: 49%;
      padding: 0;
      margin-bottom: 48px;
    }
    .col-col2 {
      align-items: end;
    }
    .images {
      width: 35%;
      display: flex;
      justify-content: center;
      @media screen and (width < 768px) {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        order: 200;
      }
      img {
        width: auto;
        max-width: 100%;
      }
    }
    .details {
      /* padding-left: 10px; */
      display: flex;
      justify-content: center;
      align-items: end;
      width: 65%;
      line-height: 1;
      @media screen and (width < 768px) {
        width: 100%;
        text-align: center;
        order: 100;
        margin-bottom: 10px;
      }
      .t1 {
        font-size: 46px;
        line-height: 1;
        @media screen and (width < 768px) {
          font-size: 32px;
          margin-right: 2px;
        }
      }
      .t2 {
        font-size: 24px;
        line-height: 1;
        @media screen and (width < 768px) {
          font-size: 18px;
        }
      }
      .unit {
        margin-left: 10px;
      }
    }
  }
}

.list-summary {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  font-size: var(--font-base__060);
  @media screen and (width < 768px) {
    background-color: #f0f2ff;
    padding-top: 0;
    margin-top: 24px;
  }
  .title {
    width: 18%;
    margin-right: 1%;
    background-color: var(--color-base__010);
    margin-bottom: 8px;
    padding: 16px 24px;
    @media screen and (width < 768px) {
      margin-bottom: 2px;
      margin-right: 0;
      width: 30%;
      padding: 16px 0;
    }
  }
  .details {
    width: 81%;
    background-color: var(--color-base__010);
    margin-bottom: 8px;
    padding: 16px 24px;
    @media screen and (width < 768px) {
      margin-bottom: 2px;
      width: 70%;
      padding: 16px 0;
    }
    .note {
      padding-top: 0;
      font-size: var(--font-base__060);
    }
  }
}

.list-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  @media screen and (width < 768px) {
    gap: 16px;
  }
  .list-item {
    width: 47.7%;
    padding: 48px 24px;
    background-color: var(--color-base__080);
    @media screen and (width < 768px) {
      width: 100%;
    }
    .image {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      img {
        width: auto;
        max-width: 100%;
      }
    }
  }
}

/* ------------------------ */
/* col */
/* ------------------------ */
.col-col2 {
  &.c__010 {
    display: flex;
    align-items: center;
    @media screen and (width < 768px) {
      flex-wrap: wrap;
      justify-content: center;
    }
    .col-item {
      &.image {
        width: 37%;
        margin-right: 5%;
        @media screen and (width < 768px) {
          width: 100%;
          margin-right: 0;
          padding: 50px 0;
        }
      }
      &.description {
        width: 58%;
        @media screen and (width < 768px) {
          width: 100%;
        }
      }
    }
  }
  &.c__020 {
    display: flex;
    align-items: end;
    margin-bottom: 88px;
    @media screen and (width < 768px) {
      flex-wrap: wrap;
    }
    &:last-of-type {
      margin-bottom: 0;
    }
    &.v2 {
      .col-item {
        &.image {
          position: relative;
          left: -30px;
          @media screen and (width < 768px) {
            position: static;
          }
        }
      }
    }
    .col-item {
      &.image {
        width: 33%;
        position: relative;
        z-index: 1010;
        left: -30px;
        @media screen and (width < 768px) {
          position: static;
          order: 100;
          margin-bottom: 16px;
        }
        @media screen and (width < 768px) {
          width: 100%;
          margin-right: 0;
        }
        img {
          width: 130%;
          max-width: 200%;
          @media screen and (width < 768px) {
            width: 100%;
            max-width: 200%;
          }
        }
      }
      &.description {
        width: 570px;
        position: relative;
        background: var(--color-base__010);
        border-radius: var(--radius-base__010);
        padding: 64px;
        @media screen and (width < 768px) {
          width: 100%;
          padding: 0;
          order: 200;
          background-color: transparent;
        }
      }
    }
  }
}

.col-slide {
  max-width: 290px;
  .item {
    .image {
      position: relative;
      .num {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1010;
        font-size: 28px;
        font-weight: 600;
      }
      .message {
        position: absolute;
        left: 20px;
        bottom: 12px;
        background-color: var(--color-base__120);
        font-size: var(--font-base__060);
        border-radius: 12px 12px 12px 0;
        padding: 16px 12px;
        z-index: 1010;
        min-height: 66px;
        @media screen and (width < 768px) {
          display: none;
        }
      }
    }
    .text {
      padding-top: 8px;
      @media screen and (width < 768px) {
        font-size: var(--font-base__060);
      }
    }
  }
}

.col-recruitment {
  &::details-content {
    transition: height 0.4s, opacity 0.4s,
      content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
    background-color: #f0f2ff;
    @media screen and (width < 768px) {
      background-color: var(--color-base__010);
    }
  }

  &[open]::details-content {
    opacity: 1;
  }

  &[open] .icon {
    background: url(../img/recruit_fresh/btn_arrow_0003.png) no-repeat 0 0;
    /* transform: rotate(180deg); */
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}

.col-recruitment-summary {
  background-color: var(--color-base__100);
  color: var(--color-base__010);
  text-align: center;
  border-radius: 40px;
  padding: 16px 0;
  list-style-type: none;
  position: relative;
  letter-spacing: 6px;
  position: relative;
  .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/recruit_fresh/btn_arrow_0004.png) no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 22px;
  }
}

.col-qa {
  margin-bottom: 16px;
  list-style-type: none;
  &::details-content {
    transition: height 0.4s, opacity 0.4s,
      content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
    background-color: #f0f2ff;
  }

  &[open]::details-content {
    opacity: 1;
  }

  &[open] .question .icon {
    background: url(../img/recruit_fresh/btn_arrow_0003.png) no-repeat 0 0;
    /* transform: rotate(180deg); */
  }
  .question {
    font-size: var(--font-base__010);
    background-color: var(--color-base__110);
    color: var(--color-base__010);
    padding: 20px 40px 20px 80px;
    border-radius: 36px 36px 36px 0;
    list-style-type: none;
    position: relative;
    @media screen and (width < 768px) {
      padding: 16px 48px 16px 48px;
    }
    .icon {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url(../img/recruit_fresh/btn_arrow_0004.png) no-repeat 0 0;
      position: absolute;
      right: 30px;
      top: calc(50% - 7px);
      @media screen and (width < 768px) {
        right: 20px;
      }
    }
    &::before {
      content: "Q";
      font-size: var(--font-base__070);
      line-height: 1;
      font-weight: 600;
      position: absolute;
      top: 20px;
      left: 40px;
      @media screen and (width < 768px) {
        left: 16px;
        top: 16px;
      }
    }
  }
  .answer {
    font-size: var(--font-base__060);
    background-color: var(--color-base__010);
    padding: 20px 40px 20px 80px;
    border-radius: 36px 36px 0 36px;
    margin-top: 8px;
    position: relative;
    @media screen and (width < 768px) {
      padding-left: 48px;
      padding-right: 20px;
    }
    &::before {
      content: "A";
      font-size: var(--font-base__070);
      line-height: 1;
      font-weight: 600;
      position: absolute;
      top: 20px;
      left: 40px;
      @media screen and (width < 768px) {
        left: 16px;
        top: 22px;
      }
    }
  }
}

.col-inquiry {
  padding: 48px;
  @media screen and (width < 768px) {
    padding: 0;
  }
  .title {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    @media screen and (width < 768px) {
      color: var(--color-base__010);
    }
    &::before {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 13px;
      margin-right: 20px;
      background-color: var(--color-base__100);
      @media screen and (width < 768px) {
        display: none;
      }
    }
    &::after {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 13px;
      margin-left: 20px;
      background-color: var(--color-base__100);
      @media screen and (width < 768px) {
        display: none;
      }
    }
  }
  .text-p1 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    @media screen and (width < 768px) {
      color: var(--color-base__010);
    }
  }
  .btn {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    .link {
      color: var(--color-base__100);
      font-size: 18px;
      border: 1px solid var(--color-base__100);
      padding: 16px 54px;
      border-radius: 40px;
      @media screen and (width < 768px) {
        background-color: var(--color-base__010);
      }
    }
  }
  .linklist {
    text-align: center;
    font-size: 13px;
    @media screen and (width < 768px) {
      color: var(--color-base__010);
    }
    a {
      text-decoration: underline;
    }
    .icon {
      display: inline-block;
      margin-left: 0.4rem;
      img {
        width: 1rem;
      }
    }
  }
}

.col-interviewmain {
  background-color: #8f8f8f;
  /* min-height: 60rem; */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  @media screen and (width < 768px) {
    min-height: 21.6rem;
    background-color: transparent;
    overflow: visible;
  }
  .image {
    /* min-height: 60rem; */
    @media screen and (width < 768px) {
      padding: 0;
      /* min-height: 21.6rem; */
      background-color: #8f8f8f;
      border-radius: 8px;
      position: relative;
    }
    .pic {
      img {
        vertical-align: bottom;
      }
    }
    .num {
      font-size: 7.5rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 3.5rem;
      position: absolute;
      left: 6rem;
      top: 23rem;
      &.white {
        color: var(--color-base__010);
      }
      @media screen and (width < 768px) {
        font-size: 2.8rem;
        /* position: static; */
        left: 1.6rem;
        top: auto;
        bottom: 0;
        margin-bottom: 1.6rem;
      }
    }
  }
  .details {
    position: absolute;
    left: 9.2rem;
    bottom: 3rem;
    @media screen and (width < 768px) {
      position: static;
      top: 0;
      left: 2rem;
      /* padding: 2rem; */
      padding-top: 2rem;
    }

    .read {
      @media screen and (width < 768px) {
        /* padding-top: 21.6rem; */
      }
      .t1 {
        font-size: 2rem;
        background-color: #d1d9e4;
        display: inline-block;
        padding: 3px 6px;
        margin-bottom: 2rem;
        letter-spacing: 0.1rem;
        @media screen and (width < 768px) {
          background-color: transparent;
          margin-bottom: 0;
          padding: 0;
          font-weight: 600;
        }
      }
    }
    .position {
      margin-bottom: 2rem;
      letter-spacing: 0.1rem;
      &.white {
        color: var(--color-base__010);
      }
      @media screen and (width < 768px) {
      }
    }
    .list {
      display: flex;
      @media screen and (width < 768px) {
      }
      .list-item {
        display: flex;
        padding: 2px 6px;
        background-color: #003366;
        color: var(--color-base__010);
        margin-right: 1.6rem;
        letter-spacing: 0.1rem;
        @media screen and (width < 768px) {
          background-color: #5791bc;
        }
      }
    }
  }
}

.col-interview_schedule {
  background-color: var(--color-base__010);
  border: 1px solid var(--color-base__100);
  border-radius: 1.6rem;
  padding: 3.6rem 5rem;
  margin-bottom: 4.8rem;
  @media screen and (width < 768px) {
    padding: 2rem;
  }
  .title {
    font-size: 1.6rem;
    color: var(--color-base__060);
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    &::before {
      content: "";
      width: 2rem;
      height: 2rem;
      background: url(../img/recruit_fresh/img_icon_0001.svg) no-repeat 0 0;
      background-size: 100%;
      display: inline-block;
      margin-right: 1rem;
    }
  }
  .col1 {
    display: flex;
    @media screen and (width < 768px) {
      display: block;
    }
    .col-item {
      margin-right: 5rem;
      width: 49%;
      @media screen and (width < 768px) {
        margin-right: 0;
        width: 100%;
      }
    }
  }
  .date {
    display: flex;
    font-size: 1.4rem;
    .time {
      margin-right: 2.8rem;
      width: 25%;
      border-right: 4px solid #5791bc;
      position: relative;
      @media screen and (width < 768px) {
        padding-bottom: 12px;
      }
      &.t24 {
        padding-bottom: 24px;
      }
      &.t42 {
        padding-bottom: 42px;
      }
      &::before {
        content: "";
        /* display: none; */
        width: 15px;
        height: 3px;
        background-color: #5791bc;
        position: absolute;
        right: -10px;
        top: 8px;
      }
      &.start {
        &::after {
          content: "";
          width: 15px;
          height: 8px;
          background-color: #fff;
          position: absolute;
          right: -10px;
          top: 0;
        }
      }
      &.end {
        &::after {
          content: "";
          width: 15px;
          height: 12px;
          background-color: #fff;
          position: absolute;
          right: -10px;
          top: 11px;
          @media screen and (width < 768px) {
            height: 28px;
          }
        }
      }
    }
    .text {
      width: 75%;
      letter-spacing: 0.1rem;
    }
  }
}

.col-interview_image {
  margin-bottom: 2.6rem;
  border-radius: 4px;
  overflow: hidden;
  @media screen and (width < 768px) {
    margin-bottom: 1rem;
  }
}
.col-interview_qa {
  margin-bottom: 2.6rem;
  @media screen and (width < 768px) {
    margin-bottom: 2.4rem;
  }
  .question {
    float: right;
    display: inline-block;
    font-size: var(--font-base__010);
    background-color: var(--color-base__110);
    color: var(--color-base__010);
    padding: 20px 40px 20px 80px;
    border-radius: 16px 16px 0 16px;
    list-style-type: none;
    position: relative;
    margin-bottom: 16px;
    min-width: 66rem;
    letter-spacing: 0.1rem;
    @media screen and (width < 768px) {
      padding: 2rem;
      padding-left: 6rem;
      margin-bottom: 8px;
      border-radius: 16px 16px 0 16px;
      min-width: 1rem;
      width: 100%;
    }
    &::before {
      content: "Q";
      font-size: var(--font-base__070);
      line-height: 1;
      font-weight: 600;
      position: absolute;
      top: 1.7rem;
      left: 40px;
      @media screen and (width < 768px) {
        top: 1.8rem;
        left: 2rem;
      }
    }
  }
  .answer {
    clear: both;
    font-size: var(--font-base__060);
    background-color: var(--color-base__010);
    padding: 26px 38px 26px 38px;
    border-radius: 16px 16px 16px 0;
    margin-top: 8px;
    position: relative;
    letter-spacing: 0.1rem;
    @media screen and (width < 768px) {
      padding: 2rem;
      border-radius: 16px 16px 16px 0;
    }
    .note {
    }
  }
}

.col-footer-nav {
  margin-bottom: 113px;
  padding-top: 7rem;
  @media screen and (width < 768px) {
    margin-bottom: 3.5rem;
    padding-top: 3rem;
  }
  .list {
    max-width: 36rem;
    margin: 0 auto;
    @media screen and (width < 768px) {
    }
    .list-item {
      a {
        display: block;
        border-bottom: 3px solid var(--color-base__110);
        color: var(--color-base__040);
        text-align: center;
        padding: 24px 0 15px 0;
        display: block;
        position: relative;
        letter-spacing: 4px;
        &::after {
          content: "";
          width: 8px;
          height: 8px;
          background: url(../img/recruit_fresh/img_icon_0002.svg) no-repeat 0 0;
          display: block;
          position: absolute;
          right: 0;
          top: calc(50% + 2px);
        }
      }
      &.top {
        a {
          &::after {
            display: none;
          }
          &::before {
            content: "";
            width: 8px;
            height: 8px;
            background: url(../img/recruit_fresh/img_icon_0003.svg) no-repeat 0 0;
            display: block;
            position: absolute;
            left: 0;
            top: calc(50% + 2px);
          }
        }
      }
    }
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  @media screen and (width < 768px) {
    display: flex;
    justify-content: normal;
  }
}

.swiper-slide {
  width: auto;
  margin: 0 20px;
  @media screen and (width < 768px) {
    margin: 0;
  }
}

.swiper-button-prev {
  width: 53px;
  height: 53px;
  &::after {
    content: "";
    width: 53px;
    height: 53px;
    background: url(../img/recruit_fresh/btn_arrow_0001.png) no-repeat 0 0;
    background-size: 100%;
  }
  .swiper-navigation-icon {
    display: none;
  }
}

.swiper-button-next {
  width: 53px;
  height: 53px;
  &::after {
    content: "";
    width: 53px;
    height: 53px;
    background: url(../img/recruit_fresh/btn_arrow_0002.png) no-repeat 0 0;
    background-size: 100%;
  }
  .swiper-navigation-icon {
    display: none;
  }
}

.swiper {
  &.not-active {
    .swiper-button-next {
      display: none;
    }
    .swiper-button-prev {
      display: none;
    }
  }
}
