:root {
    --z-sticky: 98;
}

#simulator-app.pc {
    display: block
}
@media(max-width: 767px) {
    #simulator-app.pc {
        display: none
    }
}

.sticky-area {
    position: fixed;
    bottom: 2.1rem;
    right: 2.1rem;
    z-index: var(--z-sticky)
}
@media(max-width: 767px) {
    .sticky-area {
        bottom: 3.5rem;
        right: 1.5rem;
        max-width: 24rem;
        width: 100%
    }
}
.sticky-area .entry-btn {
    background: none;
    color: #fff;
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    width: 24rem
}
@media(max-width: 767px) {
    .sticky-area .entry-btn {
        display: flex
    }
}
.sticky-area .entry-btn::after {
    height: 1.25rem;
    width: 1.5rem;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 12"><path fill="%23ffffff" d="M1.25401 0.02236C1.09696 -0.0691339 0.931338 0.12672 1.027 0.292553L3.43848 5.31614C3.6455 5.74788 3.6455 6.25109 3.43848 6.68283L1.027 11.7064C0.931338 11.8708 1.09696 12.0681 1.25401 11.9766L10.7843 6.37547C11.0713 6.20678 11.0713 5.7922 10.7843 5.6235L1.25401 0.02236Z" /></svg>');
    top: 50%;
    right: 1.6rem
}
.sticky-area .entry-btn-img {
    width: 8rem
}
.sticky-area .entry-btn-img img {
    object-fit: cover
}
@media(max-width: 767px) {
    .sticky-area .entry-btn-img img {
        width: 100%
    }
}
.sticky-area .entry-btn-text {
    padding: 1.2rem 5rem 1.1rem 1.8rem;
    background: var(--red);
    width: 16rem
}
@media((min-width: 320px))and (max-width: 375px) {
    .sticky-area .entry-btn-text {
        padding: 1.2rem .7rem 1.1rem 1rem
    }
}
.sticky-area .entry-btn-text-en {
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 106%;
    letter-spacing: .04em
}
.sticky-area .entry-btn-text-jp {
    margin: .3rem 0 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%
}
.sticky-area .simulator-btn {
    border: none;
    background: linear-gradient(60deg, #ffffff 0%, #ffffff 25%, #FF2E29 25%, #FF2E29 57%, #DB2E29 57%, #DB2E29 100%);
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 1.2rem 2.4rem 1.2rem 8.8rem;
    width: 31rem;
    cursor: pointer;
    transition: opacity .3s;
}
.sticky-area .simulator-btn:hover {
    opacity: .6;
}
.sticky-area .simulator-btn::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 41.11 50%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ff2e29%3B%7D.cls-2%7Bfill%3A%23db2e29%3B%7D%3C/style%3E%3C/defs%3E%3Cg id%3D%22design%22%3E%3Cg%3E%3Cpath class%3D%22cls-1%22 d%3D%22M.08%2C49.13c-.31.54.36%2C1.1.93.78l17.21-8.24c1.48-.71%2C3.2-.71%2C4.68%2C0l17.21%2C8.24c.56.33%2C1.24-.24.93-.78L21.84%2C16.55c-.58-.98-2-.98-2.58%2C0L.08%2C49.13Z%22/%3E%3Cpath class%3D%22cls-1%22 d%3D%22M20.35%2C11.65c3.23%2C0%2C5.85-2.61%2C5.85-5.83S23.58%2C0%2C20.35%2C0s-5.85%2C2.61-5.85%2C5.83%2C2.62%2C5.83%2C5.85%2C5.83Z%22/%3E%3Cpath class%3D%22cls-2%22 d%3D%22M21.84%2C16.55c-.29-.49-.78-.73-1.28-.73v25.31c.8%2C0%2C1.6.18%2C2.34.53l17.21%2C8.24c.56.33%2C1.24-.24.93-.78L21.84%2C16.55Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-position: center center;
    background-repeat: no-repeat;
    width: 4.1rem;
    height: 5rem;
    position: absolute;
    left: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.sticky-area .simulator-btn .simulator-btn-text-head {
    font-size: 1rem;
    margin: 0;
    text-align: left;
    letter-spacing: 0.46rem;
}
.sticky-area .simulator-btn .simulator-btn-text-body {
    font-size: 2.3rem;
    margin: 0;
    text-align: left;
    letter-spacing: -0.1rem;
    line-height: 1.4;
}


.sticky-footer {
    display: none
}
@media(max-width: 767px) {
    .sticky-footer {
        display: flex;
        justify-content: space-between;
        column-gap: 1px;
        position: fixed;
        z-index: var(--z-footer);
        bottom: 0;
        width: 100%;
        margin: 0;
        background: var(--white)
    }
}
.sticky-footer-item {
    width: 50%
}
.sticky-footer-button {
    display: block;
    color: var(--white);
    background: var(--black);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem 3.7rem 1rem 1.6rem;
    position: relative;
    white-space: nowrap
}
.sticky-footer-button.--simulator {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    background: linear-gradient(60deg, #ffffff 0%, #ffffff 20%, #C73432 20%, #C73432 54%, #B9322D 50%, #B9322D 100%);
    border: none;
}
.sticky-footer-button.--simulator::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 16.44 20%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23db322d%3B%7D.cls-2%7Bfill%3A%23b9322d%3B%7D%3C/style%3E%3C/defs%3E%3Cg id%3D%22bg%22%3E%3Cg%3E%3Cpath class%3D%22cls-1%22 d%3D%22M.03%2C19.65c-.13.21.14.44.37.31l6.88-3.3c.59-.28%2C1.28-.28%2C1.87%2C0l6.88%2C3.3c.23.13.5-.1.37-.31l-7.67-13.03c-.23-.39-.8-.39-1.03%2C0L.03%2C19.65Z%22/%3E%3Cpath class%3D%22cls-1%22 d%3D%22M8.14%2C4.66c1.29%2C0%2C2.34-1.04%2C2.34-2.33S9.43%2C0%2C8.14%2C0s-2.34%2C1.04-2.34%2C2.33%2C1.05%2C2.33%2C2.34%2C2.33Z%22/%3E%3Cpath class%3D%22cls-2%22 d%3D%22M8.74%2C6.62c-.12-.2-.31-.29-.51-.29v10.12c.32%2C0%2C.64.07.93.21l6.88%2C3.3c.23.13.5-.1.37-.31l-7.67-13.03Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 2rem;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.sticky-footer-button::after {
    height: 1.1rem;
    width: 1.2rem;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 12"><path fill="%23ffffff" d="M1.25401 0.02236C1.09696 -0.0691339 0.931338 0.12672 1.027 0.292553L3.43848 5.31614C3.6455 5.74788 3.6455 6.25109 3.43848 6.68283L1.027 11.7064C0.931338 11.8708 1.09696 12.0681 1.25401 11.9766L10.7843 6.37547C11.0713 6.20678 11.0713 5.7922 10.7843 5.6235L1.25401 0.02236Z" /></svg>');
    top: 50%;
    right: 1.4rem
}

.simulator-wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 1000;
    justify-content: center;
    padding: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: scale(0.95);
    transition: opacity .3s ease, transform .3s ease
}
@media(max-width: 767px) {
    .simulator-wrapper {
        padding: 20px
    }
}
.simulator-wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}
.simulator-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#dedede 10px, transparent 10px), radial-gradient(#dedede 10px, #e8e8e8 10px);
    background-size: 300px 300px;
    background-position: calc(50% - 75px) calc(50% - 75px), calc(50% + 75px) calc(50% + 75px);
    opacity: .5;
    z-index: -1
}
.simulator-wrapper .simulator {
    padding: 10px 0;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    position: relative
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator {
        padding: 44px 0
    }
}
.simulator-wrapper .simulator .simulator-header {
    position: relative;
    display: inline-block;
    margin-bottom: 3.2rem;
    padding: .6em 2em;
    color: #555;
    background: #fff;
    border: solid 2px #555;
    border-radius: .6rem;
    box-sizing: border-box
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header {
        margin-bottom: 1rem;
        padding: .4em 1em
    }
}
.simulator-wrapper .simulator .simulator-header::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    z-index: 2
}
.simulator-wrapper .simulator .simulator-header::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 14px solid #555;
    z-index: 1
}
.simulator-wrapper .simulator .simulator-header p {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: .06em;
    vertical-align: middle;
    font-weight: 600
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header p {
        font-size: 1.8rem
    }
}
.simulator-wrapper .simulator .simulator-header p>span {
    font-size: 2.1rem
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header p>span {
        font-size: 1.4rem
    }
}
.simulator-wrapper .simulator .step-indicator {
    width: 284px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .step-indicator {
        width: 100%;
        max-width: 20rem;
        margin: 1.6rem auto
    }
}
.simulator-wrapper .simulator .step-indicator::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 1px;
    content: "";
    background-color: #dfdede
}
.simulator-wrapper .simulator .step-indicator .simulator-step {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdede;
    border-radius: 50%;
    background-color: #fff;
    color: #3d3a3a;
    text-align: center;
    font-size: 16px
}
.simulator-wrapper .simulator .step-indicator .simulator-step.active {
    color: #fff;
    background-color: #d32f2f;
    width: 58px;
    height: 58px
}
.simulator-wrapper .simulator .simulator-form .form-title {
    font-size: 1.8rem;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 3.6rem;
    position: relative;
    display: inline-block;
    padding: 0 1.4rem;
    line-height: 1.8;
    font-weight: 600
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .form-title {
        font-size: 1.6rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .form-title {
        font-size: 1.4rem
    }
}
.simulator-wrapper .simulator .simulator-form .form-title::before, .simulator-wrapper .simulator .simulator-form .form-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    border-top: solid 1px;
    border-bottom: solid 1px
}
.simulator-wrapper .simulator .simulator-form .form-title::before {
    border-left: solid 1px;
    left: 0
}
.simulator-wrapper .simulator .simulator-form .form-title::after {
    border-right: solid 1px;
    right: 0
}
.simulator-wrapper .simulator .simulator-form .form-title span.option {
    font-size: 1.2rem;
    padding: 2px 6px;
    color: #3d3a3a;
    background-color: #d6d5d5;
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}
.simulator-wrapper .simulator .simulator-form .form-title span.form-title-text {
    display: inline-block
}
.simulator-wrapper .simulator .simulator-form .select-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group {
        flex-direction: column;
        gap: 2rem
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group {
        max-width: 20rem
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label {
    font-size: 1.6rem;
    color: #3d3a3a;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
        font-size: 1.4rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
        font-size: 1.2rem
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 12px
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
        font-size: 1.1rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
        font-size: 1.1rem;
        margin-bottom: 0
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select {
    padding: 15px;
    font-size: 1.4rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    color: #3D3A3A;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.97 11.09"><polygon fill="%233d3a3a" points="6.49 11.09 12.97 0 6.49 3.1 0 0 6.49 11.09"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.3rem auto;
    background-position: right 1.2rem center
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group select {
        padding: 1rem;
        font-size: 1.2rem
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select::-ms-expand {
    display: none
}
.simulator-wrapper .simulator .simulator-form .checkbox-group {
    width: 100%;
    max-width: 600px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2.4rem;
    margin: 2.8rem auto 0;
    padding: 0
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group {
        gap: 0 1.4rem
    }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group legend {
    font-size: 1.6rem;
    color: #3d3a3a;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: .1em
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
        font-size: 1.4rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
        font-size: 1.2rem
    }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group label {
    display: block;
    font-size: 1.2rem;
    color: #3d3a3a;
    margin-bottom: 5px;
    cursor: pointer;
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: -0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked {
    background-color: #c43432;
    border: 1px solid #c43432
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 3px;
    transform: rotate(50deg);
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}
.simulator-wrapper .simulator .simulator-form .skip-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 1.6rem
}
.simulator-wrapper .simulator .simulator-form .skip-button button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    color: #3d3a3a;
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
    cursor: pointer
}
.simulator-wrapper .simulator .simulator-form .skip-button img {
    width: 1.2rem
}
.simulator-wrapper .simulator .submit-button {
    width: 100%;
    max-width: 22rem;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #c43432;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
    margin-top: 4rem;
    text-align: left;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23ffffff" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    background-position: right 1.2rem center
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .submit-button {
        margin-top: 2.4rem
    }
}
.simulator-wrapper .simulator .submit-button:disabled {
    cursor: not-allowed;
    background-color: #d6d5d5;
    color: #bab9b9;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23bab9b9" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>')
}
.simulator-wrapper .simulator .back-button {
    position: absolute;
    top: 0;
    left: 0
}
.simulator-wrapper .simulator .back-button button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: #3d3a3a
}
.simulator-wrapper .simulator .back-button button>span {
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    font-size: 1.2rem;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background-color: #fff;
    line-height: 1.2
}
.simulator-wrapper .simulator .close-button {
    content: "";
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: opacity .3s ease
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .close-button {
        width: 32px;
        height: 32px
    }
}
.simulator-wrapper .simulator .close-button::before, .simulator-wrapper .simulator .close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3d3a3a;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.simulator-wrapper .simulator .close-button::before {
    width: 100%;
    height: 1px
}
.simulator-wrapper .simulator .close-button::after {
    width: 1px;
    height: 100%
}
.simulator-wrapper .simulator .simulator-result {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result {
        flex-direction: column-reverse;
        gap: 3.2rem;
        padding: 0
    }
}
.simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
    width: 50%;
    display: flex;
    justify-content: center
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
        width: 100%
    }
}
.simulator-wrapper .simulator .simulator-result-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.simulator-wrapper .simulator .simulator-result-image img {
    width: 80%;
    max-width: 380px
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-image img {
        width: 100%;
        max-width: 9.4rem
    }
}
.simulator-wrapper .simulator .simulator-result-title {
    font-size: 2.2rem;
    color: #d32f2f;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin: 0;
    line-height: 1
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-result-title {
        font-size: 2rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-title {
        font-size: 1.4rem;
        line-height: 1.2
    }
}
.simulator-wrapper .simulator .simulator-result-title::before, .simulator-wrapper .simulator .simulator-result-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    border-top: solid 1px;
    border-bottom: solid 1px
}
.simulator-wrapper .simulator .simulator-result-title::before {
    border-left: solid 1px;
    left: 0
}
.simulator-wrapper .simulator .simulator-result-title::after {
    border-right: solid 1px;
    right: 0
}
.simulator-wrapper .simulator .simulator-result-nenshu {
    font-size: 4rem;
    font-weight: 700;
    padding: 0 .8rem;
    margin: 15px 0 46px 0;
    background-color: #fff;
    line-height: 1.8;
    border-radius: 4px
}
@media(max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-result-nenshu {
        font-size: 2.8rem
    }
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-nenshu {
        font-size: 2.6rem;
        margin: 1rem 0 3.2rem 0
    }
}
.simulator-wrapper .simulator .simulator-result-nenshu span {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 10px
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-nenshu span {
        font-size: 1.6rem
    }
}
.simulator-wrapper .simulator .simulator-result-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px
}
@media(max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-button {
        flex-direction: column-reverse;
        gap: 2rem
    }
}
.simulator-wrapper .simulator .simulator-result-button .simulator-result-message {
    margin: 0;
    line-height: 1.4
}
.simulator-wrapper .simulator .simulator-result-button .simulator-result-message span {
    font-size: 1.4rem;
    background: linear-gradient(transparent 40%, #fff 0%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 2px 0
}
.simulator-wrapper .simulator .simulator-result-button .submit-button {
    max-width: 32rem;
    padding: 1.4rem;
    margin-top: 0
}
.next-enter-active, .next-leave-active, .prev-enter-active, .prev-leave-active {
    transition: all .4s ease
}
.next-enter-active {
    transform: translateX(30px);
    opacity: 0
}
.next-enter-to {
    transform: translateX(0);
    opacity: 1
}
.next-leave-to {
    transform: translateX(-30px);
    opacity: 0
}
.prev-enter-active {
    transform: translateX(-30px);
    opacity: 0
}
.prev-enter-to {
    transform: translateX(0);
    opacity: 1
}
.prev-leave-to {
    transform: translateX(30px);
    opacity: 0
}


/* 
.simulator-wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E8E8E8;
    z-index: 1000;
    justify-content: center;
    padding: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
    .simulator-wrapper {
        padding: 20px;
    }
}
.simulator-wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.simulator-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#dedede 10px, transparent 10px), radial-gradient(#dedede 10px, #e8e8e8 10px);
    background-size: 300px 300px;
    background-position: calc(50% - 75px) calc(50% - 75px), calc(50% + 75px) calc(50% + 75px);
    opacity: 0.5;
    z-index: -1;
}
.simulator-wrapper .simulator {
    padding: 10px 0;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    position: relative;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator {
        padding: 44px 0;
    }
}
.simulator-wrapper .simulator .simulator-header {
    position: relative;
    display: inline-block;
    margin-bottom: 3.2rem;
    padding: 0.6em 2em;
    color: #555;
    background: #FFF;
    border: solid 2px #555;
    border-radius: 0.6rem;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header {
        margin-bottom: 1rem;
        padding: 0.4em 1em;
    }
}
.simulator-wrapper .simulator .simulator-header::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.simulator-wrapper .simulator .simulator-header::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}
.simulator-wrapper .simulator .simulator-header p {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-weight: 600;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header p {
        font-size: 1.8rem;
    }
}
.simulator-wrapper .simulator .simulator-header p > span {
    font-size: 2.1rem;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-header p > span {
        font-size: 1.4rem;
    }
}
.simulator-wrapper .simulator .step-indicator {
    width: 284px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .step-indicator {
        width: 100%;
        max-width: 20rem;
        margin: 1.6rem auto;
    }
}
.simulator-wrapper .simulator .step-indicator::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 1px;
    content: "";
    background-color: #DFDEDE;
}
.simulator-wrapper .simulator .step-indicator .simulator-step {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFDEDE;
    border-radius: 50%;
    background-color: #fff;
    color: #3D3A3A;
    text-align: center;
    font-size: 16px;
}
.simulator-wrapper .simulator .step-indicator .simulator-step.active {
    color: #fff;
    background-color: #d32f2f;
    width: 58px;
    height: 58px;
}
.simulator-wrapper .simulator .simulator-form .form-title {
    font-size: 1.8rem;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 3.6rem;
    position: relative;
    display: inline-block;
    padding: 0 1.4rem;
    line-height: 1.8;
    font-weight: 600;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .form-title {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .form-title {
        font-size: 1.4rem;
    }
}
.simulator-wrapper .simulator .simulator-form .form-title::before, .simulator-wrapper .simulator .simulator-form .form-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.simulator-wrapper .simulator .simulator-form .form-title::before {
    border-left: solid 1px;
    left: 0;
}
.simulator-wrapper .simulator .simulator-form .form-title::after {
    border-right: solid 1px;
    right: 0;
}
.simulator-wrapper .simulator .simulator-form .form-title span.option {
    font-size: 1.2rem;
    padding: 2px 6px;
    color: #3D3A3A;
    background-color: #D6D5D5;
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.simulator-wrapper .simulator .simulator-form .form-title span.form-title-text {
    display: inline-block;
}
.simulator-wrapper .simulator .simulator-form .select-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group {
        flex-direction: column;
        gap: 2rem;
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group {
        max-width: 20rem;
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label {
    font-size: 1.6rem;
    color: #3D3A3A;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label {
        font-size: 1.2rem;
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 12px;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group label span {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select {
    padding: 15px;
    font-size: 1.4rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    color: #3D3A3A;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.97 11.09"><polygon fill="%233d3a3a" points="6.49 11.09 12.97 0 6.49 3.1 0 0 6.49 11.09"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.3rem auto;
    background-position: right 1.2rem center;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .select-group .form-group select {
        padding: 1rem;
        font-size: 1.2rem;
    }
}
.simulator-wrapper .simulator .simulator-form .select-group .form-group select::-ms-expand {
    display: none;
}
.simulator-wrapper .simulator .simulator-form .checkbox-group {
    width: 100%;
    max-width: 600px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2.4rem;
    margin: 2.8rem auto 0;
    padding: 0;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group {
        gap: 0 1.4rem;
    }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group legend {
    font-size: 1.6rem;
    color: #3D3A3A;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-form .checkbox-group legend {
        font-size: 1.2rem;
    }
}
.simulator-wrapper .simulator .simulator-form .checkbox-group label {
    display: block;
    font-size: 1.2rem;
    color: #3D3A3A;
    margin-bottom: 5px;
    cursor: pointer;
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: -0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked {
    background-color: #C43432;
    border: 1px solid #C43432;
}
.simulator-wrapper .simulator .simulator-form .checkbox-group input:checked::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    transform: rotate(50deg);
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.simulator-wrapper .simulator .simulator-form .skip-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 1.6rem;
}
.simulator-wrapper .simulator .simulator-form .skip-button button {
    border: none;
    background-color: transparent;
    display: inline-block;
    color: #3D3A3A;
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}
.simulator-wrapper .simulator .simulator-form .skip-button button::after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%233d3a3a" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
    width: 12px;
    position: absolute;
    left: -20px;
}
.simulator-wrapper .simulator .simulator-form .skip-button img {
    width: 12px;
}
.simulator-wrapper .simulator .submit-button {
    width: 100%;
    max-width: 22rem;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #C43432;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
    margin-top: 4rem;
    text-align: left;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23ffffff" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    background-position: right 1.2rem center;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .submit-button {
        margin-top: 2.4rem;
    }
}
.simulator-wrapper .simulator .submit-button:disabled {
    cursor: not-allowed;
    background-color: #D6D5D5;
    color: #BAB9B9;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.09 12.97"><polygon fill="%23bab9b9" points="11.09 6.49 0 0 3.1 6.49 0 12.97 11.09 6.49"/></svg>');
}
.simulator-wrapper .simulator .back-button {
    position: absolute;
    top: 0;
    left: 0;
}
.simulator-wrapper .simulator .back-button button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: #3D3A3A;
}
.simulator-wrapper .simulator .back-button button > span {
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    font-size: 1.2rem;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background-color: #fff;
    line-height: 1.2;
}
.simulator-wrapper .simulator .close-button {
    content: "";
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: opacity .3s ease;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .close-button {
        width: 32px;
        height: 32px;
    }
}
.simulator-wrapper .simulator .close-button::before, .simulator-wrapper .simulator .close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3D3A3A;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.simulator-wrapper .simulator .close-button::before {
    width: 100%;
    height: 1px;
}
.simulator-wrapper .simulator .close-button::after {
    width: 1px;
    height: 100%;
}
.simulator-wrapper .simulator .simulator-result {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result {
        flex-direction: column-reverse;
        gap: 3.2rem;
        padding: 0;
    }
}
.simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
    width: 50%;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-text, .simulator-wrapper .simulator .simulator-result-image {
        width: 100%;
    }
}
.simulator-wrapper .simulator .simulator-result-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.simulator-wrapper .simulator .simulator-result-image img {
    width: 80%;
    max-width: 380px;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-image img {
        width: 100%;
        max-width: 9.4rem;
    }
}
.simulator-wrapper .simulator .simulator-result-title {
    font-size: 2.2rem;
    color: #d32f2f;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin: 0;
    line-height: 1;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-result-title {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-title {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}
.simulator-wrapper .simulator .simulator-result-title::before, .simulator-wrapper .simulator .simulator-result-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.simulator-wrapper .simulator .simulator-result-title::before {
    border-left: solid 1px;
    left: 0;
}
.simulator-wrapper .simulator .simulator-result-title::after {
    border-right: solid 1px;
    right: 0;
}
.simulator-wrapper .simulator .simulator-result-nenshu {
    font-size: 4rem;
    font-weight: 700;
    padding: 0 .8rem;
    margin: 15px 0 46px 0;
    background-color: #fff;
    line-height: 1.8;
    border-radius: 4px;
}
@media (max-width: 1023px) {
    .simulator-wrapper .simulator .simulator-result-nenshu {
        font-size: 2.8rem;
    }
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-nenshu {
        font-size: 2.6rem;
        margin: 1rem 0 3.2rem 0;
    }
}
.simulator-wrapper .simulator .simulator-result-nenshu span {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 10px;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-nenshu span {
        font-size: 1.6rem;
    }
}
.simulator-wrapper .simulator .simulator-result-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 767px) {
    .simulator-wrapper .simulator .simulator-result-button {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}
.simulator-wrapper .simulator .simulator-result-button .simulator-result-message {
    margin: 0;
    line-height: 1.4;
}
.simulator-wrapper .simulator .simulator-result-button .simulator-result-message span {
    font-size: 1.4rem;
    background: linear-gradient(transparent 40%, #fff 0%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 2px 0;
}
.simulator-wrapper .simulator .simulator-result-button .submit-button {
    max-width: 32rem;
    padding: 1.4rem;
    margin-top: 0;
}
.next-enter-active, .next-leave-active, .prev-enter-active, .prev-leave-active {
    transition: all 0.4s ease;
}
.next-enter-active {
    transform: translateX(30px);
    opacity: 0;
}
.next-enter-to {
    transform: translateX(0);
    opacity: 1;
}
.next-leave-to {
    transform: translateX(-30px);
    opacity: 0;
}
.prev-enter-active {
    transform: translateX(-30px);
    opacity: 0;
}
.prev-enter-to {
    transform: translateX(0);
    opacity: 1;
}
.prev-leave-to {
    transform: translateX(30px);
    opacity: 0;
}
*/