.home-php {
    width: 66.5vw;
    min-width: 1080px;
    margin: 0 auto;
}

.home-php h2 {
    letter-spacing:normal;
    font-size: 3rem;
    padding-bottom: 8px;
    border-bottom: 2px dashed #fbe2e1;
    margin-bottom: 50px;
}

article {
    border-bottom: 2px solid #fbe2e1;
}

article a {
    display: flex;
    gap: 45px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

.page-nation {
    padding: 0 25px;
    margin-top: 80px;
}

.page-nation ul {
    display: flex;
    justify-content: center;
    position: relative;
}

.page-nation ul li span{
    color: #8a0021;
}


.page-nation ul li a {
    color: #000;
}

.prev.page-numbers {
    position: absolute;
    left: 0;
}

.next.page-numbers {
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1080px) {
    .home-php {
        padding: 5.21% 0;
        box-sizing: border-box;
        padding-top: 12%;
    }

    article a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all 0.6s ease 0s;
        background: #fbe2e1;
        z-index: -1;
    }

    article a:hover::before {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .home-php {
        width: 95%;
        min-width: auto;
        padding: 60px 0;
        box-sizing: border-box;
    }

    article a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all 0.6s ease 0s;
        background: #fbe2e1;
        z-index: -1;
    }

    article a:hover::before {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home-php {
        width: 95%;
        min-width: auto;
        padding: 45px 0;
        box-sizing: border-box;
        flex-direction: column;
    }

    .page-nation ul {
        gap: 20px;
    }
}

@media screen and (min-width: 1080px) {
    .page-nation ul a,
    .page-nation ul span {
        display: block;
        color: #474645;
        font-family: "Noto Sans JP", serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.1em;
        padding-right: 20px;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .page-nation ul a:hover,
    .page-nation ul span:hover {
        color: #8a0021;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .page-nation ul a,
    .page-nation ul span {
        display: block;
        color: #474645;
        font-family: "Noto Sans JP", serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.1em;
        padding-right: 20px;
        position: relative;
    }
}
