@media screen and (max-width: 767px){
    .pconly {display: none !important}
}
@media screen and (min-width: 768px){
    .sponly {display: none !important}
}
@media (min-width: 768px) {
    .container {
        max-width: 1920px !important;
        padding: 0px 25px;
    }
}
/*****************************************************/
/* 全体  */
* {
    font-family: "M PLUS 1p";
}
p {
    margin-bottom: 0px;
}
.catch-copy {
    font-family: serif, "Sawarabi Mincho" !important;
}
.mtop-5 {
   margin-top: 25px; 
}
.mbtm-5 {
    margin-bottom: 25px; 
}
.ptop-5 {
    padding-top: 25px; 
}
.pbtm-5 {
    padding-bottom: 25px; 
}
/* HOMEのロゴ */
.pc-logo {
    position: absolute;
    top: 10px;
}
    .main-logo img{
        width: 60%;
    }
.menu-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
    .menu-container > ul {
        list-style: none;
        white-space: nowrap;
    }
     .menu-container > ul > li {
        display: inline;
        margin: 0px 5px;
    }

.main-logo {
    position: absolute;
    top: 10px;
    text-align: center;
}
    .main-logo img{
        width: 60%;
    }  
.sub-logo {
    position: absolute;
    top: 10px;
    text-align: left;
}
    .sub-logo img{
        width: 30%;
    }

/**/
.home-slick-container {
    box-sizing: border-box;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    height: 100%;
}
.home-pc-cover-overlay {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 20px;
    z-index: 98;
}
    .home-pc-cover-overlay > div {
        width: 100%;
    }
    .home-pc-cover-overlay > div,    
    .home-pc-cover-overlay > div > p {
        text-align: right;
    }
    .home-pc-cover-overlay > div > img {
        width: 55%;
        margin-bottom: 20px;
    }
    .home-pc-cover-sns-list {
        list-style: none;
        margin-top: 50px;
    }
        .home-pc-cover-sns-list > li {
            color: #dc000c;
            margin: 10px 20px;
        }
            .home-pc-cover-sns-list > li > a {
                color: #dc000c;
            }

.home-know-bottom-box {
    background-color: #dc000c;
    padding: 50px;
}
.home-slick-container-half {
    box-sizing: border-box;
    margin: 0px !important;
    padding: 0px !important;
    width: 50%;
    height: 100%;
}
.slick-list,
.slick-track {
    height: 100% !important;
}
.slick-child {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.slider-dot,
.slider-dot-half {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50px;
}

.d-flex > div {
    width: 50%;
    height: 100%;
    text-align: center;
}
.d-flex > div > div {
    display: inline-block;
    width: 80%;
    padding-bottom: 50px;
}
.d-flex > div.left > img {
    margin-top: 0px;
    margin-left: 50px;
}
.d-flex > div.right > img {
    margin-top: 100px;
    margin-left: 50px;
}

.footer-container {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .footer-container > ul {
        list-style: none;
    }
     .footer-container > ul > li {
        display: inline;
        white-space: nowrap;
     }
     .footer-container > ul > li > a {
        margin: 15px 5px;
     }
     
.footer > p {
    text-align: right;
    margin: 0px 10px;
}

/**/
.lesson-head {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;

}

/* フォームの確認画面 */
.noframe {
    border: none !important;
}