/* ヒーローを画面高いっぱいに */
.sbd-section:first-of-type{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
