/* Footer */

.footer_frame {
    width: 100vw;
    height: 750px;
    background-image: url(https://gakuensai.cloudfree.jp/materials/main/intro_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    padding: 50px;
    position: relative;
}

.footer_title {
    color: #2b7397;
    font-family: sans-serif;
    font-size: 40px;
}

.x_logo {
    width: 70px;
    margin-top: 30px;
}

.insta_logo {
    width: 70px;
    margin-top: 30px;
    margin-left: 30px;
}

.footer_link {
    display: inline-block;
    color: #2b7397;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 30px;
}

.footer_link.question {
    margin-top: 50px;
}

.footer_link.access {
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer_line {
    height: 2px;
    background-color: black;
}

.footer_enjitsu{
    display: flex;
}

.enjitsu_logo {
    margin: 10px;
    width: 100px;
    border-radius: 15px;
    height: 100px;
}

.aboutus {
    position: relative;
    font-family: sans-serif;
    font-size: 20px;
    color: #2b7397;
    left: 10px;
    margin-top: 10px;
}

.aboutus span {
    display: inline-block;
}

.hashtug {
    margin: 10px;
    text-align: center;
    color: #2b7397;
    font-family: sans-serif;
    text-decoration: none;
    
}

.hashtug:hover{
    text-decoration: underline;
}