@charset "utf-8";

/* mvSection */
#mvSection {
    padding: 0;
}

#mvSection img {
    width: 100%;
}

/* newsSection */
#newsSection .newContainer dl {
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

#newsSection .newContainer dl:last-of-type {
    margin-bottom: 0;
}

#newsSection .newContainer dl dt {
    font-size: 1.4rem;
    color: #666;
}

#newsSection .newContainer dl dt span {
    display: inline-block;
    width: 130px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    margin-left: 10px;
}

#newsSection .newContainer dl.outline dt span {
    background-color: #a4f165;
}

#newsSection .newContainer dl.character dt span {
    background-color: #65f1ad;
}

#newsSection .newContainer dl.her dt span {
    background-color: #55eadd;
}

#newsSection .newContainer dl.education dt span {
    background-color: #65c7f1;
}


#newsSection .newContainer dl dd {
    padding: 10px 0 20px;
    line-height: 1.5;
}

#newsSection .newContainer dl dd a {
    text-decoration: underline;
}

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

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

/* PC */
@media screen and (min-width: 768px) {
    /* aboutSection */
    #aboutSection .tileContainer li .chara01 {
        top: -80px;
        left: 25px;
    }
    
    #aboutSection .tileContainer li .chara02 {
        bottom: 45px;
        right: -90px;
    }
    
    #aboutSection .tileContainer li .chara03 {
        bottom: -35px;
        left: -70px;
    }
    
    #aboutSection .tileContainer li .chara04 {
        top: 55px;
        left: -20px;
    }    
}

/* SP */
@media screen and (max-width: 767px){
    /* newsSection */
    #newsSection .newContainer dl {
        margin-bottom: 15px;
    }

    #newsSection .newContainer dl dt {
        font-size: 1.2rem;
    }

    #newsSection .newContainer dl dt span {
        width: 100px;
        height: 16px;
        line-height: 16px;
        border-radius: 8px;
        font-size: 1.0rem;
        margin-left: 5px;
    }

    #newsSection .newContainer dl dd {
        padding: 10px 0 15px;
        font-size: 1.2rem;
    }

    #newsSection .newContainer dl dd a {
        text-decoration: underline;
    }

    /* aboutSection */
    #aboutSection .tileContainer li .chara01 {
        top: -30px;
        left: -10px;
        width: 70px;
    }
    
    #aboutSection .tileContainer li .chara02 {
        width: 60px;
        top: 100px;
        right: -10px;
    }
    
    #aboutSection .tileContainer li .chara03 {
        width: 70px;
        top: -20px;
        left: -10px;
    }
    
    #aboutSection .tileContainer li .chara04 {
        top: 70px;
        left: -10px;
        width: 70px;
    }    
}


