.top-page-atarimae-cta {
    padding: 56px 0;
}

.top-page-atarimae-cta__link {
    background-color: #e5e5e5;
    border-radius: 10px;
    color: #1f1f1f;
    display: block;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
    width: 100%;
}

.top-page-atarimae-cta__link:hover {
    color: #1f1f1f;
    opacity: 0.92;
}

.top-page-atarimae-cta__content {
    max-width: 620px;
    padding: 72px 50px 58px;
    position: relative;
    z-index: 2;
}

.top-page-atarimae-cta__label {
    align-items: center;
    background-color: #036f4f;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0 14px;
    white-space: nowrap;
}

.top-page-atarimae-cta__heading {
    color: #1f1f1f;
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.43;
    margin-top: 18px;
    white-space: nowrap;
}

.top-page-atarimae-cta__heading-break,
.top-page-atarimae-cta__text-break {
    display: none;
}

.top-page-atarimae-cta__text {
    color: #1f1f1f;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 18px;
    text-shadow: 0 0 20px rgba(31, 31, 31, 0.24);
}

.top-page-atarimae-cta__text-line {
    white-space: nowrap;
}

.top-page-atarimae-cta__visual {
    aspect-ratio: 1080 / 843;
    height: 422px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: -36px;
    width: 540px;
    z-index: 1;
}

.top-page-atarimae-cta__visual img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.top-page-atarimae-cta__arrow {
    align-items: center;
    background-color: #036f4f;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(83px);
    transition: transform 0.4s cubic-bezier(0, 0.55, 0.45, 1);
    width: 40px;
    z-index: 3;
}

.top-page-atarimae-cta__link:hover .top-page-atarimae-cta__arrow {
    transform: translate(4px, 83px);
}

.top-page-atarimae-cta__arrow img {
    display: block;
    height: 24px;
    width: 24px;
}

@media screen and (max-width: 992px) {
    .top-page-atarimae-cta__link {
        --top-page-atarimae-cta-visual-width: clamp(398px, 58vw, 500px);
        min-height: clamp(311px, 45.27vw, 390px);
    }

    .top-page-atarimae-cta__content {
        max-width: 520px;
        padding: 52px 40px;
    }

    .top-page-atarimae-cta__heading {
        font-size: 3.6rem;
        white-space: normal;
    }

    .top-page-atarimae-cta__heading-break {
        display: block;
    }

    .top-page-atarimae-cta__text-break {
        display: block;
    }

    .top-page-atarimae-cta__visual {
        bottom: 0;
        height: auto;
        opacity: 1;
        right: clamp(-170px, -14vw, -80px);
        top: auto;
        width: var(--top-page-atarimae-cta-visual-width);
    }
}

@media screen and (max-width: 576px) {
    .top-page-atarimae-cta__link {
        --top-page-atarimae-cta-visual-width: clamp(300px, 78vw, 360px);
        min-height: clamp(234px, 60.89vw, 281px);
    }

    .top-page-atarimae-cta__content {
        max-width: clamp(180px, 42vw, 240px);
        padding: clamp(28px, 8vw, 36px) 20px;
    }

    .top-page-atarimae-cta__label {
        font-size: clamp(1.1rem, 3.2vw, 1.3rem);
        height: clamp(27px, 8vw, 30px);
        padding: 0 8px;
    }

    .top-page-atarimae-cta__heading {
        font-size: clamp(2.2rem, 6.6666666667vw, 2.5rem);
        line-height: 1.28;
        margin-top: clamp(12px, 4vw, 16px);
        white-space: nowrap;
    }

    .top-page-atarimae-cta__heading-break,
    .top-page-atarimae-cta__text-break {
        display: block;
    }

    .top-page-atarimae-cta__text {
        font-size: clamp(1.1rem, 2.9333333333vw, 1.35rem);
        line-height: 1.65;
        margin-top: clamp(12px, 4vw, 16px);
        text-shadow: 0 0 12px rgba(229, 229, 229, 0.9);
    }

    .top-page-atarimae-cta__visual {
        bottom: 0;
        height: auto;
        opacity: 1;
        right: clamp(-138px, -26vw, -88px);
        top: auto;
        width: var(--top-page-atarimae-cta-visual-width);
    }

    .top-page-atarimae-cta__arrow {
        bottom: 24px;
        right: 24px;
        top: auto;
        transform: none;
    }

    .top-page-atarimae-cta__link:hover .top-page-atarimae-cta__arrow {
        transform: translateX(4px);
    }
}
