.hero {
  margin-top: 200px;
}
.staff-list::before{
  content:'';
  display: block;
  background-image: url(../img/staff-list-top.png);
  min-height: 250px;
  width: 95%;
  margin: -250px auto 0;
  background-size: contain;
  background-position: center bottom;
}
.staff-list::after{
  content:'';
  display: block;
  background-image: url(../img/staff-list-btm.png);
  min-height: 250px;
  width: 95%;
  background-size: contain;
  margin: 0 auto -280px;
  background-position: center top;
}
.staff-list {
  margin: 300px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 50px 0; */
  background-image:url(../img/staff-list-right.png), url(../img/staff-list-left.png);
  background-position:right 300px,left 300px;
  background-repeat: repeat-y;
}

.staff-item {
  padding: 0 20px 50px;
  width: 50%;
  text-align: center;
  /* background-image: url(../img/staff_list_bg.png);
  background-size: contain;
  background-position: center ; */
  margin-top: 20px;
  /* min-height: 750px; */
}

.staff-item:last-child {
  padding-top: 100px;
  background-image: initial;
}

.staff-item h3 {
  margin-top: 10px;
  padding-bottom: 25px;
  font-size: 22px;
  color: #007562;
  background-image: url(../img/staff_h3_bg.png);
  background-position: center;
}

.staff-item p,
.staff-item li {
  text-align: left;
  font-size: 14px;
}

.staff-item .top {
  padding-top: 20px;
}

.staff-item .bottom {
  padding-bottom: 20px;
}

.staff-item p,
.staff-item ul {
  max-width: 275px;
  margin: 0 auto;
}

.staff-item figure img {
  max-width: 200px;
}

.staff-txt {
  padding: 0 10%;
}

/* @media (max-width: 1100px){
  .staff-txt{
    padding-bottom: 8%;
  }
  .staff-item{
    width: 100%;
  } 
}
*/
@media (max-width: 840px) {

  .staff-txt {
    padding: 0;
  }

  .staff-list {
    background-image: none;
  }
  .staff-item {
    width: 100%;
    background-image: initial;
    margin-top: 0;
    margin-bottom: 50px;
    min-height: initial;
  }

  .staff-item p,
  .staff-item ul {
    max-width: initial;
  }

  .staff-item p .sp-none {
    display: none;
  }
}

@media (max-width: 428px) {
  .hero {
    margin-top: 80px;
  }

  .hero .circle1,
  .hero .circle2 {
    height: 300px;
  }
  .staff-list{
    margin-top: 150px;
  }
  .staff-item {
    padding: 0;
  }

  .staff-item h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    background-position: bottom;
  }

}

@media (max-width: 840px) {
  .hero {
    height: initial;
  }

  /* .hero{
    margin-top: 100px;
    position: relative;
    top: 0;
    left: 0;
  }
  .hero .hero-left{
    position:absolute;
    top: 0;
    left: 0;
  }
  .hero .hero-img{
    position:absolute;
    bottom: 100px;
    right: 0;
    max-width: 150px;
  } */
}