.staff {
  border-bottom: 2px solid #c1e7e7;
  margin-top: 45px;
}
.staff_box {
  background-attachment: fixed;
  background-image: url(/wp-content/themes/fabiniku/assets/img/staff/staff_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  margin-bottom: 150px;
  margin-top: 127px;
  position: relative;
  width: 100%;
}
.container_staff {
  background: #d8f0f0;
  background-color: #fffff;
  border: 10px solid white;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0 5px 1rem;
  left: 50%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 824px;
}
.staff_content_title {
  font-family: 'Righteous', cursive;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.staff_content {
  margin-bottom: 50px;
}
.staff_content:last-of-type {
  margin-bottom: 0;
}
.staff_content_desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.staff_content_desc:last-child {
  margin-bottom: 0;
}
.staff_content_desc dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: right;
  width: calc(50% - 8px);
}
.staff_content_desc dd {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  width: calc(50% - 8px);
}
.staff_content_casts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 270px;
}
.staff_content_casts .cast {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-left: 16px;
}
.staff_content_casts .cast:nth-child(3n + 1) {
  margin-left: 0;
}
.staff_content_casts .cast:nth-child(n + 4) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 40px;
  }
  .staff_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    margin-top: 130px;
    position: relative;
    width: 100%;
  }
  .container_staff {
    border: 5px solid white;
    max-width: inherit;
    padding-bottom: 40px;
    padding-top: 25px;
    width: calc(100% - 50px);
  }
  .staff_content_title {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 17px;
  }
  .staff_content {
    margin: 0 auto 30px;
    max-width: 286px;
    width: 100%;
  }
  .staff_content_desc {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .staff_content_desc dt {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 16px;
    text-align: left;
    width: inherit;
  }
  .staff_content_desc dd {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    width: inherit;
  }
  .staff_content_casts {
    max-width: 220px;
  }
  .staff_content_casts .cast {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .staff_content_mainlist {
    padding: 0 0;
  }
  .staff_content_casts .cast:nth-child(n + 4) {
    margin-top: 0;
  }
}
