/*--------------------------------------------------------------
# メインビジュアル
--------------------------------------------------------------*/
#main_visual {
  margin-top: 7rem;
  position: relative;
  @media (min-width:768px) {
    margin-top: 10rem;
  }
  & img {
    width: 100%;
  }
}
#main_visual .catch_copy {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: absolute;
  bottom: 11%;
  left: 5%;

  .copy {
    display: inline-block;
    font-size: clamp( 2rem, calc( 1.076923076923077rem + 2.564102564102564vw ), 6rem );
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.3em;
    padding-left: 0.2em;
    background: #FFF;
  }
  .area {
    display: inline-block;
    font-size: clamp( 1.4rem, calc( 0.9846153846153847rem + 1.153846153846154vw ), 3.2rem );
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0.5em;
    background: #FFF;
  }
}
/*--------------------------------------------------------------
# 子どもと家庭を、地域で支える
--------------------------------------------------------------*/
#home_intro {
  background: url(/assets/img/common/bg_pattern1.png) no-repeat bottom / 100% auto;
}
#home_intro .inner {
  max-width: 80rem;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# お知らせ
--------------------------------------------------------------*/
#home_news .column2_row_layout {
  padding: 4% 4% 2rem;
  border: 0.1rem solid var(--light-gray);
  border-radius: 1rem;
  @media (min-width:768px) {
    align-items: center;
    padding: 2.5%;
  }
}
#home_news .img_wrap {
  aspect-ratio: 500 / 281;
  overflow: hidden;
  & img {
    height: 100%;
    object-fit: cover;
  }
}
#home_news .no_thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--light-gray);
  & img {
    width: 70%;
    height: auto;
    object-fit: contain;
  }
}
#home_news .news_date {
  display: block;
  color: var(--key-color);
  font-size: clamp( 1.6rem, calc( 1.5142857142857142rem + 0.2380952380952381vw ), 1.8rem );
  font-weight: 700;
  margin-bottom: 0.5em;
}
#home_news .content_block .btn_wrap {
  margin-top: 0;
  @media (min-width:768px) {
    text-align: left;
  }
}
/*--------------------------------------------------------------
# 4つの教育・支援サービス
--------------------------------------------------------------*/
#home_service {
  background: url(/assets/img/common/bg_pattern2_sp.jpg) no-repeat bottom / 100% auto;
  @media (min-width:768px) {
    background: url(/assets/img/common/bg_pattern2.jpg) no-repeat bottom / 100% auto;
  }
}
#home_service .text.top {
  width: fit-content;
  margin: 0 auto;
}
#home_service .column2_box_layout + .column2_box_layout {
  margin-top: 3rem;
  @media (min-width:768px) {
    margin-top: 5rem;
  }
}
#home_service .item {
  margin-bottom: 3rem;
  padding: 4% 4% 2rem;
  background: #FFF;
  border: 0.1rem solid var(--light-gray);
  border-radius: 1rem;
  @media (min-width:768px) {
    margin-bottom: 0;
    padding: 2.5%;
  }

  .text {
    margin: 0.5em 0 2em;
  }
}
@media (min-width:768px) {
  #home_service .item .btn_wrap {
    text-align: left;
  }
}
/*--------------------------------------------------------------
# 4つの教育・支援サービス
--------------------------------------------------------------*/
#home_access {
  background: var(--bg-blue);
}
#home_access .column2_row_layout {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  background: transparent;

  & dl {
    display: flex;
    margin-top: 0.5em;
    & dt::after {
      content: "：";
    }
  }
}