.p-head.is-center .l-interview_ttl {
  margin-bottom: 8rem;
}

.l-interview {
  padding: 6.6rem 0 10rem;
  background: var(--bgColorBoldPink);
}

.l-interview_wrapper {
  padding: 0 2rem;
}

.l-interview_list {
  position: relative;
  width: 32rem;
  margin: 0 auto;
}

.l-interview_list::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: -1.5rem;
  left: -2rem;
  width: 36rem;
  height: 41.1rem;
  background: url(/career/img/top/l-inerview_list_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-interview_list:nth-child(3n),.l-interview_list:nth-child(3n-2) {
  position: relative;
  top: -7rem;
}

.l-interview_list_link {
  display: block;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.l-interview_list_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 13rem;
  gap: 13rem 5.8rem;
}

.l-interview_list_wrapper:first-of-type {
  margin-bottom: 13rem;
  padding-top: 6.8rem;
}

.l-interview_list_wrapper:last-of-type {
  margin-bottom: 2rem;
}

.l-interview_list_icn {
  position: absolute;
  top: 32.1rem;
  right: 2rem;
}

.l-interview_list_txt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 5rem;
  text-align: left;
}

.l-interview_list_txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  height: 3.8rem;
  background: url(/career/img/interview/l-interview_list_txt_dec.svg) no-repeat;
  background-size: contain;
  content: "";
}

.l-interview_list_txt_annotation {
  padding-left: 5rem;
  color: var(--colorBrown);
}

.l-interview_list_img {
  display: block;
  margin: 0 auto 3.1rem;
}

.l-interview_annotation {
  z-index: 2;
  position: relative;
  color: var(--colorLightBrown);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: right;
}

.l-interview_bg_border {
  position: absolute;
  top: -7.4rem;
  right: -6rem;
}

.l-interview_bg_dot {
  position: absolute;
  top: 10rem;
  left: -7rem;
}

@media screen and (max-width: 47.9375em) {
  .p-head.is-center .l-interview_ttl {
    margin-bottom: 5.5rem;
  }
  .l-interview {
    padding: 4rem 0 6rem;
  }
  .l-interview_wrapper {
    padding: 0;
  }
  .l-interview_list {
    width: 27.2rem;
    margin-bottom: 5.5rem;
  }
  .l-interview_list::before {
    top: -1.2rem;
    left: -1.2rem;
    width: 30rem;
    height: 34rem;
  }
  .l-interview_list:nth-child(3n),.l-interview_list:nth-child(3n-2) {
    top: 0;
  }
  .l-interview_list:last-of-type {
    margin-bottom: 0;
  }
  .l-interview_list_wrapper {
    display: block;
    margin: 0 auto 5.3rem;
    padding-top: 0;
  }
  .l-interview_list_wrapper:first-of-type {
    margin-bottom: 5.3rem;
    padding-top: 0;
  }
  .l-interview_list_wrapper:last-of-type {
    margin: 0 auto 2rem;
  }
  .l-interview_list_icn {
    top: 26.5rem;
    right: 2rem;
  }
  .l-interview_list_txt {
    margin-bottom: 1rem;
    padding-left: 2.7rem;
  }
  .l-interview_list_txt::before {
    top: .5rem;
    left: -0.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .l-interview_list_txt_annotation {
    padding-left: 3rem;
  }
  .l-interview_list_img {
    margin-bottom: 4.1rem;
    padding: 0 .5rem;
  }
  .l-interview_bg_border {
    display: none;
  }
  .l-interview_bg_dot {
    display: none;
  }
}
