.p-staff {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p-staff {
    padding: 20px 20px 60px;
  }
}
.p-staff__container {
  max-width: 1200px;
  margin: 0 auto;
}
.p-staff__category {
  margin-bottom: 60px;
}
.p-staff__content {
  margin-bottom: 60px;
}

.p-staff-detail {
  padding: 0 20px 80px;
}
.p-staff-detail__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-staff-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
  min-height: 375px;
  background: #F7F7F7;
  border-top: 4px solid #81D8D0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-staff-detail__info {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info {
    display: block;
    min-height: auto;
    margin-bottom: 40px;
  }
}
.p-staff-detail__info-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-image {
    height: 300px;
  }
}
.p-staff-detail__info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-detail__info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-text {
    padding: 20px 20px 30px;
  }
}
.p-staff-detail__info-inner {
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-inner {
    max-width: 100%;
  }
}
.p-staff-detail__info-title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.p-staff-detail__info-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-staff-detail__info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
.p-staff-detail__info-category-item {
  font-size: 14px;
  color: #fff;
  background: #383232;
  padding: 7px 15px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__info-category-item {
    font-size: 12px;
  }
}
.p-staff-detail__voice-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__voice-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-staff-detail__voice-info {
  font-size: 18px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__voice-info {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.p-staff-detail__data {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__data {
    margin-bottom: 60px;
  }
}
.p-staff-detail__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__data-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-staff-detail__data-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__data-item {
    padding-right: 0;
  }
}
.p-staff-detail__data-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__data-title {
    font-size: 16px;
  }
}
.p-staff-detail__data-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__data-text {
    font-size: 14px;
  }
}
.p-staff-detail__content h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  border-left: 8px solid #81D8D0;
  padding-left: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__content h2 {
    font-size: 22px;
    border-left-width: 6px;
    padding-left: 8px;
  }
}
.p-staff-detail__content p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__content p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
}
.p-staff-detail__content .image {
  margin-top: 40px;
}
.p-staff-detail__content .image img {
  border-top: 4px solid #81D8D0;
}

.p-staff-relate {
  padding: 0 20px 80px;
}
.p-staff-relate__container {
  max-width: 1200px;
  margin: 0 auto;
}
.p-staff-relate__title {
  margin-bottom: 30px;
}
.p-staff-relate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-staff-relate__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px 0;
  }
}
.p-staff-relate__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 380px;
}
.p-staff-relate__btn {
  text-align: center;
}

.p-voice-detail__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-voice-detail__title {
    font-size: 24px;
    line-height: 1.6;
  }
}