.staff__member {
  width: 100%;
  background-color: #ECF0F5;
  padding-top: 10%;
  color: #415268;
}

.staff__member__list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20%;
}
.staff__member__list h2 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 130px auto;
  display: flex;
  align-items: center;
}
.staff__member__list h2::before,
.staff__member__list h2::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #415268;
}
.staff__member__list h2::before {
  margin-right: 90px;
}
.staff__member__list h2::after {
  margin-left: 90px;
}
.staff__member__list ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: initial;
  gap: 10rem 10rem;
}
.staff__member__list--ul-ver2 {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 800px;
  margin: 0 auto;
}
.staff__member__list li {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
.staff__member__list img {
  width: 100%;
}
.staff__member__list .staff__member__post {
  background: #415268;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-top: 30px;
}
.staff__member__list .staff__member__name {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  padding-top: 1%;
}
@media screen and (max-width: 1280px) {
  .staff__member__list--ul-ver2 {
    gap: 0rem !important;
  }
  .staff__member__list--ul-ver2 li {
    max-width: 200px;
  }
}
@media screen and (max-width: 840px) {
  .staff__member__list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 5rem;
  }
  .staff__member__list h2 {
    margin: 0 auto 5% auto;
    font-size: 130%;
  }
  .staff__member__list h2::before {
    margin-right: 15px;
  }
  .staff__member__list h2::after {
    margin-left: 15px;
  }
  .staff__member__list .staff__member__post {
    margin-top: 15px;
    font-size: 70%;
  }
  .staff__member__list--ul-ver2 {
    gap: 5rem 5rem !important;
  }
  .staff__member__list--ul-ver2 li {
    max-width: 325px;
  }
}

.staff__member__list--ver-single {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.staff__member__list--ver-single div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.staff__member__list--ver-single img, .staff__member__list--ver-single p {
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .staff__member__list--ver-single img, .staff__member__list--ver-single p {
    max-width: 200px;
  }
}
@media screen and (max-width: 840px) {
  .staff__member__list--ver-single {
    display: block;
    max-width: 100%;
  }
  .staff__member__list--ver-single div {
    max-width: 100%;
    width: 100%;
  }
  .staff__member__list--ver-single div:first-child {
    padding-bottom: 20%;
  }
  .staff__member__list--ver-single img, .staff__member__list--ver-single p {
    width: 47%;
  }
}/*# sourceMappingURL=style.css.map */