.staff {
  width: 90%;
  margin: 0 auto;
  font-family: "MS PGothic", "Hiragino Kaku Gothic StdN", sans-serif;
  margin-top: 5%;
}

.staff-box {
  display: flex;
  margin-bottom: 5%;
}
.staff-box .staff-left {
  width: 50%;
  padding: 5%;
}
.staff-box .staff-left .red-title {
  position: relative;
  width: 70%;
}
.staff-box .staff-left .red-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: max(3vw, 30px);
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.staff-box .staff-left h2 {
  line-height: 150%;
  margin-top: 10%;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5%;
  border-bottom: solid 1px #ed0000;
}
.staff-box .staff-left h3 {
  background-color: #c7c7c7;
  color: white;
  font-size: max(1.2vw, 14px);
  padding: 1% 3%;
  margin: 5% 0;
}
.staff-box .staff-left h4 {
  font-size: max(1.2vw, 13px);
}
.staff-box .staff-right {
  width: 50%;
}
.staff-box .staff-right img {
  width: 70%;
  margin-top: 25%;
  margin-left: 10%;
}

.content p {
  font-size: 16px;
  padding: 5%;
}

.content-i img {
  width: 70%;
  margin: 5% auto;
}

@media (max-width: 700px) {
  .staff-box {
    display: block;
    margin-top: 70px;
  }
  .staff-box .staff-left {
    width: 100%;
    padding: 5% 0;
  }
  .staff-box .staff-left .red-title {
    width: 200px;
  }
  .staff-box .staff-right {
    width: 100%;
  }
  .staff-box .staff-right img {
    margin-top: 5%;
    margin-left: auto;
    margin-right: 0%;
  }
  .content p {
    padding: 5% 0%;
  }
  .content-i img {
    width: 80%;
  }
}/*# sourceMappingURL=staff.css.map */