.page-hero--staff .page-hero__bg {
  background-position: center 85%;
  background-size: 110%;
}

.sr-staff-page {
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
}

.sr-staff-page .list-header {
  background: #f7f7f7;
}

.sr-staff {
  padding: 28px 0 120px;
}

.sr-staff__wrap {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}

.sr-staff__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #111111;
}

.sr-staff__line {
  width: 800px;
  height: 2px;
  margin: 22px auto 40px;
  background: #8b1e1e;
}

.sr-staff__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.sr-staff-card {
  width: 900px;
  min-height: 380px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 36px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sr-staff-card__photo {
  flex: 0 0 220px;
  width: 220px;
}

.sr-staff-card__photo img {
  display: block;
  width: 220px;
  height: 260px;
  object-fit: cover;
}

.sr-staff-card__content {
  flex: 1 1 auto;
  min-width: 0;
}

.sr-staff-card__name {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #111111;
}

.sr-staff-card__family {
  color: #111111;
}

.sr-staff-card__given {
  color: #8b1e1e;
}

.sr-staff-card__name-en {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #686868;
  text-align: left;
}

.sr-staff-card__role {
  width: 100px;
  height: 35px;
  margin: 14px 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #8a2c2c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.sr-staff-card__message {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #111111;
  text-align: left;
}

.sr-staff-card__tags {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sr-staff-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 18px;
  box-sizing: border-box;
  border: 1px solid #8a2c2c;
  border-radius: 999px;
  background: #ffffff;
  color: #2d2c2c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.sr-staff-card__photo.is-no-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-staff-card__photo.is-no-photo::before {
  content: "";
  width: 180px;
  height: 180px;
  background-image: url("images/sr-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .page-hero--staff .page-hero__bg {
    background-size: 160%;
    background-position: center 90%;
  }

  .list-header {
    display: none;
  }

  .sr-staff {
    padding: 24px 0 84px;
  }

  .sr-staff__wrap {
    width: min(760px, 100%);
    padding: 0 20px;
  }

  .sr-staff__title {
    font-size: 22px;
    line-height: 1.6;
  }

  .sr-staff__line {
    width: min(520px, 100%);
    height: 1px;
    margin: 16px auto 28px;
  }

  .sr-staff__list {
    gap: 18px;
  }

  .sr-staff-card {
    position: relative;
    width: 100%;
    max-width: 720px;
    min-height: auto;
    padding: 28px 22px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .sr-staff-card__photo {
    flex: none;
    width: 220px;
    height: 240px;
    margin: 0 auto;
  }

  .sr-staff-card__photo img {
    width: 220px;
    height: 240px;
    object-fit: cover;
  }

  .sr-staff-card__photo.is-no-photo::before {
    width: 130px;
    height: 130px;
  }

  .sr-staff-card__content {
    width: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sr-staff-card__role {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 28px;
    margin: 0;
    font-size: 12px;
  }

  .sr-staff-card__name {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }

  .sr-staff-card__name-en {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .sr-staff-card__tags {
    width: 100%;
    margin-top: 16px;
    gap: 10px;
    align-items: flex-start;
  }

  .sr-staff-pill {
    min-height: 28px;
    padding: 5px 14px;
    font-size: 12px;
    line-height: 1.4;
  }

  .sr-staff-card__message {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .page-hero--staff .page-hero__bg {
    background-size: 150%;
    background-position: center 100%;
  }

  .list-header {
    display: none;
  }

  .sr-staff {
    padding: 20px 0 72px;
  }

  .sr-staff__wrap {
    padding: 0 20px;
  }

  .sr-staff__title {
    font-size: 13px;
    line-height: 1.6;
  }

  .sr-staff__line {
    width: 230px;
    height: 1px;
    margin: 12px auto 24px;
  }

  .sr-staff__list {
    gap: 14px;
  }

  .sr-staff-card {
    position: relative;
    width: 300px;
    min-height: 300px;
    padding: 32px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .sr-staff-card__photo {
    flex: none;
    width: 150px;
    height: 160px;
    margin: 0 auto;
  }

  .sr-staff-card__photo img {
    width: 150px;
    height: 160px;
  }

  .sr-staff-card__photo.is-no-photo::before {
    width: 96px;
    height: 96px;
  }

  .sr-staff-card__content {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sr-staff-card__role {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 20px;
    margin: 0;
    font-size: 10px;
  }

  .sr-staff-card__name {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .sr-staff-card__name-en {
    margin-top: 0;
    font-size: 8px;
    line-height: 1.4;
    text-align: center;
  }

  .sr-staff-card__tags {
    width: 100%;
    margin-top: 12px;
    gap: 8px;
    align-items: flex-start;
  }

  .sr-staff-pill {
    min-height: 22px;
    padding: 4px 12px;
    font-size: 9px;
    border: 0.5px solid #8a2c2c;
    line-height: 1;
  }

  .sr-staff-card__message {
    width: 100%;
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.7;
    text-align: left;
  }
}
