.l-news {
  padding-top: 6rem;
  background: var(--bgColorBoldPink);
}

.l-news_container {
  padding-bottom: 10.4rem;
}

.l-news_wrapper {
  padding: 8rem 12rem;
  border-radius: 2rem;
  background-color: var(--colorWhite);
}

.l-news_content_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}

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

.l-news_content_img_block {
  position: relative;
  aspect-ratio: 66/37;
  width: 33rem;
  max-width: 100%;
  height: 100%;
}

.l-news_content_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.3rem;
}

.l-news_content_body {
  width: 54rem;
  max-width: 100%;
}

.l-news_content:not(:first-child) .l-news_content_link {
  padding-top: 4rem;
}

.l-news_content_body_sticky {
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-news_content_body_time_block {
  color: var(--colorRosePink);
}

.l-news_content_body_ttl {
  position: relative;
  margin-top: .5rem;
  padding-left: 1.7rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.l-news_content_body_ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: .7rem;
  height: 100%;
  border-radius: 1rem;
  background: var(--bgColorBoldPink);
  content: "";
}

.l-news_content_body_txt {
  margin-top: 1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 47.9375em) {
  .l-news {
    padding-top: 4rem;
  }
  .l-news_container {
    padding-bottom: 5.4rem;
  }
  .l-news_wrapper {
    padding: 4rem 3rem;
  }
  .l-news_content_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4rem;
    gap: 1.85rem;
  }
  .l-news_content_img_block {
    aspect-ratio: 57/32;
    width: 100%;
  }
  .l-news_content_img_block img {
    border-radius: 1.125rem;
  }
  .l-news_content_body {
    width: 100%;
  }
  .l-news_content:not(:first-child) .l-news_content_link {
    padding-top: 4rem;
  }
  .l-news_content_body_sticky {
    top: .5rem;
    left: 0;
    width: 3.5rem;
  }
  .l-news_content_body_ttl {
    padding-left: 1.3rem;
  }
  .l-news_content_body_ttl::before {
    width: .5rem;
  }
  .l-news_content_body_txt {
    margin-top: 2rem;
  }
}
