@charset "utf-8";

.bg-1 {
    background-image: url("../img/bg-1.webp");
    padding-bottom: 40px;
    margin-bottom: 0;
}

.heading4 {
    font-size: clamp(12px, 3.5vw, 20px);
    font-weight: var(--weight-l);
    color: var(--color-3);
    margin-bottom: 20px;
    line-height: 1.3;
}

.heading4 span {
    font-size: clamp(12px, 6vw, 28px);
}