.m-mv {
  position: relative;
  background: #218bbb;
}

.p-staff-lists {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-staff-lists {
    display: block;
    width: auto;
    padding: 0 5vw;
  }
}
.p-staff-list {
  width: 360px;
  background: #fff;
  margin-right: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-staff-list {
    width: auto;
    margin-right: 0;
    margin-top: 7vw;
  }
}
.p-staff-list:nth-child(3n) {
  margin-right: 0;
}
.p-staff-list:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-list:nth-child(-n+3) {
    margin-top: 7vw;
  }
}
.p-staff-list:first-child {
  margin-top: 0;
}
.p-staff-list img {
  width: 100%;
  height: auto;
}
.p-staff-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-staff-head {
    padding: 5vw;
  }
}
.p-staff-head-inner {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-staff-head-inner {
    padding-left: 5vw;
  }
}
.p-staff-head-post {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #218bbb;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-staff-head-post {
    width: 16vw;
    height: 16vw;
    font-size: 3.8vw;
  }
}
.p-staff-head-name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-staff-head-name {
    font-size: 4.6vw;
  }
}
.p-staff-head-btn {
  width: 140px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  border: 1px solid #cdc6bf;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-staff-head-btn {
    width: 32vw;
    font-size: 3.2vw;
  }
}
.p-staff-head-link {
  display: block;
  color: #333;
  background: url(../../../../images/common/icn_arrow_circle.png) calc(100% - 0.8em) center/0.8em auto no-repeat;
  padding: 0.7em 0 0.7em 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-staff-head-link:hover {
  opacity: 0.7;
}
.p-staff-content {
  padding: 20px 24px 24px;
}
@media screen and (max-width: 767px) {
  .p-staff-content {
    padding: 4vw 5vw 5vw;
  }
}
.p-staff-box + .p-staff-box {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-staff-box + .p-staff-box {
    margin-top: 4vw;
  }
}
.p-staff-field {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 767px) {
  .p-staff-field {
    font-size: 3.6vw;
  }
}
.p-staff-major {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-staff-major {
    font-size: 3.2vw;
  }
}