.container {
  animation: none;
  opacity: 1;
}

.l-wrap {
  padding: 0 7vw;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.ttlarea {
  margin-bottom: 50px;
}
.ttlarea__main {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.staff__list {
  padding-left: 30px;
}
.staff__item {
  width: 50%;
  display: flex;
  margin-bottom: 45px;
  padding: 6px;
  padding-left: 40px;
  padding-right: 20px;
  border-left: solid 1px #333;
}
.staff__left {
  width: 110px;
  margin-right: 40px;
}
.staff__left .img {
  width: 93px;
  height: 127px;
  background-color: #333333;
}
.staff__position {
  margin-bottom: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}
.staff__name {
  font-weight: 300;
  letter-spacing: 2px;
}
.staff__right .head {
  margin-bottom: 21px;
}
.staff__right .body li {
  display: flex;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.staff__right .body li h3 {
  font-weight: 300;
  width: 130px;
  font-size: 12px;
}
.staff__right .body li p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .staff__list {
    padding-left: 0;
  }
  .staff__item {
    width: 100%;
    display: block;
    margin-bottom: 45px;
    padding-left: 20px;
  }
  .staff__left {
    width: auto;
    margin: 0 0 20px;
  }
  .staff__right .body li {
    display: block;
  }
}
/*# sourceMappingURL=staff.css.map */