/* --------------------
 About Insurance
-------------------- */
.overview {
    margin: 0 0 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 0 60px;
        padding: 60px 0 0;
    }
}

.overview-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.overview__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.77;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .overview__content p {
        font-size: var(--fs18);
    }
}

.overview__content p:last-child {
    margin-bottom: 0;
}

.list {
    overflow: hidden;
    position: relative;
}

.list:before {
    background-image: url(../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .list:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.list:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .list:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.list-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .list-container {
        padding: 100px var(--c-pad) 90px;
    }
}

.list__item-wrapper {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .list__item-wrapper {
        gap: 0 40px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1240px) {
    .list__item-wrapper {
        gap: 0 70px;
        margin: -12px auto 0;
    }
}

.list__item {
    border-top: 0.2666666667vw solid var(--color-onyx);
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding: 5.3333333333vw 0 12.8vw;
}

@media (min-width: 768px) {
    .list__item {
        border-top-width: 1px;
        padding: 20px 0 48px;
    }
}

@media (max-width: 767px) {
    .list__item:nth-child(01) {
        border-top: none;
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .list__item:nth-child(01), .list__item:nth-child(02), .list__item:nth-child(03) {
        border-top: none;
        padding-top: 4px;
    }
}

@media (max-width: 767px) {
    .list__item:last-child {
        padding-bottom: 0;
    }
}

.list__item__fig {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 6.4vw;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .list__item__fig {
        margin: 0 0 24px;
    }
}

@media (min-width: 1240px) {
    .list__item__fig {
        min-height: 180px;
    }
}

.list__item__fig:after {
    aspect-ratio: 300/250;
    background-image: url(../images/pages/aboutinsurance/aboutinsurance-bg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 80vw;
    position: absolute;
    right: 0;
    top: 6.4vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .list__item__fig:after {
        max-width: 300px;
        top: 24px;
    }
}

.list__item__title {
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 5.3333333333vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .list__item__title {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .list__item__title {
        font-size: var(--fs24);
    }
}

.list__item__content {
    margin: 0 0 4.2666666667vw;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .list__item__content {
        margin: 0 0 16px;
    }
}

.list__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.66;
    margin: 0;
}

@media (min-width: 992px) {
    .list__item__content p {
        font-size: var(--fs18);
    }
}

.list__item__action {
    width: 100%;
}