@charset "UTF-8";
:root {
  --main-color: #FF7600;
  --sub-color: #FFAA60;
  --sub-font: "Zen Maru Gothic", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -------------------------------------------------- */
/* file   : campus_life.css                                  */
/* update : 2022                                      */
/* -------------------------------------------------- */
.teacher {
  padding-bottom: 100px;
}
.teacher .page_h2 {
  margin-bottom: 45px;
}

.teacher_copy {
  font-family: var(--sub-font);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.teacher_text01 {
  margin-bottom: 40px;
  font-family: var(--sub-font);
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
}

.teacher_text02 {
  max-width: 1320px;
  padding: 0px 60px;
  margin: 0 auto 80px;
  line-height: 2;
}

.teacher_wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 60px 115px;
  box-sizing: border-box;
}

.teacher_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 2.6%;
}
.teacher_list li {
  width: 31.6%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 15px;
  background: #FFAA60;
  color: #FFF;
  position: relative;
}
.teacher_list li .txt_wrap {
  padding: 20px 10px 40px;
}
.teacher_list li .txt_wrap .comment {
  font-family: var(--sub-font);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.teacher_list li .txt_wrap .comment p:first-child {
  margin-bottom: 10px;
}
.teacher_list li .txt_wrap .name {
  line-height: 1.3;
}
.teacher_list li .txt_wrap .name span {
  font-size: 12px;
}
.teacher_list li .flag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 17.1%;
}
.teacher_list li.li01 {
  background: #FF889A;
}
.teacher_list li.li02 {
  background: #CA88C8;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 750px) and (max-width: 1200px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .page-mv_img img {
    -o-object-position: 76% 0;
       object-position: 76% 0;
  }
  .teacher {
    padding-bottom: 50px;
  }
  .teacher_wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .teacher_copy {
    margin: 25px 0 10px;
    font-size: 22px;
  }
  .teacher_text01 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .teacher_text02 {
    max-width: inherit;
    padding: 0px 15px;
    margin: 0 0 40px;
    line-height: 2;
  }
  .teacher_list {
    display: block;
  }
  .teacher_list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .teacher_list li .txt_wrap {
    padding: 10px 10px 30px;
  }
  .teacher_list li .txt_wrap .comment {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .teacher_list li .txt_wrap .comment p:first-child {
    margin-bottom: 10px;
  }
  .teacher_list li .txt_wrap .name {
    line-height: 1.3;
  }
  .teacher_list li .txt_wrap .name span {
    font-size: 11px;
  }
  .teacher_list li .flag {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 11.1%;
  }
  .teacher_list li:last-child {
    margin-bottom: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=teacher.css.map */