@charset "UTF-8";
.contact-page .contact-intro {
    position: relative;
    z-index: 2;
    width: var(--content-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 30px 10px;
    text-align: center;
}

.contact-page .en-head {
    margin-bottom: 30px;
}

.contact-page .contact-lead {
    font-size: 1.4em;
    margin-bottom: 25px;
}

.contact-tel-block {
    width: 980px;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 35px 30px;
    box-sizing: border-box;
    border-top: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    text-align: center;
}

.contact-tel-img {
    display: block;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    height: auto;
}

.contact-tel-img.sp {
    width: 300px;
}

.cform-note {
    width: var(--content-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 30px 10px;
    text-align: center;
    font-size: 1.2em;
}

.cform {
    width: 980px;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 30px;
}

.cform-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 25px;
    padding: 30px 0;
    border-top: 1px solid #d7dee7;
    align-items: start;
}

.cform-consent {
    border-top: 1px solid #d7dee7;
    border-bottom: 1px solid #d7dee7;
    padding: 35px 0;
    margin-top: 0;
}

.cform-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--blue);
    font-size: 1.1em;
    padding-top: 10px;
}

.req {
    flex: 0 0 auto;
    margin-left: auto;
    background: #c1272d;
    color: var(--white);
    font-size: 0.7em;
    padding: 0 5px;
}

.cform-field input[type="text"],
.cform-field input[type="tel"],
.cform-field input[type="email"],
.cform-field select,
.cform-field textarea {
    width: 100%;
    padding: 15px 15px;
    font-family: inherit;
    font-size: 1em;
    color: var(--text);
    background: #fafbfc;
    border: 1px solid #dfe5ec;
    border-radius: 5px;
    box-sizing: border-box;
}

.cform-field textarea {
    min-height: 220px;
    resize: vertical;
}

.cform-field input::placeholder,
.cform-field textarea::placeholder {
    color: #9aa6b2;
}

.cform-field select {
    appearance: auto;
}

.addr-sub {
    display: grid;
    gap: 20px;
}

.addr-zip-pref {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.addr-sublabel {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: var(--text);
}

.cform-privacy {
    text-align: center;
    margin: 0;
    font-size: 1em;
}

.cform-privacy a {
    color: var(--blue);
    text-decoration: underline;
}

.cform-agree {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 1.1em;
}

.cform-agree input {
    width: 20px;
    height: 20px;
}

.cform-submit {
    text-align: center;
    margin-top: 50px;
}

.cform-submit button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-width: 340px;
    padding: 20px 35px;
    font-family: inherit;
    font-size: 1.2em;
    color: var(--white);
    background: var(--blue);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cform-submit button:hover {
    opacity: 0.85;
}

.cform-submit .btn-pill-arrow img {
    width: 30px;
}

.cform-confirm {
    padding-top: 10px;
    font-size: 1.1em;
}

.cform-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.cform-back {
    min-width: 200px;
    padding: 20px 35px;
    font-family: inherit;
    font-size: 1.1em;
    color: var(--blue);
    background: var(--white);
    border: 1.5px solid var(--blue);
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cform-send {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 340px;
    padding: 20px 35px;
    font-family: inherit;
    font-size: 1.2em;
    color: var(--white);
    background: var(--blue);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cform-back:hover,
.cform-send:hover {
    opacity: 0.85;
}

.cform-send .btn-pill-arrow img {
    width: 30px;
}

.contact-complete {
    text-align: center;
    padding: 30px 30px 20px;
}

.contact-complete-lead {
    font-size: 1.6em;
    color: var(--blue);
    margin-bottom: 25px;
}

.contact-complete-text {
    font-size: 1.1em;
    margin-bottom: 45px;
}

.contact-complete-btn {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contact-page .contact-intro {
        padding: 40px 25px 0;
    }
    .cform-confirm {
        padding-top: 0;
        font-size: 1em;
    }
    .cform-btns {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .cform-back {
        width: 100%;
    }
    .cform-send {
        min-width: 0;
        width: 100%;
    }
    .contact-complete-lead {
        font-size: 1.3em;
    }
    .contact-complete-text {
        font-size: 1em;
        text-align: left;
    }
    .cform-note {
        padding: 40px 25px 0;
        font-size: 1em;
    }
    .cform {
        padding: 0 25px;
    }
    .cform-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0;
    }
    .cform-label {
        padding-top: 0;
    }
    .addr-zip-pref {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .cform-submit button {
        min-width: 0;
        width: 100%;
    }
}
