@charset "UTF-8";
.page_ttl .ttl {
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    position: relative;
}
.page_ttl .ttl:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ff7823;
    z-index: 1;
}
.page_wrap {
    padding: 130px 0 0;
}
.choose_lst {
    display: flex;
    justify-content: center;
    gap: 0 34px;
    margin-top: 72px;
}
.choose_box {
    text-align: center;
    max-width: 280px;
}
.choose_box .box {
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.choose_box .txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
}
.choose_box .txt span {
    color: #FF7823;
}
.schedule_txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.9;
    text-align: center;
    color: #000;
    margin-top: 52px;
}
.schedule_txt span {
    color: #FF7823;
}
#page2.page_wrap {
    padding-bottom: 90px;
}
.schedule_lst {
    background: #fff url(../img/img.png) no-repeat bottom right -24px / 493px auto;
    border-radius: 30px;
    padding: 68px 542px 50px 136px;
    margin-top: 38px;
}
.schedule_box {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.schedule_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.schedule_box .ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #ff7823;
    margin-bottom: 10px;
}
.schedule_box .mds {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 22px;
}
.schedule_box .txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    color: #000;
}
.case_lst {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 72px;
}
.case_box {
    width: 360px;
    background: #fff;
    position: relative;
    padding: 64px 30px 52px;
    box-sizing: border-box;
}
.case_box .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 44px;
    background: #ff7823;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}
.case_box .ttl:before {
    content: '';
    display: block;
    width: 6px;
    height: 15px;
    position: absolute;
    left: -5px;
    top: 0;
    background: #FFB97C;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}
.case_box .mds {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #000;
}
.case_box .txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}
.case_add {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    color: #000;
    margin-top: 15px;
}
#page4.page_wrap {
    padding-bottom: 100px;
}
.voice_lst {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 72px;
}
.voice_box {
    width: 360px;
    background: #fff;
    position: relative;
    padding: 38px 25px 50px;
    box-sizing: border-box;
}
.voice_head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.voice_head .mds {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87;
    color: #000;
}
.voice_box .txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 2.28;
    color: #000;
}
#page5.page_wrap {
    background: #fff;
    padding-bottom: 100px;
}
.point_lst {
    margin-top: 64px;
}
.point_lst li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 105px;
    border-radius: 6px;
    background: #f8f6f5;
    position: relative;
    box-sizing: border-box;
    padding-left: 112px;
    margin-bottom: 20px;
}
.point_lst li:last-child {
    margin-bottom: 0;
}
.point_lst .icn {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}
.point_lst .txt {
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    text-align: left;
    color: #000;
}
body.thanks .page_wrap {
    padding: 120px 0;
}
.thanks_box {
    background: #fff;
    border-radius: 30px;
    padding: 68px 0;
    margin-top: 40px;
}
.thanks_box .txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-align: center;
}
.thanks_box .c-btn {
    margin: 0 auto;
    margin-top: 40px;
}
@media screen and (min-width:767px) and (max-width:1100px) {
    .page_ttl .ttl {
        font-size: 3.636vw;
    }
    .page_wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .choose_lst {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 0;
    }
    .choose_box {
        width: 48%;
        max-width: none;
    }
    .schedule_lst {
        background: #fff url(../img/img.png) no-repeat bottom 2.182vw right -2.182vw / 40.636vw auto;
        padding: 6.182vw 40.636vw 4.545vw 3.636vw;
    }
    .schedule_box {
        padding-bottom: 3.636vw;
        margin-bottom: 3.636vw;
    }
    .schedule_box .ttl {
        font-size: 2.182vw;
        margin-bottom: 0.909vw;
    }
    .schedule_box .mds {
        font-size: 2.182vw;
        margin-bottom: 2vw;
    }
    .schedule_box .txt {
        font-size: 1.636vw;
    }
    .case_lst {
        display: block;
    }
    .case_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .case_box:last-child {
        margin-bottom: 0;
    }
    .case_add {
        width: 70%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .voice_lst {
        display: block;
    }
    .voice_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .voice_box:last-child {
        margin-bottom: 0;
    }
    .voice_head {
        justify-content: center;
    }
    #page5.page_wrap {
        padding-left: 68px;
    }
    .point_lst li {
        padding-left: 10.182vw;
    }
    .point_lst .txt {
        font-size: 2.909vw;
        line-height: 2.545vw;
    }
    body.thanks .page_wrap {
        padding: 120px 40px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .page_ttl .ttl {
        font-size: 28px;
        line-height: 1.28;
        padding-bottom: 16px;
    }
    .page_ttl .ttl:before {
        width: 70px;
        height: 2px;
    }
    .page_wrap {
        padding: 70px 0 0;
    }
    .choose_lst {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 36px 0;
        padding: 0 20px;
        margin-top: 45px;
    }
    .choose_box {
        width: 49%;
    }
    .choose_box .box {
        min-height: auto;
        margin-top: 18px;
    }
    .choose_box .txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .schedule_txt {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 20px;
        margin-top: 48px;
    }
    #page2.page_wrap {
        padding-bottom: 45px;
    }
    .schedule_lst {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        padding: 60px 20px 40px;
        margin: 0 auto;
        margin-top: 38px;
    }
    .schedule_box {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .schedule_box .ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .schedule_box .mds {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .schedule_box .txt {
        font-size: 16px;
        line-height: 1.75;
    }
    .schedule_box .img {
        text-align: center;
        margin-top: 30px;
    }
    .case_lst {
        display: block;
        padding: 0 20px;
        margin-top: 52px;
    }
    .case_box {
        width: 100%;
        position: relative;
        padding: 64px 24px 52px;
        margin-bottom: 45px;
    }
    .case_box:last-child {
        margin-bottom: 0;
    }
    .case_box .txt {
        font-size: 15px;
    }
    .case_add {
        font-size: 12px;
        padding: 0 20px;
        margin-top: 15px;
    }
    #page4.page_wrap {
        padding-bottom: 60px;
    }
    .voice_lst {
        display: block;
        padding: 0 20px;
        margin-top: 32px;
    }
    .voice_box {
        width: 100%;
        padding: 14px 0 40px;
        margin-bottom: 40px;
    }
    .voice_box:last-child {
        margin-bottom: 0;
    }
    .voice_head {
        padding: 0 14px;
        margin-bottom: 20px;
    }
    .voice_head .mds {
        font-size: 14px;
        line-height: 1.8;
    }
    .voice_box .txt {
        padding: 0 28px;
        font-size: 14px;
        line-height: 2;
    }
    #page5.page_wrap {
        padding-bottom: 50px;
    }
    .point_lst {
        margin-top: 34px;
        padding: 0 20px 0 36px;
    }
    .point_lst li {
        width: 100%;
        height: 78px;
        padding-left: 42px;
        margin-bottom: 16px;
    }
    .point_lst li:last-child {
        margin-bottom: 0;
    }
    .point_lst .icn {
        left: -16px;
    }
    .point_lst .txt {
        font-size: 18px;
        line-height: 1.5;
    }
    body.thanks .page_wrap {
        padding: 80px 20px;
    }
    .thanks_box {
        border-radius: 10px;
        padding: 40px 20px;
        margin-top: 30px;
    }
    .thanks_box .txt {
        font-size: 16px;
    }
    .thanks_box .c-btn {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 340px) {
    .mv_wrap {
        height: 600px;
        padding-top: 60px;
    }
    .mv_ttl .ttl {
        font-size: 24px;
    }
    .mv_ttl .txt {
        font-size: 14px;
        margin-top: 276px;
    }
    .page_ttl .ttl {
        font-size: 24px;
    }
    .choose_box .txt {
        font-size: 12px;
    }
    .choose_box .icn source,
    .choose_box .icn img {
        width: 120px;
        height: auto;
    }
    .choose_box .box {
        margin-top: 10px;
    }
    .voice_head .icn source,
    .voice_head .icn img {
        width: 120px;
        height: auto;
    }
    .point_lst li {
        height: auto;
        padding: 10px 0;
        padding-left: 42px;
    }
    .point_lst .txt {
        font-size: 14px;
    }
}