@charset "UTF-8";

.topVisual { background: url(images/bg_topVisual.jpg) no-repeat center / cover; }

/*------------------------------------------------------

    

------------------------------------------------------*/
section {}
.schoolInfo { margin-bottom: 70px; }
.schoolInfo section { padding-right: 10px; }
.schoolInfo .address {}

@media (min-width: 768px) {
    .schoolInfo section { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; }
    .schoolInfo section .img { max-width: 190px; }
    .schoolInfo section > div:not(.img) { width: calc((100% - 190px) - 30px); }
}

@media (max-width: 767px) {
    header { position: absolute; background: none; }
    
    .schoolInfo section { margin-bottom: 70px; }
    .schoolInfo section .img { display: none; }
}
