@charset "utf-8";

@media screen, print {
  #page-body {
    padding-top: 0; /* reset */
  }

  .kvArea {
    position: relative;
  }

  .kv-pic-img {
    max-width: none; /* reset */
    object-position: top;
    width: 100%;
  }

  .rec-pagetitle {
    bottom: 20px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    -webkit-text-stroke: .15rem var(--ais-clr);
    text-stroke: .15rem var(--ais-clr);
  }

  .box-subhead {
    color: var(--ais-clr);
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  #team {
    .box-subhead {
      text-align: center;
    }

    .team-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 2rem;
    }

    .team-item {
      width: 50%;
    }

    .team-fig {
      display: flex;
      justify-content: center;
      position: relative;
    }

    .team-figcap {
      align-items: center;
      aspect-ratio: 134 / 75;
      background: url(../img/recruit/rec_voice_blln.svg) no-repeat;
      background-size: contain;
      bottom: 5px;
      bottom: 10px;
      bottom: 1.56vw;
      color: var(--ais-clr);
      display: flex;
      font-size: 1.4rem;
      justify-content: center;
      letter-spacing: -.1rem;
      line-height: 1.4;
      padding: 2.5rem .5rem 0;
      position: absolute;
      text-align: center;
      width: 130px;
      width: 180px;
      width: calc(15.6vw + 8rem);
    }
  }

  #voice {
    .voice-item {
      border-bottom: var(--ais-clr) solid .2rem;
      border-left: var(--ais-clr) solid .2rem;
      border-right: var(--ais-clr) solid .2rem;
      padding-top: .2rem;
    }

    .voice-item::before {
      border-top: var(--ais-clr) solid .2rem;
      content: '';
      display: block;
    }    

    .voice-proffig {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 3rem;
    }

    .voice-profimg {
      margin-left: auto;
      margin-right: auto;
      width: min(100%, 40rem);
    }

    .voice-profcap {
      margin: 0 auto 1rem;
      padding: 0 1rem;
      width: fit-content;
    }

    .vprof-name {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
      text-align: center;
    }

    .prof-name-sm {
      font-size: 1.4rem;
      margin-left: .2rem;
    }

    .vprof-para {
      font-size: 1.4rem;
      line-height: 1.8;
    }

    .box-subhead {
      line-height: 1.6; /* override */
      margin-bottom: 2rem; /* override */
      text-align: center; /* override */
    }

    .vdesc-para {
      line-height: 1.8;
    }

    .voice-scenefig {
      display: flex;
      flex-direction: column;
    }
  }

  #education {
    .edu-certification {
      margin-top: 2rem;
    }

    .certification-list {
      margin-top: .5rem;
    }

    .certification-item{
      font-size: 1.5rem;
      line-height: 1.4;
      padding-left: 1em;
      text-indent: -1em;
    }

    .certification-item::before {
      content: '\30FB';
    }

    .certification-item + .certification-item {
      margin-top: 1rem;
    }
  }

  #internship {
    .box-subhead {
      margin-top: 2rem;
    }

    .intern-photolist {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 2rem;
    }

    .intern-photoitem {
      width: 50%;
    }
  }
}

/*** SP BP ***/
@media (min-width: 640px) {
  .kv-pic-img {
    height: 250px;
    height: 350px;
    height: calc(28.4vw + 6.82rem);
    object-fit: cover;
  }

  #team {
    .team-list {
      justify-content: center;
    }

    .team-item {
      width: calc(100% / 3);
    }

    .team-figcap {
      font-size: 1.5rem;
      width: 160px;
    }
  }

  #voice {
    .voice-profimg {
      width: 40rem;
    }

    .voice-scenefig {
      flex-direction: row;
    }

    .voice-sceneimg {
      width: 50%;
    }
  }

  #internship {
    .box-subhead {
      margin-top: 3rem;
    }

    .intern-photoitem {
      width: calc(100% / 3);
    }
  }
}

/*** md Tablet ***/ 
@media (min-width: 768px) {
  .rec-pagetitle {
    font-size: 5rem;
    -webkit-text-stroke-width: .25rem;
    text-stroke-width: .25rem;

  }

  .localnav-list {
    gap: 2rem 0;
    justify-content: space-between;
  }

  #voice {
    .voice-cont {
      display: flex;
    }

    .voice-cont-imgl {
      flex-direction: row;
    }

    .voice-cont-imgr {
      flex-direction: row-reverse;
    }

    .voice-proffig {
      flex-direction: column;
      padding-top: 0; /* reset */
      width: 50%;
    }

    .voice-profimg {
      width: auto; /* reset */
    }

    .voice-profcap {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 0; /* reset */
      padding: 3rem 0;
    }

    .voice-desc {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1.5rem; /* override */
      width: 50%;
    }

    .box-subhead {
      margin-bottom: 1rem;
      text-align: start;
    }

    .vdesc-para {
      font-size: 1.5rem;
    }
  }

  #condition {
    .box-dterm {
      width: 14rem;
    }

    .box-ddesc {
      width: calc(100% - 15rem);
    }
  }

  #internship {
    .box-dterm {
      width: 15rem;
    }

    .box-ddesc {
      width: calc(100% - 16rem);
    }
  }
}

/*** lg PC ***/
@media (min-width: 992px) {
  #hdnav-link-recruit {
    background: #fff;
    border-top: solid 2px var(--ais-clr);
    color: var(--ais-clr);
    opacity: 1;
    pointer-events: none;
  }

  .kv-pic-img {
    height: 35rem;
  }

  #title-page {
    margin-bottom: 5rem;
  }

  #voice {
    .voice-profcap {
      padding: 0;
    }

    .box-subhead {
      font-size: 2rem;
    }

    .vprof-para {
      font-size: 1.5rem;
    }

    .voice-desc {
      padding: 2rem 1.5rem;
    }

  }


}

/*****************/
/***   Print   ***/
/*****************/
@media print {



}
