/*--------------------------------------------------------------
# 「教育 × 福祉」地域の子ども教育の複合支援拠点
--------------------------------------------------------------*/
#about_top .column2_row_layout {
  padding: 0;
  @media (min-width:768px) {
    justify-content: left;
    gap: 0 8%;
  }
  .img_wrap {
    margin: 2rem 0 0;
    @media (min-width:768px) {
      width: 80%;
      margin-right: calc(50% - 50vw);
    }
  }
  .text_wrap {
    @media (min-width:768px) {
      width: 45%;
      flex-shrink: 0;
    }
  }
}
@media (min-width:768px) {
  #about_top .section_title_small {
    text-align: left;
    margin-bottom: 1em;
  }
}
/*--------------------------------------------------------------
# 4つのサービス
--------------------------------------------------------------*/
#about_service {
  background: url(/assets/img/common/bg_pattern2.jpg) no-repeat bottom / auto 70%;
  @media (min-width:768px) {
    background: url(/assets/img/common/bg_pattern2.jpg) no-repeat bottom / 100% auto;
  }
}
/*--------------------------------------------------------------
# 運営法人
--------------------------------------------------------------*/
#about_corporation table {
  & td:nth-child(1) {
    line-height: 1.3;
    width: 6em;
    @media (min-width:768px) {
      width: 17%;
    }
  }
}