.staff .c-mv::before {
  background-image: url(../../img/staff/bg_mv_staff_pc.webp);
  background-position: top;
}
@media screen and (max-width: 767px) {
  .staff .c-mv::before {
    background-image: url(../../img/staff/bg_mv_staff_sp.webp);
  }
}

.p-staff_chairman_item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-staff_chairman_item {
    margin-top: 30px;
  }
}
.p-staff_chairman_item:first-child {
  margin-top: 0;
}
.p-staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-staff_list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .p-staff_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_list li {
    width: 48%;
    margin-top: 30px;
    margin-right: 4%;
  }
  .p-staff_list li:nth-child(even) {
    margin-right: 0;
  }
  .p-staff_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-staff_list_img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-staff_list_img {
    width: 140px;
    height: 140px;
  }
}
.p-staff_list_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff_list_ttl {
  line-height: 1.6;
  margin-top: 15px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-staff_list_ttl {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-staff_list_ttl.-center {
  text-align: center;
}
.p-staff_member li {
  margin-top: 20px;
}
.p-staff_member li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-staff_member li .p-staff_list_ttl {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_member li .p-staff_list_ttl {
    text-align: center;
  }
}
.p-staff_member_comment {
  padding: 20px;
  margin-top: 20px;
  background-color: #e9f4f9;
}
@media screen and (min-width: 768px) {
  .p-staff_member_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_member_comment {
    margin-top: 10px;
  }
}
.p-staff_member_comment dt {
  line-height: 1;
  padding: 11px 0 13px;
  border-radius: 4px;
  background-color: #255397;
  color: #fff;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-staff_member_comment dt {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_member_comment dt {
    line-height: 1.4;
    padding: 7px 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-staff_member_comment dd {
    width: calc(100% - 230px);
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_member_comment dd {
    margin-top: 8px;
  }
}