@charset "UTF-8";
/*****************************************************************************
 202110 talk
 *****************************************************************************/
.talk-member {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .talk-member-box {
    width: 33.3333%;
  }
  .talk-member {
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .talk-member-box {
    width: 30%;
  }
  .talk-member {
    justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
  .talk-member-box:nth-child(even) {
    margin-top: 0;
  }
  .talk-member-name {
    font-size: 1.5rem;
  }
  .talk-member-label span {
    font-size: 1.0rem;
    line-height: 1.4;
  }
  .talk-member-label {
    bottom: -30px;
  }
  .talk-member-name {
    bottom: -57px;
  }
  .talk-wrapper:nth-child(even) .talk-wrapper-box {
    margin-left: 0;
  }
  /*.talk-hero {
    padding-top: 50px;
  }
  .talk-hero :first-child {
    margin-top: -60px;
  }*/
}
.visual.short .visual-img .pc {
  display: block !important;
}
.visual.short .visual-img .sp {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .visual.short .visual-img .pc {
    display: none !important;
  }
  .visual.short .visual-img .sp {
    display: block !important;
    visibility: initial !important;
  }
}
/*****************************************************************************
 202201 採用サイト更新
 *****************************************************************************/
.interview__wrapper-text {
  font-size: 1.65rem;
}
.interview__flow-text {
  font-size: 1.65rem;
}
a .interview__nav-title {
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
.employee__section-text {
  font-size: 1.5rem;
}
a .part__content-box-title {
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
.entry__section {
  background-position: 50% 15%;
}
@media only screen and (max-width: 900px) {
  .entry__section {
    background-position: 100%;
    padding: 110px 0 50px;
  }
  .footer__entry {
    padding: 110px 0 50px;
  }
}