.cta {
    position: relative;
}
.cta__inner {
    width: 334px;
    background-color: #fff;
    border: solid #369978 1px;
    border-radius: 12px;
    padding-bottom: 10px;

    position: absolute;
    top: -143px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
}
.cta__title {
    width: 261px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #369978;
    border-radius: 0 0 7px 7px;
    margin: 0 auto;
    padding: 4px 0;
}
.cta__text {
    display: block;
    width: 173px;
    margin: 8px auto 0;
}
.cta__image {
    display: block;
    width: 227px;
    margin: 4px auto 0;
}

.cta__close {
    color: #000;
    font-size: 10px;
    text-align: center;
}


/* =========================
   PC
========================= */
@media (min-width: 980px) {
    .cta__inner {
        width: 714px;
        border-radius: 12px;
        padding-bottom: 16px;

        position: absolute;
        top: -643px;
    }
    .cta__title {
        width: 559px;
        font-size: 20px;
        border-radius: 0 0 15px 15px;
        padding: 8px 0;
    }
    .cta__text {
        width: 370px;
        margin: 16px auto 0;
    }
    .cta__image {
        width: 485px;
        margin: 8px auto 0;
    }

    .cta__close {
        font-size: 14px;
    }
}


.cta02 {
    width: 100%;
    background-image: url(../images/cta-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 111px 0 141px;
}

.cta02__text {
    display: block;
    width: 225px;
    margin: 0 auto;
}

.cta02__button--image {
    display: block;
    width: 335px;
    margin: 37px auto 0;
}


/* =========================
   PC
========================= */
@media (min-width: 980px) {
    .cta02 {
        padding: 200px 0 222px;
    }

    .cta02__text {
        width: 629px;
    }

    .cta02__button--image {
        width: 491px;
        margin: 40px auto 0;
    }
}