#staff-list {
  color: #666666;
  padding: 20px 5vw 0 5vw;
}
.staff-card {
  position: relative;
  margin-top: 35px;
}
.staff-card div .staff-card img, .staff-card span {
  display: inline-block;
}
.staff-img {
  width: 35vw;
  display: inline-block;
  float: left;
}
.staff-img img {
  width: 35vw;
}
.staff-profile {
  width: 52vw;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 3vw;
}
.staff-profile .main-text {
  font-size: 5vw;
}
.staff-profile .sub-text {
  font-size: 3.5vw;
}
.staff-sns {
  width: 52vw;
  display: inline-block;
  text-align: right;
  float: left;
  bottom: 0;
  position: absolute;
  right: 0;
}

.staff-sns img {
  height: 50px;
  margin-left: 10px;
}