.c-page-header {
    background: url("../img/common/page-header.png") left / 874px 100% no-repeat, url("../img/range/page-header.jpg") center / cover no-repeat;
}

@media screen and (max-width: 896px) {
    .c-page-header {
        background: url("../img/common/page-header_sp.png") left / 60% 100% no-repeat, url("../img/range/page-header_sp.jpg") center / cover no-repeat;
    }
}

.picare {
    display: flex;
    gap: 20px;
    margin: 90px 0 60px;
    justify-content: space-between;
}

.picare > div {
    width: calc(50% - (40px / 2));
}

.picare+p {
    text-align: center;
    margin-bottom: 50px;
}

.picare__hd {
    top: 0;
    color: #fff;
    background: linear-gradient(90deg, #243749 0%, #385168 100%);
    border: 2px solid #989E74;
    font-family: Shippori Mincho;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    padding: 20px;
    color: #E9EBD5;
}
.picare a + p{
    margin: 30px 0 0 ;
}

@media screen and (max-width: 896px) {
    .picare {
        flex-direction: column;
        margin: 30px 0 30px;
    }

    .picare > div {
        width: 100%;
    }

    .picare img {
        width: 100%;
    }

    .picare+p {
        margin-bottom: 30px;
        text-align: unset;
    }
    .picare__hd{
        font-size: 16px;
        padding: 10px;
        width: 100%;
    }
    .picare a + p{
        margin: 10px 0 0 ;
        font-size: 14px;
    }
}