.l-career {
  padding-top: 16rem;
}

.l-career_inner {
  width: 102.2rem;
  max-width: 100%;
  margin-inline: auto;
}

.l-career_desc {
  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-career_imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
  gap: 4.9rem;
}

.l-career_img img {
  width: 100%;
  height: auto;
}

.l-career_content_wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-top: 16rem;
  gap: 5.6rem;
}

.l-career_content {
  display: grid;
  grid-template-columns: subgrid;
  -webkit-column-gap: 5.9rem;
     -moz-column-gap: 5.9rem;
          column-gap: 5.9rem;
  grid-column: 1/-1;
  padding-bottom: 5.6rem;
  border-bottom: 1px solid var(--colorBlack);
}

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

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

.l-career_content_work::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: .4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}

.l-career_content_selection+.l-career_content_selection {
  margin-top: 4rem;
}

.l-career_content_selection_ttl {
  padding-bottom: 1rem;
}

.l-career_content_selection_lists {
  padding-left: .5rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.l-career_content_entry_block+.l-career_content_entry_block {
  margin-top: 4rem;
}

.l-career_content_entry_ttl {
  padding-bottom: .5rem;
}

.l-career_content_entry_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: .3rem;
}

.l-career_content_entry_link::after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: calc(100% - 1.9rem);
  height: 1px;
  background-color: currentColor;
  content: "";
}

.l-career_content_entry_link::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .4rem;
  background-color: var(--colorWhite);
  content: "";
}

.l-career_content_entry_link_icon {
  display: inline-block;
  aspect-ratio: 1;
  width: 1.6rem;
}

.l-career_content_contact_mail {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.l-career_content_contact_mail::after {
  display: block;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.l-career_content_contact_mail::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .4rem;
  background-color: var(--colorWhite);
  content: "";
}

.l-career_content_contact_tel {
  pointer-events: none;
}

.l-career_content_contact_btn {
  position: relative;
  width: 41.5rem;
  height: 8rem;
  margin-top: 10.4rem;
  margin-inline: auto;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.l-career_content_contact_btn_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  aspect-ratio: 1;
  width: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

@media screen and (max-width: 48em) {
  .l-career {
    padding-top: 8rem;
  }
  .l-career_inner {
    width: 100%;
  }
  .l-career_imgs {
    margin-top: 6.4rem;
    gap: 1.9rem;
  }
  .l-career_content_wrapper {
    grid-template-columns: auto;
    margin-top: 8rem;
    gap: 4rem;
  }
  .l-career_content {
    padding-bottom: 4rem;
    gap: 2.4rem;
  }
  .l-career_content_work::before {
    top: 1.3rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-career_content_selection_lists {
    margin-left: 1.2em;
    list-style-position: outside;
  }
  .l-career_content_entry_link {
    display: inline-block;
    width: auto;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-underline-offset: 2px;
  }
  .l-career_content_entry_link::after {
    content: none;
  }
  .l-career_content_entry_link::before {
    content: none;
  }
  .l-career_content_entry_link span:not(.l-career_content_entry_link_icon) {
    display: inline;
  }
  .l-career_content_entry_link_icon {
    display: inline-block;
    width: auto;
    inline-size: 1em;
    block-size: 1em;
  }
  .l-career_content_contact_tel {
    pointer-events: all;
  }
  .l-career_content_contact_btn {
    width: 100%;
    height: 6rem;
    margin-top: 5.6rem;
  }
  .l-career_content_contact_btn_icon {
    width: 1.6rem;
  }
}
