@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#STAFF
------------------------------------------------------------------- */
#STAFF {}





/* staff */
.staff {
  padding-top: 40px;
  padding-bottom: 40px;
}
.staff ul li {
  width: 48%;
}
.staff ul li:nth-of-type(n + 3) {
  margin-top: 40px;
}
.staff ul li img {
  height: calc(88vw * 0.48);
  margin-bottom: 15px;
}
.staff ul li p {
  line-height: 1.75;
}
.staff ul li .name {
  margin-bottom: 5px;
}
.staff ul li .school {
  line-height: 1.5;
}





/* contact */
.contact {
  padding-top: 20px;
  padding-bottom: 100px;
}





}