footer{
    background: #F4F6F5;
    width: 100%;
    padding:44px 0 ;
}
.footer-inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer-inner img{
    width: 30%;
    margin-bottom: 36px;
}
.footer-inner-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-inner-text p{
    color: #343B2B;
    /* NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}