@charset "utf-8";
.ttl {
    text-align: center;
    position: relative;
    color: #005A34;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ttl::before,
.ttl::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.ttl::before {
    background: url(../svg/ttl_lf.svg) no-repeat center / contain;
    left: 0;
}
.ttl::after {
    background: url(../svg/ttl_rg.svg) no-repeat center / contain;
    right: 0;
}
.problem_wrap .sttl {
    font-weight: bold;
    color: #005A34;
    text-align: center;
}
.problem_wrap .sttl .is-underline {
    position: relative;
}
.problem_wrap .sttl .is-underline::before {
    position: absolute;
    content: '';
    background: #F9BF2C;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transform-origin: left;
    transition: transform 0.8s ease;
}
.problem_in {
    display: flex;
    justify-content: center;
    align-items: center;
}
.problem-txt {
    font-weight: bold;
}
.problem_box .is-attention {
    color: #000;
}
.problem-txt.is-ver2 .is-atn {
    position: relative;
}
.problem-txt.is-ver2 .is-atn::before {
    position: absolute;
    content: '※';
    color: #005A34;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.attention_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_wrap {
    --color-slide1: #EC6C00;
    --color-slide2: #F9BF2C;
    --color-slide3: #0068B6;
}
.course_in {
    box-sizing: border-box;
    overflow: hidden;
}
.course_wrap .splide__list li.slide1 .course_in {
    border: 3px solid var(--color-slide1);
}
.course_wrap .splide__list li.slide2 .course_in {
    border: 3px solid var(--color-slide2);
}
.course_wrap .splide__list li.slide3 .course_in {
    border: 3px solid var(--color-slide3);
}
.course-ttl {
    font-weight: bold;
    text-align: center;
}
.course_wrap .splide__list li.slide1 .course-ttl,
.course_wrap .splide__list li.slide3 .course-ttl {
    color: #fff;
}
.course_wrap .splide__list li.slide1 .course_in {
    background: var(--color-slide1);
}
.course_wrap .splide__list li.slide2 .course_in {
    background: var(--color-slide2);
}
.course_wrap .splide__list li.slide3 .course_in {
    background: var(--color-slide3);
}
.course-txt {
    position: relative;
    font-weight: bold;
    background: #fff;
}
.course_wrap .splide__list li .course-txt::before,
.course_wrap .splide__list li .course-txt::after {
    position: absolute;
    content: '';
    z-index: 9;
}
.course_wrap .splide__list li.slide1 .course-txt::before {
    background: url(../svg/course_img01.svg) no-repeat center / contain;
}
.course_wrap .splide__list li.slide1 .course-txt::after {
    background: url(../svg/course_img02.svg) no-repeat center / contain;
}
.course_wrap .splide__list li.slide2 .course-txt::before {
    background: url(../svg/course_img03.svg) no-repeat center / contain;
}
.course_wrap .splide__list li.slide2 .course-txt::after {
    background: url(../svg/course_img04.svg) no-repeat center / contain;
}
.course_wrap .splide__list li.slide3 .course-txt::before {
    background: url(../svg/course_img05.svg) no-repeat center / contain;
}
.course_wrap .splide__list li.slide3 .course-txt::after {
    background: url(../svg/course_img06.svg) no-repeat center / contain;
}
.splide__pagination li .splide__pagination__page {
    opacity: 1;
}
.splide__pagination li:nth-child(1) .splide__pagination__page {
    background: var(--color-slide1);
}
.splide__pagination li:nth-child(2) .splide__pagination__page {
    background: var(--color-slide2);
}
.splide__pagination li:nth-child(3) .splide__pagination__page {
    background: var(--color-slide3);
}
.course_wrap .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
}
.cv_wrap {
    background: #F9BF2C;
}
.cv_in {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grow_wrap .ttl {
    flex-direction: column;
}
.grow_wrap .is-fz {
    font-weight: bold;
}
.grow-txt {
    font-weight: bold;
}
.diagram_wrap {
    position: relative;
}
.diagram-ttl {
    position: absolute;
    font-weight: bold;
    z-index: 10;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
}
.diagram-ttl::before {
    position: absolute;
    content: '';
    background: url(../svg/grow_arw.svg) no-repeat center / contain;
    top: 50%;
    transform-origin: left;
    transition: transform 0.8s ease-out;
    z-index: -1;
}
.diagram-ttl.active {
    opacity: 1;
    transform: translateX(0)
}
.growImg_wrap img {
    margin: 0 auto;
}
.diagramTxt_wrap {
    background: linear-gradient(to right,#EC6C00 50%,#0068B6 50%);
    display: flex;
    align-items: center;
}
.diagram-txt {
    color: #fff;
    font-weight: bold;
}
.skill_wrap {
    width: 100%;
    overflow-x: hidden;
}
.skill-txt {
    font-weight: bold;
}
.skillLst_wrap {
    margin-right: auto;
    --color-bar1: #EC6C00;
    --color-bar2: #F9BF2C;
    --color-bar3: #0068B6;
    --color-bar4: #009844;
}
.skillLst_wrap li {
    position: relative;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    transition: all 0.8s ease-out;
}
.skillLst_wrap li.active {
    animation: fadeIn 0.6s ease forwards;
}
.skillLst_wrap li:nth-child(1).active {
    animation-delay: 0.2s;
}
.skillLst_wrap li:nth-child(2).active {
    animation-delay: 0.4s;
}
.skillLst_wrap li:nth-child(3).active {
    animation-delay: 0.6s;
}
.skillLst_wrap li:nth-child(4).active {
    animation-delay: 0.8s;
}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.skillLst_wrap li:last-child {
    margin-bottom: 0;
}
.skillLst_wrap li:nth-child(1) {
    background: var(--color-bar1);
}
.skillLst_wrap li:nth-child(2) {
    background: var(--color-bar2);
}
.skillLst_wrap li:nth-child(3) {
    background: var(--color-bar3);
}
.skillLst_wrap li:nth-child(4) {
    background: var(--color-bar4);
}
.skillLst_wrap li:nth-child(2) {
    color: #000;
}
.skillLst_wrap li:nth-child(odd) {
    transform: translateX(-100px);
}
.skillLst_wrap li:nth-child(even) {
    transform: translateX(100px);
}
.skillLst_wrap li::before,
.skillLst_wrap li::after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    transition: transform 0.8s ease-out;
    z-index: 1;
}
.skillLst_wrap li:nth-child(odd)::before {
    transform-origin: left;
}
.skillLst_wrap li:nth-child(odd)::after {
    transform-origin: left;
    z-index: -1;
}
.skillLst_wrap li:nth-child(even)::before {
    transform-origin: right;
    z-index: -1;
}
.skillLst_wrap li:nth-child(even)::after {
    transform-origin: right;
}
.skillLst_wrap li:nth-child(1)::before,
.skillLst_wrap li:nth-child(1)::after {
    background: var(--color-bar1);
}
.skillLst_wrap li:nth-child(2)::before,
.skillLst_wrap li:nth-child(2)::after {
    background: var(--color-bar2);
}
.skillLst_wrap li:nth-child(3)::before,
.skillLst_wrap li:nth-child(3)::after {
    background: var(--color-bar3);
}
.skillLst_wrap li:nth-child(4)::before,
.skillLst_wrap li:nth-child(4)::after {
    background: var(--color-bar4);
}
.skillLst_wrap li .is-fz {
    display: block;
}
.materialLst_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.material-txt {
    color: #00693E;
    font-weight: bold;
    text-align: center;
}
.priceLst_wrap {
    font-family: 'ryo-gothic-plusn', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
}
.priceLst_wrap thead {
    background: linear-gradient(45deg, #D9C900, #A88F34);
    background-repeat: no-repeat;
}
.priceLst_wrap tbody tr:last-child {
    background: none;
}
.priceLst_wrap th {
    background: linear-gradient(90deg, #00693E,#009844);
    writing-mode: vertical-rl;
    color: #fff;
    font-weight: bold;
}
.priceLst_wrap td {
    color: #005A34;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #009245;
    width: calc(100% / 3);
}
.priceLst_wrap tr:nth-child(2) td {
    letter-spacing: 0.06em;
}
.priceLst_wrap td .is-clr {
    display: block;
    color: #fff;
}
.priceLst_wrap td .is-times {
    display: block;
}
.price_wrap .attention-txt {
    font-family: 'ryo-gothic-plusn', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
    font-weight: 500;
    color: #005A34;
}
.classroomLst_wrap {
    font-family: 'ryo-gothic-plusn', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
    background: #E5F4F2;
    width: 100%;
    box-sizing: border-box;
}
.classroomLst_wrap tr:last-child {
    padding-bottom: 0;
}
.classroomLst_wrap th {
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
    color: #005A34;
    text-align: left;
}
.classroomLst_wrap td {
    vertical-align: top;
}
.classroomLst_wrap td li a {
    font-weight: bold;
}
.footer_wrap {
    font-family: 'ryo-gothic-plusn', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
    background: linear-gradient(90deg, #00693E, #009844);
}
.footer_in {
    margin: 0 auto;
    text-align: center;
}
.footer_in .is-company {
    font-weight: bold;
    color: #fff;
}
.footer_in .is-tel a {
    font-weight: bold;
    color: #fff;
}
.footer_in .is-tel .is-telnumber {
    position: relative;
}
.footer_in .is-tel .is-telnumber::before {
    position: absolute;
    content: '';
    background: url(../svg/icn_tell.svg) no-repeat center / contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.footer_in .is-time {
    font-weight: bold;
    color: #fff;
}
.footerLst_wrap li a {
    color: #fff;
    font-weight: bold;
}
.is-time .is-space {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.footer_wrap .is-copyright {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media only screen and (min-width: 895px) {
    .c_wrap {
        max-width: 810px;
        margin: 0 auto;
    }
    .problem_wrap {
        padding: 38px 0 49px;
    }
    .ttl {
        font-size: 42px;
        line-height: 1.31;
        max-width: 735px;
        height: 98px;
    }
    .ttl::before,
    .ttl::after {
        width: 40px;
        height: 98px;
    }
    .problem_wrap .sttl {
        font-size: 32px;
        line-height: 1.719;
        margin: 20px 0 16px;
    }
    .problem_wrap .sttl .is-underline {
        padding: 0 10px 9px;
        display: inline-block;
        line-height: 1;
    }
    .problem_wrap .sttl .is-underline::before {
        width: 100%;
        height: 3px;
        border-radius: 1.5px; 
        transform: translateX(-50%) scaleX(0);
    }
    .problem_wrap .sttl .is-underline.is-active::before {
        transform: translateX(-50%) scaleX(1);
    }
    .problem_in {
        gap: 0 64px;
    }
    .problem-txt {
        font-size: 24px;
        line-height: 2.042;
    }
    .problem_box {
        flex-shrink: 0;
    }
    .problemImg_wrap img {
        margin-left: auto;
    }
    .problem_box .is-attention {
        margin-left: -76px;
        font-size: 16px;
        line-height: 1.875;
        margin-top: 13px;
    }
    .problem-txt.is-ver2 {
        padding-top: 10px;
        margin-bottom: 23px;
    }
    .problem-txt.is-ver2 .is-atn::before {
        font-size: 17px;
        top: -18px;
    }
    .attention_wrap {
        gap: 0 17px;
    }
    .course_wrap {
        padding-bottom: 76px;
    }
    .course_wrap .ttl {
        margin-bottom: 45px;
    }
    .course_in {
        width: 810px;
        border-radius: 30px;
    }
    .course_wrap .splide__list li.slide1 .course_in {
        border: 3px solid var(--color-slide1);
    }
    .course_wrap .splide__list li.slide2 .course_in {
        border: 3px solid var(--color-slide2);
    }
    .course_wrap .splide__list li.slide3 .course_in {
        border: 3px solid var(--color-slide3);
    }
    .course-ttl {
        font-size: 32px;
        line-height: 2;
        padding: 18px;
    }
    .course-txt {
        letter-spacing: -0.02em;
        padding: 45px 47px 146px;
        font-size: 24px;
        line-height: 2.083;
    }
    .course_wrap .splide__list li.slide3 .course-txt {
        padding: 45px 47px 95px;
    }
    .course_wrap .splide__list li.slide2 .course-txt .is-underline.is-sp {
        border-bottom: none;
    }
    .course_wrap .splide__list li .course-txt .is-underline {
        padding-bottom: 5px;
    }
    .course_wrap .splide__list li.slide1 .course-txt .is-underline {
        border-bottom: 3px solid var(--color-slide1);
    }
    .course_wrap .splide__list li.slide2 .course-txt .is-underline {
        border-bottom: 3px solid var(--color-slide2);
    }
    .course-txt .is-underline {
        border-bottom: 3px solid var(--color-slide3);
    }
    .course_wrap .splide__list li.slide1 .course-txt::before {
        width: 85px;
        height: 81px;
        left: calc(50% - 405px + 120px);
        bottom: 40px;
    }
    .course_wrap .splide__list li.slide1 .course-txt::after {
        width: 85px;
        height: 81px;
        right: calc(50% - 405px + 118px);
        bottom: 40px;
    }
    .course_wrap .splide__list li.slide2 .course-txt::before {
        width: 30px;
        height: 62px;
        left: calc(50% - 405px + 135px);
        bottom: 40px;
    }
    .course_wrap .splide__list li.slide2 .course-txt::after {
        width: 82px;
        height: 76px;
        right: calc(50% - 405px + 106px);
        bottom: 38px;
    }
    .course_wrap .splide__list li.slide3 .course-txt::before {
        width: 67px;
        height: 78px;
        left: calc(50% - 405px + 186px);
        bottom: 20px;
    }
    .course_wrap .splide__list li.slide3 .course-txt::after {
        width: 81px;
        height: 78px;
        right: calc(50% - 405px + 145px);
        bottom: 16px;
    }
    .splide__pagination {
        gap: 0 28px;
    }
    .splide__pagination li .splide__pagination__page {
        width: 25px;
        height: 25px;
        margin: 0 0 44px;
    }
    .cv_wrap {
        padding: 50px 0 46px;
    }
    .cv_in {
        max-width: 656px;
        gap: 0 17px;
    }
    .cv_wrap .searchBtn_wrap a,
    .cv_wrap .freeBtn_wrap a {
        width: 287px;
        height: 74px;
        font-size: 30px;
    }
    .cv_wrap .searchBtn_wrap a {
        box-shadow: 4px 4px 0 #AE5600;
    }
    .cv_wrap .freeBtn_wrap a {
        box-shadow: 4px 4px 0 #004382;
    }
    .cv_wrap .searchBtn_wrap a:hover,
    .cv_wrap .freeBtn_wrap a:hover {
        box-shadow: none;
    }
    .cv_wrap .searchBtn_wrap .is-icn {
        padding-right: 52px;
    }
    .cv_wrap .searchBtn_wrap .is-icn::before {
        width: 37px;
        height: 39px;
    }
    .grow_wrap {
        padding-top: 76px;
    }
    .grow_wrap .ttl {
        margin-bottom: 43px;
    }
    .grow_wrap .is-fz {
        font-size: 32px;
        line-height: 1.75;
    }
    .grow-txt {
        font-size: 24px;
        line-height: 2;
        margin-bottom: 38px;
    }
    .diagram-ttl {
        font-size: 30px;
        line-height: 1.567;
        top: 60px;
        left: 58px;
    }
    .diagram-ttl::before {
        width: 780px;
        height: 104px;
        left: -39px;
        transform: translateY(calc(-50% + 2px));
    }
    .diagramTxt_wrap {
        width: 802px;
        height: 97px;
        clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0% 100%);
        gap: 0 35px;
        padding: 0 76px 0 33px;
    }
    .diagram-txt {
        font-size: 23px;
        line-height: 1.478;
    }
    .skill_wrap {
        padding-top: 48px;
    }
    .skill_wrap .ttl {
        margin-bottom: 48px;
    }
    .skill-txt {
        font-size: 24px;
        line-height: 2;
        max-width: 810px;
        margin: 0 auto 82px;
    }
    .skillLst_wrap {
        max-width: 900px;
        margin-left: calc((100% - 810px) / 2);
    }
    .skillLst_wrap li {
        font-size: 28px;
        line-height: 1.679;
        margin-bottom: 30px;
        padding: 31px 0 24px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform;
    }
    .skillLst_wrap li:nth-child(odd) {
        max-width: 675px;
        padding-left: 25px;
    }
    .skillLst_wrap li:nth-child(even) {
        transform: translate3d(100px, 0, 0);
        padding-right: 30px;
        margin-left: 54px;
    }
    .skillLst_wrap li:nth-child(odd)::before {
        width: 117px;
        right: -116px;
        border-radius: 0 33px 33px 0;
    }
    .skillLst_wrap li:nth-child(odd)::after {
        width: calc((100dvw - 640px) / 2);
        left: calc((100dvw - 643px) / -2);
    }
    .skillLst_wrap li:nth-child(even)::before {
        border-radius: 33px 0 0 33px;
        width: 60px;
        left: -59px;
    }
    .skillLst_wrap li:nth-child(even)::after {
        width: calc((100dvw - 745px) / 2);
        right: calc((100dvw - 746px) / -2);
    }
    .skillLst_wrap li .is-fz {
        font-size: 42px;
        line-height: 1.429;
    }
    .material_wrap {
        padding-top: 60px;
    }
    .material_wrap .ttl {
        margin-bottom: 44px;
    }
    .materialLst_wrap {
        gap: 77px 42px;
    }
    .material-txt {
        font-size: 24px;
        line-height: 1.417;
        margin-top: 20px;
    }
    .price_wrap {
        padding-top: 60px;
    }
    .price_wrap .ttl {
        margin-bottom: 53px;
    }
    .price_wrap table {
        table-layout: fixed;
        width: 100%;
    }
    .priceLst_wrap thead {
        background-position: 53px center;
        background-size: calc(100% - 53px) 50px;
    }
    .priceLst_wrap tr {
        background: repeating-linear-gradient(
            to right,
            #009245 0,
            #009245 6px,
            transparent 6px,
            transparent 12px
        ) bottom / 100% 2px no-repeat;
    }
    .priceLst_wrap thead tr {
        border-top: 3px solid #009245;
    }
    .priceLst_wrap tbody tr:last-child {
        border-bottom: 3px solid #009245;
    }
    .priceLst_wrap th {
        width: 53px;
        font-size: 33px;
        line-height: 1.273;
        padding: 0 5px 0 6px;
    }
    .priceLst_wrap td {
        font-size: 32px;
        line-height: 1.594;
    }
    .priceLst_wrap td:last-child {
        border-right: 3px solid #009245;
    }
    .priceLst_wrap tbody td {
        height: 132px;
    }
    .priceLst_wrap td .is-clr {
        font-size: 42px;
        line-height: 1.214;
    }
    .priceLst_wrap td .is-times {
        font-size: 24px;
        margin-top: -10px;
    }
    .priceLst_wrap td .is-fz {
        font-size: 24px;
    }
    .price_wrap .attention-txt {
        font-size: 24px;
        line-height: 1.625;
        margin-top: 32px;
        padding-left: 8px;
    }
    .classroom_wrap {
        padding-top: 80px;
    }
    .classroom_wrap .ttl {
        margin-bottom: 48px;
    }
    .classroomLst_wrap {
        padding: 95px 50px 83px 85px;
    }
    .classroomLst_wrap th {
        font-size: 32px;
        line-height: 70px;
        padding-right: 75px;
    }
    .classroomLst_wrap td {
        padding-bottom: 45px;
    }
    .classroomLst_wrap td li a {
        position: relative;
        font-size: 42px;
        line-height: 1.667;
        transition: all 0.4s;
    }
    .classroomLst_wrap td li a:hover {
        color: #005A34;
    }
    .classroomLst_wrap td li a::before {
        position: absolute;
        content: '';
        background: #005A34;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        bottom: -5px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
        z-index: 9;
    }
    .classroomLst_wrap td li a:hover::before {
        transform: scaleX(1);
    }
    .footer_wrap {
        padding: 65px 0 70px;
    }
    .footer_in {
        max-width: 715px;
    }
    .footer_in .is-company {
        font-size: 32px;
        line-height: 1.469;
    }
    .footer_in .is-tel a {
        font-size: 44px;
        line-height: 1.727;
    }
    .footer_in .is-tel a {
        pointer-events: none;
    }
    .footer_in .is-tel .is-telnumber {
        padding-left: 70px;
    }
    .footer_in .is-tel .is-telnumber::before {
        width: 50px;
        height: 40px;
    }
    .footer_in .is-time {
        font-size: 24px;
        line-height: 1.75;
        margin-bottom: 42px;
    }
    .footerLst_wrap {
        display: flex;
        justify-content: center; 
        align-items: center;
        gap: 0 72px;
        margin-bottom: 56px;
    }
    .footerLst_wrap li a {
        font-size: 25px;
        line-height: 1.76;
    }
    .footerLst_wrap li a:hover {
        text-decoration: underline;
    }
    .footer_wrap .is-copyright {
        font-size: 24px;
        line-height: 1.75;
    }
}
@media only screen and (max-width: 896px) {
    .problem_wrap {
        padding: 26px 10px 38px 30px;
    }
    .ttl {
        font-size: 20px;
        line-height: 1.3;
        max-width: 330px;
        height: 50px;
    }
    .ttl::before,
    .ttl::after {
        width: 19px;
        height: 46px;
    }
    .problem_wrap .sttl {
        font-size: 16px;
        line-height: 1.625;
        margin: 11px 0 20px;
    }
    .problem_wrap .sttl .is-underline {
        padding: 0 4px;
    }
    .problem_wrap .sttl .is-underline::before {
        width: 100%;
        height: 1px;
        border-radius: 0.5px; 
        transform: translateX(-50%) scaleX(0);
    }
    .problem_wrap .sttl .is-underline.is-active::before {
        transform: translateX(-50%) scaleX(1);
        bottom: -2px;
    }
    .problem_in {
        gap: 0 10px;
    }
    .problemImg_wrap img {
        margin: 0 auto;
    }
    .problem-txt {
        font-size: 15px;
        line-height: 1.533;
        width: calc(100% - 10px);
    }
    .problem_box .is-attention {
        font-size: 12px;
        line-height: 1.167;
        margin-top: 16px;
    }
    .problem-txt.is-ver2 {
        padding-top: 10px;
        margin-bottom: 12px;
        width: 100%;
        padding-right: 20px;
    }
    .problem-txt.is-ver2 .is-atn::before {
        font-size: 8px;
        top: -5px;
    }
    .attention_wrap {
        position: relative;
        gap: 0 8px;
    }
    .attention_wrap::before {
        position: absolute;
        content: '';
        background: url(../img/sp/shape01.png) no-repeat center / contain;
        width: 62px;
        height: 7px;
        right: -10px;
        bottom: -10px;
        z-index: 9;
    }
    .attention_wrap .problem-txt {
        width: auto;
    }
    .course_wrap {
        padding-bottom: 23px;
    }
    .course_wrap .ttl {
        margin-bottom: 30px;
    }
    .course_in {
        width: 340px;
        border-radius: 30px;
    }
    .course_wrap .splide__list li.slide1 .course_in {
        border: 3px solid var(--color-slide1);
    }
    .course_wrap .splide__list li.slide2 .course_in {
        border: 3px solid var(--color-slide2);
    }
    .course_wrap .splide__list li.slide3 .course_in {
        border: 3px solid var(--color-slide3);
    }
    .course-ttl {
        font-size: 18px;
        line-height: 1.667;
        padding: 15px 20px;
    }
    .course-txt {
        padding: 21px 21px 65px;
        font-size: 15px;
        line-height: 1.533;
        min-height: 385px
    }
    .course_wrap .splide__list li.slide3 .course-txt {
        padding: 30px 21px 85px;
    }
    .course_wrap .splide__list li.slide1 .course-txt .is-underline.is-pc {
        border-bottom: none;
    }
    .course_wrap .splide__list li.slide1 .course-txt .is-underline {
        padding-bottom: 2px;
    }
    .course_wrap .splide__list li.slide1 .course-txt .is-underline {
        border-bottom: 1px solid var(--color-slide1);
    }
    .course_wrap .splide__list li.slide2 .course-txt .is-underline {
        border-bottom: 1px solid var(--color-slide2);
    }
    .course_wrap .splide__list li.slide3 .course-txt .is-underline {
        border-bottom: 1px solid var(--color-slide3);
    }
    .course_wrap .splide__list li.slide1 .course-txt::before {
        width: 42px;
        height: 40px;
        left: calc(50% - 170px + 21px);
        bottom: 17px;
    }
    .course_wrap .splide__list li.slide1 .course-txt::after {
        width: 42px;
        height: 34px;
        right: calc(50% - 170px + 18px);
        bottom: 18px;
    }
    .course_wrap .splide__list li.slide2 .course-txt::before {
        width: 20px;
        height: 42px;
        left: calc(50% - 170px + 21px);
        bottom: 14px;
    }
    .course_wrap .splide__list li.slide2 .course-txt::after {
        width: 42px;
        height: 40px;
        right: calc(50% - 170px + 18px);
        bottom: 15px;
    }
    .course_wrap .splide__list li.slide3 .course-txt::before {
        width: 37px;
        height: 42px;
        left: calc(50% - 170px + 25px);
        bottom: 16px;
    }
    .course_wrap .splide__list li.slide3 .course-txt::after {
        width: 42px;
        height: 40px;
        right: calc(50% - 170px + 12px);
        bottom: 16px;
    }
    .splide__pagination {
        gap: 0 44px;
    }
    .splide__pagination li .splide__pagination__page {
        width: 20px;
        height: 20px;
        margin: 0 0 17px;
    }
    .splide__pagination li .splide__pagination__page.is-active {
        transform: scale(1.5);
    } 
    .cv_wrap {
        padding: 23px 10px 22px;
    }
    .cv_in {
        max-width: 310px;
        gap: 0 8px;
    }
    .cv_wrap .searchBtn_wrap a,
    .cv_wrap .freeBtn_wrap a {
        width: 136px;
        height: 36px;
        font-size: 14px;
    }
    .cv_wrap .searchBtn_wrap a {
        box-shadow: 2px 2px 0 #AE5600;
    }
    .cv_wrap .freeBtn_wrap a {
        box-shadow: 2px 2px 0 #004382;
    }
    .cv_wrap .searchBtn_wrap .is-icn {
        padding-right: 25px;
    }
    .cv_wrap .searchBtn_wrap .is-icn::before {
        width: 18px;
        height: 19px;
        top: 50%;
    }
    .grow_wrap {
        padding-top: 33px;
    }
    .grow_wrap .ttl {
        margin-bottom: 25px;
    }
    .grow_wrap .is-fz {
        font-size: 14px;
        line-height: 1.857;
    }
    .grow-txt {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 40px 0 30px;
    }
    .diagram_wrap {
        max-width: 375px;
        margin: 0 auto;
    }
    .diagram-ttl {
        font-size: 14px;
        line-height: 1.571;
        top: 30px;
        left: 30px;
    }
    .diagram-ttl::before {
        width: 355px;
        height: 49px;
        left: -20px;
        transform: translateY(calc(-50% + 1px));
    }
    .diagramTxt_wrap {
        max-width: 375px;
        width: 100%;
        height: 45px;
        clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0% 100%);
        gap: 0 17px;
        padding: 0 35px 0 15px;
        margin: 0 auto;
    }
    .diagram-txt {
        font-size: 11px;
        line-height: 1.455;
    }
    .skill_wrap {
        padding-top: 42px;
    }
    .skill_wrap .ttl {
        margin-bottom: 28px;
    }
    .skill-txt {
        font-size: 15px;
        line-height: 1.533;
        margin: 0 0 22px;
        padding: 0 30px;
    }
    .skillLst_wrap {
        width: 95%;
        margin-left: calc((100% - 336px) / 2);
    }
    .skillLst_wrap li {
        font-size: 14px;
        line-height: 1.571;
        margin-bottom: 14px;
        padding: 10px 0 6px;
    }
    .skillLst_wrap li:nth-child(4) {
        background: linear-gradient(
        to right,
        transparent 0px,
        transparent 15px,
        var(--color-bar4) 15px,
        var(--color-bar4) 100%
        );
    }
    .skillLst_wrap li:nth-child(odd) {
        max-width: 323px;
    }
    .skillLst_wrap li:nth-child(even) {
        margin-left: 12px;
    }
    .skillLst_wrap li:nth-child(odd)::before {
        width: 33px;
        right: -32px;
        border-radius: 0 calc(67px / 2) calc(67px / 2) 0;
    }
    .skillLst_wrap li:nth-child(odd)::after {
        width: calc((100dvw - 321px) / 2);
        left: calc((100dvw - 323px) / -2);
    }
    .skillLst_wrap li:nth-child(even)::before {
        border-radius: calc(67px / 2) 0 0 calc(67px / 2);
        width: 50px;
        left: -30px;
    }
    .skillLst_wrap li:last-child::before {
        border-radius: calc(92px / 2) 0 0 calc(92px / 2);
    }
    .skillLst_wrap li:nth-child(even)::after {
        width: calc((100dvw - 323px) / 2);
        right: calc((100dvw - 323px) / -2);
    }
    .skillLst_wrap li .is-fz {
        font-size: 18px;
        line-height: 1.556;
    }
    .skillLst_wrap li:last-child .is-fz {
        font-feature-settings: 'palt';
        letter-spacing: 0.04em;
    }
    .material_wrap {
        padding-top: 43px;
    }
    .material_wrap .ttl {
        margin-bottom: 27px;
    }
    .materialLst_wrap {
        gap: 18px 30px;
    }
    .material-txt {
        font-size: 12px;
        line-height: 1.333;
        margin-top: 16px;
    }
    .price_wrap {
        padding: 35px 13px 0;
        max-width: 560px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .price_wrap .ttl {
        margin-bottom: 12px;
    }
    .price_wrap .is-tax {
        text-align: right;
        font-size: 12px;
        font-family: 'ryo-gothic-plusn', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
        font-weight: bold;
        line-height: 1.417;
        color: #005A34;
        margin-bottom: 12px;
    }
    .priceLst_wrap thead {
        background-position: 22px center;
        background-size: calc(100% - 22px) 22px;
    }
    .priceLst_wrap tr {
        background: repeating-linear-gradient(
            to right,
            #009245 0,
            #009245 6px,
            transparent 6px,
            transparent 12px
        ) bottom / 100% 1px no-repeat;
    }
    .priceLst_wrap thead tr {
        border-top: 1px solid #009245;
    }
    .priceLst_wrap tbody tr:last-child {
        border-bottom: 1px solid #009245;
    }
    .priceLst_wrap th {
        width: 5.8%;
        font-size: 14px;
        line-height: 1.571;
        padding: 0 4px 0 5px;
        box-sizing: border-box;
    }
    .priceLst_wrap td {
        width: calc((100% - 5.8%) / 3);
        font-size: 14px;
        line-height: 1.214;
        padding: 3px 0;
    }
    .priceLst_wrap td:last-child {
        border-right: 1px solid #009245;
    }
    .priceLst_wrap tbody td {
        padding: 18px 0 19px;
    }
    .priceLst_wrap tbody tr:nth-child(2) td {
        padding: 12px 0 13px;
    }
    .priceLst_wrap td .is-clr {
        font-size: 18px;
        line-height: 1.222;
        margin: 4px 0;
    }
    .priceLst_wrap td .is-times {
        font-size: 10px;
    }
    .priceLst_wrap td .is-fz {
        font-size: 10px;
    }
    .price_wrap .attention-txt {
        padding-left: 3px;
        font-size: 12px;
        line-height: 1.417;
        margin-top: 12px;
    }
    .classroom_wrap {
        padding: 33px 26px 0;
    }
    .classroom_wrap .ttl {
        margin-bottom: 17px;
    }
    .classroomLst_wrap {
        padding: 41px 20px 40px 20px;
    }
    .classroomLst_wrap table {
        max-width: 280px;
        margin: 0 auto;
    }
    .classroomLst_wrap th {
        font-size: 14px;
        line-height: 32px;
        padding-right: 20px;
    }
    .classroomLst_wrap td {
        padding-bottom: 27px;
    }
    .classroomLst_wrap td li a {
        font-size: 18px;
        line-height: 1.778;
    }
    .footer_wrap {
        padding: 33px 0 17px;
    }
    .footer_in {
        text-align: center;
    }
    .footer_in .is-company {
        font-size: 15px;
        line-height: 1.467;
    }
    .footer_in .is-tel a {
        font-size: 20px;
        line-height: 1.75;
    }
    .footer_in .is-tel .is-telnumber {
        padding-left: 31px;
    }
    .footer_in .is-tel .is-telnumber::before {
        width: 22px;
        height: 18px;
    }
    .footer_in .is-time {
        font-size: 12px;
        line-height: 1.75;
        margin-bottom: 15px;
    }
    .footerLst_wrap {
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footerLst_wrap li:first-child {
        order: 2;
    }
    .footerLst_wrap li:nth-child(2) {
        order: 1;
    }
    .footerLst_wrap li:nth-child(3) {
        order: 3;
    }
    .footerLst_wrap li {
        margin-bottom: 5px;
    }
    .footerLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .footerLst_wrap li a {
        font-size: 15px;
        line-height: 1;
    }
    .footer_wrap .is-copyright {
        font-size: 15px;
        line-height: 1.733;
    }
}
@media only screen and (max-width: 374px) {
    .diagram-ttl {
        font-size: max(12px,3.733vw);
        top: max(25px,8vw);
        left: max(25px,8vw);
    }
    .diagram-ttl::before {
        width: max(303px,94.667vw);
        height: max(42px,13.067vw);
        left: max(-17px,-5.333vw);
        transform: translateY(calc(-50% - 1px));
    }
    .diagramTxt_wrap {
        padding: 0 9.333vw 0 4vw;
        margin: max(-9px, -1.875vw) auto 0;
        justify-content: space-between;
    }
    .diagram-txt {
        font-size: max(9px,2.4vw);
    }
    .growImg_wrap img {
        padding: 0 10px;
    }
    .skillLst_wrap {
        margin-left: calc((100% - max(286.72px, 89.6vw)) / 2);
    }
    .skillLst_wrap li:nth-child(even) {
        margin-left: 12px;
        padding-right: 15px;
    }
    .skillLst_wrap li:nth-child(odd)::before {
        width: max(28.16px, 8.8vw);
        right: max(-27.31px, -8.533vw);
        border-radius: 0 calc(max(57.17px, 17.867vw) / 2) calc(max(57.17px, 17.867vw) / 2) 0;
    }
    .skillLst_wrap li:nth-child(odd) {
        max-width: max(275.63px, 86.133vw);
    }
    .skillLst_wrap li:nth-child(even)::before {
        border-radius: calc(max(57.17px, 17.867vw) / 2) 0 0 calc(max(57.17px, 17.867vw) / 2);
        width: max(42.67px, 13.333vw);
        left: max(-25.6px, -8vw);
    }
    .skillLst_wrap li:nth-child(odd)::after {
        width: calc((100dvw - max(225px, 85vw)) / 2);
        left: calc((100dvw - max(230px, 86.133vw)) / -2);
    }
    .skillLst_wrap li:nth-child(even)::after {
        width: calc((100dvw - max(275.63px, 86.133vw)) / 2);
        right: calc((100dvw - max(275.63px, 86.133vw)) / -2);
    }
    .priceLst_wrap th {
        width: 4%;
    }
    .priceLst_wrap td .is-clr {
        font-size: 16px;
    }
    .classroomLst_wrap th {
        padding-right: 10px;
    }
}
@media (min-width: 895px) and (max-width: 1085px) {
    .skillLst_wrap li .is-fz {
        font-size: 40px;
    }
}
@media only screen and (max-width: 360px) {
    .ttl {
        max-width: max(280px,88vw);
        font-size: 18px;
    }
    .attention_wrap .problem-txt {
        font-size: 13px;
    }
    .course_in {
        width: max(290px,90.667vw);
    }
    .course-ttl {
        font-size: 15px;
    }
    .course-txt {
        padding: max(5.6vw,18px) max(5.6vw,18px) max(17.333vw,65px);
    }
    .course_wrap .splide__list li.slide3 .course-txt {
        padding: max(8vw,25px) max(5.6vw,18px) max(22.667vw,72px);
    }
    .course_wrap .splide__list li.slide1 .course-txt::before {
        left: calc(50% - calc(max(290px,90.667vw) / 2) + 21px);
    }
    .course_wrap .splide__list li.slide1 .course-txt::after {
        right: calc(50% - calc(max(290px,90.667vw) / 2) + 18px);
    }
    .course_wrap .splide__list li.slide2 .course-txt::before {
        left: calc(50% - calc(max(290px,90.667vw) / 2) + 21px);
    }
    .course_wrap .splide__list li.slide2 .course-txt::after {
        right: calc(50% - calc(max(290px,90.667vw) / 2) + 18px);
    }
    .course_wrap .splide__list li.slide3 .course-txt::before {
        left: calc(50% - calc(max(290px,90.667vw) / 2) + 25px);
    }
    .course_wrap .splide__list li.slide3 .course-txt::after {
        right: calc(50% - calc(max(290px,90.667vw) / 2) + 12px);
    }
    .classroomLst_wrap {
        padding: 30px 10px 30px 10px;
    }
    .classroomLst_wrap th {
        font-size: 13px;
    }
    .classroomLst_wrap td li a {
        font-size: 17px;
    }
}
@media only screen and (max-width: 330px) {
    .cv_wrap .searchBtn_wrap a,
    .cv_wrap .freeBtn_wrap a {
        width: 130px;
    }
    .priceLst_wrap td .is-clr {
        font-size: 15px;
    }
    .splide__pagination {
        gap: 0 25px;
    }
    .priceLst_wrap tbody td {
        font-size: 12px;
    }
    .classroomLst_wrap td li a {
        font-size: 16px;
    }
}
