.top-line {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .top-line {
    margin-bottom: 40px;
  }
}

.staff-list {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .staff-list {
    margin-top: 30px;
  }
}
.staff-list .sections .section01 {
  margin-bottom: 80px;
}
.staff-list .sections .section01 .inner {
  z-index: 1;
}
.staff-list .sections .section01 .inner .headline {
  font-size: 50px;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .staff-list .sections .section01 .inner .headline {
    font-size: 43px;
  }
}
.staff-list .sections .section01 .inner .headline span {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 600px) {
  .staff-list .sections .section01 .inner .headline span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.staff-list .sections .section01 .inner .list {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .staff-list .sections .section01 .inner .list {
    margin-bottom: 30px;
  }
}
.staff-list .sections .section01 .inner .list .item {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.staff-list .sections .section01 .inner .list .item:nth-child(3n) {
  margin-right: 0;
}
.staff-list .sections .section01 .inner .list .item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .staff-list .sections .section01 .inner .list .item {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .staff-list .sections .section01 .inner .list .item:nth-child(3n) {
    margin-right: 10px;
  }
  .staff-list .sections .section01 .inner .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .staff-list .sections .section01 .inner .list .item:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }
  .staff-list .sections .section01 .inner .list .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.staff-list .sections .section01 .inner .list .item a .image {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
.staff-list .sections .section01 .inner .list .item a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-list .sections .section01 .inner .list .item a .qualification {
  font-size: 12px;
  line-height: calc(15 / 12);
  margin-bottom: 10px;
}
.staff-list .sections .section01 .inner .list .item a .name {
  font-size: 18px;
}