.footer {
    background-color: #2B9B7D;
    padding: 33px 32px 22px 32px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: calc(32 / 14);
}

@media screen and (max-width: 1210px) {
    .footer {
        padding: 33px 16px 22px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 28.8px 32px 16.77px 32px;
        font-size: 13px;
        letter-spacing: 1.3px;
        line-height: 2;
    }
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    gap: 16px;
}

.footer__site-text {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: calc(19 / 12);
    margin-bottom: 12.79px;
}

@media screen and (max-width: 1024px) {
    .footer__site-text {
        font-size: 13px;
        letter-spacing: 1.3px;
        line-height: calc(20 / 13);
    }
}

.footer__logo {
    max-width: 207px;
    margin-bottom: 47px;
}

@media screen and (max-width: 1024px) {
    .footer__logo {
        max-width: 203px;
        margin-bottom: 29.5px;
    }
}

.footer__logo img {
    width: 100%;
}

.footer__links {
    display: flex;
    gap: 29px;
}

@media screen and (max-width: 1210px) {
    .footer__links {
        gap: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .footer__links {
        gap: 22px;
    }
}

.footer__nav {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1210px) {
    .footer__nav {
        gap: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .footer__nav.layout-pc {
        display: none;
    }
}

.footer__nav-title {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    padding-bottom: 5.29px;
    margin-bottom: 11px;
    border-bottom: 1px solid #ffffff;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
}

.footer__nav-flex {
    display: flex;
}

.footer__nav-flex .footer__nav-list:first-child {
    margin-right: 34.45px;
}

.footer__nav-flex .footer__nav-list:nth-child(2) {
    margin-right: 51.53px;
}

.footer__nav-block:first-child .footer__nav-list {
    margin-right: 37.18px;
}

.footer__nav-block:nth-child(2) .footer__nav-list {
    margin-right: 30.81px;
}

.footer__nav-block:nth-child(3) .footer__nav-list {
    margin-right: 6.12px;
}

.footer__nav-block:nth-child(4) .footer__nav-list {
    margin-right: 68px;
}

@media screen and (max-width: 1210px) {

    .footer__nav-block:first-child .footer__nav-list,
    .footer__nav-block:nth-child(2) .footer__nav-list,
    .footer__nav-block:nth-child(3) .footer__nav-list,
    .footer__nav-block:nth-child(4) .footer__nav-list {
        margin-right: 10px;
    }
}

.copyright {
    text-align: center;
    padding-top: 7px;
}

.copyright__text {
    display: block;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: calc(26 / 12);
}