/* --------------------
 Contact
-------------------- */
.com-line__item--l, .com-line__item--r {
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
}

.com-line__item--t, .com-line__item--b {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
}

.entry {
    position: relative;
    z-index: 1;
}

.entry__main {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .entry__main {
        padding: 170px 0;
    }
}

.entry__main-container {
    margin: 0 auto;
    max-width: 820px;
    padding: 0 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main-container {
        padding: 0 30px;
    }
}

.entry__main__title {
    font-size: var(--fs38);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .entry__main__title {
        font-size: var(--fs45);
        margin: 0 0 60px;
    }
}

.entry__main__subtitle {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .entry__main__subtitle {
        font-size: var(--fs20);
        margin: 0 0 60px;
    }
}

.entry__main__content {
    margin: 0 0 100px;
}

.entry__main__content p {
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 2.1;
    margin: 0;
    text-align: center;
}

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

.contact__main__note p {
    font-size: var(--fs14);
    font-weight: 700;
    text-align: right;
}

.entry__main__form {
    display: block;
    margin: 0;
}

.entry__main__form input[type=text], .entry__main__form input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: rgba(229, 229, 229, 0.4);
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--fs16);
    height: auto;
    padding: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form input[type=text], .entry__main__form input[type=email] {
        font-size: var(--fs12);
        height: 34px;
        padding: 6px 10px;
    }
}

.entry__main__form input[type=text]:focus, .entry__main__form input[type=email]:focus {
    background-color: #fff;
    outline: 1px solid #00AFC8;
}

.entry__main__form input[type=text]:has(+ p), .entry__main__form input[type=email]:has(+ p) {
    margin-bottom: 8px;
}

.entry__main__form input[type=text]:-webkit-autofill, .entry__main__form input[type=email]:-webkit-autofill {
    box-shadow: 0 0 0 1000px rgb(245, 245, 245) inset !important;
    -webkit-text-fill-color: #000 !important;
}

.entry__main__form textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: rgba(229, 229, 229, 0.4);
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--fs16);
    height: 180px;
    padding: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form textarea {
        font-size: var(--fs12);
    }
}

.entry__main__form textarea:focus {
    background-color: #fff;
    outline: 1px solid #00AFC8;
}

.entry__main__form textarea:has(+ p) {
    margin-bottom: 8px;
}

.entry__main__form__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 50px;
    max-width: 100%;
    width: 100%;
}

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

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

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

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

.entry__main__form__table > tbody > tr > th, .entry__main__form__table > tbody > tr > td {
    text-align: left;
    vertical-align: top;
}

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

.entry__main__form__table > tbody > tr > td {
    vertical-align: middle;
}

.entry__main__form__table > tbody > tr > th {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.6;
    padding: 0;
    width: 100%;
}

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

@media (min-width: 768px) {
    .entry__main__form__table > tbody > tr > th {
        padding: 20px 15px 20px 0;
        width: 220px;
    }
}

.entry__main__form__table > tbody > tr > td {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form__table > tbody > tr > td {
        padding: 15px 0;
        width: auto;
    }
}

.entry__main__form__table > tbody > tr > td p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.entry__main__form__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

.entry__main__form__table__select {
    display: block;
    position: relative;
}

.entry__main__form__table__select:after {
    background-image: url(../images/pages/contact/contact-gray-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: 18px;
    z-index: 1;
}

.entry__main__form__table__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: rgba(229, 229, 229, 0.4);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 400;
    height: auto;
    letter-spacing: 0.13em;
    line-height: 1.2;
    padding: 10px 28px 10px 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form__table__select select {
        font-size: var(--fs12);
        height: 34px;
        padding: 6px 28px 6px 10px;
    }
}

.entry__main__form__table__select select:focus {
    outline: 1px solid #00AFC8;
}

.entry__main__form__table__select select::-ms-expand {
    display: none;
}

.entry__main__form__privacy {
    margin: 0 0 60px;
}

.entry__main__form__privacy__content {
    margin: 0 0 50px;
}

.entry__main__form__privacy__content p {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    line-height: 1.8;
    margin: 0;
}

.entry__main__form__privacy__content p a {
    color: inherit;
    text-decoration: underline;
}

.entry__main__form__privacy__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .entry__main__form__privacy__content p a:hover {
        text-decoration: none;
    }
}

.entry__main__form__privacy__field label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: fit-content;
}

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

.entry__main__form__privacy__field label span {
    display: block;
    padding-left: 25px;
    position: relative;
}

.entry__main__form__privacy__field label span:before {
    background-color: #fff;
    border: 1px solid #000;
    bottom: auto;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 2px;
    width: 15px;
}

.entry__main__form__privacy__field label span:after {
    background-color: #9B9B9B;
    background-image: url(../images/pages/contact/contact-white-checkmark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #000;
    bottom: auto;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 15px;
}

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

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

.entry__main__form__action {
    align-items: center;
    display: flex;
    flex-flow: row column;
    gap: 30px;
    justify-content: center;
    margin: 0 0 30px;
}

.entry__main__form__action__submit {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    height: 60px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 320px;
    padding: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form__action__submit {
        border-width: 2px;
        font-size: var(--fs20);
        height: 80px;
    }
}

.entry__main__form__action__submit:focus {
    background-color: #fff;
    color: #000;
}

@media (hover: hover) and (pointer: fine) {
    .entry__main__form__action__submit:hover {
        background-color: #fff;
        color: #000;
    }
}

.entry__main__form__action__back {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    height: 60px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 320px;
    padding: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .entry__main__form__action__back {
        border-width: 2px;
        font-size: var(--fs20);
        height: 80px;
    }
}

.entry__main__form__action__back:focus {
    background-color: #fff;
    color: #000;
}

@media (hover: hover) and (pointer: fine) {
    .entry__main__form__action__back:hover {
        background-color: #fff;
        color: #000;
    }
}


.required::after {
    content: "＊";
}