@charset "UTF-8";
/***************************
common
***************************/
@font-face {
    font-family: "Noto Sans JP";
    src: url("/common5/font/NotoSansJP-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 1000;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url("/common5/font/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common5/font/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/***************************
common
***************************/
body, h2, h3, p, ul, li, dl, form, dl, dt, dd, input {
    margin: 0px;
    padding: 0px;
}
h2, h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, li, dl, dt, dd {
    list-style: none;
}
img {
    vertical-align: top;
    border: 0px;
}
button,form,input,select {
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
select {
    outline: none;
}
input {
    vertical-align: middle;
}
select {
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    transition: opacity .2s ease-out,all .2s ease-out;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
:-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
::-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
:-ms-input-placeholder {
    color: #B3B3B4;
}
img,iframe {
    vertical-align: top;
    border: 0;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.clearfix {
    min-height: 1px;
}
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity .2s ease-out, all .2s ease-out;
}
a, a:link {
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    text-decoration: none
}
a:hover, a:active {
    text-decoration: none;
}
html {
    height: 100%;
}
html > body {
    font-size: 12px;
}
body {
    font-family: "Noto Sans", "Noto Sans CJK JP", Meiryo, sans-serif;
    font-size: 100%;
    line-height: 1.6em;
    color: #484848;
    font-size: 75%;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}
.f-Montserrat {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.c-wrap {
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
}
.splide__slide img {
    max-width: 1024px;
    width: 100%;
    height: auto;
}
a {
    color: #484848;
    text-decoration: none;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.btn a:hover {
    opacity: 0.7;
}
.com_returnTop {
    z-index: 999;
}
body {
    color: #484848;
}
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}
.freeCnt_in {
    border-radius: 32px;
    background: #E6F8EE;
}
.charm_ttl {
    text-align: center;
}
.bnr_in a {
    display: inline-block;
}
.bnr_in img {
    max-width: 100%;
    height: auto;
}
.read_wrap .cat > span {
    letter-spacing: 0.05em;
}
.read_wrap .cat > span::before,
.read_wrap .cat > span::after {
    content: "";
    width: 2px;
    height: calc(100% - 4px);
    background: #484848;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.read_wrap .cat > span::before {
    left: 0;
    transform: rotate(-30deg);
}
.read_wrap .cat > span::after {
    right: 0;
    transform: rotate(30deg);
}
.read_wrap .cat .is-grn {
    font-size: 1.3em;
}
.is-grn {
    color: #00BB53;
}
/***************************
free
***************************/
.is-red {
    color: #E3007F;
}
.is-or {
    color: #F39800;
}
.is-green {
    color: #009944;
}
.is-blu {
    color: #1475AF;
}
.freeImg_wrap {
    width: 100%;
    height: auto;
}
/***************************
cv
***************************/
.cv_in::before,
.cv_in::after {
    position: absolute;
    content: '';
    z-index: 9;
}
.cv_wrap .is-width.clearfix {
    display: block;
    margin: 0;
    padding: 0;
}
.cv_wrap .src_selectbox select:focus {
    outline: none;
    border: none;
}
.src_btn button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
}
.src_btn .src-txt::before {
    position: absolute;
    background: url(../svg/icn_search.svg) no-repeat center / 100% auto;
    content: '';
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.mailBtn_wrap a span::before {
    position: absolute;
    content: '';
    background: url(../svg/icn_mail.svg) no-repeat center / 100% auto;
    width: 32px;
    height: 33px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.telnumber a::before {
    position: absolute;
    content: '';
    background: url(../images/icn_tell.png) no-repeat center / 100% auto;
    width: 36px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
/***************************
information
***************************/
.information .infoin dl:last-child {
    margin: 0;
}
/* =============
    slide
============= */
.splide.manga .splide__arrow--prev svg,
.splide.manga .splide__arrow--next svg {
    display: none;
}
.splide.manga .splide__arrow--prev::before,
.splide.manga .splide__arrow--prev::after,
.splide.manga .splide__arrow--next::before,
.splide.manga .splide__arrow--next::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.splide.manga .splide__arrow--prev::after,
.splide.manga .splide__arrow--next::after {
    z-index: 8;
}
.splide.manga .splide__arrow--prev::before,
.splide.manga .splide__arrow--next::before {
    z-index: 9;
}
.splide.manga .splide__arrow--prev::before {
    background: url(../svg/arw_lf.svg) no-repeat center / contain;
}
.splide.manga .splide__arrow--next::before {
    background: url(../svg/arw_rg.svg) no-repeat center / contain;
}
.splide.manga .splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #BBD95D;
    opacity: 1;
}
.splide.manga .splide__pagination__page.is-active {
    background: #009944;
}
/***************************
try
***************************/
.freeImg_wrap {
    margin-bottom: 23px;
}
.try-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
}
/***************************
skill
***************************/
.subjImg_wrap {
    margin-bottom: 6px;
}
.subjBtn_wrap a span::before {
    position: absolute;
    content: '';
    background: url(../svg/arw_rg_or.svg) no-repeat center / 100% auto;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
/***************************
money
***************************/
.money_dtl:last-child {
    margin-bottom: 0;
}
.money_dtl dl dd .tax {
    font-size: 20px;
    font-weight: normal;
}
.money_dtl:last-child {
    margin-bottom: 0;
}
.money-fee {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.219;
    margin-bottom: 6px;
    color: #10B788;
}
.money-attention {
    font-size: 14px;
    font-weight: 400;
}
.money-attention .is-fw {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.serch-btn a {
    position: relative;
}
.serch-btn a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../svg/arw_rg_pk.svg) no-repeat center / 100% auto;
}
.tellBtn_wrap {
    background: #fff;
    border-radius: 16px;
}
.telnumber a {
    position: relative;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
    color: #484848;
}
.topimg {
    margin-bottom: 65px;
}
.cpbnr_wrap {
    margin-top: 70px;
}
.cpbnr_wrap a {
    display: inline-block;
}
.cpbnr_wrap img {
    max-width: 100%;
    height: auto;
}
.subjLst-txt .fs-s {
    font-size: .9em;
}
@media (min-width: 896px) {
    header .gnavbox {
        transition: opacity 0.3s ease;
    }
    header.is-fixed .gnavbox {
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        border-bottom: 1px solid #1a36b1;
    }
    header.is-fixed .gnavbox.is-hide {
        opacity: 1;
    }
    header .gnavbox.is-hide {
        opacity: 0;
    }
    .header_overlay.js-h_overlay {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        top: 0!important;
    }
    header.is-fixed .header_overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        border-bottom: 1px solid #f2f2f2!important;
        transition: opacity 0.3s ease;
    }
    #Header.is-fixed + #Contents {
        padding: 92px 0 0 0;
    }
    body {
        min-width: 1024px;
    }
    #Contents {
        padding: 40px 0 0 0;
        font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    }
    #Clmbx {
        margin: 0 0 50px 0;
    }
    /***************************
    common
    ***************************/
    .com_maintitle {
        width: 940px;
        margin: 0 auto 50px;
    }
    .freeCnt_wrap {
        width: 1024px;
        margin: 0 auto;
    }
    .lp .ttl {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.361;
        text-align: center;
    }
    .anchor_wrap {
        padding: 50px 0 40px;
        margin-top: 70px;
        background: #ffbfda;
    }
    .anchor_lst {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0 38px;
    }
    .anchor_lst li {
        width: -webkit-calc((100% - 38px * 2) / 3);
        width: calc((100% - 38px * 2) / 3);
        text-align: center;
    }
    .anchor_lst li a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border: 3px solid #E76EA2;
        border-radius: 12px;
        width: 100%;
        height: 90px;
        position: relative;
    }
    .anchor_lst li a:hover {
        background: #FFF1F5;
    }
    .anchor_lst li .txt {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 20px;
        line-height: 1;
        color: #E76EA2;
    }
    .anchor_lst li .txt:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
    }
    .anchor_lst li.page01 .txt:before {
        background: url(../svg/icn_clock.svg) no-repeat center / 100% auto;
        width: 52px;
        height: 60px;
        left: 20px;
        top: -27px;
    }
    .anchor_lst li.page02 .txt:before {
        background: url(../svg/icn_kyozai.svg) no-repeat center / 100% auto;
        width: 84px;
        height: 60px;
        left: 12px;
        top: -30px;
    }
    .anchor_lst li.page03 .txt:before {
        background: url(../svg/icn_kyousitukun.svg) no-repeat center / 100% auto;
        width: 62px;
        height: 52px;
        left: 25px;
        top: -20px;
    }
    .anchor_lst li a:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/arw_arrow_d_pk.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .charm_wrap {
        padding-top: 100px;
    }
    .charm_ttl .read {
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 28px;
    }
    .charm_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: -17px;
        z-index: 1;
        width: 56px;
        height: 65px;
        left: 0;
        background: url(../svg/icn_kyousitukun_q.svg) no-repeat center / 100% auto;
    }
    .charm_lst {
        margin-top: 34px;
        display: flex;
        justify-content: space-between;
    }
    .charm_lst li {
        width: 334px;
        height: 328px;
        box-sizing: border-box;
        position: relative;
        padding: 50px 15px 0;
        background: url(../svg/charm_bg.svg) no-repeat center left / auto 100%;
        border-radius: 15px;
    }
    .charm_lst li.charm02 .ano-txt {
        font-size: 11px;
        text-align: center;
        margin-top: 5px;
        line-height: 1.3;
    }
    .charm_lst .nmb {
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        color: #00BB53;
        position: absolute;
        top: 13px;
        left: 6px;
    }
    .charm_lst .ttl {
        font-size: 24px;
        margin-bottom: 10px;
        color: #00BB53;
    }
    .charm_lst .txt {
        font-size: 17px;
        line-height: 1.5;
        font-weight: 500;
    }
    .charm_lst li.charm02 .txt {
        font-size: 16px;
    }
    .charm_lst .txt:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        height: 120px;
        bottom: 0;
    }
    .charm_lst li.charm01 .txt:before {
        background: url(../svg/icn_clock.svg) no-repeat center / 100% auto;
        width: 75px;
        height: 135px;
    }
    .charm_lst li.charm02 .txt:before {
        background: url(../svg/icn_learn.svg) no-repeat center / 100% auto;
        width: 80px;
        height: 108px;
    }
    .charm_lst li.charm03 .txt:before {
        background: url(../svg/cv_shape03.svg) no-repeat center / 100% auto;
        width: 100px;
    }
    .voice_wrap {
        margin-top: 55px;
    }
    .voice_wrap .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }
    .voice_wrap .lst {
        display: flex;
        justify-content: center;
        margin-top: 38px;
        gap: 0 24px;
    }
    .voice_wrap .lst li.is-pb12 {
        padding-bottom: 12px;
    }
    .voice_wrap .lst li a:hover {
        opacity: .8;
    }
    .faq_wrap {
        background: #ECF9F3;
        padding: 56px 0 76px;
        margin-top: 65px;
    }
    .faq_wrap .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 40px;
        line-height: 1;
        text-align: center;
    }
    .faq_wrap .lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 32px;
        gap: 16px 13px;
    }
    .faq_wrap .lst li {
        width: 273px;
    }
    .faq_wrap .lst li a {
        width: 100%;
        height: 80px;
        background: #009944;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 18px;
        line-height: 1;
        color: #FFFFFF;
    }
    .faq_wrap .lst li a:hover {
        opacity: .8;
    }
    .bnr_wrap {
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1024px;
    }
    .bnr_in a:hover {
        opacity: .8;
    }
    .read_wrap .txt {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.75;
        margin-bottom: 30px;
    }
    .read_wrap .cat {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
    .read_wrap .cat > span {
        padding: 0 1em;
        position: relative;
        display: inline-block;
    }
    .lp-ttl .read {
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px;
    }
    .lp-ttl .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 40px;
        line-height: 1;
        margin-bottom: 45px;
    }
    .lp-ttl .ttl .is-icn {
        padding: 0 75px;
        position: relative;
    }
    .kyozai_wrap,
    .sidou_wrap {
        padding-top: 100px;
    }
    .kyozai_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        z-index: 1;
        width: 76px;
        height: 65px;
        left: -18px;
        background: url(../svg/icn_kyozai.svg) no-repeat center / 100% auto;
    }
    .sidou_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        z-index: 1;
        width: 60px;
        height: 65px;
        left: 0;
        background: url(../svg/icn_kyousitukun.svg) no-repeat center / 100% auto;
    }
    .kyozaiRead_wrap .txt,
    .sidouRead_wrap .txt {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.75;
        text-align: left;
        width: calc(100% - 320px);
    }
    .sidouRead_wrap {
        padding: 55px 60px;
        background: #E6F8EE;
        border-radius: 32px;
        max-width: 1024px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .kyozaiRead_wrap {
        margin-bottom: 60px;
    }
    .serch-btn {
        width: 470px;
        margin: 0 auto 40px;
    }
    .serch-btn a {
        background: #E76EA2;
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        line-height: 1.35;
        color: #fff;
        border-radius: 100vh;
        font-size: 16px;
    }
    .serch-btn .fs-l {
        font-size: 24px;
    }
    .serch-btn a:hover {
        opacity: .8;
    }
    /***************************
    free
    ***************************/
    .free_wrap {
        background: #FFF1F5;
        padding: 60px 0 55px;
    }
    .free_in {
        max-width: 780px;
        margin: 0 auto;
    }
    .free_wrap .ttl {
        margin-bottom: 20px;
    }
    .free-txt {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.667;
    }
    /***************************
    cv
    ***************************/
    .cv_wrap {
        width: 1024px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        padding: 75px 0 58px;
    }
    .cv_wrap .ttl {
        position: relative;
        margin-bottom: 40px;
        display: inline-block;
    }
    .cv_wrap .ttl::before {
        position: absolute;
        content: '';
        background: url(../svg/cv_shape01.svg) no-repeat center / 100% auto;
        width: 35px;
        height: 35px;
        left: -45px;
        top: 10px;
        z-index: 9;
    }
    .cv_in {
        position: relative;
        background: #FFECB0;
        border-radius: 16px;
        padding: 46px 89px 65px 90px;
    }
    .cv_in::before {
        background: url(../svg/cv_shape03.svg) no-repeat center / 100% auto;
        width: 79px;
        height: 61px;
        right: 104px;
        top: -28px;
    }
    .cv_in::after {
        background: url(../svg/cv_shape02.svg) no-repeat center / 100% auto;
        width: 112px;
        height: 90px;
        left: -21px;
        bottom: -17px;
    }
    .cv-sttl {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.35;
    }
    .cv_wrap .clearfix {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 37px;
    }
    .cv_wrap .lft.is-prefectures {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 0 23px;
    }
    .cv_wrap .src_selectbox select {
        position: relative;
        padding: 15px 16px 16px 15px;
        width: 280px;
        background: #fff url(../svg/arw_btm.svg) no-repeat center right 16px / 15px auto;
        border-radius: 6px;
        color: #484848;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }
    .src_btn {
        background: #FF8200;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 225px;
        height: 56px;
        transition: opacity .2s ease-out, all .2s ease-out;
        cursor: pointer;
    }
    .src_btn:hover {
        opacity: 0.8;
    }
    .src_btn .src-txt {
        border: none;
        background: none;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        padding-right: 24px;
        position: relative;
    }
    .cv_wrap.ver2 {
        padding: 93px 0 80px;
    }
    .cv_wrap.ver2 .ttl {
        margin-bottom: 24px;
    }
    .cv_wrap.ver2 .cv-sttl {
        font-weight: bold;
    }
    .cv_wrap.ver2 .cv_in {
        padding: 42px 89px 34px 90px;
    }
    .cv_wrap.ver2 .clearfix:first-child {
        margin-bottom: 28px;
        padding-bottom: 37px;
        border-bottom: 1px solid #fff;
    }
    .cv_wrap.ver2 .cv_in::after {
        bottom: 25px;
        left: -51px;
    }
    .inquiry_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }
    .mailBtn_wrap {
        background: #fff;
        border-radius: 16px;
        width: 40%;	
        height: 103px;
    }
    .mailBtn_wrap a {
        background: #00C3A2;
        border-radius: 16px;
        text-decoration: none;
        padding: 30px 30px 26px 20px;	
        box-sizing: border-box;	
        display: flex;	
        justify-content: center;	
        align-items: center;	
        height: 100%;
    }
    .mailBtn_wrap a:hover {
        opacity: 0.8;
    }
    .mailBtn_wrap a span {
        position: relative;
        padding-left: 45px;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }
    .tellBtn_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 20px 13px 20px;
        width: calc(60% - 25px);
        height: 103px;
        box-sizing: border-box;
        gap: 30px;
    }
    .telttl {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }
    .telnumber a {
        font-size: 28px;
        line-height: 1.233;
        display: block;
        padding-left: 42px;
        pointer-events: none;
    }
    .telnumber a:hover {
        opacity: 0.8;
    }
    .hours {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }
    /***************************
    information
    ***************************/
    .information {
        width: 1024px;
        box-sizing: border-box;
        margin: 70px auto 0;
    }
    .information .ttl {
        display: block;
        background: #E76EA2;
        border-radius: 20px 20px 0 0;
        font-size: 36px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 32px 0;
    }
    .information .infocov {
        padding: 50px 69px 70px;
        border-top: none;
        background: #FFF1F5;
        border-radius: 20px;
    }
    .information .infoin .is-lf {
        padding-left: 4px;
    }
    .information .infoin .is-rg {
        padding-right: 4px;
    }
    .information .infoin dl {
        display: table;
        letter-spacing: -0.4em;
        width: 100%;
        margin: 0 0 41px;
    }
    .information .infoin dl dt {
        display: table-cell;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        width: 64px;
    }
    .information .infoin dl dt span {
        display: inline-block;
        width: 64px;
        background: #E76EA2;
        border-radius: 4px;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 8px 0 9px;
    }
    .information .infoin dl dd {
        display: table-cell;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        padding: 3px 0 0 14px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
        text-align: left;
    }
    .information .infoin dl dd .s1 {
        font-size: 24px;
    }
    .information .infoin dl dd .s2 {
        font-size: 14px;
        font-weight: normal;
        font-feature-settings: "palt";
    }
    .information .infoin dl dd .s3 {
        font-size: 14px;
        font-weight: normal;
        font-feature-settings: "palt";
        display: block;
        margin-top: 3px;
    }
    /* =============
        slide
    ============= */
    .freeCnt_wrap.manga_wrap {
        margin: 0 auto;
    }
    .freeCnt_wrap.manga_wrap .freeCnt_in {
        padding: 82px 0 50px;
        margin-top: 60px;
    }
    .manga_wrap .ttl {
        position: relative;
        color: #A5CC27;
        padding-bottom: 7px;
        margin-bottom: 43px;
        display: inline-block;
    }
    .manga_wrap .ttl::before {
        position: absolute;
        content: '';
        background: url(../svg/line01.svg) no-repeat center / 100% auto;
        width: 100%;
        height: 6px;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    .mangaImg_wrap {
        display: inline-block;
        background: #fff;
        padding: 28px 81px 27px;
        border-radius: 16px;
    }
    .splide.manga .splide__arrow {
        background: none;
        border: none;
        box-shadow: none;
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    .splide.manga .splide__arrow--prev {
        left: 236px;
    }
    .splide.manga .splide__arrow--next {
        right: 236px;
    }
    .splide.manga .splide__pagination {
        position: static;
        margin-top: 23px;
        gap: 0 5px;
    }
    .splide__arrow:hover:not(:disabled)::after {
        background: #BBD95D;
        opacity: 1;
    }
    /***************************
    try
    ***************************/
    .free_wrap.ver2 {
        background: #E8F5FA;
        padding: 70px 0 85px;
        margin-bottom: 80px;
    }
    .free_wrap.ver2 .free_in {
        max-width: 1024px;
    }
    .free_wrap.ver2 .ttl {
        margin-bottom: 41px;
    }
    .try_wrap {
        display: flex;
        gap: 0 52px;
    }
    .try_in {
        background: #fff;
        border-radius: 32px;
        min-width: 390px;
        padding: 38px 49px 43px 39px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .try-ttl {
        font-size: 20px;
        font-weight: bold;
        color: #1475AF;
        margin-bottom: 11px;
        line-height: 1.2;
    }
    .try_box {
        display: flex;
        gap: 0 32px;
    }
    .recomend-txt {
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        position: relative;
        padding: 0 59px 0 48px;
    }
    /***************************
    skill
    ***************************/
    .freeCnt_wrap.is-ver2 .freeCnt_in {
        padding: 52px 60px 78px;
        box-sizing: border-box;
    }
    .freeCnt_wrap.is-ver2 .ttl {
        line-height: 1.875;
        margin-bottom: 70px;
        font-size: 32px;
    }
    .skill_wrap {
        display: flex;
        gap: 0 35px;
        align-items: center;
        margin-bottom: 71px;
    }
    .skill_wrap.ver2 {
        margin-bottom: 42px;
    }
    .skill_wrap dl {
        text-align: left;
    }
    .skill_wrap dl dt {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.375;
        margin-bottom: 13px;
    }
    .skill_wrap dl dd {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        max-width: 498px;
    }
    .graph_wrap {
        flex-shrink: 0;
        text-align: left;
    }
    .graph_wrap .is-ttl {
        padding: 5px 23px 6px;
        line-height: 1;
        background: #10B788;
        border-radius: 17px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
        margin-left: 44px;
    }
    .graph_wrap .freeImg_wrap {
        margin-bottom: 5px;
        margin-left: 31px;
    }
    .graph-txt {
        font-size: 11px;
        line-height: 1.818;
        font-weight: 400;
    }
    .skillBox_wrap {
        background: #fff;
        border-radius: 16px;
        text-align: center;
        padding: 40px 78px 65px 89px;
        box-sizing: border-box;
        margin-bottom: 53px;
    }
    .skillBox_wrap .is-ribbon {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        background: url(../images/ttl_bg01.png) no-repeat center / 100% auto;
        padding: 8px 45px 8px 54px;
        line-height: 1.357;
        box-sizing: border-box;
        display: inline-block;
        margin-bottom: 50px;
    }
    .skillBox_wrap.ver2 .is-ribbon {
        background: url(../images/ttl_bg02.png) no-repeat center / 100% auto;
        padding: 8px 47px 8px 46px;
        margin-bottom: 35px;
    }
    .subjLst_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 32px 73px;
    }
    .skillBox_wrap.ver2 .subjLst_wrap {
        gap: 0 33px;
    }
    .skillBox_wrap.ver2 .subjLst_wrap li:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    .skillBox_wrap.ver2 .subjLst_wrap li:nth-child(3) {
        grid-column: 2;
        grid-row: 1 / 3;
    }
    .subjLst-ttl {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        margin-bottom: 22px;
    }
    .subjLst-txt {
        font-size: 14px;
        line-height: 1.714;
        font-weight: 400;
        text-align: left;
    }
    .skillBox_wrap.ver2 .subjImg_wrap {
        margin-bottom: 14px;
    }
    .skillBox-txt {
        font-size: 16px;
        line-height: 1.75;
        text-align: left;
        font-weight: 400;
        margin-bottom: 64px;
    }
    .bubble_wrap {
        position: relative;
        text-align: left;
        padding: 24px 26px 20px 21px;
        box-sizing: border-box;
        border: 2px solid #10B788;
        border-radius: 15px;
        background: #fff;
        max-width: 321px;
        margin: 0 auto 12px;
    }
    .bubble_wrap::before {
        position: absolute;
        content: '';
        background: url(../images/babble_tail01.png) no-repeat center / 100% auto;
        width: 26px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        z-index: 9;
    }
    .bubble_wrap .subjLst-ttl {
        color: #10B788;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.333;
        margin-bottom: 12px;
    }
    .skillBox_wrap.ver2 .subjLst-txt {
        max-width: 309px;
    }
    .subjBtn_wrap a {
        background: #FF8200;
        border-radius: 60px;
        padding: 17px 70px;
        text-decoration: none;
        display: inline-block;
    }
    .subjBtn_wrap a:hover {
        opacity: 0.8;
    }
    .subjBtn_wrap a span {
        position: relative;
        padding-left: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    /***************************
    money
    ***************************/
    .money_wrap {
        background: #E6F8EE;
        padding: 70px 0 90px;
    }
    .money_in {
        width: 940px;
        margin: 0 auto;
    }
    .money-sttl {
        font-size: 26px;
        text-align: center;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .money-ttl {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 18px;
        line-height: 1.361;
    }
    .money_dtl {
        width: 460px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .money_dtl dl dt {
        color: #fff;
        font-weight: bold;
        background: #10B788;
        border-radius: 16px 16px 0 0;
        line-height: 1;
        padding: 21px 0 22px;
        font-size: 20px;
        text-align: center;
    }
    .money_dtl dl dd {
        border-radius: 0 0 16px 16px;
        background: #fff;
        padding: 14px 0 41px;
        font-size: 40px;
        line-height: 1.35;
        font-weight: bold;
        box-sizing: border-box;
    }
    .money_dtl {
        background: #fff;
        padding: 39px 15px 37px;
        border-radius: 16px;
        max-width: 330px;
        margin: 0 auto 27px;
        box-sizing: border-box;
    }
    .money-ttl.ver2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .money-fee .tax {
        font-size: 20px;
        color: #484848;
    }
    .money_wrap .list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 33px;
    }
    .money_wrap .list a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.188;
        text-decoration: underline;
        position: relative;
        padding-left: 29px;
        color: #484848;
    }
    .money_wrap .list a:hover {
        text-decoration: none;
    }
    .money_wrap .list a::before {
        position: absolute;
        background: url(../svg/arw_rg_gr.svg) no-repeat center / 100% auto;
        content: '';
        width: 22px;
        height: 22px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .imgano-txt {
        font-size: 12px;
        margin-top: 14px;
        text-align: left;
    }
    .kyozaiRead_img img,
    .sidouRead_img img {
        width: 180px;
        height: auto;
    }
    .kyozaiRead_wrap,
    .sidouRead_ct {
        display: flex;
        align-items: center;
        position: relative;
        gap: 0 35px;
    }
    .sidouRead_ct {
        margin-bottom: 50px;
    }
    .cpbnr_wrap a:hover {
        opacity: .8;
    }
    .charm_lst li.charm01 .nmb {
        left: 8px;
    }
}
@media (max-width: 896px) {
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp.is-br {
        display: none;
    }
    .lp .ttl {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.375;
        text-align: center;
    }
    .topimg {
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .topimg img {
        width: 100%;
        height: auto;
    }
    /***************************
    cv
    ***************************/
    .cv_wrap {
        box-sizing: border-box;
        text-align: center;
        padding: 42px 15px 40px;
    }
    .cv_wrap .ttl {
        position: relative;
        margin-bottom: 19px;
        display: inline-block;
        line-height: 1.417;
    }
    .cv_wrap .ttl::before {
        position: absolute;
        content: '';
        background: url(../svg/cv_shape01.svg) no-repeat center / 100% auto;
        width: 35px;
        height: 35px;
        left: -43px;
        top: 22px;
        z-index: 9;
    }
    .cv_in {
        position: relative;
        background: #FFECB0;
        border-radius: 16px;
        padding: 24px 15px 22px;
        box-sizing: border-box;
    }
    .cv_in::before {
        background: url(../svg/cv_shape03.svg) no-repeat center / 100% auto;
        width: 47px;
        height: 36px;
        right: 10px;
        top: -13px;
    }
    .cv_in::after {
        background: url(../svg/cv_shape02.svg) no-repeat center / 100% auto;
        width: 56px;
        height: 45px;
        left: 16px;
        bottom: -13px;
    }
    .cv-sttl {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 14px;
        line-height: 1.35;
    }
    .cv_wrap .src_selectbox select {
        position: relative;
        padding: 15px 23px 16px 15px;
        box-sizing: border-box;
        width: 100%;
        background: #fff url(../svg/arw_btm.svg) no-repeat center right 23px / 13px auto;
        border-radius: 6px;
        color: #484848;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        margin-bottom: 12px;
    }
    .cv_wrap .nm2 select {
        margin-bottom: 22px;
    }
    .src_btn {
        background: #FF8200;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 132px;
        height: 50px;
        cursor: pointer;
        margin: 0 auto;
    }
    .src_btn .src-txt {
        border: none;
        background: none;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding-right: 23px;
        position: relative;
    }
    .cv_wrap.ver2 {
        padding: 69px 15px 66px;
    }
    .cv_wrap.ver2 .ttl {
        margin-bottom: 19px;
    }
    .cv_wrap.ver2 .cv_in {
        padding: 24px 15px 36px;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .clearfix:first-child {
        margin-bottom: 34px;
        padding-bottom: 34px;
        border-bottom: 1px solid #fff;
    }
    .mailBtn_wrap {
        margin-bottom: 20px;
    }
    .mailBtn_wrap a {
        background: #00C3A2;
        border-radius: 16px;
        padding: 29px 39px 27px 23px;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }
    .mailBtn_wrap a span {
        position: relative;
        padding-left: 45px;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
    }
    .tellBtn_wrap {
        padding: 28px 10px 23px;
        box-sizing: border-box;
    }
    .telttl {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        margin-bottom: 4px;
    }
    .telnumber a {
        font-size: 32px;
        line-height: 1.219;
        display: inline-block;
        padding-left: 41px;
    }
    .hours {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        margin-top: 6px;
    }
    /***************************
    information
    ***************************/
    .information {
        padding: 0 15px;
        box-sizing: border-box;
        margin: 30px 0 45px;
    }
    .information .ttl {
        display: block;
        background: #E76EA2;
        border-radius: 16px 16px 0 0;
        font-size: 24px;
        line-height: 1.375;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
    }
    .information .infocov {
        padding: 30px 13px 38px 23px;
        border-top: none;
        background: #FFF1F5;
        border-radius: 16px;
        box-sizing: border-box;
    }
    .information .infoin dl {
        display: table;
        letter-spacing: -0.4em;
        width: 100%;
        margin: 0 0 14px;
    }
    .information .infoin dl dt {
        display: table-cell;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }
    .information .infoin dl dt span {
        display: inline-block;
        width: 40px;
        background: #E76EA2;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 4px 0 4px;
    }
    .information .infoin dl dd {
        display: table-cell;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        padding: 0 0 0 9px;
        font-size: 16px;
        line-height: 1.375;
        font-weight: bold;
        text-align: left;
    }
    .information .infoin dl dd .s1 {
        font-size: 16px;
        font-weight: bold;
    }
    .information .infoin dl dd .s2 {
        font-size: 12px;
        font-weight: normal;
        font-feature-settings: "palt";
    }
    .information .infoin dl dd .s3 {
        font-size: 12px;
        font-weight: normal;
        font-feature-settings: "palt";
        display: block;
        margin-top: 3px;
    }
    .is-lf {
        padding-left: 4px;
    }
    .is-rg {
        padding-right: 4px;
    }
    .information .infoin .is-lf,
    .information .infoin .is-rg {
        font-weight: bold;
    }
    /* =============
        slide
    ============= */
    .freeCnt_wrap.manga_wrap {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .freeCnt_wrap.manga_wrap .freeCnt_in {
        padding: 47px 25px 47px;
        text-align: center;
        box-sizing: border-box;
        margin-top: 40px;
    }
    .manga_wrap .ttl {
        position: relative;
        color: #A5CC27;
        padding-bottom: 11px;
        margin-bottom: 27px;
        display: inline-block;
    }
    .manga_wrap .ttl::before {
        position: absolute;
        content: '';
        background: url(../svg/line01.svg) no-repeat center / 100% auto;
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    .mangaImg_wrap {
        display: inline-block;
        background: #fff;
        padding: 23px 43px 22px 40px;
        border-radius: 30px;
        box-sizing: border-box;
    }
    .mangaImg_wrap img {
        width: 100%;
        height: auto;
    }
    .splide.manga.splide--loop.splide--ltr.splide--draggable.is-active.is-overflow.is-initialized {
        max-width: 310px;
        margin: 0 auto;
    }
    .splide.manga .splide__arrow {
        background: none;
        border: none;
        box-shadow: none;
        width: 40px;
        height: 40px;
        top: calc(50% - 10px);
        opacity: 1;
    }
    .splide.manga .splide__arrow--prev {
        left: -16px;
    }
    .splide.manga .splide__arrow--next {
        right: -16px;
    }
    .splide.manga .splide__pagination {
        position: static;
        margin-top: 11px;
        gap: 0 6px;
    }
    /***************************
    try
    ***************************/
    .free_wrap.ver2 {
        padding: 0 15px;
        margin-bottom: 50px;
        box-sizing: border-box;
        background: #fff;
    }
    .free_wrap.ver2 .free_in {
        padding: 44px 15px 45px;
        background: #E8F5FA;
        box-sizing: border-box;
        border-radius: 16px;
    }
    .free_wrap.ver2 .ttl {
        margin-bottom: 17px;
        line-height: 1.5;
    }
    .try_in {
        background: #fff;
        border-radius: 30px;
        padding: 30px 27px 28px 28px;
        margin-bottom: 21px;
        box-sizing: border-box;
    }
    .try_in:last-child {
        margin-bottom: 0;
    }
    .try_in:nth-child(2) {
        padding: 37px 27px 27px 28px;
        box-sizing: border-box;
    }
    .try_wrap .freeImg_wrap img {
        max-width: 137px;
        width: 100%;
        height: auto;
    }
    .try_wrap .try_in:nth-child(2) .freeImg_wrap img {
        max-width: 129px;
    }
    .try_wrap .freeImg_wrap {
        margin: 0 auto 23px;
    }
    .try_box .tryTxt_wrap {
        margin-bottom: 13px;
    }
    .try_box .tryTxt_wrap:last-child {
        margin-bottom: 0;
    }
    .try-ttl {
        font-size: 20px;
        font-weight: bold;
        color: #1475AF;
        margin-bottom: 13px;
        line-height: 1.35;
    }
    .try_wrap .try_in:nth-child(2) .try-ttl {
        margin-bottom: 8px;
    }
    .recomend-txt {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        position: relative;
        padding: 0 53px 0 43px;
        box-sizing: border-box;
    }
    /***************************
    skill
    ***************************/
    .freeCnt_wrap.is-ver2 {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .freeCnt_wrap.is-ver2 .freeCnt_in {
        padding: 49px 15px 50px;
        box-sizing: border-box;
    }
    .freeCnt_wrap.is-ver2 .ttl {
        line-height: 1.5;
        margin-bottom: 37px;
        font-size: 24px;
    }
    .skill_wrap {
        margin-bottom: 58px;
    }
    .skill_wrap.ver2 {
        margin-bottom: 49px;
    }
    .skill_wrap dl {
        text-align: center;
    }
    .skill_wrap dl dt {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.563;
        margin-bottom: 14px;
    }
    .skill_wrap dl dd {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        text-align: left;
        margin-bottom: 32px;
    }
    .graph_wrap .freeImg_wrap {
        margin-bottom: 16px;
    }
    .graph_wrap {
        text-align: center;
    }
    .graph_wrap .is-ttl {
        padding: 9px 43px 9px;
        line-height: 1;
        background: #10B788;
        border-radius: 20px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 13px;
        display: inline-block;
    }
    .graph_wrap .freeImg_wrap {
        margin-bottom: 16px;
    }
    .graph-txt {
        font-size: 12px;
        line-height: 1.667;
        font-weight: 400;
        text-align: left;
    }
    .skillBox_wrap {
        background: #fff;
        border-radius: 16px;
        text-align: center;
        padding: 36px 20px 40px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .skillBox_wrap.ver2 {
        padding: 36px 20px 29px;
    }
    .skillBox_wrap .is-ribbon {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        background: url(../images/sp/ttl_bg01.png) no-repeat center / contain;
        padding: 9px 20px 9px 21px;
        line-height: 1.389;
        box-sizing: border-box;
        display: inline-block;
        margin-bottom: 40px;
    }
    .skillBox_wrap.ver2 .is-ribbon {
        background: url(../images/sp/ttl_bg02.png) no-repeat center / contain;
        padding: 7px 46px 8px;
        margin-bottom: 29px;
    }
    .subjLst-ttl {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        margin-bottom: 10px;
    }
    .subjLst-txt {
        font-size: 14px;
        line-height: 1.714;
        font-weight: 400;
        text-align: left;
        margin-bottom: 35px;
    }
    .subjLst_wrap li:last-child .subjLst-txt {
        margin-bottom: 0;
    }
    .skillBox_wrap.ver2 .subjImg_wrap.ver2 {
        margin-bottom: 30px;
    }
    .skillBox-txt {
        font-size: 14px;
        line-height: 1.714;
        text-align: left;
        font-weight: 400;
        margin-bottom: 38px;
    }
    .bubble_wrap {
        position: relative;
        text-align: left;
        padding: 16px 12px 8px 12px;
        box-sizing: border-box;
        border: 2px solid #10B788;
        border-radius: 15px;
        background: #fff;
        max-width: 290px;
        margin: 0 auto 25px;
    }
    .bubble_wrap::before {
        position: absolute;
        content: '';
        background: url(../images/sp/babble_tail01.png) no-repeat center / 100% auto;
        width: 26px;
        height: 15px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -13px;
        z-index: 9;
    }
    .bubble_wrap .subjLst-ttl {
        color: #10B788;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 7px;
    }
    .skillBox_wrap.ver2 .subjLst-txt {
        margin-bottom: 0;
    }
    .skillBox_wrap.ver2 .bubble_wrap .subjLst-txt {
        font-size: 12px;
    }
    .skillBox_wrap.ver2 .subjLst_wrap li:nth-child(2) {
        margin-bottom: 34px;
    }
    .subjImg_wrap {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    .subjImg_wrap img {
        width: 100%;
        height: auto;
    }
    .skillBox_wrap .subjLst_wrap li:nth-child(1) .subjImg_wrap {
        max-width: 252px;
    }
    .skillBox_wrap .subjLst_wrap li:nth-child(2) .subjImg_wrap {
        max-width: 252px;
    }
    .skillBox_wrap .subjLst_wrap li:nth-child(3) .subjImg_wrap {
        max-width: 170px;
    }
    .skillBox_wrap .subjLst_wrap li:nth-child(4) .subjImg_wrap {
        max-width: 171px;
    }
    .skillBox_wrap.ver2 .subjLst_wrap li:nth-child(2) .subjImg_wrap {
        max-width: 331px;
        margin-bottom: 30px;
    }
    .skillBox_wrap.ver2 .subjLst_wrap li:nth-child(3) .subjImg_wrap {
        max-width: 199px;
        margin-bottom: 8px;
    }
    .subjBtn_wrap {
        text-align: center;
    }
    .subjBtn_wrap a {
        background: #FF8200;
        border-radius: 50px;
        padding: 14px 0;
        text-decoration: none;
        display: inline-block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .subjBtn_wrap a span {
        position: relative;
        padding-left: 30px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    /***************************
    money
    ***************************/
    .money_wrap {
        background: #E6F8EE;
        padding: 43px 15px 65px;
    }
    .money-sttl {
        font-size: 16px;
        text-align: center;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .money-ttl {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 13px;
        line-height: 1.375;
        text-align: center;
    }
    .money-ttl.ver2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1;
    }
    .money_dtl {
        margin-bottom: 30px;
    }
    .money_dtl dl dt {
        color: #fff;
        font-weight: bold;
        background: #10B788;
        border-radius: 16px 16px 0 0;
        line-height: 1;
        padding: 16px 0 17px;
        font-size: 20px;
        text-align: center;
    }
    .money_dtl dl dt .is-fz {
        font-size: 14px;
    }
    .money_dtl dl dd {
        border-radius: 0 0 16px 16px;
        background: #fff;
        padding: 15px 0 32px;
        font-size: 40px;
        line-height: 1.35;
        font-weight: bold;
        box-sizing: border-box;
        text-align: center;
    }
    .money_dtl {
        background: #fff;
        padding: 35px 15px 30px;
        border-radius: 16px;
        max-width: 330px;
        margin: 0 auto 30px;
        box-sizing: border-box;
        text-align: center;
    }
    .money-fee .tax {
        font-size: 20px;
        font-weight: bold;
        color: #484848;
    }
    .list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .list a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.188;
        text-decoration: underline;
        position: relative;
        padding-left: 29px;
        color: #484848;
    }
    .list a::before {
        position: absolute;
        background: url(../svg/arw_rg_gr.svg) no-repeat center / 100% auto;
        content: '';
        width: 22px;
        height: 22px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .anchor_wrap {
        padding: 0 15px;
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .anchor_lst {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 6px;
    }
    .anchor_lst li {
        width: -webkit-calc((100% - 6px * 2) / 3);
        width: calc((100% - 6px * 2) / 3);
        text-align: center;
    }
    .anchor_lst li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: #FFFFFF;
        border: 3px solid #E76EA2;
        border-radius: 12px;
        height: 160px;
        padding-top: 18px;
        box-sizing: border-box;
        position: relative;
    }
    .anchor_lst li .txt {
        width: 100%;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 16px;
        line-height: 1.18;
        text-align: center;
        color: #E76EA2;
        position: relative;
    }
    .anchor_lst li .txt:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .anchor_lst li.page01 .txt:before {
        background: url(../svg/icn_clock.svg) no-repeat center / 100% auto;
        width: 45px;
        height: 54px;
        bottom: 27px;
    }
    .anchor_lst li.page02 .txt:before {
        background: url(../svg/icn_kyozai.svg) no-repeat center / 100% auto;
        width: 75px;
        height: 54px;
        bottom: 27px;
    }
    .anchor_lst li.page03 .txt:before {
        background: url(../svg/icn_kyousitukun.svg) no-repeat center / 100% auto;
        width: 62px;
        height: 54px;
        bottom: 25px;
    }
    .anchor_lst li a:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        margin: auto;
        background: url(../svg/arw_arrow_d_pk.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .read_wrap .txt {
        font-size: min(16px,4.267vw);
        font-weight: 500;
        line-height: 1.75;
        margin-bottom: 15px;
    }
    .read_wrap .cat {
        font-size: min(18px, 5.143vw);
        line-height: 1.2;
    }
    .read_wrap .cat > span {
        padding: 0 1em;
        position: relative;
        display: inline-block;
        font-weight: bold;
    }
    .read_wrap .cat .is-grn {
        font-weight: bold;
    }
    .serch-btn {
        width: 100%;
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .serch-btn a {
        background: #E76EA2;
        width: 100%;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        border-radius: 100vh;
        font-size: 14px;
        text-align: center;
    }
    .serch-btn a span {
        font-weight: bold;
    }
    .serch-btn .fs-l {
        font-size: 18px;
    }
    .read_wrap {
        text-align: center;
        padding: 0 15px;
    }
    .charm_wrap {
        padding: 0 15px;
        margin-top: 65px;
    }
    .charm_ttl .read {
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 17px;
    }
    .charm_ttl .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 23px;
    }
    .charm_lst {
        margin-top: 28px;
    }
    .charm_lst li {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 360px;
        height: 152px;
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
        background: url(../svg/charm_bg01.svg) no-repeat center / 100% auto;
        padding: 12px 10px 12px 46px;
    }
    .charm_lst li.charm02 {
        height: 190px;
        background: url(../images/sp/charm_bg01.png) no-repeat center / 100% auto;
    }
    .charm_lst li.charm02 .ano-txt {
        font-size: min(10px,2.667vw);
        margin-top: min(6px,1.538vw);
        margin-left: max(-25px, -6.667vw);
        font-weight: normal;
        font-feature-settings: "palt";
        line-height: 1.6;
    }
    .charm_lst li:last-child {
        margin-bottom: 0;
    }
    .charm_lst .nmb {
        font-weight: 700;
        font-size: min(24px,6.4vw);
        line-height: 1.1666;
        text-align: center;
        color: #00BB53;
        position: absolute;
        top: min(6px,1.6vw);
        left: min(6px,1.6vw);
    }
    .charm_lst .txt {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 15px;
        line-height: 1.5;
        position: relative;
        min-height: 6em;
        display: flex;
        align-items: center;
        padding-left: 60px;
    }
    .charm_lst .txt:before {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .charm_lst .ttl {
        font-size: 19px;
        margin-bottom: 10px;
        color: #00BB53;
    }
    .charm_lst li.charm01 .txt:before {
        background: url(../svg/icn_clock.svg) no-repeat center / 100% auto;
        width: 46px;
        height: 88px;
    }
    .charm_lst li.charm02 .txt:before {
        background: url(../svg/icn_learn.svg) no-repeat center / 100% auto;
        width: 65px;
        height: 66px;
        left: -24px;
    }
    .charm_lst li.charm03 .txt:before {
        background: url(../svg/cv_shape03.svg) no-repeat center / 100% auto;
        width: 56px;
        height: 80px;
    }
    .voice_wrap {
        margin-top: 48px;
        padding: 0 15px;
    }
    .voice_wrap .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 24px;
        line-height: 1;
        text-align: center;
    }
    .voice_wrap .lst {
        margin-top: 16px;
    }
    .voice_wrap .lst li {
        text-align: center;
        margin-bottom: 18px;
    }
    .voice_wrap .lst li:last-child {
        margin-bottom: 0;
    }
    .voice_wrap .lst li img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }
    .faq_wrap {
        background: #ECF9F3;
        padding: 40px 15px 40px;
        margin-top: 30px;
    }
    .faq_wrap .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 20px;
        line-height: 1;
        text-align: center;
    }
    .faq_wrap .lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        gap: 8px 0;
    }
    .faq_wrap .lst li {
        width: 49%;
    }
    .faq_wrap .lst li a {
        width: 100%;
        height: 60px;
        background: #009944;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 16px;
        line-height: 1;
        color: #FFFFFF;
    }
    .splide__arrow:hover:not(:disabled)::after {
        background: #D9D9D9;
        opacity: 1;
    }
    .charm_ttl {
        text-align: center;
    }
    .charm_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: -14px;
        z-index: 1;
        width: 42px;
        height: 50px;
        left: -10px;
        background: url(../svg/icn_kyousitukun_q.svg) no-repeat center / 100% auto;
    }
    .lp-ttl {
        text-align: center;
    }
    .lp-ttl .read {
        font-weight: 600;
        font-variation-settings: "wght" 600;
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .lp-ttl .ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .lp-ttl .ttl .is-icn {
        position: relative;
    }
    .charm_ttl .ttl .is-icn {
        padding-left: 40px;
    }
    .lp-ttl .ttl span {
        font-weight: bold;
    }
    .kyozai_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: -40px;
        z-index: 1;
        width: 50px;
        height: 42px;
        left: -46px;
        background: url(../svg/icn_kyozai.svg) no-repeat center / 100% auto;
    }
    .sidou_ttl .ttl .is-icn:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        z-index: 1;
        width: 42px;
        height: 36px;
        left: -10px;
        background: url(../svg/icn_kyousitukun.svg) no-repeat center / 100% auto;
    }
    .sidou_ttl .ttl .is-icn {
        padding-left: 40px;
    }
    .kyozaiRead_wrap,
    .sidouRead_wrap {
        text-align: center;
    }
    .kyozaiRead_wrap .txt,
    .sidouRead_wrap .txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
    }
    .sidouRead_wrap {
        padding: 40px 15px;
        background: #E6F8EE;
        border-radius: 20px;
    }
    .kyozaiRead_wrap {
        margin-bottom: 40px;
    }
    .bnr_wrap {
        margin-top: 30px;
        padding: 0 20px;
    }
    .bnr_in:not(:last-child) {
        margin-bottom: 30px;
    }
    .bnr_in {
        text-align: center;
    }
    .kyozaiRead_img,
    .sidouRead_img {
        margin-top: 35px;
    }
    .kyozaiRead_img img,
    .sidouRead_img img {
        vertical-align: bottom;
    }
    .imgano-txt {
        font-size: 12px;
        margin-top: 10px;
        line-height: 1.26;
        text-align: left;
        display: inline-block;
    }
    .kyozai_wrap,
    .sidou_wrap {
        margin-top: 65px;
    }
    .sidou_wrap {
        padding: 0 15px;
    }
    .manga_wrap .ttl .is-green {
        font-weight: bold;
    }
    .sidouRead_img {
        margin-bottom: 40px;
    }
    .sidouRead_wrap .txt {
        margin-bottom: 30px;
    }
    .serch-btn a::before {
        left: 20px;
    }
    .cpbnr_wrap {
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 45px;
    }
    .cpbnr_wrap img {
        width: 100%;
    }
}
/***************************
SP narrow-width breakpoints
***************************/
@media (max-width: 389px) {
    .c-sp.is-br {
        display: block;
    }
    .mailBtn_wrap a span {
        display: block;
        line-height: 1.3;
    }
    .inquiry_wrap .is-br {
        display: block;
    }
    .skillBox_wrap .is-ribbon {
        font-size: min(4.215vw, 18px);
        padding:
            min(2.308vw, 9px)
            min(5.128vw, 20px)
            min(2.308vw, 9px)
            min(5.385vw, 21px);
        margin-bottom: min(10.256vw, 40px);
    }
    .skillBox_wrap.ver2 .is-ribbon {
        padding:
            min(1.795vw, 7px)
            min(10.795vw, 46px)
            min(2.051vw, 8px);
        margin-bottom: min(7.436vw, 29px);
    }
}
@media (max-width: 370px) {
    .free_wrap .is-br {
        display: block;
    }
    .splide.manga .splide__arrow {
        width: 35px;
        height: 35px;
    }
    .splide.manga .splide__arrow--prev::before,
    .splide.manga .splide__arrow--prev::after,
    .splide.manga .splide__arrow--next::before,
    .splide.manga .splide__arrow--next::after {
        width: 35px;
        height: 35px;
    }
    .splide.manga .splide__pagination {
        gap: 0 3px;
    }
    .splide.manga .splide__pagination__page {
        width: 10px;
        height: 10px;
    }
    .money_dtl dl dt {
        line-height: 1.3;
    }
    .money_dtl dl dt .is-fz {
        display: block;
    }
}
@media (max-width: 350px) {
    .cv_wrap .ttl::before {
        width: 8.974vw;
        height: 8.974vw;
        left: -11.026vw;
        top: 5.641vw;
    }
    .cv_wrap .ttl,
    .manga_wrap .ttl {
        font-size: 21px;
    }
    .telnumber a {
        font-size: 30px;
    }
}
@media(max-width:389px) {
    .anchor_lst li.page01 .txt:before {
        width: 11.538vw;
        height: 13.846vw;
        bottom: 6.923vw;
    }
    .anchor_lst li.page02 .txt:before {
        width: 19.231vw;
        height: 13.846vw;
        bottom: 6.923vw;
    }
    .anchor_lst li.page03 .txt:before {
        width: 15.897vw;
        height: 13.846vw;
        bottom: 6.41vw;
    }
}
@media(max-width:389px) {
    .charm_ttl .ttl {
        font-size: 8.205vw;
    }
    .charm_lst .txt {
        font-size: 3.846vw;
        padding-left: 15.385vw;
    }
    .voice_wrap .ttl {
        font-size: 6.154vw;
    }
    .voice_wrap {
        padding: 0 10px;
    }
    .charm_lst li {
        padding: 3.077vw 2.564vw 3.077vw 11.795vw;
        height: 38.974vw;
    }
    .charm_lst li.charm02 {
        height: 48.718vw;
    }
    .charm_lst li.charm02 .ano-txt {
        line-height: 1.4;
    }
    .charm_lst .ttl {
        font-size: 4.872vw;
        margin-bottom: 2.564vw;
    }
    .charm_lst .txt:before {
        left: -3.846vw;
    }
    .charm_lst li.charm01 .txt:before {
        width: 11.795vw;
        height: 22.564vw;
    }
    .charm_lst li.charm02 .txt:before {
        width: 16.667vw;
        height: 16.923vw;
        left: -6.154vw;
    }
    .charm_lst li.charm03 .txt:before {
        width: 14.359vw;
        height: 20.513vw;
    }
}
