.p-staff__copy--accent {
  background-color: #28b19b;
  color: white;
  font-size: 1.1rem;
  padding: 4px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .p-staff__copy--accent {
    font-size: 1rem;
  }
}
.p-staff__copy--main {
  font-size: 1.4rem;
}
@media (max-width: 992px) {
  .p-staff__copy--main {
    font-size: 1.1rem;
  }
}
.p-staff__thumb {
  margin-bottom: 96px;
}
.p-staff__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-staff__member-image {
  margin-bottom: 16px;
}
.p-staff__member .l-table {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-staff__member .l-table tbody,
  .p-staff__member .l-table tr,
  .p-staff__member .l-table td {
    display: block;
    width: 100%;
  }
  .p-staff__member .l-table td {
    border-bottom: none;
  }
  .p-staff__member .l-table td:first-child {
    text-align: center;
  }
  .p-staff__member .l-table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}/*# sourceMappingURL=staff.css.map */