/* MV */
.mv{
    padding: 120px 0 110px;
    background-image: url('../img/support-mvbg_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/support-mvbg_sp.jpg');
    }
    .mv h1{
        line-height: 1.5;
        font-size: 32px;
    }
    .mv h1 .min{
        font-size: 14px;
    }
}
/* MV */

/* support-intro */
section.support-intro{
    padding: 110px 0;
    background: #ecf5fb;
}
section.support-intro .txt{
    display: block;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
}
section.support-intro img{
    margin: 3% auto;
    display: block;
}

div.trivia{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 60px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
div.trivia h4{
    font-size: 20px;
    text-align: center;
    margin: 0 0 3%;
    color: #2a99d8;
}
.ctype_area img{
    margin: 0 auto;
    display: block;
    width: 80%;
}

@media screen and (max-width: 767px){
    section.support-intro{
        padding: 70px 0;  
    }
    section.support-intro .txt{
        font-size: 14px;
    }
    section.support-intro img{
        width: 100%;
    }
    div.trivia{
        padding: 10% 5%;
    }
    div.trivia h4 {
        margin: 0 0 9%;
    }
    .ctype_area p{
        margin: 5% 0 10%;
    }
    .ctype_area img{
        width: 100%;
    }
}
/* support-intro */

/* support-service */
section.support-service{
    background-image: url('../img/support-service_bg_pc.jpg');
    background-size: cover;
    padding: 110px 0;
}
section.support-service p.txt{
    text-align: center;
    margin: 2% 0 5%;
}
div.service-point{
    display: flex;
    justify-content: center;
    gap: 2%;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto 5%;
}
div.service-point .servicebox{
    background: #f4f4f4;
    padding: 5% 3%;
    border-radius: 20px;
}
div.service-point .servicebox div.num{
    color: #2a99d8;
    font-weight: bold;
    text-align: center;
}
div.service-point .servicebox h4{
    font-size: 1.2em;
    text-align: center;
    margin: 3% 0 7%;
}
div.service-point .servicebox p{
    line-height: 1.8;
}
section.support-service img{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px){
    section.support-service{
        padding: 70px 0;  
        background-image: url('../img/support-service_bg_sp.jpg');
        background-size: cover;
    }
    section.support-service p.txt {
        text-align: center;
        margin: 5% 0 10%;
        font-size: 14px;
    }
    div.service-point{
        display: block;
    }
    div.service-point .servicebox{
        margin-bottom: 5%;
        padding: 10% 8%;
        font-size: 14px;
    }
    section.support-service img{
        margin: 10% auto 0;
    }
}
/* support-service */




/* リスキリングバナー */
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%;
    }
}
/* リスキリングバナー */