#interview .hero {
  margin-top: -3rem;
}
#interview .hero__img {
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 100px left, top;
  background-size: 150px, cover;
  position: relative;
  background-color: #f2f4f6;
}

#interview .hero__img-contents__wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
}

#interview .hero__img-contents {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
#interview .hero__img-contents .hero__img-content.--text {
  width: 50%;
}
#interview .hero__img-contents .hero__img-content.--image {
  width: 70%;
  margin-right: -20%;
}

#interview .hero__img-contents__title-main {
  display: flex;
  align-items: center;
}

#interview .hero__img-contents__title-main__mark {
  border-bottom: solid 4px #C10A2E;
  height: 4px;
  width: 40px;
  margin-right: 20px;
}

#interview .hero__img-contents__title-main__text {
  margin: 0;
}

#interview .hero__img-contents__title-sub {
  margin-left: 60px;
}

#interview .hero__img-contents__title-img {
  max-height: 218px;
  max-width: 100%;
  object-fit: contain;
}

#interview .hero__img-contents__name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4em 0;
  font-weight: bold;
}

#interview .hero__img-contents__description {
  font-weight: bold;
  line-height: 2;
}

#interview .hero__img-contents__name__label {
  border: solid 1px #000;
  border-radius: 50px;
  padding: 4px 16px;
}

#interview .hero__img-contents__name__text {
  margin: 0 20px;
  font-size: 1.4em;
  font-weight: bold;
}

#interview .qa {
  background: #f2f4f6;
  position: relative;
  /* margin-top: -2rem; */
}

#interview .qa-item-group {
  padding: 5vw 0;
}

#interview .qa-item-group.-top-image {
  padding-top: 240px;
}
#interview .qa-item-group.-bottom-image {
  padding-bottom: 200px;
}
.-bg-gradient-orange {
  background: linear-gradient(to bottom right, #FD7045, #C10A2E);
  color: #FFF;
}

#interview .qa-item-group.-bg-light-gray {
  background-color: #f2f4f6;
}

#interview .qa-item {
  display: flex;
  width: 64%;
  max-width: 900px;
  margin: auto;
  padding: 2vw 0;
}

#interview .qa-item.-start-left {
  flex-direction: row;
}
#interview .qa-item.-start-right {
  flex-direction: row-reverse;
}

#interview .qa-item.-start-left .qa-item__body {
  padding-left: 50px;
}
#interview .qa-item.-start-right .qa-item__body {
  padding-right: 50px;
}

#interview .qa-item__title {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: bold;
  font-size: 40px;
}

#interview .qa-item__title .-number {
  display: inline-block;
  transform: rotate(-90deg);
}
#interview .qa-item__title .-number.-single {
  padding: .6rem 0;
}
#interview .qa-item__title .-en {
  padding: .4rem 0;
}
#interview .qa-item__title .-en .-en-item {
  display: inline-block;
  transform: rotate(-90deg);
  padding: .2rem;
}

#interview .qa-item__body p {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

#interview .qa-item__body .-highlight-white {
  background-color: #FFF;
  color: #E00026;
}

#interview .qa-image__gap {
  height: 360px;
  width: 600px;
  margin: auto;
  position: relative;
  margin-bottom: -180px;
}

#interview .qa-image__gap .qa-image__gap__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}
#interview .qa-image__gap .qa-image__gap__left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
}

#interview .qa-image__full {
  height: 320px;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-bottom: -200px;
}

#interview .qa-image__section {
  position: absolute;
  width: 16%;
  top: 50px;
  left: -4%;
  z-index: 1;
}

#interview .qa-image__section.plan__yoshida {
  width: inherit;
  left: -30px;
  top: 0;
  height: 670px;
}

#interview .ga-image__bottom {
  margin-bottom: -300px;
  position: relative;
  z-index: 1000;
}

#interview .slant-3 {
  transform: skewY(var(--slant-angle, 3deg));
}

#interview .slant-m-3 {
  transform: skewY(var(--slant-angle, -3deg));
}

/* PCのみ */
@media screen and (min-width: 768px) {

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

/* タブレットのみ */
@media screen and (min-width:767px) and ( max-width: 1280px) {
  #interview .qa-item-group.-top-image {
    padding-top: 20%;
  }
  #interview .qa-item-group.-bottom-image {
    padding-bottom: 10%;
  }

  #interview .qa-item {
    width: 80%;
  }

  #interview .qa-item__title {
    font-size: 28px;
  }

  #interview .qa-item__body {
    line-height: 2;
  }

  #interview .qa-item.-start-left .qa-item__body {
    padding-right: 50px;
  }

  #interview .qa-item.-start-right .qa-item__body {
    padding-left: 50px;
  }

  #interview .ga-image__bottom {
    margin-bottom: -180px;
  }
}

/* SPのみ */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #interview .hero__img {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 936px;
    position: relative;
  }


  #interview .bc__tagami .hero__img-contents__name {
    margin-top: 1rem;
  }
  #interview .bc__tagami .hero__img-contents__name__label {
    font-size: .7rem;
    white-space: nowrap;
    padding: 4px 10px;
  }


  #interview .abroad__wan .hero__img-contents__name__label {
    white-space: nowrap;
  }
  #interview .abroad__wan .hero__img-contents__name__text {
    text-align: center;
  }

  #interview .hero__img-contents__title-img {
    max-height: 160px;
  }

  #interview .hero__img-contents__title-main__mark {
    width: 30px;
    margin-right: 10px;
  }

  #interview .hero__img-contents__title-sub {
    margin-left: 40px;
  }

  #interview .hero__img-contents {
    margin: 0 30px;
    flex-direction: column-reverse;
  }

  #interview .hero__img-contents__title {
    margin-bottom: 300px;
  }

  #interview .qa {
    margin-top: 0;
  }

  #interview .qa-item.-start-right {
    flex-direction: column;
  }
  #interview .qa-item.-start-left {
    flex-direction: column;
  }

  #interview .qa-item__title {
    writing-mode: inherit;
    text-align: center;
    font-size: 23px;
    white-space: wrap;
  }
  #interview .qa-item__title .-number {
    display: inline-block;
    transform: inherit;
  }
  #interview .qa-item__title .-number.-single {
    padding: 0;
  }

  #interview .qa-item__title .-en {
    padding: 0;
  }
  #interview .qa-item__title .-en .-en-item {
    display: inline-block;
    transform: inherit;
    padding: 0;
  }

  #interview .qa-item__body {
    line-height: 2;
    font-size: 16px;
  }
  #interview .qa-item__body p {
    font-size: 1rem;
  }
  #interview .qa-item.-start-right .qa-item__body {
    padding: 2em 1rem;
  }
  #interview .qa-item.-start-left .qa-item__body {
    padding: 2em 1rem;
  }

  #interview .qa-image__section.plan__yoshida {
    height: 470px;
  }

  #interview .qa-image__gap {
    height: 200px;
    width: 360px;
    /* margin-bottom: -100px; */
  }
  #interview .qa-image__gap .qa-image__gap__right {
    width: 180px;
  }
  #interview .qa-image__gap .qa-image__gap__left {
    width: 220px;
  }

  #interview .qa-item-group.-bg-light-gray {
    background-color: #f2f4f6;
  }

  #interview .qa-image__full {
    /* margin-bottom: -400px; */
    width: 100%;
  }

  #interview .qa-item-group.-top-image {
    padding-top: 32%;
  }

  #interview .qa-item {
    width: 90%;
    padding-top: 46px;
  }

  #interview .ga-image__bottom {
    margin-bottom: -220px;
  }

  /* swiperの上書き */
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 14%);
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 14%);
  }
}

/* SPとタブレットの間 */
@media screen and (min-width:550px) and ( max-width: 767px) {
  #interview .qa-image__full {
    margin-bottom: -320px;
  }
}

.--qa-item-group-pt {
  padding-top: 16vw !important;
}
.--qa-item-group-pb {
  padding-bottom: 16vw !important;
}
.--qa-item-group-pb.--wide {
  padding-bottom: 20vw !important;
}

.p-interview-hero {
  background-color: #f2f4f6;
  margin-top: -3rem;
}
.p-interview-hero-wrapper {
  padding-top: 6vw;
  max-width: 1000px;
  margin: auto;
}
.p-interview-hero-content {
  display: flex;
  flex-direction: column;
}
.p-interview-hero-text__header {
  padding-top: 2rem;
}
.p-interview-hero-text__body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  margin: 1.5em 0;
}
.p-interview-hero-department {
  border: solid 1px #000;
  border-radius: 50px;
  padding: 4px 16px;
}
.p-interview-hero-department * {
  margin: 0 .5rem;
}
.p-interview-hero-name {
  text-align: center;
  font-size: 1.4em;
}
.p-interview-hero-text__footer {
  line-height: 2;
  font-weight: bold;
}

.p-qa-gap-images {
  width: 60vw;
  margin: auto;
  max-width: 900px;
}
.p-qa-gap-images-wrapper {
  position: relative;
  top: -8vw;
  z-index: 1;
  /* padding: 2vw 0; */
}
.p-qa-gap-image {
  position: absolute;
}
.p-qa-gap-image--1 {
  width: 40%;
  top: -4vw;
  left: 10%;
}
.p-qa-gap-image--2 {
  width: 50%;
  top: -9vw;
  right: 10%;
}
.p-qa-gap-image--3 {
  width: 80%;
  top: -12vw;
  left: 0;
  right: 0;
  margin: auto;
}

.p-other-interview {
  margin-top: -3rem;
  position: relative;
  background: #FFF;
  background-image: linear-gradient(-5deg,#FFF 0%, #FFF 80%,#FFF0ED 80%,#FFF0ED 100%);

}
.p-other-interview-content__header {
  width: 40%;
  max-width: 900px;
  margin: auto;
  padding: 3rem 0 0;
}
.p-other-interview-title {
  margin-bottom: 1rem;
}

/* PC */
@media screen and (min-width: 1012px) {
  .p-interview-hero-content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-interview-hero-content__header {
    width: 50%;
  }
  .p-interview-hero-content__body {
    width: 40%;
  }
  .p-qa-gap-images-wrapper {
    top: -4vw;
  }
}

/* TB,SP */
@media screen and (max-width: 1012px) {
  .p-interview-hero-wrapper {
    padding-top: 10%;
    padding-bottom: 4rem;
  }
  .p-interview-hero-text__footer {
    width: 80%;
    margin: auto;
  }
  .p-interview-hero-department {
    font-size: .8em;
  }
  .p-other-interview-content__header {
    width: 90%;
  }
  .p-qa-gap-image--3 {
    top: -8vw;
  }

  .--qa-item-group-pt {
    padding-top: 16vw !important;
  }
  .--qa-item-group-pb {
    padding-bottom: 16vw !important;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .p-qa-gap-images {
    width: 100%;
  }
  .p-qa-gap-image--1 {
    top: -6vw;
  }
  .p-qa-gap-image--2 {
    top: -18vw;
  }
  .p-qa-gap-image--3 {
    top: -16vw;
  }

  .--qa-item-group-pt {
    padding-top: 20vw !important;
  }
  .--qa-item-group-pb {
    padding-bottom: 20vw !important;
  }

  .qa-item.--last {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
  }
}

.swiper {
  width: 100%;
  height: auto;
  margin-top: -10px;
}

.swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/recruit-top/top_43.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/recruit-top/top_44.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ページャーのデザイン */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #C10A2E;
}

/* SP */
@media screen and (max-width: 767px) {
  .swiper {
    margin-top: -3rem;
  }
}
