@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;900&display=swap");
/*-----------------------------------------------------------------
@mixin
------------------------------------------------------------------*/
/*メディアクエリ*/
/*vwに変換*/
/*-----------------------------------------------------------------
タイトル背景
------------------------------------------------------------------*/
.page_title_wrap {
  background-image: url(../../images/overview/bg-overview-pc.jpg);
}
@media (max-width: 860px) {
  .page_title_wrap {
    background-image: url(../../images/overview/bg-overview-sp.jpg);
  }
}

/*-----------------------------------------------------------------
学科の特⾊
------------------------------------------------------------------*/
.course_features {
  max-width: 1064px;
  /*メイン画像*/
}
.course_features .concept_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 860px) {
  .course_features .concept_img img {
    width: 100%;
  }
}

/*3つの特色*/
.course_features_list {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  margin-top: 70px;
  /*詳しくはこちらボタン*/
}
@media (max-width: 860px) {
  .course_features_list {
    flex-direction: column;
  }
}
.course_features_list .link_btn_features {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 860px) {
  .course_features_list .link_btn_features {
    width: 253px;
  }
}
@media (max-width: 600px) {
  .course_features_list .link_btn_features {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}
.course_features_list li {
  width: 312px;
  padding: 30px 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .course_features_list li {
    width: 31%;
  }
}
@media (max-width: 860px) {
  .course_features_list li {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
}
.course_features_list li:nth-child(1) {
  background-color: #00973A;
}
.course_features_list li:nth-child(1) img {
  height: 114.8px;
}
.course_features_list li:nth-child(1) .link_btn_features {
  color: #00973A;
}
.course_features_list li:nth-child(1) .link_btn_features:hover {
  color: #fff;
  background-color: #37b467;
}
.course_features_list li:nth-child(2) {
  background-color: #D66FAE;
}
.course_features_list li:nth-child(2) img {
  height: 106.8px;
}
.course_features_list li:nth-child(2) .link_btn_features {
  color: #D66FAE;
}
.course_features_list li:nth-child(2) .link_btn_features:hover {
  color: #fff;
  background-color: #e79dcb;
}
.course_features_list li:nth-child(3) {
  background-color: #418CDF;
}
.course_features_list li:nth-child(3) img {
  height: 108.3px;
}
.course_features_list li:nth-child(3) .link_btn_features {
  color: #418CDF;
}
.course_features_list li:nth-child(3) .link_btn_features:hover {
  color: #fff;
  background-color: #89baf1;
}
.course_features_list li h4 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 860px) {
  .course_features_list li h4 {
    font-size: 32px;
    font-size: 3.7209302326vw;
  }
}
@media (max-width: 600px) {
  .course_features_list li h4 {
    font-size: 1.4rem;
  }
}
.course_features_list li .features_num {
  font-size: 7.2rem;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .course_features_list li .features_num {
    font-size: 2.4rem;
    margin-left: 10px;
  }
}
.course_features_list li .features_icon {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course_features_list li .caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 0.5em 0 1em;
  text-align: center;
}
@media (max-width: 1200px) {
  .course_features_list li .caption {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 860px) {
  .course_features_list li .caption {
    font-size: 18px;
    font-size: 2.0930232558vw;
  }
}
@media (max-width: 600px) {
  .course_features_list li .caption {
    font-size: 1.2rem;
    word-break: keep-all;
  }
}

/*-----------------------------------------------------------------
4つの分野
------------------------------------------------------------------*/
.laboratory_list {
  margin-bottom: 70px;
  /*ジャンプ位置調整*/
}
.laboratory_list li {
  padding-top: 100px;
  margin-top: -100px;
}/*# sourceMappingURL=overview.css.map */