@charset "UTF-8";

/* sp */
.lpBr {
    display: none;
}

.topic--graphic {
    color: var(--primary-orange);
}

.point__txt {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 27.2px;
}

.point__txt:first-of-type {
    margin-top: 5px;
}

/* ========== pc ========== */
@media screen and (min-width:769px) {
    .description__item {
        width: 25%;
    }

    .project__group {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .description__name--visual {
        margin-right: 100px;
        display: inline-block;
        font-family: "Jost", sans-serif;
        font-size: 2.4rem;
        font-optical-sizing: auto;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: normal;
        background-color: var(--primary-accentGreen);
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    .project__titlePicture {
        margin-top: 0;
    }

}