.design-page {
    overflow: hidden;
}

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

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

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

.design_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%);
    }
}

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

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

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

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

.design_sec1 .txtInner .txtBox h2 .barAnime {}

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

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

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

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

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

.design_sec1 .txtInner .txtBox .imgBox img {}

.design_sec1 .txtInner2 {
    padding: 80px 0 200px;
    background-image: url(../../image/free/design/sec1_bg02.jpg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50px 130px;
}

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

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

.design_sec1 .txtInner2 p.txt span {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 50px;
    font-weight: 600;
    color: #4AA674;
    position: relative;
}

.design_sec1 .txtInner2 p.txt .col::before {
    content: "";
    display: inline-block;
    width: 101%;
    border-top: 10px solid #D2F24A;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.design_sec1 .txtInner2 p.txt .dots::before {
    content: "";
    display: inline-block;
    width: 4.06px;
    height: 4.06px;
    background: #4AA674;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 3px);
    transform: translate(-50%, 0);
}


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

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

    .design_sec1 .txtInner {
        position: relative;

    }

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

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

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

    .design_sec1 .txtInner .txtBox h2 .barAnime {}

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

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

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

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

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

    .design_sec1 .txtInner2 p.txt {
        font-size: 15px;
        line-height: 37.5px;
        letter-spacing: 0;
    }

    .design_sec1 .txtInner2 {
        padding: 35px 0 100px;
        background-image: url(../../image/free/design/sec1_bg02_sp.jpg);
        background-size: 110%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .design_sec1 .txtInner2 p.txt+p.txt {
        margin-top: 25px;
    }

    .design_sec1 .txtInner2 p.txt span {
        font-size: 20px;
    }

    .design_sec1 .txtInner2 p.txt .col::before {
        content: "";
        display: inline-block;
        width: 105%;
        border-top: 6px solid #D2F24A;
        position: absolute;
        bottom: 13px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .design_sec1 .txtInner2 p.txt .dots::before {
        content: "";
        display: inline-block;
        width: 4.06px;
        height: 4.06px;
        background: #4AA674;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: calc(50% - 3px);
        transform: translate(-50%, 0);
    }
}

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

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

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

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

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

.design_sec2 h2 .barAnime .barText.type2 {}

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

.sec2_list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: flex;
    flex-flow: column;
    gap: 32px;
}

.sec2_list .sec2_item {}

.slick-slide {
    border: unset;
    background: unset;
    cursor: pointer;
    width: 675px;
    transition: .3s;
    margin: 0 8px;
    position: relative;
}

.slick-list.draggable {
    max-width: 100%;
}

.slick-slide::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../image/free/design/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.slick-slide.type2 {
    width: 298px;
}

.slick-slide img {
    height: 449px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;
    height: 8px;
}

.slick-dots li {
    display: inline-block !important;
    margin: 0 12px !important;
    width: auto !important;
    height: auto !important;
    background: #B9B9B9 !important;
    border-radius: 50% !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots button {
    color: transparent !important;
    outline: none !important;
    width: 6px !important;
    height: 6px !important;
    display: block !important;
    border-radius: 50% !important;
    background: #b9b9b9 !important;
    padding: 4px !important;
    border: unset !important;
}

.slick-dots .slick-active button {
    background: #4aa674 !important;
    width: 10px !important;
    height: 10px !important;
}


/* モーダル */
.modal {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    background-color: rgba(36, 32, 22, .6);
}

/* モーダルがactiveの時 */
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    background: unset;
    border: unset;
}

.modal__close-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.modal__close-btn span::before {
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 10px;
}

.modal__close-btn span::after {
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 40px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 40px !important;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {

    .free .modal .swiper-button-next,
    .free .modal .swiper-button-prev {
        display: none;
    }
}

.free .swiper-slide .imgWrap {
    text-align: center;
}

.free .swiper-slide .imgWrap img {
    width: 63.89vw;
    height: 32vw;
    object-fit: contain;
}

.free .swiper-slide .imgWrap .txt {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.7;
    color: #fff;
    font-weight: 600;
    margin-top: 17px;
    text-align: center;
}

@media screen and (min-width: 681px) {
    .slick-slide:hover {
        opacity: .7;
    }
}

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

    .design_sec2 h2 {
        top: -40px;
        left: -40px;
        width: calc(100% + 40px);
    }

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

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

    .design_sec2 h2 .barAnime .barText.type2 .t2 {
        font-size: 6.4vw;
        padding: 10px 5px 10px 27px;
        line-height: 1.3;
        white-space: nowrap
    }

    .sec2_list {
        gap: 20px;
    }

    .slick-slide {
        width: 300px;
        margin: 0 3.5px;
    }

    .slick-slide.type2 {
        width: 134px;
    }

    .slick-slide img {
        height: 202px;
    }

    .slick-dots {
        margin: 10px 0 0 0;
    }


    /* モーダル */
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100svh;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s;
        pointer-events: none;
        opacity: 0;
        z-index: 100;
        background-color: rgba(36, 32, 22, .6);
    }

    /* モーダルがactiveの時 */
    .modal.is-active {
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダル背景のオーバーレイ部分 */
    .modal__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    /* モーダルのコンテンツ */
    .modal__content {
        position: relative;
        width: 100%;
    }

    /* モーダルを閉じるボタン */
    .modal__close-btn {
        position: absolute;
        right: 10px;
        top: 40px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10;
        background: unset;
        border: unset;
    }

    .modal__close-btn span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .modal__close-btn span::before {
        content: "";
        display: inline-block;
        border-top: 4px solid #fff;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 10px;
    }

    .modal__close-btn span::after {
        content: "";
        display: inline-block;
        border-top: 4px solid #fff;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        border-radius: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #fff !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 40px !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 40px !important;
    }

    /* Swiperの矢印部分 */
    @media (max-width: 768px) {

        .modal .swiper-button-next,
        .modal .swiper-button-prev {
            display: none;
        }
    }

    .free .swiper-slide .imgWrap {
        text-align: center;
        padding-top: 50px;
    }

    .free .swiper-slide .imgWrap img {
        width: 100%;
        height: 249px;
        margin-top: 100px;
    }

    .free .swiper-slide .imgWrap img.type2 {
        height: 391px;
        margin-top: 0;
    }

    .free .swiper-slide .imgWrap .txt {
        font-size: 15px;
        line-height: 30px;
        text-align: left;
        margin: 10px 30px 0;
    }
}

/* section3
***************************************************************/
.desgin_sec3 {
    padding: 120px 0;
}

.desgin_sec3 h2 .barAnime .barText.type1 .t1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #99C943;
    padding: 16px 20px 10px;
}

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

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

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

.desgin_sec3 ul li {
    display: flex;
    gap: 90px;
    position: relative;
}

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

.desgin_sec3 ul li:nth-of-type(2)::before {
    left: 0;
}

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

.desgin_sec3 ul li img {
    max-width: 560px;
    display: block;
}

.desgin_sec3 ul li .txtBox {
    max-width: 410px;
    padding-top: 80px;
}

.desgin_sec3 ul li .txtBox h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    color: #344d49;
}

.desgin_sec3 ul li .txtBox h3 .cantarell {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 5px;
}

.desgin_sec3 ul li .txtBox p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    margin-top: 20px;
}

.desgin_sec3 ul li .txtBox a {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    width: 150px;
    margin: 48px auto 0;
    transition: .3s;
    display: block;
}

.desgin_sec3 ul li .txtBox a::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../../image/free/design/sec3_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 11px;
    position: relative;
    top: -2px;
}

.desgin_sec3 .banner {
    margin-top: 150px;
}

.desgin_sec3 .banner a {
    transition: .3s;
    display: block;
    margin: 0 auto;
    max-width: 990px;
}

.desgin_sec3 .banner a img {}

@media screen and (min-width: 681px) {

    .desgin_sec3 ul li .txtBox a:hover,
    .desgin_sec3 .banner a:hover {
        opacity: .7;
    }
}

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

    .desgin_sec3 h2 {
        margin-left: -30px;
    }

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

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

    .desgin_sec3 h2 .barAnime .barText.type2 .t2 {
        font-size: 24px;
        padding: 10px 5px 10px 27px;
    }

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

    .desgin_sec3 ul li {
        flex-flow: column;
        gap: 30px;
        position: relative;
    }

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

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

    .desgin_sec3 ul li img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .desgin_sec3 ul li .txtBox {
        max-width: 100%;
        padding-top: 0;
    }

    .desgin_sec3 ul li .txtBox h3 {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 23px;
    }

    .desgin_sec3 ul li .txtBox h3 .cantarell {
        font-size: 23px;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }

    .desgin_sec3 ul li .txtBox p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 10px;
    }

    .desgin_sec3 ul li .txtBox a {
        font-size: 16px;
        width: 150px;
        margin: 10px auto 0;
        transition: .3s;
    }

    .desgin_sec3 ul li .txtBox a::before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url(../../image/free/design/sec3_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 11px;
        position: relative;
        top: -2px;
    }

    .desgin_sec3 .banner {
        margin-top: 40px;
    }

}