@charset "UTF-8";
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* コンテンツ幅 */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
.sec01 {
  padding-top: 100px; }
  .sec01 .anc_btn {
    margin-bottom: 98px; }
  .sec01 p {
    text-align: center;
    line-height: 2em; }
  @media all and (max-width: 896px) {
    .sec01 {
      padding-top: 20px; }
      .sec01 .anc_btn {
        margin-bottom: 44px; }
      .sec01 p {
        text-align: left; } }

.sec02 {
  padding-bottom: 47px; }

.teacher {
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: #eaeff6;
  margin: 0 auto 5em; }
  @media all and (max-width: 896px) {
    .teacher {
      display: block; } }
  .teacher .pt {
    width: 200px;
    text-align: center;
    margin: 0 auto; }
    .teacher .pt img {
      border-radius: 50%;
      margin: 0 auto; }
  .teacher .txt {
    width: calc(98% - 200px);
    margin-left: 2%;
    text-align: left; }
    @media all and (max-width: 896px) {
      .teacher .txt {
        width: 100%;
        margin: 20px auto; } }
    .teacher .txt h4 {
      font-size: 1.8rem;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 15px;
      color: #005d97;
      border-bottom: 1px solid #005d97; }
    .teacher .txt h5 {
      font-weight: bold;
      margin-bottom: 15px;
      color: #005d97; }
