@charset "UTF-8";

/*crecaplus1 */

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.br-sp {
    display: block;
}

.br-pc {
    display: none;
}

@media screen and (min-width: 801px) {
    .br-sp {
        display: none;
    }
    
    .br-pc {
        display: block;
    }
}

.inline-sp {
    display: inline;
}

@media screen and (min-width: 801px) {
    .inline-sp {
        display: none;
    }
}

.inline-pc {
    display: none;
}

@media screen and (min-width: 801px) {
    .inline-pc {
        display: inline;
    }
}

.arrow-down {
    width: 52px;
    height: 28.49px;
    background-image: url('../images/crecaplus/arrow-down.png');
    background-image: 
        image-set(
            url('../images/crecaplus/arrow-down.png') type('image/png')
        );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 801px) {
    .arrow-down {
        width: 73px;
        height: 40px;
    }
}

@media screen and (min-width: 801px) {
    .arrow-down {
        width: 73px;
        height: 40px;
    }
}

.header {
    width: 100%;
}

.header__container {
    width: 335px;
    margin: 0 auto;
    padding: 20px;
}

.header__logo {
    width: 160px;
    height: 36px;
}

@media screen and (min-width: 801px) {
    .header__container {
        width: 1440px;
        padding: 24px 80px;
    }

    .header__logo {
        width: 228px;
        height: 51px;
    }
}

.main {
    margin-top: 4px;
    margin-bottom: 40px;
}

@media screen and (min-width: 801px) {
    .main {
        margin-top: 96px;
        margin-bottom: 120px;
    }
}

p {
    margin-bottom: 0;
}

.m-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0;
}

@media screen and (min-width: 801px) {
    .m-container {
        gap: 120px;
        margin: 0 auto;
    }
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .top {
        gap: 80px;
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
   
}

.top__title {
    width: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .top__title {
        width: 866px;
        gap: 40px;
    }
}

.top__title-banner {
    height: 49px;
    width: 100%;
    background: linear-gradient(to right, #17B130, #0A6B1A);
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .top__title-banner {
        height: 68px;
        font-size: 40px;
    }
}

.top__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.top__title-image {
    width: 335px;
    height: 48.7px;
}

@media screen and (min-width: 801px) {
    .top__title-image {
        width: 866px;
        height: 125.9px;
    }
}

.top__title-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .top__title-text {
        font-size: 24px;
    }
}

.top__title-logo {
    width: 240px;
    height: 35.85px;
}

@media screen and (min-width: 801px) {
    .top__title-logo {
        width: 375.49px;
        height: 56.09px;
    }
}

.top__description {
    width: 335px;
    background-color: #F0F6EB;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 20px 24px;
}

@media screen and (min-width: 801px) {
    .top__description {
        width: 981px;
        gap: 16px;
        padding: 60px 40px 32px;
    }
}

.top__description-header {
    background-image: url('../images/crecaplus/description-header.png');
    background-image: 
        image-set(
            url('../images/crecaplus/description-header.png') type('image/png')
        );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -14.56px;
    left: 8px;
    width: 320px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .top__description-header {
        top: -45px;
        left: 128.5px;
        width: 724px;
        height: 89px;
    }
}

.top__description-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

@media screen and (min-width: 801px) {
    .top__description-header-text {
        height: 59px;
    }
}

.top__description-header-text-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: center;
    color: white;
}

@media screen and (min-width: 801px) {
    .top__description-header-text-sub {
        font-size: 16px;
    }
}

.top__description-header-text-main {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: center;
    color: white;
}

@media screen and (min-width: 801px) {
    .top__description-header-text-main {
        font-size: 24px;
    }
}

.top__description-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .top__description-text {
        font-size: 24px;
    }
}

.top__description-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #0B6E1C;
}

@media screen and (min-width: 801px) {
    .top__description-title {
        font-size: 32px;
    }
}

.top__description-attention {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .top__description-attention {
        font-size: 12px;
    }
}

.cta {
    height: 410px;
    border: 1px solid gray;
}

@media screen and (min-width: 801px) {
    .cta {
        height: 407px;
    }
}

.compensation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .compensation {
        gap: 40px;
        width: 100%;
    }
}

.compensation__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__title {
        font-size: 40px;
        padding-bottom: 24px;
        width: 786px;
    }
}

.compensation__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__list {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: unset;
    }
}

.compensation__item {
    width: 100%;
    padding: 40px 17.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.compensation__item:first-child {
    background-color: #E8F3DF;
}

.compensation__item:last-child {
    background-color: #F4F4F4;
}

@media screen and (min-width: 801px) {
    .compensation__item {
        width: 526px;
        padding: 40px 24px;
        gap: 24px;
    }
}

.compensation__item-logo {
    width: 200px;
    height: 49px;
}

@media screen and (min-width: 801px) {
    .compensation__item-logo {
        width: 200px;
        height: 49px;
    }
}

.compensation__item-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__item-list {
        gap: 10px;
    }
}

.compensation__item-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .compensation__item-list-row {
        flex-direction: row;
        gap: 18px;
    }
}

.compensation__item-list-row-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
}

.compensation__item-list-row-title--first {
    font-size: 20px;
    font-weight: 700;
}

.compensation__item-list-row-title span {
    font-size: 12px;
}

@media screen and (min-width: 801px) {
    .compensation__item-list-row-title {
        font-size: 16px;
        width: 300px;
    }

    .compensation__item-list-row-title--first {
        font-size: 20px;
        font-weight: 700;
    }

    .compensation__item-list-row-title span {
        font-size: 12px;
    }
}

.compensation__item-list-row-value {
    color: #DD0A0A;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
}

.compensation__item-list-row-value--first {
    font-size: 20px;
    font-weight: 700;
}

.compensation__item-list-row-value--black {
    font-weight: 400;
    color: #222;
}

@media screen and (min-width: 801px) {
    .compensation__item-list-row-value {
        font-size: 16px;
        width: 130px;
    }

    .compensation__item-list-row-value--first {
        font-size: 20px;
        font-weight: 700;
    }
}


.compensation__item-list-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .compensation__item-list-text {
        font-size: 12px;
    }
}

.compensation__item-attention {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    background-color: #DD0A0A;
    color: white;
    padding: 4px 47.5px;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .compensation__item-attention {
        font-size: 16px;
        padding: 4px 12px;
    }
}

.compensation__item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
}

.compensation__item-title span {
    font-weight: bold;
}

@media screen and (min-width: 801px) {
    .compensation__item-title {
        font-size: 16px;
    }
}

.compensation__item-normal,
.compensation__item-gold {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal,
    .compensation__item-gold {
        gap: 24px;
    }
}

.compensation__item-normal-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    background-color: #E0E0E0;
    width: 100%;
    padding: 8px 0;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal-title {
        font-size: 16px;
        padding: 8px 0;
    }
}

.compensation__item-gold-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: white;
    background-color: #8D713C;
    width: 100%;
    padding: 8px 0;
}

@media screen and (min-width: 801px) {
    .compensation__item-gold-title {
        font-size: 16px;
        padding: 8px 0;
    }
}

.compensation__item-normal-list,
.compensation__item-gold-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal-list,
    .compensation__item-gold-list {
        gap: 10px;
    }
}

.compensation__item-normal-list-row,
.compensation__item-gold-list-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal-list-row,
    .compensation__item-gold-list-row {
        flex-direction: row;
        gap: 18px;
    }
}

.compensation__item-normal-list-row-title,
.compensation__item-gold-list-row-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal-list-row-title,
    .compensation__item-gold-list-row-title {
        font-size: 16px;
        width: 300px;
    }
}

.compensation__item-normal-list-row-value,
.compensation__item-gold-list-row-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .compensation__item-normal-list-row-value,
    .compensation__item-gold-list-row-value {
        font-size: 16px;
        width: 160px;
    }
}

.compensation__item-gold-attention {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .compensation__item-gold-attention {
        font-size: 12px;
    }
}

.compensation__banner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .compensation__banner-wrap {
        gap: 60px;
    }
}

.compensation__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    background-color: #F0F6EB;
    padding: 40px 20px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .compensation__banner {
        flex-direction: row;
        gap: 40px;
        padding: 40px 71px 40px 40px;
    }
}

.compensation__banner-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 332px;
    height: 333px;
    background-image: url('../images/crecaplus/sp-banner-bg.png');
    background-image: image-set(url('../images/crecaplus/sp-banner-bg.png') type('image/png'));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 801px) {
    .compensation__banner-bg {
        width: 312px;
        height: 258.5px;
        background-image: url('../images/crecaplus/banner-bg.png');
        background-image: 
            image-set(
                url('../images/crecaplus/banner-bg.png') type('image/png')
            );
    }
}

.compensation__banner-logo {
    width: 240px;
    height: 58px;
    z-index: 1;
}

@media screen and (min-width: 801px) {
    .compensation__banner-logo {
        width: 292px;
        height: 71px;
    }
}

.compensation__banner-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

@media screen and (min-width: 801px) {
    .compensation__banner-text-wrap {
        width: 633px;
        align-items: flex-start;
        gap: 12px;
    }
}

/*
.compensation__banner-text {
    border: 1px solid red;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .compensation__banner-text {
        font-size: 16px;
        text-align: left;
    }
}
    */

.compensation__banner-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

.compensation__banner-title span {
    color: #01813D;
}

@media screen and (min-width: 801px) {
    .compensation__banner-title {
        font-size: 32px;
        text-align: left;
    }
}

.compensation__banner-attention {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
}

@media screen and (min-width: 801px) {
    .compensation__banner-attention {
        font-size: 12px;
    }
}

.case {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .case {
        gap: 80px;
    }
}

.case__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .case__title {
        font-size: 40px;
        padding-bottom: 24px;
        width: 100%;
    }
}

.case__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 64px 20px;
    background-color: #F0F6EB;
    position: relative;
}

@media screen and (min-width: 801px) {
    .case__content {
        padding: 80px 140px;
        gap: 18px;
    }
}

.case__corner {
    display: none;
}

@media screen and (min-width: 801px) {
    .case__corner {
        display: block;
        width: 81px;
        height: 87px;
        background-image: url('../images/crecaplus/corner.png');
        background-image: 
            image-set(
                url('../images/crecaplus/corner.png') type('image/png')
            );
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.case__corner--right-top {
    position: absolute;
    top: -14px;
    right: -14px;
    transform: scaleX(-1);
}

.case__corner--right-bottom {
    position: absolute;
    bottom: -22px;
    right: -14px;
    transform: scale(-1, -1);
}

.case__corner--left-top {
    position: absolute;
    top: -14px;
    left: -14px;
}

.case__corner--left-bottom {
    position: absolute;
    bottom: -22px;
    left: -14px;
    transform: scaleY(-1);
}

.case__speech-bubble {
    position: absolute;
    top: -13.05px;
    color: white;
    background-color: #222;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 4px 20px;
}

.case__speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 19px solid #222;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
}

@media screen and (min-width: 801px) {
    .case__speech-bubble {
        position: absolute;
        top: -31px;
        left: 400px;
        font-size: 24px;
        padding: 4px 40px;
    }
    
    .case__speech-bubble::after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 19px solid #222;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
    }
}

.case__content-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 335px;
}

@media screen and (min-width: 801px) {
    .case__content-title-wrap {
        width: 100%;
        gap: 12px;
    }
}

.case__content-title-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .case__content-title-text {
        font-size: 16px;
    }
}

.case__content-title {
    color: #DD650A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .case__content-title {
        font-size: 32px;
    }
}

.case__content-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 335px;
}

@media screen and (min-width: 801px) {
    .case__content-list {
        gap: 18px;
        width: 100%;
    }
}

.case__content-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: unset;
}

@media screen and (min-width: 801px) {
    .case__content-row {
        flex-direction: row;
        height: 144px;
    }
}

.case__content-row-country {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: white;
    height: unset;
    height: 48px;
    border-bottom: 1px solid #BFD4AE;
}

@media screen and (min-width: 801px) {
    .case__content-row-country {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 130px;
        height: 100%;
        padding: 0;
        border-bottom: none;
        border-right: 1px solid #BFD4AE;
    }
}

.case__content-row-country-flag {
    width: 32px;
    height: 21px;
}

@media screen and (min-width: 801px) {
    .case__content-row-country-flag {
        width: 32px;
        height: 21px;
    }
}

.case__content-row-country-name {
    color: #01813C;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .case__content-row-country-name {
        font-size: 20px;
    }
}

.case__content-row-text-wrap {
    padding: 20px;
    width: 100%;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .case__content-row-text-wrap {
        width: 415px;
        padding: 20px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.case__content-row-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .case__content-row-text {
        font-size: 16px;
    }
}

.case__content-row-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 335px;
    height: 144px;
    background-image: url('../images/crecaplus/bg-price.png');
    background-image: 
        image-set(
            url('../images/crecaplus/price-bg.png') type('image/png')
        );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 26px 0;
}

@media screen and (min-width: 801px) {
    .case__content-row-price {
        width: 255px;
        height: 100%;
        gap: 0;
        justify-content: space-between;
        padding: 23px 0;
    }
}

.case__content-row-price-text {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .case__content-row-price-text {
        font-size: 24px;
    }
}

.case__content-row-price-value {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
}

.case__content-row-price-value span {
    font-size: 56px;
    font-weight: 500;
}

@media screen and (min-width: 801px) {
    .case__content-row-price-value {
        font-size: 24px;
    }

    .case__content-row-price-value span {
        font-size: 56px;
    }
}

.case__content-attention {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 0;
    width: 335px;
    word-break: break-all;
}

.case__content-attention a {
    color: unset;
}

@media screen and (min-width: 801px) {
    .case__content-attention {
        font-size: 12px;
        width: 100%;
    }
}

.card {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .card {
        gap: 40px;
    }
}

.card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .card__title {
        font-size: 40px;
        padding-bottom: 24px;
        width: 100%;
    }
}

.card__content-wrap {
    width: 335px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .card__content-wrap {
        width: 100%;
        gap: 24px;
    }
}

.card__content-attention {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .card__content-attention {
        font-size: 16px;
    }
}

.card__content {
    width: 335px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #F0F6EB;
    border-radius: 8px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .card__content {
        width: 100%;
        padding: 60px 128px;
    }
}

.card__content-title {
    display: none;
}

@media screen and (min-width: 801px) {
    .card__content-title {
        display: block;
        color: #0B6E1C;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 24px;
    }
}

.card__content-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
    margin-bottom: 24px;
}

@media screen and (min-width: 801px) {
    .card__content-row {
        gap: 20px;
        row-gap: 23px;
        margin-bottom: 24px;
    }
}

.card__content-item {
    width: 100%;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 16px 20px 16px 24px;
}

@media screen and (min-width: 801px) {
    .card__content-item {
        width: 400px;
        padding: 16px 40.5px 16px 24px;
    }
}

.card__content-item-logo {
    width: 64px;
    height: 64px;
}

@media screen and (min-width: 801px) {
    .card__content-item-logo {
        width: 80px;
        height: 80px;
    }
}

.card__content-item-text {
    color: #222;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: 24px;
    margin-right: 55px;
}

@media screen and (min-width: 801px) {
    .card__content-item-text {
        font-size: 24px;
        width: 150px;
        margin-left: 24px;
        margin-right: 69.5px;
    }
}

.card__content-item-other {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #222;
    width: fit-content;
    margin-right: 37px; 
}

@media screen and (min-width: 801px) {
    .card__content-item-other {
        font-size: 16px;
        margin-right: 90px;
    }
}   

.card__content-item-arrow {
    width: 8px;
    height: 13px;
}

@media screen and (min-width: 801px) {
    .card__content-item-arrow {
        width: 12px;
        height: 19px;
    }
}

.cta-wrap {
    width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .cta-wrap {
        width: 100%;
    }
}

.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: unset;
    border: none;
}

@media screen and (min-width: 801px) {
    .cta {
       gap: 80px;
    }
}

.cta.cta--button {
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .cta.cta--button {
        gap: 16px;
    }
}

.cta__button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

@media screen and (min-width: 801px) {
    .cta__button-wrap {
        gap: 18px;
    }
}

.cta__button-header {
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 0 16px;
    position: relative;
}

.cta__button-header::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    height: 14.44px;
    background-image: url('../images/crecaplus/slash.png');
    background-size: cover;
}

.cta__button-header::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 8px;
    height: 14.44px;
    background-image: url('../images/crecaplus/slash.png');
    background-size: cover;
    transform: scaleX(-1);
}

@media screen and (min-width: 801px) {

    .cta__button-header {
        font-size: 24px;
        padding: 0 22px;
    }

    .cta__button-header::before {
        top: 2.5px;
        width: 17px;
        height: 32px;
    }

    .cta__button-header::after {
        top: 2.5px;
        width: 17px;
        height: 32px;
    }
}

.cta__button {
    width: 335px;
    height: 177px;
    background-color: #6FBA40;
    border-radius: 8px;
    color: red;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
}

.cta__button:hover {
    color: white;
}

@media screen and (min-width: 801px) {
    .cta__button {
        width: 522px;
        height: 276px;
        gap: 24px;
        padding-top: 32px;
    }
}

.cta__button-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .cta__button-text {
        font-size: 40px;
    }
}

.cta__button-icon {
    width: 80px;
    height: 80px;
}

@media screen and (min-width: 801px ){
    .cta__button-icon {
        width: 160px;
        height: 160px;
    }
}

.cta__simple-button {
    background-color: #6FBA40;
    border: 2px solid white;
    width: 335px;
    box-shadow: 4px 4px 12px rgba(0,0,0,.24);
    display: flex;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.cta__simple-button .cta__simple-button--small {
    font-size: 14px;
}

.cta__simple-button::after {
    content: '';
    position: absolute;
    top: 28px;
    right: 20px;
    width: 12px;
    height: 7.4px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 7.45946L16.7833 0L19 2.27027L9.5 12L0 2.27027L2.21667 0L9.5 7.45946Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 801px) {
    .cta__simple-button {
        border: 4px solid white;
        width: 724px;
        box-shadow: 4px 4px 24px rgba(0,0,0,.24);
        font-size: 40px;
        padding: 21px 0;
    }

    .cta__simple-button .cta__simple-button--small {
        font-size: 28px;
    }

    .cta__simple-button::after {
        content: '';
        position: absolute;
        top: 56.51px;
        right: 19.5px;
        width: 19px;
        height: 12px;
    }
}


.cta__simple-button:hover {
    color: white;
}


.cta__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .cta__text-wrap {
        gap: 48px;
    }
}

.cta__text-wrap-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .cta__text-wrap-inner {
        gap: 16px;
    }
}

.cta__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .cta__text {
        font-size: 16px;
    }
}

.cta__link {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
}

.cta__link:hover {
    color: #222;
    text-decoration: underline;
}

@media screen and (min-width: 801px) {
    .cta__link {
        font-size: 16px;
    }
}

.cta__attention {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {
    .cta__attention {
        font-size: 12px;
    }
}

.lp-footer {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.lp-footer__attention {
    width: 335px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: right;;
    color: black;
}

.lp-footer__content {
    width: 100%;
    background-color: #026430;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-footer__text {
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {

    .lp-footer__attention {
        width: 1080px;
    }
}