@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")
}
.search-btn {
    margin-right: 14px;
    width: 216px;
    height: 40px;
}
.search-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;
}
.search-btn a span {
    padding-left: 23px;
    position: relative;
    box-sizing: border-box;
}
.search-btn a span:before {
    content: "";
    position: absolute;
    background: url(../img/icon_search.svg) no-repeat center / 100% auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
}
.header_wrap .search-btn a span:before {
    content: "";
    position: absolute;
    background: url(../img/icon_search_sitebar.svg) no-repeat center / 100% auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    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-top: 62px;
}
.mvBtn_wrap .search-btn {
    margin: 0 auto;
    width: 260px;
    height: 60px;
}
.mvBtn_wrap .search-btn a,
.cvBtn_wrap .search-btn a {
    font-size: 16px;
    line-height: 1.875;
    border: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: #2963B8;
}
.mvBtn_wrap .search-btn a:hover,
.cvBtn_wrap .search-btn a:hover {
    background-color: #2963B8;
}
.mvBtn_wrap .search-btn a span,
.cvBtn_wrap .search-btn a span {
    padding-left: 27px;
}
.mvBtn_wrap .search-btn a span:before,
.cvBtn_wrap .search-btn a span:before {
    width: 14px;
    height: 14px;
}
.mv_wrap {
    width: 100%;
    box-sizing: border-box;
}
.mvTtl_wrap {
    text-align: center;
    color: #FFFFFF;
}
.mv-ttl {
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.375;
    font-size: 48px;
    margin-bottom: 27px;
}
.mv-txt {
    font-weight: bold;
    line-height: 1.636;
    font-size: 22px;
}
.jigyosya-lnk {
    text-align: center;
    position: relative;
    bottom: -20px;
    z-index: 9;
}
.jigyosya-lnk a {
    position: relative;
    z-index: 10;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    padding: 0 30px 3px 12px;
    border-bottom: 1px solid #fff;
}
.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: 33px;
    margin-bottom: 45px;
    line-height: 1.364;
}
.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 {
    padding-top: 94px;
}
.problem_wrap .lp-ttl:before {
    content: "PROBLEM";
}
.merit_wrap .lp-ttl:before {
    content: "MERIT";
}
.service_wrap .lp-ttl::before {
    content: "SERVICE";
}
.voice_wrap .lp-ttl:before {
    content: "VOICE";
}
.faq_wrap .lp-ttl:before {
    content: "FAQ";
}
.problemLst_wrap {
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.problemLst_wrap li {
    width: 25.317%;
}
.problemLst_img {
    text-align: center;
}
.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: -11px;
    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 {
    width: 100%;
    overflow: hidden;
    padding: 115px 20px 96px;
    box-sizing: border-box;
}
.bubble_ttl {
    max-width: 944px;
    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;
}
.bubble_ttl .is-clr {
    color: #FAEE00;
}
.ifproblemLst_wrap li {
    width: 300px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px rgba(18, 50, 105, 0.08);
    padding: 52px 40px 36px;
}
.ifproblem-txt {
    padding-top: 103px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.ifproblem-txt::before {
    content: "";
    width: 99px;
    height: 79px;
    background: url(../img/img04.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: 62px;
    height: 79px;
    background: url(../img/img02.svg) no-repeat center / 100% auto;
    top: 10px;
}
.ifproblemLst_wrap li:nth-child(2) .ifproblem-txt::before {
    width: 79px;
    height: 78px;
    background: url(../img/img03.svg) no-repeat center / 100% auto;
    top: 10px;     
}
.ifproblemLst_wrap li:nth-child(4) .ifproblem-txt::before {
    width: 87px;
    height: 77px;
    background: url(../img/img05.svg) no-repeat center / 100% auto;
    top: 2px;
}
.is-blue {
    color: #1B418A;
}
.merit_wrap {
    padding: 136px 0 132px;
    box-sizing: border-box;
}
.meritCnt_wrap {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(232, 232, 232);
    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: 199px;
    position: relative;
}
.merit_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 195px;
    height: 156px;
    background: url(../img/merit_img01.svg) no-repeat center / 100% auto;
    top: 24px;
}
.merit_ttl.ver2::before {
    width: 213px;
    height: 172px;
    background: url(../img/merit_img02.svg) no-repeat center / 100% auto;
    top: 17px;
}
.merit_ttl.ver3::before {
    width: 184px;
    height: 156px;
    background: url(../img/merit_img03.svg) no-repeat center / 100% auto;
    top: 23px;
}
.merit_ttl.ver4::before {
    width: 186px;
    height: 136px;
    background: url(../img/merit_img04.svg) no-repeat center / 100% auto;
    top: 45px;
}
.merit_ttl.ver5::before {
    width: 192px;
    height: 148px;
    background: url(../img/merit_img05.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: 20px;
    letter-spacing: 0.05em;
}
.merit-txt {
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}
.service_wrap .lp-ttl {
    font-weight: bold;
    text-align: center;
}
.serviceBox_wrap {
    background: linear-gradient(105deg, #2963b8 0%, #45A0E3 100%);
    color: #fff;
}
.serviceBox_in {
    position: relative;
}
.serviceBox_in.is-ver1::before,
.serviceBox_in.is-ver2::before {
    position: absolute;
    content: '';
    z-index: 9;
}
.serviceBox_in.is-ver1::before {
    background: url(../img/service_img01.svg) no-repeat;
    background-size: 100% auto;
}
.serviceBox_in.is-ver2::before {
    background: url(../img/service_img02.svg) no-repeat;
    background-size: 100% auto;
}
.serviceBox_wrap .is-bgbox {
    background: #fff;
    color: #1B418A;
    font-weight: bold;
}
.serviceBox-ttl {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.serviceBox_txtbox ul li {
    position: relative;
    padding-left: 5px;
}
.serviceBox_txtbox ul li::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    height: 3px;
    left: 0;
    border-radius: 50%;
    z-index: 9;
}
.cv_wrap {
    padding: 42px 0 55px;
    background: #3397D7 url(../img/cv_bg.png) no-repeat right top / cover;
    box-sizing: border-box;
}
.cv-ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 28px;
    text-align: center;
    color: #FFFFFF;
}
.cv-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777;
    margin-bottom: 41px;
    text-align: center;
    color: #FFFFFF;
}
.cv_wrap .search-btn {
    margin: 0 auto;
    width: 344px;
    height: 60px;
}
.voice_wrap {
    padding: 134px 20px 82px;
}
.voiceLst_wrap {
    margin: 0 auto;
    max-width: 1026px;
}
.voiceLst_wrap li {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 31px;
    padding: 25px 41px;
    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: -2px 0 15px;
}
.voice-txt {
    line-height: 1.75;
    font-weight: normal;
    margin-bottom: -1px;
}
.faq_wrap {
    background-color: #fff;
    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: #1B418A;
    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: #1B418A;
    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;
}
.yuryoshokaiBtn_wrap {
    max-width: 1026px;
    margin: 55px auto 0;
    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;
}
.f_right .search-btn {
    margin-right: 14px;
}
@media (min-width: 897px) {
    body {
        background: #EAF2F7;
    }
    .search-btn a:hover {
        text-decoration: none;
        color: #fff;
        background: #1B418A;
    }
    .mail-btn a:hover {
        text-decoration: none;
        color: #1B418A;
        background: #fff;
    }
    .search-btn a:hover span:before {
        background: url(../img/icon_search_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;
    }
    .mv_wrap {
        padding: 227px 100px 188px;
        background: #3397D7 url(../img/mv_bg.png) no-repeat top center / cover;
    }
    .mv_in {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    .jigyosya-lnk a:hover {
        text-decoration: none;
    }
    .jigyosya-lnk a:hover::before {
        right: 0;
    }
    .problemLst_wrap {
        max-width: 1027px;
    }
    .problemLst_wrap li {
        position: absolute;
    }
    .problemLst_wrap li:nth-child(1) {
        left: 0;
        bottom: 142px;
    }
    .problemLst_wrap li:nth-child(1) .problemitem_wrap {
        padding: 44px 40px 40px;
    }
    .problemLst_wrap li:nth-child(2) {
        left: 231px;
        top: 27px;
    }
    .problemLst_wrap li:nth-child(2) .problemitem_wrap {
        padding: 50px 40px 54px;
    }
    .problemLst_wrap li:nth-child(3) {
        top: 0;
        right: 195px;
    }
    .problemLst_wrap li:nth-child(3) .problemitem_wrap {
        padding: 54px 31px 50px;
    }
    .problemLst_wrap li:nth-child(4) {
        bottom: 136px;
        right: 0;
    }
    .problemLst_wrap li:nth-child(4) .problemitem_wrap {
        padding: 42px 49px 34px;
    }
    .problemLst_img {
        padding-top: 202px;
    }
    .ifproblem_wrap {
        clip-path: polygon(0% 0%, 50% 68px, 100% 0, 100% 100%, 0 100%);
        background: #C5DDEF;
    }
    .ifproblemLst_wrap {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        gap: 33px;
        flex-wrap: wrap;
    }
    .ifproblemLst_wrap li {
        height: 276px;
    }
    .ifproblem-txt.ver2 {
        padding-top: 118px;
    }
    .merit_wrap .lp-ttl {
        padding-top: 10px;
        margin-bottom: 34px;
    }
    .merit_wrap .lp-ttl .is-fz {
        font-size: 24px;
    }
    .merit_wrap .lp-ttl .is-br {
        display: block;
        margin-top: -8px;
    }
    .meritLst_wrap {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 40px;
    }
    .meritCnt_wrap {
        width: 400px;
        padding: 0 24px 25px 32px;
    }
    .meritLst_wrap .meritCnt_wrap:nth-child(3) {
        padding: 0 18px 25px 32px;
    }
    .merit_ttl.ver4 {
        margin-bottom: 40px;
    }
    .merit_ttl.ver5 .merit-ttl {
        margin-bottom: 6px;
    }
    .service_wrap {
        padding-bottom: 99px;
    }
    .service_wrap .lp-ttl {
        font-size: 36px;
        margin-bottom: 43px;
    }
    .service_in {
        display: flex;
        justify-content: space-between;
        max-width: 1300px;
        margin: 0 auto;
    }
    .serviceBox_wrap {
        border-radius: 20px;
        width: 610px;
    }
    .serviceBox_in {
        padding: 48px 46px 62px 32px;
    }
    .serviceBox_txtbox {
        padding-right: 147px;
    }
    .serviceBox_in.is-ver1::before {
        width: 135px;
        height: 174px;
        top: 50px;
        right: 46px;
    }
    .serviceBox_in.is-ver2::before {
        width: 206px;
        height: 162px;
        top: 59px;
        right: 17px;
    }
    .serviceBox_wrap .is-bgbox {
        border-radius: 16px;
        padding: 5px 11px 6px 14px;
    }
    .serviceBox-ttl {
        font-size: 28px;
        line-height: 1.071;
        margin: 23px 0 18px;
    }
    .serviceBox-txt {
        font-size: 14px;
        line-height: 1.714;
    }
    .serviceBox_txtbox ul {
        display: grid;
        grid-template-rows: repeat(3,auto);
        grid-auto-flow: column;
    }
    .serviceBox_txtbox ul li::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_wrap {
        padding: 60px 20px 71px;
    }
    .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;
    }
    .faqBox_in {
        display: flex;
        justify-content: space-between;
    }
    .faq_wrap .faq-txt {
        font-size: 16px;
        line-height: 1.75;
    }
}
@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);
    }
    .service_wrap {
        padding: 0 20px 99px;
    }
    .service_in .serviceBox_wrap:nth-child(1) {
        margin-right: 25px;
    }
    .serviceBox_in {
        padding: 3.2vw 3.067vw 4.133vw 2.133vw;
    }
    .serviceBox_in.is-ver1::before {
        top: calc(50% + 40px);
        transform: translateY(-50%);
        width: calc(135px * 0.9);
        height: calc(174px * 0.9);
    }
    .serviceBox_in.is-ver2::before {
        top: 50%;
        transform: translateY(-50%);
        width: calc(206px * 0.9);
        height: calc(162px * 0.9);
    }
    .serviceBox_txtbox ul {
        grid-auto-flow: row;
    }
    .serviceBox-ttl {
        font-size: 25px;
    }
    .footer_in {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
}
@media (min-width: 897px) and (max-width: 1199px) {
    .h_right {
        padding: 0;
    }
    .search-btn {
        width: 180px;
    }
    .mail-btn {
        width: 150px;
    }
    .problemLst_wrap {
        flex-wrap: wrap;
    }
    .cv_wrap {
        padding: 55px 30px 60px;
    }
    .c-sp.is-br2 {
        display: block;
    }
    .mvTtl_wrap{  
        margin-left: 0;
    }
}
@media (min-width: 897px) and (max-width: 1050px) {
    .mv-ttl {
        font-size: 41px;
    }
    .problemLst_wrap li:nth-child(1) .problemitem_wrap {
        left: 10px;
    }
    .problemLst_wrap li:nth-child(4) .problemitem_wrap {
        right: 10px;
    }
    .problem_txt {
        font-size: 14px;
    }
    .bubble_ttl span {
        font-size: 29px;
    }
}
@media only screen and (max-width: 896px) {
    .h_right,
    .f_right {
        display: none;
    }
    .mvBtn_wrap {
        flex-direction: column;
        margin: 25px 0 0;
    }
    .mvBtn_wrap .search-btn,
    .cvBtn_wrap .search-btn {
        width: 100%;
        height: 60px;
    }
    .mvBtn_wrap .search-btn a span,
    .cvBtn_wrap .search-btn a span {
        padding-left: 24px;
    }
    .mail-btn a span:before {
        left: -20px;
    }
    .problem_wrap {
        padding: 60px 15px 29px;
        box-sizing: border-box;
        background: #F5F8FA;
    }
    .lp-ttl {
        font-size: 20px;
        padding-top: 23px;
        margin-bottom: 27px;
    }
    .lp-ttl:before {
        font-size: 12px;
    }
    .voice_wrap .lp-ttl {
        margin-bottom: 29px;
    }
    .cv-ttl {
        font-size: 22px;
        margin-bottom: 25px;
        text-align: left;
    }
    .cv-txt {
        font-size: 14px;
        text-align: left;
        margin-bottom: 18px;
    }
    .cvBtn_wrap {
        flex-direction: column;
    }
    .mv_wrap {
        padding: max(327px,83.846vw) 0 89px;
        background: #3397D7 url(../img/sp/mv_bg.png?2) no-repeat top center / cover;
    }
    .mv-ttl {
        letter-spacing: 0;
        line-height: 1.368;
        font-size: 38px;
        position: relative;
        margin-bottom: 27px;
        padding-left: 9px;
    }
    .mv-txt {
        line-height: 1.625;
        font-size: 16px;
        padding: 0 34px;
        box-sizing: border-box;
        text-align: left;
    }
    .mv_in:after {
        display: none;
    }
    .mvBtn_wrap {
        margin: 35px 0 0;
        padding: 0 35px;
        box-sizing: border-box;
    }
    .jigyosya-lnk {
        bottom: -17px;
    }
    .jigyosya-lnk a {
        font-size: 12px;
    }
    .problemLst_wrap li {
        width: 100%;
    }
    .problemLst_wrap li:not(:last-child) {
        margin-bottom: 19px;
    }
    .problemitem_wrap {
        padding: 14px 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 48px;
        margin-top: -2px;
        clip-path: polygon(0% 0%, 50% 5%, 100% 0, 100% 100%, 0 100%);
        background: #C5DDEF;
    }
    .ifproblem_wrap::before {
        border-top: 30px solid #F5F8FA;
    }
    .bubble_ttl {
        width: 100%;
        height: 56px;
        margin: 0 0 25px;
        text-align: center;
    }
    .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: 16px;
        line-height: 1.375;
    }
    .ifproblemLst_wrap li {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 3px 10px rgba(18, 50, 105, 0.08);
        padding: 20px 10px 20px 75px;
        height: 90px;
        display: flex;
        align-items: center;
    }
    .ifproblemLst_wrap li:not(:last-child) {
        margin-bottom: 20px;
    }
    .ifproblem-txt {
        padding: 0;
        font-size: 18px;
        line-height: 1.667;
        text-align: left;
    }
    .ifproblem-txt::before {
        width: 44px;
        height: 36px;
        top: 50% !important;
        left: -54px;
        transform: translateY(-50%);
    }
    .ifproblemLst_wrap li:nth-child(1) .ifproblem-txt::before {
        width: 30px;
        height: 38px;
        left: -47px;
    }
    .ifproblemLst_wrap li:nth-child(2) .ifproblem-txt::before {
        width: 38px;
        height: 38px;
        left: -47px;
    }
    .ifproblemLst_wrap li:nth-child(4) .ifproblem-txt::before {
        width: 42px;
        height: 38px;
        left: -53px;
    }
    .merit_wrap {
        padding: 50px 14px 43px 16px;
        box-sizing: border-box;
    }
    .merit_wrap .lp-ttl {
        margin-bottom: 27px;
    }
    .merit_wrap .lp-ttl .is-fz {
        font-size: 14px;
    }
    .merit_wrap .lp-ttl .is-br {
        display: block;
        margin-top: 3px;
    }
    .meritLst_wrap .meritCnt_wrap:not(:last-child) {
        margin-bottom: 31px;
    }
    .meritCnt_wrap {
        width: 100%;
        padding: 0 25px 30px 19px;
        box-sizing: border-box;
    }
    .meritCnt_wrap .num-label {
        width: 54px;
        height: 54px;
        font-size: 18px;
        background: #3297D7;
    }
    .merit_ttl {
        padding-top: 179px;
    }
    .merit_ttl.ver1 {
        padding-top: 189px;
    }
    .merit_ttl::before {
        width: 175px;
        height: 140px;
        top: 24px;
    }
    .merit_ttl.ver2::before {
        width: 157px;
        height: 127px;
        top: 27px;
    }
    .merit_ttl.ver3::before {
        width: 156px;
        height: 132px;
        top: 20px;
    }
    .merit_ttl.ver4::before {
        width: 168px;
        height: 124px;
        top: 27px;
    }
    .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;
    }
    .service_wrap {
        padding: 0 15px 52px;
    }
    .service_wrap .lp-ttl {
        font-size: 20px;
        margin-bottom: 27px;
    }
    .serviceBox_wrap {
        border-radius: 15px;
        width: 100%;
    }
    .serviceBox_in {
        padding: 22px 19px 29px 21px;
        text-align: center;
    }
    .serviceBox_txtbox {
        text-align: left;
    }
    .serviceBox_in.is-ver1 {
        margin-bottom: 20px;
    }
    .serviceBox_in.is-ver1::before {
        width: 74px;
        height: 96px;
        bottom: 28px;
        right: 27px;
    }
    .serviceBox_in.is-ver2::before {
        width: 132px;
        height: 104px;
        bottom: 31px;
        right: 19px;
    }
    .serviceBox_wrap .is-bgbox {
        border-radius: 15px;
        padding: 8px 20px 6px;
        display: inline-block;
        line-height: 1;
    }
    .serviceBox_wrap .serviceBox_in.is-ver2 .is-bgbox {
        padding: 8px 31px 6px 33px;
    }
    .serviceBox-ttl {
        font-size: 20px;
        line-height: 1.5;
        margin: 21px 0 5px;
    }
    .serviceBox-txt {
        font-size: 12px;
        line-height: 1.667;
        padding-right: 115px;
    }
    .serviceBox_txtbox ul li::before {
        top: 8px;
    }
    .cv_wrap {
        padding: 33px 25px 43px;
        background: #3397D7 url(../img/sp/cv_bg.png) no-repeat right center / cover;
    }
    .cv-ttl {
        font-size: 22px;
        line-height: 1.364;
        margin-bottom: 19px;
    }
    .cv-txt {
        font-size: 14px;
        line-height: 1.7143;
        margin-bottom: 22px;
    }
    .cvBtn_wrap .search-btn a {
        border-radius: 4px;
    }
    .cvBtn_wrap .search-btn a span:before {
        width: 16px;
        height: 16px;
    }
    .voice_wrap {
        padding: 60px 15px 40px;
        box-sizing: border-box;
    }
    .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: 59px 15px 89px;
    }
    .faq_wrap .faq_ttl {
        padding: 18px 23px 15px;
        font-size: 16px;
        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;
    }
    .yuryoshokaiBtn_wrap {
        margin: 47px auto 0;
        padding: 0;
        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 (min-width: 810px) and (max-width: 896px) {
    .yuryoshokaiBtn-txt::before {
        top: -40px;
    }
}
@media only screen and (max-width: 414px) {
    .cv-txt {
        font-size: 13px;
    }
}
@media only screen and (max-width: 389px) {
    .mv-ttl {
        font-size: 31px;
    }
    .mv-txt {
        padding: 0 20px;
    }
    .mvBtn_wrap {
        padding: 0 20px;
    }
    .problemLst_img img {
        width: 100%;
        height: auto;
    }
    .serviceBox_in.is-ver2 .serviceBox-txt {
        padding-right: 134px;
    }
    .cv-ttl {
        font-size: 20px;
    }
    .cv-txt {
        font-size: 12px;
    }
    .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) {
    .problem_txt {
        font-size: 14px;
    }
    .problemitem_wrap {
        padding: 15px 20px 12px 50px;
    }
    .bubble_ttl span {
        font-size: 14px;
    }
    .ifproblem-txt {
        font-size: 13px;
    }
    .merit-ttl {
        font-size: 16px;
    }
    .meritcat-txt {
        font-size: 15px;
    }
    .serviceBox_in {
        padding: 22px 15px 48px;
    }
    .serviceBox_wrap .is-bgbox {
        padding: 4px 22px 5px;
    }
    .serviceBox_wrap .serviceBox_in.is-ver2 .is-bgbox {
        padding: 4px 10px 5px;
    }
    .cv_wrap {
        padding: 33px 15px 43px;
    }
    .cv-ttl {
        font-size: 18px;
    }
    .cv-txt {
        font-size: 11px;
    }
    .f_logo.ver2 img {
        width: 30px;
        height: auto;
    }
    .yuryo-txt {
        font-size: 9px;
        padding-left: 4px;
        margin-left: 0;
    }
    .footerLogo_wrap {
        gap: 0 5px;
    }
}
@media only screen and (max-width: 320px) {
    .ifproblem_wrap::before {
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
    }
    .problemLst_wrap img {
        height: 196px;
    }
}