@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
.instructors {
  max-width: 100%;
  padding: 0 5vw 200px;
  width: 100%; }
  .instructors .instructorsList {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px; }
    .instructors .instructorsList li {
      font-family: "BIZ UDPMincho", serif;
      width: 30%; }
      .instructors .instructorsList li a {
        display: block;
        text-decoration: none;
        transition: 0.2s; }
        .instructors .instructorsList li a .imgBox {
          margin-bottom: 20px;
          overflow: hidden;
          position: relative; }
          .instructors .instructorsList li a .imgBox img {
            transition: 0.6s; }
        .instructors .instructorsList li a .nameBox .en {
          display: block;
          font-family: "Cardo", serif;
          font-size: 1.6875rem;
          line-height: 1.6;
          text-transform: uppercase; }
        .instructors .instructorsList li a .nameBox .ja {
          display: block;
          font-size: 0.6875rem; }
        .instructors .instructorsList li a .vm {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          font-family: "Cardo", serif;
          font-size: 0.8125rem;
          line-height: 1;
          font-weight: 400;
          letter-spacing: 0;
          padding-top: 12px; }
          .instructors .instructorsList li a .vm:before {
            background: #dddfc5;
            content: '';
            display: inline-block;
            margin-right: 8px;
            height: 1px;
            width: 20px;
            transition: 0.4s; }
        .instructors .instructorsList li a:hover {
          color: #FFF; }
          .instructors .instructorsList li a:hover .imgBox img {
            transform: scale(1.05); }
          .instructors .instructorsList li a:hover .vm {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-family: "Cardo", serif;
            font-size: 0.8125rem;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0;
            padding-top: 12px; }
            .instructors .instructorsList li a:hover .vm:before {
              width: 30px; }

@media only screen and (max-width: 768px) {
  .instructors {
    padding: 0 7.5vw 40px; }
    .instructors .instructorsList {
      display: block;
      margin: 0; }
      .instructors .instructorsList li {
        margin-bottom: 48px;
        width: 100%; }
        .instructors .instructorsList li .imgBox {
          margin-bottom: 20px; }
        .instructors .instructorsList li .nameBox {
          margin-bottom: 20px;
          z-index: 2; }
          .instructors .instructorsList li .nameBox .en {
            font-size: 28px; }
          .instructors .instructorsList li .nameBox .ja {
            font-size: 13px;
            margin-top: 3px; } }
/* Modal */
.modaal-overlay {
  background: #1E3025 !important; }

.modaal-container {
  background: #2C4134 !important;
  border-radius: 0 !important;
  max-width: 1240px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modaal-content-container {
  padding: 6% !important; }

.speakerModal {
  color: #DDDFC5;
  display: flex;
  justify-content: space-between;
  font-feature-settings: "palt";
  /*
  .inline_close {
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  color: #000;
  content: '+';
  display: flex;
  justify-content: center;
  align-items: center;
  @include fs(20);
  line-height: 1;
  padding-bottom: 2px;
  text-decoration: none;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 30px;
  right:30px;
  transition: all 0.4s ease;
  &:hover {
  background: #000;
  color: #FFF;
  }
  		}
  		*/ }
  .speakerModal .img {
    text-align: center;
    width: 42%; }
  .speakerModal .data {
    width: 51%; }
    .speakerModal .data .nameBox .en {
      display: block;
      font-family: "Cardo", serif;
      font-size: 2.5rem;
      line-height: 1.6;
      text-transform: uppercase; }
    .speakerModal .data .nameBox .ja {
      color: #7E8976;
      display: block;
      font-family: "BIZ UDPMincho", serif;
      font-size: 1.5625rem;
      line-height: 1; }
    .speakerModal .data dl {
      color: #7E8976; }
      .speakerModal .data dl dt {
        display: flex;
        align-items: center;
        font-family: "BIZ UDPMincho", serif;
        font-size: 1.25rem;
        padding-top: 28px; }
        .speakerModal .data dl dt:before {
          background: #9D9F84;
          content: '';
          display: inline-block;
          margin-right: 8px;
          height: 1px;
          width: 20px;
          transition: 0.4s; }
      .speakerModal .data dl dd {
        font-size: 1rem;
        padding-top: 12px; }

.modaal-wrapper .modaal-close {
  border: 1px solid #DDDFC5 !important;
  border-radius: 0 !important;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0 !important; }

.modaal-wrapper .modaal-close::after,
.modaal-wrapper .modaal-close::before {
  background: #DDDFC5;
  top: 12px;
  left: 20px;
  width: 1px;
  height: 22px;
  border-radius: 0; }

.modaal-wrapper .modaal-close:hover {
  border: 1px solid #FFF !important;
  background: none !important; }
  .modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:hover:before {
    background: #FFF !important; }

@media only screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 40px 5vw 20px; }

  .modaal-container {
    max-width: 100% !important; }

  .modaal-content-container {
    padding: 5vw 5vw 70px !important; }

  .speakerModal {
    display: block; }
    .speakerModal .img {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
      height: 60vw;
      padding-bottom: 12px;
      text-align: left;
      width: 100%; }
      .speakerModal .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .speakerModal .data {
      margin-bottom: 0;
      padding-right: 0;
      width: 100%; }
      .speakerModal .data .nameBox .en {
        font-size: 26px;
        line-height: 1.4; }
      .speakerModal .data .nameBox .ja {
        font-size: 13px;
        margin-top: 3px; }
      .speakerModal .data dl dt {
        font-size: 15px;
        padding-top: 20px; }
        .speakerModal .data dl dt:before {
          background: #9D9F84;
          content: '';
          display: inline-block;
          margin-right: 8px;
          height: 1px;
          width: 20px;
          transition: 0.4s; }
      .speakerModal .data dl dd {
        font-size: 11px;
        padding-top: 8px; }
    .speakerModal .inline_close {
      height: 32px;
      width: 32px;
      top: 12px;
      right: 12px; }

  .topicsModal {
    display: block;
    /*
    .inline_close {
    height: 32px;
    width: 32px;
    top: 12px;
    right:12px;
    		}
    		*/ }
    .topicsModal .img {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px;
      text-align: left;
      width: 100%; }
      .topicsModal .img .company {
        font-size: 13px;
        width: 55%; }
      .topicsModal .img .name {
        font-size: 16px; }
    .topicsModal .data {
      margin-bottom: 20px;
      padding-right: 0;
      width: 100%; }
      .topicsModal .data h2 {
        font-size: 18px;
        margin-bottom: 12px; }
      .topicsModal .data p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.6; }
      .topicsModal .data .dBtn a {
        min-height: 44px;
        min-width: 100%;
        padding: 4px 20px; }
      .topicsModal .data .dBtn2 {
        margin-top: 24px; }
        .topicsModal .data .dBtn2:last-child {
          margin-top: 10px; }
        .topicsModal .data .dBtn2 a {
          min-height: 44px;
          min-width: 100%;
          padding: 8px 20px; }

  .modaal-wrapper .modaal-close {
    height: 32px;
    width: 32px;
    right: auto;
    top: auto;
    left: calc(50% - 16px);
    bottom: 5vw; }

  .modaal-wrapper .modaal-close::after,
  .modaal-wrapper .modaal-close::before {
    top: 6px;
    left: 15px;
    width: 1px;
    height: 18px;
    border-radius: 0; }

  .modaal-wrapper .modaal-close:hover {
    background: #000 !important; }
    .modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:hover:before {
      background: #FFF; } }
/* Mouse Stalker */
@media only screen and (min-width: 768px) {
  #mouse-stalker {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Cardo", serif;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    position: fixed;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    transform: translate(0, 0);
    transition-timing-function: ease-out;
    z-index: 999; }
    #mouse-stalker span {
      color: #FFF;
      opacity: 0; }
    #mouse-stalker.is_active {
      top: -40px;
      left: -40px;
      width: 100px;
      height: 100px;
      transition: 0.2s;
      background: rgba(155, 195, 91, 0.8); }
      #mouse-stalker.is_active span {
        transition: 0.4s;
        opacity: 1; } }
