.l-interview {
  font-size: 1rem;
}

.l-interview_kv {
  position: relative;
  padding: 15rem 0 11rem;
  background-color: var(--bgColorPink);
  text-align: center;
}

.l-interview_kv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.l-interview_kv_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-interview_kv_img_wrapper {
  position: relative;
}

.l-interview_kv_img {
  width: 68.8rem;
  max-width: 100%;
}

.l-interview_kv_img02 {
  z-index: -1;
  position: absolute;
  bottom: 4.5rem;
  left: -6rem;
  width: 41.6rem;
}

.l-interview_kv_img03 {
  z-index: -1;
  position: absolute;
  right: 3.3rem;
  bottom: -2rem;
  width: 40.2rem;
}

.l-interview_kv_img_bg_wrapper {
  z-index: 1;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 19rem;
}

.l-interview_kv_img_bg {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19rem;
  translate: -50% -50%;
}

.l-interview_kv_ttl {
  text-align: left;
}

.l-interview_kv_name_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 47.5rem;
  max-width: 100%;
  margin-top: 2rem;
  padding: 2.5rem 5rem 2.5rem 9.5rem;
  overflow: hidden;
  gap: 1rem 2rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--colorWhite);
  line-height: 1;
}

.l-interview_kv_name_wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem;
  height: 100%;
  background-color: var(--colorYellow);
  content: "";
}

.l-interview_kv_name_wrapper.is-sp {
  display: none;
}

.l-interview_kv_name {
  display: block;
  position: relative;
  gap: 1rem;
  text-align: left;
  overflow-wrap: anywhere;
}

.l-interview_kv_name::after {
  display: block;
  position: absolute;
  top: -0.3rem;
  left: -0.75rem;
  width: 3.6rem;
  height: 3.7rem;
  translate: -100% 0;
  background-image: url(/career/img/interview/l-interview_kv_name_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-interview_kv_name_year {
  line-height: 1.6;
}

.l-interview_content {
  padding: 13rem 0 7rem;
  background-color: var(--bgColorBoldPink);
}

.l-interview_content_group {
  position: relative;
}

.l-interview_content_group .l-interview_content_group_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  gap: 3em;
}

.l-interview_content_group:nth-child(2n) {
  margin-top: 10rem;
}

.l-interview_content_group:nth-child(2n) .l-interview_content_group_flex {
  z-index: 1;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-interview_content_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 8.5rem;
}

.l-interview_content_body_ttl {
  z-index: 1;
  position: relative;
  padding-left: 5rem;
}

.l-interview_content_body_ttl::before {
  display: block;
  position: absolute;
  top: 1rem;
  left: .5rem;
  width: 3.6rem;
  height: 3.7rem;
  background-image: url(/career/img/interview/l-interview_kv_name_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-interview_content_body_txt {
  margin-top: 2rem;
}

.l-interview_content_body_img,.l-interview_content_body_img02,.l-interview_content_body_img03,.l-interview_content_body_img04 {
  z-index: 0;
  position: absolute;
}

.l-interview_content_body_img {
  top: -4rem;
  right: -16.5rem;
  width: 40.3rem;
  max-width: 100%;
}

.l-interview_content_body_img02 {
  top: 44rem;
  left: -13rem;
  width: 40.2rem;
  max-width: 100%;
}

.l-interview_content_body_img03 {
  top: -10rem;
  right: -15rem;
  width: 41.6rem;
  max-width: 100%;
}

.l-interview_content_body_img04 {
  bottom: -10.7rem;
  left: -13.5rem;
  width: 41.6rem;
  max-width: 100%;
}

.l-interview_content_img {
  position: relative;
  width: 60rem;
  max-width: 100%;
}

.l-interview_content_img_icon {
  position: absolute;
  top: 29.5rem;
  left: 10.5rem;
  width: 14.8rem;
}

.l-interview_content_img_icon.is-02 {
  left: 36.5rem;
}

.l-interview_content_message {
  position: relative;
  margin-top: 13rem;
  padding: 6rem 3rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--colorWhite);
  text-align: center;
}

.l-interview_content_message_img {
  position: absolute;
  top: -6rem;
  left: 7rem;
  width: 24.5rem;
}

.l-interview_content_message_ttl {
  color: var(--colorRosePink);
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.l-interview_content_message_txt {
  margin-top: 2rem;
}

.l-interview_schedule {
  position: relative;
  padding-top: 29rem;
}

.l-interview_schedule_container {
  z-index: 3;
}

.l-interview_schedule_img {
  position: absolute;
  top: -5rem;
  right: -11rem;
  width: 40.5rem;
  translate: 0 -100%;
}

.l-interview_schedule_img02 {
  position: absolute;
  bottom: -35rem;
  left: -7.5rem;
  width: 41.6rem;
}

.l-interview_schedule_bg02 {
  background-color: var(--bgColorPink);
  vertical-align: bottom;
}

.l-interview_schedule_content {
  position: relative;
  margin: 0 0 8.5rem;
  padding: 7rem 6.6rem 6rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--bgColorLightYellow);
}

.l-interview_schedule_content_ttl {
  z-index: 1;
  position: relative;
  color: var(--colorRosePink);
  text-align: center;
}

.l-interview_schedule_content_img {
  position: absolute;
  top: -3rem;
  left: 14.3rem;
  width: 13.3rem;
}

.l-interview_schedule_content_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4.8rem;
}

.l-interview_schedule_content_lists::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 4.55rem;
  width: .6rem;
  height: 95%;
  translate: -50% 0;
  background-color: var(--colorWhite);
  content: "";
}

.l-interview_schedule_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.l-interview_schedule_content_list_time {
  display: grid;
  z-index: 1;
  position: relative;
  place-items: center;
  width: 9.1rem;
  height: 7.5rem;
  margin-top: -1.5rem;
  color: var(--colorBrown);
}

.l-interview_schedule_content_list_time::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.1rem;
  height: 7.7rem;
  translate: -50% -50%;
  background-image: url(/career/img/interview/l-interview_schedule_content_list_time_bg_green.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-interview_schedule_content_list_txt_wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 3rem;
}

.l-interview_schedule_content_list_txt_wrapper::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(/career/img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.l-interview_schedule_content_list:not(:first-child) {
  padding-top: 4.2rem;
}

.l-interview_schedule_content_list:nth-child(even) .l-interview_schedule_content_list_time::before {
  background-image: url(/career/img/interview/l-interview_schedule_content_list_time_bg_pink.webp);
}

.l-interview_schedule_content_list:last-child {
  position: relative;
}

.l-interview_schedule_content_list:last-child::after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bgColorLightYellow);
  content: "";
}

.l-interview_schedule_content_list_txt_ttl {
  margin-bottom: 1rem;
}

.l-interview_schedule_content_img02 {
  position: absolute;
  right: 11.5rem;
  bottom: -12.5rem;
  width: 26rem;
  max-width: 100%;
}

.l-interview_detail_other {
  position: relative;
  margin-top: -1px;
  padding-top: 31rem;
  padding-bottom: 6.4rem;
  background: var(--bgColorPink);
  text-align: center;
}

.l-interview_detail_other_wrapper {
  z-index: 1;
  position: relative;
  padding: 0 1rem 0 7.7rem;
}

.l-interview_detail_other_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
}

.l-interview_detail_other_bg_border {
  position: absolute;
  position: absolute;
  top: -18rem;
  left: -5rem;
}

.l-interview_detail_other_ttl {
  margin-bottom: 6rem;
}

.l-interview_detail_other_ttl_en {
  margin-bottom: 1rem;
}

.l-interview_detail_other_link {
  margin: 0 auto;
}

.l-interview_detail_other_list {
  margin: 0 auto;
}

.l-interview_detail_other_list_slide {
  position: relative;
  width: 25.4rem;
  margin-right: 6.3rem;
  padding: 3rem 0 5rem;
}

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

.l-interview_detail_other_list_slide:nth-child(even) {
  position: relative;
  top: 4rem;
}

.l-interview_detail_other_list_slide:last-child {
  margin-right: 3rem;
}

.l-interview_detail_other_list_wrapper {
  min-width: 128.9rem;
  margin: 2.4rem auto 3rem;
}

.l-interview_detail_other_list_wrapper .swiper {
  overflow: visible;
}

.l-interview_detail_other_list_wrapper .swiper-button-lock {
  display: block;
}

.l-interview_detail_other_list_icn {
  position: absolute;
  top: 26.2rem;
  right: 2rem;
}

.l-interview_detail_other_list_txt {
  padding: 0 1rem;
  text-align: left;
}

.l-interview_detail_other_list_img {
  position: relative;
  width: 24rem;
  margin-bottom: 2.6rem;
}

.l-interview_detail_other_slide_prev {
  cursor: pointer;
}

.l-interview_detail_other_slide_prev.swiper-button-disabled {
  cursor: auto;
}

.l-interview_detail_other_slide_prev.swiper-button-disabled .c-more_btn_arrow_bg {
  background: var(--colorGray);
  pointer-events: none;
}

.l-interview_detail_other_slide_prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-interview_detail_other_slide_next {
  cursor: pointer;
}

.l-interview_detail_other_slide_next.swiper-button-disabled {
  cursor: auto;
}

.l-interview_detail_other_slide_next.swiper-button-disabled .c-more_btn_arrow_bg {
  background: var(--colorGray);
  pointer-events: none;
}

.l-interview_detail_other_slide_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 136.6rem;
  margin-top: .7rem;
  margin-right: 6.2rem;
  gap: 0 1rem;
}

.l-interview_detail_other_slide_btn_wrapper.is-sp {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  .l-interview_kv {
    padding: 12rem 0 8rem;
  }
  .l-interview_kv_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-interview_kv_img_wrapper {
    margin-top: 3rem;
  }
  .l-interview_kv_img {
    width: 100%;
    translate: 0;
  }
  .l-interview_kv_img02 {
    bottom: -6.5rem;
    left: -16.8rem;
  }
  .l-interview_kv_img03 {
    right: -11.4rem;
    bottom: 7rem;
  }
  .l-interview_kv_img_bg_wrapper {
    top: 3rem;
    left: 0;
    width: 9.5rem;
    font-size: 1.2rem;
  }
  .l-interview_kv_img_bg {
    width: 9.5rem;
  }
  .l-interview_kv_name_wrapper {
    row-gap: .5rem;
    margin-top: 2.5rem;
    padding: 1rem 1rem 1rem 6.5rem;
    border-radius: 1.625rem;
  }
  .l-interview_kv_name_wrapper::before {
    width: 1.4rem;
  }
  .l-interview_kv_name_wrapper.is-pc {
    display: none;
  }
  .l-interview_kv_name_wrapper.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-interview_kv_name {
    gap: .5rem;
  }
  .l-interview_kv_name::after {
    top: .45rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .l-interview_kv_name_year {
    padding-bottom: .2rem;
  }
  .l-interview_content {
    padding: 4.5rem 0 5rem;
  }
  .l-interview_content_group .l-interview_content_group_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-interview_content_group:nth-child(2n) {
    margin-top: 8rem;
  }
  .l-interview_content_group:nth-child(2n) .l-interview_content_group_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-interview_content_body {
    margin-top: 0;
  }
  .l-interview_content_body_ttl::before {
    top: .6rem;
    left: 0;
    width: 3.3rem;
    height: 3.5rem;
  }
  .l-interview_content_body_img {
    top: -6.5rem;
    right: -19rem;
    width: 100%;
  }
  .l-interview_content_body_img02 {
    top: auto;
    bottom: -9.5rem;
    left: -17.5rem;
  }
  .l-interview_content_body_img03 {
    top: -8rem;
    right: -7rem;
    width: 20.8rem;
  }
  .l-interview_content_body_img04 {
    top: 18rem;
    right: -13.5rem;
    bottom: auto;
    bottom: -14rem;
    left: auto;
  }
  .l-interview_content_img_icon {
    top: auto;
    bottom: -1.5rem;
    left: 6rem;
    width: 8.7rem;
  }
  .l-interview_content_img_icon.is-02 {
    top: auto;
    right: 6rem;
    left: auto;
  }
  .l-interview_content_message {
    margin-top: 7.5rem;
    padding: 4rem 3rem;
  }
  .l-interview_content_message_img {
    top: -4.5rem;
    left: 1rem;
    width: 16.5rem;
  }
  .l-interview_content_message_ttl {
    font-size: 2.6rem;
  }
  .l-interview_content_message_txt {
    margin-top: 0;
  }
  .l-interview_schedule {
    padding-top: 6.2rem;
  }
  .l-interview_schedule_img {
    top: -4rem;
    right: -16rem;
    width: 20.8rem;
  }
  .l-interview_schedule_img02 {
    bottom: -15.5rem;
    left: -15rem;
  }
  .l-interview_schedule_content {
    margin: 5rem 0;
    padding: 4rem 3rem;
  }
  .l-interview_schedule_content_ttl {
    font-size: 2.6rem;
  }
  .l-interview_schedule_content_img {
    top: -6rem;
    left: -0.5rem;
    width: 12.3rem;
  }
  .l-interview_schedule_content_lists {
    margin-top: 3.8rem;
  }
  .l-interview_schedule_content_lists::before {
    left: 3.25rem;
    height: 97%;
  }
  .l-interview_schedule_content_list {
    gap: 1rem;
  }
  .l-interview_schedule_content_list_time {
    width: 6.5rem;
    height: 5.3rem;
    margin-top: -0.75rem;
  }
  .l-interview_schedule_content_list_time::before {
    width: 6.5rem;
    height: 5.3rem;
    translate: -50% calc(-50% - .3rem);
  }
  .l-interview_schedule_content_list_txt_wrapper {
    padding-bottom: 2rem;
  }
  .l-interview_schedule_content_list:not(:first-child) {
    padding-top: 3rem;
  }
  .l-interview_schedule_content_list_txt_ttl {
    margin-bottom: 1rem;
  }
  .l-interview_schedule_content_list_txt_ttl.is-last {
    margin-bottom: 1rem;
  }
  .l-interview_schedule_content_img02 {
    right: -2rem;
    bottom: -10.5rem;
    width: 19.5rem;
  }
  .l-interview_detail_other {
    padding: 11rem 0 4rem;
  }
  .l-interview_detail_other_wrapper {
    padding: 0;
  }
  .l-interview_detail_other_bg_top {
    height: 6rem;
  }
  .l-interview_detail_other_bg_border {
    top: -11rem;
    left: -15.5rem;
  }
  .l-interview_detail_other_ttl {
    margin-bottom: 2.5rem;
  }
  .l-interview_detail_other_ttl_en {
    margin-bottom: .6rem;
  }
  .l-interview_detail_other_list {
    padding-left: 2.5rem;
  }
  .l-interview_detail_other_list_slide {
    width: 19rem;
    margin-right: 3.5rem;
    padding-bottom: 0;
  }
  .l-interview_detail_other_list_slide::before {
    top: 2.2rem;
    left: -1rem;
    width: 22rem;
    height: 23rem;
  }
  .l-interview_detail_other_list_slide:last-child {
    margin-right: 1.5rem;
  }
  .l-interview_detail_other_list_wrapper {
    min-width: 0;
    margin: 2.2rem auto 2rem;
  }
  .l-interview_detail_other_list_icn {
    top: 20rem;
    right: 2.2rem;
  }
  .l-interview_detail_other_list_txt {
    padding: 0;
  }
  .l-interview_detail_other_list_img {
    width: 18rem;
    margin-bottom: 1.6rem;
  }
  .l-interview_detail_other_slide_btn_wrapper {
    margin-top: 6rem;
    margin-right: 1.5rem;
    gap: 0 1rem;
  }
  .l-interview_detail_other_slide_btn_wrapper.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
