/* --------------------
 Contact
-------------------- */
@media (max-width: 767px) {
    .com-page-head__fig img {
        object-position: 85% center;
    }
}

.tel {
    margin: 0 0 32vw;
}

@media (min-width: 768px) {
    .tel {
        margin: 0 0 100px;
    }
}

.tel-container {
    margin: 0 auto;
    max-width: calc(860px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.tel__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 2.6666666667vw;
    justify-content: center;
    margin: 0 0 5.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .tel__item-wrapper {
        flex-wrap: nowrap;
        gap: 10px;
        margin: 0 0 20px;
        padding: 20px 0 0;
    }
}

.tel__item {
    align-items: stretch;
    border: 0.2666666667vw solid var(--color-navy);
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .tel__item {
        border-width: 1px;
        flex: 0 0 calc(50% - 5px);
    }
}

.tel__item__title {
    align-items: center;
    background-color: var(--color-navy);
    color: var(--color-white);
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 500;
    height: 9.6vw;
    justify-content: center;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .tel__item__title {
        font-size: var(--fs20);
        height: 40px;
    }
}

.tel__item__number {
    color: var(--color-navy);
    flex: 1 1 auto;
    font-size: var(--fs18);
    font-weight: 700;
    padding: 3.2vw 1.6vw;
    text-align: center;
}

@media (min-width: 768px) {
    .tel__item__number {
        font-size: var(--fs20);
        padding: 16px 6px;
    }
}

.tel__item__number a {
    color: inherit;
    text-decoration: none;
}

.tel__note p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .tel__note p {
        font-size: var(--fs16);
    }
}

.form {
    display: block;
    margin: 0 0 32vw;
}

@media (min-width: 768px) {
    .form {
        margin: 0 0 140px;
    }
}

.form-container {
    margin: 0 auto;
    max-width: calc(860px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.form input[type=text], .form input[type=tel], .form input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.2666666667vw solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--fs16);
    line-height: 1.4;
    padding: 3.2vw;
    width: 100%;
}

@media (min-width: 768px) {
    .form input[type=text], .form input[type=tel], .form input[type=email] {
        border-width: 1px;
        padding: 8px 12px;
    }
}

.form textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.2666666667vw solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--fs16);
    height: 42.6666666667vw;
    line-height: 1.4;
    padding: 3.2vw;
    width: 100%;
}

@media (min-width: 768px) {
    .form textarea {
        border-width: 1px;
        height: 140px;
        padding: 12px;
    }
}

.form .com-subtitle {
    margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
    .form .com-subtitle {
        margin-bottom: 40px;
    }
}

.form__content {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 992px) {
    .form__content {
        margin: 0 0 16px;
        padding: 36px 0 0;
    }
}

.form__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .form__content p {
        font-size: var(--fs16);
    }
}

.form__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 8vw;
    width: 100%;
}

@media (max-width: 767px) {
    .form__table {
        display: block;
    }
}

@media (min-width: 768px) {
    .form__table {
        margin: 0 0 40px;
    }
}

.form__table .__required {
    color: #b70202;
}

@media (max-width: 767px) {
    .form__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form__table > tbody > tr {
        display: block;
        margin: 0 0 8vw;
        width: 100%;
    }

    .form__table > tbody > tr:last-child {
        margin-bottom: 0;
    }
}

.form__table > tbody > tr > th, .form__table > tbody > tr > td {
    line-height: 1.75;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (max-width: 767px) {
    .form__table > tbody > tr > th, .form__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

.form__table > tbody > tr > th {
    font-size: var(--fs16);
    font-weight: 500;
    padding: 0 0 1.0666666667vw;
}

@media (max-width: 767px) {
    .form__table > tbody > tr > th {
        border-bottom: 0.2666666667vw solid var(--color-navy);
    }
}

@media (min-width: 768px) {
    .form__table > tbody > tr > th {
        border-bottom: 1px solid var(--color-navy);
        font-size: var(--fs16);
        min-width: 300px;
        padding: 20px;
        width: 300px;
    }
}

.form__table > tbody > tr > td {
    font-size: var(--fs14);
    padding: 3.2vw 0 0;
}

@media (min-width: 768px) {
    .form__table > tbody > tr > td {
        border-bottom: 1px solid #DDDDDD;
        font-size: var(--fs16);
        padding: 20px;
    }
}

.form__table__radio .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
    padding: 0;
}

.form__table__radio .wpcf7-form-control {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.6666666667vw;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .form__table__radio .wpcf7-form-control {
        gap: 10px 16px;
        padding: 4px 0;
    }
}

.form__table__radio .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.form__table__radio label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.form__table__radio label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.form__table__radio label span {
    display: block;
    padding-left: 6.6666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .form__table__radio label span {
        padding-left: 25px;
    }
}

.form__table__radio label span:before {
    background-color: var(--color-white);
    border: 0.2666666667vw solid #cccccc;
    border-radius: 2.6666666667vw;
    bottom: 0;
    content: "";
    height: 5.3333333333vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .form__table__radio label span:before {
        border-radius: 10px;
        border-width: 1px;
        height: 20px;
        width: 20px;
    }
}

.form__table__radio label span:after {
    background-color: var(--color-navy);
    border-radius: 1.8666666667vw;
    bottom: 0;
    content: "";
    display: block;
    height: 3.7333333333vw;
    left: 0.8vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 3.7333333333vw;
}

@media (min-width: 768px) {
    .form__table__radio label span:after {
        border-radius: 7px;
        height: 14px;
        left: 3px;
        width: 14px;
    }
}

.form__table__radio label input:checked ~ span:after {
    opacity: 1;
}

.form__table__radio label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.form__privacy {
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .form__privacy {
        margin: 0 0 80px;
    }
}

.form__privacy__lead {
    margin: 0 0 8vw;
}

@media (min-width: 768px) {
    .form__privacy__lead {
        margin: 0 0 30px;
    }
}

.form__privacy__lead p {
    font-size: var(--fs14);
    line-height: 1.62;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .form__privacy__lead p {
        font-size: var(--fs16);
    }
}

.form__privacy__lead p a {
    color: #9A0018;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.form__privacy__lead p a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .form__privacy__lead p a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.form__privacy__lead p:last-child {
    margin-bottom: 0;
}

.form__privacy__main {
    border: 1px solid var(--color-navy);
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .form__privacy__main {
        margin: 0 0 40px;
    }
}

.form__privacy__main-inner {
    height: 80vw;
    overflow-y: auto;
    padding: var(--c-pad);
}

@media (min-width: 768px) {
    .form__privacy__main-inner {
        height: 300px;
    }
}

.form__privacy__main__item {
    margin: 0 0 8vw;
}

@media (min-width: 768px) {
    .form__privacy__main__item {
        margin: 0 0 30px;
    }
}

.form__privacy__main__item:last-child {
    margin-bottom: 0;
}

.form__privacy__main__item__title {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .form__privacy__main__item__title {
        font-size: var(--fs18);
        margin: 0 0 12px;
    }
}

.form__privacy__main__item__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .form__privacy__main__item__content p {
        font-size: var(--fs16);
    }
}

.form__privacy__main__item__content p a {
    color: #9A0018;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.form__privacy__main__item__content p a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .form__privacy__main__item__content p a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.form__privacy__main__item__content p:last-child {
    margin-bottom: 0;
}

.form__privacy__field .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
    padding: 0;
}

.form__privacy__field .wpcf7-form-control {
    display: block;
    margin: 0;
    padding: 0;
}

.form__privacy__field .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.form__privacy__field label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 auto;
    min-height: 6.6666666667vw;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .form__privacy__field label {
        min-height: 25px;
    }
}

.form__privacy__field label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.form__privacy__field label span {
    display: block;
    padding: 0.5333333333vw 0 0 9.0666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .form__privacy__field label span {
        padding: 2px 0 0 34px;
    }
}

.form__privacy__field label span:before {
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-dark-gray);
    border-radius: 0;
    bottom: 0;
    content: "";
    height: 6.4vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6.4vw;
}

@media (min-width: 768px) {
    .form__privacy__field label span:before {
        border-width: 1px;
        height: 24px;
        width: 24px;
    }
}

.form__privacy__field label span:after {
    background-image: url(../images/icons/icon-black-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 3.7333333333vw;
    left: 0.8vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 1.3333333333vw;
    width: 4.8vw;
}

@media (min-width: 768px) {
    .form__privacy__field label span:after {
        height: 14px;
        left: 3px;
        top: 5px;
        width: 18px;
    }
}

.form__privacy__field label input:checked ~ span:after {
    opacity: 1;
}

.form__privacy__field label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.form__action {
    position: relative;
}

.form__action__submit {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-navy);
    border: 0.2666666667vw solid var(--color-navy);
    border-radius: 1.3333333333vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    height: 13.3333333333vw;
    justify-content: center;
    margin: 0 auto;
    max-width: 74.6666666667vw;
    padding: 0;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .form__action__submit {
        border-radius: 5px;
        border-width: 1px;
        font-size: var(--fs18);
        height: 62px;
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .form__action__submit {
        font-size: var(--fs20);
    }
}

.form__action__submit:focus {
    background-color: var(--color-white);
    color: var(--color-navy);
}

@media (hover: hover) and (pointer: fine) {
    .form__action__submit:hover {
        background-color: var(--color-white);
        color: var(--color-navy);
    }
}

.form__action__submit[disabled] {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    display: block;
    margin: 0;
}

.wpcf7-not-valid-tip {
    color: #b70202;
    font-size: var(--fs14);
    line-height: 1.2;
    margin: 8px 0;
}

@media (min-width: 768px) {
    .wpcf7-not-valid-tip {
        font-size: var(--fs16);
    }
}

.wpcf7 form .wpcf7-response-output {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: var(--fs14);
    font-weight: 400;
    margin: 40px 0 0;
    padding: 20px var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: var(--fs16);
        padding: 30px var(--c-pad);
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #b70202;
    color: #b70202;
    font-weight: 700;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #b70202;
    color: #b70202;
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #b70202;
    color: #b70202;
    font-weight: 700;
}

.wpcf7-spinner {
    bottom: 3.7333333333vw;
    display: block;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .wpcf7-spinner {
        bottom: 16px;
    }
}

[data-error].has-error {
    color: #b70202;
    display: block;
    font-size: var(--fs14);
    line-height: 1.2;
}

@media (min-width: 768px) {
    [data-error].has-error {
        font-size: var(--fs16);
    }
}

[data-error]:not(.has-error) {
    display: none;
}

.complete {
    margin: 0 0 32vw;
    padding: 8vw 0 0;
}

@media (min-width: 768px) {
    .complete {
        margin: 0 0 140px;
        padding: 30px 0 0;
    }
}

.complete-container {
    margin: 0 auto;
    max-width: calc(860px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.complete__title {
    font-size: var(--fs28);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 13.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .complete__title {
        font-size: var(--fs40);
        margin: 0 0 50px;
    }
}

.complete__content {
    margin: 0 auto 16vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .complete__content {
        margin: 0 auto 60px;
    }
}

.complete__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .complete__content p {
        font-size: var(--fs16);
    }
}

.complete__content p:last-child {
    margin-bottom: 0;
}