@charset "UTF-8";
.category {
  margin-bottom: 30px;
}
.category .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category .staff_list a.modal_open {
  width: 300px;
  cursor: pointer;
  margin: 20px 20px 0 0;
  padding: 10px;
  background: #e0f2f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.category .staff_list a.modal_open:nth-child(3n) {
  margin-right: 0;
}
.category .staff_list a.modal_open:hover {
  background: #CCE9F4;
}
.category .staff_list dl dd img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.category .staff_list dl dt {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #60cbec;
}
.category .staff_list dl dt small {
  font-size: 13px;
}
.category .staff_list dl dt span.comment {
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category .staff_list div.comment {
  width: 580px;
  margin: 100px 0 0 20px;
}
.category .staff_list div.comment h5 {
  color: #60cbec;
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
.category .staff_list div.comment p {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 15px;
}
.category .group_photo {
  margin: 20px auto;
  width: 640px;
  text-align: center;
  background: #e0f2f7;
  padding: 10px;
}
.category .group_photo img {
  width: 100%;
  height: auto;
}
.category .group_photo span {
  display: block;
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #60cbec;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19998;
}
.modal .modal_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 150vh;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 19999;
}
.modal .modal_content {
  margin: auto;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 760px;
  height: 430px;
  z-index: 20000;
}
.modal .modal_content span.modal_close {
  display: block;
  font-weight: normal;
  color: #60cbec;
  font-size: 40px;
  line-height: 42px;
  margin: 30px auto 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.modal .modal_content span.modal_close:hover {
  background: #60cbec;
  border: 1px solid #60cbec;
  color: #FFFFFF;
}
.modal .modal_content .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal_content .profile .photo {
  margin-right: 40px;
  width: 290px;
  height: 290px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #f1f1f1;
}
.modal .modal_content .profile .photo img {
  width: 100%;
  height: auto;
}
.modal .modal_content .profile p.tag {
  background: #088FC7;
  color: #FFFFFF;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
}
.modal .modal_content .profile p.name {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  color: #60cbec;
  border-bottom: 1px solid #60cbec;
  padding-bottom: 15px;
}
.modal .modal_content .profile p.name strong {
  font-size: 30px;
}
.modal .modal_content .profile table {
  margin-top: 10px;
  width: 430px;
}
.modal .modal_content .profile table th,
.modal .modal_content .profile table td {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  vertical-align: base;
  line-height: 1.4;
  color: #FFFFFF;
}
.modal .modal_content .profile table th {
  white-space: nowrap;
  width: 110px;
  padding: 5px 10px 5px 0;
}
.modal .modal_content .profile table th span {
  color: #60cbec;
  font-size: 18px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.modal .modal_content p.description {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  color: #FFFFFF;
}

body.dance .category .staff_list a.modal_open {
  background: #fff1f4;
}
body.dance .category .staff_list a.modal_open:hover {
  background: #ffd3dc;
}
body.dance .category .staff_list dl dt {
  border-bottom: 1px solid #ff859f;
}
body.dance .category .staff_list div.comment h5 {
  color: #ff859f;
}
body.dance .category .group_photo {
  background: #fff1f4;
}
body.dance .category .group_photo span {
  border-bottom: 1px solid #ff859f;
}
body.dance .modal .modal_content span.modal_close {
  color: #ff859f;
}
body.dance .modal .modal_content span.modal_close:hover {
  background: #ff859f;
  border: 1px solid #ff859f;
  color: #FFFFFF;
}
body.dance .modal .modal_content .profile p.tag {
  background: rgba(255, 133, 159, 0.9);
}
body.dance .modal .modal_content .profile p.name {
  color: #ff859f;
  border-bottom: 1px solid #ff859f;
}
body.dance .modal .modal_content .profile table th span {
  color: #ff859f;
}
/*# sourceMappingURL=staff.css.map */