@charset "UTF-8";
/* ======================================================================
 Workplace
====================================================================== */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "JNRfont_p";
  src: url("../fonts/JNRfont_s.ttf") format("truetype");
  font-display: swap;
}
.main-visual {
  margin-top: 6.5625vw;
  margin-bottom: 3.125vw;
  padding-top: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 17.0666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.main-visual__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.main-visual__banner {
  position: relative;
  overflow: hidden;
  margin-top: 2.34375vw;
  aspect-ratio: 1420/520;
  width: 100%;
  border-radius: 0.78125vw;
  background: #010b27;
}
@media screen and (max-width: 767px) {
  .main-visual__banner {
    margin-top: 2.6666666667vw;
    aspect-ratio: 1/1;
    border-radius: 2.1333333333vw;
  }
}
.main-visual__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-visual__banner img {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
}
.main-visual__message {
  position: absolute;
  bottom: 2.1875vw;
  left: 0;
  padding: 1.5625vw 4.84375vw 1.0416666667vw 3.9583333333vw;
  width: 36.9791666667vw;
  background: rgba(1, 11, 39, 0.78);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-visual__message {
    right: 5.3333333333vw;
    bottom: 0;
    left: 0;
    padding: 4.8vw 4.8vw 4.2666666667vw;
    width: auto;
  }
}
.main-visual__copy {
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  font-size: 1.7708333333vw;
  font-family: "JNRfont_p", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .main-visual__copy {
    letter-spacing: 0.06em;
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 1.55;
  }
}
.main-visual__profile {
  display: flex;
  align-items: baseline;
  gap: 1.0416666667vw;
  margin-top: 0.625vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-visual__profile {
    flex-wrap: wrap;
    gap: 1.6vw 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.main-visual__job {
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) {
  .main-visual__job {
    font-size: 3.7333333333vw;
  }
}
.main-visual__job-en {
  color: #da4700;
  letter-spacing: 0.05em;
  font-size: 0.625vw;
}
@media screen and (max-width: 767px) {
  .main-visual__job-en {
    font-size: 2.6666666667vw;
  }
}
.main-visual__year {
  color: #fff;
  font-weight: 300;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 767px) {
  .main-visual__year {
    font-size: 3.2vw;
  }
}

.p-single-interview__contents {
  margin: 0 auto;
  padding: 5.2083333333vw 11.6666666667vw;
  width: 73.9583333333vw;
  border: 1px solid #607add;
  border-radius: 0.78125vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-interview__contents {
    padding: 8vw 5.3333333333vw;
    width: calc(100% - 10.6666666667vw);
    border-radius: 2.1333333333vw;
  }
}
.p-single-interview__contents-title {
  margin: 0 0 2.8645833333vw;
  color: #607add;
  letter-spacing: 0.2em;
  font-size: 2.0833333333vw;
  font-family: "JNRfont_p", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single-interview__contents-title {
    margin: 0 0 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-single-interview__contents-col + .p-single-interview__contents-col {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__contents-col + .p-single-interview__contents-col {
    margin-top: 10.6666666667vw;
  }
}
.p-single-interview__contents-thumbnail {
  overflow: hidden;
  margin: 5.2083333333vw auto 0;
  aspect-ratio: 674/415;
  width: 35.1041666667vw;
  border-radius: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__contents-thumbnail {
    margin: 10.6666666667vw auto 0;
    width: 100%;
    border-radius: 2.1333333333vw;
  }
}
.p-single-interview__contents-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-interview__section {
  margin: 5.2083333333vw auto 0;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__section {
    margin: 10.6666666667vw 0 0;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.p-single-interview__section + .p-single-interview__section {
  padding-top: 5.2083333333vw;
  border-top: 1px solid #607add;
}
@media screen and (max-width: 767px) {
  .p-single-interview__section + .p-single-interview__section {
    padding-top: 10.6666666667vw;
  }
}
.p-single-interview__section-title {
  margin: 0 0 3.6458333333vw;
  color: #607add;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2.0833333333vw;
  font-family: "JNRfont_p", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single-interview__section-title {
    margin: 0 0 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-single-interview__schedule-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__schedule-contents {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-single-interview__schedule-contents-image {
  overflow: hidden;
  aspect-ratio: 674/415;
  border-radius: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__schedule-contents-image {
    border-radius: 2.1333333333vw;
  }
}
.p-single-interview__schedule-contents-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-interview__schedule-contents-table-row {
  display: grid;
  grid-template-columns: 7.2916666667vw 1fr;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .p-single-interview__schedule-contents-table-row {
    grid-template-columns: 24vw 1fr;
    border-bottom: 1px solid #e3e3e3;
  }
}
.p-single-interview__schedule-contents-table-label {
  padding-right: 2.0833333333vw;
  background: #010b27;
  color: #fff;
  text-align: right;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 4.375;
}
@media screen and (max-width: 767px) {
  .p-single-interview__schedule-contents-table-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.p-single-interview__schedule-contents-table-data {
  padding-left: 2.0833333333vw;
  background: #f3f3f3;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 4.375;
}
@media screen and (max-width: 767px) {
  .p-single-interview__schedule-contents-table-data {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.p-single-interview__other-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.6458333333vw;
  margin: 0 auto;
  width: 31.7708333333vw;
}
@media screen and (max-width: 767px) {
  .p-single-interview__other-list {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    width: 100%;
  }
}/*# sourceMappingURL=p-interview-single.css.map */