.footer_container{
    background-color: #262626;
}
.footer_wrapper{
    max-width: 1600px;
    width: 98vw;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer_flex_heading h5 span{
    font-size: 25px;
}
.footer_flex_imglink{
    background-image: url(/static/image/1sfooter.png);
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_flex_imglink p{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.footer_flex_content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.footer_flex_link_area ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.footer_flex_link_area ul li{
    width: 25%;
}
.footer_flex_link_area ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.footer_flex01{
    width: 65%;
}
.footer_flex02{
    width: 35%;
}
.footer_flex_heading h5{
    color: #ffffff;
    font-size: 30px;
}

.footer_tel_wrapper{
    background-color: #151515;
}
.footer_tel_content{
    max-width: 1600px;
    margin: 0 auto;
    width: 98vw;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_tel_flex_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_tel_flex01{
    width: 35%;
}
.footer_tel_flex02{
    width: 65%;
}
.footer_tel_flex01 a{
    font-size: 40px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}
.footer_tel_flex01 a i{
    font-size: 40px;
    background-color: #58C4DD;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.footer_tel_flex02 p{
    font-size: 12px;
    color: #ffffff;
}
@media(max-width:768px){
    .footer_wrapper{
        width: 95vw;
    }
    .footer_flex_content{
        flex-wrap: wrap;
    }
    .footer_flex01{
        width: 100%;
    }
    .footer_flex02{
        width: 100%;
    }
    .footer_flex_heading h5{
        font-size: 25px;
    }
    .footer_flex_link_area ul li{
        width: 45%;
    }
    .footer_flex_link_area ul li a{
        font-size: 16px;
    }
    .footer_flex_imglink p{
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
    }
    .footer_flex_heading h5 span{
        font-size: 20px;
    }

    .footer_tel_content{
        width: 95vw;
    }
    .footer_tel_flex_area{
        flex-wrap: wrap;
    }
    .footer_tel_flex01{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_tel_flex02{
        width: 100%;
    }
    .footer_tel_flex01 a{
        font-size: 25px;
    }
    .footer_tel_flex01 a i{
        font-size: 25px;
    }
    .footer_tel_flex02 p{
        font-size: 12px;
        color: #ffffff;
    }
}