main > .recruit-entry {
  display: block;
  background: #fff;
  overflow: visible;
  padding-inline: max(24px, calc((100% - 976px) / 2));
}
.recruit-entry::after { display: none; }
.recruit-entry > img {
  display: block;
  position: static;
  width: 100%;
  max-width: 976px;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center 35%;
  margin: 0 auto;
  border-radius: 8px;
  opacity: 1;
  box-shadow: none;
}
.recruit-entry__bottom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  width: 100%;
  max-width: 976px;
  margin: -56px auto 0;
}
.recruit-entry .recruit-entry__copy {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 32px 32px 0 0;
  border-radius: 0 8px 0 0;
  background: #fff;
  transform: none;
}
.recruit-entry__copy .section-heading { margin: 0 0 24px; text-align: left; }
.recruit-entry__copy > p { margin: 0; }
.recruit-entry__bottom > .primary-outline {
  margin: 0;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .recruit-entry > img { aspect-ratio: 4 / 3; }
  .recruit-entry__bottom { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: -24px; }
  .recruit-entry .recruit-entry__copy { width: 92%; padding: 24px 20px 0 0; }
  .recruit-entry__bottom > .primary-outline { justify-self: end; min-width: 0; max-width: 100%; padding: 12px 24px; }
}
