.archive_sp{
    display: none;
}
.archive_top {
    position: relative;
    margin-bottom: 5.5rem;
}

.archive_top img {
    width: 116rem;
    height: 33.5rem;
    margin-left: 6rem;
    object-position: 50% 30%;
}

.archive_top h2 {
    background: transparent linear-gradient(270deg, #51CFA2 0%, #3FBCD6 100%) 0% 0% no-repeat padding-box;
    width: 18.9rem;
    height: 10.4rem;
    font-size: 3rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: 3rem;
    margin-left: 6rem;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    font-family: Zen Maru Gothic;
}

.archive_article {
    display: flex;
    margin-left: 6rem;
    margin-top: 4.8rem;
    position: relative;
}

.archive_article:last-child {
    margin-bottom: 12rem;
}

.thumb {
    width: 37.8rem;
    height: 25.2rem;
    margin-right: 2.3rem;
}

.archive_title {
    font-size: 2rem;
    color: #FFFFFF;
    background-color: #51CFA2;
    width: 75.9rem;
    padding-left: 2.3rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-family: Zen Maru Gothic;
}

.archive_content {
    font-size: 1.7rem;
    margin-left: 2.3rem;
    margin-top: 3.2rem;
    width: 71.8rem;
    line-height: 3.4rem;
}

.archive_article_text a {
    background: transparent linear-gradient(270deg, #51CFA2 0%, #3FBCD6 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding: 1.2rem 5rem;
    font-size: 2.2rem;
    position: absolute;
    bottom: 0;
    margin-left: 53.1rem;
    font-family: Zen Maru Gothic;
}

.pagenation {
    margin: 12rem auto 15rem auto;
    width: 22rem;
}

.nav-links {
    font-size: 1.6rem;
    display: flex;
    gap: 1.7rem;
}

.page-numbers {
    background-color: #FFFFFF;
    border: 0.1rem solid #51CFA2;
    border-radius: 50%;
    padding: 0.8rem 1.5rem;
    color: #51CFA2;
}

.page-numbers.current {
    background-color: #51CFA2;
    color: #FFFFFF;
}

@media screen and (max-width:699.98px) {
    .archive_pc{
        display: none;
    }
    .archive_sp{
        display: block;
    }
    .archive_top {
        margin-bottom: 6rem;
    }

    .archive_top img {
        width: 37.5rem;
        height: 33.5rem;
        margin-left: 0;
    }

    .archive_top h2 {
        margin-left: 0;
        width: 12.2rem;
        height: 6.2rem;
        padding-top: 1.8rem;
        font-size: 1.8rem;
    }

    .archive_article {
        display: block;
        margin-left: 0;
        margin-top: 5.5rem;
    }
    .thumb{
        width: 35.5rem;
        height: 23.6rem;
        margin: 0 auto;
    }

    .archive_article_text a {
        font-size: 1.7rem;
        position: relative;
        margin-left: 17.9rem;
        display: block;
        width: 18.5rem;
    }
    .archive_title{
        width: 35.5rem;
        margin-left: 1rem;
        margin-top: 2.5rem;
        font-size: 1.7rem;
        padding: 1.2rem 1.6rem;
    }
    .archive_content{
        width: 35.5rem;
        margin: 1.4rem auto 2rem;
        font-size: 1.4rem;
    }
    .pagenation{
        margin: 8.2rem auto 8rem;
    }
    .nav-links{
        justify-content: space-between;
    }
}