@media (max-width: 768px) {
  #home_advantages_about .haa_advantages { padding: 3.2rem 0; }
  #home_advantages_about .haa_advantages:before { height: 40rem; }
  #home_advantages_about .haa_cards {gap: 12px;transform: translateY(12px);/* display: block; */}
  #home_advantages_about .haa_card {padding: 1.2rem 1.6rem;background: #fff;border: 1px solid #edf2f7;border-radius: 8px;aspect-ratio: auto;margin-bottom: 20px;}

#home_advantages_about .haa_card:hover {
    background: #14caaf;
}
  #home_advantages_about .haa_card:before { display: none; }
  #home_advantages_about .haa_card_em { color: #333; }
  #home_advantages_about .haa_card_no { font-size: 1.4rem; margin: 0 0 .8rem; padding-left: 0; color: #8fa2bf; }
  #home_advantages_about .haa_card_no:before { display: none; }
  #home_advantages_about .haa_card_icon { width: 3.6rem; height: 3.6rem; margin: .6rem 0 1rem; }
  #home_advantages_about .haa_card_icon img { max-height: 3rem; }
  #home_advantages_about .haa_card_title { font-size: 1.6rem; line-height: 1.4; margin: 0 0 .4rem; color: #18376e; }
  #home_advantages_about .haa_card_desc { font-size: 1.3rem; line-height: 1.5; padding-right: 0; color: #4a4a4a; }
}