@charset "UTF-8";

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

.p-aboutV2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 58px 0 88px;
    background: #fffdf5;
    color: #062f6e;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.p-aboutV2::before,
.p-aboutV2::after {
    display: none;
}

.p-aboutV2::before {
    left: 0;
    mask-image: linear-gradient(135deg,#000 0,transparent 76%);
}

.p-aboutV2::after {
    right: 0;
    mask-image: linear-gradient(225deg,#000 0,transparent 76%);
}

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

.p-aboutV2__header {
    text-align: center;
}

.p-aboutV2__icon,
.p-costV2__icon,
.p-placeV2__icon,
.p-flowV2__icon,
.p-caseV2__heading > img {
    width: 74px;
    height: 74px;
}

.p-aboutV2__icon {
    display: block;
    margin: 0 auto 14px;
    object-fit: contain;
}

.p-aboutV2__title {
    margin: 0;
    color: #063b7d;
    font-size: clamp(3.8rem,4.25vw,5rem);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
}

.p-aboutV2__titleRule {
    display: none;
}

.p-aboutV2__card {
    display: grid;
    grid-template-columns: 68px minmax(0,1fr);
    gap: 38px;
    width: min(100%,1040px);
    margin: 38px auto 0;
    padding: 36px 42px 36px 38px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 28px rgba(68,73,54,.06);
}

.p-aboutV2__label {
    display: flex;
    min-height: 338px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 12px;
    background: linear-gradient(180deg,#0752b8 0%,#05327d 100%);
    box-shadow: 0 5px 12px rgba(4,50,124,.14);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: .35em;
    line-height: 1;
    text-indent: .35em;
    writing-mode: vertical-rl;
}

.p-aboutV2__addresses {
    margin: 0;
}

.p-aboutV2__address {
    display: grid;
    min-height: 84px;
    grid-template-columns: 200px minmax(0,1fr);
    align-items: center;
    gap: 14px;
    padding: 15px 4px;
    border-bottom: 1px dotted #b8b8b8;
}

.p-aboutV2__address:first-child {
    padding-top: 5px;
}

.p-aboutV2__address:last-child {
    padding-bottom: 5px;
    border-bottom: 0;
}

.p-aboutV2__address dt,
.p-aboutV2__address dd {
    margin: 0;
}

.p-aboutV2__address dt {
    color: #063b7d;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1.45;
    white-space: nowrap;
}

.p-aboutV2__address dd {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: .55em;
    color: #0a254e;
    font-size: 1.72rem;
    font-weight: 700;
    line-height: 1.55;
}

.p-aboutV2__address dd span:first-child {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .p-aboutV2 {
        padding: 38px 0 62px;
    }

    .p-aboutV2__inner {
        width: min(calc(100% - 24px),520px);
    }

    .p-aboutV2__icon,
    .p-costV2__icon,
    .p-placeV2__icon,
    .p-flowV2__icon,
    .p-caseV2__heading > img {
        width: 58px;
        height: 58px;
    }

    .p-aboutV2__icon {
        margin-bottom: 8px;
    }

    .p-aboutV2__title {
        font-size: 3.2rem;
    }

    .p-aboutV2__card {
        display: block;
        margin-top: 26px;
        padding: 20px 20px 18px;
        border-radius: 14px;
    }

    .p-aboutV2__label {
        display: inline-flex;
        min-height: 0;
        padding: 8px 12px 9px;
        border-radius: 6px;
        font-size: 1.7rem;
        letter-spacing: .05em;
        line-height: 1;
        text-indent: 0;
        writing-mode: horizontal-tb;
    }

    .p-aboutV2__addresses {
        margin-top: 6px;
    }

    .p-aboutV2__address,
    .p-aboutV2__address:first-child,
    .p-aboutV2__address:last-child {
        display: block;
        min-height: 0;
        padding: 16px 0 17px;
    }

    .p-aboutV2__address:not(:last-child) {
        border-bottom: 1px dotted #aeb7c4;
    }

    .p-aboutV2__address dt {
        font-size: 1.65rem;
    }

    .p-aboutV2__address dd {
        display: block;
        margin-top: 5px;
        font-size: 1.52rem;
        line-height: 1.55;
    }

    .p-aboutV2__address dd span {
        display: block;
    }
}

@media (max-width: 359px) {
    .p-aboutV2__inner {
        width: min(calc(100% - 18px),520px);
    }

    .p-aboutV2__card {
        padding-right: 16px;
        padding-left: 16px;
    }

    .p-aboutV2__address dt {
        font-size: 1.55rem;
    }

    .p-aboutV2__address dd {
        font-size: 1.42rem;
    }
}
