.page-staff .page-mv {
  background: url("../img/staff/mv-staff.webp") no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .page-staff .page-mv {
    background: url("../img/staff/mv-staff-sp.webp") no-repeat center center/cover;
  }
}

.staff {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .staff {
    padding-top: 20px;
  }
}
.staff .inner {
  padding-bottom: 0;
}

.section__title + .section__title-gradation {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .section__title + .section__title-gradation {
    margin-top: 40px;
  }
}

.staff__list {
  margin-block: 40px 80px;
}
@media screen and (max-width: 960px) {
  .staff__list {
    margin-block: 24px 40px;
  }
}

.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 960px) {
  .staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.staff__item + .staff__item {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .staff__item + .staff__item {
    margin-top: 40px;
  }
}

.staff__img {
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .staff__img {
    margin: auto;
    max-width: 200px;
  }
}

.staff__name {
  margin: 24px auto 0;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 960px) {
  .staff__name {
    padding-right: 32px;
    margin-top: 10px;
    line-height: 160%;
  }
}
.staff__name img {
  position: absolute;
  right: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 37px;
}
@media screen and (max-width: 960px) {
  .staff__name img {
    right: -12px;
  }
}

.staff__class {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  max-width: 688px;
}
@media screen and (max-width: 960px) {
  .staff__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.staff__content--left {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .staff__content--left {
    width: 100%;
  }
}

.staff__content--right {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .staff__content--right {
    width: 100%;
  }
}

.staff__content-title {
  padding-left: 55px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.staff__content-title::before {
  background: url("../img/common/icon-large.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 40px;
  height: 46px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.staff__content-text {
  padding-left: 55px;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .staff__content-text {
    padding-left: 0;
  }
}
.staff__content-text + .staff__content-title {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .staff__content-text + .staff__content-title {
    margin-top: 32px;
  }
}

.voice .inner {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .voice .inner {
    padding-top: 16px;
  }
}

.voice__wrapper {
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (max-width: 960px) {
  .voice__wrapper {
    margin-top: 24px;
  }
}

.page-staff .ti-widget.ti-goog .ti-controls .ti-next {
  background-color: #E4027F;
}

.page-staff .ti-widget.ti-goog .ti-controls .ti-prev {
  background-color: #E4027F;
}

.page-staff .ti-widget.ti-goog .ti-controls {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 200px;
  top: auto !important;
  bottom: -20px;
}

.page-staff .ti-widget.ti-goog .ti-controls .ti-next:before,
.page-staff .ti-widget.ti-goog .ti-controls .ti-prev:before {
  border-color: #fff;
}

.ti-footer {
  display: none;
}

.voice__list {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .voice__list {
    margin-top: 120px;
  }
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  background: #F6F6F6;
}
@media screen and (max-width: 960px) {
  .voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.voice__content {
  padding: 48px 56px;
}
@media screen and (max-width: 960px) {
  .voice__content {
    padding: 0;
    margin-top: 16px;
    background: none;
  }
}

.voice__title {
  color: #E4027F;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 960px) {
  .voice__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.264px;
  }
}

.voice__text {
  margin-top: 32px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 960px) {
  .voice__text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: -0.176px;
    text-align: center;
  }
}

.voice__img {
  max-width: 452px;
}
@media screen and (max-width: 960px) {
  .voice__img {
    margin: auto;
  }
}
.voice__img img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 960px) {
  .voice__img img {
    border-radius: 5px;
  }
}