.lp-worries {
    background-color: #f9f4f9;
    font-family: 'Noto Sans JP', sans-serif;
    padding-block: 64px;
    position: relative;
    z-index: 1;
}

.lp-worries .lp-worries-inner {
    position: relative;
    z-index: 2;
}

.lp-worries .lp-worries-title {
    font-weight: 700;
    text-align: center;
}

.lp-worries .lp-worries-items {
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(13px 13px 0 rgba(183, 152, 184, 0.25));
}

.lp-worries .lp-worries-items::after {
    background-image: url(../../images/lp/background-worries-bubblle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 44px;
    left: 50%;
    position: absolute;
    top: 100%;
    translate: -50%;
    width: 98px;
}

.lp-worries .lp-worries-items > div {
    padding: 32px;
}

.lp-worries .lp-worries-items > div + div {
    position: relative;
}

.lp-worries .lp-worries-items > div + div::before {
    background-color: #c6c6c6;
    content: '';
    position: absolute;
}

.lp-worries .lp-worries-items > div > dt {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    line-height: 1.1875;
}

.lp-worries .lp-worries-items > div > dt > span {
    font-size: 1.25rem;
    line-height: 1.2;
}

.lp-worries .lp-worries-items > div > dd {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
    margin-block-start: 16px;
    padding-inline-start: 22px;
    position: relative;
    z-index: 1;
}

.lp-worries .lp-worries-items > div > dd::before {
    background-image: url(../../images/lp/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 14px;
}

.lp-worries .lp-worries-solution-title {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-worries .lp-worries-solution-title > span.normal {
    font-weight: 500;
}

.lp-worries .lp-worries-solution-title > span.bold {
    color: #f80a5b;
    font-weight: 700;
}

.lp-worries .lp-worries-solution-list {
    display: grid;
    gap: 24px;
}

.lp-worries .lp-worries-solution-list > li {
    display: block;
}

.lp-worries .lp-worries-solution-list > li > .lp-worries-solution-list-item-image {
    margin-block-end: 24px;
}

.lp-worries .lp-worries-solution-list > li > .lp-worries-solution-list-item-image > img {
    filter: drop-shadow(12px 12px 0 rgba(183, 152, 184, 0.25));
    margin-inline: auto;
    max-width: 210px;
    width: 100%;
}

.lp-worries .lp-worries-solution-list > li > h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.lp-worries .lp-worries-solution-list > li > p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8571428571;
    margin-block-start: 16px;
    text-align: center;
}
@media (min-width: 576px) {

    .lp-worries {
        padding-inline: 32px;
    }

    .lp-worries .lp-worries-header {
        margin-block-end: 56px;
    }

    .lp-worries .lp-worries-title {
        font-size: 2rem;
        line-height: 1.375;
    }

    .lp-worries .lp-worries-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .lp-worries .lp-worries-items > div {
        display: grid;
        grid-row: span 3;
        grid-template-rows: subgrid;
    }

    .lp-worries .lp-worries-items > div + div::before {
        bottom: 40px;
        left: -0.5px;
        top: 40px;
        width: 1px;
    }

    .lp-worries .lp-worries-items > div > dt {
        margin-block-end: 16px;
    }

    .lp-worries .lp-worries-solution-title {
        gap: 8px;
        margin-block-start: 80px;
    }

    .lp-worries .lp-worries-solution-title > span.normal {
        font-size: 2rem;
        line-height: 1.1875;
    }

    .lp-worries .lp-worries-solution-title > span.bold {
        font-size: 3.5rem;
        line-height: 1;
    }

    .lp-worries .lp-worries-solution-list {
        grid-template-columns: repeat(3, 1fr);
        margin-block-start: 57px;
    }
}
@media (min-width: 1200px) {

    .lp-worries {
        padding-block: 80px;
        padding-inline: 0;
    }

    .lp-worries .lp-worries-inner {
        margin-inline: auto;
        max-width: 1200px;
    }

    .lp-worries .lp-worries-header {
        margin-block-end: 67px;
    }

    .lp-worries .lp-worries-title {
        font-size: 3rem;
        line-height: 1.2083333333;
    }

    .lp-worries .lp-worries-items > div {
        padding: 40px;
    }

    .lp-worries .lp-worries-items > div > dt {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .lp-worries .lp-worries-items > div > dt > span {
        font-size: 1.5rem;
        line-height: 2;
    }

    .lp-worries .lp-worries-items > div > dd {
        font-size: 1rem;
        line-height: 1.75;
        padding-inline-start: 32px;
    }

    .lp-worries .lp-worries-items > div > dd::before {
        height: 16px;
        width: 16px;
    }

    .lp-worries .lp-worries-solution-title {
        margin-block-start: 86px;
    }

    .lp-worries .lp-worries-solution-title > span.normal {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .lp-worries .lp-worries-solution-title > span.bold {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lp-worries .lp-worries-solution-list {
        gap: 32px;
        margin-block-start: 64px;
        padding-block-end: 19px;
    }

    .lp-worries .lp-worries-solution-list > li > .lp-worries-solution-list-item-image > img {
        max-width: 230px;
    }

    .lp-worries .lp-worries-solution-list > li > h4 {
        font-size: 1.5rem;
    }

    .lp-worries .lp-worries-solution-list > li > p {
        font-size: 1rem;
        line-height: 1.75;
    }
}
@media (max-width: 575.96px) {

    .lp-worries {
        padding-inline: 24px;
    }

    .lp-worries .lp-worries-header {
        margin-block-end: 40px;
    }

    .lp-worries .lp-worries-title {
        font-size: 1.5rem;
        line-height: 1.2083333333;
    }

    .lp-worries .lp-worries-items > div + div::before {
        height: 1px;
        left: 32px;
        right: 32px;
        top: -0.5px;
    }

    .lp-worries .lp-worries-items > div > dt {
        margin-block-end: 32px;
    }

    .lp-worries .lp-worries-solution-title {
        gap: 8px 4px;
        margin-block-start: 83px;
    }

    .lp-worries .lp-worries-solution-title > span:first-child {
        text-align: center;
        width: 100%;
    }

    .lp-worries .lp-worries-solution-title > span.normal {
        font-size: 1.5rem;
        line-height: 1.2083333333;
    }

    .lp-worries .lp-worries-solution-title > span.bold {
        font-size: 3rem;
        line-height: 1.3958333333;
    }

    .lp-worries .lp-worries-solution-list {
        margin-block-start: 37px;
    }
}
