@charset "utf-8";

/*==================================================
icon
================================================== */
:root {

    --icon-check-off: url("data:image/svg+xml,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23ccc%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C24H4c-2.2%2C0-4-1.8-4-4V4C0%2C1.8%2C1.8%2C0%2C4%2C0h16C22.2%2C0%2C24%2C1.8%2C24%2C4v16c0%2C2.2-1.8%2C4-4%2C4ZM4%2C1c-1.7%2C0-3%2C1.3-3%2C3v16c0%2C1.7%2C1.3%2C3%2C3%2C3h16c1.7%2C0%2C3-1.3%2C3-3V4c0-1.7-1.3-3-3-3H4Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-check-on: url("data:image/svg+xml,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20%230180a3%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C0H4C1.8%2C0%2C0%2C1.8%2C0%2C4v16c0%2C2.2%2C1.8%2C4%2C4%2C4h16c2.2%2C0%2C4-1.8%2C4-4V4C24%2C1.8%2C22.2%2C0%2C20%2C0ZM19.2%2C9.2l-8.9%2C8.1-5.5-5.1c-.4-.4-.4-1%2C0-1.4.4-.4%2C1-.4%2C1.4%2C0l4.1%2C3.9%2C7.5-6.9c.4-.4%2C1-.3%2C1.4%2C0%2C.4.4.3%2C1%2C0%2C1.4Z%22%2F%3E%3C%2Fsvg%3E");

}

/*==================================================
sp
================================================== */

/* ========================================================================
[sp]lead-section
========================================================================= */
.lead-section {
    margin: 0 auto calc(80 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}

.lead-section h2 {
    margin: 0 0 calc(32 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.lead-section p {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.lead-section p+p {
    margin-top: calc(24 * var(--vw-unit));
}

.lead-section p a {
    color: #0F3752;
    text-decoration: underline;
}

/* ========================================================================
[sp]form-section
========================================================================= */
.form-section {
    margin: 0 auto;
    width: calc(343 * var(--vw-unit));
}

.form-section__note {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.form-table {
    margin: 0 auto;
    width: 100%;
}

.form-table th {
    display: block;
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(18 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-align: left;
    margin-bottom: calc(16 * var(--vw-unit));
    padding: calc(32 * var(--vw-unit)) 0 0;
}

.form-table th .must {
    margin-left: calc(8 * var(--vw-unit));
    padding: calc(8 * var(--vw-unit)) calc(12 * var(--vw-unit));
    border-radius: calc(6 * var(--vw-unit));
    background: #CF1010;
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
}

.form-table th.privacy-policy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 calc(16 * var(--vw-unit));
}


.form-table td {
    display: block;
    padding: 0 0 calc(24 * var(--vw-unit));
    border-bottom: calc(1 * var(--vw-unit)) solid #ccc;
}

.form-table .select-wrap {
    position: relative;
}

.form-table .select-wrap::after {
    content: "";
    width: calc(10 * var(--vw-unit));
    height: calc(7 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-arrow-head-down);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-arrow-head-down);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(3 * var(--vw-unit)));
    right: calc(21 * var(--vw-unit));
    pointer-events: none;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table textarea,
.form-table select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    padding: calc(16 * var(--vw-unit));
    width: 100%;
    border-radius: calc(4 * var(--vw-unit));
    background: #F2F2F2;
    color: var(--txt-body, #000);
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    display: block;
}

.form-table select::-ms-expand {
    display: none;
}

.form-table input[type="text"]:focus-visible,
.form-table input[type="email"]:focus-visible,
.form-table textarea:focus-visible,
.form-table select:focus-visible,
.form-section input[type="submit"]:focus-visible {
    outline: calc(2 * var(--vw-unit)) solid #0F78C0;
    outline-offset: calc(2 * var(--vw-unit));
}

.form-note {
    margin-top: calc(32 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.form-section a {
    color: #0F3752;
    text-decoration: underline;
}

.form-section input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.form-section input[type="checkbox"]+label {
    display: inline-block;
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding-left: calc(40 * var(--vw-unit));
    position: relative;
}

.form-section input[type="checkbox"]+label::before {
    content: "";
    width: calc(24 * var(--vw-unit));
    height: calc(24 * var(--vw-unit));
    background-color: #ccc;
    -webkit-mask: var(--icon-check-off);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-check-off);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(12 * var(--vw-unit)));
    left: 0;
    pointer-events: none;
}

.form-section input[type="checkbox"]:checked+label::before {
    background-color: #0180A3;
    -webkit-mask: var(--icon-check-on);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-check-on);
}

.form-section input[type="checkbox"]:focus-visible+label {
    outline: calc(2 * var(--vw-unit)) solid #0F78C0;
    outline-offset: calc(4 * var(--vw-unit));
}

.form-section .submit-wrap {
    margin: calc(32 * var(--vw-unit)) auto 0;
    width: calc(320 * var(--vw-unit));
    height: calc(70 * var(--vw-unit));
    position: relative;
}

.form-section .submit-wrap::before {
    content: "";
    width: calc(18.4 * var(--vw-unit));
    height: calc(16 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrow);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrow);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(8 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

.form-section input[type="submit"] {
    width: calc(320 * var(--vw-unit));
    height: calc(70 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(18 * var(--vw-unit));
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(50 * var(--vw-unit));
    background: #fff;
    border: calc(3 * var(--vw-unit)) solid #0180A3;
    outline: none;
    cursor: pointer;
}



/*==================================================
pc
================================================== */
@media print,
screen and (min-width:768px) {

    /* ========================================================================
    [pc]lead-section
    ========================================================================= */
    .lead-section {
        margin: 0 auto 100px;
        width: 800px;
    }

    .lead-section h2 {
        margin: 0 auto 40px;
        width: 800px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .lead-section p {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .lead-section p+p {
        margin-top: 24px;
    }

    .lead-section p a {
        color: #0F3752;
        text-decoration: underline;
        transition: color 0.3s ease;
    }

    .lead-section p a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    /* ========================================================================
    [pc]form-section
    ========================================================================= */
    .form-section {
        margin: 0 auto;
        width: 800px;
    }


    .form-section__note {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .form-table {
        margin: 24px auto 0;
        width: 100%;
        border-collapse: collapse;
    }

    .form-table tr {
        border-bottom: 1px solid #ccc;
    }

    .form-table th {
        display: table-cell;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        text-align: left;
        margin: 0;
        padding: 24px 0 24px;
    }

    .form-table th .must {
        margin-left: 8px;
        padding: 8px 12px;
        border-radius: 6px;
        background: #CF1010;
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        white-space: nowrap;
    }

    .form-table th.privacy-policy {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        padding-right: 80px;
    }


    .form-table td {
        width: 484px;
        display: table-cell;
        padding: 24px 0 24px;
        border-bottom: none;
    }

    .form-table .select-wrap {
        position: relative;
    }

    .form-table .select-wrap::after {
        content: "";
        width: 10px;
        height: 7px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-arrow-head-down);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-arrow-head-down);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 3px);
        right: 21px;
        pointer-events: none;
    }

    .form-table input[type="text"],
    .form-table input[type="email"],
    .form-table textarea,
    .form-table select {
        appearance: none;
        -webkit-appearance: none;
        border: none;
        box-shadow: none;
        outline: none;
        margin: 0;
        padding: 16px;
        width: 100%;
        border-radius: calc(4 * var(--vw-unit));
        background: #F2F2F2;
        color: var(--txt-body, #000);
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        display: block;
    }

    .form-table select::-ms-expand {
        display: none;
    }

    .form-table input[type="text"]:focus-visible,
    .form-table input[type="email"]:focus-visible,
    .form-table textarea:focus-visible,
    .form-table select:focus-visible,
    .form-section input[type="submit"]:focus-visible {
        outline-width: 2px;
        outline-offset: 2px;
    }

    .form-note {
        margin-top: 32px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .form-section a {
        color: #0F3752;
        text-decoration: underline;
        transition: color 0.3s ease;
    }

    .form-section a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .form-section input[type="checkbox"] {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
        border: 0;
    }

    .form-section input[type="checkbox"]+label {
        display: inline-block;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        padding-left: 40px;
        position: relative;
    }

    .form-section input[type="checkbox"]+label::before {
        content: "";
        width: 24px;
        height: 24px;
        background-color: #ccc;
        -webkit-mask: var(--icon-check-off);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-check-off);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 12px);
        left: 0;
        pointer-events: none;
    }

    .form-section input[type="checkbox"]:checked+label::before {
        background-color: #0180A3;
        -webkit-mask: var(--icon-check-on);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-check-on);
    }

    .form-section input[type="checkbox"]:focus-visible+label {
        outline: 2px solid #0F78C0;
        outline-offset: 4px;
    }

    .form-section .submit-wrap {
        margin: 32px auto 0;
        width: 320px;
        height: 70px;
        position: relative;
        overflow: hidden;
    }

    .form-section .submit-wrap::before {
        content: "";
        width: 18.4px;
        height: 16px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrow);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrow);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 8px);
        right: 20px;
        pointer-events: none;
    }

    .form-section .submit-wrap:hover::before {
        animation: arrow-loop 0.5s ease forwards;
    }

    @keyframes arrow-loop {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        60% {
            transform: translateX(80px);
            opacity: 1;
        }

        61% {
            transform: translateX(80px);
            opacity: 0;
        }

        62% {
            transform: translateX(0);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .form-section input[type="submit"] {
        width: 320px;
        height: 70px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: #fff;
        border: 3px solid #0180A3;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .form-section input[type="submit"]:hover {
        background: #E1F5FA;
    }


}
