@media(max-width:767px) {
    .banner-home-cont {
        min-height: 225px;
        padding-top: 60px;
    }

    .name-company {
        font-size: 1.9rem;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
        letter-spacing: 0.1em;
        bottom: 8px;
    }

    .mockup-content h2 {
        font-size: 1.8rem;
        line-height: 1.28;
        padding-bottom: 13px;
        margin-bottom: 23px;
    }

    .mockup-content h2::after {
        height: 3px;
    }

    .mockup-content p {
        font-size: 1.4rem;
        line-height: 1.66;
    }

    .mockup-content h3 {
        font-size: 1.5rem;
        min-height: 55px;
        line-height: 1.2;
        padding: 10px 25px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .mockup-content h3::after {
        width: 4px;
    }

    .table-mockup td:first-child {
        width: 95px;
        padding: 13px 12px;
    }

    .table-mockup td {
        padding: 13px;
        font-size: 1.4rem;
        line-height: 1.66;
    }

    .info-box {
        padding: 24px 22px;
        border-radius: 5px;
    }

    .mockup-content h4 {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }

    .mockup-content h4::after {
        width: 70px;
    }

    .info-contact-left {
        width: 70px;
        font-size: 1.4rem;
        padding-right: 9px;
    }

    .info-contact-right {
        padding-left: 13px;
        font-size: 1.4rem;
        line-height: 1.66;
        letter-spacing: 0;
    }

    a.btn.btn-link {
        padding: 18px 20px;
        min-height: 100px;
    }

    a.btn.btn-link b {
        font-size: 1.7rem;
    }

    a.btn.btn-link p {
        font-size: 1.3rem;
    }

    a.btn.btn-link::after {
        width: 30px;
        height: 30px;
        right: 20px;
    }

    .banner-home::after {
        background-image: url(../images/index/bg-banner-sm.png);
    }

    a.btn.btn-file {
        min-height: 40px;
        font-size: 1.25rem;
        min-width: 126px;
        padding-left: 40px;
        align-items: center;
        padding-bottom: 0;
        letter-spacing: 0;
        width: max-content;
    }

    a.btn.btn-file::after {
        width: 20px;
        height: 24px;
        left: 10px;
        transform: translateY(-50%);
        top: 50%;
    }

    .file-link-group {
        flex-direction: column;
        gap: 10px;
    }

    .js-scrollable table {
        width: 430px;
    }

    .docs-table td {
        height: 40px;
        font-size: 1.4rem;
        padding: 15px;
    }

    .docs-table td:first-child {
        width: 195px;
    }

    .docs-table td:nth-child(2) {
        width: 80px;
    }

    .docs-table tr:first-child td {
        padding: 8px;
    }

    .page-header-title {
        min-height: 150px;
        padding-top: 28px;
    }

    .title-jp {
        font-size: 1.8rem;
    }

    .title-en {
        font-size: 1.7rem;
        bottom: 10px;
    }

    .page-header::after {
        background-image: url(../images/index/bg-page-sm.png);
    }

    .box-link-footer {
        flex-direction: column;
        gap: 0;
        padding: 10px 20px;
        align-items: center;
        min-height: auto;
    }

    a.link-footer {
        font-size: 1.4rem;
        padding: 12px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    a.link-footer:last-child {
        border-bottom: none;
    }

    a.link-footer::after {
        display: none;
    }
}