/*footer 浮防止*/

body.page-id-441 {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

body.page-id-441 main {
    flex: 1 0 auto;
}

body.page-id-441 footer.site-footer {
    margin-top: auto;
}

/*footer 浮防止*/



.contact__inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto 94px;
    padding: 150px 0 0;
}

@media (max-width: 1000px) {
    .contact__inner {
        width: calc(100vw * 1000 / 1440);
        margin: 0 auto calc(100vw * 94 / 1440);
        padding: calc(100vw * 150 / 1440) 0 0;
    }
}

@media (max-width: 750px) {
    .contact__inner {
        width: calc(100vw * 670 / 750);
        padding: calc(100vw * 138.5 / 750) 0 0;
    }
}

.contact__title {
    font-size: 60px;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1 !important;
    margin-bottom: 57px;
    display: inline-block;
    transform: translateX(-1px);
}

@media (max-width: 1000px) {
    .contact__title {
        font-size: calc(100vw * 60 / 1440);
        margin-bottom: calc(100vw * 57 / 1440);
        transform: translateX(calc(100vw * -1 / 1440));
    }
}

@media (max-width: 750px) {
    .contact__title {
        letter-spacing: 0.05em;
        font-size: calc(100vw * 80 / 750);
        margin-bottom: calc(100vw * 59 / 750);
        transform: translateX(calc(100vw * -4 / 750));
    }
}

.contact__date {
    font-size: 16px;
}

@media (max-width: 1000px) {
    .contact__date {
        font-size: calc(100vw * 16 / 1440);
    }
}

@media (max-width: 750px) {
    .contact__date {
        font-size: calc(100vw * 26 / 750);
    }
}

form.formrun label {
    display: block;
    line-height: 1;
    font-size: 18px !important;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

form.formrun .formrun-input input {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    background-color: rgba(238, 238, 238, 0.5);
}

form.formrun .formrun-input span,
form.formrun .formrun-textarea span,
form.formrun .formrun-check span
 {
    margin-left: 10px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: rgba(82, 179, 220, 0.8);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

form.formrun textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-color: rgba(238, 238, 238, 0.5);
}

form.formrun .privacy {
    text-align: center;
    display: block;
}

form.formrun .privacy p {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px !important;
}

form.formrun .privacy p a {
    color: rgba(82, 179, 220, 0.8);
}

form.formrun button.g-recaptcha {
    margin: 0 auto;
    background-color: #e7eff2;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    letter-spacing: 0.05em;
    font-size: 16px !important;
}

.checkboxItem {
    display: flex;
    justify-content: center;
    gap: 10px;
}



/* 


form.formrun label {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    form.formrun label {
        font-size: calc(100vw * 18 / 1440);
        margin-bottom: calc(100vw * 10 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun label {
        font-size: calc(100vw * 28 / 750);
        margin-bottom: calc(100vw * 10 / 750);
    }
}

form.formrun .home_content_contact_wrapper {
    margin-bottom: 15px;
}

@media (max-width: 1000px) {
    form.formrun .home_content_contact_wrapper {
        margin-bottom: calc(100vw * 15 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun .home_content_contact_wrapper {
        margin-bottom: calc(100vw * 40 / 750);
    }
}

form.formrun input {
    width: 100%;
    height: 30px;
    background-color: rgba(238, 238, 238, 0.5);
}

@media (max-width: 1000px) {
    form.formrun input {
        height: calc(100vw * 30 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun input {
        height: calc(100vw * 50 / 750);
    }
}

form.formrun textarea {
    width: 100%;
    height: 300px;
    background-color: rgba(238, 238, 238, 0.5);
}

@media (max-width: 1000px) {
    form.formrun textarea {
        height: calc(100vw * 300 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun textarea {
        height: calc(100vw * 400 / 750);
    }
}

form.formrun .text-danger {
    font-size: 16px;
    color: red;
    margin-top: 3px;
}

@media (max-width: 1000px) {
    form.formrun .text-danger {
        font-size: calc(100vw * 16 / 1440);
        margin-top: calc(100vw * 3 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun .text-danger {
        font-size: calc(100vw * 26 / 750);
        margin-top: calc(100vw * 3 / 750);
    }
}

form.formrun .contact_privacy_text {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    form.formrun .contact_privacy_text {
        font-size: calc(100vw * 16 / 1440) !important;
        margin-bottom: calc(100vw * 30 / 1440);
    }
}

@media (max-width: 750px) {
    form.formrun .contact_privacy_text {
        font-size: calc(100vw * 26 / 750) !important;
        margin-bottom: calc(100vw * 30 / 750);
        text-align: left;
    }
}

form.formrun .button_wrapper {
    margin: 0 auto;
    background-color: #e7eff2;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px !important;
}

@media (max-width: 1000px) {
    form.formrun .button_wrapper {
        width: calc(100vw * 240 / 1440);
        height: calc(100vw * 60 / 1440);
        font-size: calc(100vw * 16 / 1440) !important;
    }
}

@media (max-width: 750px) {
    form.formrun .button_wrapper {
        width: calc(100vw * 480 / 750);
        height: calc(100vw * 120 / 750);
        font-size: calc(100vw * 26 / 750) !important;
    }
} */



form.formrun .text-danger {
    display: none;
    color: red;
    font-size: 16px;
    padding: 0 0 20px;
}

form.formrun .text-danger.formrun-system-show {
    display: block;
}



/* .checkboxItem {
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
} */

/* .checkboxItem:not(:last-of-type) {
    margin-bottom: 16px;
} */

.checkbox {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #06b6d4;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox:checked {
    background-color: #06b6d4;
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}