@charset "UTF-8";
/* インストラクター紹介 */

.page-instructor .instructor_box {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  height: 23.5em;
  border: 4px solid #0B2C3B;
  background-color: #fff;
}

.page-instructor .instructor_box:hover {
  opacity: inherit !important;
}

.page-instructor .instructor_box_pos {
  margin-top: 2em;
}

.page-instructor .instructor_box_name {
  background-color: #1fb5d7;
  color: #0b2c3b;
}

.page-instructor .instructor_box_img {
  width: 55.85714em;
  height: 23.5em;
}

.instructor_box_name-cap {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 0.8em;
  border-radius: 0.14286em;
  background-color: #0b2c3b;
  color: #d6dbd6;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  vertical-align: text-bottom;
}

.instructor_box-history-txt {
  margin: 1.5em 1.5em 0 1em;
  color: #1197b5;
  font-size: 1em;
}

.instructor_box-history-txt + .instructor_box-history-txt {
  margin-top: 1.5em;
}

.instructor-box-primary {
  z-index: 1;
  position: relative;
  margin-top: -1px;
  padding: 3em 1.5em 4em;
  background-color: #0b2c3b;
}

.instructor-box-primary h3.instructor-box-primary__message {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #444444));
  background: -webkit-linear-gradient(transparent 60%, #444444 60%);
  background: linear-gradient(transparent 60%, #444444 60%);
  color: #c9b715;
  font-size: 1.42857em;
}

.instructor-box-primary__lead {
  color: #fff;
  font-weight: 700;
}

.instructor-box-primary__txt {
  margin-top: 1.5em;
  color: #d6dbd6;
  font-size: 1em;
  line-height: 1.9;
}

.instructor_box-history-txt-list {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

.instructor_box-history-txt-list__term {
  min-width: 5.3em;
  margin-right: 0.5em;
  padding: 0.5em;
  border: 1px solid currentColor;
  line-height: 1;
  text-align: center;
  word-break: keep-all;
}

.instructor_box.-right .instructor_box_pos {
  text-align: right;
}

.instructor_box.-right .instructor_box_name {
  text-align: right;
}

.instructor_box.-right .instructor_box-history {
  text-align: right;
}

.instructor_box.-right .instructor_box-history-txt-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1900px) {
  /* インストラクター紹介 */
}

@media screen and (max-width: 1540px) {
  /* インストラクター紹介 */
}

@media screen and (max-width: 1260px) {
  /* インストラクター紹介 */
}

@media screen and (max-width: 1100px) {
  /* インストラクター紹介 */
}

@media screen and (max-width: 840px) {
  /* インストラクター紹介 */
  .page-instructor .nstructor_box_txtwrap {
    margin-top: 0;
  }
  .page-instructor .instructor_box_pos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
  .page-instructor .instructor_box_name {
    margin-top: 0;
  }
  .page-instructor .instructor_box_img img {
    -o-object-fit: initial;
    height: auto;
    object-fit: initial;
  }
  .instructor_box-history-txt {
    margin: 1em;
  }
  .instructor_box-history-txt + .instructor_box-history-txt {
    margin-top: 1em;
  }
  .instructor_box-history-txt + .instructor_box-history-txt {
    margin-top: 2em !important;
  }
  .instructor_box.-right .instructor_box_pos {
    text-align: left;
  }
  .instructor_box.-right .instructor_box_name {
    text-align: left;
  }
  .instructor_box.-right .instructor_box-history {
    text-align: left;
  }
  .instructor_box.-right .instructor_box-history-txt-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  /* インストラクター紹介 */
  .page-instructor .instructor_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
  }
  .page-instructor .instructor_box_img {
    height: auto;
  }
  .instructor-box-primary {
    font-size: 3.3vw;
  }
  .instructor_box-history-txt-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .instructor_box-history-txt-list__term {
    margin-bottom: .5em;
  }
}
