@charset "UTF-8";

@media (min-width: 768px) {
  .flex-justfy-center {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  
  .pc\:col-gap-24 {
    column-gap: 24px;
  }
  
  .pc\:col-gap-90 {
    column-gap: 90px;
  }
}

header {
  background-image: url('../img/mv_sp_2603.webp');
  background-size: 37.5rem 89.15rem;
  height: 89.15rem;
}

#strength .lower {
  height: auto;/*545*/
  padding-bottom: 2.7rem;
}

@media (min-width: 768px) {
  header {
    background-image: url('../img/mv_pc_2603.webp');
    background-size: 1414px 696px;
    height: 696px;
  }

  #strength .lower {
    height: auto;/*292*/
    padding-bottom: 18.5px;
  }
}