.getshifter-speech-bubbles:not(.swiper) .speech-bubbles-inner {
    align-items: stretch;
    max-width: 1016px;
    width: 100%;
}

.getshifter-speech-bubbles:not(.swiper) .speech-bubbles {
    height: fit-content;
    margin-inline: auto;
    width: 100%;
}

.getshifter-speech-bubbles.swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.getshifter-speech-bubbles.swiper .speech-bubbles-content {
    max-width: 240px;
}

.getshifter-speech-bubbles .speech-bubbles-inner {
    align-items: flex-end;
    gap: 40px;
}

.getshifter-speech-bubbles .speech-bubbles {
    background-color: #f3eaf3;
    border-radius: 12px;
    filter: drop-shadow(12px 12px 0 rgba(183, 152, 184, 0.25));
    position: relative;
}

.getshifter-speech-bubbles .speech-bubbles::after {
    background-color: #f3eaf3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 12px;
    left: 50%;
    position: absolute;
    top: calc(100% - 8px);
    transform: translateX(-50%);
    width: 13.86px;
}

.getshifter-speech-bubbles .speech-bubbles-list {
    list-style: none;
    padding: 16px 16px 24px 36px;
}

.getshifter-speech-bubbles .speech-bubbles-list li {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4285714286;
    position: relative;
}

.getshifter-speech-bubbles .speech-bubbles-list li::before {
    background-color: #892885;
    content: '';
    display: block;
    height: 8px;
    left: -20px;
    position: absolute;
    top: 8px;
    width: 8px;
}

.getshifter-speech-bubbles .speech-bubbles-list li:not(:first-child) {
    margin-top: 8px;
}

.getshifter-speech-bubbles .speech-bubbles-icon {
    margin: 24px 0 0;
}

.getshifter-speech-bubbles .speech-bubbles-icon img {
    display: block;
    margin: 0 auto;
}

.getshifter-speech-bubbles .speech-bubbles-icon .speech-bubbles-icon-caption {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    margin-top: 16px;
    text-align: center;
}

.getshifter-speech-bubbles.features-bubble-01 {
    margin-top: 64px;
}

.getshifter-speech-bubbles.features-bubble-02 .speech-bubbles,
.getshifter-speech-bubbles.features-bubble-02 .speech-bubbles::after {
    background-color: #fff;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-content {
    padding: 0 16px;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-content:not(:first-child) {
    margin-top: 48px;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles {
    filter: none;
    padding: 16px 16px 24px;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles::after {
    height: 18px;
    top: calc(100% - 2px);
    width: 20.78px;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    line-height: 1.5;
    text-align: center;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-title::first-line {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    line-height: 1;
}

.getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-icon {
    margin-top: 22px;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-content:not(:first-child),
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-content:not(:first-child) {
    margin-top: 40px;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles {
    background-color: #fff;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles::after,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles::after {
    background-color: #fff;
    height: 18px;
    top: calc(100% - 2px);
    width: 20.78px;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-title,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-title {
    color: #892885;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.0225rem;
    line-height: 1.5555555556;
    padding: 24px 24px 0;
    text-align: center;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-list-item,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-list-item {
    font-weight: 400;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-icon,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-icon {
    margin: 32px 0 0;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-icon img,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-icon img {
    display: block;
    margin: 0 auto;
}

.getshifter-speech-bubbles.headless-bubbles .speech-bubbles-icon .speech-bubbles-icon-caption,
.getshifter-speech-bubbles.static-bubbles .speech-bubbles-icon .speech-bubbles-icon-caption {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-top: 16px;
    text-align: center;
}
@media (min-width: 992px) {

    .getshifter-speech-bubbles:not(.swiper) .speech-bubbles-inner {
        display: flex;
        gap: 40px;
        margin: 0 auto;
    }

    .getshifter-speech-bubbles:not(.swiper) .speech-bubbles {
        height: calc(100% - 96px);
    }

    .getshifter-speech-bubbles.swiper .speech-bubbles-content {
        max-width: 400px;
    }

    .getshifter-speech-bubbles .speech-bubbles-inner {
        gap: 60px;
    }

    .getshifter-speech-bubbles .speech-bubbles::after {
        height: 18px;
        top: calc(100% - 2px);
        width: 20.78px;
    }

    .getshifter-speech-bubbles .speech-bubbles-list {
        padding: 40px 40px 40px 60px;
    }

    .getshifter-speech-bubbles .speech-bubbles-list li {
        font-size: 1rem;
        line-height: 1.5;
    }

    .getshifter-speech-bubbles .speech-bubbles-list li::before {
        top: 9px;
    }

    .getshifter-speech-bubbles .speech-bubbles-list li:not(:first-child) {
        margin-top: 16px;
    }

    .getshifter-speech-bubbles .speech-bubbles-icon {
        margin-top: 40px;
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-content {
        padding: 0;
        width: calc(33.33333% - 26.67px);
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-content:not(:first-child) {
        margin-top: 0;
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles {
        padding: 40px 32px 64px;
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-title {
        font-size: 1.125rem;
        letter-spacing: 0.02rem;
        line-height: 1.8888888889;
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-title::first-line {
        font-size: 2rem;
        line-height: 1.65625;
    }

    .getshifter-speech-bubbles.indivisual-bubble .speech-bubbles-icon {
        margin-top: 32px;
    }

    .getshifter-speech-bubbles.headless-bubbles .speech-bubbles-content,
    .getshifter-speech-bubbles.static-bubbles .speech-bubbles-content {
        width: calc(33.33333% - 26.67px);
    }

    .getshifter-speech-bubbles.headless-bubbles .speech-bubbles-content:not(:first-child),
    .getshifter-speech-bubbles.static-bubbles .speech-bubbles-content:not(:first-child) {
        margin-top: 0;
    }

    .getshifter-speech-bubbles.headless-bubbles .speech-bubbles,
    .getshifter-speech-bubbles.static-bubbles .speech-bubbles {
        min-height: 436px;
    }

    .getshifter-speech-bubbles.headless-bubbles .speech-bubbles-title,
    .getshifter-speech-bubbles.static-bubbles .speech-bubbles-title {
        align-items: center;
        display: flex;
        height: 100px;
        line-height: 1.6666666667;
        padding: 40px 35px 0;
    }

    .getshifter-speech-bubbles.headless-bubbles .speech-bubbles-icon,
    .getshifter-speech-bubbles.static-bubbles .speech-bubbles-icon {
        margin-top: 40px;
    }

    .getshifter-speech-bubbles.static-bubbles .speech-bubbles {
        min-height: 332px;
    }
}
