.p-about__access-btnArea {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-about__access-btnArea {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }
}
.p-about__access-btnwrap {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .p-about__access-btnwrap {
        width: 100%;
    }
}
.p-about__access-btn {
    background: #BA0D0D;
    color: #fff;
    transition: .3s;
}

.p-about__access-btn:hover {
    opacity: .7;
}

.is-pc-flex {
    display: flex;
}
@media screen and (max-width: 767px) {
    .is-pc-flex {
        display: none;
    }
}
.is-sp-flex {
    display: none;
}
@media screen and (min-width: 768px) {
    .is-sp-flex {
        display: flex;
    }
}

.p-about__access-waytitle{
    margin-top: 60px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    background: #434343;
    color: #fff;
    padding: 0.3rem 1rem;
}

.p-about__access-list{
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-about__access-waytitle {
        font-size: 1rem;
        padding: 0.2rem 0.5rem;
        margin-top: 40px;
    }

    .p-about__access-slider{
        margin-top: 20px;
    }
}