@charset "UTF-8";

.p-promiseV2,
.p-promiseV2 * {
    box-sizing: border-box;
}

.p-promiseV2 {
    padding: 26px 0 36px;
    background:
        radial-gradient(circle at 75% 42%,rgba(18,124,255,.88) 0,rgba(18,124,255,.28) 32%,transparent 58%),
        linear-gradient(135deg,#062b68 0%,#03387f 48%,#096fe4 100%);
    color: #062b68;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.p-promiseV2__inner {
    width: min(calc(100% - 40px),1120px);
    margin: 0 auto;
}

.p-promiseV2__heading {
    width: min(300px,34%);
    margin: 0 auto 4px;
    line-height: 0;
}

.p-promiseV2__heading img {
    display: block;
    width: 100%;
    height: auto;
}

.p-promiseV2__list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin: 0;
    padding: 16px 18px 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0,27,77,.3);
    list-style: none;
}

.p-promiseV2__item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    padding: 0 16px 4px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.p-promiseV2__item + .p-promiseV2__item {
    border-left: 2px dotted #2a86d8;
}

.p-promiseV2__badge {
    display: block;
    width: 150px;
    height: 169px;
    margin: -2px auto 2px;
    object-fit: contain;
}

.p-promiseV2__text {
    margin: 0;
    color: #062b68;
    font-size: clamp(1.85rem,1.75vw,2.2rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.42;
}

.p-promiseV2__text strong {
    color: #ef171b;
    font-size: 1.2em;
    font-weight: 900;
}

@media (max-width: 767px) {
    .p-promiseV2 {
        padding: 34px 0 48px;
        background:
            radial-gradient(circle at 80% 28%,rgba(18,124,255,.82) 0,rgba(18,124,255,.24) 34%,transparent 60%),
            linear-gradient(160deg,#062b68 0%,#06478f 55%,#0875e8 100%);
    }

    .p-promiseV2__inner {
        width: min(calc(100% - 28px),620px);
    }

    .p-promiseV2__heading {
        width: min(72%,320px);
        margin-bottom: 8px;
    }

    .p-promiseV2__list {
        display: block;
        padding: 12px 14px 14px;
        border-radius: 15px;
    }

    .p-promiseV2__item {
        min-height: 0;
        padding: 10px 4px 12px;
        flex-direction: row;
        gap: 12px;
        text-align: left;
    }

    .p-promiseV2__item + .p-promiseV2__item {
        border-top: 2px dotted #2a86d8;
        border-left: 0;
    }

    .p-promiseV2__badge {
        flex: 0 0 128px;
        width: 128px;
        height: 144px;
        margin: 0;
    }

    .p-promiseV2__text {
        margin: 0;
        font-size: clamp(1.9rem,5.5vw,2.25rem);
        line-height: 1.38;
    }
}

@media (max-width: 359px) {
    .p-promiseV2__inner {
        width: calc(100% - 20px);
    }

    .p-promiseV2__list {
        padding-right: 12px;
        padding-left: 12px;
    }

    .p-promiseV2__item {
        gap: 10px;
    }

    .p-promiseV2__badge {
        flex-basis: 108px;
        width: 108px;
        height: 122px;
    }

    .p-promiseV2__text {
        font-size: 1.72rem;
    }
}
