.staff .staff__list {
  margin-top: 32px;
}

.staff .staff__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff .staff__item:not(:first-of-type) {
  margin-top: 56px;
}

.staff .staff__photo {
  width: 160px;
  margin-right: 10px;
}

.staff .staff__photo img {
  width: 100%;
  height: auto;
}

.staff .staff__data {
  width: calc(100% - 200px);
}

.staff .staff__data--position {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.staff .staff__data--sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.staff .staff__data--name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}

.staff .staff__data--text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 0;
}

.staff .staff__meta {
  width: 100%;
  font-size: 14px;
  flex-shrink: 0;
  padding: 20px;
  margin-top: 32px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

.staff .staff__meta--list {
  font-size: 12px;
  line-height: 1.5;
}

.staff .staff__meta--list li {
  display: flex;
}

.staff .staff__meta--list li:not(:first-of-type) {
  margin-top: 4px;
}

.staff .staff__meta--title {
  font-weight: 700;
  width: 8.5em;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  .staff .staff__list {
    margin-top: 2.4rem;
  }

  .staff .staff__item {
    display: block;
  }

  .staff .staff__item:not(:first-of-type) {
    margin-top: 4.8rem;
  }

  .staff .staff__photo {
    width: 12rem;
  }

  .staff .staff__data {
    width: 100%;
  }

  .staff .staff__data--position {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .staff .staff__data--sub {
    font-size: 1.4rem;
  }

  .staff .staff__data--name {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }

  .staff .staff__data--text {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }

  .staff .staff__meta {
    margin-top: 2.4rem;
    padding: 1.6rem;
    font-size: 1.3rem;
  }
}