@charset "UTF-8";
@media screen and (max-width: 767px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }


.hamburger__line{
    background: #000;
}

.inner{
    display: block;
    width: 90vw;
    margin: 0 auto;
    color: #143167;
}


body{
    position: relative;
}

/* .back_img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} */

.back_img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



h1{
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    margin: 40vw auto 20vw;
}

h2{
    position: relative;
    padding-left: 4vw;
    font-size: 4.5vw;
    border-bottom: solid #143167 2px;
    margin-bottom: 8vw;
}

h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4.5vw;
    transform: translateY(-50%);
    width: 1.5vw;
    height: 6vw;
    background: #143167;
}
section.inner{
    margin-bottom: 19.557vw;
}
.student_link_2clum{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.student_link_2clum img{
    margin-bottom: 0;
    box-shadow: 0px 0.9vw 1.2vw 0 rgba(0,0,0,0.1);
}
.student_link_2clum a{
    display: block;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    margin-bottom: 5vw;
}
.student_link_1clum{
    display: flex;
    justify-content: center;
    margin-bottom: 7.823vw;
}
.student_link_1clum a{
    display: block;
    width: 100%;
    box-shadow: 0.65vw 0.65vw 0.65vw 0 rgba(0,0,0,0.1);

}
.student_trip{
    width: 75vw;
    margin: 0 auto;
    display: block;
}
.other_link{
    width: 90vw;
    display: block;
    margin: 0 auto 15vw;
}
.other_link img{
    margin: 0 auto 10vw;
}

.student_link_note{
    margin-bottom: 10vw;
    font-size: 2.4vw;
    font-weight: 300;
}


}