@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    src: local("Lato Black"), url("../font/Lato-Black.woff2") format("woff2")
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
.header_wrap {
    background: #F8F8F7;
    padding: 27px 20px;
}
.header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
}
.h_left,
.h_right {
    display: flex;
    align-items: center;
}
.h_right {
    padding-right: 40px;
}
.h-tell {
    margin-right: 20px;
    line-height: 1.3;
}
.h-tell .day-txt {
    font-size: 11px;
    text-align: right;
}
.h-tell .tell-txt {
    font-size: 22px;
    color: #E95431;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}
.h-tell .tell-txt span {
    position: relative;
    padding-left: 22px;
}
.h-tell .tell-txt span::before {
    content: "";
    position: absolute;
    background: url(../img/icn_tell.svg) no-repeat center / 100% auto;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.reservation-btn {
    margin-right: 14px;
    width: 216px;
    height: 56px;
}
.reservation-btn a {
    font-size: 14px;
    font-weight: bold;
    color: #E95431;
    border: 1px solid #E95431;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.3;
}
.reservation-btn a span {
    padding-left: 15px;
    position: relative;
}
.reservation-btn a span::before {
    content: "";
    position: absolute;
    background: url(../img/icn_pdf.svg) no-repeat center / 100% auto;
    top: 50%;
    margin-top: -7px;
    left: -2px;
    width: 11px;
    height: 14px;
}
.h_right .mail-btn {
    width: 170px;
    height: 56px;
}
.mail-btn a {
    font-weight: bold;
    color: #fff;
    background: #E95431;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.h_right .mail-btn a {
    font-size: 14px;
    border: 1px solid #E95431;
    border-radius: 4px;
}
.mail-btn a span {
    position: relative;
}
.h_right .mail-btn a span {
    padding-left: 10px;
}
.mail-btn a span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.h_right .mail-btn a span::before {
    background: url(../img/h_icn_mail.svg) no-repeat center / 100% auto;
    left: -10px;
    width: 14px;
    height: 12px;
}
#Contents {
    background: url(../img/lp_bg.svg) no-repeat top center;
}
.mv_wrap {
    width: 100%;
    box-sizing: border-box;
}
.mvTtl_wrap {
    text-align: center;
    color: #FFFFFF;
}
.mv-ttl {
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.mv-txt {
    font-weight: bold;
}
.mvTtl_wrap .mail-btn {
    margin: 0 auto;
}
.mvTtl_wrap .mail-btn a,
.cvBtn_wrap .mail-btn a {
    font-size: 16px;
    line-height: 1.875;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: #E95431;
    background: #fff;
}
.mvTtl_wrap .mail-btn a:hover,
.cvBtn_wrap .mail-btn a:hover {
    text-decoration: none;
    background-color: #E95431;
    color: #fff;
}
.mvTtl_wrap .mail-btn a span,
.cvBtn_wrap .mail-btn a span {
    padding-left: 21px;
}
.mvTtl_wrap .mail-btn a span::before,
.cv_wrap .mail-btn a span::before {
    width: 19px;
    height: 16px;
}
.mail-btn a span::before {
    position: absolute;
    content: '';
    background: url(../img/icn_mail_or.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    z-index: 9;
}
.jigyosya-lnk {
    text-align: center;
    position: relative;
    bottom: -20px;
    z-index: 10;
}
.jigyosya-lnk a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    padding: 0 30px 3px 12px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 10;
}
.jigyosya-lnk a::before {
    content: "";
    background: url(../img/icn_arrow.svg) no-repeat center left;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    width: 11px;
    height: 11px;
    transition: all 0.3s ease-in-out;
}
.lp-ttl {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 29px;
    margin-bottom: 60px;
    line-height: 1.5;
}
.problem_wrap .lp-ttl::before,
.voice_wrap .lp-ttl::before,
.faq_wrap .lp-ttl::before {
    content: "";
    font-size: 18px;
    font-weight: bold;
    color: #E95431;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.problem_wrap .lp-ttl::before {
    content: "PROBLEM";
}
.voice_wrap .lp-ttl::before {
    content: "VOICE";
}
.faq_wrap .lp-ttl:before {
    content: "FAQ";
}
.problem_wrap .lp-ttl .is-mgn {
    display: block;
}
.problemLst_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    max-width: 1146px;
    margin: 0 auto;
}
.problemBox_wrap {
    position: relative;
    text-align: center;
}
.problemBox_txt {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.problemBox_wrap.ver1 .problemBox_txt {
    border: 1px solid #FA9137;
}
.problemBox_wrap.ver2 .problemBox_txt {
    border: 1px solid #468ED9;
}
.problemBox_wrap.ver3 .problemBox_txt {
    border: 1px solid #2ABB93;
}
.problemBox_wrap.ver4 .problemBox_txt {
    border: 1px solid #D64825;
}
.problemBox_wrap .problemBox_txt::before {
    position: absolute;
    content: '';
    z-index: 9;
}
.problemBox_wrap.ver1 .problemBox_txt .is-clr {
    color: #EB8A1F;
}
.problemBox_wrap.ver2 .problemBox_txt .is-clr {
    color: #468ED9;
}
.problemBox_wrap.ver3 .problemBox_txt .is-clr {
    color: #48B988;
}
.problemBox_wrap.ver4 .problemBox_txt .is-clr {
    color: #E95431;
}
.merit_wrap {
    background: #FA9137;
}
.merit-sttl {
    display: block;
    text-align: center;
    color: #fff;
}
.merit_wrap .lp-ttl {
    color: #fff;
}
.is-underline::before {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 9;
}
.meritCnt_wrap {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.meritCome_wrap {
    text-align: center;
    position: relative;
}
.meritCome-txt {
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) .meritCome-txt {
    background: #FA9137;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) .meritCome-txt {
    background: #3397D7;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) .meritCome-txt {
    background: #2ABB93;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .meritCome-txt {
    background: #F86355;
}
.merit-ttl {
    text-align: center;
    font-weight: bold;
    padding-bottom: 205px;
    position: relative;
}
.merit-ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 9;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::before {
    background: url(../img/merit_img01.svg) no-repeat center / 100% auto;
    width: 194px;
    height: 168px;
    bottom: 23px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::before {
    background: url(../img/merit_img02.svg) no-repeat center / 100% auto;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::before {
    background: url(../img/merit_img03.svg) no-repeat center / 100% auto;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::before {
    background: url(../img/merit_img04.svg) no-repeat center / 100% auto;
}
.merit-ttl::after {
    content: "";
    position: absolute;
    z-index: 10;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::after {
    background: url(../img/merit_01.svg) no-repeat center / 100% auto;
    width: 70px;
    height: 52px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::after {
    background: url(../img/merit_02.svg) no-repeat center / 100% auto;
    width: 76px;
    height: 52px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::after {
    background: url(../img/merit_03.svg) no-repeat center / 100% auto;
    width: 74px;
    height: 56px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::after {
    background: url(../img/merit_04.svg) no-repeat center / 100% auto;
    width: 80px;
    height: 58px;
}
.merit-txt {
    font-weight: 400;
}
.consultTop_wrap {
    background: #FAECE2;
    position: relative;
}
.consultTop_wrap::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    z-index: 9;
}
.consultTop-ttl {
    font-weight: bold;
    text-align: center;
}
.consultTop_box {
    display: grid;
}
.consultTop-txt {
    position: relative;
    background: #fff;
    border: 1px solid #E95431;
    border-radius: 6px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1.75;
    box-sizing: border-box;
}
.consultTop-txt::before {
    position: absolute;
    content: '';
    background: url(../img/consult_shape.svg) no-repeat;
    width: 27px;
    height: 27px;
    bottom: -20px;
    z-index: 9;
}
.consultTop-txt.is-ver1::before {
    left: 46px;
}
.consultTop-txt.is-ver2::before {
    right: 65px;
    transform: scaleX(-1);
}
.consultTop-txt.is-ver3::before {
    right: 100px;
}
.consultTop-txt.is-ver4::before {
    left: 88px;
    transform: scaleX(-1)
}
.consultImg_wrap {
    text-align: center;
}
.consultBtm_wrap {
    position: relative;
}
.consultBtm_wrap::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.consultBtm-sttl {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-weight: bold;
    display: block;
    text-align: center;
}
.consultBtm_ttl {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-weight: bold;
    text-align: center;
}
.consultBtm_ttl .is-underline {
    position: relative;
    color: #FA9137;
}
.voice_wrap {
    padding: 123px 20px 67px;
}
.voiceLst_wrap {
    margin: 0 auto;
    max-width: 1026px;
}
.voiceLst_wrap li {
    background: #F7F7F6;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 25px 47px 30px;
    display: flex;
    align-items: center;
}
.voiceLst_wrap li:last-of-type {
    margin: 0;
}
.voiceImg_wrap {
    margin-right: 37px;
}
.voice-ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.voice-num {
    font-size: 14px;
    margin-bottom: 25px;
}
.voice-num span {
    background: #fff;
    border: 1px solid #707070;
    padding: 2px 6px;
    font-size: 12px;
    margin-right: 11px;
}
.voice-txt {
    line-height: 1.75;
    font-weight: 400;
}
.faq_wrap {
    padding: 60px 0 71px;
}
.faq_wrap .faq_in {
    border-top: 1px solid #D8D8D8;
    max-width: 1020px;
    margin: 0 auto;
}
.faq_wrap .faq_in.is-ver2 {
    border-bottom: 1px solid #D8D8D8;
}
.faq_wrap .faq_ttl {
    position: relative;
    display: block;
    color: #E95431;
    font-weight: bold;
}
.faq_wrap .faq_ttl .is-fz {
    position: absolute;
    z-index: 9;
}
.faq_wrap .faq_ttl::before,
.faq_wrap .faq_ttl::after {
    content: '';
    position: absolute;
    display: block;
    background: #E95431;
    width: 15px;
    height: 3px;
    top: 50%;
    z-index: 9;
    transition: all 0.4s;
}
.faq_wrap .faq_ttl::after {
    transform: rotate(90deg);
}
.faq_wrap .faq_ttl.open::after {
    transform: rotate(180deg);
}
.faq_wrap .faqBox_wrap {
    display: none;
}
.faq_wrap .faq-txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    max-width: 527px;
}
.faqGraph_in {
    display: flex;
}
.faqGraph-txt {
    font-size: 11px;
    line-height: 1.455;
    font-weight: 400;
}
.faqGraph-txt .is-clr {
    color: #E95431;
}
.tekiseiBtn_wrap a {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 20px 60px 20px 39px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.tekiseiBtn_wrap a::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #1B418A;
    bottom: -40px;
    right: -40px;
}
.tekiseiBtn_wrap a::after {
    content: "";
    position: absolute;
    background: url(../img/icn_arrow02.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 14px;
    bottom: 10px;
    right: 10px;
}
.tekiseiBtn_in {
    margin-right: 8px;
}
.tekiseiBtn-tll {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tekiseiBtn-txt {
    font-size: 15px;
}
.cv_wrap {
    width: 100%;
    background: linear-gradient(130deg, rgba(233, 84, 49, 1), rgba(250, 145, 55, 1));
    overflow: hidden;
    box-sizing: border-box;
}
.cv-txt {
    color: #fff;
}
.cv-txt::before,
.cv-txt::after {
    position: absolute;
    content: '';
    bottom: 0;
    z-index: 9;
}
.cv-txt::before,
.cv-txt::after {
    background: url(../img/cv_line_lf.svg) no-repeat;
}
.cv-txt::after {
    transform: scaleX(-1);
}
.cv-ttl {
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
}
.footerLogo_wrap {
    padding: 78px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_logo.ver2 {
    padding-left: 37px;
}
.f_logo .yuryo-txt {
    display: inline;
    padding-left: 6px;
}
@media (min-width: 897px) {
    body {
        padding-top: 110px;
    }
    .h_logo.ver2 {
        padding-left: 27px;
    }
    .reservation-btn a:hover {
        text-decoration: none;
        color: #fff;
        background: #E95431;
    }
    .mail-btn a:hover {
        text-decoration: none;
        color: #E95431;
        background: #fff;
    }
    .mv_wrap {
        padding: 226px 0 161px;
        background: #FA9137 url(../img/mv_bg.png) no-repeat top center / cover;
    }
    .mv_in {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    .mv-ttl {
        letter-spacing: -0.05em;
        line-height: 1.375;
        font-size: 48px;
        margin-bottom: 27px;
    }
    .mv-txt {
        line-height: 1.636;
        font-size: 22px;
        text-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    }
    .mvTtl_wrap .mail-btn,
    .cvBtn_wrap .mail-btn {
        width: 411px;
        height: 68px;
    }
    .mvTtl_wrap .mail-btn {
        margin-top: 43px;
    }
    .mvTtl_wrap .mail-btn a:hover {
        border: 2px solid #E95431;
    }
    .reservation-btn a:hover span::before {
        background: url(../img/icn_pdf_wh.svg) no-repeat center / 100% auto;
    }
    .h_right .mail-btn a:hover span::before {
        background: url(../img/h_icn_mail_or.svg) no-repeat center / 100% auto;
    }
    .mvTtl_wrap .mail-btn a:hover span::before ,
    .cvBtn_wrap .mail-btn a:hover span::before {
        background: url(../img/h_icn_mail.svg) no-repeat center / 100% auto;
    }
    .problem_wrap {
        padding: 82px 20px 56px;
    }
    .problem_wrap .lp-ttl {
        margin-bottom: 80px;
    }
    .problem_wrap .lp-ttl .is-mgn {
        margin-top: -5px;
    }
    .problemLst_wrap li {
        width: min(22.69%,260px);
    }
    .problemBox_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 257px;
    }
    .problemLst_wrap .problemBox_txt {
        padding: 12px 0 10px;
        line-height: 1.75;
    }
    .problemBox_wrap .problemBox_txt::before {
        width: 26px;
        height: 26px;
        bottom: -20px;
    }
    .problemBox_wrap.ver1 .problemBox_txt::before {
        background: url(../img/problem_shape_or.svg) no-repeat;
        left: 46px;
    }
    .problemBox_wrap.ver2 .problemBox_txt::before {
        background: url(../img/problem_shape_bl.svg) no-repeat;
        left: 34px;
    }
    .problemBox_wrap.ver3 .problemBox_txt::before {
        background: url(../img/problem_shape_gr.svg) no-repeat;
        right: 65px;
    }
    .problemBox_wrap.ver4 .problemBox_txt::before {
        background: url(../img/problem_shape_red.svg) no-repeat;
        right: 47px;
    }
    .merit_wrap {
        clip-path: polygon(0 0, 35.53% 0, 50% min(78px,5.2vw), 65.53% 0, 100% 0, 100% 100%, 0 100%);
        padding: 106px 20px 94px;
    }
    .merit-sttl {
        font-size: 24px;
        line-height: 1.25;
    }
    .merit_wrap .lp-ttl {
        padding-top: 9px;
        margin-bottom: 74px;
    }
    .merit_wrap .lp-ttl::before {
        width: 300px;
        height: 4px;
        background: url(../img/merit_line.svg) no-repeat;
        bottom: 0;
    }
    .meritLst_wrap {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .meritCnt_wrap {
        width: 300px;
        padding: 23px 10px 17px;
    }
    .meritCome_wrap {
        margin: 0 0 18px;
    }
    .meritCome-txt {
        font-size: 18px;
        line-height: 2;
        padding: 4px 0;
        border-radius: 22px;
    }
    .merit-ttl {
        font-size: 20px;
        line-height: 1.5;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::before {
        margin-left: -99px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::before {
        width: 189px;
        height: 173px;
        bottom: 16px;
        margin-left: -105px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::before {
        width: 205px;
        height: 164px;
        bottom: 25px;
        margin-left: -123px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::before {
        width: 221px;
        height: 149px;
        bottom: 33px;
        margin-left: -110px;
    }
    .merit-ttl::after {
        bottom: 31px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::after {
        right: calc(50% - 124px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::after {
        right: calc(50% - 126px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::after {
        right: calc(50% - 128px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::after {
        right: calc(50% - 130px);
    }
    .merit-txt {
        padding: 0 9px 0 10px;
        line-height: 1.75;
    }
    .consultTop_wrap {
        padding: 106px 20px 0;
    }
    .consultTop_wrap::before {
        top: -3px;
        border-width: 78px 308px 0 308px;
        border-color: #FA9137 transparent transparent transparent;
    }
    .consultTop-ttl {
        font-size: 36px;
        line-height: 1.667;
        margin-bottom: 49px;
    }
    .consultTop_in {
        max-width: 758px;
        margin: 0 auto;
    }
    .consultTop_box {
        justify-content: center;
        align-items: center;
    }
    .consultTop_box.is-top {
        grid-template-columns: 1fr 238px 1fr;
    }
    .consultTop-txt.is-ver1 {
        grid-column: 1;
    }
    .consultTop-txt.is-ver2 {
        grid-column: 3;
    }
    .consultTop_box.is-btm {
        grid-template-columns: 34.3% 69px 34.3%;
        margin: 53px 0  36px;
    }
    .consultTop-txt.is-ver3 {
        grid-column: 1;
    }
    .consultTop-txt.is-ver4 {
        grid-column: 3;
    }
    .consultBtm_wrap {
        padding: 72px 20px 66px;
    }
    .consultBtm_wrap::before {
        background: url(../img/consult_arrow.svg) no-repeat;
        width: 68px;
        height: 67px;
        bottom: -28px;
    }
    .consultBtm-sttl {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .consultBtm_ttl {
        font-size: 35px;
        line-height: 1.514;
        margin-bottom: 53px;
    }
    .consultBtm_ttl .is-underline::before {
        width: 328px;
        height: 5px;
        background: url(../img/consult_line.svg) no-repeat;
        bottom: -8px;
        left: 0;
    }
    .cv_wrap {
        padding: 62px 137px 58px;
    }
    .cv_in {
        position: relative;
        max-width: 1226px;
        margin: 0 auto;
    }
    .cv-txt {
        font-size: 20px;
        line-height: 1.45;
        position: absolute;
        right: 40px;
        top: 0;
        z-index: 9;
    }
    .cv-txt::before,
    .cv-txt::after {
        width: 25px;
        height: 25px;
    }
    .cv-txt::before {
        left: -29px;
    }
    .cv-txt::after {
        right: -25px;
    }
    .cv-ttl {
        font-size: 40px;
        position: relative;
        z-index: 10;
    }
    .cvImg_wrap {
        position: absolute;
        right: 77px;
        top: 39px;
        z-index: 9;
    }
    .cvBtn_wrap {
        margin-top: 42px;
    }
    .faq_wrap {
        padding: 60px 20px 166px;
    }
    .faq_wrap .faq_ttl {
        padding: 38px 53px 40px;
        font-size: 20px;
    }
    .faq_wrap .faq_ttl .is-fz {
        font-size: 32px;
        left: 14px;
        top: 28px;
    }
    .faq_wrap .faq_ttl::before,
    .faq_wrap .faq_ttl::after {
        right: 21px;
    }
    .faq_wrap .faq_ttl:hover {
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 7px;
    }
    .faq_wrap .faqBox_wrap {
        padding: 0 41px 40px 53px;
    }
    .faq_wrap .faqBox_wrap.is-btm {
        padding: 0 30px 40px 53px;
    }
    .faqBox_in {
        display: flex;
        justify-content: space-between;
    }
    .faqGraph_in .faqGraph_box:first-child {
        margin-right: 11px;
    }
    .faqGraph-txt {
        max-width: 175px;
        margin-top: 18px;
    }
    .jigyosya-lnk a:hover {
        text-decoration: none;
    }
    .jigyosya-lnk a:hover::before {
        right: 0;
    }
    .tekiseiBtn_wrap {
        max-width: 1026px;
        margin: 122px auto 0;
    }
    .tekiseiBtn_wrap a:hover {
        text-decoration: none;
        border: 1px solid #1B418A;
    }
    .f_logo.ver2 a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
@media (min-width: 897px) and (max-width: 1420px) {
    .cv_wrap {
        padding: 55px 30px 60px;
    }
}
@media (min-width: 897px) and (max-width: 1298px) {
    .meritLst_wrap {
        max-width: 1026px;
        flex-wrap: wrap;
        gap: 40px 20px;
    }
    .meritCnt_wrap {
        width: calc(50% - 20px);
    }
}
@media (min-width: 897px) and (max-width: 1199px) {
    .h_right {
        padding: 0;
    }
    .mail-btn {
        width: 150px;
    }
    .problemLst_wrap {
        flex-wrap: wrap;
    }
    .problemLst_wrap li {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .problemLst_wrap .problemBox_txt {
        font-size: max(12px,1.067vw);
        padding: 18px 0 16px;
    }
    .consultBtm_ttl .is-underline::before {
        width: 270px;
        left: calc(50% + 1px);
    }
    .c-sp.is-br2 {
        display: block;
    }
    .consultBtm_ttl {
        font-size: 29px;
    }
    .cv-ttl {
        font-size: 2.667vw;
    }
    .cv-txt {
        font-size: max(1.333vw,18px);
    }
}
@media (min-width: 897px) and (max-width: 1040px) {
    .faq_wrap .faq-txt {
        max-width: 43.133vw;
    }
}
@media (min-width: 560px) and (max-width: 896px) {
    .problemLst_wrap {
        max-width: 530px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 896px) {
    .header_wrap {
        padding: 0 15px;
    }
    .header_in {
        height: 60px;
    }
    .h_right {
        display: none;
    }
    .mv_wrap {
        position: relative;
        padding: 336px 0 59px;
        background: #FA9137;
    }
    .mv_wrap::before {
        position: absolute;
        content: '';
        background: url(../img/sp/mv_bg.png?2) no-repeat top center / cover;
        width: 100%;
        height: 305px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .mvTtl_wrap {
        margin-bottom: 17px;
    }
    .mv-ttl {
        line-height: 1.368;
        font-size: 31px;
        margin-bottom: 27px;
        padding-left: 9px;
    }
    .mv-txt {
        line-height: 1.625;
        font-size: 16px;
        padding: 0 14px 0 22px;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        text-align: left;
    }
    .mv_in:after {
        display: none;
    }
    .mvTtl_wrap .mail-btn {
        height: 68px;
    }
    .cvBtn_wrap .mail-btn {
        height: 56px;
    }
    .mvTtl_wrap .mail-btn {
        margin-top: 32px;
        padding: 0 22px;
    }
    .reservation-btn a span::before {
        left: -6px;
    }
    .jigyosya-lnk {
        bottom: 0;
    }
    .jigyosya-lnk a {
        font-size: 12px;
    }
    .problem_wrap {
        padding: 75px 15px 26px;
    }
    .lp-ttl {
        font-size: 20px;
        padding-top: 23px;
        margin-bottom: 32px;
    }
    .problem_wrap .lp-ttl {
        margin-bottom: 46px;
    }
    .lp-ttl::before {
        font-size: 12px;
    }
    .problem_wrap .lp-ttl::before,
    .voice_wrap .lp-ttl::before,
    .faq_wrap .lp-ttl::before {
        font-size: 12px;
    }
    .problemLst_wrap {
        flex-direction: column;
    }
    .problemLst_wrap li {
        margin-bottom: 30px;
    }
    .problemLst_wrap li:last-of-type {
        margin: 0;
    }
    .problemBox_wrap {
        display: flex;
        align-items: center;
    }
    .problemBox_wrap.ver1,
    .problemBox_wrap.ver3 {
        flex-direction: row-reverse;
    }
    .problemBox_txt {
        width: 71.43%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.714;
        padding: 15px 0 15px;
    }
    .problemBox_wrap .problemBox_txt::before {
        background-size: contain;
        width: 16px;
        height: 15px;
    }
    .problemBox_wrap.ver1 .problemBox_txt::before,
    .problemBox_wrap.ver3 .problemBox_txt::before {
        flex-direction: row-reverse;
        left: -11px;
    }
    .problemBox_wrap.ver2 .problemBox_txt::before,
    .problemBox_wrap.ver4 .problemBox_txt::before {
        right: -11px;
    }
    .problemBox_wrap.ver1 .problemBox_txt::before {
        background: url(../img/sp/problem_shape_or.svg) no-repeat;
        bottom: 29px;
    }
    .problemBox_wrap.ver2 .problemBox_txt::before {
        background: url(../img/sp/problem_shape_bl.svg) no-repeat;
        bottom: 28px;
    }
    .problemBox_wrap.ver3 .problemBox_txt::before {
        background: url(../img/sp/problem_shape_gr.svg) no-repeat;
        top: 32px;
    }
    .problemBox_wrap.ver4 .problemBox_txt::before {
        background: url(../img/sp/problem_shape_red.svg) no-repeat;
        top: 33px;
    }
    .problemBox_wrap.ver1 img,
    .problemBox_wrap.ver3 img {
        padding-right: 6.872vw;
    }
    .problemBox_wrap.ver2 img,
    .problemBox_wrap.ver4 img {
        padding-left: 6.872vw;
    }
    .merit_wrap {
        clip-path: polygon(0 0, 11.54% 0, 50% max(42px,10.769vw), 88.46% 0, 100% 0, 100% 100%, 0 100%);
        padding: 70px 15px 48px;
    }
    .merit-sttl {
        font-size: 16px;
        line-height: 1.875;
    }
    .merit_wrap .lp-ttl {
        font-size: 24px;
        padding-top: 4px;
        margin-bottom: 34px;
        line-height: 1.25;
    }
    .merit_wrap .lp-ttl::before {
        width: 158px;
        height: 3px;
        background: url(../img/sp/merit_line.svg) no-repeat;
        bottom: -5px;
    }
    .meritCnt_wrap {
        width: 100%;
        padding: 23px 17px 20px 26px;
        margin-bottom: 20px;
    }
    .meritCnt_wrap:last-child {
        margin-bottom: 0;
    }
    .meritCome_wrap {
        margin: 0 0 25px;
        padding: 0 23px 0 14px;
    }
    .meritCome-txt {
        font-size: 16px;
        line-height: 2.25;
        padding: 2px 0;
        border-radius: 20px;
    }
    .merit-ttl {
        font-size: 18px;
        line-height: 1.667;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::before {
        margin-left: -110px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::before {
        width: 184px;
        height: 168px;
        bottom: 23px;
        margin-left: -95px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::before {
        width: 205px;
        height: 164px;
        bottom: 23px;
        margin-left: -110px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::before {
        width: 208px;
        height: 140px;
        bottom: 38px;
        margin-left: -110px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::after {
        bottom: 38px;
    }
    .meritLst_wrap .meritCnt_wrap:not(:nth-child(1)) .merit-ttl::after {
        bottom: 35px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::after {
        right: calc(50% - 134px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::after {
        right: calc(50% - 138px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::after {
        right: calc(50% - 138px);
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::after {
        right: calc(50% - 142px);
    }
    .merit-txt {
        font-size: 14px;
        line-height: 1.75;
    }
    .consultTop_wrap {
        padding: 56px 15px 0;
    }
    .consultTop_wrap::before {
        top: -8px;
        border-width: 42px 150px 0 150px;
        border-color: #FA9137 transparent transparent transparent;
    }
    .consultTop_in {
        max-width: 470px;
        margin: 0 auto;
    }
    .consultTop-ttl {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 23px;
    }
    .consultTop_box {
        gap: 31px;
    }
    .consultTop_box > .consultTop-txt:nth-child(2) {
        margin-left: 100px;
    }
    .consultTop-txt {
        width: 72.223%;
        font-size: 16px;
    }
    .consultTop_box.is-btm {
        margin: 33px 0  31px;
    }
    .consultBtm_wrap {
        padding: 46px 0 31px;
    }
    .consultBtm_wrap::before {
        background: url(../img/sp/consult_arrow.svg) no-repeat;
        width: 34px;
        height: 30px;
        bottom: -10px;
    }
    .consultBtm-sttl {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 18px;
    }
    .consultBtm_ttl {
        font-size: 22px;
        line-height: 1.514;
        margin-bottom: 21px;
    }
    .consultBtm_ttl .is-underline::before {
        width: 201px;
        left: 1px;
        bottom: -3px;
        height: 3px;
        background: url(../img/sp/consult_line.svg) no-repeat;
    }
    .consultBtm_ttl .is-mgn {
        display: block;
        margin-top: 5px;
    }
    .cv_wrap {
        display: flex;
        justify-content: center;
        padding: 30px 22px 31px 23px;
    }
    .cv_in {
        text-align: center;
    }
    .cv-txt {
        font-size: 14px;
        line-height: 1.429;
        position: relative;
    }
    .cv-txt::before,
    .cv-txt::after {
        width: 15px;
        height: 15px;
    }
    .cv-txt::before {
        left: -15px;
    }
    .cv-txt::after {
        right: -15px;
    }
    .cv-ttl {
        font-size: 20px;
        text-align: left;
        padding-left: 3px;
        margin: 5px 0 15px;
    }
    .cvImg_wrap {
        text-align: center;
    }
    .cvBtn_wrap {
        margin-top: 23px;
    }
    .cvBtn_wrap .mail-btn {
        margin-top: 22px;
    }
    .voice_wrap {
        padding: 64px 15px 54px;
        box-sizing: border-box;
    }
    .voice_wrap .lp-ttl {
        margin-bottom: 7px;
    }
    .voiceLst_wrap li {
        padding: 14px 20px 19px;
        border-radius: 10px;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .voiceImg_wrap {
        margin: 0 0 9px;
    }
    .voice-ttl{
        font-size: 16px;
        line-height: 1.5;
        margin: -2px 0 6px;
    }
    .voice-txt {
        font-size: 14px;
        line-height: 1.714;
    }
    .faq_wrap {
        padding: 0 15px 89px;
    }
    .faq_wrap .lp-ttl {
        margin-bottom: 42px;
    }
    .faq_wrap .faq_ttl {
        padding: 18px 23px 15px;
        font-size: 16px;
    }
    .faq_wrap .faq_in.is-ver1 .faq_ttl {
        letter-spacing: -0.07em;
    }
    .faq_wrap .faq_ttl .is-fz {
        font-size: 24px;
        left: 0;
        top: 8px;
    }
    .faq_wrap .faq_ttl::before,
    .faq_wrap .faq_ttl::after {
        right: 3px;
    }
    .faq_wrap .faqBox_wrap {
        padding: 10px 12px 20px 23px;
    }
    .faq_wrap .faq-txt {
        font-size: 14px;
        line-height: 1.71;
    }
    .faq_wrap .faqBox_wrap.is-ver1 .faq-txt {
        padding-bottom: 5px;
    }
    .faqGraph_wrap {
        margin-top: 40px;
    }
    .faqGraph_in {
        justify-content: space-evenly;
    }
    .faqGraph_in .faqGraph_box:first-child {
        margin-right: 28px;
    }
    .faqGraph-txt {
        max-width: 145px;
        margin-top: 17px;
    }
    .faqGraph-txt.is-btm {
        max-width: 141px;
    }
    .tekiseiBtn_wrap {
        margin-top: 47px;
    }
    .tekiseiBtn_wrap a {
        padding: 18px 0;
    }
    .tekiseiBtn_in {
        margin: 0;
    }
    .tekiseiBtn-tll {
        font-size: 16px;
        margin-bottom: 110px;
        line-height: 1.62;
        text-align: center;
    }
    .tekiseiBtn-txt {
        font-size: 14px;
        padding: 0 30px;
    }
    .tekiseiImg_wrap {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 80px;
    }
    .footerLogo_wrap {
        padding: 20px 15px 15px;
        justify-content: start;
    }
    .f_logo.ver2 {
        padding-left: 21px;
    }
    .f_logo .yuryo-txt {
        padding-left: 4px;
    }
}
@media (min-width: 500px) and (max-width: 896px) {
    .merit_wrap {
        clip-path: polygon(0 0, 11.54% 0, 50% 42px, 88.46% 0, 100% 0, 100% 100%, 0 100%);
    }
}
@media only screen and (max-width: 389px) {
    .cv-ttl {
        font-size: 19px;
    }
    .faq_wrap .faq_ttl {
        padding: 18px 14px 15px max(5.641vw,15px);
        font-size: max(4.103vw,13px);
    }
    .faq_wrap .faq_ttl::before,
    .faq_wrap .faq_ttl::after {
        width: 12px;
        height: 2px;
    }
    .faq_wrap .faq_ttl .is-fz {
        font-size: max(5.641vw,16px);
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_wrap .faq-txt {
        font-size: 13px;
    }
}
@media only screen and (max-width: 374px) {
    .mv-ttl {
        font-size: 29px;
    }
    .mvTtl_wrap .mail-btn a span,
    .cvBtn_wrap .mail-btn a span {
        font-size: 15px;
    }
    .problemBox_txt {
        font-size: 12px;
    }
    .merit-sttl {
        font-size: 14px;
    }
    .meritCome-txt {
        font-size: 15px;
    }
    .merit-ttl {
        font-size: 17px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl::after,
    .meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl::after,
    .meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl::after,
    .meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl::after {
        right: calc(50% - 125px);
    }
    .consultTop-ttl {
        font-size: 17px;
    }
    .consultTop-txt {
        font-size: 13px;
    }
    .consultTop_box > .consultTop-txt:nth-child(2) {
        margin-left: 80px;
    }
    .consultBtm_ttl {
        font-size: 19px;
    }
    .consultBtm_ttl .is-underline::before {
        left: -5px;
    }
    .cv-ttl {
        font-size: 16px;
    }
    .faqGraph_box img {
        width: 100%;
        height: auto;
    } 
    .tekiseiImg_wrap img {
        width: 90%;
        height: auto;
        max-width: 286px;
    }
    .f_logo .yuryo-txt {
        font-size: 11px;
    }
}