.member-area__hd {
  padding: 40px;
  text-align: center;
}
.member-area__h2 {
  display: inline-block;
  font-size: 28px;
  color: #000;
  line-height: 32px;
  text-align: center;
  position: relative;
  font-weight: 500;
}
.member-area__h2:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 40px;
  height: 6px;
  margin-left: -20px;
  border-radius: 40px;
  background-color: var(--brand-color);
  z-index: 2;
}
.member-area__bd {
  max-width: 1170px;
  padding: 60px 0;
  margin: 0 auto;
}
.member-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-area__items {
  max-width: 400px;
  padding: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.member-area__img {
  max-width: 134px;
  border-radius: 12px;
  height: auto;
}
.member-area__name {
  margin-top: 15px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}
.member-area__job {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.member-area__note {
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
