#staff {
  background-color: #f6f5ee;
  padding-top: 55px;
  padding-bottom: 90px;
}

.staff__itemsWrapper {
  position: relative;
}

.staff__items .slick-track {
  display: flex;
  gap: 166.5px;
}

.staff__item {
  width: 861px !important;
  display: flex !important;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .staff__item {
    width: 335px !important;
    flex-direction: column;
  }
}

.staff__itemImage {
  width: 27.746%;
}
.staff__itemImage img {
  width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .staff__itemImage {
    width: 100%;
  }
}

.staff__itemText {
  width: 65.75%;
  transform: translateX(-14px);
  margin-top: 5px;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .staff__itemText {
    width: 100%;
    transform: translateX(-0px);
  }
}

.staff__itemPosition {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  padding: 0px 11px 0px;
  border-radius: 100px;
}

.staff__itemName {
  border-radius:0 10px 0 0 ;
  display: flex;
  align-items: center;
  background-color: #ec572e;
  margin-top: 5px;
  padding-left: 10px;
  gap: 5px;
  padding-bottom: 1px;
/*   width: 53.5%; */
	display: inline-flex
;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 999px) {
  .staff__itemName {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    margin-top: 10px;
    align-items: center;
  }
}

.staff__itemName h2 {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #f7f7f7;
}

@media screen and (max-width: 999px) {
  .staff__itemName h2 {
    font-size: 18px;
  }
}

.staff__itemName p {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #f7f7f7;
}

@media screen and (max-width: 999px) {
  .staff__itemName p {
    font-size: 14px;
  }
}

.staff__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: left;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  margin-top: 35px;
  padding: 35px 55px 33px 50px;
  position: relative;
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .staff__itemContent {
    margin-top: 40px;
    padding: 50px 20px 20px 20px;
    font-size: 14px;
  }
}

.staff__itemContent::before {
  position: absolute;
  display: block;
  content: "";
  top: -8.1%;
  left: -3.3%;
  width: 64px;
  height: 64px;
  background: url(../img/staff-charm.svg) center center / contain no-repeat;
}

.staff__itemsArrow {
  position: absolute;
  top: 37.4%;
  width: 5%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.staff__itemsArrow:hover {
  opacity: 0.7;
}

.staff__itemsArrow--left {
  left: 10.9%;
}

.staff__itemsArrow--right {
  right: 10.9%;
}
