@charset "UTF-8";
@media screen and (min-width:960px) {


}
@media screen and (max-width: 960px) {

    /*ナビゲーション*/
    #gloval_nav {
        position: fixed;
        width: 100%;
        height: 100vh;
    }

    #gloval_nav {
        overflow: scroll;
        background-color: #79b0e7;
        display: none;
    }

    #gloval_nav .nav_pc {
        display: none;
    }

    #gloval_nav .nav_sp {
        display: block;
    }

    #gloval_nav .nav_sp .nav_container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    #gloval_nav .nav_sp .nav_logo {
        margin-bottom: 40px;
        font-size: 1rem;
    }

    #gloval_nav .nav_sp .nav_logo a {
        display: block;
        width: 130px;
        margin-top: 10px;
    }


    #gloval_nav .nav_sp #nav_sp_main {
        margin-bottom: 40px;
    }

    #nav_toggle {
        display: block !important;
    }

    ul.active {
        margin-top: 15px;
        text-align: center;
    }

    ul.active li {
        margin-bottom: 2em;
    }

    ul.active li a {
        display: block;
        font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
        font-size: 6vw;
        color: #fff;
    }

    #top #container .mv {

        margin-top: 30px;
    }

}

@media screen and (max-width:960px) {



    /*fix*/
    .fixed_left {
        display: none;
    }

    /*メインコンテンツ*/
    #container {
        overflow: hidden;
    }

    #container section .inner {

        width: 96%;
    }

    section#gaiyou {
        text-align: left;
    }

    img {
        max-width: 100%;
    }

    .clum {
        margin: 0.2em;
    }

    .inner.information {

        box-shadow: 5px 5px rgb(0 0 0 / 50%);
    }

    .inner.information ul {
        width: 100%;
    }

    img.pointIllust {}


    p.Illust img {
        width: 90px;
    }
img.pointIllust {
    top: 99px;
    right: 10%;
   }
   img.pointIllust_2 {
    top: 103px;
    right: 10%;
   }
   img.pointIllust_3 {
    top: 81px;
    right: 10%;
   }
img.pointIllust_4 {

    top: 107px;
    right: 10%;
}

    p.bar {
        text-align: center;
        width: 90vw;
        margin: auto;
    }


    h3 {}


    .btn_dl {
        width: 50vw;

    }

    ul.infobox {

        padding: 1em 0.2em;
    }

    img.school {
        width: 100%;
    }

    .teamname {
        position: absolute;
        top: -20px;
    }

    .introduction {
        margin-top: 140px;

    }

    .inner h2 {
        width: 100%;
        margin-top: -105px;
    }

section.sec005 li {
    width: 45.5%;
}

}