@media screen and (max-width:768px){
  
.pc{
    display: none;
    }
    .sp{
        display: block;
    }
    .footer {
        padding: 30px 15px 130px;
        gap: 20px;
      }
    .footer-cta{
        height: 52px;
    }
    .footer-cta-btn-text{
        font-size: 14px;
        letter-spacing: 0.08em;
        font-weight: 400; 
    }
    .fg-item__card {
        max-width: 400px;
    }
}