@charset "UTF-8";
/*==================================================
** interviews
==================================================*/
#interviewTtl {
  background: #fdc3b8;
  padding-block: 180px 50px;
}
@media screen and (max-width: 767px) {
  #interviewTtl {
    padding-block: 95px 40px;
  }
  #interviewTtl .wrap {
    flex-direction: column;
  }
  #interviewTtl .order1 {
    order: 1;
  }
  #interviewTtl .order2 {
    order: 2;
  }
  #interviewTtl .order-info {
    order: 3;
  }
  #interviewTtl .order3 {
    order: 4;
  }
}
#interviewTtl .txtbox {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox {
    width: 100%;
    display: contents;
  }
}
#interviewTtl .txtbox .h1 {
  margin-top: min(3.8461538462vw, 40px);
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .h1 {
    margin-top: 0;
  }
}
#interviewTtl .txtbox .h1 .jp {
  height: min(4.1346153846vw, 43px);
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .h1 .jp {
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .h1 .en {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
#interviewTtl .txtbox .person-info {
  display: flex;
  align-items: flex-end;
  margin-top: min(4.8076923077vw, 50px);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .person-info {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    gap: 0;
  }
}
#interviewTtl .txtbox .person-info .person-status {
  font-size: min(2.1153846154vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .person-info .person-status {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
#interviewTtl .txtbox .person-info .person-name {
  font-size: min(3.3653846154vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .person-info .person-name {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
#interviewTtl .txtbox .career {
  margin-top: 15px;
  background: #f9e3dd;
  border-radius: 5px;
  padding-block: 30px 36px;
  padding-inline: 5%; /* ★横並びにするスペースを確保するため、左右の余白を少し減らしました */
  /* ★PC用の横並び（Flexbox）設定を追加 */
  display: flex;
  align-items: center; /* タイムラインの縦中央に揃えます。上端揃えにしたい場合は flex-start に変更してください */
  justify-content: center; /* 全体をボックスの中央に寄せます */
  gap: 25px; /* Careerの文字とタイムラインの間の隙間 */
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career {
    margin-top: 18px;
    padding-block: 20px 25px;
    padding-inline: 10.7%;
    display: block; /* ★スマホ時は元の縦並びに戻します */
  }
}
#interviewTtl .txtbox .career-ttl {
  font-size: 1.8rem; /* ★PC時の文字を小さく変更（元の3.5remから縮小） */
  font-weight: 600;
  line-height: 1;
  color: #ea0029;
  flex-shrink: 0; /* 文字エリアが潰れないように保護 */
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-ttl {
    font-size: 2.4rem;
    text-align: center; /* スマホ時は中央揃え */
  }
}
#interviewTtl .txtbox .career-flow {
  margin-top: 0; /* ★横並びにするので、上についていた余白をなくします */
  padding-block: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-flow {
    margin-top: 10px; /* スマホ時は上の余白を復活 */
    padding-block: 20px 30px;
  }
}
#interviewTtl .txtbox .career-flow::before {
  content: "";
  display: block;
  width: 12px;
  height: calc(100% - 16px);
  background: url(../img/interviews/ico_arr_l_btm.svg) no-repeat left bottom/100% auto;
  position: absolute;
  left: 15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-flow::before {
    width: 8px;
    height: calc(100% - 12px);
    left: 10px;
  }
}
#interviewTtl .txtbox .career-flow::after {
  content: "NOW";
  font: normal normal 700 1.7rem/1.6 "Gantari", YakuHanJP, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #ea0029;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-flow::after {
    font-size: 1.2rem;
  }
}
#interviewTtl .txtbox .career-flow .flow-li {
  padding-left: 45px;
  position: relative;
  font-size: min(1.3461538462vw, 1.5rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-flow .flow-li {
    padding-left: 30px;
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
#interviewTtl .txtbox .career-flow .flow-li::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border: 1px solid #ea0a2a;
  border-radius: 1000px;
  background: #ea0a2a;
  position: absolute;
  left: 15px;
  top: min(0.7692307692vw, 8px);
}
@media screen and (max-width: 767px) {
  #interviewTtl .txtbox .career-flow .flow-li::before {
    width: 8px;
    left: 10px;
    top: min(1.6vw, 6px);
  }
}
#interviewTtl .txtbox .career-flow .flow-li + .flow-li {
  margin-top: 20px;
}
#interviewTtl .txtbox .career-flow .flow-li.past::before {
  background: #fff;
}
#interviewTtl .txtbox .career-flow .flow-li .txt-wrap {
  display: flex;
}
#interviewTtl .txtbox .career-flow .flow-li .txt-before {
  white-space: nowrap;
}
#interviewTtl .personbox {
  width: 48.6%;
}
@media screen and (max-width: 767px) {
  #interviewTtl .personbox {
    width: 100%;
  }
}
#interviewTtl .personbox .person-pht {
  mask: url(../img/interviews/mask_frame_person.svg) no-repeat center center/contain;
  position: relative;
}
#interviewTtl .personbox .person-catch {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(245, 86, 79, 0.8);
  color: #fff;
  font-size: min(2.1153846154vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  padding-block: 30px 26px;
  padding-inline: min(0.9615384615vw, 10px);
}
@media screen and (max-width: 767px) {
  #interviewTtl .personbox .person-catch {
    font-size: 4vw;
    padding-block: 20px 16px;
    padding-inline: min(2.1333333333vw, 8px);
  }
}

#interviewDetail .interview-sec {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-sec {
    margin-top: 45px;
  }
}
#interviewDetail .interview-q {
  font-size: 2.7rem;
  padding-left: 43px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-q {
    font-size: 1.4rem;
    padding-left: 35px;
  }
}
#interviewDetail .interview-q::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-q::before {
    top: 10px;
  }
}
#interviewDetail .interview-a {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-a {
    margin-top: 20px;
  }
}
#interviewDetail .interview-a h3 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ea0a2a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-a h3 {
    font-size: 1.8rem;
  }
}
#interviewDetail .interview-a p {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-a p {
    font-size: 1.4rem;
  }
}
#interviewDetail .interview-a.ptn1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 30px 0;
}
#interviewDetail .interview-a.ptn1 .txtbox {
  width: 45.3%;
}
@media screen and (max-width: 991px) {
  #interviewDetail .interview-a.ptn1 .txtbox {
    width: 100%;
  }
}
#interviewDetail .interview-a.ptn1 .phtbox {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #interviewDetail .interview-a.ptn1 .phtbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-a.ptn1 .phtbox .pht {
    margin-inline: -7.3%;
  }
}
#interviewDetail .interview-other {
  margin-top: 98px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 25px 7.75%;
}
@media screen and (max-width: 991px) {
  #interviewDetail .interview-other {
    gap: 25px 3.8%;
  }
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
#interviewDetail .interview-other .schedule {
  background: #f9e3dd;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-block: 36px 40px;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule {
    padding-block: 25px 30px;
    grid-column: 1/-1;
    grid-row: auto;
  }
}
#interviewDetail .interview-other .schedule::before {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background: linear-gradient(to bottom, #feafa1, #f5564f);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule::before {
    width: 57px;
  }
}
#interviewDetail .interview-other .schedule-ttl {
  padding-left: 80px;
  font-size: min(3.4vw, 3.4rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #ea0a2a;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule-ttl {
    padding-left: 57px;
    font-size: min(6.4vw, 2.4rem);
  }
}
#interviewDetail .interview-other .schedule-detail {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule-detail {
    margin-top: 20px;
  }
}
#interviewDetail .interview-other .schedule-list-li + .schedule-list-li {
  margin-top: 15px;
}
#interviewDetail .interview-other .schedule-list-dl {
  display: grid;
  grid-template-columns: 80px 1fr;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule-list-dl {
    grid-template-columns: 57px 1fr;
  }
}
#interviewDetail .interview-other .schedule-list-dt {
  margin-top: min(0.5vw, 5px);
  height: 16px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule-list-dt {
    margin-top: min(1.0666666667vw, 4px);
    height: 11px;
    padding-inline: 8px;
  }
}
#interviewDetail .interview-other .schedule-list-dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
#interviewDetail .interview-other .schedule-list-dd {
  padding-inline: 14px 28px;
  font-size: min(1.9vw, 1.9rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .schedule-list-dd {
    padding-inline: 10px 7.4%;
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
#interviewDetail .interview-other .outday {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: -105px;
  background: #f9e3dd;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #fff;
  padding: 30px 40px 36px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday {
    margin-top: -25px;
    grid-column: 1/-1;
    grid-row: auto;
    padding: 25px 7.4% 30px;
  }
}
#interviewDetail .interview-other .outday-ttl {
  font-size: min(2.4vw, 2.4rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #ea0a2a;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday-ttl {
    font-size: min(5.3333333333vw, 2rem);
  }
}
#interviewDetail .interview-other .outday-detail {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday-detail {
    margin-top: 20px;
  }
}
#interviewDetail .interview-other .outday-list-li + .outday-list-li {
  margin-top: 20px;
}
#interviewDetail .interview-other .outday-list-dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday-list-dl {
    grid-template-columns: 100px 1fr;
  }
}
#interviewDetail .interview-other .outday-list-dt {
  color: #ea0a2a;
  font-size: min(1.9vw, 1.9rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday-list-dt {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
#interviewDetail .interview-other .outday-list-dd {
  font-size: min(1.9vw, 1.9rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday-list-dd {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
#interviewDetail .interview-other .outday ~ .holiday {
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .outday ~ .holiday {
    grid-row: auto;
  }
}
#interviewDetail .interview-other .holiday {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .holiday {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
#interviewDetail .interview-other .holiday-ttl {
  background: #fa8678;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: min(2.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  padding-block: 19px 13px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .holiday-ttl {
    font-size: min(4.8vw, 1.8rem);
    padding-block: 14px 9px;
  }
}
#interviewDetail .interview-other .holiday-detail {
  border: 1px solid #fa8678;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 36px 7.8%;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .holiday-detail {
    padding: 25px 7.6% 30px;
  }
}
#interviewDetail .interview-other .holiday-detail .txt {
  margin-top: 0;
  font-size: min(2.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .holiday-detail .txt {
    font-size: min(4.8vw, 1.8rem);
  }
}
#interviewDetail .interview-other .holiday-detail .pht {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-other .holiday-detail .pht {
    margin-top: 20px;
  }
}
#interviewDetail .interview-note {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #interviewDetail .interview-note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

#interviewNav {
  margin-top: 130px;
  background-color: #fdc3b8;
  padding-block: 60px 80px;
}
@media screen and (max-width: 767px) {
  #interviewNav {
    margin-top: 25px;
    padding-block: 35px 55px;
  }
}
#interviewNav .heading .jp {
  width: 311px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #interviewNav .heading .jp {
    width: 149px;
  }
}
#interviewNav .heading .en {
  margin-top: 15px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ea0029;
}
@media screen and (max-width: 767px) {
  #interviewNav .heading .en {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#interviewNav .interviewnav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 0 min(4.0322580645vw, 50px);
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav {
    margin: 25px auto 0;
    width: min(81.8666666667vw, 307px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#interviewNav .interviewnav-li {
  width: 320px;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav-li {
    width: 100%;
  }
}
#interviewNav .interviewnav-a {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav-a {
    display: grid;
    grid-template-columns: min(26.1333333333vw, 98px) 1fr;
    gap: 0 14px;
    align-items: start;
  }
}
#interviewNav .interviewnav-a:hover {
  opacity: 1;
}
#interviewNav .interviewnav-a:hover .phtbox .img-hover {
  opacity: 1;
}
#interviewNav .interviewnav .phtbox {
  position: relative;
  width: 180px;
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav .phtbox {
    width: 100%;
  }
}
#interviewNav .interviewnav .phtbox .img {
  transition: opacity 0.8s ease;
  width: 100%;
  height: auto;
  display: block;
}
#interviewNav .interviewnav .phtbox .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
}
#interviewNav .interviewnav .txtbox {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav .txtbox {
    position: static;
    transform: none;
    margin-top: min(8vw, 30px);
    margin-left: 0;
    width: auto;
  }
}
#interviewNav .interviewnav .txtbox .status {
  font-size: min(1.4516129032vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav .txtbox .status {
    font-size: min(4vw, 1.5rem);
  }
}
#interviewNav .interviewnav .txtbox .name {
  margin-top: min(0.8064516129vw, 10px);
  font-size: min(2.4193548387vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #interviewNav .interviewnav .txtbox .name {
    margin-top: min(2.6666666667vw, 10px);
    font-size: min(6.4vw, 2.4rem);
  }
}
