/*--------------------------------------------------------------
# 理事長メッセージ
--------------------------------------------------------------*/
#message_chairman .inner {
  max-width: 80rem;
  margin: 0 auto;
}
#message_chairman .column2_img_text {
  text-align: center;
  margin-bottom: 4.7rem;
  @media (min-width:768px) {
    align-items: center;
    text-align: left;
  }
}
#message_chairman .section_title {
  margin-bottom: 2rem;
  @media (min-width:768px) {
    margin-bottom: 0;
  }
}
#message_chairman p {
  font-size: var(--fs-large);
  line-height: 2.25;
  + p {
    margin-top: 2em;
  }
}
/*--------------------------------------------------------------
# 求める人材
--------------------------------------------------------------*/
#message_seeking .container {
  width: min(95%,800px);
  @media (min-width:992px) {
    width: min(95%,1500px);
  }
}
#message_seeking {
  background: var(--bg-bage);
}
#message_seeking .content_block {
  @media (min-width:992px) {
    display: flex;
    gap: 0 2vw;
    &.reverse {
      justify-content: left;
    }
  }
  + .content_block {
    margin-top: 4rem;
    @media (min-width:768px) {
      margin-top: 8rem;
    }
  }
  .text_wrap {
    margin-bottom: 3rem;
    @media (min-width:992px) {
      width: 40%;
      margin-bottom: 0;
    }
  }
  .img_wrap {
    text-align: center;
    @media (min-width:992px) {
      width: 26%;
    }
  }
}
#message_seeking .section_title {
  text-align: center;
  margin-bottom: 4rem;
  @media (min-width:992px) {
    text-align: left;
    width: 26%;
    margin-bottom: 8rem;
  }
}
#message_seeking .block_title {
  margin-bottom: 1.2em;
}
/*--------------------------------------------------------------
# 長く働ける仕組みづくり
--------------------------------------------------------------*/
#message_working .section_title {
  text-align: center;
  margin-bottom: 4rem;
  @media (min-width:768px) {
    margin-bottom: 8rem;
  }
}
#message_working .item .block_title {
  text-align: center;
  margin-bottom: 1.4rem;

  & small {
    display: block;
    font-size: 1.2rem;
    @media (min-width:768px) {
      font-size: 1.4rem;
    }
  }
}
@media (min-width:768px) {
  #message_working .container {
    width: min(95%,1300px);
  }
  #message_working .item .text {
    width: 82%;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
# 教育・保育の目的と運営方針
--------------------------------------------------------------*/
#message_polycy {
  background: var(--bg-bage);
}
#message_polycy .section_title {
  text-align: center;
  margin-bottom: 1em;
}
#message_polycy p {
  max-width: 45.6rem;
  margin: 0 auto;
}