@charset "UTF-8";
/*==========================================
  2025.08
  ページタイトル可変版

--------------------------------------------*/
  .p-hero_lower {
    height:auto!important;
  }
    .p-hero_lower .p-hero_lower__hdg__title{
        display: flex!important;
        justify-content: center!important;
        flex-direction: column!important;
        align-items: center!important;
        padding: 16px!important;
        max-width: 1124px!important;
        min-height: 130px!important;
    }
@media (min-width: 600px) {
  .p-hero_lower {
      min-height:230px!important;
  }
    .p-hero_lower .p-hero_lower__hdg__title{
        min-height: 160px!important;
    }
}
.p-hero_lower__hdg {
  height:auto!important;
}
