.button-list {
    display: flex;
    align-items: center;
    justify-content: center;
}


.button-list a svg {
    width: 20px;
    height: 20px;
}

.in-page-link {
    pointer-events: none;
    padding-top: 46px;
    margin-top: -46px;
}

.row-base .item-text .box {
    max-width: 560px;
}

.set-all {
    display: flex;
    align-items: center;
}



.set-all .ttl-jpn {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.set-all .ttl-eng {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}



.row-base .item-text .metabox p {
    color: #fff;
}


.row-base .text {
    margin-top: 33px;
    margin-left: 20px;
}

/* .row-change a:hover {
    opacity: 0;
} */

.row-change a {
    text-decoration: none;
    color: inherit;
    cursor: default;
    /* position: relative; */
    transition: .5s ease all;
}




.row-change a .image {
    position: relative;
}

.row-change a .image::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #dc8d14;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
    transition: .5s ease all;
}

.row-change a:hover .image::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #dc8d14;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease-out;
    transition: .5s ease all;
}

.row-change a:hover .title-center {
    opacity: 0;
    transition: .5s ease all;
}

.row-change a .metabox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: .5s ease all;
    line-height: 30px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.row-change a:hover .metabox {
    opacity: 1;
    transition: .5s ease all;
}



@media screen and (min-width: 992px) {
    .row-change .title-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 24px;
        font-weight: 400;
        transition: .5s ease all;
        width: 100%;
        text-align: center;
    }
}




@media screen and (min-width: 768px) {
    .button-list a {
        flex: 33.33333%;
        max-width: 33.33333%;
        border-bottom: 1px solid;
        margin: 0 20px;
        padding-left: 25px;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

    .row-base.mirror .item-text .cont {
        background-color: #dc8d14;
        padding: 60px;
        align-items: center;
        justify-content: end;
    }

    .num {
        font-size: 120px;
        font-weight: 400;
        color: #fff;
        opacity: .8;
    }

    .row-base .item-text .title {
        font-size: 32px;
        font-weight: 400;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .row-base .item-text .cont {
        background-color: #dc8d14;
        padding: 60px;
        align-items: center;
    }


}




@media screen and (max-width: 767px) {
    .button-list a {
        flex: 33.33333%;
        max-width: 33.33333%;
        border-bottom: 1px solid;
        margin: 0 10px;
        padding-left: 0px;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

    .row-base.mirror .item-text .cont {
        background-color: #dc8d14;
        padding: 15px;
        align-items: center;
        justify-content: end;
    }

    .num {
        font-size: 90px;
        font-weight: 400;
        color: #fff;
        opacity: .8;
    }

    .row-base .item-text .title {
        font-size: 23px;
        font-weight: 400;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row-change a .metabox {
        font-size: 13px;
    }

    .row-base .item-text .cont {
        background-color: #dc8d14;
        padding: 15px;
        align-items: center;
    }

}


@media screen and (max-width: 991px) {
    .row-change .title-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 19px;
        font-weight: 400;
        transition: .5s ease all;
        width: 100%;
        text-align: center;
    }

    .row-change a .metabox {
        font-size: 13px;
        line-height: inherit;
    }
}