@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .staff_list .inner {
    padding: 0 2.6666vw;
    margin: 0 auto;
  }
  .staff_list .section_header {
    margin-bottom: 6.4vw;
  }
  .staff_list .read {
    margin: 0 0 6.9333vw 0;
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .staff_list h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 300;
    background: #3F3F41;
    padding: 4.2666vw 2.6666vw;
    color: #ffffff;
    margin: 0 0 5.3333vw 0;
  }
  .staff_list .es-list-wrapper.type-embed {
    padding: 0 !important;
  }
  /* .staff_list .department_container, */
  .staff_list .es-list-wrapper.type-embed .es-list-items {
    margin-bottom: 10.6667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 5.3333vw;
  }
  .staff_list .es-list-wrapper.type-embed .es-list-item {
    width: 100%;
    margin-left: 0 !important;
  }
  /* .staff_list .department_container:not(:last-child) {
    margin-bottom: 10.6666vw;
  } */
  .staff_list .department_container .box {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .staff_list .department_container .photo,
  .staff_list .es-list-items .thumb {
    width: 100%;
    height: 58.6666vw;
  }
  .staff_list .es-list-items .thumb .es-image {
    height: 100%;
  }
  .staff_list .department_container .photo img,
  .staff_list .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_list .department_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 1.8666vw;
  }
  .staff_list .department_container .name,
  .staff_list .es-list-wrapper.type-embed .es-list-content {
    background: #64615B;
    color: #ffffff;
    padding: 2.6666vw;
    font-size: 3.7333vw;
    text-align: center;
  }
  .staff_list .es-list-wrapper.type-embed .es-list-content .wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 3.7333vw !important;
  }
  .staff_list .department_container .name .ja {
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    margin-bottom: 7px;
  }
  .staff_list .department_container .name .en {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .staff_list .inner {
    margin: 0 auto;
  }
  .staff_list .section_header {
    margin-bottom: 36px;
  }
  .staff_list .read {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 32px;
  }
  .staff_list h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    background: #3F3F41;
    padding: 18px 20px;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
  .staff_list .es-list-wrapper.type-embed {
    padding: 0 !important;
  }
  /* .staff_list .department_container, */
  .staff_list .es-list-wrapper.type-embed .es-list-items {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .staff_list .es-list-wrapper.type-embed .es-list-item {
    width: 100%;
    margin: 0;
  }
  .staff_list .es-list-wrapper.type-embed .es-list-item:nth-child(2n) {
    margin-left: 0 !important;
  }
  /* .staff_list .department_container:not(:last-child) {
    margin-bottom: 50px;
  } */
  .staff_list .department_container .box {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .staff_list .department_container .photo,
  .staff_list .es-list-items .thumb {
    width: 100%;
    height: 300px;
  }
  .staff_list .es-list-items .thumb .es-image {
    height: 100%;
  }
  .staff_list .department_container .photo img,
  .staff_list .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_list .department_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 7px;
  }
  .staff_list .department_container .name,
  .staff_list .es-list-wrapper.type-embed .es-list-content {
    background: #64615B;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
  }
  .staff_list .es-list-wrapper.type-embed .es-list-content .wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 18px !important;
  }
  .staff_list .department_container .name .ja {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .staff_list .department_container .name .en {
    font-size: 14px;
    line-height: 14px;
  }
}/*# sourceMappingURL=staff.css.map */