.staff {
  position: relative;
  min-height: 640px;
  padding-top: 50px;
}

.staff .staff__img {
  width: 40%;
  float: left;
  height: 460px;
}

/*.staff .staff__img img {
  height: 100%;
}*/

.staff .staff__name {
  float: right;
  width: 54%;
}

.staff .staff__name .staff_position {
  font-size: 2.1rem;
  color: #419198;
  font-family: Abril Fatface;
}

.staff .staff__name .staff__name-en {
  font-size: 3.0rem;
  font-weight: bold;
  font-family: Abril Fatface;
}

.staff .staff__name .staff__name-ja {
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
}

.staff .staff__name .staff__name-ja::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 0;
  background: black;
}

.staff .staff__info {
  float: right;
  width: 54%;
  margin: 10px 0;
}

.staff .staff__info span {
  font-weight: bold;
  padding-right: 20px;
}

.staff .staff-message {
  float: right;
  width: 54%;
  font-size: 1.4rem;
}

.staff .staff__sns {
  float: right;
  width: 54%;
  margin-top: 20px;
  display: flex;
}

.staff .staff__sns .sns-icon {
  margin-right: 10px;
}

.staff:nth-child(2) {
  background: #DEEFF0;
}

/*# sourceMappingURL=maps/staff.css.map */
