@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.interview-nav .list {
  margin-top: 118px;
}
@media (max-width: 768px) {
  .interview-nav .list {
    margin-top: 16vw;
  }
}
.interview-nav .list > li {
  margin-top: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .interview-nav .list > li {
    margin-top: 16vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.interview-nav .list > li:first-of-type {
  margin-top: 0;
}
.interview-nav .list > li .imgWrap {
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .interview-nav .list > li .imgWrap {
    width: 45.8333333333%;
  }
}
@media (max-width: 768px) {
  .interview-nav .list > li .imgWrap {
    width: calc(100% - 2.6666666667vw);
    margin-right: auto;
  }
}
.interview-nav .list > li .imgWrap:before {
  content: "";
  display: block;
  width: 36.5%;
  aspect-ratio: 219/216;
  background-color: #71B3BE;
  position: absolute;
  bottom: -16px;
  right: -16px;
}
@media (max-width: 768px) {
  .interview-nav .list > li .imgWrap:before {
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.interview-nav .list > li .imgWrap img {
  display: block;
  width: 100%;
  position: relative;
}
.interview-nav .list > li .txtWrap {
  width: 42.6666666667%;
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .interview-nav .list > li .txtWrap {
    width: 47.5%;
  }
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap {
    width: 100%;
    transition-delay: 0s;
  }
}
.interview-nav .list > li .txtWrap .navTtl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6428571429;
}
@media (max-width: 1200px) {
  .interview-nav .list > li .txtWrap .navTtl {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .interview-nav .list > li .txtWrap .navTtl {
    font-size: 21px;
  }
}
@media (max-width: 820px) {
  .interview-nav .list > li .txtWrap .navTtl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap .navTtl {
    font-size: 4.8vw;
  }
}
.interview-nav .list > li .txtWrap .job {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap .job {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}
.interview-nav .list > li .txtWrap .nameWrap {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap .nameWrap {
    margin-top: 1.0666666667vw;
    gap: 3.2vw;
  }
}
.interview-nav .list > li .txtWrap .nameWrap .name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap .nameWrap .name {
    font-size: 6.4vw;
  }
}
.interview-nav .list > li .txtWrap .nameWrap .join {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap .nameWrap .join {
    font-size: 3.2vw;
  }
}
.interview-nav .list > li .txtWrap a {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .interview-nav .list > li .txtWrap a {
    margin-top: 3.2vw;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .interview-content {
    margin-top: 10.6666666667vw;
  }
}
.interview-content .contentTtl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .interview-content .contentTtl {
    font-size: 5.6vw;
  }
}
.interview-content .job {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .interview-content .job {
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
}
.interview-content .nameWrap {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .interview-content .nameWrap {
    margin-top: 1.0666666667vw;
    gap: 3.2vw;
  }
}
.interview-content .nameWrap .name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .interview-content .nameWrap .name {
    font-size: 6.4vw;
  }
}
.interview-content .nameWrap .join {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .interview-content .nameWrap .join {
    font-size: 3.2vw;
  }
}
.interview-content .img01 {
  width: 100%;
  display: block;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .interview-content .img01 {
    margin-top: 16vw;
  }
}
.interview-content__wrap {
  margin-top: 94px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .interview-content__wrap {
    margin-top: 16vw;
    flex-direction: column;
    gap: 8vw;
  }
}
.interview-content__wrap .list {
  width: 50%;
}
@media (max-width: 768px) {
  .interview-content__wrap .list {
    width: 100%;
  }
}
.interview-content__wrap .list .group {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 2.0625em;
}
@media (max-width: 768px) {
  .interview-content__wrap .list .group {
    font-size: 2.9333333333vw;
  }
}
.interview-content__wrap .list .group:first-of-type {
  margin-top: 0;
}
.interview-content__wrap .list .group dt {
  font-weight: 700;
}
.interview-content__wrap .list .group dd {
  margin-top: 2.0625em;
}
.interview-content__wrap .imgWrap {
  width: 50%;
}
@media (max-width: 768px) {
  .interview-content__wrap .imgWrap {
    width: 100%;
  }
}
.interview-content__wrap .imgWrap .img02 {
  display: block;
  width: 75%;
  margin-left: 16.3333333333%;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .interview-content__wrap .imgWrap .img02 {
    margin-left: 0;
    transition-delay: 0s;
  }
}
.interview-content__wrap .imgWrap .img03 {
  display: block;
  width: 56.6666666667%;
  margin-left: auto;
  margin-top: 74px;
}
@media (max-width: 768px) {
  .interview-content__wrap .imgWrap .img03 {
    margin-top: 8vw;
  }
}

.interview-schedule {
  margin-top: 109px;
}
@media (max-width: 768px) {
  .interview-schedule {
    margin-top: 32vw;
  }
}
.interview-schedule .scheduleTtl.iwata:before {
  background-image: url(../../img/interview/img_schedule01.webp);
}
.interview-schedule .scheduleTtl.hirabayashi:before {
  background-image: url(../../img/interview/img_schedule02.webp);
}
.interview-schedule .scheduleTtl.suzuki:before {
  background-image: url(../../img/interview/img_schedule03.webp);
}
.interview-schedule .scheduleTtl:before {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/150;
  margin: 0 auto 42px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .interview-schedule .scheduleTtl:before {
    width: 28.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.interview-schedule .scheduleTtl .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.1818181818;
  text-align: center;
  color: #676767;
}
@media (max-width: 768px) {
  .interview-schedule .scheduleTtl .en {
    font-size: 4.2666666667vw;
  }
}
.interview-schedule .scheduleTtl .ja {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .interview-schedule .scheduleTtl .ja {
    font-size: 4.8vw;
    margin-top: 0.8vw;
  }
}
.interview-schedule .list {
  margin: 49px auto 0;
  letter-spacing: 0.08em;
  position: relative;
  width: fit-content;
  transform: translateX(28px);
}
@media (max-width: 768px) {
  .interview-schedule .list {
    margin-top: 8vw;
    transform: none;
  }
}
.interview-schedule .list:before {
  content: "";
  display: block;
  height: calc(100% + 10px);
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 71px;
  background-image: url(../../img/common/icn_verticalDot.svg);
  background-size: 1px auto;
  background-repeat: repeat-y;
  background-position: 100% 50%;
}
@media (max-width: 768px) {
  .interview-schedule .list:before {
    height: calc(100% + 2.6666666667vw);
    left: 13.8666666667vw;
  }
}
.interview-schedule .list .group {
  display: flex;
  justify-content: center;
  gap: 43px;
  font-size: 16px;
  line-height: 2.0625;
  margin-top: 2.0625em;
}
@media (max-width: 768px) {
  .interview-schedule .list .group {
    font-size: 3.2vw;
    gap: 5.3333333333vw;
  }
}
.interview-schedule .list .group dt {
  font-weight: 500;
  width: 53px;
  position: relative;
}
@media (max-width: 768px) {
  .interview-schedule .list .group dt {
    width: 12.8vw;
  }
}
.interview-schedule .list .group dt:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/15;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  right: -27px;
}
@media (max-width: 768px) {
  .interview-schedule .list .group dt:after {
    width: 2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.interview-schedule .list .group dd {
  width: 625px;
}
@media (max-width: 768px) {
  .interview-schedule .list .group dd {
    width: 69.3333333333vw;
  }
}

.interview-other {
  background-color: #F5F4F3;
  margin-top: 90px;
  padding-top: 52px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .interview-other {
    margin-top: 24vw;
    padding-top: 13.8666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}
.interview-other .otherTtl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 768px) {
  .interview-other .otherTtl {
    font-size: 5.8666666667vw;
  }
}
.interview-other .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 53px;
  gap: 103px;
}
@media (max-width: 1024px) {
  .interview-other .list {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .interview-other .list {
    margin-top: 8vw;
    gap: 3.2vw;
  }
}
.interview-other .list > li {
  width: 425px;
  max-width: calc((100% - 103px) / 2);
}
@media (max-width: 1024px) {
  .interview-other .list > li {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 768px) {
  .interview-other .list > li {
    max-width: calc((100% - 3.2vw) / 2);
  }
}
.interview-other .list > li a {
  display: block;
}
.interview-other .list > li a:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .interview-other .list > li a:hover img {
    transform: scale(1);
  }
}
.interview-other .list > li a .imgWrap {
  overflow: hidden;
}
.interview-other .list > li a .imgWrap img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.interview-other .list > li a .job {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .interview-other .list > li a .job {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
.interview-other .list > li a .nameWrap {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .interview-other .list > li a .nameWrap {
    margin-top: 0.5333333333vw;
    gap: 2.9333333333vw;
  }
}
.interview-other .list > li a .nameWrap .name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .interview-other .list > li a .nameWrap .name {
    font-size: 5.3333333333vw;
  }
}
.interview-other .list > li a .nameWrap .join {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .interview-other .list > li a .nameWrap .join {
    font-size: 2.9333333333vw;
  }
}

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