@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.interview-swiper {
  width: 100%;
}
.interview-swiper__nav {
  cursor: pointer;
  display: flex;
  gap: 3.0769230769vw;
  align-items: center;
  justify-content: flex-end;
  padding: 5.1282051282vw 6.1538461538vw 2.0512820513vw 0;
  margin-left: auto;
}
@media (min-width: 1021px) {
  .interview-swiper__nav {
    gap: 0.8333333333vw;
    padding: 0;
    padding-right: 5.5555555556vw;
    padding-bottom: 1.3888888889vw;
  }
}
.interview-swiper__nav-btn {
  cursor: pointer;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 2.0512820513vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--clr-dark-charcoal);
  background: transparent;
  transition: background 0.3s;
  flex-shrink: 0;
  background-color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .interview-swiper__nav-btn {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
  }
  .interview-swiper__nav-btn:hover {
    background: var(--clr-gray-03);
  }
}
.interview-swiper__nav-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/tomoku/assets/img/common/icon_keyboard-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--clr-tomoku-body);
}
.interview-swiper__nav-btn.-prev::before {
  transform: rotate(180deg);
}
.interview-swiper__nav-btn.swiper-button-disabled {
  background-color: var(--clr-gray-03);
  border-color: var(--clr-gray-05);
}
.interview-swiper__nav-btn.swiper-button-disabled::before {
  background-color: var(--clr-gray-05);
}
.interview-swiper__nav-to-all-btn {
  display: none;
}
@media (min-width: 1021px) {
  .interview-swiper__nav-to-all-btn {
    display: block;
    margin-left: 1.8055555556vw;
  }
}
.interview-swiper__track {
  width: 100%;
}
.interview-swiper__track-to-all-btn {
  width: 100%;
  display: flex;
  padding-right: 6.1538461538vw;
  justify-content: flex-end;
}
@media (min-width: 1021px) {
  .interview-swiper__track-to-all-btn {
    display: none;
  }
}
.interview-swiper__slide {
  padding: 3.0769230769vw;
  align-self: stretch;
}
@media (min-width: 1021px) {
  .interview-swiper__slide {
    padding: 1.1111111111vw;
  }
}
@media (min-width: 1021px) {
  .interview-swiper__slide:hover .interview-swiper__img {
    transform: scale(1.08);
  }
  .interview-swiper__slide:hover .interview-swiper__link-arrow {
    padding-right: 0.5555555556vw;
    background-color: var(--clr-tomoku-vivid-blue);
    border-color: var(--clr-tomoku-vivid-blue);
  }
}
.interview-swiper__slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interview-swiper__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2.0512820513vw;
  position: relative;
}
@media (min-width: 1021px) {
  .interview-swiper__img-wrap {
    border-radius: 0.5555555556vw;
  }
}
.interview-swiper__img {
  transition: transform 0.3s;
}
.interview-swiper__link-arrow {
  position: absolute;
  bottom: 3.0769230769vw;
  right: 3.0769230769vw;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 256.1538461538vw;
  border: 1px solid var(--clr-tomoku-white);
  padding: 0 3.0769230769vw 1.0256410256vw 2.0512820513vw;
  align-self: flex-end;
  justify-self: flex-end;
  background-color: rgba(140, 140, 140, 0.4);
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow {
    bottom: 0.8333333333vw;
    right: 0.8333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 69.375vw;
    padding: 0 0.8333333333vw 0.2777777778vw 0.5555555556vw;
    transition: padding-right 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
}
.interview-swiper__link-arrow-inner {
  display: block;
  width: 100%;
  height: 2.5641025641vw;
  transform-origin: bottom right;
  position: relative;
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner {
    height: 0.6944444444vw;
  }
}
.interview-swiper__link-arrow-inner::before {
  content: "";
  display: block;
  width: 0.5128205128vw;
  height: 100%;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 50% 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, arc to 100% 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 1.0256410256vw), close);
  transform: rotate(-50deg);
  transform-origin: bottom right;
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner::before {
    width: 0.1388888889vw;
    clip-path: shape(from 0 0.0694444444vw, arc to 50% 0 of 0.0694444444vw 0.0694444444vw cw rotate 90deg, arc to 100% 0.0694444444vw of 0.0694444444vw 0.0694444444vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 0.2777777778vw), close);
  }
}
.interview-swiper__link-arrow-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5128205128vw;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 0.2564102564vw 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to calc(100% - 1.0256410256vw) 0, line to 100% 100%, line to 0.2564102564vw 100%, arc to 0 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, close);
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner::after {
    height: 0.1388888889vw;
    clip-path: shape(from 0 0.1041666667vw, arc to 0.1041666667vw 0 of 0.1041666667vw 0.1041666667vw cw rotate 90deg, line to calc(100% - 0.2777777778vw) 0, line to 100% 100%, line to 0.1041666667vw 100%, arc to 0 0.1041666667vw of 0.1041666667vw 0.1041666667vw cw rotate 90deg, close);
  }
}
.interview-swiper__detail {
  display: flex;
  gap: 2.0512820513vw;
  flex-direction: column;
  padding: 4.1025641026vw 2.0512820513vw 0;
}
@media (min-width: 1021px) {
  .interview-swiper__detail {
    gap: 0.5555555556vw;
    padding: 1.3888888889vw 0.5555555556vw 0;
  }
}
.interview-swiper__job {
  align-self: stretch;
  color: var(--clr-tomoku-vivid-blue);
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
}
@media (min-width: 1021px) {
  .interview-swiper__job {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.interview-swiper__desc {
  flex: 1 0 0;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview-swiper__desc {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}

.interview__mv {
  background: var(--clr-tomoku-white);
  padding: 3.0769230769vw 3.0769230769vw 5.1282051282vw;
  display: flex;
  gap: 5.1282051282vw;
  flex-direction: column;
}
@media (min-width: 1021px) {
  .interview__mv {
    padding: 1.1111111111vw 1.1111111111vw 1.3888888889vw;
    gap: 4.1666666667vw;
  }
}
.interview__mv-inner {
  position: relative;
  border-radius: 3.0769230769vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 128.2051282051vw;
  margin-bottom: 31.7948717949vw;
}
@media (min-width: 1021px) {
  .interview__mv-inner {
    border-radius: 0.8333333333vw;
    min-height: 40.4861111111vw;
    margin-bottom: unset;
  }
}
.interview__mv-inner.-interview-ha {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-ha/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-ha {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-ha/mv.webp);
  }
}
.interview__mv-inner.-interview-ir {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-ir/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-ir {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-ir/mv.webp);
  }
}
.interview__mv-inner.-interview-tt {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-tt/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-tt {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-tt/mv.webp);
  }
}
.interview__mv-inner.-interview-tk {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-tk/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-tk {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-tk/mv.webp);
  }
}
.interview__mv-inner.-interview-st {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-st/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-st {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-st/mv.webp);
  }
}
.interview__mv-inner.-interview-futures-project-story-01 {
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-futures-project-story-01/mv-sp.webp);
}
@media (min-width: 1021px) {
  .interview__mv-inner.-interview-futures-project-story-01 {
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/interview-futures-project-story-01/mv.webp);
  }
}
.interview__mv-detail {
  color: var(--clr-tomoku-white);
  position: absolute;
  left: 50%;
  bottom: -31.7948717949vw;
  transform: translateX(-50%);
  width: 100%;
  max-width: 83.8461538462vw;
  display: flex;
  padding: 6.1538461538vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.1025641026vw;
  align-self: stretch;
  background: linear-gradient(90deg, #002B69 0%, #015FB6 51.44%, #02F1FA 100%);
  border-radius: 3.0769230769vw;
}
@media (min-width: 1021px) {
  .interview__mv-detail {
    left: unset;
    transform: translateX(0);
    max-width: 48.1944444444vw;
    right: 1.7708333333vw;
    bottom: -2.7777777778vw;
    padding: 4.4444444444vw;
    gap: 1.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
.interview__mv-title {
  display: flex;
  gap: 3.0769230769vw;
  flex-direction: column;
}
@media (min-width: 1021px) {
  .interview__mv-title {
    gap: 0.8333333333vw;
  }
}
.interview__mv-title h1 {
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1025641026vw;
}
@media (min-width: 1021px) {
  .interview__mv-title h1 {
    font-size: 2.7777777778vw;
    letter-spacing: 0.2051282051vw;
  }
}
.interview__mv-subtitle-wrap {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 4.6153846154vw;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.0923076923vw;
  text-transform: uppercase;
  padding-left: 3.0769230769vw;
}
@media (min-width: 1021px) {
  .interview__mv-subtitle-wrap {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
    padding-left: 0.8333333333vw;
  }
}
.interview__mv-subtitle-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: var(--clr-tomoku-white);
}
.interview__mv-profile {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  flex: 1 0 0;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1230769231vw;
}
@media (min-width: 1021px) {
  .interview__mv-profile {
    gap: 0.5555555556vw;
    font-size: 1.9444444444vw;
    letter-spacing: 0.0388888889vw;
  }
}
.interview__mv-profile span {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__mv-profile span {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.interview__section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .interview__section-title {
    gap: 0.8333333333vw;
  }
}
.interview__section-title span {
  font-family: "Roboto", sans-serif;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.0923076923vw;
  text-transform: uppercase;
  background: var(--color-gra-blue02, linear-gradient(90deg, #01C0FA 0%, #0162E9 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1021px) {
  .interview__section-title span {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
  }
}
.interview__section-title h3 {
  color: var(--clr-text-black);
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1435897436vw;
}
@media (min-width: 1021px) {
  .interview__section-title h3 {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
.interview__block {
  position: relative;
}
.interview__block.-with-img {
  display: flex;
  align-items: flex-start;
}
.interview__block.-with-img img.-block-img,
.interview__block.-with-img picture.-block-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .interview__block.-with-img img.-block-img,
  .interview__block.-with-img picture.-block-img {
    max-width: 34.5138888889vw;
    border-radius: 0.8333333333vw;
  }
}
.interview__block.-with-img *.-with-img {
  margin-top: 51.2820512821vw;
}
@media (min-width: 1021px) {
  .interview__block.-with-img *.-with-img {
    margin-top: 5.5555555556vw;
    margin-right: 0;
    max-width: 41.6666666667vw;
  }
}
.interview__block.-two-blocks-img img.-two-blocks-img,
.interview__block.-two-blocks-img picture.-two-blocks-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .interview__block.-two-blocks-img img.-two-blocks-img,
  .interview__block.-two-blocks-img picture.-two-blocks-img {
    max-width: 33.0555555556vw;
    bottom: unset;
    top: 0;
    right: 0;
    border-radius: 0.8333333333vw;
  }
}
.interview__block-detail {
  max-width: calc(100% - 6.1538461538vw);
  margin: 0 auto;
  display: flex;
  padding: 6.1538461538vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.1538461538vw;
  align-self: stretch;
  border-radius: 3.0769230769vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(90deg, #E7FFFF 0.82%, #CDEFFF 100%);
}
@media (min-width: 1021px) {
  .interview__block-detail {
    max-width: 100%;
    padding: 3.3333333333vw;
    gap: 1.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
.interview__block-detail-wrap {
  display: flex;
  gap: 10.2564102564vw;
  flex-direction: column;
  margin-bottom: 66.6666666667vw;
}
@media (min-width: 1021px) {
  .interview__block-detail-wrap {
    max-width: 43.0555555556vw;
    gap: 2.7777777778vw;
    margin-bottom: unset;
    margin-top: 5.5555555556vw;
  }
}
.interview__block-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.0769230769vw;
  align-self: stretch;
}
@media (min-width: 1021px) {
  .interview__block-title {
    flex-direction: row;
    align-items: center;
    gap: 0.5555555556vw;
  }
}
.interview__block-title img {
  width: 10.2564102564vw;
  aspect-ratio: 1/1;
}
@media (min-width: 1021px) {
  .interview__block-title img {
    width: 2.7777777778vw;
  }
}
.interview__block-title h2 {
  color: var(--clr-tomoku-vivid-blue);
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1025641026vw;
}
@media (min-width: 1021px) {
  .interview__block-title h2 {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
  }
}
.interview__block-description {
  align-self: stretch;
  color: var(--clr-tomoku-body-2);
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__block-description {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.interview__section {
  width: 100%;
  margin: 0 auto;
  padding: 6.1538461538vw 3.0769230769vw 10.2564102564vw;
  display: flex;
  gap: 10.2564102564vw;
  flex-direction: column;
}
@media (min-width: 1021px) {
  .interview__section {
    max-width: 71.3888888889vw;
    gap: 5.5555555556vw;
    padding: 5.5555555556vw 0;
    padding-left: 2.7777777778vw;
  }
}
.interview__section.-section-2 {
  padding-bottom: 20.5128205128vw;
}
@media (min-width: 1021px) {
  .interview__section.-section-2 {
    padding-bottom: 11.1111111111vw;
  }
}
.interview__img {
  position: relative;
  padding: 0 3.0769230769vw;
}
@media (min-width: 1021px) {
  .interview__img {
    padding: 0 1.1111111111vw;
  }
}
.interview__img picture {
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .interview__img picture {
    border-radius: 0.8333333333vw;
  }
}
.interview__img.-second {
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .interview__img.-second {
    padding-bottom: 5.5555555556vw;
  }
}
.interview__img-description {
  display: flex;
  padding: 6.1538461538vw 6.1538461538vw 10.2564102564vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.1538461538vw;
  align-self: stretch;
}
@media (min-width: 1021px) {
  .interview__img-description {
    max-width: 48.6805555556vw;
    color: var(--clr-tomoku-white);
    padding: 3.3333333333vw 0;
    gap: 1.6666666667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.3333333333vw;
  }
}
.interview__img-description h3 {
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1230769231vw;
}
@media (min-width: 1021px) {
  .interview__img-description h3 {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0333333333vw;
  }
}
.interview__img-description p {
  align-self: stretch;
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__img-description p {
    font-size: 1.3888888889vw;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0.0277777778vw;
  }
}
.interview__schedule {
  display: none;
  padding: 0 0 10.2564102564vw;
}
@media (min-width: 1021px) {
  .interview__schedule {
    padding: 5.5555555556vw 0;
  }
}
.interview__schedule-inner {
  display: flex;
  gap: 10.2564102564vw;
  flex-direction: column;
}
@media (min-width: 1021px) {
  .interview__schedule-inner {
    gap: 5.5555555556vw;
  }
}
.interview__schedule-title {
  position: relative;
  padding: 3.0769230769vw 0 3.0769230769vw 6.1538461538vw;
  display: flex;
  gap: 2.0512820513vw;
  align-items: center;
  background-image: url(/wp-content/themes/tomoku/assets/img/interview/kiritori-sp.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media (min-width: 1021px) {
  .interview__schedule-title {
    padding: 1.2152777778vw 0 1.2152777778vw 8.3333333333vw;
    gap: 1.1111111111vw;
    background-image: url(/wp-content/themes/tomoku/assets/img/interview/kiritori.svg);
  }
}
.interview__schedule-title h3 {
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1435897436vw;
}
@media (min-width: 1021px) {
  .interview__schedule-title h3 {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
.interview__schedule-title img {
  width: 3.8461538462vw;
}
@media (min-width: 1021px) {
  .interview__schedule-title img {
    width: 1.0416666667vw;
  }
}
.interview__schedule-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 6.1538461538vw;
  display: flex;
  gap: 6.1538461538vw;
  flex-direction: column;
  overflow-y: hidden;
}
@media (min-width: 1021px) {
  .interview__schedule-main {
    max-width: 71.3888888889vw;
    padding: 0;
    gap: 2.2222222222vw;
    padding-left: 1.6666666667vw;
  }
}
.interview__schedule-main:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 3.0769230769vw;
  left: 8.2051282051vw;
  width: 1px;
  height: calc(100% - 3.0769230769vw);
  border-left: 1px dashed var(--clr-tomoku-gray);
}
@media (min-width: 1021px) {
  .interview__schedule-main:before {
    top: 0.8333333333vw;
    left: 2.2222222222vw;
    height: calc(100% - 0.8333333333vw);
  }
}
.interview__schedule-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
  align-items: flex-start;
}
@media (min-width: 1021px) {
  .interview__schedule-item {
    flex-direction: row;
    gap: 1.1111111111vw;
  }
}
.interview__schedule-item:last-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 4.1025641026vw;
  height: calc(100% - 4.6153846154vw);
  background: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .interview__schedule-item:last-child:before {
    width: 1.1111111111vw;
    height: calc(100% - 1.25vw);
  }
}
.interview__schedule-time {
  display: flex;
  gap: 4.1025641026vw;
  align-items: center;
}
@media (min-width: 1021px) {
  .interview__schedule-time {
    gap: 1.1111111111vw;
    padding-top: 0.3472222222vw;
  }
}
.interview__schedule-time img {
  width: 4.1025641026vw;
  aspect-ratio: 1/1;
}
@media (min-width: 1021px) {
  .interview__schedule-time img {
    width: 1.1111111111vw;
  }
}
.interview__schedule-time span {
  min-width: 16.1538461538vw;
  max-width: 16.1538461538vw;
  flex: 1 0 0;
  color: var(--clr-tomoku-vivid-blue);
  font-family: "Roboto", sans-serif;
  font-size: 6.1538461538vw;
  font-weight: 900;
  line-height: 125%;
}
@media (min-width: 1021px) {
  .interview__schedule-time span {
    min-width: 4.375vw;
    max-width: 4.375vw;
    font-size: 1.6666666667vw;
  }
}
.interview__schedule-detail {
  display: flex;
  flex-direction: column;
  gap: 1.0256410256vw;
  padding-left: 8.2051282051vw;
  margin-top: 0.5128205128vw;
}
@media (min-width: 1021px) {
  .interview__schedule-detail {
    gap: 0.2777777778vw;
    margin-top: 0.1388888889vw;
    padding-left: unset;
  }
}
.interview__schedule-detail h4 {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0923076923vw;
}
@media (min-width: 1021px) {
  .interview__schedule-detail h4 {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
  }
}
.interview__schedule-detail p {
  color: var(--clr-text-black);
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__schedule-detail p {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0222222222vw;
  }
}
.interview__off {
  padding: 10.2564102564vw 6.1538461538vw;
  background: var(--clr-bg-gray);
}
@media (min-width: 1021px) {
  .interview__off {
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.interview__off-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .interview__off-inner {
    flex-direction: row;
    gap: 2.7777777778vw;
  }
}
.interview__off-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .interview__off-left {
    max-width: 50.8333333333vw;
    gap: 2.7777777778vw;
  }
}
.interview__off-description {
  color: var(--clr-tomoku-body-2);
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__off-description {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.interview__off-right {
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .interview__off-right {
    border-radius: 0.8333333333vw;
    max-width: 34.5138888889vw;
  }
}
.interview__slide {
  padding: 10.2564102564vw 0 10.2564102564vw 5.1282051282vw;
}
@media (min-width: 1021px) {
  .interview__slide {
    padding: 5.5555555556vw 0 5.5555555556vw 8.3333333333vw;
  }
}
.interview__slide-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .interview__slide-inner {
    gap: 0;
  }
}
.interview__slide-btns {
  cursor: pointer;
  display: flex;
  gap: 3.0769230769vw;
  align-items: center;
  padding: 5.1282051282vw 6.1538461538vw 2.0512820513vw 0;
  margin-left: auto;
}
@media (min-width: 1021px) {
  .interview__slide-btns {
    gap: 0.8333333333vw;
    padding: 0;
    padding-right: 4.4444444444vw;
    padding-bottom: 1.3888888889vw;
  }
}
.interview__slide-btn {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 2.0512820513vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--clr-dark-charcoal);
  background: transparent;
  transition: background 0.3s;
}
@media (min-width: 1021px) {
  .interview__slide-btn {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
  }
}
@media (min-width: 1021px) {
  .interview__slide-btn:hover {
    background: var(--clr-gray-03);
  }
}
.interview__swiper {
  width: 100%;
}
.interview__swiper-slide {
  padding: 3.0769230769vw;
  align-self: stretch;
}
@media (min-width: 1021px) {
  .interview__swiper-slide {
    padding: 1.1111111111vw;
  }
}
@media (min-width: 1021px) {
  .interview__swiper-slide:hover .interview__swiper-img {
    transform: scale(1.08);
  }
}
.interview__swiper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interview__swiper-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .interview__swiper-img-wrap {
    border-radius: 0.5555555556vw;
  }
}
.interview__swiper-img {
  transition: transform 0.3s;
}
.interview__swiper-detail {
  display: flex;
  gap: 2.0512820513vw;
  flex-direction: column;
  padding: 4.1025641026vw 2.0512820513vw 0;
}
@media (min-width: 1021px) {
  .interview__swiper-detail {
    gap: 0.5555555556vw;
    padding: 1.3888888889vw 0.5555555556vw 0;
  }
}
.interview__swiper-detail-upper {
  display: flex;
  gap: 1.0256410256vw;
  flex-direction: column;
}
@media (min-width: 1021px) {
  .interview__swiper-detail-upper {
    gap: 0.2777777778vw;
  }
}
.interview__swiper-job {
  align-self: stretch;
  color: var(--clr-tomoku-vivid-blue);
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
}
@media (min-width: 1021px) {
  .interview__swiper-job {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.interview__swiper-initial {
  flex: 1 0 0;
  color: var(--clr-text-black);
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 165%;
}
@media (min-width: 1021px) {
  .interview__swiper-initial {
    font-size: 1.3888888889vw;
  }
}
.interview__swiper-description {
  flex: 1 0 0;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview__swiper-description {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}

/*# sourceMappingURL=interview-detail.css.map */
