@charset "utf-8";
/* Achievement */
#sectionAchievement h1.title::after {
    content: 'Achievement';
}

#sectionAchievement .achieveList ol {
    list-style: none;
    padding: 0;
}

#sectionAchievement .achieveList ol li {
    font-size: 0.933rem;
    line-height: 1.8;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#sectionAchievement .achieveList ol li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sectionAchievement .achieveList ol li a {
    color: #3273dc;
}

#sectionAchievement .achieveList ol li a:hover {
    text-decoration: none;
}


.sec01 .achieveTile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.sec01 .achieveTile::after,
.sec01 .achieveTile::after {
    content: "";
    display: block;
    width: 100%;
}

.sec01 .achieveTile li {
    display: flex;
    background: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.sec01 .achieveTile li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: url(../../common/images/icon_arrow_004.svg) no-repeat 95% center;
    border: 2px solid #2d297f;
    color: #2d297f;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1.4;
    padding: 25px 45px 25px 20px;
    transition: 0.3s;
}

.sec01 .achieveTile li a:visited {
    color: #2d297f;
}

.sec01 .achieveTile li a:hover {
    background-color: #ff4200;
    background-image: url(../../common/images/icon_arrow_001.svg);
    background-position: 97% center;
    border-color: #ff4200;
    color: #fff;
    transition: 0.3s;
}


@media screen and (min-width: 769px) {
    #sectionAchievement .achieveList ol li {
        border-bottom: none;
        margin: 0;
        padding: 20px;
        border-radius: 10px
    }
    
    #sectionAchievement .achieveList ol li:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }


    #sectionAchievement .achieveList ol li:nth-child(even) {
        background: #f2f2f2;
    }


    .sec01 .achieveTile::after,
    .sec01 .achieveTile::after {
        width: 48.9795%;
    }

    .sec01 .achieveTile li {
        width: 48.9795%;
    }

    .sec01 .achieveTile li:first-child,
    .sec01 .achieveTile li:nth-child(2) {
        margin-top: 0;
    }
}



@media screen and (min-width: 1024px) {
}



@media screen and (min-width: 1216px) {
}



@media screen and (min-width: 1408px) {

}