.archive-career {
  margin-top: 42rem;
  margin-bottom: 114rem;
}
@media screen and (max-width: 1024px) {
  .archive-career {
    margin-bottom: 42rem;
  }
}
.archive-career__list {
  margin-top: 64rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84rem 42rem;
}
@media screen and (max-width: 1024px) {
  .archive-career__list {
    display: flex;
    flex-direction: column;
  }
}
.archive-career__item-link {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .archive-career__item-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.archive-career__item-thumbnail {
  width: 100%;
  aspect-ratio: 1024/683;
}
.archive-career__item-thumbnail picture,
.archive-career__item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-career__item-ttl {
  margin-top: 16rem;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.75em;
  margin-right: -0.25em;
}
@media screen and (max-width: 1024px) {
  .archive-career__item-ttl {
    font-size: 32rem;
  }
}
.archive-career__item-para {
  margin-top: 16rem;
  line-height: 1.75;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 5.25em;
  margin-right: -0.25em;
}
@media screen and (max-width: 1024px) {
  .archive-career__item-para {
    font-size: 28rem;
  }
}/*# sourceMappingURL=archive-career.css.map */