@charset "utf-8";
/*共通設定*/
/*終わり*/

/*<section class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    background-image: url(../img/school/fv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding-top: 80px;
    position: relative;
}

.fv-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.fv-txt-area {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    z-index: 1;
}

.rotate-txt {
    font-size: 40px;
    font-weight: 600;
    color: #75DAB4;
    transform: rotate(-4deg);
}

.fv-h1 {
    font-size: 64px;
}

.fv-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.fv-con {
    width: 49%;
    background-color: rgba(0,0,0,0.9);
    position: relative;
    padding: 24px 16px;
}

.fv-num {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.fv-con-txt span {
    font-size: 18px;
    font-weight: 600;
}

.fv-man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
}

.fv-large-txt {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 72px;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.2);
    color: transparent;
}
/*終わり*/

/*<section class="mova">*/
.mova-in {
    position: relative;
    width: 100%;
    height: 100%;
}

.mova-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mova-back-sp {
    display: none;
}

.mova-txt-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.mova-h2 {
    font-size: 80px;
    transform: rotate(-4deg);
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    line-height: 1;
    color: transparent;
}

.mova-txt {
    text-align: center;
}

.mova-txt p {
    display: inline-block;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1;
}

.mova-txt p span {
    font-size: 18px;
}

.mova-btn {
    background-color: #111111;
    padding: 16px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    max-width: 240px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}

/*終わり*/

/*<section class="reason">*/
.reason {
    margin-top: 80px;
    text-align: center;
}

.reason-h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1.8;
    padding: 0 40px;
    font-size: 24px;
}

.reason-h2 .dot {
    color: #75DAB4;
    font-size: 40px;
    padding-top: .15em;
    background-position: top left -10px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.10em .10em at center center,#75DAB4,#75DAB4 100%,transparent);
}

.reason-h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 80%;
    background: #111;
    border-radius: 3px;
    transform: rotate(-25deg);
}
 
.reason-h2:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: #111;
    border-radius: 3px;
    transform: rotate(25deg);
}

.reason-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.reason-con {
    width: 32%;
    position: relative;
}

.reason-title {
    margin: 24px 0 8px 0;
    font-size: 18px;
    color: #75DAB4;
    font-weight: 600;
}

.reason-txt {
    text-align: left;
    font-size: 14px;
}

.point-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 12%;
    background-color: #fff;
}
/*終わり*/

/*<section class="flow">*/
.flow-lead {
    margin-top: 40px;
    text-align: center;
}

.flow-num {
    color: #75DAB4;
}
/*終わり*/


/*1401px以上*/
@media (min-width: 1401px) {
/*<section class="fv">*/
    .fv {
        height: 80vh;
    } 
/*終わり*/  
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*<section class="fv">*/
    .fv {
        height: 60vh;
        padding-top: 90px;
    }

    .fv-txt-area {
        padding: 40px 0;
    }
    
    .fv-h1 {
        font-size: 48px;
    }
    
    .fv-man {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
    }    

    .fv-large-txt {
        bottom: -10px;
        font-size: 48px;
    }    
/*終わり*/ 

/*<section class="mova">*/
    .mova-back {
        height: 560px;
    }

    .mova-txt-area {
        width: 100%;
        padding: 0 16px;
    }

    .mova-h2 {
        font-size: 56px;
        transform: rotate(-4deg);
        font-family: 'Oswald', sans-serif;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #111;
        line-height: 1;
        color: transparent;
    }
/*終わり*/ 

/*<section class="reason">*/
    .reason-h2 .dot {
        background: none;
    }

    .reason-con {
        width: 70%;
        margin: 0 auto 40px auto;
    }

    .reason-title {
        font-size: 20px;
    }   
    
    .point-img01 {
        width: 8%;
        top: 62%;
    }    

    .point-img02 {
        width: 8%;
        top: 64%;
    }    

    .point-img03 {
        width: 8%;
        top: 68%;
    }    
/*終わり*/ 
}


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  

/*<section class="fv">*/
    .fv {
        height: 100vh;
        padding: 90px 3vw 0 3vw;
    }

    .fv-txt-area {
        top: 50%;
        padding: 0;
        gap: 24px;
    }    

    .rotate-txt {
        font-size: 32px;
    }    

    .fv-h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .fv-flex {
        display: block;
    }
    
    .fv-con {
        width: 100%;
        background-color: rgba(0,0,0,0.7);
    }
    
    .fv-con01 {
        margin-bottom: 32px;
    }

    .fv-man {
        width: 80%;
    }    

    .fv-large-txt {
        display: none;
    }    
/*終わり*/ 

/*<section class="mova">*/
    .mova-back {
        display: none;
    }

    .mova-back-sp {
        display: block;
        width: 100%;
        height: 560px;
        object-fit: cover;
    }

    .mova-txt-area {
        gap: 24px;
    }    

    .mova-h2 {
        font-size: 48px;
    }

    .mova-txt p {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.5;
    }
/*終わり*/ 

/*<section class="reason">*/
    .reason-h2 {
        padding: 0 48px;
        font-size: 20px;
        line-height: 1.5;
    }

    .reason-h2 .dot {
        font-size: 32px;
        padding-top: 0;
    }

    .reason-h2:before {
        transform: rotate(-15deg);
    }
    
    .reason-h2:after {
        transform: rotate(15deg);
    }

    .reason-con {
        width: 100%;
    }   

    .reason-title {
        font-size: 18px;
    }   
    
    .point-img01 {
        width: 12%;
        top: 45%;
    }    

    .point-img02 {
        width: 12%;
        top: 50%;
    }    

    .point-img03 {
        width: 12%;
        top: 52%;
    }    
/*終わり*/ 

/*<section class="flow">*/
    .flow-in {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
/*終わり*/
}


/*SE*/
@media (max-width: 385px) {
/*<section class="fv">*/
/*終わり*/
}