@charset 'utf-8';

html{
    height: 100%;
}
body{
    background: url(https://miz-english-academy.jp/images/mainimage.jpg) no-repeat fixed;
    background-size: cover;
    height: 100%;
}
header{
    position: fixed;
    top: 0;
    z-index: 1040;
}
.bg-dark{
    background-color: rgba(0,0,0,0.3)!important;
}
#nav-header{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    z-index: 1000;
}
#nav-header ul{
    list-style: none;
    text-align: center;
    margin-top: 100px;
    padding: 0;
}
#nav-header li{
    margin-bottom: 2em;
}
footer{
    text-align: center;
    padding: 30px 0;
    background: #ccc;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer li{
    display: inline;
    margin: 0 10px;
}
footer li a{
    color: #666;
}
.section-title{
    padding-top: 56px;
}
.section-title .title{
    background-color: rgba(255,255,255,0.7);
    margin: 0;
    padding: 50px 0;
    font-weight: bold;
    text-align: center;
    color: #555;
}
.section1{
    height: 100%;
    display: flex;
    align-items: center;
}
.section1 img {
    display: none;
    margin: 0 auto;
    box-shadow: 0 0 20px #999;
}
.section2{
    background: #fff;
}
.section2 .container{
    padding: 50px 0;
}
.topics > div{
    padding: 0;
    position: relative;
    width: 100%;
}
.topics > div:before {
    content:"";
    display: block;
    padding-top: 66.7%;
}
.topics a {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.topics a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.topics .info{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topics h3{
    font-size: 1.25rem;
    text-align: center;
}

@media (max-width: 768px){
    .topics a .info{
        opacity: 1;
    }
}
body{
    font-family: "";
}
