@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学生サポート
//////////////////////////////////////////////////*/
.mv .mv-container .mv-body .image {
  width: 14rem;
}

@media screen and (min-width: 769px) {
  .mv .mv-container .mv-body .image {
    width: 28rem;
  }
}
.information-unit {
  padding: 6rem 2rem 4rem;
  border-radius: 4rem;
}
.information-unit .c-leftline-title {
  margin-bottom: 4.6rem;
  font-size: 2rem;
}
.information-unit .information-headline {
  margin-bottom: 2rem;
}
.information-unit .c-infotable {
  margin-bottom: 3.6rem;
}
.information-unit .information-sub .information-sub-unit + .information-sub-unit {
  margin-top: 3rem;
}
.information-unit .information-subtitle {
  margin-bottom: 1rem;
  padding: 0 0.4em;
  color: #fff;
  background: #1F293B;
}
.information-unit .info-audience__note {
  margin: 0 auto 2em;
  padding: 1.6rem 1.8rem;
  border-left: 0.6rem solid #F9731E;
  border-radius: 1.6rem;
  background: #F9731E;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .information-unit {
    padding: 6rem 4.8rem;
    border-radius: 7.4rem;
  }
  .information-unit .c-leftline-title {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
  .information-unit .information-headline {
    margin-bottom: 3rem;
  }
  .information-unit .c-infotable {
    margin-bottom: 6rem;
  }
  .information-unit .information-sub .information-sub-unit + .information-sub-unit {
    margin-top: 4rem;
  }
  .information-unit .info-audience__note {
    width: fit-content;
    padding: 1.6rem 2em;
    font-size: 2rem;
  }
}
.c-highlight {
  margin-top: 40px;
}
.c-highlight .c-highlight-title {
  margin-bottom: 1.5rem;
  color: #F9731E;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.c-highlight .c-highlight-read {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem;
  background: #F9731E;
}

@media screen and (min-width: 769px) {
  .c-highlight {
    margin-top: 60px;
  }
  .c-highlight .c-highlight-title {
    font-size: 3.2rem;
  }
  .c-highlight .c-highlight-read {
    line-height: 3.6rem;
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
