/*****************************

staff archive CSS

*****************************/
#main.archive {
  padding-bottom: 0;
}
.staff_list {
  width: 100%;
  padding-bottom: 140px;
  position: relative;
  margin: 0 auto;
}
.staff_list::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 30%;
  height: 0;
  background-image: url("../../img/recruit/staff_pg_bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.staff_list .inner {
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.staff_list .staff_block {
  position: relative;
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 50px;
}
.staff_list .staff_block .bg-image {
  padding-top: 120%;
  width: 100%;
}
.staff_list .staff_block:nth-of-type(3n) {
  margin-right: 0;
}
@media all and (min-width: 901px) {
  .staff_list .staff_block:hover {
    opacity: 0.7;
  }
}
.staff_list .sli_prof {
  width: 80%;
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin: auto;
  background-color: rgba(0, 44, 118, 0.9);
  padding: 5% 5%;
}

.staff_list .sli_prof * {
  color: #fff;
}
.staff_list .position {
  font-size: 1.6rem;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.staff_list .name {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.2em 0 0.5em;
  letter-spacing: 0.1em;
}
.staff_list .joined {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.staff_list .c-btn {
  width: 110px;
  position: absolute;
  right: -30px;
  bottom: 5%;
  margin: auto;
  font-size: 1.1rem;
}
@media all and (max-width: 1100px) {
  .staff_list .c-btn {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .staff_list .position {
    font-size: 1.4rem;
  }
  .staff_list .name {
    font-size: 2rem;
    line-height: 1;
    padding: 0.2em 0 0.5em;
  }
}
@media all and (max-width: 600px) {
  .staff_list .staff_block {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .staff_list .staff_block:nth-of-type(3n) {
    margin-right: 20px;
  }
  .staff_list .staff_block:nth-of-type(2n) {
    margin-right: 0;
  }
  .staff_list .staff_block .bg-image {
    padding-top: 100%;
  }
  .staff_list .sli_prof {
    width: 100%;
    position: static;
  }
}

/* archive pagination
-------------------------------------- */
.pagination {
  padding-top: 20px;
  width: 100%;
}
.pagination_inner {
  /* width: calc(100% - 300px); */
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
