.tc-title {
    color: var(--0-c-2-d-45, #0c2d45);
    font-family: Montserrat, "noto sans jp", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;


    font-size: calc(64 / 1440 * 100vw);
    display: flex;
    align-items: center;
}

.tc-title img {
    width: 200px;
}

@media (max-width: 1024px) {
    .tc-title img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .tc-title {
        font-size: calc(22 / 375 * 100vw);
    }

    .tc-title img {
        width: 80px;
    }
}