.interview02_swiper {
  position: relative;
  overflow: hidden;
}
.interview02_swiper.slideUpIn {
  translate: 0 40px;
}
@media (min-width: 769px) {
  .interview02_swiper {
    padding: 7.3rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .interview02_swiper {
    padding: 7rem 0 0;
  }
}
.interview02_swiper .swiper-wrapper {
  align-items: stretch;
}
.interview02_swiper .swiper-slide {
  height: auto;
  padding: 0 1rem;
}
.interview02_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
}
@media (min-width: 769px) {
  .interview02_swiper .swiper-pagination {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .interview02_swiper .swiper-pagination {
    display: none;
  }
}
.interview02_swiper .swiper-pagination-bullet {
  background: #b1b1b1;
  margin: 0 !important;
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .interview02_swiper .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
.interview02_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d90b18;
}
.interview02_card {
  display: flex;
  flex-direction: column;
  background: #efefef;
  height: 100%;
  padding: 1px;
}
@media (min-width: 769px) {
  .interview02_card {
    clip-path: polygon(3.9rem 0, 100% 0, 100% 100%, 0 100%, 0 7rem);
  }
}
@media (max-width: 768px) {
  .interview02_card {
    clip-path: polygon(7.1rem 0, 100% 0, 100% 100%, 0 100%, 0 7.1rem);
  }
}
.interview02_card .zoom-img {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .interview02_card .zoom-img {
    clip-path: polygon(3.92rem 1px, calc(100% - 1px) 1px, calc(100% - 1px) 100%, 1px 100%, 1px 7.02rem);
  }
}
@media (max-width: 768px) {
  .interview02_card .zoom-img {
    clip-path: polygon(7.12rem 1px, calc(100% - 1px) 1px, calc(100% - 1px) 100%, 1px 100%, 1px 7.12rem);
  }
}
.interview02_card_caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  height: 100%;
}
@media (min-width: 769px) {
  .interview02_card_caption {
    clip-path: polygon(1px 0, calc(100% - 1px) 0, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px));
    padding: 3rem 3.5rem 2.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width:1350px) {
  .interview02_card_caption {
    padding: 2rem 2rem 1.7rem;
  }
}
@media (max-width: 768px) {
  .interview02_card_caption {
    padding: 2.5rem 3.4rem 2.7rem;
  }
}
.interview02_card_label {
  display: flex;
  align-items: center;
  background: #212121;
  color: #fff;
}
@media (min-width: 769px) {
  .interview02_card_label {
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
    height: 3.9rem;
    padding: 0 1.5rem;
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .interview02_card_label {
    clip-path: polygon(1.1rem 0, 100% 0, 100% calc(100% - 1.1rem), calc(100% - 1.1rem) 100%, 0 100%, 0 1.1rem);
    height: 4.3rem;
    padding: 0 1.5rem 0.2rem;
    line-height: 1.273;
    font-size: 2.2rem;
  }
}
.interview02_card_name {
  letter-spacing: 0.14em;
  line-height: 1;
}
@media (min-width: 769px) {
  .interview02_card_name {
    padding-top: 1.4rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .interview02_card_name {
    padding-top: 1.9rem;
    font-size: 3.5rem;
  }
}
.interview02_card_part {
  line-height: 1.375;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .interview02_card_part {
    padding-top: 0.8rem;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 768px) {
  .interview02_card_part {
    padding-top: 1.2rem;
    letter-spacing: 0.04em;
  }
}

.zoom-img {
  position: relative;
  overflow: hidden;
}
.zoom-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.4s ease-out;
}
*:hover > .zoom-img img, .zoom-img:hover img {
  scale: 1.1;
}/*# sourceMappingURL=swiper.css.map */