/* MV */
.mv{
    padding: 120px 0 110px;
    background-image: url('../img/instructor-topmv_pc.jpg');
    background-size: cover;
}
.mv h1{
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.mv h1 .min{
    color: #fff;
    font-size: 24px;
    display: block;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media screen and (max-width: 767px){
    .mv{
        padding: 80px 0;
        background-position: center;
        background-image: url('../img/instructor-topmv_sp.jpg');
    }
    .mv h1{
        line-height: 1.5;
        font-size: 32px;
    }
    .mv h1 .min{
        font-size: 14px;
    }
}
/* MV */

/* instr_list */
section.instr_list{
    padding: 110px 0;
}
section.instr_list .txt{
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    margin-top: 35px;
}
section.instr_list div.instructor_all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    max-width: 1000px;
    width: 80%;
    margin: 5% auto;
}
section.instr_list div.instructor_all img{
    margin-bottom: 4%;
}

div.Noexclusively{
    max-width: 1000px;
    width: 90%;
    margin: 5% auto;
    text-align: center;
}
div.Noexclusively h3 img{
    margin-bottom: 3%;
}
div.Noexclusively p{
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}

@media screen and (max-width: 767px){
    section.instr_list{
        padding: 70px 0;  
    }
    section.instr_list .txt{
        font-size: 14px;
    }
    section.instr_list div.instructor_all{
        display: block;
        width: 87%;
    }
    section.instr_list div.instructor_all img{
        width: 100%;
    }
    div.Noexclusively h3 img{
        margin: 10% auto 4%;
        width: 90%;
    }
    div.Noexclusively p{
        font-size: 14px;
    }
}
/* instr_list */



/* リスキリングバナー */
section.Rbnr{
    background: #ebebeb;
    padding: 4% 0 0;
    margin-bottom: -5%;
}
.reskilling-bnr{
    display: block;
    max-width: 700px;
    margin: 0 auto 5%;
    width: 70%;
}
.reskilling-bnr img{
    width: 100%;
}
@media screen and (max-width: 767px){
    section.Rbnr{
        padding: 10% 0 1%;
        margin-bottom: -20%;
    }
    .reskilling-bnr{
        width: 90%;
        margin: 0 auto 10%;
    }
}
/* リスキリングバナー */