@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    src: local("Lato Black"), url("../font/Lato-Black.woff2") format("woff2")
}
.header_wrap {
    background: #F8F8F7;
    padding: 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: 40px;
}
.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;
}
.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;
}
.mail-btn {
    width: 170px;
    height: 40px;
}
.mail-btn a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #E95431;
    border: 1px solid #E95431;
    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;
}
.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;
}
#Contents {
    background: url(../img/lp_bg.svg) no-repeat top 180px center;
}
.mv_wrap {
    padding: 88px 20px 130px;
}
.mv_in {
    max-width: 1300px;
    margin: 0 auto;
    padding: 125px 86px 78px 62px;
    background-image: linear-gradient(130deg, rgba(233, 84, 49, 1), rgba(250, 145, 55, 1));
    border-radius: 60px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.mv_in::before {
    content: "";
    background: url(../img/dot_bg.png) repeat top left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mv_in::after {
    content: "";
    position: absolute;
    background: url(../img/mv.svg) no-repeat center / 100% auto;
    top: 50%;
    margin-top: -184px;
    right: 46px;
    width: 38vw;
    max-width: 570px;
    height: 368px;
    z-index: 9;
}
.mvTtl_wrap {
    position: relative;
    z-index: 10;
    max-width: 670px;
    margin-bottom: 18px;
}
.mv-ttl {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    line-height: 1.5;
}
.mv-txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.mv-txt2 {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    padding-right: 160px;
}
.mvBtn_wrap {
    display: flex;
    margin: 60px 0 0 30px;
}
.mvBtn_wrap .reservation-btn {
    margin-right: 19px;
    width: 260px;
    height: 52px;
}
.mvBtn_wrap .reservation-btn a,
.onlineBtn_warap .reservation-btn a {
    font-size: 15px;
    border: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.mvBtn_wrap .mail-btn {
    width: 260px;
    height: 52px;
}
.mvBtn_wrap .mail-btn a,
.onlineBtn_warap .mail-btn a {
    font-size: 15px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.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;
    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;
}
.problem_wrap .lp-ttl {
    margin-bottom: 120px;
}
.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,
.merit_wrap {
    padding-bottom: 130px;
}
.problem_wrap .lp-ttl:before {
    content: "PROBLEM";
}
.merit_wrap .lp-ttl:before {
    content: "MERIT";
}
.voice_wrap .lp-ttl:before {
    content: "VOICE";
}
.problemLst_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.problemLst_wrap::before {
    content: "優良認定を取得すれば…";
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 88%;
    height: 62px;
    max-width: 1096px;
    border-radius: 30px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 11;
    box-sizing: border-box;
    padding-top: 10px;
}
.problemLst_wrap li {
    max-width: 277px;
}
.problemtop_wrap {
    padding-bottom: 224px;
    position: relative;
    text-align: center;
}
.problemtop_wrap::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -38px;
    z-index: 9;
    width: 77px;
    height: 196px;
}
.problemLst_wrap li:nth-child(1) .problemtop_wrap::before {
    background: url(../img/icn_arrow_yl.svg) no-repeat center;
}
.problemLst_wrap li:nth-child(2) .problemtop_wrap::before {
    background: url(../img/icn_arrow_bl.svg) no-repeat center;
}
.problemLst_wrap li:nth-child(3) .problemtop_wrap::before {
    background: url(../img/icn_arrow_gr.svg) no-repeat center;
}
.problemLst_wrap li:nth-child(4) .problemtop_wrap::before {
    background: url(../img/icn_arrow_red.svg) no-repeat center;
}
.problemImg_wrap {
    margin-bottom: 10px;
}
.problembottom_wrap {
    width: 277px;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    box-sizing: border-box;
}
.problemLst_wrap li:nth-child(1) .problembottom_wrap {
    background: #FFF6EF;
    border: 4px solid #FA9137;
}
.problemLst_wrap li:nth-child(2) .problembottom_wrap {
    background: #F4FBFF;
    border: 4px solid #3397D7;
}
.problemLst_wrap li:nth-child(3) .problembottom_wrap {
    background: #F2FFFB;
    border: 4px solid #2ABB93;
}
.problemLst_wrap li:nth-child(4) .problembottom_wrap {
    background: #FFF6F4;
    border: 4px solid #E95431;
}
.problembottom-txt {
    font-size: 15px;
    font-weight: bold;
    padding-top: 160px;
    position: relative;
}
.problembottom-txt:before {
    content: "";
    position: absolute;
    left: 50%;
}
.problemLst_wrap li:nth-child(1) .problembottom-txt:before {
    background: url(../img/img05.svg) no-repeat center / 100% auto;
    width: 180px;
    height: 141px;
    margin-left: -90px;
    top: 2px;
}
.problemLst_wrap li:nth-child(2) .problembottom-txt:before {
    background: url(../img/img06.svg) no-repeat center / 100% auto;
    width: 155px;
    height: 142px;
    margin-left: -77px;
    top: 0;
}
.problemLst_wrap li:nth-child(3) .problembottom-txt:before {
    background: url(../img/img07.svg) no-repeat center / 100% auto;
    width: 182px;
    height: 122px;
    margin-left: -91px;
    top: 15px;
}
.problemLst_wrap li:nth-child(4) .problembottom-txt:before {
    background: url(../img/img08.svg) no-repeat center / 100% auto;
    width: 166px;
    height: 132px;
    margin-left: -83px;
    top: 2px;
}
.problembottom-txt span {
    font-size: 19px;
}
.problemLst_wrap li:nth-child(1) .problembottom-txt span {
    color: #FA9137;
}
.problemLst_wrap li:nth-child(2) .problembottom-txt span {
    color: #3397D7;
}
.problemLst_wrap li:nth-child(3) .problembottom-txt span {
    color: #2ABB93;
}
.problemLst_wrap li:nth-child(4) .problembottom-txt span {
    color: #E95431;
}
.meritLst_wrap {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.meritCnt_wrap {
    width: 561px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px 20px 45px;
    box-sizing: border-box;
}
.meritLst_wrap .meritCnt_wrap:nth-child(n + 3) {
    margin-top: 55px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) {
    background: #FFF2E5;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) {
    background: #F4FBFF;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) {
    background: #EAFCF4;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) {
    background: #FEF5F3;
}
.meritCome_wrap {
    margin: 0 0 20px;
    text-align: center;
    position: relative;
}
.meritCome_wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0px 0px;
    left: 50%;
    margin-left: -12px;
    bottom: -12px;
    z-index: 1;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) .meritCome_wrap:before {
    border-color: #FA9137 transparent transparent transparent;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) .meritCome_wrap:before {
    border-color: #3397D7 transparent transparent transparent;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) .meritCome_wrap:before {
    border-color: #48B988 transparent transparent transparent;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .meritCome_wrap:before {
    border-color: #D64825 transparent transparent transparent;
}
.meritCome-txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border-radius: 9px;
    display: inline-block;
    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: #48B988;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .meritCome-txt {
    background: #D64825;
}
.merit-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 220px;
    position: relative;
}
.merit-ttl.is-ver1 {
    padding-bottom: 260px;
}
.merit-ttl:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.meritLst_wrap .meritCnt_wrap:nth-child(1) .merit-ttl:before {
    background: url(../img/img05.svg) no-repeat center / 100% auto;
    width: 266px;
    height: 208px;
    margin-left: -133px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(2) .merit-ttl:before {
    background: url(../img/img06.svg) no-repeat center / 100% auto;
    width: 217px;
    height: 198px;
    margin-left: -108px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(3) .merit-ttl:before {
    background: url(../img/img07.svg) no-repeat center / 100% auto;
    width: 240px;
    height: 161px;
    margin-left: -120px;
}
.meritLst_wrap .meritCnt_wrap:nth-child(4) .merit-ttl:before {
    background: url(../img/img08.svg) no-repeat center / 100% auto;
    width: 226px;
    height: 180px;
    margin-left: -113px;
}
.merit-txt {
    margin: 0 auto;
    max-width: 475px;
}
.voice_wrap {
    padding: 0 20px 67px;
}
.voiceLst_wrap {
    margin: 0 auto;
    max-width: 1026px;
}
.voiceLst_wrap li {
    background: #F7F7F6;
    border-radius: 20px;
    margin-bottom: 20px;
    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;
}
.tekiseiBtn_wrap {
    max-width: 1026px;
    margin: 0 auto 155px;
    padding: 0 20px;
}
.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;
}
.online_wrap {
    width: 100%;
    background: linear-gradient(130deg, rgba(233, 84, 49, 1), rgba(250, 145, 55, 1));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 55px 0 60px;
    text-align: center;
}
.online_wrap::before {
    content: "";
    position: absolute;
    background: url(../img/dot_bg.png) repeat top left;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.online-ttl {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 10;
    margin-bottom: 28px;
}
.online-txt {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}
.onlineBtn_warap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.onlineBtn_warap .reservation-btn {
    width: 276px;
    height: 55px;
    margin-right: 20px;
}
.onlineBtn_warap .mail-btn {
    width: 276px;
    height: 55px;
}
.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;
}
.problembottom_wrap_sp {
    display: none;
}
@media (min-width: 897px) {
    .reservation-btn a:hover {
        text-decoration: none;
        color: #fff;
        background: #E95431;
    }
    .mail-btn a:hover {
        text-decoration: none;
        color: #E95431;
        background: #fff;
    }
    .mvBtn_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;
    }
    .mail-btn a:hover span:before {
        background: url(../img/icn_mail_or.svg) no-repeat center / 100% auto;
    }
    .kyujin-lnk a:hover {
        text-decoration: none;
    }
    .kyujin-lnk a:hover:before {
        right: 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: 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;
    }
    .mv_in {
        padding: 125px 86px 78px 30px;
    }
    .problemLst_wrap {
        flex-wrap: wrap;
    }
    .problemLst_wrap li {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .problembottom_wrap {
        width: 45vw;
    }
    .problemLst_wrap::before {
        top: 18%;
    }
    .problemLst_wrap::after {
        content: "優良認定を取得すれば…";
        position: absolute;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        background: #000;
        width: 88%;
        height: 62px;
        max-width: 1096px;
        border-radius: 30px;
        bottom: 28%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 11;
        box-sizing: border-box;
        padding-top: 10px;
    }
    .meritCnt_wrap {
        width: 100%;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(n + 2) {
        margin-top: 55px;
    }
    .online_wrap {
        padding: 55px 30px 60px;
    }
    .c-sp.is-br2 {
        display: block;
    }
    .online-txt {
        text-align: left;
    }
}
@media (min-width: 897px) and (max-width: 1070px) {
    .mv_in::after {
        right: 8px;
        width: 34vw;
    }
}
@media only screen and (max-width: 896px) {
    #Contents {
        background: url(../img/sp/lp_bg.svg) no-repeat top 650px center;
    }
    .header_wrap {
        padding: 0 15px;
    }
    .header_in {
        height: 60px;
    }
    .h_right,
    .mv_in::after,
    .mv-txt2,
    .problemLst_wrap::before,
    .problembottom_wrap,
    .merit_wrap {
        display: none;
    }
    .mv_wrap {
        padding: 20px 10px 55px;
    }
    .mv_in {
        width: 100%;
        padding: 30px 25px 48px;
        border-radius: 20px;
    }
    .mvTtl_wrap {
        margin: 0 auto 32px;
    }
    .mv-ttl {
        font-size: 30px;
        padding-bottom: 220px;
        margin: 0;
        position: relative;
        line-height: 1.53;
        text-align: center;
    }
    .mv-ttl:before {
        content: "";
        position: absolute;
        background: url(../img/mv.svg) no-repeat center;
        background-size: 100% 198px;
        bottom: 10px;
        right: 3%;
        width: 100%;
        height: 198px;
        z-index: 9;
    }
    .mv-txt {
        font-size: 16px;
        margin: 0;
    }
    .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;
    }
    .problem_wrap {
        padding: 0 15px 55px;
    }
    .lp-ttl {
        font-size: 20px;
        padding-top: 23px;
        margin-bottom: 32px;
    }
    .problem_wrap .lp-ttl {
        margin-bottom: 32px;
    }
    .lp-ttl:before {
        font-size: 12px;
    }
    .problemLst_wrap {
        flex-direction: column;
        padding: 0;
    }
    .problemLst_wrap li {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .problemLst_wrap li:last-of-type {
        margin: 0;
    }
    .problemtop_wrap {
        padding-bottom: 137px;
    }
    .problemtop_wrap::before {
        margin-left: -37px;
        width: 74px;
        height: 118px;
        bottom: 15px;
    }
    .problemLst_wrap li:nth-child(1) .problemtop_wrap::before {
        background: url(../img/sp/icn_arrow_yl.svg) no-repeat center;
    }
    .problemLst_wrap li:nth-child(2) .problemtop_wrap::before {
        background: url(../img/sp/icn_arrow_bl.svg) no-repeat center;
    }
    .problemLst_wrap li:nth-child(3) .problemtop_wrap::before {
        background: url(../img/sp/icn_arrow_gr.svg) no-repeat center;
    }
    .problemLst_wrap li:nth-child(4) .problemtop_wrap::before {
        background: url(../img/sp/icn_arrow_red.svg) no-repeat center;
    }
    .problemtop_wrap:after {
        content: "優良認定を取得すれば…";
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #000;
        width: 89%;
        height: 44px;
        border-radius: 30px;
        bottom: 64px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 11;
        box-sizing: border-box;
        padding-top: 6px;
    }
    .problemtop_txt {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.75;
    }
    .problembottom_wrap,
    .merit_wrap {
        display: none;
    }
    .problembottom_wrap_sp {
        display: block;
        width: 100%;
        border-radius: 20px;
        padding: 35px 16px;
        box-sizing: border-box;
    }
    .problemLst_wrap li:nth-child(1) .problembottom_wrap_sp {
        background: #FFF6EF;
    }
    .problemLst_wrap li:nth-child(2) .problembottom_wrap_sp {
        background: #F2FFFB;
    }
    .problemLst_wrap li:nth-child(3) .problembottom_wrap_sp {
        background: #F4FBFF;
    }
    .problemLst_wrap li:nth-child(4) .problembottom_wrap_sp {
        background: #FFF6F4;
    }
    .problemLst_wrap li:nth-child(1) .meritCome_wrap:before {
        border-color: #FA9137 transparent transparent transparent;
    }
    .problemLst_wrap li:nth-child(2) .meritCome_wrap:before {
        border-color: #3397D7 transparent transparent transparent;
    }
    .problemLst_wrap li:nth-child(3) .meritCome_wrap:before {
        border-color: #48B988 transparent transparent transparent;
    }
    .problemLst_wrap li:nth-child(4) .meritCome_wrap:before {
        border-color: #D64825 transparent transparent transparent;
    }
    .meritCome-txt {
        font-size: 16px;
        padding: 6px 21px;
        border-radius: 6px;
    }
    .problemLst_wrap li:nth-child(1) .meritCome-txt {
        background: #FA9137;
    }
    .problemLst_wrap li:nth-child(2) .meritCome-txt {
        background: #3397D7;
    }
    .problemLst_wrap li:nth-child(3) .meritCome-txt {
        background: #48B988;
    }
    .problemLst_wrap li:nth-child(4) .meritCome-txt {
        background: #D64825;
    }
    .merit-ttl {
        font-size: 18px;
        padding: 0 0 210px;
    }
    .merit-ttl.is-ver1 {
        padding-bottom: 237px;
    }
    .problemLst_wrap li:nth-child(1) .merit-ttl:before {
        background: url(../img/img05.svg) no-repeat center / 100% auto;
        width: 245px;
        height: 192px;
        margin-left: -122px;
    }
    .problemLst_wrap li:nth-child(2) .merit-ttl:before {
        background: url(../img/img06.svg) no-repeat center / 100% auto;
        width: 210px;
        height: 192px;
        margin-left: -105px;
    }
    .problemLst_wrap li:nth-child(3) .merit-ttl:before {
        background: url(../img/img07.svg) no-repeat center / 100% auto;
        width: 237px;
        height: 160px;
        margin-left: -118px;
    }
    .problemLst_wrap li:nth-child(4) .merit-ttl:before {
        background: url(../img/img08.svg) no-repeat center / 100% auto;
        width: 226px;
        height: 180px;
        margin-left: -113px;
    }
    .merit-txt {
        font-size: 14px;
    }
    .voice_wrap {
        padding: 0 15px 70px;
    }
    .voiceLst_wrap li {
        padding: 20px 20px 50px;
        border-radius: 10px;
        flex-direction: column;
    }
    .voiceImg_wrap {
        margin: 0 0 15px;
    }
    .voice-ttl {
        font-size: 18px;
        line-height: 1.66;
        margin-bottom: 4px;
    }
    .voice-num {
        margin-bottom: 18px;
    }
    .voice-txt {
        line-height: 1.71;
        font-size: 14px;
    }
    .tekiseiBtn_wrap {
        padding: 0 15px;
        margin: 0 0 50px;
    }
    .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;
    }
    .online_wrap {
        padding: 25px 35px 40px;
    }
    .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;
    }
    .footerLogo_wrap {
        padding: 20px 15px 15px;
        justify-content: start;
    }
    .f_logo.ver2 {
        padding-left: 21px;
    }
    .f_logo .yuryo-txt {
        padding-left: 4px;
    }
}
@media only screen and (max-width: 374px) {
    .mv-ttl {
        font-size: 29px;
    }
    .meritCome-txt {
        font-size: 15px;
    }
    .merit-ttl {
        font-size: 17px;
    }
    .tekiseiImg_wrap img {
        width: 90%;
        height: auto;
        max-width: 286px;
    }
    .online-ttl {
        font-size: 20px;
    }
}