.staff {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 0;
  }
}
.staff__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  gap: 4vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .staff__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666667vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .staff__list {
    gap: 15px 20px;
  }
}
.staff__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ffffff;
  padding: 4vw 5.3333333333vw;
  gap: 4vw;
  width: 100%;
  border-radius: 0.8vw;
  border: 0.2666666667vw solid #B2B2B2;
}
@media screen and (min-width: 768px) {
  .staff__item {
    flex-direction: row;
    border-radius: 0.2083333333vw;
    padding: 1.0416666667vw;
    gap: 1.0416666667vw;
    width: 37.5vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .staff__item {
    border-radius: 3px;
    padding: 15px;
    gap: 15px;
    width: 540px;
    border-width: 1px;
  }
}
.staff__img {
  width: 51.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff__img {
    flex-shrink: 0;
    width: 13.3333333333vw;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .staff__img {
    width: 192px;
  }
}
.staff__img img {
  width: 100%;
  height: auto;
}
.staff__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff__container {
    width: 21.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .staff__container {
    width: 303px;
  }
}
.staff__title {
  margin-bottom: 4vw;
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0.8em;
}
.staff__title::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  background-color: #3C3C3C;
  width: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .staff__title::before {
    width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .staff__title::before {
    width: 5px;
  }
}
.staff__title {
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .staff__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .staff__title {
    margin-bottom: 15px;
  }
}
.staff__text {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .staff__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}