@font-face {
  font-family: "notoSansJp400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSansJp500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSansJp700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "notoSansKr800";
  src: url("../font/NotoSansKR-ExtraBold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@font-face {
  font-family: "roboto900";
  src: url("../font/Roboto-Black.woff");
}
.lecturer-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #A7E6E6;
}
.lecturer-section:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .lecturer-section {
    padding: 30px 0 0;
  }
  .lecturer-section:before {
    width: 91%;
    top: 500px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section {
    padding: 40px 0 0;
  }
  .lecturer-section:before {
    width: 100%;
    top: 780px;
  }
}

.lecturer-section__headingRow {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lecturer-section__listWrap {
  max-width: 970px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 80px 0 60px;
}

.lecturer-section__total.--left {
  font-size: 14px;
}
.lecturer-section__total.--center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lecturer-section__total.--left {
    margin-top: 120px;
  }
  .lecturer-section__total.--center {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__total.--left {
    max-width: 580px;
    margin: 80px auto 0;
  }
  .lecturer-section__total.--center {
    margin-top: 40px;
  }
}

.lecturer-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .lecturer-section__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__list {
    max-width: 580px;
    margin: 15px auto 0;
  }
}

.lecturer-section__item {
  width: 48%;
  display: none;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.lecturer-section__item:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (min-width: 769px) {
  .lecturer-section__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lecturer-section__item:nth-child(n+3) {
    margin-top: 40px;
  }
  .lecturer-section__item.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lecturer-section__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .lecturer-section__item.is-show {
    display: block;
  }
}

.lecturer-section__thumbWrap {
  position: relative;
  overflow: hidden;
}
.lecturer-section__thumbWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .lecturer-section__thumbWrap {
    width: 175px;
    padding-top: 48%;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__thumbWrap {
    padding-top: 109%;
  }
}

@media screen and (min-width: 769px) {
  .lecturer-section__description {
    width: calc(95% - 175px);
  }
}

.lecturer-section__name {
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #888;
}
@media screen and (min-width: 769px) {
  .lecturer-section__name {
    font-size: 20px;
  }
}

.lecturer-section__label {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lecturer-section__label {
    font-size: 14px;
  }
}
.lecturer-section__label span {
  padding: 0 3px;
  background-color: #A7E6E6;
}

.lecturer-section__mbti {
  margin-top: 5px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lecturer-section__mbti {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__mbti {
    font-size: 14px;
  }
}

.lecturer-section__glass {
  margin-top: 8px;
  background: url("../img/common/icon-glass.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .lecturer-section__glass {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__glass {
    width: 20px;
    height: 20px;
  }
}

.lecturer-section__modalBox {
  max-width: 800px;
  width: calc(100% - 40px);
  position: fixed;
  left: 50%;
  z-index: -11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F1F1EC;
}
.lecturer-section__modalBox.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 11;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .lecturer-section__modalBox {
    top: 50%;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__modalBox {
    max-width: 335px;
    top: 52%;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  }
}
.lecturer-section__modalBox.is-show .lecturer-section__messageWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.lecturer-section__modalContent {
  height: 90vh;
  position: relative;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .lecturer-section__modalContent {
    max-height: 448px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__modalContent {
    max-height: 585px;
  }
}

.lecturer-section__col.--white {
  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;
  background-color: #fff;
}
.lecturer-section__col.--gray {
  overflow: auto;
  background-color: #F1F1EC;
}
@media screen and (min-width: 769px) {
  .lecturer-section__col.--white {
    width: 46%;
  }
  .lecturer-section__col.--gray {
    width: 54%;
    max-height: 448px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__col {
    padding: 20px;
  }
}

.lecturer-section__modalImage {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lecturer-section__modalImage {
    max-width: 288px;
    max-height: 368px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__modalImage {
    max-width: 196px;
    max-height: 250px;
  }
}

.lecturer-section__define.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lecturer-section__define:not(:nth-child(5), :first-child) {
  margin-top: 8px;
}
.lecturer-section__define:nth-child(5) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .lecturer-section__define {
    font-size: 15px;
  }
}

.lecturer-section__defineTitle {
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
.lecturer-section__defineTitle.--small {
  width: 50px;
}

.lecturer-section__defineData.--medium {
  width: calc(100% - 50px);
}
.lecturer-section__defineData.--full {
  margin-top: 15px;
  padding-right: 15px;
  line-height: 1.87;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .lecturer-section__defineData.--full {
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__defineData.--full {
    max-height: 105px;
  }
}

.lecturer-section__close {
  display: block;
  position: absolute;
  z-index: 11;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border-radius: 100px;
  background-color: #F1F1EC;
}
.lecturer-section__close:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #222;
}
.lecturer-section__close:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #222;
}
@media screen and (min-width: 769px) {
  .lecturer-section__close {
    width: 68px;
    height: 68px;
    top: -80px;
    right: 0;
  }
  .lecturer-section__close:before {
    width: 3px;
    height: 18px;
  }
  .lecturer-section__close:after {
    width: 3px;
    height: 18px;
  }
  .lecturer-section__close:hover {
    background-color: #000;
  }
  .lecturer-section__close:hover:before {
    background-color: #fff;
  }
  .lecturer-section__close:hover:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__close {
    width: 34px;
    height: 34px;
    top: -40px;
    right: 0;
  }
  .lecturer-section__close:before {
    width: 2px;
    height: 15px;
  }
  .lecturer-section__close:after {
    width: 2px;
    height: 15px;
  }
}

.lecturer-section__overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}
.lecturer-section__overlay.is-show {
  display: block;
}

.lecturer-section__buttonWrap {
  max-width: 290px;
}
@media screen and (min-width: 769px) {
  .lecturer-section__buttonWrap {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section__buttonWrap {
    margin: 15px auto 0;
  }
}

.lecturer-section__button.is-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .lecturer-section__button {
    font-size: 15px;
  }
}

.lecturer-section-hairMake {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #A7E6E6;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake {
    padding: 30px 0 70px;
  }
  .lecturer-section-hairMake:before {
    content: "";
    width: 91%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #F1F1EB;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake {
    padding: 30px 0 50px;
    background-color: #F1F1EB;
  }
}

.lecturer-section-hairMake__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__inner {
    padding-right: 300px;
  }
}

.lecturer-section-hairMake__description {
  max-width: 630px;
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__description {
    margin: 0 auto;
  }
}

.lecturer-section-hairMake__heading {
  line-height: 1.3;
  font-family: roboto900, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__heading {
    font-size: 48px;
  }
}

.lecturer-section-hairMake__position {
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__position {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__position {
    margin-top: 15px;
    font-size: 14px;
  }
}

.lecturer-section-hairMake__imageWrap {
  max-width: 270px;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__imageWrap {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__imageWrap {
    margin: 25px auto 0;
  }
}

.lecturer-section-hairMake__name {
  margin-top: 10px;
  font-family: notoSansJp700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__name {
    font-size: 31px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__name {
    font-size: 25px;
  }
}

.lecturer-section-hairMake__text {
  line-height: 1.87;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .lecturer-section-hairMake__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-section-hairMake__text {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .lecturer__loop {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .lecturer__loop {
    padding: 50px 0;
  }
}