﻿
.sub.interview .sub__title--jp {
  color: #262724;
}
@media screen and (max-width: 519px) {
  .sub.interview .sub__title--jp {
    font-size: 24px;
  }
}
.sub.interview .sub__title--en {
  color: #0e7c8f;
}
.sub.interview .top__deco {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/75;
}
.sub.interview .top__deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/img-interview-deco.png") no-repeat center center/contain;
  z-index: -1;
}
.sub.interview .section__topLinks {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sub.interview .section__topLinks {
    margin-top: 60px;
  }
}
.sub.interview .interview__topLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(26.3888888889vw, 380px);
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__topLinks {
    gap: 6.25vw;
  }
}
.sub.interview .interview__topLink {
  position: relative;
}
.sub.interview .interview__topLink::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 2px;
  background-color: #0e7c8f;
  scale: 0 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__topLink::after {
    bottom: -16px;
  }
}
.sub.interview .topLink__text--en {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #959595;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.interview .topLink__text--en {
    font-size: 24px;
    line-height: 1.6;
  }
}
.sub.interview .topLink__text--jp {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #959595;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.interview .topLink__text--jp {
    font-size: 12px;
    line-height: 1.2;
  }
}
.sub.interview .interview__topLink.is-active {
  pointer-events: none;
}
.sub.interview .interview__topLink.is-active::after {
  scale: 1 1;
}
.sub.interview .interview__topLink.is-active .topLink__text--en,
.sub.interview .interview__topLink.is-active .topLink__text--jp {
  color: #262724;
}
@media (any-hover: hover) {
  .sub.interview .interview__topLink:hover::after {
    scale: 1 1;
  }
  .sub.interview .interview__topLink:hover .topLink__text--en,
  .sub.interview .interview__topLink:hover .topLink__text--jp {
    color: #262724;
  }
}
.sub.interview .section__interview {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .sub.interview .section__interview {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.sub.interview .section__interview .section__body {
  max-width: 1024px;
  margin-inline: auto;
}
.sub.interview .interview__head {
  position: relative;
}
.sub.interview .interview__head::after {
  content: "INTERVIEW00";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.26em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書きに設定（右から左方向） */
  text-orientation: sideways; /* 文字を横倒しに表示 */
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__head::after {
    font-size: 11px;
  }
}
.sub.interview .interview__title {
  padding-right: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__title {
    font-size: 24px;
  }
}
.sub.interview .interview__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__text {
    font-size: 14px;
  }
}
.sub.interview .interview__title + .interview__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__title + .interview__text {
    margin-top: 32px;
  }
}
.sub.interview .interview__list {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sub.interview .interview__list {
    margin-top: 60px;
  }
}
.sub.interview .interview__item + .interview__item {
  margin-top: 60px;
}
.sub.interview .interviewItem__title {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #21a3c3;
  font-size: 28px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
@media screen and (max-width: 768px) {
  .sub.interview .interviewItem__title {
    padding-left: initial;
    text-indent: initial;
    font-size: 16px;
  }
}
.sub.interview .interviewItem__text {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.interview .interviewItem__text {
    font-size: 14px;
  }
}
.sub.interview .interview__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-inline: auto;
  width: 80%;
  max-width: 1000px;
}
@media screen and (max-width: 519px) {
  .sub.interview .interview__links {
    padding-inline: min(4.6875vw, 15px);
    width: 100%;
  }
}
.sub.interview .interview__linksRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub.interview .interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #00a7c6;
  text-align: center;
  padding: min(2.0833333333vw, 30px);
  width: 33%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.interview .interview__link.interview__link--blank {
  background-color: transparent;
}
.sub.interview .interview__link.is-active {
  background-color: #c89224;
  pointer-events: none;
}
.sub.interview .interviewLink__number,
.sub.interview .interviewLink__department {
  margin-top: 18px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .sub.interview .interviewLink__number,
  .sub.interview .interviewLink__department {
    margin-top: 2vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 519px) {
  .sub.interview .interviewLink__number,
  .sub.interview .interviewLink__department {
    margin-top: 2.1875vw;
    font-size: 2.5vw;
  }
}
@media (any-hover: hover) {
  .sub.interview .interview__link:not(.interview__link--blank):hover {
    background-color: #c89224;
  }
}

.sub.interview.interviewCeo .interview__head::after {
  content: "INTERVIEW00";
}
.sub.interview.interview01 .interview__head::after {
  content: "INTERVIEW01";
}
.sub.interview.interview02 .interview__head::after {
  content: "INTERVIEW02";
}
.sub.interview.interview03 .interview__head::after {
  content: "INTERVIEW03";
}
.sub.interview.interview04 .interview__head::after {
  content: "INTERVIEW04";
}
.sub.interview.interview05 .interview__head::after {
  content: "INTERVIEW05";
}
/*# sourceMappingURL=common-interview.css.map */