.p_staff {
  margin-top: 4rem;
  padding: 7rem 0 9rem;
  background-color: #fffcf0;
}

.p_staff_list_item {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding-right: 1rem;
  margin-bottom: 4rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 480px) {
  .p_staff_list_item {
    flex-direction: column;
    padding: 2rem 0 0;
  }
}

.p_staff_list_item:last-of-type {
  margin-bottom: 0;
}

.p_staff_list_item::before {
  content: "";
  background-image: url(../img/p_staff_ashirai.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5rem;
  height: 11.5rem;
  position: absolute;
  top: -2rem;
  left: -4rem;
}

@media screen and (max-width: 480px) {
  .p_staff_list_item::before {
    width: 10rem;
    height: 10rem;
    top: -2rem;
    left: 0;
  }
}

.p_staff_list_image {
  width: 27.3%;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .p_staff_list_image {
    width: 24rem;
  }
}

.p_staff_list_content {
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .p_staff_list_content {
    padding: 2rem;
  }
}

.p_staff_list_position {
  color: #ff8612;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .p_staff_list_position {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

.p_staff_list_name {
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #ff8612;
  margin-bottom: 1.5rem;
}

.p_staff_list_name span {
  display: block;
}

.p_staff_list_name__ja {
  color: #fff;
  background-color: #ff8612;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  padding: 0.1rem 1.5rem;
}

@media screen and (max-width: 480px) {
  .p_staff_list_name__ja {
    font-size: 2rem;
  }
}

.p_staff_list_name__en {
  color: #ff8612;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  padding: 0 1.2rem 0.5rem;
}

@media screen and (max-width: 480px) {
  .p_staff_list_name__en {
    font-size: 1.2rem;
  }
}

.p_staff_list_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1rem;
  padding-left: 0.35rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  .p_staff_list_data {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0.35rem;
  }
}

.p_staff_list_data_item {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding-left: 1.3rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  .p_staff_list_data_item {
    padding-left: 1rem;
  }
}

.p_staff_list_data_item label {
  position: relative;
}

.p_staff_list_data_item label::before {
  content: "";
  display: block;
  background-color: #ff602f;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
}

.p_staff_list_message {
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 3rem;
}

.p_staff_list_image_name {
  width: 16rem;
  position: absolute;
  top: 1rem;
  right: -1rem;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  .p_staff_list_image_name {
    width: 10rem;
  }
}
