@charset "UTF-8";
/* -------------------------------
   visitor
------------------------------- */

/* common */
body {
    background-color: #ffffff;
    color: #545454;
}

.txt-or {
    color: #ff8d2c;
}

#wrap {
    padding-top: 0;
}

.header {
    opacity: 0;
    pointer-events: none;
}

.box-btn {
    display: flex;
    justify-content: center;

    a {
        text-decoration: none;
        background: linear-gradient(to right,  #7bc200 0%,#bad500 100%);
        text-align: center;
        padding: 20px 0;
        width: 290px;
        border-radius: 50px;
        position: relative;

        &::after {
            content: '';
            display: block;
            width: 5px;
            height: 9px;
            position: absolute;
            background: url(../img/visitor/icon_btn-arr.svg) center center / 100% auto no-repeat;
            right: 28px;
            top: 50%;
            transform: translateY(-50%);
        }

        .txt-link {
            font-size: 14px;
            color: #ffffff;
            line-height: 1;
            letter-spacing: .16em;
            font-weight: 400;
        }
    }
}

@media screen and (max-width: 640px) {
    .header {
        opacity: 1;
        pointer-events: auto;
    }
    .box-btn {
        a {
            gap: 0 5px;

            .txt-link {
                font-size: 16px;
                padding: 4px 0 6px;
            }

            .txt-link {
                font-size: 14px;
                letter-spacing: .06em;
            }
        }
    }
}



/* for price page only */
.sec-info {
    background-color: #f7faf2;
}







/* price section */
.sec-mv#mv {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
    align-items: flex-start;

    .box-logo {
        display: flex;
        padding: 50px 75px 70px;

        .logo {
            width: 307px;
        }
    }

    .img-mv {
        width: 48.12%;
        margin-right: 0;
        margin-left: auto;
        display: block;
    }

    .box-txt {
        position: absolute;
        top: 43%;
        left: 16%;
        padding: 0;

        .ttl-mv {
            display: flex;
            flex-direction: column;
            gap: 30px 0;
            margin-bottom: 40px;

            span {
                display: block;

                &.en {
                    font-size: 54px;
                    letter-spacing: .02em;
                    line-height: 1;
                    color: #467600;
                }
                &.ja {
                    font-size: 24px;
                    letter-spacing: .1em;
                    line-height: 1;
                    font-weight: 500;
                }
            }
        }
    }
}
/* MV SP */
@media screen and (max-width: 640px) {
    .sec-mv#mv {
        padding: 0 0 40px;
        flex-direction: column;
        gap: 15px;

        .box-logo {
            padding: 20px 16px;
            display: none;

            .logo {
                width: 150px;
            }
        }

        .img-mv {
            border-radius: 0;
            width: 73%;
            display: block;
            margin: 0 0 0 auto;
        }

        .box-txt {
            padding: 0 0 0 16px;
            left: 0;
            top: 0;
            position: relative;

            .ttl-mv {
                gap: 10px 0;
                margin-bottom: 10px;

                span {
                    display: block;

                    &.en {
                        font-size: 30px;
                        letter-spacing: .02em;
                    }
                    &.ja {
                        font-size: 16px;
                        letter-spacing: .02em;
                    }
                }
            }
        }
    }
}




/* #catch はじめてご来院の方へ */
.sec-catch {
    padding: 137px 0 107px;

    .inner {
        max-width: 855px;
        margin: 0 auto;

        .ttl-catch {
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            margin-bottom: 70px;

            span {
                line-height: 1;

                &.en {
                    font-size: 163px;
                    letter-spacing: -.06em;
                    color: #eef8e1;
                    font-weight: 600;
                }
                &.ja {
                    font-size: 28px;
                    letter-spacing: .16em;
                    color: #467600;
                    font-weight: 400;
                }
            }
        }

        .txt-catch {
            margin-bottom: 190px;
            text-align: center;
            font-size: 21px;
            letter-spacing: .16em;
            line-height: 1.9;
        }


        .list-catch {
            display: flex;
            justify-content: space-between;

            .item-catch {
                figure {
                    margin: 0 auto 25px;
                    width: 366px;
                }
                .ttl-item {
                    font-size: 21px;
                    line-height: 1.8;
                    letter-spacing: .16em;
                    color: #7ac200;
                    text-align: center;
                    margin-bottom: 30px;
                    font-weight: 400;

                    .orange {
                        color: #ff8500;
                    }
                }
                .txt-item {
                    text-align: center;
                    font-size: 14px;
                    letter-spacing: .16em;
                    line-height: 2.4;
                    margin-bottom: 15px;
                }
            }
        }
    }
}
@media screen and (max-width: 640px) {
    .sec-catch {
        padding: 40px 16px 60px;
        overflow: hidden;

        .inner {
            max-width: 100%;
            margin: 0 auto;

            .ttl-catch {
                display: flex;
                flex-direction: column;
                gap: 20px;
                align-items: center;
                margin-bottom: 40px;

                span {
                    line-height: 1;

                    &.en {
                        font-size: 22vw;
                        letter-spacing: -.06em;
                        text-wrap: nowrap;
                    }
                    &.ja {
                        font-size: 18px;
                        letter-spacing: .05em;
                    }
                }
            }

            .txt-catch {
                margin-bottom: 80px;
                font-size: 14px;
                letter-spacing: .08em;
                line-height: 1.75;
            }


            .list-catch {
                flex-direction: column;
                gap: 40px;

                .item-catch {
                    figure {
                        margin: 0 auto 20px;
                        width: 100%;
                        padding: 0 20px;
                    }
                    .ttl-item {
                        font-size: 17px;
                        line-height: 1.45;
                        letter-spacing: .08em;
                        margin-bottom: 20px;
                    }
                    .txt-item {
                        text-align: left;
                        font-size: 14px;
                        letter-spacing: .08em;
                        line-height: 1.75;
                        margin-bottom: 30px;
                    }
                }
            }
        }
    }
}



/* #visit このような方が来院されています */
.sec-visit {
    padding: 122px 0 152px;
    background-color: #f8fbf3;
    border-radius: 80px 80px 0 0;

    .inner {
        max-width: 976px;
        margin: 0 auto;

        .ttl-visit {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px 0;
            margin-bottom: 80px;

            span {
                font-size: 24px;
                font-weight: 500;
                letter-spacing: .1em;
                color: #545454;
                line-height: 1;
            }
        }

        .box-ball {
            display: flex;
            gap: 45px;
            align-items: center;

            figure {
                width: 337px;
            }
            .elem-ball {
                flex: 1;
                display: flex;
                flex-direction: column;

                .ball1 {
                    width: 298px;
                    margin-left: auto;
                    margin-bottom: -112px;
                }
                .ball2 {
                    width: 288px;
                    margin-right: auto;
                    margin-bottom: -94px;
                    margin-left: 30px;
                }
                .ball3 {
                    width: 298px;
                    margin-left: auto;
                    margin-bottom: -108px;
                }
                .ball4 {
                    width: 320px;
                    margin-right: auto;
                    margin-bottom: -125px;
                }
                .ball5 {
                    width: 298px;
                    margin-left: auto;
                }
            }
        }

        .box-mess {
            background: url(../img/visitor/bg_mess.png) right 48px top 140px / 402px auto no-repeat;
            padding: 108px 0 85px;

            .ttl-mess {
                font-size: 42px;
                color: #467600;
                text-align: center;
                margin-bottom: 50px;
                line-height: 1.54;
            }
            .ttl-mess-sub {
                font-size: 24px;
                letter-spacing: .1em;
                line-height: 1;
                color: #467600;
                text-align: center;
                margin-bottom: 50px;
            }
            .txt-mess {
                text-align: center;
                font-size: 21px;
                line-height: 1.71;
                letter-spacing: .16em;
                margin-bottom: 85px;
            }
        }

        .list-mess {
            display: flex;
            gap: 32px;
            flex-direction: column;

            .item-mess {
                display: flex;
                justify-content: space-between;
                background-color: #ffffff;
                border-radius: 20px;

                &.reverse {
                    flex-direction: row-reverse;
                }

                &.item1 {
                    padding: 20px 66px 0 65px;
                }
                &.item2 {
                    padding: 45px 104px 0 110px;
                }
                &.item3 {
                    padding: 78px 65px 79px 65px;
                }

                .elem-txt {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    gap: 30px;

                    .ttl-item {
                        font-size: 24px;
                        font-weight: 500;
                        letter-spacing: .1em;
                        line-height: 1.45;

                        span {
                            color: #7ac200;
                        }
                    }

                    .txt-item {
                        color: #467600;
                        font-size: 14px;
                        letter-spacing: .01em;
                        line-height: 1.71;
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 640px) {
    .sec-visit {
        padding: 40px 16px 60px;
        border-radius: 40px 40px 0 0;

        .inner {
            max-width: 976px;
            margin: 0 auto;

            .ttl-visit {
                gap: 20px 0;
                margin-bottom: 35px;

                img {
                    width: 51px;
                }

                span {
                    font-size: 18px;
                    letter-spacing: .05em;
                }
            }

            .box-ball {
                flex-direction: column-reverse;
                gap: 0;

                figure {
                    width: 180px;
                }

                .elem-ball {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    width: 100%;

                    .ball1 {
                        width: 238px;
                        margin-left: 0;
                        margin-right: auto;
                        margin-bottom: -30px;
                    }
                    .ball2 {
                        width: 228px;
                        margin-right: 0;
                        margin-bottom: -5px;
                        margin-left: auto;
                    }
                    .ball3 {
                        width: 238px;
                        margin-left: 0;
                        margin-bottom: -10px;
                    }
                    .ball4 {
                        width: 232px;
                        margin-right: 0;
                        margin-left: auto;
                        margin-bottom: 0;
                    }
                    .ball5 {
                        width: 238px;
                        margin-left: 0;
                    }
                }
            }

            .box-mess {
                background: url(../img/visitor/bg_mess.png) right 48px top 140px / 80% auto no-repeat;
                padding: 108px 0 0;

                .ttl-mess {
                    font-size: 22px;
                    margin-bottom: 40px;
                    line-height: 1.45;
                }
                .ttl-mess-sub {
                    font-size: 17px;
                    letter-spacing: .02em;
                    line-height: 1.45;
                    margin-bottom: 40px;
                }
                .txt-mess {
                    text-align: center;
                    font-size: 14px;
                    line-height: 1.75;
                    letter-spacing: .08em;
                    margin-bottom: 60px;
                }
            }

            .list-mess {
                gap: 40px;

                .item-mess {
                    flex-direction: column;
                    gap: 40px;
                    border-radius: 15px;
                    align-items: center;

                    &.reverse {
                        flex-direction: column;
                    }

                    &.item1 {
                        padding: 20px 16px 0 16px;
                        figure {
                            width: 220px;
                        }
                    }
                    &.item2 {
                        padding: 20px 16px 0 16px;
                        figure {
                            width: 140px;
                        }
                    }
                    &.item3 {
                        padding: 20px 16px 30px 16px;
                        figure {
                            width: 190px;
                        }
                    }

                    .elem-txt {
                        gap: 20px;

                        .ttl-item {
                            font-size: 18px;
                            letter-spacing: .05em;
                            line-height: 1.45;
                        }

                        .txt-item {
                            font-size: 14px;
                            line-height: 1.75;
                        }
                    }
                }
            }
        }
    }
}



/* #flow 診療の流れ */
.sec-flow {
    background-color: #fff;
    padding: 110px 0 225px;

    .inner {
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;

        .ttl-flow {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px 0;
            margin-bottom: 80px;

            span {
                font-size: 24px;
                font-weight: 500;
                letter-spacing: .1em;
                color: #545454;
                line-height: 1;
            }
        }

        .list-flow {
            display: flex;
            gap: 35px;
            margin-bottom: 210px;

            .item-flow {
                width: calc((100% - (35px * (4 - 1))) / 4);

                figure {
                    margin: 0 auto 50px;
                    position: relative;

                    figcaption {
                        width: 50px;
                        height: 50px;
                        border-color: #7bc200;
                        /* border-image: linear-gradient(to right,  #7bc200 0%,#bad500 100%) 1; */
                        border-width: 1px;
                        border-style: solid;
                        /* mask: linear-gradient(#7bc200, #7bc200); */
                        background-color: #ffffff;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        font-size: 12px;
                        color: #467600;
                        border-radius: 50px;
                        line-height: 1;
                        position: absolute;
                        left: 50%;
                        transform: translateX(-50%);
                        bottom: -25px;
                    }
                }

                .ttl-item {
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: .1em;
                    line-height: 1;
                    padding-bottom: 15px;
                    margin-bottom: 22px;
                    border-bottom: 1px solid #7bc200;
                    text-align: center;
                    color: #467600;
                }

                .txt-item {
                    font-size: 14px;
                    line-height: 1.75;

                    a {
                        color: #7ac200;

                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
            }
        }


        .box-belo {
            display: flex;
            gap: 70px;
            border: 2px solid #7bc200;
            border-image: linear-gradient(to right,  #7bc200 0%,#bad500 100%) 1;
            padding: 45px 55px 55px;
            align-items: center;

            figure {
                width: 370px;
            }

            .elem-txt {
                .ttl-belo {
                    font-size: 24px;
                    letter-spacing: .1em;
                    line-height: 1;
                    padding-bottom: 15px;
                    margin-bottom: 35px;
                    font-weight: 500;
                    border-bottom: 1px solid #7ac200;

                    & span {
                        color: #ff8500;
                    }
                }

                .txt-belo {
                    font-size: 16px;
                    line-height: 2.12;
                }
            }
        }

    }
}
/* SP #flow 診療の流れ */
@media screen and (max-width: 640px) {
    .sec-flow {
        padding: 40px 16px 60px;

        .inner {
            max-width: 100%;
            margin: 0 auto;
            width: 100%;

            .ttl-flow {
                gap: 20px 0;
                margin-bottom: 35px;

                img {
                    width: 51px;
                }

                span {
                    font-size: 18px;
                    letter-spacing: .05em;
                }
            }

            .list-flow {
                flex-wrap: wrap;
                gap: 16px;
                margin-bottom: 60px;

                .item-flow {
                    width: calc((100% - (16px * (2 - 1))) / 2);

                    figure {
                        margin: 0 auto 40px;
                        position: relative;

                        figcaption {
                            font-size: 11px;
                        }
                    }

                    .ttl-item {
                        font-size: 14px;
                        letter-spacing: .01em;
                        padding-bottom: 10px;
                        margin-bottom: 15px;
                        line-height: 1.45;
                    }

                    .txt-item {
                        font-size: 13px;
                        line-height: 1.75;

                        a {
                            color: #7ac200;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }


            .box-belo {
                flex-direction: column;
                gap: 40px;
                padding: 0 0 30px;

                figure {
                    width: 100%;
                }

                .elem-txt {
                    padding: 0 16px;
                    .ttl-belo {
                        font-size: 18px;
                        letter-spacing: .05em;
                        padding-bottom: 15px;
                        margin-bottom: 20px;
                    }

                    .txt-belo {
                        font-size: 14px;
                        line-height: 1.75;
                    }
                }
            }

        }
    }
}





/* #refrain このような方はお控えください */
.sec-refr {
    background-color: #fff;
    padding: 0 0 170px;

    .inner {
        max-width: 970px;
        margin: 0 auto;
        width: 100%;

        .ttl-refr {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px 0;
            margin-bottom: 100px;
            position: relative;

            &::after {
                content: '';
                width: 148px;
                height: 1.5px;
                background: linear-gradient(to right,  #7bc200 0%,#bad500 100%);
                display: block;
                position: absolute;
                bottom: -45px;
            }

            span {
                font-size: 42px;
                letter-spacing: .1em;
                color: #467600;
                line-height: 1;
            }
        }

        .txt-refr {
            font-size: 16px;
            line-height: 2.12;
            text-align: center;
        }

        .box-refr {
            background-color: #f8fbf3;
            padding: 45px;
            padding-left: 190px;
            margin: 40px auto 35px;

            ol {
                display: flex;
                flex-direction: column;
                gap: 35px;

                li {
                    display: flex;
                    align-items: flex-end;
                    gap: 10px;

                    .txt-num {
                        font-size: 22px;
                        color: #7ac200;
                        line-height: 1;
                        letter-spacing: .1em;
                    }
                    .txt-item {
                        font-size: 16px;
                        line-height: 1;
                    }
                }
            }
        }
    }
}
/* SP #refrain このような方はお控えください */
@media screen and (max-width: 640px) {
    .sec-refr {
        padding: 40px 16px 60px;

        .inner {
            max-width: 100%;
            margin: 0 auto;
            width: 100%;

            .ttl-refr {
                gap: 20px 0;
                margin-bottom: 50px;

                img {
                    width: 51px;
                }

                &::after {
                    width: 120px;
                    height: 1.5px;
                    bottom: -25px;
                }

                span {
                    font-size: 18px;
                    letter-spacing: .05em;
                }
            }

            .txt-refr {
                font-size: 14px;
                line-height: 1.75;
            }

            .box-refr {
                padding: 20px 16px;
                margin: 30px auto 35px;

                ol {
                    gap: 20px;

                    li {
                        display: flex;
                        align-items: flex-start;
                        gap: 6px;

                        .txt-num {
                            font-size: 14px;
                            line-height: 1.75;
                            letter-spacing: .05em;
                        }
                        .txt-item {
                            font-size: 14px;
                            line-height: 1.75;
                        }
                    }
                }
            }

        }
    }
}






/* #special 特定の治療法のみをご希望の方 */
.sec-spec {
    background-color: #fff;
    padding: 0 0 225px;

    .inner {
        max-width: 970px;
        margin: 0 auto;
        width: 100%;

        .ttl-spec {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px 0;
            margin-bottom: 100px;
            position: relative;

            &::after {
                content: '';
                width: 148px;
                height: 1.5px;
                background: linear-gradient(to right,  #7bc200 0%,#bad500 100%);
                display: block;
                position: absolute;
                bottom: -45px;
            }
            span {
                font-size: 42px;
                letter-spacing: .1em;
                color: #467600;
                line-height: 1;
            }
        }

        .list-spec {
            display: flex;
            gap: 18px;
            margin-bottom: 40px;

            li {
                background-color: #f8fbf3;
                width: calc((100% - (18px * (3 - 1))) / 3);
                padding: 45px 30px;
                box-sizing: border-box;

                .ttl-item {
                    font-size: 20px;
                    letter-spacing: .1em;
                    font-weight: 500;
                    line-height: 1.4;
                    color: #467600;
                    text-align: center;
                    height: 2.5em;
                    margin-bottom: 25px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }
                .txt-item {
                    font-size: 14px;
                    line-height: 1.75;
                }
            }
        }

        .txt-spec {
            font-size: 16px;
            line-height: 2.12;
            text-align: center;
            margin-bottom: 30px;
        }

        .txt-conn {
            font-size: 20px;
            letter-spacing: .1em;
            line-height: 1.8;
            text-align: center;
            color: #467600;
            margin-bottom: 42px;
            span {
                background: linear-gradient(transparent 50%, #f8faf3 50%);
            }
        }
    }
}
@media screen and (max-width: 640px) {
    .sec-spec {
        padding: 40px 16px 60px;

        .inner {
            max-width: 100%;
            margin: 0 auto;
            width: 100%;

            .ttl-spec {
                gap: 20px 0;
                margin-bottom: 50px;

                img {
                    width: 51px;
                }

                &::after {
                    width: 120px;
                    height: 1.5px;
                    bottom: -25px;
                }

                span {
                    font-size: 18px;
                    letter-spacing: .05em;
                }
            }

            .list-spec {
                flex-direction: column;
                gap: 20px;

                li {
                    width: 100%;
                    padding: 20px 16px;

                    .ttl-item {
                        font-size: 18px;
                        letter-spacing: .05em;
                        height: auto;
                        margin-bottom: 20px;
                    }
                }
            }

            .txt-spec {
                font-size: 14px;
                line-height: 1.75;
                text-align: center;
                margin-bottom: 30px;
            }

            .txt-conn {
                font-size: 16px;
                letter-spacing: .05em;
                line-height: 1.75;
                margin-bottom: 40px;
            }

        }
    }
}






/* #faq よくあるご質問 */
.sec-faq {
    background-color: #fafaf7;
    padding: 110px 0 215px;
    border-radius: 80px 80px 0 0;

    .inner {
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;

        .ttl-faq {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px 0;
            margin-bottom: 80px;

            span {
                font-size: 24px;
                font-weight: 500;
                letter-spacing: .1em;
                color: #545454;
                line-height: 1;
            }
        }

        .list-faq {
            display: flex;
            flex-direction: column;
            gap: 50px;
            margin-bottom: 130px;

            li {
                display: flex;
                flex-direction: column;

                .txt-q {
                    background-color: #e6f2d7;
                    border-radius: 0 0 50px 0;
                    padding: 12px 45px 12px 44px;
                    display: flex;
                    justify-content: space-between;
                    cursor: pointer;
                    transition: all .4s ease-in;

                    &:hover {
                        opacity: .6;
                    }

                    .txt {
                        padding: 19px 0;
                        font-size: 16px;
                        line-height: 1.45;
                        color: #467600;
                    }

                    .bar {
                        border-left: 1px solid #96a582;
                        position: relative;
                        width: 56px;

                        &::before, &::after {
                            content: '';
                            width: 25px;
                            height: 2px;
                            background-color: #467600;
                            display: block;
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                            left: 31px;
                            transition: all .4s ease-in;
                        }
                        &::after {
                            transform: translateY(-50%) rotate(-90deg)
                        }
                    }

                    &.is-open {
                        .bar {
                            &::after {
                                transform: translateY(-50%) rotate(0)
                            }
                        }
                    }
                }

                .txt-a {
                    font-size: 16px;
                    line-height: 1.75;
                    padding-left: 22px;
                    padding-bottom: 30px;
                    padding-top: 40px;

                    a {
                        color: #7ac200;
                    }
                }
            }
        }

        .box-link {
            display: flex;
            gap: 65px;

            .link {
                background: url(../img/visitor/bg_btn.png) center center / 100% 100% no-repeat;
                width: 468px;
                height: 146px;
                box-sizing: border-box;
                padding: 45px 40px 23px 40px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                span {
                    color: #ffffff;
                    line-height: 1;

                    &.txt-page {
                        font-size: 24px;
                        font-weight: 500;
                        letter-spacing: .1em;
                    }

                    &.txt-note {
                        font-size: 14px;
                        display: flex;
                        margin-left: auto;
                        align-items: center;
                        gap: 10px;
                    }
                }
            }
        }
    }

}
@media screen and (max-width: 640px) {
    .sec-faq {
        padding: 40px 16px 60px;
        border-radius: 40px 40px 0 0;

        .inner {
            .ttl-faq {
                gap: 20px;
                margin-bottom: 40px;

                span {
                    font-size: 18px;
                    letter-spacing: .05em;
                }
            }

            .list-faq {
                gap: 20px;
                margin-bottom: 60px;

                li {
                    display: flex;
                    flex-direction: column;

                    .txt-q {
                        border-radius: 0 0 20px 0;
                        padding: 12px 16px 12px 16px;
                        &:hover {
                            opacity: 1;
                        }
                        .txt {
                            padding: 12px 0;
                            font-size: 14px;
                        }

                        .bar {
                            border-left: 1px solid #96a582;
                            position: relative;
                            width: 30px;

                            &::before, &::after {
                                width: 15px;
                                left: 13px;
                            }
                        }
                    }

                    .txt-a {
                        font-size: 14px;
                        padding: 20px 16px 10px;
                    }
                }
            }

            .box-link {
                gap: 40px;
                flex-direction: column;

                .link {
                    width: 100%;
                    height: 110px;
                    padding: 20px 16px 20px 20px;

                    span {
                        color: #ffffff;
                        line-height: 1;

                        &.txt-page {
                            font-size: 19px;
                            letter-spacing: .05em;
                        }

                        &.txt-note {
                            font-size: 14px;
                            gap: 6px;
                        }
                    }
                }
            }
        }

    }
}
