/* section1
***************************************************************/
.plan_sec1 {
    margin-top: 95px;
    position: relative;
}

.plan_sec1 .txt_flow {
    align-items: center;
    display: flex;
    opacity: 0.3;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}

.plan_sec1 .txt_flow ul {
    animation: flowing 400s linear infinite;
    font-size: 20px;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}

.plan_sec1 .txt_flow ul li {
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 120px;
    line-height: 91px;
    text-align: left;
    color: #d2f24a;
}

@keyframes flowing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.plan_sec1 .txtInner {
    position: relative;
    margin-top: -8px;
}

.plan_sec1 .txtInner .txtBox {
    position: absolute;
    left: 0;
    top: 45px;
}

.plan_sec1 .txtInner .txtBox h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    background: unset;
}

.plan_sec1 .txtInner .txtBox h2 span {
    display: inline-block;
}

.plan_sec1 .txtInner .txtBox h2 .barAnime {}

.plan_sec1 .txtInner .txtBox h2 .barAnime .barText {
    background: #fff;
    padding: 5px 25px 25px 70px;
    box-sizing: border-box;
}

.plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t1 {
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #344d49;
    position: relative;
    top: 10px;
}

.plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 {
    font-size: 64px;
    letter-spacing: 0.1em;
    color: #344d49;
    position: relative;
    top: 10px;
}

.plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 .col_1 {
    color: #4aa674;
    font-size: 64px;
    letter-spacing: 0.1em;
}

.plan_sec1 .txtInner .txtBox .imgBox {
    width: 187px;
    margin: 26px 0 0 61px;
}

.plan_sec1 .txtInner .txtBox .imgBox img {}

.plan_sec1 .txtInner2 {
    padding: 80px 0 206px;
    background-image: url(../../image/free/plan/sec1_bg02.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0 57px;
}

.plan_sec1 .txtInner2 p.txt {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 50px;
    font-weight: 600;
}

.plan_sec1 .txtInner2 p.txt+p.txt {
    margin-top: 60px;
}

@media screen and (max-width: 680px) {
    .plan_sec1 {
        margin-top: 30px;
    }

    .plan_sec1 .txt_flow ul li {
        font-size: 55px;
        line-height: 42px;
    }

    .plan_sec1 .txtInner {
        position: relative;

    }

    .plan_sec1 .txtInner .txtBox {
        position: unset;
    }

    .plan_sec1 .txtInner .txtBox h2 {
        position: absolute;
        bottom: 27px;
        left: 0;
    }

    .plan_sec1 .txtInner .txtBox h2 span {
        display: inline-block;
    }

    .plan_sec1 .txtInner .txtBox h2 .barAnime .barText {
        padding: 5px 10px 15px 15px;
    }

    .plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t1 {
        font-size: 18px;
        top: 5px;
    }

    .plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 {
        font-size: 8vw;
        top: 5px;
    }

    .plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 .col_1 {
        font-size: 8.53vw;
    }

    @media screen and (max-width:375px) {
        .plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 {
            font-size: 8vw;
        }

        .plan_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 .col_1 {
            font-size: 8.53vw;
        }
    }

    .plan_sec1 .txtInner .txtBox .imgBox {
        width: 114px;
        margin: 0;
        position: absolute;
        right: 12px;
        bottom: 15px;
    }

    .plan_sec1 .txtInner2 {
        padding: 40px 0 115px;
        background-image: url(../../image/free/plan/sec1_bg02_sp.png);
        background-size: 160%;
        background-repeat: no-repeat;
        background-position: -90px 57px;
    }

    .plan_sec1 .txtInner2 p.txt {
        font-size: 15px;
        line-height: 37.5px;
    }

    .plan_sec1 .txtInner2 p.txt+p.txt {
        margin-top: 40px;
    }
}

/* section2
***************************************************************/
.plan_sec2 {
    background-color: #DEF57D;
    background-image: repeating-linear-gradient(-40deg, #fff, #fff 12px, transparent 0, transparent 14px);
    padding: 0 0 151px;
}

.plan_sec2 h2 {
    position: relative;
    top: -36px;
}

.plan_sec2 h2 .barAnime::before {
    background: #4aa674;
}

.plan_sec2 h2 .barAnime .barText.type1 .t1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #4aa674;
    padding: 16px 20px 10px;
}

.plan_sec2 h2 .barAnime:nth-of-type(2) {
    margin-top: 12px;
}

.plan_sec2 h2 .barAnime .barText.type2 {}

.plan_sec2 h2 .barAnime .barText.type2 .t2 {
    font-size: 46px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #4aa674;
    padding: 16px 20px 10px;
}

.plan_sec2 .txtInner {
    max-width: 1000px;
    margin: 40px auto 0;
    display: flex;
    gap: 40px;
}

.plan_sec2 .txtInner .txtBox {
    flex: 1;
    padding-top: 20px;
}

.plan_sec2 .txtInner .txtBox h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 51px;
    position: relative;
}

.plan_sec2 .txtInner .txtBox h3::before {
    content: "";
    display: inline-block;
    width: 227px;
    height: 86px;
    background-image: url(../../image/free/plan/sec2_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -66px;
    left: -60px;
}

.plan_sec2 .txtInner .txtBox p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin-top: 30px;
    font-weight: 600;
}

.plan_sec2 .txtInner picture img {
    width: 360px;
}

.plan_sec2 .imgBox {
    margin: 52px 75px 0;
}

.plan_sec2 ul {
    background: #fff;
    padding: 90px 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 50px;
    margin-top: 35px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.plan_sec2 ul li {}

.plan_sec2 ul li h4 {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-left: 48px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}

.plan_sec2 ul li h4::before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../../image/free/plan/number_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.plan_sec2 ul li:nth-of-type(2) h4::before {
    background-image: url(../../image/free/plan/number_2.svg);
}

.plan_sec2 ul li:nth-of-type(3) h4::before {
    background-image: url(../../image/free/plan/number_3.svg);
}

.plan_sec2 ul li:nth-of-type(4) h4::before {
    background-image: url(../../image/free/plan/number_4.svg);
}

.plan_sec2 ul li:nth-of-type(5) h4::before {
    background-image: url(../../image/free/plan/number_5.svg);
}

.plan_sec2 ul li:nth-of-type(6) h4::before {
    background-image: url(../../image/free/plan/number_6.svg);
}

.plan_sec2 ul li h4 span {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 6px;
}

.plan_sec2 ul li img {
    margin-top: 20px;
}

.plan_sec2 ul li p {
    font-size: 15px;
    line-height: 30px;
    padding: 20px 10px 0 10px;
}

@media screen and (max-width: 680px) {
    .plan_sec2 {
        padding: 0 0 60px;
    }

    .plan_sec2 h2 {
        top: -40px;
        left: -30px;
    }

    .plan_sec2 h2 .barAnime .barText.type1 .t1 {
        font-size: 16px;
        padding: 6px 10px 10px 27px;
    }

    .plan_sec2 h2 .barAnime:nth-of-type(2) {
        margin-top: 3px;
    }

    .plan_sec2 h2 .barAnime .barText.type2 .t2 {
        font-size: 24px;
        padding: 6px 5px 10px 27px;
        line-height: 1.3;
    }

    .plan_sec2 .txtInner {
        margin: 40px auto 0;
        flex-flow: column;
        gap: 23px;
    }

    .plan_sec2 .txtInner .txtBox {
        flex: 1;
        padding-top: 0;
    }

    .plan_sec2 .txtInner .txtBox h3 {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 34px;
    }

    .plan_sec2 .txtInner .txtBox h3::before {
        content: "";
        display: inline-block;
        width: 144px;
        height: 52px;
        background-image: url(../../image/free/plan/sec2_icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: -66px;
        left: -20px;
    }

    .plan_sec2 .txtInner .txtBox p {
        font-size: 15px;
        line-height: 37.5px;
        margin-top: 16px;
    }

    .plan_sec2 .txtInner picture img {
        width: 100%;
        padding: 0 23px;
    }

    .plan_sec2 .imgBox {
        margin: 18px 0 0;
    }

    .plan_sec2 ul {
        padding: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin: 39px calc(50% - 50vw) 0;
        width: calc(100vw - 20px);
        position: relative;
        left: 10px;
    }

    .plan_sec2 ul li img {
        margin-top: 10px;
    }

    .plan_sec2 ul li p {
        padding: 15px 0 0;
    }
}

/* section3
***************************************************************/
.plan_sec3 {
    padding: 60px 0 182px;
    position: relative;
}

.plan_sec3 .open_sans {
    font-weight: bold;
    font-size: 120px;
    line-height: 100px;
    text-align: left;
    color: #d2f24a;
    opacity: 0.68;
    writing-mode: vertical-rl;
    position: sticky;
    left: 0;
    top: 80px;
    white-space: nowrap;
}

.plan_sec3 .free_inner {
    margin-top: -1156px;
}

.plan_sec3 .sec_title {}

.plan_sec3 .sec_title img {
    width: 142px;
}

.plan_sec3 .sec_title h2 {
    margin-top: 5px;
}

.plan_sec3 .sec_title h2 .barAnime::before {
    background: #4aa674;
}

.plan_sec3 .sec_title h2 .barAnime:nth-of-type(2) {
    margin-top: 12px;
}

.plan_sec3 .sec_title h2 .barAnime .barText.type1 .t1 {
    font-size: 46px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #4aa674;
    padding: 16px 20px 10px;
}

.plan_sec3 ul {
    display: flex;
    flex-flow: column;
    gap: 90px;
    margin-top: 80px;
}

.plan_sec3 ul li {
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.plan_sec3 ul li:nth-of-type(2n) {
    flex-flow: row-reverse;
}

.plan_sec3 ul li::before {
    content: "";
    display: inline-block;
    background: #F7F7F7;
    width: calc(100% - 75px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.plan_sec3 ul li:nth-of-type(2n)::before {
    right: unset;
    left: 0;
}

.plan_sec3 ul li .imgBox {
    width: 450px;
}

.plan_sec3 ul li .imgBox img.img1 {}

.plan_sec3 ul li .txtWrap {
    flex: 1;
    display: flex;
    gap: 20px;
    padding: 100px 40px 0 0;
}

.plan_sec3 ul li:nth-of-type(2n) .txtWrap {
    padding: 100px 0 0 40px;
}

.plan_sec3 ul li .txtWrap .txtBox {
    flex: 1;
}

.plan_sec3 ul li .txtWrap .txtBox h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 37.4px;
}

.plan_sec3 ul li .txtWrap .txtBox p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}

.plan_sec3 ul li .txtWrap img.img2 {
    object-fit: contain;
}

.plan_sec3 ul li:nth-of-type(1) .txtWrap img.img2 {
    width: 271px;
}

.plan_sec3 ul li:nth-of-type(2) .txtWrap img.img2 {
    width: 283px;
}

.plan_sec3 ul li:nth-of-type(3) .txtWrap img.img2 {
    width: 238px;
}

.plan_sec3 ul li:nth-of-type(4) .txtWrap img.img2 {
    width: 282px;
}

.plan_sec3 ul li:nth-of-type(5) .txtWrap img.img2 {
    width: 295px;
}

.plan_sec3 ul li:nth-of-type(6) .txtWrap img.img2 {
    width: 292px;
}

.plan_sec3 ul li:nth-of-type(5) {
    gap: 40px;
}

.plan_sec3 ul li:nth-of-type(5) .txtWrap {
    gap: 0;
}

.plan_sec3 ul li:nth-of-type(6) {
    gap: 20px;
}

.plan_sec3 ul li:nth-of-type(6) .txtWrap {
    gap: 20px;
}

@media screen and (max-width: 680px) {
    .plan_sec3 {
        padding: 23px 0 33px;
    }

    .plan_sec3 .open_sans {
        font-size: 55px;
        line-height: 42px;
        top: 60px;
        white-space: nowrap;
        left: -10px;
        transform: translate(-5px, 0%);
    }

    .plan_sec3 .free_inner {
        margin-top: -529px;
    }

    .plan_sec3 .sec_title {}

    .plan_sec3 .sec_title img {
        width: 81px;
        margin-left: 5px;
    }

    .plan_sec3 .sec_title h2 {
        margin: 5px 0 0 -30px;
    }

    .plan_sec3 .sec_title h2 .barAnime:nth-of-type(2) {
        margin-top: 3px;
    }

    .plan_sec3 .sec_title h2 .barAnime .barText.type1 .t1 {
        font-size: 24px;
        letter-spacing: 0.05em;
        padding: 10px 6px 10px 27px;
    }

    .plan_sec3 ul {
        gap: 30px;
        margin-top: 30px;
    }

    .plan_sec3 ul li {
        flex-flow: column;
        gap: 0;
    }

    .plan_sec3 ul li:nth-of-type(2n) {
        flex-flow: column;
    }

    .plan_sec3 ul li::before {
        display: none;
    }

    .plan_sec3 ul li:nth-of-type(2n)::before {
        display: none;
    }

    .plan_sec3 ul li .imgBox {
        width: 100%;
    }

    .plan_sec3 ul li .txtWrap {
        gap: 25px;
        flex-flow: column;
        padding: 25px 20px 30px;
        background: #F7F7F7;
    }

    .plan_sec3 ul li:nth-of-type(2n) .txtWrap {
        padding: 25px 20px 30px;
    }

    .plan_sec3 ul li .txtWrap .txtBox {
        flex: 1;
    }

    .plan_sec3 ul li .txtWrap .txtBox h3 {
        font-size: 18px;
        line-height: 30.6px;
    }

    .plan_sec3 ul li .txtWrap .txtBox p {
        margin-top: 10px;
    }

    .plan_sec3 ul li .txtWrap img.img2 {
        width: 100% !important;
    }

    .plan_sec3 ul li:nth-of-type(5) {
        gap: 0;
    }

    .plan_sec3 ul li:nth-of-type(5) .txtWrap {
        gap: 25px;
    }

    .plan_sec3 ul li:nth-of-type(6) {
        gap: 0;
    }

    .plan_sec3 ul li:nth-of-type(6) .txtWrap {
        gap: 25px;
    }
}