@media screen and (max-width:1180px){
    /* /////////////////////////////
    グループの思い
    ///////////////////////////// */
    .heart{
        width: 100%;
    }
    .heart img.l-top{
        display: none;
    }
    .heart img.l-bottom{
        width: 15%;
        left: 0;
        bottom: -10%;
    }
    /* /////////////////////////////
    施設紹介
    ///////////////////////////// */
    .fact ul{
        width: 100%;
    }
    .fact li .logo{
        height: 20%;
        max-height: 100px;
    }
    .fact li h3{
        font-size: 1.4rem;
    }
    .fact li p{
        font-size: 1.2rem;
    }
    .fact li .link a{
        font-size: 1.4rem;
    }
    /* /////////////////////////////
    会社情報
    ///////////////////////////// */
    
    footer .flag-1{
        left: 5%;
        top:1%
    }
    
    footer .flag-2{
        right: 5%;
        top:1%
    }
    
    footer li{
        vertical-align: top;
        width: 90%;
    }
    
    footer .point{
        font-size: 1.8vw;
    }
    
    footer .a-link{
        text-align: right;
    }
    
    footer .a-link a{
        margin: 1% 0 0;
        font-size: 1.8vw;
    }
}