@charset "UTF-8";

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

.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;
}

.thumbnail__pictureSp {
    width: 100%;
    height: 100%;
}

.project__picture--logo {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.project__group--thumbNail {
    margin-top: 40px;
}

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

    
    .thumbnail__pictureLp {
        width: 100%;
        aspect-ratio: 16/9;
    }

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

    .description__name--visual {
        margin-right: 6.77%;
    }

    .project__titlePicture {
        margin-top: 0;
    }

    .picture__center {
        width: 68.47%;
    }

    .picture__center.picture__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
        width: 68.47%;
    }
}