.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.common-title {
    &.type01 {
        margin-bottom: 9rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 5rem;
        }
    }
}
.achievements-title {
    font-style: normal;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 7rem;

    @media screen and (max-width: 767px) {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 4rem;
    }
}

h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    width: 100%;
    background: #1863C5;
    border-radius: 3.8rem;
    padding: 1.8rem 0 1.8rem 5.5rem;
    margin-bottom: 5.5rem;
}

tr {
    display: flex;
    gap: 2rem;
    --border-color: transparent;
    margin-bottom: 2.1rem;
    align-items: baseline;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 2.5rem;
    }
}

td.column-1 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 0.08em;
    color: #242328 !important;
    box-sizing: border-box !important;
    width: 10.5rem;
    height: 3rem;
    border: 1px solid #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: normal;
    }
}

td.column-2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #242328;
    max-width: 79.5rem;
    padding: 0 !important;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

p img {
    margin-bottom: 5rem;

    width: 100%;
    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
}

.tablepress {
    margin-bottom: 9rem !important;
    @media screen and (max-width: 767px) {
        margin-bottom: 4rem !important;
    }
}

.post-navigation-container {
    display: flex;
    align-items: center;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 1rem;
    }
}

.nav-arrow-container {
    width: 5.5rem;
}

.nav-next {
    transform: rotate(180deg);
}

.achievements-area {
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.common-blue-btn {
    @media screen and (max-width: 767px) {
        margin: 0 auto;
        width: 20rem;
        height: 5.5rem;
        font-size: 1.4rem;
    }
}