@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .staff_detail .inner {
    padding: 0 2.6666vw;
    margin: 0 auto;
  }
  .staff_detail .section_header {
    margin-bottom: 6.4vw;
  }
  .staff_detail 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_detail .profile_container,
  .staff_detail .es-list-items {
    margin-bottom: 5.8666vw;
  }
  .staff_detail .es-list-wrapper {
    padding: 0 !important;
  }
  .staff_detail .es-list-item {
    width: 100%;
    margin: 0 !important;
  }
  .staff_detail .profile_container .photo_box {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 8vw;
  }
  .staff_detail .profile_container .photo,
  .staff_detail .es-list-items .thumb {
    width: 100%;
    height: 96vw;
  }
  .staff_detail .es-list-items .thumb .es-image {
    height: 100%;
  }
  .staff_detail .profile_container .photo img,
  .staff_detail .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_detail .profile_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 1.8666vw;
  }
  .staff_detail .profile_container .name,
  .staff_detail .es-list-item .es-list-content {
    background: #64615B;
    color: #ffffff;
    padding: 2.6666vw;
    text-align: center;
  }
  .staff_detail .es-list-item .es-list-content .wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 3.7333vw !important;
  }
  .staff_detail .profile_container .name .ja {
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    margin-bottom: 7px;
  }
  .staff_detail .profile_container .name .en {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .staff_detail .profile_container .data_box h4 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    margin-bottom: 2vw;
    font-weight: 600;
  }
  .staff_detail .profile_container .data_box table {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-collapse: collapse;
    border-left: none;
    margin-bottom: 4.8vw;
  }
  .staff_detail .profile_container .data_box table th {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    padding: 3.5999vw 0 0 0;
    margin-bottom: 1.8666vw;
    border: none;
  }
  .staff_detail .profile_container .data_box table td {
    display: block;
    font-size: 3.7333vw;
    line-height: 6.4vw;
    padding: 0 0 4.3999vw 0;
    border: none;
    border-bottom: 1px dashed #707070;
  }
  .staff_detail .profile_container .data_box table tr:last-child td {
    border-bottom: none;
  }
  .staff_detail .profile_container .text {
    grid-area: text;
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .staff_detail .profile_container .text p {
    margin: 0 0 6.9333vw 0;
  }
  .staff_detail .profile_container .text p:last-child {
    margin-bottom: 0;
  }
  .staff_detail .department_container,
  .staff_detail .es-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 5.3333vw;
    margin-bottom: 8vw;
  }
  .staff_detail .department_container .box,
  .staff_detail .es-list-items .box {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .staff_detail .department_container .photo,
  .staff_detail .es-list-items .thumb {
    width: 100%;
    height: 58.6666vw;
  }
  .staff_detail .department_container .photo img,
  .staff_detail .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_detail .department_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 1.8666vw;
  }
  .staff_detail .department_container .name,
  .staff_detail .es-list-items h3 {
    background: #64615B;
    color: #ffffff;
    padding: 2.6666vw;
    text-align: center;
  }
  .staff_detail .department_container .name .ja {
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    margin-bottom: 7px;
  }
  .staff_detail .department_container .name .en {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .staff_detail .other_department {
    position: relative;
    cursor: pointer;
    margin-bottom: 1.3333vw;
  }
  .staff_detail .other_department::after {
    content: "";
    width: 2.6666vw;
    height: 2.6666vw;
    border-left: 0.5333vw solid #ffffff;
    border-bottom: 0.5333vw solid #ffffff;
    display: block;
    position: absolute;
    top: -1.8666vw;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    transform: rotate(-45deg);
  }
  .staff_detail .other_department.open::after {
    transform: rotate(135deg);
    top: 1.8666vw;
  }
  .staff_detail .other_department .es-list-wrapper {
    padding: 0 !important;
  }
  .staff_detail .ac-contents {
    display: none;
  }
  .staff_detail .ac-contents:not(:last-child) {
    margin-bottom: 4vw;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .staff_detail .inner {
    margin: 0 auto;
  }
  .staff_detail .section_header {
    margin-bottom: 36px;
  }
  .staff_detail h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    background: #3F3F41;
    padding: 18px 20px;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
  .staff_detail .profile_container {
    display: grid;
    grid-template-columns: 500px 470px;
    grid-template-areas: "photo data" "text text";
    gap: 30px;
    padding-bottom: 54px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
  }
  .staff_detail .es-list-wrapper {
    padding: 0 !important;
  }
  .staff_detail .es-list-item {
    width: 100%;
    margin: 0 !important;
  }
  .staff_detail .profile_container .photo_box {
    grid-area: photo;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .staff_detail .profile_container .photo,
  .staff_detail .es-list-items .thumb {
    width: 100%;
    height: 500px;
  }
  .staff_detail .es-list-items .thumb .es-image {
    height: 100%;
  }
  .staff_detail .profile_container .photo img,
  .staff_detail .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_detail .profile_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 7px;
  }
  .staff_detail .profile_container .name,
  .staff_detail .es-list-item .es-list-content {
    background: #64615B;
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }
  .staff_detail .es-list-item .es-list-content .wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 18px !important;
  }
  .staff_detail .profile_container .name .ja {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .staff_detail .profile_container .name .en {
    font-size: 14px;
    line-height: 14px;
  }
  .staff_detail .profile_container .data_box {
    grid-area: data;
  }
  .staff_detail .profile_container .data_box h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .staff_detail .profile_container .data_box table {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-collapse: collapse;
  }
  .staff_detail .profile_container .data_box table th {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 26px 39px;
    white-space: nowrap;
    background: #EEEBE2;
    border-bottom: 1px dashed #707070;
  }
  .staff_detail .profile_container .data_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 18px;
    border-right: none !important;
    border-bottom: 1px dashed #707070;
  }
  .staff_detail .profile_container .text {
    grid-area: text;
    font-size: 16px;
    line-height: 30px;
  }
  .staff_detail .profile_container .text p {
    margin: 0 0 30px 0;
  }
  .staff_detail .profile_container .text p:last-child {
    margin-bottom: 0;
  }
  .staff_detail .department_container,
  .staff_detail .es-list-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .staff_detail .department_container:not(:last-child),
  .staff_detail .es-list-items {
    margin-bottom: 50px;
  }
  .staff_detail .department_container .box,
  .staff_detail .es-list-items .box {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .staff_detail .department_container .photo,
  .staff_detail .es-list-items .thumb {
    width: 100%;
    height: 300px;
  }
  .staff_detail .es-list-items .thumb .es-image {
    height: 100%;
  }
  .staff_detail .department_container .photo img,
  .staff_detail .es-list-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff_detail .department_container .lisence {
    text-align: center;
    background: #3F3F41;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 7px;
  }
  .staff_detail .department_container .name,
  .staff_detail .es-list-items h3 {
    background: #64615B;
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }
  .staff_detail .department_container .name .ja {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .staff_detail .department_container .name .en {
    font-size: 14px;
    line-height: 14px;
  }
  .staff_detail .other_department {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .staff_detail .other_department::after {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    display: block;
    position: absolute;
    top: -7px;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transform: rotate(-45deg);
  }
  .staff_detail .other_department.open::after {
    transform: rotate(135deg);
    top: 10px;
  }
  .staff_detail .other_department .es-list-wrapper {
    padding: 0 !important;
  }
  .staff_detail .ac-contents {
    display: none;
  }
  .staff_detail .ac-contents:not(:last-child) {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=staff-detail.css.map */