#staff-list {
  padding-right: calc(var(--main-width) * 2) !important;
  padding-left: calc(var(--main-width) * 2) !important;
  text-align: left;
}
.staff-card {
  float: left;
  margin-left: 25px;
}
.staff-img {
  width: calc(var(--main-width) * 17) !important;
}
.staff-img img {
  width: calc(var(--main-width) * 17) !important;
}
.staff-profile {
  width: calc(var(--main-width) * 24) !important;
  margin-left: calc(var(--main-width) * 3) !important;
}
.staff-profile .main-text {
  font-size: calc(var(--main-width) * 2.4) !important;
}
.staff-profile .sub-text {
  font-size: calc(var(--main-width) * 1.5) !important;
}
.staff-sns {
  width: calc(var(--main-width) * 24) !important;
}