.l-interview {
  margin: 16rem 0 24rem;
}

.l-interview_content:first-child {
  padding-top: 12rem;
}

.l-interview_content+.l-interview_content {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.l-interview_content:last-child {
  padding-bottom: 0;
}

.l-interview_content_ttl {
  position: relative;
  padding-top: 5.8rem;
}

.l-interview_content_ttl::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: var(--colorBlack);
  content: "";
}

.l-interview_content_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8rem;
  gap: 8rem 5.1rem;
}

.l-interview_content_list_link {
  height: 100%;
}

.l-interview_content_list_img {
  overflow: clip;
}

.l-interview_content_list_img img {
  width: auto;
  height: auto;
}

.l-interview_content_list_group {
  height: auto;
  border-bottom: 1px solid var(--colorGray85);
}

.l-interview_content_list_group.is-1 {
  height: var(--group1-max-height);
}

.l-interview_content_list_group.is-1 .l-interview_content_list_data {
  height: var(--group1-data-max-height);
}

.l-interview_content_list_group.is-1 .l-interview_content_list_workplace {
  height: var(--group1-workplace-max-height);
}

.l-interview_content_list_group.is-1 .l-interview_content_list_position {
  height: var(--group1-position-max-height);
}

.l-interview_content_list_group.is-2 {
  height: var(--group2-max-height);
}

.l-interview_content_list_group.is-2 .l-interview_content_list_data {
  height: var(--group2-data-max-height);
}

.l-interview_content_list_group.is-2 .l-interview_content_list_workplace {
  height: var(--group2-workplace-max-height);
}

.l-interview_content_list_group.is-2 .l-interview_content_list_position {
  height: var(--group2-position-max-height);
}

.l-interview_content_list_group.is-3 {
  height: var(--group3-max-height);
}

.l-interview_content_list_group.is-3 .l-interview_content_list_data {
  height: var(--group3-data-max-height);
}

.l-interview_content_list_group.is-3 .l-interview_content_list_workplace {
  height: var(--group3-workplace-max-height);
}

.l-interview_content_list_group.is-3 .l-interview_content_list_position {
  height: var(--group3-position-max-height);
}

.l-interview_content_list_group.is-4 {
  height: var(--group4-max-height);
}

.l-interview_content_list_group.is-4 .l-interview_content_list_data {
  height: var(--group4-data-max-height);
}

.l-interview_content_list_group.is-4 .l-interview_content_list_workplace {
  height: var(--group4-workplace-max-height);
}

.l-interview_content_list_group.is-4 .l-interview_content_list_position {
  height: var(--group4-position-max-height);
}

.l-interview_content_list_group.is-5 {
  height: var(--group5-max-height);
}

.l-interview_content_list_group.is-5 .l-interview_content_list_data {
  height: var(--group5-data-max-height);
}

.l-interview_content_list_group.is-5 .l-interview_content_list_workplace {
  height: var(--group5-workplace-max-height);
}

.l-interview_content_list_group.is-5 .l-interview_content_list_position {
  height: var(--group5-position-max-height);
}

.l-interview_content_list_group.is-6 {
  height: var(--group6-max-height);
}

.l-interview_content_list_group.is-6 .l-interview_content_list_data {
  height: var(--group6-data-max-height);
}

.l-interview_content_list_group.is-6 .l-interview_content_list_workplace {
  height: var(--group6-workplace-max-height);
}

.l-interview_content_list_group.is-6 .l-interview_content_list_position {
  height: var(--group6-position-max-height);
}

.l-interview_content_list_top {
  margin-top: 1.6rem;
}

.l-interview_content_list_btm {
  margin-top: .8rem;
  padding-bottom: 1.2rem;
}

.l-interview_content_list_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.2rem;
  gap: 1rem;
}

.l-interview_content_list_sub_item {
  position: relative;
  padding-left: 1rem;
}

.l-interview_content_list_sub_item::after {
  display: block;
  position: absolute;
  top: .6rem;
  left: 0;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: var(--colorBlack);
  content: "";
}

@media screen and (max-width: 48em) {
  .l-interview {
    margin: 8rem 0 12rem;
  }
  .l-interview_content:first-child {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .l-interview_content+.l-interview_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .l-interview_content:last-child {
    padding-bottom: 0;
  }
  .l-interview_content_ttl {
    padding-top: 4rem;
  }
  .l-interview_content_lists {
    grid-template-columns: auto;
    margin-top: 6.4rem;
    padding: 0 3rem;
    gap: 5.6rem;
  }
  .l-interview_content_list_group.is-1 {
    height: auto;
  }
  .l-interview_content_list_group.is-1 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-1 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-1 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_group.is-2 {
    height: auto;
  }
  .l-interview_content_list_group.is-2 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-2 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-2 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_group.is-3 {
    height: auto;
  }
  .l-interview_content_list_group.is-3 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-3 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-3 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_group.is-4 {
    height: auto;
  }
  .l-interview_content_list_group.is-4 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-4 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-4 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_group.is-5 {
    height: auto;
  }
  .l-interview_content_list_group.is-5 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-5 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-5 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_group.is-6 {
    height: auto;
  }
  .l-interview_content_list_group.is-6 .l-interview_content_list_data {
    height: auto;
  }
  .l-interview_content_list_group.is-6 .l-interview_content_list_workplace {
    height: auto;
  }
  .l-interview_content_list_group.is-6 .l-interview_content_list_position {
    height: auto;
  }
  .l-interview_content_list_btm {
    margin-top: .4rem;
  }
}
