/*--------------------------------------------------------------
# メインビジュアル
--------------------------------------------------------------*/
.home_main_visual {
  aspect-ratio: 1 / 1;
  background: url(/assets/img/home_mv_sp.jpg) no-repeat right top / cover;
  @media (min-width: 768px) {
    aspect-ratio: 1920 / 735;
    background: url(/assets/img/home_mv.jpg) no-repeat right top / cover;
  }
}
/*--------------------------------------------------------------
# message
--------------------------------------------------------------*/
#home_message .message_title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp( 1.6rem, calc( 1.2142857142857142rem + 1.0714285714285714vw ), 2.8rem );
  margin-bottom: 1em;
}
#home_message p {
  line-height: 2.18;
}
/*--------------------------------------------------------------
# group
--------------------------------------------------------------*/
#home_group .group_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
