/* --------------------
 Contact
-------------------- */
.head {
    margin: 0 0 16.6666666667vw;
}

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

.head-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 5.5555555556vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .head-container {
        padding: 0 var(--c-pad);
    }
}

.head__title__ja {
    font-size: 12.5vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .head__title__ja {
        font-size: 2.8125rem;
        letter-spacing: 0.12em;
        margin: 0 0 4px;
        text-align: left;
    }
}

.head__title__en {
    font-family: var(--ff-din);
    font-size: 18.6111111111vw;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .head__title__en {
        font-size: 4.1875rem;
    }
}

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

@media (min-width: 768px) {
    .tel {
        margin: 0 auto 50px;
        padding: 0 var(--c-pad);
    }
}

.tel__title {
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0 0 1.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .tel__title {
        font-size: var(--fs24);
    }
}

.tel__number {
    color: #000000;
    font-family: var(--ff-din);
    font-size: 11.9444444444vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 1.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .tel__number {
        font-size: 3.875rem;
        margin: 0 0 4px;
    }
}

.tel__number a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.tel__note {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 2.2222222222vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .tel__note {
        flex-direction: row;
        gap: 8px;
    }
}

.tel__note span {
    background-color: #f4f4f4;
    display: block;
    font-size: 4.1666666667vw;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 1.6666666667vw 2.2222222222vw;
    text-align: center;
}

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

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

@media (min-width: 768px) {
    .form {
        margin: 0 auto 80px;
        padding: 0 var(--c-pad);
    }
}

.form .p-country-name {
    display: none !important;
}

.form__title {
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0 0 4.4444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .form__title {
        font-size: var(--fs24);
        margin: 0 0 16px;
    }
}

.form__content {
    margin: 0 0 13.8888888889vw;
}

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

.form__content p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

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

.form__content p .__required {
    background-image: url(../images/pages/contact/contact-icon-required.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 4.1666666667vw;
    margin-right: 0.5555555556vw;
    transform: translateY(0.2777777778vw);
    width: 4.1666666667vw;
}

@media (min-width: 768px) {
    .form__content p .__required {
        height: 15px;
        margin-right: 2px;
        transform: translateY(1px);
        width: 15px;
    }
}

.form input[type=text], .form input[type=tel], .form input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: max(1px, 0.2777777778vw) solid var(--color-black);
    border-radius: 0;
    box-shadow: none;
    font-size: 5.5555555556vw;
    height: 12.5vw;
    letter-spacing: 0.07em;
    padding: 0 4.4444444444vw;
    text-align: left;
    width: 100%;
}

.form input[type=text]::placeholder, .form input[type=tel]::placeholder, .form input[type=email]::placeholder {
    color: #a8a8a8;
}

.form input[type=text]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder {
    color: #a8a8a8;
}

.form input[type=text]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=email]::-moz-placeholder {
    color: #a8a8a8;
}

.form input[type=text]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder {
    color: #a8a8a8;
}

.form input[type=text]:-moz-placeholder, .form input[type=tel]:-moz-placeholder, .form input[type=email]:-moz-placeholder {
    color: #a8a8a8;
}

@media (min-width: 768px) {
    .form input[type=text], .form input[type=tel], .form input[type=email] {
        border-width: 1px;
        font-size: var(--fs18);
        height: 45px;
        padding: 0 16px;
    }
}

.form textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: max(1px, 0.2777777778vw) solid var(--color-black);
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 5.5555555556vw;
    height: 72.2222222222vw;
    letter-spacing: 0.07em;
    padding: 4.4444444444vw;
    text-align: left;
    width: 100%;
}

.form textarea::placeholder {
    color: #a8a8a8;
}

.form textarea::-webkit-input-placeholder {
    color: #a8a8a8;
}

.form textarea::-moz-placeholder {
    color: #a8a8a8;
}

.form textarea:-ms-input-placeholder {
    color: #a8a8a8;
}

.form textarea:-moz-placeholder {
    color: #a8a8a8;
}

@media (min-width: 768px) {
    .form textarea {
        border-width: 1px;
        font-size: var(--fs18);
        height: 260px;
        padding: 16px;
    }
}

.form .wpcf7-not-valid-tip {
    font-size: 5.5555555556vw;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 1.1111111111vw 0;
}

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

.form__table-wrapper {
    margin: 0 0 60px;
}

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

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

.form__table .__required {
    display: inline-block;
    position: relative;
}

.form__table .__required:before {
    background-image: url(../images/pages/contact/contact-icon-required.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 4.1666666667vw;
    left: -1.6666666667vw;
    position: absolute;
    top: 2.7777777778vw;
    transform: translateX(-100%);
    width: 4.1666666667vw;
}

@media (min-width: 768px) {
    .form__table .__required:before {
        height: 15px;
        left: -6px;
        top: 6px;
        width: 15px;
    }
}

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

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

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

.form__table > tbody > tr > th, .form__table > tbody > tr > td {
    font-size: 6.6666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: auto;
}

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

@media (min-width: 768px) {
    .form__table > tbody > tr > th, .form__table > tbody > tr > td {
        border-bottom: 1px solid #d6d6d6;
        font-size: var(--fs18);
        padding: 24px 0;
        text-align: left;
    }
}

.form__table > tbody > tr > th {
    font-weight: 400;
}

@media (max-width: 767px) {
    .form__table > tbody > tr > th {
        margin: 0 0 4.4444444444vw;
    }
}

@media (min-width: 768px) {
    .form__table > tbody > tr > th {
        width: 240px;
    }
}

@media (min-width: 992px) {
    .form__table > tbody > tr > th {
        width: 330px;
    }
}

.form__table > tbody > tr.--message textarea {
    display: block;
    margin: 16px 0 0;
}

.form__table > tbody > tr:last-child > th, .form__table > tbody > tr:last-child > td {
    border-bottom: none;
    padding-bottom: 0;
}

.form__table__address__zip {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 2.2222222222vw;
    justify-content: flex-start;
    margin: 0 0 3.3333333333vw;
}

@media (min-width: 768px) {
    .form__table__address__zip {
        gap: 8px;
        margin: 0 0 12px;
    }
}

.form__table__address__zip input[type=text] {
    width: 25vw;
}

@media (min-width: 768px) {
    .form__table__address__zip input[type=text] {
        width: 90px;
    }
}

.form__table__address__zip .__hyphen {
    background-color: var(--color-black);
    display: block;
    height: max(1px, 0.2777777778vw);
    margin: 6.1111111111vw 0 0;
    width: 2.7777777778vw;
}

@media (min-width: 768px) {
    .form__table__address__zip .__hyphen {
        height: 1px;
        margin: 22px 0 0;
        width: 10px;
    }
}

.form__privacy {
    margin: 0 0 50px;
}

.form__privacy__field {
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.form__privacy__field:before {
    background-image: url(../images/pages/contact/contact-icon-required.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 4.1666666667vw;
    left: -1.6666666667vw;
    position: absolute;
    top: 0.5555555556vw;
    transform: translateX(-100%);
    width: 4.1666666667vw;
}

@media (min-width: 768px) {
    .form__privacy__field:before {
        height: 15px;
        left: -6px;
        top: 2px;
        width: 15px;
    }
}

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

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

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

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

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

.form__privacy__field label span:before {
    background-color: #fff;
    border: max(1px, 0.2777777778vw) solid #333333;
    bottom: 0;
    content: "";
    height: 6.9444444444vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6.9444444444vw;
}

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

.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.8888888889vw;
    left: 0.8333333333vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0.5555555556vw;
    width: 5vw;
}

@media (min-width: 768px) {
    .form__privacy__field label span:after {
        height: 14px;
        left: 3px;
        top: 2px;
        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 {
    margin: 0 auto;
    max-width: 83.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .form__action {
        max-width: 300px;
    }
}

.form__action .com-circle {
    --color-bg: var(--color-white);
    --color-bg-hover: var(--color-black);
    --color-angle: var(--color-black);
    --color-angle-hover: var(--color-white);
    bottom: 0;
    height: 3.8888888889vw;
    left: auto;
    margin: auto 0;
    right: 3.3333333333vw;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .form__action .com-circle {
        height: 20px;
        right: 12px;
        width: 20px;
    }
}

.form__action .com-circle:before {
    height: 0.8333333333vw;
    -webkit-mask-image: url(../images/commons/com-circle-white-angle-right-thick.svg);
    mask-image: url(../images/commons/com-circle-white-angle-right-thick.svg);
    width: 2.7777777778vw;
}

@media (min-width: 768px) {
    .form__action .com-circle:before {
        height: 5px;
        width: 14px;
    }
}

.form__action__submit {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-black);
    border: max(1px, 0.2777777778vw) solid var(--color-white);
    border-radius: 5.8333333333vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 1.1111111111vw rgba(var(--color-black-rgb), 0.15);
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: 4.1666666667vw;
    height: 11.6666666667vw;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0;
    padding: 0 11.1111111111vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .form__action__submit {
        border-radius: 21px;
        border-width: 1px;
        box-shadow: 4px 4px 4px rgba(var(--color-black-rgb), 0.15);
        font-size: var(--fs14);
        height: 42px;
        padding: 0 35px;
    }
}

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

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

.form__action__submit[disabled] {
    background-color: var(--color-light-gray);
    opacity: 0.5;
}

.form__action:has([disabled]) .com-circle {
    opacity: 0;
}

.form__response {
    margin: 0 auto;
    max-width: 83.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .form__response {
        max-width: 550px;
    }
}

.wpcf7-spinner {
    animation: loader 1.1s infinite linear;
    background-color: #000000;
    border-bottom: 0.8333333333vw solid rgba(255, 255, 255, 0.2);
    border-left: 0.8333333333vw solid #ffffff;
    border-right: 0.8333333333vw solid rgba(255, 255, 255, 0.2);
    border-top: 0.8333333333vw solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 7.2222222222vw;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
    width: 7.2222222222vw;
}

@media (min-width: 768px) {
    .wpcf7-spinner {
        border-width: 3px;
        height: 30px;
        width: 30px;
    }
}

.wpcf7-spinner:before {
    display: none !important;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wpcf7 form .wpcf7-response-output {
    background-color: var(--color-white);
    border: 0.5555555556vw solid transparent;
    font-size: 4.4444444444vw;
    font-weight: 400;
    margin: 11.1111111111vw 0 0;
    padding: 5.5555555556vw 4.4444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        border-width: 2px;
        font-size: var(--fs16);
        margin: 40px 0 0;
        padding: 30px 30px;
    }
}

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

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

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

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