.page_modal_cast,
.page_modal_cast .wrapper {
  color: #fff;
  background: #13378A;
}
.page_modal_staff,
.page_modal_staff .wrapper {
  color: #000;
  background: #FFF79F;
}

.page_modal_cast img,
.page_modal_staff img {
  width: 100%;
  height: auto;
}

.modal_cast_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px;
}
.modal_cast_wrap.nophoto {
  justify-content: flex-start;
}
.modal_cast_photo_wrap {
  display: flex;
  flex-direction: column;
  width: 44%;
}
.modal_cast_text_wrap {
  width: 52%;
}
.modal_cast_name {
  margin: 0 0 20px;
}
.modal_cast_name_en.cast1 {
  width: 100%;
  margin: 10px 0 0;
}
.modal_cast_name_en.cast2 {
  width: 80%;
  margin: -10% 0 0;
}
.modal_cast_name_en.cast3 {
  width: 83%;
  margin: -5% 0 0 4%;
}
.modal_cast_name_en.cast4 {
  width: 73%;
  margin: -7% 0 0;
}
.modal_cast_name_en.cast5 {
  width: 75%;
  margin: -7% 0 0;
}
.modal_cast_name_en.cast6 {
  width: 80%;
  margin: 6px 0 0;
}
.modal_cast_name_en.cast7 {
  width: 70%;
  margin: -12% 0 0;
}
.modal_cast_name_en.cast8 {
  width: 80%;
  margin: -12% 0 0;
}
.modal_cast_name_en.cast9 {
  width: 75%;
  margin: -5% 0 0;
}
.modal_cast_name_en.cast10 {
  width: 80%;
  margin: -10% 0 0;
}
.modal_cast_name_en.cast11 {
  width: 80%;
  margin: -10% 0 0;
}
.modal_cast_name_en.cast12 {
  width: 82%;
  margin: -4% 0 0;
}
.modal_cast_name_en.cast13 {
  width: 67%;
  margin: -8% 0 0;
}
.modal_cast_name_en.staff1 {
  width: 66%;
  margin: -9% 0 0;
}
.modal_cast_photo_wrap.nophoto {
  width: 22%;
  margin: 0 2% 0 0;
}
.modal_cast_text_wrap.nophoto {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .modal_cast_wrap {
    padding: 30px;
  }
  .modal_cast_photo_wrap {
    width: 100%;
    margin: 0 0 30px;
  }
  .modal_cast_text_wrap {
    width: 100%;
  }
  .modal_cast_photo {
    order: 2;
  }
  .modal_cast_name_en {
    order: 1;
  }
  .modal_cast_name_en.cast1 {
    width: 50%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast2 {
    width: 40%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast3 {
    width: 41.5%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast4 {
    width: 36.5%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast5 {
    width: 37.5%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast6 {
    width: 40%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast7 {
    width: 35%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast8 {
    width: 40%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast9 {
    width: 37.5%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast10 {
    width: 40%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast11 {
    width: 40%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast12 {
    width: 41%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.cast13 {
    width: 33.5%;
    margin: 0 0 20px;
  }
  .modal_cast_name_en.staff1 {
    width: 33%;
    margin: 0 0 20px;
  }
  .modal_cast_photo_wrap.nophoto {
    width: 28%;
    margin: 0 0 30px;
  }
  .modal_cast_text_wrap.nophoto {
    width: 100%;
  }
}
