@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

body {
    font-family: "Noto Sans JP", sans-serif;
}

.wrap {
    margin: 0 auto;
    padding: 0 18px;
    width: 1116px;
}

@media (max-width: 1024px) {
    .wrap {
        padding: 0 4%;
        width: auto;
    }
}

.simulation {
    min-width: 1200px;
}

@media (max-width: 1024px) {
    .simulation {
        min-width: 100%;
    }
}

.simulation em {
    font-style: normal;
}

.simulation .mv {
    background: url(../img/simulation/mv.png) center top/cover;
    padding: 60px 0 33px;
}

@media (max-width: 1024px) {
    .simulation .mv {
        background-position: 68% 0;
    }
}

.simulation .mv .list {
    background: url(../img/simulation/fukidashi.svg) no-repeat center top/cover;
    display: flex;
    gap: 20px;
    height: 174px;
    justify-content: center;
    margin-left: 211px;
    width: 469px;
}

@media (max-width: 1024px) {
    .simulation .mv .list {
        background: none;
        background: #fff;
        border: 3px solid #a8855f;
        border-radius: 2px;
        flex-direction: column;
        gap: 10px;
        height: 130px;
        margin-left: 0;
        width: 50%;
    }
}

.simulation .mv .list .item {
    border-bottom: 5px solid rgba(168, 133, 95, 0.5);
    font-size: 32px;
    font-weight: bold;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.9px;
    padding-top: 25px;
}

@media (max-width: 1024px) {
    .simulation .mv .list .item {
        font-size: 18px;
        margin: 0 auto;
        padding-top: 0;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.simulation .mv .list .item:before,
.simulation .mv .list .item:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1em;
    margin: 0 5px;
    margin-bottom: -5px;
    transform: rotate(-20deg);
    width: 4px;
}

@media (max-width: 1024px) {
    .simulation .mv .list .item:before,
    .simulation .mv .list .item:after {
        width: 2px;
    }
}

.simulation .mv .list .item:after {
    transform: rotate(20deg);
}

.simulation .mv .list .item .red {
    color: #b7282e;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .simulation .mv .list .item .red {
        font-size: 20px;
    }
}

.simulation .mv .txt-1 {
    background: #000;
    color: #fff;
    font-size: 24px;
    margin-left: 42px;
    margin-top: -29px;
    padding: 15px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 1024px) {
    .simulation .mv .txt-1 {
        font-size: 14px;
        margin-bottom: -10px;
        margin-left: 0;
        margin-top: 30px;
    }
}

.simulation .mv .box {
    align-content: center;
    background: #fff;
    display: grid;
    height: 257px;
    margin-left: 78px;
    margin-top: -8px;
    text-align: center;
    width: 601px;
}

@media (max-width: 1024px) {
    .simulation .mv .box {
        height: 100px;
        margin: 0 auto;
        width: 100%;
    }
}

.simulation .mv .box .ttl-1 {
    color: #b7282e;
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .simulation .mv .box .ttl-1 {
        font-size: 18px;
    }
}

.simulation .mv .box .txt-2 {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .simulation .mv .box .txt-2 {
        font-size: 11px;
    }
}

.simulation .mv .box .txt-2 .large {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .simulation .mv .box .txt-2 .large {
        font-size: 13px;
    }
}

.simulation .sec-1 {
    background: #999;
    height: 371px;
    padding: 42px 0 46px;
    text-align: center;
}

@media (max-width: 1024px) {
    .simulation .sec-1 {
        height: 200px;
        padding: 21px 0 23px;
    }
}

.simulation .sec-1 .ttl-2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
    .simulation .sec-1 .ttl-2 {
        font-size: 16px;
        padding-bottom: 13px;
    }
}

.simulation .sec-1 .list {
    align-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: grid;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    gap: 20px;
    height: 220px;
    justify-content: center;
    margin: 0 auto;
    text-align: left;
    width: 679px;
}

@media (max-width: 1024px) {
    .simulation .sec-1 .list {
        gap: 10px;
        height: 120px;
        width: 100%;
    }
}

.simulation .sec-1 .list .item {
    align-items: center;
    display: flex;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .simulation .sec-1 .list .item {
        font-size: 12px;
    }
}

.simulation .sec-1 .list .item:before {
    background: url(../img/simulation/check.svg) no-repeat center top/contain;
    content: "";
    display: block;
    height: 17px;
    margin-right: 5px;
    width: 23px;
}

@media (max-width: 1024px) {
    .simulation .sec-1 .list .item:before {
        height: 10px;
        margin-top: 3px;
        width: 15px;
    }
}

.simulation .sec-1 .list .item b {
    font-weight: bold;
}

.simulation .sec-2_1 {
    font-size: 32px;
    font-weight: bold;
    padding: 76px 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 {
        font-size: 16px;
        padding: 40px 0;
    }
}

.simulation .sec-2_1 .ttl-2 {
    font-weight: bold;
    padding-bottom: 60px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .ttl-2 {
        font-size: 14px;
        padding-bottom: 30px;
    }
}

.simulation .sec-2_1 .ttl-2 .red {
    color: #b7282e;
    font-weight: bold;
}

.simulation .sec-2_1 .ttl-2 .red .large {
    font-size: 48px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .ttl-2 .red .large {
        font-size: 20px;
    }
}

.simulation .sec-2_1 .box {
    border: 3px solid #e2e2e2;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 69px 0 93px;
    position: relative;
    width: 819px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box {
        padding: 30px 0 40px;
        width: 100%;
    }
}

.simulation .sec-2_1 .box.text {
    padding: 146px 0 34px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box.text {
        padding: 70px 0 15px;
    }
}

.simulation .sec-2_1 .box.last {
    padding: 100px 0 15px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box.last {
        padding: 50px 0 10px;
    }
}

.simulation .sec-2_1 .box.last .txt-2 {
    margin-top: 52px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box.last .txt-2 {
        margin-top: 26px;
    }
}

.simulation .sec-2_1 .box .txt-1 {
    background-color: #fff;
    font-weight: bold;
    left: 50%;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    top: -0.5em;
    transform: translateX(-50%);
    width: 631px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .txt-1 {
        width: 250px;
    }
}

.simulation .sec-2_1 .box .list {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    width: 643px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .list {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

.simulation .sec-2_1 .box .button {
    align-items: center;
    background: #a8855f;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 32px;
    font-weight: bold;
    height: 110px;
    justify-content: center;
    margin: auto;
    width: 300px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .button {
        font-size: 16px;
        height: 60px;
        width: 90%;
    }

    .simulation .sec-2_1 .box .button:nth-of-type(even) {
        order: 1;
    }
}

.simulation .sec-2_1 .box .button:hover {
    opacity: 0.75;
    transition: 0.5s;
}

.simulation .sec-2_1 .box .input-wrap {
    margin: 0 auto;
    margin-bottom: 39px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .input-wrap {
        margin-bottom: 20px;
    }
}

.simulation .sec-2_1 .box .input-wrap:after {
    bottom: 0;
    content: "万円";
    font-weight: bold;
    position: absolute;
    right: -82px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .input-wrap:after {
        right: -15px;
    }
}

.simulation .sec-2_1 .box .input-wrap .input {
    border: 3px solid #e2e2e2;
    border-radius: 10px;
    height: 109px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .input-wrap .input {
        width: 80%;
    }
}

.simulation .sec-2_1 .box .form {
    display: grid;
    gap: 20px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form {
        gap: 10px;
    }
}

.simulation .sec-2_1 .box .form .item {
    align-items: center;
    display: flex;
    font-size: 24px;
    position: relative;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form .item {
        flex-wrap: wrap;
        font-size: 16px;
    }
}

.simulation .sec-2_1 .box .form .item .label {
    font-weight: bold;
    text-align: right;
    width: 241px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form .item .label {
        margin-left: 5%;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.simulation .sec-2_1 .box .form .item .required {
    align-items: center;
    background: #b7282e;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 29px;
    justify-content: center;
    margin: 0 31px 0 17px;
    width: 74px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form .item .required {
        font-size: 11px;
        height: 20px;
        margin: 0 15px 0 10px;
        width: 45px;
    }
}

.simulation .sec-2_1 .box .form .item .input {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    padding-left: 20px;
    text-align: left;
    width: 391px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form .item .input {
        font-size: 16px;
        height: 45px;
        margin: 0 auto;
        margin-top: 10px;
        width: 90%;
    }
}

.simulation .sec-2_1 .box .form .item .input::-moz-placeholder {
    color: #e2e2e2;
}

.simulation .sec-2_1 .box .form .item .input::placeholder {
    color: #e2e2e2;
}

.simulation .sec-2_1 .box .form .item .arrow {
    pointer-events: none;
    position: absolute;
    right: 85px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .form .item .arrow {
        right: 10%;
        top: calc(50% + 10px);
    }
}

.simulation .sec-2_1 .box .txt-2 {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-top: 100px;
}

@media (max-width: 1024px) {
    .simulation .sec-2_1 .box .txt-2 {
        font-size: 16px;
        margin-top: 50px;
    }
}

.simulation .sec-2_1 .box .txt-2:hover {
    opacity: 0.75;
    transition: 0.5s;
}

/*# sourceMappingURL=maps/simulation.css.map */
