@charset "utf-8";
/* About */
#sectionAbout h1.title {
    font-size: 1.867rem;
    text-align: justify;
    letter-spacing: 0;
}

#sectionAbout h2.title {
    font-weight: 500;
    font-size: 1.200rem;
    text-align: justify;
    letter-spacing: 0;
    margin-bottom: 40px;
}

#sectionAbout h3.title {
    color: #ff4200;
    font-size: 1.067rem;
    margin-bottom: 15px;
}

#sectionAbout p {
    font-size: 0.933rem;
    line-height: 1.8;
}

#sectionAbout .buttons {
    margin-top: 30px;
}

#sectionAbout .buttons .buttonMain {
    margin-top: 20px;
}


/* Achievement */
#sectionAchievement {
    background: #fbf8ee;
    padding: 15px;
}

#sectionAchievement .achievementBody {
    background: transparent;
}

#sectionAchievement h1 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 5px;
}

#sectionAchievement h1::after {
    content: 'Achievement';
    position: absolute;
    left: 50%;
    bottom: -25px;
    color: #ff4200;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

#sectionAchievement .achieveList ol {
    list-style: none;
    margin-bottom: 30px;
}

#sectionAchievement .achieveList ol li {
    background: #fff;
    font-size: 0.933rem;
    line-height: 1.8;
    padding: 20px;
}

#sectionAchievement .achieveList ol li:nth-child(even) {
    background: #fcfcfc;
}

#sectionAchievement .achieveList ol li a {
    color: #3273dc;
}

#sectionAchievement .achieveList ol li a:hover {
    text-decoration: none;
}


/* Event */
#sectionEvent {
    padding: 50px 15px;
}

#sectionEvent h1 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 5px;
}

#sectionEvent h1::before {
    content: 'Event';
    position: absolute;
    left: 50%;
    top: -25px;
    color: #ff4200;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

#sectionEvent .news {
    margin-bottom: 30px;
}

#sectionEvent .news dt {
    font-size: 0.933rem;
    font-weight: 900;
    margin-bottom: 10px;
}

#sectionEvent .news .tag {
    background: #ff4200;
    font-size: 0.667rem;
    margin-right: 10px;
    border-radius: 0;
}

#sectionEvent .news .tag.end {
    background: #aaa;
    color: #fff;
}

#sectionEvent .news dd {
    border-bottom: 1px dotted #aaa;
    font-size: 0.867rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#sectionEvent .news dd a {
    color: #3273dc;
    line-height: 1.6;
}

#sectionEvent .news dd a:hover {
    text-decoration: none;
}



@media screen and (min-width: 769px) {
    /* About */
    #sectionAbout h1::before {
        content: 'Intro / About us';
        position: absolute;
        left: 20px;
        top: 100px;
        color: #ff4200;
        font-size: 1rem;
        letter-spacing: 2px;
        transform: rotate(90deg);
    }

    #sectionAbout h1.title {
        font-size: 3rem;
    }

    #sectionAbout h2.title {
        font-size: 2rem;
    }

    #sectionAbout h3.title {
        font-size: 1.6rem;
    }

    #sectionAbout p {
        font-size: 1rem;
    }


    /* Achievement */
    #sectionAchievement {
        padding: 100px 0;
    }

    #sectionAchievement .achievementBody {
        position: relative;
        background: #fff;
        padding: 70px 50px;
        border-radius: 0;
    }

    #sectionAchievement .achievementBody .buttons {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
    }

    #sectionAchievement h1 {
        text-align: left;
        margin-bottom: 50px;
        padding: 0;
    }

    #sectionAchievement h1::after {
        left: 0;
        transform: none;
    }

    #sectionAchievement .achieveList ol {
        margin-bottom: 0;
    }

    #sectionAchievement .achieveList ol li {
        border-radius: 10px;
    }


    /* Event */
    #sectionEvent {
        padding: 100px 0;
    }

    #sectionEvent h1 {
        padding: 0;
    }

    #sectionEvent h1::before {
        top: -30px;
    }

    #sectionEvent .news dt {
        font-size: 1.133rem;
    }

    #sectionEvent .news .tag {
        font-size: 0.75rem;
    }

    #sectionEvent .news dd {
        font-size: 1.133rem;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}


@media screen and (min-width: 1024px) {
}



@media screen and (min-width: 1216px) {
    /* About */
    #sectionAbout {
        margin-top: 100px;
    }

    #sectionAbout h1::before {
        left: 40px;
        top: 100px;
    }

    #sectionAbout p {
        font-weight: 500;
        line-height: 2;
        margin-bottom: 40px;
    }


    /* Achievement */
    #sectionAchievement h1 {
        font-size: 2.5rem;
    }


    /* Event */
    #sectionEvent h1 {
        font-size: 2.5rem;
    }

    #sectionEvent h1::before {
        top: -30px;
    }
}



@media screen and (min-width: 1408px) {
    /* About */
    #sectionAbout h1::before {
        left: 60px;
        top: 95px;
    }

    #sectionAbout h1.title {
        font-size: 3.1rem;
    }

    #sectionAbout h2.title {
        font-size: 2.1rem;
    }

    #sectionAbout p {
        font-size: 1.25rem;
    }


    /* Achievement */
    #sectionAchievement .achieveList ol li {
        font-size: 1rem;
    }
}