.p-staff {
  padding-bottom: 87px;
}
@media (max-width: 750px) {
  .p-staff {
    padding-bottom: 94px;
  }
}
.p-staff__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-staff__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 63px;
  transform: translateY(20px);
  opacity: 0;
}
.on-load .p-staff__body {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
@media (max-width: 1000px) {
  .p-staff__body {
    display: block;
    margin-top: 43px;
  }
}
.p-staff__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}
@media (max-width: 1000px) {
  .p-staff__block {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
}
.p-staff__block:nth-child(even) {
  margin-left: 1.2%;
}
@media (max-width: 1000px) {
  .p-staff__block:nth-child(even) {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .p-staff__block:nth-child(n+2) {
    margin-top: 17px;
  }
}
.p-staff__label {
  margin-top: 17px;
  writing-mode: vertical-lr;
  font-family: var(--font-eng);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media (max-width: 1000px) {
  .p-staff__label {
    margin-top: 0;
    writing-mode: horizontal-tb;
    font-size: 25px;
  }
}
.p-staff__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 9.8%;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .p-staff__list {
    margin-left: 0;
    margin-top: 25px;
  }
}
.p-staff__block--member .p-staff__list {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .p-staff__block--member .p-staff__list {
    margin-top: 25px;
  }
}
.p-staff__list-item {
  width: 48%;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .p-staff__list-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-staff__list-item.column-1 {
  width: 100%;
}
.p-staff__list-item.size-large {
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  .p-staff__list-item.size-large {
    margin-bottom: 24px;
  }
}
.p-staff__list-item.ml {
  margin-left: 4%;
}
@media (max-width: 750px) {
  .p-staff__list-item.ml {
    margin-left: 0;
  }
}

.p-staff_item__label {
  color: var(--color-purple-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}
.size-large .p-staff_item__label {
  font-size: 17px;
}
@media (max-width: 750px) {
  .size-large .p-staff_item__label {
    font-size: 13px;
  }
}
.p-staff_item__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.21em;
}
@media (max-width: 750px) {
  .p-staff_item__name {
    margin-top: 6px;
    font-size: 19px;
    letter-spacing: 0.25em;
  }
}
.size-large .p-staff_item__name {
  margin-top: 8px;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .size-large .p-staff_item__name {
    margin-top: 4px;
    font-size: 22px;
    letter-spacing: 0.16em;
  }
}
.size-small .p-staff_item__name {
  font-size: 21px;
  letter-spacing: 0em;
}


@media (max-width: 750px) {
  .size-small .p-staff_item__name {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.8rem;
  }
}
