@charset "UTF-8";
.single-iterview_kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 51.09375vw;
}
.single-iterview_kv--fresh .copy .outer span::after {
  background-color: #00BFFF;
}
.single-iterview_kv--fresh .copy .outer span i {
  background-color: #00BFFF;
}
.single-iterview_kv--career .copy .outer span::after {
  background-color: #0486D0;
}
.single-iterview_kv--career .copy .outer span i {
  background-color: #0486D0;
}
.single-iterview_kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-iterview_kv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-iterview_kv .wrapper {
  height: 100%;
}
.single-iterview_kv .content {
  position: relative;
  height: 100%;
}
.single-iterview_kv .copy {
  position: absolute;
  bottom: 7.4447vw;
  left: 0;
  z-index: 2;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-iterview_kv .copy .outer {
  overflow: hidden;
  display: block;
  padding: 0;
}
.single-iterview_kv .copy .outer span {
  position: relative;
  font-size: 3.36rem;
  margin-top: 8px;
  display: inline-block;
  color: #fff;
  position: relative;
  animation-name: clip-text;
  cursor: default;
}
.single-iterview_kv .copy .outer span::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.single-iterview_kv .copy .outer span i {
  font-style: normal;
  padding: 4px 16px;
}
.single-iterview_kv .copy .outer span, .single-iterview_kv .copy .outer span::after {
  animation-delay: var(--animation-delay, 1s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.single-iterview_video {
  padding: 130px 0 143.77px;
  position: relative;
  width: 100%;
}
.single-iterview_video--fresh .heading-gr .heading {
  background-color: #00BFFF;
}
.single-iterview_video--career .heading-gr .heading {
  background-color: #0486D0;
}
.single-iterview_video::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23.95vw;
  height: 100%;
  background-image: url(../img/interview/back-ashirai-edge-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.single-iterview_video .heading-gr {
  text-align: center;
  width: calc(100% + 81px);
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-40.5px);
}
.single-iterview_video .heading-gr .heading {
  font-size: 2.8rem;
  padding: 17px 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}
.single-iterview_video .content {
  margin-top: 122px;
}
.single-iterview_video .content .video {
  aspect-ratio: 1/0.568;
  opacity: 0;
  transform: translateY(50px);
}
.single-iterview_video .content .video.is-animated {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.single-iterview_video .content .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-iterview_qa {
  overflow-x: hidden;
}
.single-iterview_qa--fresh .block::before {
  background-image: linear-gradient(to right, #00BFFF, #0486D0);
}
.single-iterview_qa--fresh .block .container .heading {
  color: #00BFFF;
}
.single-iterview_qa--fresh .block .container .heading::before {
  background-color: #00BFFF;
}
.single-iterview_qa--career .block::before {
  background-image: linear-gradient(to right, #00BFFF, #0486D0);
}
.single-iterview_qa--career .block .container .heading {
  color: #0486D0;
}
.single-iterview_qa--career .block .container .heading::before {
  background-color: #056AB8;
}
.single-iterview_qa .block {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.single-iterview_qa .block.ashirai::after {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  top: -80px;
  width: 23.95vw;
  height: 100%;
  background-position: top right;
  background-image: url(../img/interview/back-ashirai-edge-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.single-iterview_qa .block.reverse .container .lr {
  flex-direction: row-reverse;
}
.single-iterview_qa .block.reverse::before {
  left: initial;
  right: 0;
}
.single-iterview_qa .block.align-center .container .lr {
  align-items: center;
}
.single-iterview_qa .block::before {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(46.3% - 81px);
  height: 1px;
  display: block;
  height: var(--after-height, 0); /* JSで上書き */
}
.single-iterview_qa .block .container {
  position: relative;
  z-index: 2;
}
.single-iterview_qa .block .container .lr {
  display: flex;
  justify-content: space-between;
}
.single-iterview_qa .block .container .lr .left {
  width: 48.75%;
}
.single-iterview_qa .block .container .lr .right {
  margin-top: 49px;
  width: 48.75%;
}
.single-iterview_qa .block .container .image {
  opacity: 0;
  width: 100%;
}
.single-iterview_qa .block .container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-iterview_qa .block .container .heading {
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.07em;
}
.single-iterview_qa .block .container .heading::before {
  content: "";
  -webkit-clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  width: 34.13px;
  height: 22.2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-iterview_qa .block .container .desc {
  opacity: 0;
  transform: translateY(50px);
}
.single-iterview_qa .block .container .desc {
  padding-left: 40px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.single-iterview_qa .block:nth-of-type(1) .container .image {
  transform: translateX(-50px);
}
.single-iterview_qa .block:nth-of-type(3) .container .image {
  transform: translateX(50px);
}
.single-iterview_qa .block.is-animated .container .image {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
  transition-delay: 0.5s;
}
.single-iterview_qa .block.is-animated .container .heading {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.single-iterview_qa .block.is-animated .container .desc {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform: translateY(0px);
}

.single-iterview_background {
  margin-top: 81px;
  height: 40.046875vw;
  min-height: 600px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-y: hidden;
  overflow-x: hidden;
}
.single-iterview_background--fresh .heading {
  color: #00BFFF;
}
.single-iterview_background--fresh .heading::before {
  background-color: #00BFFF;
}
.single-iterview_background--career .content .heading {
  color: #0486D0;
}
.single-iterview_background--career .content .heading::before {
  background-color: #056AB8;
}
.single-iterview_background .wrapper {
  height: 100%;
}
.single-iterview_background .container {
  position: relative;
  height: 100%;
  opacity: 0;
}
.single-iterview_background .container.left .crowd {
  left: -15%;
}
.single-iterview_background .container.left .content {
  margin-left: 0;
  margin-right: auto;
}
.single-iterview_background .container.right .crowd {
  right: -15%;
}
.single-iterview_background .container.right .content {
  margin-left: auto;
  margin-right: 0;
}
.single-iterview_background .container .crowd {
  position: absolute;
  top: 50%;
  width: 80%;
  height: 100%;
  transform: translateY(-50%);
}
.single-iterview_background .container .crowd img {
  width: 100%;
  height: 100%;
}
.single-iterview_background .container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  min-height: 400px;
}
.single-iterview_background .container .content .heading {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.07em;
}
.single-iterview_background .container .content .heading::before {
  content: "";
  -webkit-clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  width: 34.13px;
  height: 22.2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-iterview_background .container .content .desc {
  padding-left: 40px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.single-iterview_background.is-animated .container {
  opacity: 1;
  transition-duration: 1s;
}

.single-iterview_other-interview {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 65px 0 95px;
}
.single-iterview_other-interview--fresh {
  background-color: #00BFFF;
}
.single-iterview_other-interview--fresh .heading h3 {
  background-color: #00BFFF;
}
.single-iterview_other-interview--fresh .content {
  padding-left: 16px;
  padding-right: 16px;
}
.single-iterview_other-interview--fresh .content .oi-nav {
  opacity: 0;
}
.single-iterview_other-interview--fresh .content .slide {
  opacity: 0;
  transform: translateX(40px);
}
.single-iterview_other-interview--fresh .content .slide .items .item a .title span {
  color: #00BFFF;
}
.single-iterview_other-interview--fresh .content.is-animated .oi-nav {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.single-iterview_other-interview--fresh .content.is-animated .slide {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
}
.single-iterview_other-interview--career {
  background-color: #0486D0;
}
.single-iterview_other-interview--career .heading h3 {
  background-color: #0486D0;
}
.single-iterview_other-interview--career .content .slide .items .item a .title span {
  color: #0486D0;
}
.single-iterview_other-interview .heading {
  margin-bottom: 76px;
  position: relative;
  text-align: left;
}
.single-iterview_other-interview .heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 0;
}
.single-iterview_other-interview .heading h3 {
  display: inline-block;
  padding-right: 16px;
  position: relative;
  z-index: 2;
  font-size: 6rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.single-iterview_other-interview .content {
  position: relative;
}
.single-iterview_other-interview .content .oi-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: inherit;
  height: 100%;
}
.single-iterview_other-interview .content .oi-nav .oi-nav-inner {
  position: relative;
}
.single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-prev {
  position: absolute;
  left: -40px;
  top: 0%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-prev::after {
  content: "";
  width: 17px;
  height: 17px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 55%;
  display: inline-block;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-next {
  position: absolute;
  right: -40px;
  top: 0;
  width: 55px;
  height: 55px;
  transform: translateX(50%);
  border-radius: 50%;
  border: 2px solid #fff;
}
.single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-next::after {
  content: "";
  width: 17px;
  height: 17px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 45%;
  display: inline-block;
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-iterview_other-interview .content .slide .items--flex {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.single-iterview_other-interview .content .slide .items--flex .item {
  width: 55.3%;
  aspect-ratio: 1/0.5;
}
.single-iterview_other-interview .content .slide .items--swiper .item {
  width: 31.3%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-iterview_other-interview .content .slide .items--swiper .item .num {
  transform: translateY(-10%) translateX(-14%) !important;
}
.single-iterview_other-interview .content .slide .items .item {
  position: relative;
}
.single-iterview_other-interview .content .slide .items .item .num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-5%) translateX(-5%) !important;
  z-index: 2;
}
.single-iterview_other-interview .content .slide .items .item .num span {
  padding: 4px 13px;
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  text-shadow: 3px 3px 2px rgba(0, 70, 93, 0.262745098);
}
.single-iterview_other-interview .content .slide .items .item a {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/0.778723;
  border-radius: 11px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  overflow: hidden;
}
.single-iterview_other-interview .content .slide .items .item a .thumb {
  border-radius: 11px;
  width: 100%;
  height: 100%;
}
.single-iterview_other-interview .content .slide .items .item a .thumb img {
  border-radius: 11px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-iterview_other-interview .content .slide .items .item a .title {
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 100%;
  font-weight: 600;
  line-height: 2;
}
.single-iterview_other-interview .content .slide .items .item a .title span {
  background-color: #fff;
  padding: 4px 13px;
  font-size: 2rem;
}
.single-iterview_other-interview .content .slide .items .item a .title--small.pink span {
  color: #E44E98;
}
.single-iterview_other-interview .content .slide .items .item a .title--small.blue span {
  color: #0486D0;
}
.single-iterview_other-interview .content .slide .items .item a .title--small.top {
  bottom: 57px;
}
.single-iterview_other-interview .content .slide .items .item a .title--small.under {
  bottom: 20px;
}
.single-iterview_other-interview .content .slide .items .item a .title--small span {
  font-size: 1.5rem;
}

@media screen and (max-width: 1630px) {
  .single-iterview_video::before {
    width: 11.975vw;
  }
  .single-iterview_qa .block.ashirai::after {
    top: -80px;
    width: 11.975vw;
  }
  .single-iterview_qa .block::before {
    bottom: initial;
    top: 24px;
    width: calc(46.3% - 40px);
  }
  .single-iterview_qa .block.is-animated .container .image {
    transition-delay: 0s;
  }
  .single-iterview_other-interview .content .oi-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .single-iterview_other-interview .content .oi-nav .wrapper {
    height: 100%;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner {
    position: relative;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-prev {
    transform: initial;
    top: -4%;
    left: initial;
    right: 103px;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-next {
    top: -4%;
    transform: initial;
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .single-iterview {
    margin-top: 64px;
  }
  .single-iterview_kv {
    overflow: initial;
    height: 96.5333333vw;
  }
  .single-iterview_kv .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .single-iterview_kv .copy {
    bottom: 0;
    left: 0;
    margin-top: 4px;
    transform: translateY(50%);
    gap: 4px;
  }
  .single-iterview_kv .copy .outer span {
    font-size: 2rem;
    margin-top: 0px;
    padding: 2px 0;
  }
  .single-iterview_kv .copy .outer span i {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
  .single-iterview_video {
    padding: 96px 0 0;
  }
  .single-iterview_video--fresh .heading-gr .heading {
    color: #00BFFF;
  }
  .single-iterview_video--career .heading-gr .heading {
    color: #0486D0;
  }
  .single-iterview_video::before {
    display: none;
  }
  .single-iterview_video .heading-gr {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: initial;
  }
  .single-iterview_video .heading-gr .heading {
    font-size: 1.7rem;
    padding: 0;
    -webkit-clip-path: initial;
            clip-path: initial;
    background-color: initial;
    text-align: right;
  }
  .single-iterview_video .content {
    margin-top: 32px;
  }
  .single-iterview_qa .block {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .single-iterview_qa .block.ashirai {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .single-iterview_qa .block.ashirai::after {
    top: -65px;
    width: 25.95vw;
  }
  .single-iterview_qa .block.reverse .container .lr {
    flex-direction: column;
  }
  .single-iterview_qa .block.reverse::before {
    left: initial;
    right: 0;
  }
  .single-iterview_qa .block:nth-of-type(1) .container .image {
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    width: calc(100% - 26px);
    margin-left: auto;
    margin-right: 0;
  }
  .single-iterview_qa .block:nth-of-type(1) .container .image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -23px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    background-image: linear-gradient(to right, #00BFFF, #0486D0);
    z-index: -1;
  }
  .single-iterview_qa .block:nth-of-type(3) .container .image {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1/1.31775701;
  }
  .single-iterview_qa .block:nth-of-type(3) .container .image::before {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 33.95vw;
    height: 100%;
    background-image: url(../img/interview/back-ashirai-edge-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .single-iterview_qa .block:nth-of-type(3) .container .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .single-iterview_qa .block:nth-of-type(3) .container .image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -23px;
    height: 100%;
    width: calc(100% - 52px);
    background-image: linear-gradient(to right, #00BFFF, #0486D0);
    z-index: -1;
  }
  .single-iterview_qa .block::before {
    display: none;
  }
  .single-iterview_qa .block .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .single-iterview_qa .block .container .lr {
    flex-direction: column;
  }
  .single-iterview_qa .block .container .lr .left {
    width: 100%;
    margin: 0 auto;
  }
  .single-iterview_qa .block .container .lr .right {
    margin-top: 49px;
    width: 100%;
  }
  .single-iterview_qa .block .container .lr .right.mt0 {
    margin-top: 0;
  }
  .single-iterview_qa .block .container .heading {
    margin-bottom: 16px;
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 2rem;
  }
  .single-iterview_qa .block .container .heading::before {
    width: 34.13px;
    height: 22.2px;
    top: 0;
    left: 26px;
  }
  .single-iterview_qa .block .container .desc {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 2;
  }
  .single-iterview_background {
    margin-top: 0px;
    margin-bottom: 40px;
    height: initial;
    min-height: initial;
    width: 100%;
    background-image: none !important;
  }
  .single-iterview_background .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .single-iterview_background .backimage {
    position: relative;
    margin-bottom: 48px;
  }
  .single-iterview_background .backimage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -29px;
    width: calc(100% - 52px);
    height: 100%;
    background-image: linear-gradient(to right, #00BFFF, #0486D0);
    z-index: 0;
  }
  .single-iterview_background .backimage img {
    position: relative;
    z-index: 2;
    width: calc(100% - 26px);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-iterview_background .container {
    transform: translateY(0px);
  }
  .single-iterview_background .container.left .crowd {
    left: 0;
  }
  .single-iterview_background .container.left .content {
    margin-left: 0;
    margin-right: auto;
  }
  .single-iterview_background .container.right .crowd {
    right: 0;
  }
  .single-iterview_background .container.right .content {
    margin-left: auto;
    margin-right: 0;
  }
  .single-iterview_background .container .crowd {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    height: 100vw;
  }
  .single-iterview_background .container .content {
    margin-top: 24px;
    width: 100%;
    min-height: initial;
  }
  .single-iterview_background .container .content .heading {
    margin-bottom: 8px;
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 2rem;
  }
  .single-iterview_background .container .content .heading::before {
    width: 34.13px;
    height: 22.2px;
    top: 0px;
    left: 26px;
  }
  .single-iterview_background .container .content .desc {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 2;
  }
  .single-iterview_other-interview {
    padding: 40px 0 40px;
  }
  .single-iterview_other-interview .heading-outer {
    padding-left: 0;
    padding-right: 0;
  }
  .single-iterview_other-interview .heading {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: solid 2px #fff;
  }
  .single-iterview_other-interview .heading::after {
    display: none;
  }
  .single-iterview_other-interview .heading h3 {
    padding-right: 0;
    display: inline-block;
    font-size: 3.6rem;
    letter-spacing: 0;
  }
  .single-iterview_other-interview .content {
    padding-left: 0;
    padding-right: 0;
  }
  .single-iterview_other-interview .content .oi-nav {
    display: none;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-prev {
    width: 32px;
    height: 32px;
    right: 56px;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-prev::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-next {
    width: 32px;
    height: 32px;
    right: 16px;
  }
  .single-iterview_other-interview .content .oi-nav .oi-nav-inner .swiper-button-next::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 45%;
  }
  .single-iterview_other-interview .content .slide .items--flex {
    padding-top: 24px;
    gap: 3%;
  }
  .single-iterview_other-interview .content .slide .items--flex .item {
    width: 100%;
  }
  .single-iterview_other-interview .content .slide .items--swiper {
    padding-top: 24px;
  }
  .single-iterview_other-interview .content .slide .items--swiper .item {
    width: 100%;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .single-iterview_other-interview .content .slide .items .item .num {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: translateY(-50%) translateX(-30%);
    z-index: 2;
  }
  .single-iterview_other-interview .content .slide .items .item .num span {
    padding: 4px 4px;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .single-iterview_other-interview .content .slide .items .item a {
    border-radius: 8px;
  }
  .single-iterview_other-interview .content .slide .items .item a .thumb {
    border-radius: 8px;
  }
  .single-iterview_other-interview .content .slide .items .item a .thumb img {
    border-radius: 8px;
  }
  .single-iterview_other-interview .content .slide .items .item a .title {
    bottom: 16px;
  }
  .single-iterview_other-interview .content .slide .items .item a .title span {
    padding: 4px 4px;
    font-size: 1.1rem;
  }
  .single-iterview_other-interview .content .slide .items .item a .title--small.top {
    bottom: 47px;
  }
  .single-iterview_other-interview .content .slide .items .item a .title--small.under {
    bottom: 16px;
  }
  .single-iterview_other-interview .content .slide .items .item a .title--small span {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=interview.css.map */