@charset "utf-8";

/* aboutSection */
#aboutSection dl {
    padding-left: 110px;
}

#aboutSection dl dt {
    float: right;
    width: 25.28735632183908%;
}

#aboutSection dl dd {
    float: left;
    width: 72.41379310344828%;
    position: relative;
}

#aboutSection dl dd p {
    font-size: 1.6rem;
    line-height: 1.7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* effortsSection */
#effortsSection {
    background-color: #d3fff9;
    overflow: hidden;
}

#effortsSection .leadTxt {
    margin-bottom: 35px;
}

#effortsSection .tileContainer li > img {
    position: absolute;
}

/* resultsSection */
#resultsSection {
    background-color: #55eadd;
}

#resultsSection .subTitle p {
    color: #fff;
}

#resultsSection .subTitle small {
    color: #cafffa;
}

#resultsSection ul {
    margin-bottom: 20px;
}

#resultsSection ul li {
    float: left;
    margin-right: 35px;
    width: calc((100% - 70px) / 3);
}

#resultsSection ul li:last-of-type {
    margin-right: 0;
}

#resultsSection > div > p {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

#resultsSection > img {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

/* faqSection */
#faqSection .leadTxt {
    margin-bottom: 40px;
}

/* linkSection */
#linkSection {
    background-color: #d3fff9;
}

#linkSection .linkContainer li:first-of-type {
    margin-left: 12%;
}

/* PC */
@media screen and (min-width: 768px) {
    /* effortsSection */
    #effortsSection .tileContainer li .chara01 {
        left: -100px;
        bottom: -20px;
    }
    
    #effortsSection .tileContainer li .chara02 {
        top: -20px;
        right: -60px;
    }
    
    /* linkSection */
    #linkSection .linkContainer li:nth-of-type(4) {
        margin-right: 15px;
    }

    #linkSection .linkContainer li:nth-of-type(n+4) {
        margin-top: 15px;
    }

    #linkSection .linkContainer li:last-of-type {
        margin-right: 0;
    }
}

/* SP */
@media screen and (max-width: 767px){
    /* aboutSection */
    #aboutSection dl {
        padding-left: 0;
    }

    #aboutSection dl dt {
        float: none;
        width: 100%;
        padding: 0 80px;
        margin-bottom: 20px;
    }

    #aboutSection dl dd {
        float: none;
        width: 100%;
    }

    #aboutSection dl dd p {
        font-size: 1.4rem;
        position: static;
        transform: translateY(0);
    }

    /* resultsSection */
    #resultsSection ul {
        margin-bottom: 10px;
    }

    #resultsSection ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    #resultsSection ul li:last-of-type {
        margin-bottom: 0;
    }

    #resultsSection ul li > img {
        width: 100%;
    }

    #resultsSection > div > p {
        font-size: 1.0rem;
        line-height: 1.3;
    }

    #resultsSection > img {
        width: 60px;
        bottom: -10px;
    }

    /* effortsSection */
    #effortsSection .leadTxt {
        margin-bottom: 25px;
    }

    #effortsSection .tileContainer li .chara01 {
        left: -10px;
        top: -20px;
        width: 70px;
    }
    
    #effortsSection .tileContainer li .chara02 {
        top: -10px;
        right: -10px;
        width: 60px;
    }
    
    /* faqSection */
    #faqSection .leadTxt {
        margin-bottom: 30px;
    }

    /* linkSection */
    #linkSection .linkContainer li:first-of-type {
        margin-left: 0;
    }
}