.p-about-box__re {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 3.2rem;
    color: #959595;
}
.p-about-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em .5em;
    margin-top: 1.5em;
}
.p-about-box .about-box__item.--box2 {
    grid-column: 1/3;
}
.p-about-box .about-box__item {
    padding: 0;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-box__img {
    padding: 0 1.5em;
}
.about-box__img figure {
    display: block;
    margin: 0 auto;
}
.about-box__ttl {
    margin-bottom: .75em;
}
.box2-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
}
.box2-inner .about-box__img {
    padding: 0;
}
.about-box__ttl + .no-txt .no {
    line-height: .25;
}
.no-txt + .desc {
    margin-top: .5em;
}
.p-best5__block {
    margin-top: 2em;
}
/*
.p---best5__ttl {
    display: flex;
    align-items: baseline;
    gap: .5em;
    margin-bottom: 1em;
}
.p-best5__ttl .--en {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-main);
}
.p-best5__ttl .--en big {
    font-weight: 400;
    font-size: 2.4em;
    margin-left: .05em;
}
.p-best5__ttl .--jp {
    line-height: 1.4;
    font-weight: 700;
}*/
.p-best5__block dt {
    font-weight: 700;
    font-size: 1.5rem;
}
.p-best5__block dt .--en {
    font-weight: 400;
    font-size: 4rem;
    color: var(--color-main);
    margin: 0 .5rem;
    line-height: 1;
}
.p-best5__block dl {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ECEBEB;
    padding-bottom: 1em;
}
.p-best5__block {
    border-bottom: 1px solid #ECEBEB;
}
.p-message {
    display: grid;
    gap: 1.5em;
    margin-top: 2em;
}
.p-message__item {
    background-color: white;
    border-radius: 1em;
    padding: 2.5em 1em;
    color: black;
}
.p-message__item picture {
    display: block;
    background: #F6F6F6;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 16rem;
    margin: 0 auto 2.5em auto;
}
.p-message__ttl {
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .p-best5__block .c-number-ttl.--best5__ttl .--jp {
        white-space: nowrap;
    }
    .p-best5__block:nth-child(2) .c-number-ttl.--best5__ttl {
        align-items: center;
    }
    .p-best5__block:nth-child(2) .c-number-ttl.--best5__ttl .--jp {
        transform: translateY(.25em);
    }
    .p-best5__block dd p {
        font-size: 1.5rem;
    }
    .p-best5__block dd p strong {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 768px) {
    .p-about-box__re {
        margin-top: 4.3rem;
    }
    .p-about-box {
        display: flex;
        flex-wrap: wrap;
        gap: 3.75em;
    }
    .p-about-box .about-box__item {
        height: 20rem;
    }
    .p-about-box .about-box__item.--box1 {
        width: 20rem;
    }
    .p-about-box .about-box__item.--box2 {
        width: 40rem;
    }
    .p-about-box .about-box__item:nth-child(1) { order: 1; }
    .p-about-box .about-box__item:nth-child(2) { order: 5; }
    .p-about-box .about-box__item:nth-child(3) { order: 2; }
    .p-about-box .about-box__item:nth-child(4) { order: 3; }
    .p-about-box .about-box__item:nth-child(5) { order: 4; }
    .p-about-box .about-box__item:nth-child(6) { order: 6; }
    .p-about-box .about-box__item:nth-child(7) { order: 9; }
    .p-about-box .about-box__item:nth-child(8) { order: 10; }
    .p-about-box .about-box__item:nth-child(9) { order: 7; }
    .p-about-box .about-box__item:nth-child(10) { order: 8; }
    .p-about-box .about-box__item:nth-child(11) { order: 11; }
    .p-about-box .about-box__item:nth-child(12) { order: 12; }
    .p-about-box .about-box__item:nth-child(13) { order: 13; }
    .p-about-box .about-box__item:nth-child(14) { order: 14; }
    .p-best5__block {
        margin-top: 3em;
    }
    .p-best5__block dt .--en {
        font-size: 5rem;
    }
    .p-best5__block dl {
        flex-direction: row;
        align-items: baseline;
        gap: 2em;   
    }
    .p-message {
        grid-template-columns: repeat(3, 1fr);
        gap: 5rem;
        margin-top: 2.5em;
    }
    .p-message__item {
        padding: 2.5em;
    }
}