.recruit-page--people .recruit-lead h2::before {
  display: none;
}

.recruit-page--people .recruit-lead h2 {
  display: block;
  max-width: 640px;
  font-size: 33px;
}

.recruit-interviews {
  padding: 48px 70px 70px;
}

.recruit-tabs {
  display: flex;
  gap: 52px;
  margin-bottom: 48px;
}

.recruit-tabs a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}

.recruit-tabs a.is-current::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--recruit-red);
  transform: translateX(-50%);
}

.recruit-interview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 36px;
}

.recruit-interview-card {
  display: block;
}

.recruit-interview-card img {
  width: 100%;
}

.recruit-interview-card h3 {
  margin: 18px 0 14px;
  font-size: 15px;
  font-weight: 500;
}

.recruit-interview-card div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.recruit-interview-card span {
  display: inline-flex;
  padding: 2px 12px;
  border: 1px solid var(--recruit-red);
  border-radius: 4px;
  color: var(--recruit-red);
  font-size: 12px;
}

.recruit-people-more {
  text-align: center;
}

.recruit-page--people-detail {
  padding-top: 138px;
}

.recruit-people-detail__breadcrumb {
  flex-wrap: wrap;
  margin-top: 0;
}

.recruit-people-detail__breadcrumb span:last-child {
  overflow-wrap: anywhere;
}

.recruit-people-detail {
  width: var(--recruit-intro-container-width);
  margin: 44px auto 120px;
}

.recruit-people-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 46%);
  gap: 56px;
  align-items: center;
  padding-bottom: 64px;
  border-bottom: 1px solid #e5e5e5;
}

.recruit-people-detail__copy {
  min-width: 0;
}

.recruit-people-detail__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--recruit-red);
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1.4;
}

.recruit-people-detail__eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.recruit-people-detail h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.recruit-people-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.recruit-people-detail__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 14px;
  border: 1px solid var(--recruit-red);
  border-radius: 4px;
  color: var(--recruit-red);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.recruit-people-detail__image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: var(--recruit-gray);
}

.recruit-people-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.recruit-people-detail__body {
  width: min(760px, 100%);
  margin: 66px auto 0;
}

.recruit-people-detail__body > *:first-child {
  margin-top: 0;
}

.recruit-people-detail__body > *:last-child {
  margin-bottom: 0;
}

.recruit-people-detail__body p,
.recruit-people-detail__body li {
  font-size: 16px;
  line-height: 2;
}

.recruit-people-detail__body p {
  margin: 0 0 28px;
}

.recruit-people-detail__body h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 58px 0 22px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
}

.recruit-people-detail__body h2::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--recruit-red);
}

.recruit-people-detail__body h3 {
  margin: 42px 0 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.recruit-people-detail__body ul,
.recruit-people-detail__body ol {
  margin: 0 0 30px;
  padding-left: 1.5em;
}

.recruit-people-detail__body img {
  width: 100%;
  height: auto;
  margin: 18px 0 34px;
  border-radius: 8px;
}

.recruit-people-detail__body blockquote {
  margin: 40px 0;
  padding: 26px 30px;
  border-left: 4px solid var(--recruit-red);
  background: var(--recruit-gray);
}

.recruit-people-detail__body blockquote p {
  margin-bottom: 0;
}

.recruit-people-detail__back {
  display: flex;
  justify-content: center;
  margin-top: 74px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit-page--people-detail {
    padding-top: 126px;
  }

  .recruit-people-detail {
    width: calc(100% - 12%);
  }

  .recruit-people-detail__hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
    gap: 42px;
  }

  .recruit-people-detail h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit-page--people-detail {
    padding-top: 104px;
  }

  .recruit-people-detail,
  .recruit-people-detail__breadcrumb {
    width: calc(100% - 16%);
  }

  .recruit-people-detail {
    margin-top: 38px;
    margin-bottom: 96px;
  }

  .recruit-people-detail__hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 52px;
  }

  .recruit-people-detail h1 {
    font-size: 34px;
  }

  .recruit-people-detail__image {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (max-width: 767px) {
  .recruit-page--people .recruit-lead h2 {
    font-size: 25px;
  }

  .recruit-interview-card h3 {
    font-weight: normal;
    line-height: 1.7;
  }

  .recruit-page--people .recruit-tabs {
    padding-top: 14px;
  }

  .recruit-page--people-detail {
    padding-top: 68px;
  }

  .recruit-people-detail,
  .recruit-people-detail__breadcrumb {
    width: 84%;
  }

  .recruit-people-detail {
    margin-top: 30px;
    margin-bottom: 72px;
  }

  .recruit-people-detail__hero {
    display: block;
    padding-bottom: 40px;
  }

  .recruit-people-detail__eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .recruit-people-detail h1 {
    font-size: 28px;
    line-height: 1.5;
  }

  .recruit-people-detail__tags {
    gap: 8px;
    margin-top: 24px;
  }

  .recruit-people-detail__tags span {
    min-height: 28px;
    padding: 3px 12px;
    font-size: 12px;
  }

  .recruit-people-detail__image {
    margin-top: 34px;
    aspect-ratio: 4 / 5;
  }

  .recruit-people-detail__body {
    margin-top: 44px;
  }

  .recruit-people-detail__body p,
  .recruit-people-detail__body li {
    font-size: 14px;
    line-height: 1.9;
  }

  .recruit-people-detail__body h2 {
    margin-top: 44px;
    font-size: 22px;
  }

  .recruit-people-detail__body h3 {
    margin-top: 34px;
    font-size: 19px;
  }

  .recruit-people-detail__body blockquote {
    padding: 22px 20px;
  }

  .recruit-people-detail__back {
    justify-content: flex-start;
    margin-top: 52px;
  }
}
