.staffBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.staffBox .staffImgBox {
  width: 61.8%;
  height: auto;
  max-width: 276px;
  position: relative;
  margin-right: 45px;
}

.staffBox .staffImgBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -25px;
  display: block;
  width: 90%;
  height: 90%;
  background-color: #d3ceca;
  z-index: -50;
}

.staffBox .staffImgBox::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
}

.staffBox .staffImgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}

.staffBox .staffImgBox img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.staffBox .staffTxtBox {
  padding-top: 26px;
  padding-bottom: 11px;
  width: 46%;
}

.staffBox .staffTxtBox .position {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  letter-spacing: 0.1em;
}

.staffBox .staffTxtBox .name-en {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.62em;
}

.staffBox .staffTxtBox .name-ja {
  font-size: 12px;
  color: #5f5a4b;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

/*.staffBox .staffTxtBox .introduction {
  font-size: 12px;
  color: #5f594b;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-top: 6em;
  text-align: justify;
}
*/.staffBox .staffTxtBox .introduction {
  font-size: 13px;
  color: #878787;
  text-align: center;
  margin-top: 1.6em;
  line-height: 2.6;
}

.ownerArea {
  max-width: 1180px;
  margin: 0 auto;
}

.ownerArea .staffBox .staffTxtBox {
  width: 70%;
	margin: 0 auto;
}

.staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 120px;
  padding-bottom: 90px;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.staff_list .staffBox {
  clear: both;
  width: 45%;
  /* 510/1128 */
  position: relative;
  min-height: 296px;
}

.staff_list .staffBox:nth-child(n + 3) {
  margin-top: 73px;
}

.staff_list .staffBox:nth-child(even) {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  margin-left: 8%;
  /* 94/1128 */
}

/* // MARK : maxW 1200px */
@media screen and (max-width: 1200px) {
  .staffBox .staffImgBox {
    width: 46.8%;
    max-width: 230px;
    margin-right: 33px;
  }
  .staffBox .staffTxtBox .name-en {
    font-size: 20px;
  }
  .staffBox .staffTxtBox .introduction {
    margin-top: 2em;
  }
  .staff_list .staffBox {
    min-height: 210px;
  }
}

/* // MARK : maxW 1000px */
@media screen and (max-width: 1000px) {
  .staff_list {
    margin-top: 50px;
  }
  .staff_list .staffBox {
    width: 100%;
  }
  .staff_list .staffBox:nth-child(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
  .staff_list .staffBox:nth-child(n + 3) {
    margin-top: 0;
  }
  .staff_list .staffBox:not(:first-child) {
    margin-top: 45px;
  }
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  .staff_list {
    margin-top: 100px;
  }
  .staffBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staffBox .staffImgBox {
    width: 61.8%;
    margin: 0 auto;
  }
  .staffBox .staffTxtBox,
  .ownerArea .staffBox .staffTxtBox {
    width: 100%;
  }
  .staffBox .staffTxtBox .position,
  .staffBox .staffTxtBox .name-en,
  .staffBox .staffTxtBox .name-ja,
  .staffBox .staffTxtBox .introduction {
    text-align: center;
  }
  .staffBox .staffTxtBox .introduction {
    margin-top: 1.6em;
  }
  .ownerArea .staffBox .staffTxtBox .introduction {
    text-align: justify;
  }
  .staffBox .staffTxtBox {
    padding-top: 11px;
  }
  .staffBox .staffTxtBox .name-ja {
    margin-top: 0.8em;
  }
}
/*# sourceMappingURL=staff.css.map */