@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    src: local("Lato Black"), url("../font/Lato-Black.woff2") format("woff2")
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), url("../font/Lato-Bold.woff2") format("woff2")
}
.reservation-btn {
    margin-right: 14px;
    width: 216px;
    height: 40px;
}
.reservation-btn a {
    font-size: 14px;
    font-weight: bold;
    color: #1B418A;
    border: 1px solid #1B418A;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.reservation-btn a span {
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
}
.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;
}
.mail-btn {
    width: 170px;
    height: 40px;
}
.mail-btn a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #1B418A;
    border: 1px solid #1B418A;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.mail-btn a span {
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}
.mail-btn a span:before {
    content: "";
    position: absolute;
    background: url(../img/icn_mail.svg) no-repeat center / 100% auto;
    top: 50%;
    margin-top: -5px;
    left: -10px;
    width: 14px;
    height: 11px;
}
.mvBtn_wrap {
    display: flex;
    margin: 62px 0 0 8px;
}
.mvBtn_wrap .reservation-btn {
    margin-right: 19px;
}
.mvBtn_wrap .reservation-btn a,
.onlineBtn_warap .reservation-btn a {
    font-size: 16px;
    border: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.mvBtn_wrap .reservation-btn a span,
.onlineBtn_warap .reservation-btn a span {
    padding-left: 22px;
}
.mvBtn_wrap .reservation-btn a span:before,
.onlineBtn_warap .reservation-btn a span:before {
    width: 12px;
    height: 16px;
    left: -4px;
    margin-top: -8px;
}
.mvBtn_wrap .mail-btn,
.onlineBtn_warap .mail-btn,
.mvBtn_wrap .reservation-btn,
.onlineBtn_warap .reservation-btn {
    width: 260px;
    height: 60px;
}
.mvBtn_wrap .mail-btn a,
.onlineBtn_warap .mail-btn a {
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.mvBtn_wrap .mail-btn a span,
.onlineBtn_warap .mail-btn a span {
    padding-left: 30px;
}
.mvBtn_wrap .mail-btn a span:before,
.onlineBtn_warap .mail-btn a span:before {
    width: 16px;
    height: 13px;
    left: -4px;
    margin-top: -7px;
}
.mv_wrap{
    width: 100%;
    padding: 153px 40px 150px;
    box-sizing: border-box;
    background: url(../img/mv_bg.png) no-repeat right top / cover;
    margin-bottom: 94px;
}
.mvTtl_wrap{
    margin-left: 44px;
    color: #FFFFFF;
}
.mv-ttl{
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.375;
    font-size: 48px;
    margin-bottom: 27px;
}
.mv-txt{
    font-weight: bold;
    line-height: 2;
    font-size: 18px;
}
.mv_in:after {
    content: "";
    max-width: 643px;
    height: 412px;
    width: 42.867vw;
    background: url(../img/mv.svg) no-repeat center / 100% auto;
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 8;
}
.kyujin-lnk {
    text-align: right;
}
.kyujin-lnk a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    padding: 0 30px 3px 12px;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-right: 5px;
    bottom: -70px;
    z-index: 10;
}
.kyujin-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: 33px;
    margin-bottom: 60px;
    line-height: 1.5;
}
.lp-ttl:before {
    content: "";
    font-size: 18px;
    font-weight: bold;
    color: #003DA6;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.3333;
}
.problem_wrap .lp-ttl:before {
    content: "PROBLEM";
}
.merit_wrap .lp-ttl:before {
    content: "MERIT";
}
.voice_wrap .lp-ttl:before {
    content: "VOICE";
}
.problemLst_wrap{
    margin: 0 auto;
    position: relative;
    padding: 0 20px 254px;
    z-index: 9;
}
.problemLst_wrap::after {
    content: "";
    background: url(../img/img01.svg) no-repeat center bottom / 100% auto;
    width: 437px;
    height: 292px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}
.problemLst_wrap li {
    width: 30.0552%;
}
.problemitem_wrap {
    position: relative;
    padding: 56px 29px 52px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #3397D7;
}
.problemitem_wrap::before,
.problemitem_wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}
.problemitem_wrap::before {
    background: url(../img/icn_worries.svg) no-repeat center / 100% auto;
    width: 36px;
    height: 36px;
    top: -15px;
}
.problemitem_wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 19px solid #3397D7;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.problem_txt {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.555;
    text-align: center;
}
.ifproblem_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 135px 0 96px;
    box-sizing: border-box;
    background: #C5DDEF;
}
.ifproblem_wrap::before {
    content: "";
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 88px solid #F5F8FA;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.bubble_ttl {
    width: 490px;
    height: 80px;
    margin: 0 auto 54px;
    border-radius: 40px;
    box-sizing: border-box;
    background: #1B418A;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #FFFFFF;
}
.bubble_ttl::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #1B418A;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.bubble_ttl span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}
.ifproblemLst_wrap li {
    width: 394px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px rgba(18, 50, 105, 0.08);
    padding: 57px 30px 49px;
}
.ifproblem-txt {
    padding-top: 113px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.ifproblem-txt::before {
    content: "";
    width: 62px;
    height: 79px;
    background: url(../img/img03.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.ifproblemLst_wrap li:nth-child(1) .ifproblem-txt::before {
    width: 84px;
    height: 67px;
    background: url(../img/img02.svg) no-repeat center / 100% auto;
    top: 6px;
}
.ifproblemLst_wrap li:nth-child(3) .ifproblem-txt::before {
    width: 103px;
    height: 76px;
    background: url(../img/img04.svg) no-repeat center / 100% auto;
    top: 2px;
}
.is-blue {
    color: #1B418A;
}
.merit_wrap {
    padding: 136px 0 94px;
    box-sizing: border-box;
}
.merit_wrap .lp-ttl {
    margin-bottom: 42px;
}
.meritCnt_wrap {
    width: 400px;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(232, 232, 232);
    padding: 0 24px 50px 32px;
    box-sizing: border-box;
}
.meritCnt_wrap .num-label {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B418A;
    border-radius: 15px 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
.merit_ttl {
    padding-top: 200px;
    position: relative;
}
.merit_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 193px;
    height: 138px;
    background: url(../img/img05.svg) no-repeat center / 100% auto;
    top: 41px;
}
.merit_ttl.ver2::before {
    width: 184px;
    height: 156px;
    background: url(../img/img06.svg) no-repeat center / 100% auto;
    top: 35px;
}
.merit_ttl.ver3::before {
    width: 182px;
    height: 145px;
    background: url(../img/img07.svg) no-repeat center / 100% auto;
    top: 35px;
}
.merit_ttl.ver4::before {
    width: 203px;
    height: 138px;
    background: url(../img/img08.svg) no-repeat center / 100% auto;
    top: 41px;
}
.merit_ttl.ver5::before {
    width: 192px;
    height: 148px;
    background: url(../img/img09.svg) no-repeat center / 100% auto;
    top: 31px;
}
.meritcat-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3125;
    margin-bottom: 3px;
    color: #1B418A;
}
.merit-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.merit-txt {
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}
.online_wrap {
    padding: 42px 0 61px;
    background: url(../img/cv_bg.png) no-repeat right top / cover;
    box-sizing: border-box;
}
.online-ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3333;
    margin-bottom: 25px;
    text-align: center;
    color: #FFFFFF;
}
.online-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777;
    margin-bottom: 35px;
    text-align: center;
    color: #FFFFFF;
}
.onlineBtn_warap {
    display: flex;
    justify-content: center;
    gap: 0 19px;
}
.voice_wrap {
    padding: 134px 20px 82px;
}
.voiceLst_wrap {
    margin: 0 auto;
    max-width: 1026px;
}
.voiceLst_wrap li {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 25px 47px 25px;
    display: flex;
    align-items: center;
}
.voiceLst_wrap li:last-of-type {
    margin: 0;
}
.voiceImg_wrap {
    margin-right: 44px;
}
.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: 4px 8px;
    font-size: 12px;
    margin-right: 11px;
}
.voice-txt {
    line-height: 1.75;
    font-weight: normal;
}
.yuryoshokaiBtn_wrap {
    max-width: 1026px;
    margin: 0 auto 94px;
    padding: 0 20px;
}
.yuryoshokaiBtn_wrap a {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 19px 40px 23px 41px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.yuryoshokaiBtn_wrap a::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #E95431;
    bottom: -40px;
    right: -40px;
}
.yuryoshokaiBtn_wrap a::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_wh.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 14px;
    bottom: 10px;
    right: 12px;
}
.yuryoshokaiBtn_in {
    margin-left: 28px;
}
.yuryoshokaiBtn-tll {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3333;
}
.yuryoshokaiBtn-txt {
    font-size: 15px;
}
.footer_wrap {
    padding: 21px 20px 15px;
    background: #ffffff;
}
.footer_in {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.footerLogo_wrap {
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.yuryo-txt{
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #000000;
}
.f_right{
    display: flex;
}
.tellnum_wrap{
    margin-right: 20px;
}
.tellnum-time{
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    line-height: 1.3636;
    margin-bottom: -6px;
    text-align: right;
}
a.tellnum-txt{
    position: relative;
    font-size: 24px;
    color: #1B418A;
    letter-spacing: 0.01em;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    line-height: 1.417;
    padding-left: 22px;
    box-sizing: border-box;
}
a.tellnum-txt::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icn_tell.svg) no-repeat center / 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.f_right .reservation-btn {
    margin-right: 14px;
}
@media (min-width: 897px) {
    .reservation-btn a:hover {
        text-decoration: none;
        color: #fff;
        background: #1B418A;
    }
    .mail-btn a:hover {
        text-decoration: none;
        color: #1B418A;
        background: #fff;
    }
    .mvBtn_wrap .mail-btn a:hover {
        border: 2px solid #1B418A;
    }
    .reservation-btn a:hover span:before {
        background: url(../img/icn_pdf_wh.svg) no-repeat center / 100% auto;
    }
    .mail-btn a:hover span:before {
        background: url(../img/icn_mail_bl.svg) no-repeat center / 100% auto;
    }
    .yuryoshokaiBtn_wrap a:hover {
        text-decoration: none;
        border: 1px solid #E95431;
    }
    .f_logo.ver2 a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .problemitem_wrap.ver2::before {
        top: -5px;
    }
    .problemLst_wrap li:nth-child(2n+1) {
        margin-top: 105px;
    }
    .mv_in {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    .kyujin-lnk a:hover {
        text-decoration: none;
    }
    .kyujin-lnk a:hover:before {
        right: 0;
    }
    .problemLst_wrap {
        max-width: 1088px;
        display: flex;
        justify-content: space-between;
    }
    .ifproblemLst_wrap {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        gap: 59px;
        flex-wrap: wrap;
    }
    .ifproblem-txt.ver2 {
        padding-top: 126px;
    }
    .meritLst_wrap {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 40px;
    }
}
@media (min-width: 897px) and (max-width: 1280px) {
    .meritLst_wrap {
        justify-content: space-between;
        gap: 40px 0;
        padding: 0 20px;
    }
    .meritCnt_wrap {
        width: calc(50% - 10px);
    }
    .footer_in {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
}
@media (min-width: 897px) and (max-width: 1199px) {
    .h_left {
        flex-direction: column;
        align-items: start;
    }
    .h_logo.ver2 {
        padding: 0;
        margin-top: 10px;
    }
    .h_right {
        padding: 0;
    }
    .reservation-btn {
        width: 180px;
    }
    .mail-btn {
        width: 150px;
    }
    .problemLst_wrap {
        flex-wrap: wrap;
    }
    .online_wrap {
        padding: 55px 30px 60px;
    }
    .c-sp.is-br2 {
        display: block;
    }
    .mv_wrap{
        padding: 153px 20px 150px;
    }
    .mvTtl_wrap{  
        margin-left: 0;
    }
    .problemLst_wrap li {
        width: 32.5%;
    }
    .problemitem_wrap {
        padding: 56px 15px 52px;
    }
}
@media (min-width: 897px) and (max-width: 1050px) {
    .mv_in:after {
        width: 35.5vw;
    }
    .problem_txt {
        font-size: 17px;
    }
}
@media only screen and (max-width: 896px) {
    .h_right,
    .f_right {
        display: none;
    }
    .mvBtn_wrap {
        flex-direction: column;
        margin: 25px 0 0;
    }
    .mvBtn_wrap .reservation-btn,
    .onlineBtn_warap .reservation-btn {
        margin: 0 0 18px;
        width: 100%;
        height: 56px;
    }
    .mvBtn_wrap .mail-btn,
    .onlineBtn_warap .mail-btn {
        width: 100%;
        height: 56px;
    }
    .reservation-btn a span:before {
        left: -6px;
    }
    .mail-btn a span:before {
        left: -20px;
    }
    .kyujin-lnk {
        text-align: center;
    }
    .kyujin-lnk a {
        bottom: 0;
    }
    .problem_wrap {
        padding: 0 15px 49px;
        box-sizing: border-box;
    }
    .lp-ttl {
        font-size: 20px;
        padding-top: 23px;
        margin-bottom: 47px;
    }
    .lp-ttl:before {
        font-size: 12px;
    }
    .voice_wrap .lp-ttl {
        margin-bottom: 38px;
    }
    .online-ttl {
        font-size: 22px;
        margin-bottom: 25px;
        text-align: left;
    }
    .online-txt {
        font-size: 14px;
        text-align: left;
        margin-bottom: 18px;
    }
    .onlineBtn_warap {
        flex-direction: column;
    }
    /* 20250716 */
    .mv_wrap{
        padding: 55px 0 50px;
        background: url(../img/sp/mv_bg.png?2) no-repeat right center / cover;
        margin-bottom: 70px;
    }
    .mvTtl_wrap{
        margin-left: 0;
        margin-bottom: 32px;
    }
    .mv-ttl {
        letter-spacing: 0;
        line-height: 1.444;
        font-size: 36px;
        padding: 0 27px min(68.462vw ,267px) 39px;
        position: relative;
        margin-bottom: 0;
    }
    .mv-ttl::after {
        content: "";
        max-width: 323px;
        max-height: 207px;
        background: url(../img/mv.svg) no-repeat center / 100% auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 8;
        width: 82.821vw;
        height: 53.077vw;
        bottom: min(8.718vw, 34px);
    }
    .mv-txt {
        line-height: 1.625;
        font-size: 16px;
        padding: 0 36px 0 40px;
        box-sizing: border-box;
    }
    .mv_in:after {
        display: none;
    }
    .mvBtn_wrap {
        margin: 38px 0 0;
        padding: 0 35px;
        box-sizing: border-box;
    }
    .problemLst_wrap{
        padding: 0 0 min(70.769vw, 276px);
        box-sizing: border-box;
    }
    .problemLst_wrap::after {
        content: "";
        background: url(../img/img01.svg) no-repeat center top / 100% auto;
        width: 100%;
        height: min(61.538vw, 240px);
        max-width: 360px;
    }
    .problemLst_wrap li {
        width: 100%;
    }
    .problemLst_wrap li:not(:last-child) {
        margin-bottom: 19px;
    }
    .problemitem_wrap {
        padding: 15px 50px 12px;
        border-radius: 15px;
    }
    .problemitem_wrap::before {
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
        width: 31px;
        height: 31px;
    }
    .problemitem_wrap::after {
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        position: absolute;
        bottom: -7px;
    }
    .problem_txt {
        font-size: 16px;
        line-height: 1.375;
    }
    .ifproblem_wrap {
        padding: 59px 15px 55px;
        margin-top: -2px;
    }
    .ifproblem_wrap::before {
        border-top: 30px solid #F5F8FA;
    }
    .bubble_ttl {
        width: 100%;
        height: 50px;
        margin: 0 0 31px;
    }
    .bubble_ttl::after {
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 9px solid #1B418A;
        bottom: -8px;
    }
    .bubble_ttl span {
        font-size: 18px;
        line-height: 1.4444;
    }
    .ifproblemLst_wrap li {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 3px 10px rgba(18, 50, 105, 0.08);
        padding: 20px 24px 20px 85px;
        min-height: 92px;
        display: flex;
        align-items: center;

    }
    .ifproblemLst_wrap li:not(:last-child) {
        margin-bottom: 20px;
    }
    .ifproblem-txt {
        padding: 0;
        font-size: 18px;
        line-height: 1.4444;
        text-align: left;
    }
    .ifproblem-txt::before {
        width: 37px;
        height: 47px;
        top: 50% !important;
        left: -55px;
        transform: translateY(-50%);
    }
    .ifproblemLst_wrap li:nth-child(1) .ifproblem-txt::before {
        width: 48px;
        height: 38px;
        left: -61px;
    }
    .ifproblemLst_wrap li:nth-child(3) .ifproblem-txt::before {
        width: 45px;
        height: 33px;
        left: -59px;
    }
    .merit_wrap {
        padding: 40px 14px 47px 16px;
        box-sizing: border-box;
    }
    .merit_wrap .lp-ttl {
        margin-bottom: 37px;
    }
    .meritLst_wrap .meritCnt_wrap:not(:last-child) {
        margin-bottom: 31px;
    }
    .meritCnt_wrap {
        width: 100%;
        padding: 0 19px 36px;
        box-sizing: border-box;
    }
    .meritCnt_wrap .num-label {
        width: 54px;
        height: 54px;
        font-size: 18px;
    }
    .merit_ttl {
        padding-top: 179px;
    }
    .merit_ttl::before {
        width: 173px;
        height: 124px;
        top: 37px;
    }
    .merit_ttl.ver2::before {
        width: 156px;
        height: 133px;
        top: 36px;
    }
    .merit_ttl.ver3::before {
        width: 162px;
        height: 129px;
        top: 27px;
    }
    .merit_ttl.ver4::before {
        width: 190px;
        height: 129px;
        top: 36px;
    }
    .merit_ttl.ver5::before {
        width: 166px;
        height: 128px;
        top: 29px;
    }
    .meritcat-txt {
        line-height: 1.3125;
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }
    .merit-ttl {
        font-size: 18px;
        line-height: 1.6666;
        margin-bottom: 4px;
        letter-spacing: 0;
    }
    .online_wrap {
        padding: 23px 33px 50px;
        background: url(../img/sp/cv_bg.png) no-repeat right center / cover;
    }
    .online-ttl {
        font-size: 22px;
        line-height: 1.3636;
        margin-bottom: 19px;
        text-align: left;
    }
    .online-txt {
        font-size: 14px;
        line-height: 1.7143;
        margin-bottom: 22px;
        text-align: left;
    }
    .voice_wrap {
        padding: 30px 15px 38px;
        box-sizing: border-box;
    }
    .voiceLst_wrap li {
        padding: 20px 20px 34px;
        border-radius: 10px;
        flex-direction: column;
    }
    .voiceImg_wrap {
        margin: 0 0 17px;
    }
    .voice-ttl{
        font-size: 18px;
        line-height: 1.3333;
        margin-bottom: 12px;
    }
    .voice-num {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .voice-num span {
        padding: 4px 7px;
        font-size: 12px;
        margin-right: 13px;
    }
    .voice-txt {
        font-size: 14px;
        line-height: 1.714;
    }
    .yuryoshokaiBtn_wrap {
        margin: 0 auto 41px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .yuryoshokaiBtn_wrap a {
        padding: 23px 15px 23px 23px;
        display: block;
    }
    .yuryoshokaiBtn_wrap a::before {
        bottom: -42px;
        right: -42px;
    }
    .yuryoshokaiBtn_wrap a::after {
        bottom: 11px;
        right: 12px;
    }
    .yuryoshokaiBtn_in {
        margin-left: 0;
    }
    .yuryoshokaiBtn-tll {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.625;
        text-align: center;
    }
    .yuryoshokaiBtn-txt {
        font-size: 12px;
        line-height: 2;
        position: relative;
        padding-left: 82px;
        box-sizing: border-box;
    }
    .yuryoshokaiBtn-txt::before {
        content: "";
        width: 70px;
        height: 70px;
        background: url(../img/sp/img15.png) no-repeat center / 100% auto;
        position: absolute;
        left: 0;
        top: -4px;
        z-index: 9;
    }
    .footer_wrap {
        padding: 5px 15px 7px;
        box-sizing: border-box;
    }
    .footer_in {
        display: block;
        margin: 0;
    }
    .footerLogo_wrap {
        gap: 0 10px;
        justify-content: start;
    }
    .yuryo-txt{
        font-size: 10px;
        line-height: 1.4;
        margin-left: 8px;
    }
}
@media only screen and (max-width: 389px) {
    .mv-ttl {
        font-size: 31px;
        padding: 0 20px min(68.462vw ,267px);
    }
    .mv-txt {
        padding: 0 20px;
    }
    .mvBtn_wrap {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 374px) {
    .problem_txt {
        font-size: 15px;
    }
    .problemitem_wrap {
        padding: 15px 20px 12px 50px;
    }
    .ifproblem-txt {
        font-size: 15px;
    }
    .merit-ttl {
        font-size: 16px;
    }
    .meritcat-txt {
        font-size: 15px;
    }
    .f_logo.ver2 img {
        width: 30px;
        height: auto;
    }
    .yuryo-txt {
        font-size: 9px;
        padding-left: 4px;
        margin-left: 0;
    }
    .footerLogo_wrap {
        gap: 0 5px;
    }
    .online-ttl {
        font-size: 21px;
    }
}
@media only screen and (max-width: 320px) {
    .ifproblem_wrap::before {
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
    }
    .problemLst_wrap{
        padding: 0 0 227px;
    }
    .problemLst_wrap::after {
        height: 196px;
    }
}