.about-fv {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    color: #fff;
}

.about-fv__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 55%;
}

.about-fv__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
}

.about-fv__breadcrumb {
    position: absolute;
    top: 120px;
    left: 58px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 400;
}

.about-fv__breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
}

.about-fv__breadcrumb a:hover {
    opacity: .65;
}

.about-fv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: .06em;
    white-space: nowrap;
}

/*一覧*/
.case-list {
    padding: 80px 20px 45px;
    background: #fff;
    color: #111;
}

.case-list__inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.case-list__title {
    margin: 0 0 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family:
            "Yu Mincho",
            "Hiragino Mincho ProN",
            serif;
    line-height: 1.4;
}

.case-list__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 95px;
}

.case-card {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.case-card__title {
    margin: 0;
    padding: 12px 20px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}

.case-card__body {
    padding: 24px 36px 28px;
}

.case-card__photos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.case-card__photo {
    width: 155px;
    flex-shrink: 0;
    text-align: center;
}

.case-card__image {
    width: 155px;
    height: 155px;
    overflow: hidden;
}

.case-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
}

.case1 {
    transform: translate(10px, 0px) scale(1.4);
}

.case2 {
    transform: translate(10px, 6px) scale(1.3);
}

.case3 {
    transform: translate(10px, 1px) scale(1.3);
}

.case4 {
    transform: translate(10px, -3px) scale(1.35);
}

.case5 {
    transform: translate(-2px, 6px) scale(1.05);
}

.case6 {
    transform: translate(2px, 2px) scale(1.06);
}

.case7 {
    transform: translate(8px, -19px) scale(1.59);
}

.case8 {
    transform: translate(3px, -12px) scale(2.1);
}

.case-card__photo p {
    margin: 6px 0 0;
    font-size: 17px;
    line-height: 1.4;
}

.case-card__arrow {
    width: 0;
    height: 0;
    flex-shrink: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 27px solid #d7b34d;
}

.case-card__info {
    margin: 24px 0 0;
    border-top: 1px solid #ccc;
}

.case-card__row {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    min-height: 34px;
    border-bottom: 1px solid #ccc;
}

.case-card__row dt,
.case-card__row dd {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
}

.case-card__row dt {
    padding-left: 4px;
    font-weight: 400;
}

.case-card__row dd {
    font-weight: 500;
}

.case-list__note {
    margin: 38px 0 0 6px;
    font-size: 16px;
    line-height: 1.6;
}

/*声*/
.voice {
    padding: 80px 20px 110px;
    background: radial-gradient(circle at center, #222222 30%, #121212 70%);
    color: #fff;
}

.voice__inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.voice__title {
    margin: 0 0 75px;
    text-align: center;
    font-size: 42px;
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    font-weight: 600;
    line-height: 1.4;
}

.voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.voice-card {
    min-height: 480px;
    padding: 34px 34px 42px;
    background: #fff;
    color: #111;
    box-sizing: border-box;
}

.voice-card__top {
    display: flex;
    align-items: center;
    gap: 32px;
}

.voice-card__icon {
    display: block;
    width: 65px;
    height: 65px;
    object-fit: contain;
    flex-shrink: 0;
}

.voice-card__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 25px;
    line-height: 1;
}

.voice-card__stars span {
    color: #ffb000;
}

.voice-card__info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
}

.voice-card__age {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.voice-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 7px 14px;
    border: 1px solid #d7b34d;
    border-radius: 6px;
    color: #c69b25;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.voice-card__line {
    width: 100%;
    height: 1px;
    margin: 25px 0 28px;
    background: #d5d5d5;
}

.voice-card__text {
    margin: 0 0 22px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.voice-card__text:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .about-fv {
        height: 360px;
    }

    .about-fv__bg {
        object-position: 58% center;
        transform: scale(1.8);
    }

    .about-fv__breadcrumb {
        top: 90px;
        left: 20px;
        gap: 5px;
        font-size: 11px;
    }

    .about-fv__title {
        top: 55%;
        width: 100%;
        padding: 0 20px;
        font-size: 32px;
        letter-spacing: .04em;
        text-align: center;
        white-space: nowrap;
    }

    /*一覧*/
    .case-list {
        padding: 60px 15px 40px;
    }

    .case-list__inner {
        max-width: 500px;
    }

    .case-list__title {
        margin-bottom: 35px;
        font-size: 27px;
    }

    .case-list__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .case-card {
        width: 100%;
    }

    .case-card__title {
        padding: 10px 15px;
        font-size: 18px;
    }

    .case-card__body {
        padding: 20px 18px 22px;
    }

    .case-card__photos {
        justify-content: center;
        gap: 14px;
    }

    .case-card__photo {
        width: calc((100% - 58px) / 2);
        max-width: 145px;
    }

    .case-card__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .case-card__photo p {
        margin-top: 5px;
        font-size: 15px;
    }

    .case-card__arrow {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 20px;
    }

    .case-card__info {
        margin-top: 20px;
    }

    .case-card__row {
        grid-template-columns: 45% 55%;
        min-height: 32px;
    }

    .case-card__row dt,
    .case-card__row dd {
        font-size: 15px;
    }

    .case-card__row dt {
        padding-left: 3px;
    }

    .case-list__note {
        margin: 28px 0 0;
        font-size: 13px;
        line-height: 1.6;
    }

    /*声*/
    .voice {
        padding: 60px 16px 80px;
    }

    .voice__title {
        margin-bottom: 45px;
        font-size: 32px;
    }

    .voice__list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .voice-card {
        width: 100%;
        min-height: auto;
        padding: 28px 24px 34px;
        box-sizing: border-box;
    }

    .voice-card__top {
        gap: 22px;
    }

    .voice-card__icon {
        width: 56px;
        height: 56px;
    }

    .voice-card__stars {
        gap: 1px;
        font-size: 21px;
    }

    .voice-card__info {
        gap: 12px;
        margin-top: 28px;
    }

    .voice-card__age {
        font-size: 20px;
    }

    .voice-card__tag {
        min-width: auto;
        padding: 6px 11px;
        font-size: 13px;
    }

    .voice-card__line {
        margin: 20px 0 22px;
    }

    .voice-card__text {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.8;
    }
}