@charset "UTF-8";
/* スタッフ紹介  */
.sec-staff {
  margin: 4em 0;
}

.staff-cnt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
}
.staff-cnt + .staff-cnt {
  margin-top: 2em;
}
.staff-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.staff-item.-top + .staff-item.-top {
  margin-top: 4em;
}
.staff-img {
  margin-bottom: 0.5em;
}
.staff-img img {
  width: 30em;
  height: auto;
}
.staff-department {
  font-size: 1.1em;
}
.staff-title {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1540px) {
  /* スタッフ紹介  */
}
@media screen and (max-width: 1260px) {
  /* スタッフ紹介  */
}
@media screen and (max-width: 1024px) {
  /* スタッフ紹介  */
}
@media screen and (max-width: 768px) {
  /* スタッフ紹介  */
}
@media screen and (max-width: 480px) {
  /* スタッフ紹介  */
  .staff-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}