.l-interview_inner {
  width: 85rem;
  max-width: 100%;
  margin-inline: auto;
}

.l-interview_anchor_link {
  padding-right: 1.3rem;
}

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

.l-interview_top {
  padding-bottom: 16rem;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.l-interview_top_ttl {
  margin-bottom: 4rem;
}

.l-interview_top_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14.4rem;
  gap: 0 1.6rem;
}

.l-interview_top_txt_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
}

.l-interview_top_txt_name::before {
  display: block;
  position: relative;
  top: .2rem;
  width: 1px;
  height: 1.6rem;
  rotate: 26deg;
  background-color: var(--colorWhite);
  content: "";
}

.l-interview_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 12rem;
  gap: 12rem;
}

.l-interview_body::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-color: var(--colorBlack);
  content: "";
}

.l-interview_content_img {
  display: block;
  width: 100%;
  height: 47.8rem;
  margin-bottom: 5.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-interview_content_ttl {
  margin-bottom: 4rem;
}

.l-interview_content_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.l-interview_info_content {
  margin-bottom: 12.2rem;
  padding: 8rem 5.6rem;
  background-color: var(--colorWhite);
}

.l-interview_info_ttl {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 8rem;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  letter-spacing: .04em;
  text-align: center;
}

.l-interview_info_ttl::after,.l-interview_info_ttl::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 6.4rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}

.l-interview_info_ttl::after {
  left: -1.6rem;
  translate: -100% 0;
}

.l-interview_info_ttl::before {
  right: -1.6rem;
  translate: 100% 0;
}

.l-interview_info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
  gap: 4rem;
}

.l-interview_info_area_img {
  aspect-ratio: 1/1;
  width: 24rem;
  max-width: 100%;
}

.l-interview_info_area_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1rem 2.4rem;
}

.l-interview_info_area_body dd {
  margin-top: .5rem;
}

.l-interview_info_area_body dd:has(a) {
  margin-top: 0;
}

.l-interview_info_foot_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.8rem;
}

.l-interview_info_foot_ttl {
  margin-bottom: 2.4rem;
  text-align: center;
}

.l-interview_info_foot_txt.is-bold {
  font-weight: var(--weightBold);
}

.l-interview_info_foot_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7em;
}

.l-interview_cv {
  margin-bottom: 12rem;
}

.l-interview_cv_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12rem;
  gap: 8rem;
}

.l-interview_cv_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.l-interview_cv_block_txt {
  margin-bottom: 1.6rem;
}

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

.l-interview_cv_bottom_wrapper {
  position: relative;
  width: 102.2rem;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 8rem;
}

.l-interview_cv_bottom_wrapper::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--colorBlack20);
  content: "";
}

.l-interview_cv_bottom_btn {
  width: 33.4rem;
  margin: 0 auto;
}

.l-interview_link {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: -webkit-linear-gradient(currentColor, currentColor) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition: background-size .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-size .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 47.9375em) {
  .l-interview_top {
    padding-bottom: 8rem;
  }
  .l-interview_top_ttl {
    margin-bottom: 3.4rem;
  }
  .l-interview_top_txt {
    margin-bottom: 6.4rem;
  }
  .l-interview_body {
    padding-bottom: 8rem;
    gap: 8rem;
  }
  .l-interview_body::after {
    height: 12rem;
  }
  .l-interview_content_img {
    height: auto;
    margin-bottom: 3.2rem;
  }
  .l-interview_content_ttl {
    margin-bottom: 2.6rem;
  }
  .l-interview_info_content {
    width: calc(100% + 4rem);
    margin-bottom: 8rem;
    margin-left: -2rem;
    padding: 8rem 2rem;
  }
  .l-interview_info_ttl {
    margin-bottom: 5.6rem;
  }
  .l-interview_info_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.8rem;
    gap: 3.2rem;
  }
  .l-interview_info_area_img {
    aspect-ratio: 0;
    width: 100%;
    height: 18.8rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .l-interview_info_area_body {
    grid-template-columns: auto;
    gap: 1.6rem;
  }
  .l-interview_info_area_body_group {
    display: grid;
    grid-template-columns: 8.8rem 1fr;
    gap: .4rem;
  }
  .l-interview_info_area_body dd {
    margin-top: 0;
  }
  .l-interview_info_foot_wrapper {
    gap: 5.4rem;
  }
  .l-interview_info_foot_ttl {
    margin-bottom: 2rem;
    text-align: left;
  }
  .l-interview_info_foot_txt_wrapper {
    font-size: 1.4rem;
  }
  .l-interview_cv {
    margin-bottom: 8rem;
  }
  .l-interview_cv_block_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.6rem;
    gap: 5.8rem;
  }
  .l-interview_cv_bottom_wrapper {
    width: 100%;
    padding-top: 5.6rem;
  }
  .l-interview_cv_bottom_btn {
    width: 100%;
  }
}

@media (hover: hover) {
  .l-interview_link:hover {
    background-position: right bottom;
    background-size: 0 1px;
    opacity: 1;
  }
}
