.form-footer {
    background: #8b6e4a;
    color: #fff
}

.form-footer a {
    color: #fff
}

.form-footer-contain {
    margin: 0 auto;
    max-width: 813px;
    padding: 98px 64px 46px
}

.form-footer--title {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 100%;
    margin: 0 0 16px;
    text-align: center
}

.form-footer--content {
    font-size: 16px;
    line-height: 150%;
    margin: 0 auto;
    max-width: 591px;
    text-align: center
}

.form-footer form {
    margin: 29px auto 35.5px
}

.form-footer .hs-form-field {
    margin-bottom: 40px
}

.form-footer form input[type=email],
.form-footer form input[type=file],
.form-footer form input[type=number],
.form-footer form input[type=password],
.form-footer form input[type=tel],
.form-footer form input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    padding: 0 0 9px
}

.form-footer form input[type=email]:focus,
.form-footer form input[type=file]:focus,
.form-footer form input[type=number]:focus,
.form-footer form input[type=password]:focus,
.form-footer form input[type=tel]:focus,
.form-footer form input[type=text]:focus,
.form-footer form select:focus,
.form-footer form textarea:focus {
    border-color: #fff;
    outline: 0
}

.form-footer ::-webkit-input-placeholder {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 150%
}

.form-footer :-moz-placeholder,
.form-footer ::-moz-placeholder {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 150%
}

.form-footer ::placeholder {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 150%
}

.form-footer form .hs-form-booleancheckbox {
    position: relative
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display,
.form-footer form .inputs-list .hs-form-checkbox-display,
.form-footer form .inputs-list .hs-form-radio-display {
    align-items: center;
    gap: 17px
}

.form-footer .legal-consent-container .hs-form-booleancheckbox-display input {
    background: transparent;
    height: 22px;
    width: 22px
}

.form-footer .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important
}

.form-footer form input[type=checkbox],
.form-footer form input[type=radio] {
    cursor: pointer;
    flex-shrink: 0
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display,
.form-footer form .inputs-list .hs-form-checkbox-display,
.form-footer form .inputs-list .hs-form-radio-display {
    font-size: 14px;
    line-height: 150%
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display>input[type=checkbox],
.form-footer form .inputs-list .hs-form-checkbox-display>input[type=checkbox],
.form-footer form .inputs-list .hs-form-radio-display>input[type=radio] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display>span,
.form-footer form .inputs-list .hs-form-checkbox-display>span,
.form-footer form .inputs-list .hs-form-radio-display>span {
    align-items: center;
    display: flex;
    gap: 17px
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display>span:before,
.form-footer form .inputs-list .hs-form-checkbox-display>span:before,
.form-footer form .inputs-list .hs-form-radio-display>span:before {
    border: 1px solid #d9d9d9;
    content: "";
    cursor: pointer;
    display: block;
    flex: 0 0 auto;
    height: 22px;
    width: 22px
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display>span:before,
.form-footer form .inputs-list .hs-form-checkbox-display>span:before {
    border-radius: 0
}

.form-footer form .inputs-list .hs-form-booleancheckbox-display>input[type=checkbox]:checked+span:before,
.form-footer form .inputs-list .hs-form-checkbox-display>input[type=checkbox]:checked+span:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23D9D9D9' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 22px auto
}

.form-footer form .inputs-list .hs-form-radio-display>span:before {
    border-radius: 100%
}

.form-footer form .inputs-list .hs-form-radio-display>input[type=radio]:checked+span:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D9D9D9' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 22px auto
}

.form-footer form .hs-submit {
    text-align: center
}

.form-footer form .hs-button,
.form-footer form input[type=submit] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 14px;
    margin-top: 33.5px;
    padding: 15px 23px;
    text-transform: uppercase
}

.form-footer form .hs-button:focus,
.form-footer form .hs-button:hover,
.form-footer form input[type=submit]:focus,
.form-footer form input[type=submit]:hover {
    background: #000;
    border-color: #000
}

.form-footer--note {
    font-size: 14px;
    line-height: 150%;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .form-footer-contain {
        max-width: 625px;
        padding: 100px 40px 103px
    }

    .form-footer--content {
        font-size: 16px;
        line-height: 160%;
        max-width: 543px
    }

    .form-footer form {
        margin: 31px auto 41px
    }
}

@media only screen and (max-width:767px) {
    .form-footer-contain {
        padding: 100px 19px
    }

    .form-footer--content {
        font-size: 18px;
        line-height: 150%
    }

    .form-footer form {
        margin: 70px auto 44px;
        padding: 0 21px
    }

    .form-footer form .hs-button,
    .form-footer form input[type=submit] {
        width: 100%
    }

    .form-footer--note {
        font-size: 12px;
        line-height: 140%
    }
}