.staff_top {
  width: 100%;
  height: 300px;
  position: relative;
  background-position: top left;
  background-size: cover;
  margin-bottom: 50px;
  background-position: center top;
}

.top_imgC {
  background-image: url("../image/ALL-BW.jpg");
  background-image: url("../staff_info/image/cttl_head_staff.jpg");
  color: white;
}


.staff_wrap {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 50px;
  flex-wrap: wrap;
  background-color: rgb(241, 241, 241);
  padding: 20px 0;
  border-radius: 10px;

  h2 {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 10px;
    color: rgb(32, 32, 32);
  }
}

.staff {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
  background-color: white;
  border-radius: 10px;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: calc(50% - 100px);
  min-width: 270px;

  @media (max-width: 767px) {
    margin-right: -20px;
  }
}

.staff_img {
  margin-left: -50px;
  min-width: 180px;
  flex-grow: 0;
  position: relative;

  img {
    width: 100%;
    border-radius: 10px;
  }

}

.job {
  position: absolute;
  top: 10px;
  left: 10px;

  padding: 5px 10px;
  border-radius: 7px;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;

}

.staff_name {
  min-height: 50px;
  font-weight: 900;
  font-size: 40px;
  color: rgb(32, 32, 32);
}

.staff_info {
  flex-grow: 1;
  margin-left: 10px;

  @media (max-width: 767px) {
    margin-left: 5px;
  }
}

.staff_info ul {
  text-decoration: none;
  list-style: none;
  padding-left: 10px;
  margin: 0;
  width: 100%;
}

.staff_old,
.staff_hobby,
.staff_word {
  min-height: 80px;
  border-left: none;
}

.title {
  padding: 5px 10px 2px 5px;
  border-radius: 5px 5px 0 0;
  background-color: rgb(63, 63, 63);
  display: inline-block;
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  ;
}

.text {
  border-top: 2px solid rgb(63, 63, 63);
  padding-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;

}
