@charset "UTF-8";
/***************************
free
***************************/
.topimg {
    margin-bottom: 90px;
}
.topimg img {
    border-radius: 16px;
}
.free_wrap {
    background: #FFF1F5;
    padding: 60px 0 55px;
}
.free_in {
    max-width: 780px;
    margin: 0 auto;
}
.free_wrap .ttl {
    margin-bottom: 20px;
}
.is-red {
    color: #E3007F;
}
.is-or {
    color: #F39800;
}
.is-green {
    color: #009944;
}
.is-blu {
    color: #1475AF;
}
.freeImg_wrap {
    width: 100%;
    height: auto;
}
.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,
.cv_in::after {
    position: absolute;
    content: '';
    z-index: 9;
}
.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 .is-width.clearfix {
    display: block;
    margin: 0;
    padding: 0;
}
.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;
}
.cv_wrap .src_selectbox select:focus {
    outline: none;
    border: none;
}
.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 button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
}
.src_btn .src-txt {
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 24px;
    position: relative;
}
.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;
}
.cv_wrap.ver2 {
    padding: 93px 0 80px;
}
.cv_wrap.ver2 .ttl {
    font-weight: 500;
    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;
}
.mailBtn_wrap a {
    background: #00C3A2;
    border-radius: 16px;
    padding: 30px 33px 26px 23px;
    text-decoration: none;
    display: block;
}
.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;
}
.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;
}
.tellBtn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    background: #fff;
    padding: 14px 30px 13px 30px;
    border-radius: 16px;
}
.telttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.telnumber a {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.233;
    display: block;
    text-decoration: none;
    padding-left: 42px;
    margin-bottom: 3px;
    pointer-events: none;
    color: #484848;
}
.telnumber a:hover {
    opacity: 0.8;
}
.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;
}
.hours {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
/***************************
information
***************************/
.information{
    width: 1024px;
    box-sizing: border-box;
    margin: 0 auto 58px;
}
.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: 0 0 20px 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:last-child{
    margin: 0;
}
.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 82px;
}
.freeCnt_wrap.manga_wrap .freeCnt_in {
    padding: 82px 0 50px;
}
.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__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 {
    position: static;
    margin-top: 23px;
    gap: 0 5px;
}
.splide.manga .splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #BBD95D;
    opacity: 1;
}
.splide.manga .splide__pagination__page.is-active {
    background: #009944;
}
.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;
}
.freeImg_wrap {
    margin-bottom: 23px;
}
.try-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #1475AF;
    margin-bottom: 11px;
    line-height: 1.2;
}
.try-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
}
.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 99px 78px 60px;
    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;
}
.subjImg_wrap {
    margin-bottom: 6px;
}
.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-right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.subjBtn_wrap a span::before {
    position: absolute;
    content: '';
    background: url(../svg/arw_rg_or.svg) no-repeat center / 100% auto;
    width: 22px;
    height: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
/***************************
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: 28px;
    line-height: 1.361;
}
.money_dtl {
    width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.money_dtl:last-child {
    margin-bottom: 0;
}
.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 dl dd .tax {
    font-size: 20px;
    font-weight: normal;
}
.money_dtl {
    background: #fff;
    padding: 39px 15px 37px;
    border-radius: 16px;
    max-width: 330px;
    margin: 0 auto 27px;
    box-sizing: border-box;
}
.money_dtl:last-child {
    margin-bottom: 0;
}
.money-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.money-fee {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.219;
    margin-bottom: 6px;
}
.money-fee .tax {
    font-size: 20px;
}
.money-attention {
    font-size: 14px;
    font-weight: 400;
}
.money-attention .is-fw {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
}
.list a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.188;
    text-decoration: underline;
    position: relative;
    padding-left: 29px;
    color: #484848;
}
.list a:hover {
    text-decoration: none;
}
.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;
}

