@charset "utf-8";

/* mvContainer */
.mvContainer > a {
    position: absolute;
    right: 20px;
    top: 20px;

    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #53c2f1;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;    
    border-radius: 10px;
    transition: 0.3s;
}

.mvContainer > a i {
    position: absolute;
    line-height: 40px;
    top: 0;
    right: 10px;
}

/* applySection */
#applySection > p {
    margin-bottom: 40px;
}

/* aboutSection */
#aboutSection {
    background-color: #ecfaff;    
}

#aboutSection dl dt {
    float: right;
    width: 22.44897959183673%;
}

#aboutSection dl dd {
    float: left;
    width: 77.55102040816327%;
}

#aboutSection dl dd p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

#aboutSection dl dd p small {
    font-size: 1.3rem;
}

/* effortsSection */
#effortsSection {
    overflow: hidden;
}

#effortsSection .leadTxt{
    margin-bottom: 40px;
}

/* resultsSection */
#resultsSection {
    background-color: #65c7f1;
}

#resultsSection .subTitle {
    margin-bottom: 20px;
}

#resultsSection .subTitle p {
    color: #fff;
}

#resultsSection .subTitle small {
    color: #cafffa;
}

#resultsSection dl {
    margin-bottom: 35px;
}

#resultsSection dl dt {
    margin-bottom: 50px;
}

#resultsSection dl dd {
    text-align: center;
}

#resultsSection ul li {
    float: left;
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
}

#resultsSection ul li:last-of-type {
    margin-right: 0;
}

#resultsSection > img {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

/* faqSection */
#faqSection .leadTxt {
    margin-bottom: 30px;
}

#faqSection .inquiryContainer {
    margin-top: 90px;
}

/* linkSection */
#linkSection {
    background-color: #ecfaff;
}

.contactLink{
    margin-top: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
    /* mvContainer */
    .mvContainer > a:hover {
        opacity: 0.8;
    }

    /* effortsSection */
    #effortsSection {
        padding-bottom: 100px;
    }
    
    #effortsSection .chara03 {
        position: absolute;
        bottom: -60px;
        left: -50px;
    }

    #effortsSection .chara04 {
        position: absolute;
        top: 35px;
        right: -20px;
        width: 137px;
    }
}

/* SP */
@media screen and (max-width: 767px){
    /* mvContainer */
    .mvContainer > a {
        right: 5px;
        top: 5px;

        width: 140px;
        height: 25px;
        line-height: 25px;
        font-size: 1.1rem;
        border-radius: 5px;
    }

    .mvContainer > a i {
        line-height: 25px;
        right: 5px;
    }

    /* aboutSection */
    #aboutSection .subTitle p {
        line-height: 1.3;
    }

    /* applySection */
    #applySection > p {
        margin-bottom: 30px;
    }

    /* aboutSection */
    #aboutSection dl dt {
        float: none;
        width: 100%;
        padding: 0 100px;
        margin-bottom: 15px;
    }

    #aboutSection dl dd {
        float: none;
        width: 100%;
    }

    #aboutSection dl dd p {
        font-size: 1.4rem;
    }

    #aboutSection dl dd p small {
        font-size: 1.0rem;
    }

    /* effortsSection */
    #effortsSection .leadTxt{
        margin-bottom: 20px;
    }

    /* effortsSection */
    #effortsSection .leadTxt{
        margin-bottom: 30px;
    }

    /* effortsSection */
    #effortsSection .chara03 {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 70px;
    }

    #effortsSection .chara04 {
        position: absolute;
        top: 12%;
        right: -3%;
        width: 37.74104683195592%;
    }

    /* resultsSection */
    #resultsSection .subTitle {
        margin-bottom: 20px;
    }

    #resultsSection dl {
        margin-bottom: 15px;
    }

    #resultsSection dl dt {
        margin-bottom: 20px;
    }

    #resultsSection ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #resultsSection ul li:last-of-type {
        float: none;
        margin-bottom: 0;
    }

    #resultsSection ul li > img {
        width: 100%;
    }

    #resultsSection > img {
        width: 60px;
        bottom: -10px;
    }

    /* faqSection */
    #faqSection .inquiryContainer {
        margin-top: 50px;
    }
}