.hero-image {
    background-color: #eaf5ed;
    border-radius: 12px;
}

.hero-image .hero-info {
    padding: 36px 24px 0;
}

.hero-image h1 {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
    margin: 0;
}

.hero-image .hero-content {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    margin-top: 24px;
}

.hero-image .button-wrap {
    margin-top: 24px;
}

.hero-image .button-wrap .button {
    align-items: center;
    background-color: #309748;
    border: 2px solid #309748;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1.6666666667;
    min-width: 119px;
    padding: 0 34px;
}

.hero-image .button-wrap .button:hover {
    background-color: #278c3f;
    border: 2px solid #278c3f;
}

.hero-image .hero-thumbnail {
    margin: 24px 0 0;
}

.hero-image .hero-thumbnail .sp-only {
    border-radius: 0 0 12px 12px;
    display: block;
}

.hero-image .hero-thumbnail .pc-only {
    border-radius: 0 12px 12px 0;
    display: none;
}
@media (min-width: 992px) {

    .hero-image {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .hero-image .hero-info {
        flex-shrink: 1;
        margin: 0 24px 0 60px;
        padding: 0;
        width: 370px;
    }

    .hero-image h1 {
        font-size: 2.5rem;
        line-height: 1.45;
    }

    .hero-image .hero-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .hero-image .button-wrap .button {
        display: inline-flex;
        font-size: 1.25rem;
        line-height: 1.7;
    }

    .hero-image .hero-thumbnail {
        margin-left: 24px;
        margin-top: 0;
        width: calc(100% - 483px);
    }

    .hero-image .hero-thumbnail .sp-only {
        display: none;
    }

    .hero-image .hero-thumbnail .pc-only {
        display: block;
    }
}
