/* 共通 */

.pc {
    display: block;
}

.sp {
    display: none !important;
}

img {
    max-width: 100%;
    width: inherit;
    vertical-align: middle;
}

p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ヘッダー　2025 */
.header-2025 {
    display: flex;
    justify-content: space-between;
    height: 80px;

    .header-logo {
        position: relative;
        width: 325px;
        height: 110px;
        padding: 20px 40px;
        background: #fff;
        border-radius: 0 0 30px 0;
        z-index: 100;
    }

    .header-btn {
        display: flex;
        align-items: center;
        padding: 10px 0;
        gap: 15px;
    }

    .header-tel {
        display: flex;
        align-items: center;
        color: #6791a4;
        gap: 15px;

        span {
            color: #fff;
            padding: 10px;
            background: #6791a4;
            border-radius: 15px;
        }

        .tel-text {
            font-size: 30px;
            line-height: 0.5;
            margin: 0;

            span {
                background: none;
                color: #6791a4;
                font-size: 16px;
                padding: 0;
            }
        }
    }

    .header-bunner {
        position: relative;
        width: 210px;
        z-index: 100;
    }
} 

/* トップページ　2025 */
.top-2025 {
    overflow: hidden;

    section {
        padding: 80px 0;

        .container {
            max-width: 1100px;
            margin: 0 auto;
        }
    }

    h2 {
        position: relative;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.7;
        text-align: center;
        margin: 20px 0 50px;

        span {
            color: #6791a4;
        }

        &.top-h2 {
            line-height: 1.4;

            span {
                font-size: 24px;
            }
        }

        img.before {
            position: absolute;
            top: 0;
            left: 0;
        }

        img.after {
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }

    .h3-balloon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;

        h3 {
            position: relative;
            font-size: 18px;
            line-height: 1.7;
            color: #fff;
            padding: 20px 50px;
            background: #6791a4;
            border-radius: 50px 50px 0 50px;

            &::after {
                content: '';
                position: absolute;
                right: -25px;
                bottom: -5px;
                transform: rotate(12deg);
                display: block;
                border-top: 20px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 50px solid #6791a4;
                border-right: 0;
            }
        }
    }

    .balloon-btn a {
        color: #fff;
        padding: 10px 30px 10px 50px;
        background: #d5a649;
        border-radius: 50px;
    }

    .next {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50px;

        &::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 45%;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: translate(-50%, -50%) rotate(-45deg);
        }
    }

    .separate-round {
        position: relative;
        width: 100%;
        height: 120px;
        margin-top: -150px;
    }

    .separate-wave {
        width: 100%;
        background: #fff;
    }

    /* section-fv */
    .fv {
        padding-top: 0;

        .top-fv {
            position: relative;
            left: 70px;

            h1 {
                position: absolute;
                top: 30%;
                left: 10%;
                font-size: 30px;
                line-height: 1.8;

                span {
                    background: #fff;
                    padding: 0 10px;

                    &.blue {
                        color: #6791a4;
                        padding: 0;
                    }
                }
            }
        }

    }

    .news-item {
        position: relative;
        max-width: 1100px;
        display: flex;
        align-items: center;
        margin: 50px auto;
        border-radius: 10px;
        background: #fff;

        .news-label {
            padding: 20px 70px;
            color: #fff;
            background: #6791a4;
            border-radius: 10px 0 0 10px;
        }

        .news-text {
            display: flex;
            align-items: center;
        }

        .news-date {
            padding: 0 40px;
        }

        .news-title {
            width: 90%;

            a {
                line-height: 1.5;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .next {
                position: absolute;
                right: 20px;
                background: #6791a4;
            }
        }




    }

    .fv-menu {
        display: flex;
        justify-content: space-around;
        align-items: center;

        nav.navi-2025.pc {
            position: relative;
            left: 30px;
            background: #fff;
            padding: 40px 30px;
            border-radius: 100px;

            ul {
                padding-left: 30px;
                margin-bottom: 30px;

                li {
                    position: relative;
                    margin-bottom: 30px;

                    &::before {
                        content: '';
                        position: absolute;
                        top: 4px;
                        left: -25px;
                        display: block;
                        width: 12px;
                        height: 12px;
                        background: #6791a4;
                        border-radius: 15px;
                    }

                }
            }

            .navi-sns {
                display: flex;
                justify-content: space-around;
            }
        }
    }

    /* section01 */
    .section01 {
        background-image: url(../../top-img2025/section01-bg.png);

        .container {
            background: #fff;
            border-radius: 50px;
            padding: 70px;
        }

        .soudan-wrap {
            display: flex;
            gap: 50px;

            .soudan-img {
                flex: 1;
            }

            .soudan-text {
                flex: 1.5;

                p {
                    line-height: 2.5;
                }

                .h3-balloon img {
                    position: relative;
                    width: 90px;
                }

                .btn {
                    text-align: right;
                    margin: 30px 0;

                    &.orange a {
                        color: #fff;
                        padding: 10px 30px 10px 50px;
                        background: #d5a649;
                        border-radius: 50px;
                    }
                }
            }
        }
    }

    /* section02 */
    .section02 {
        background: #fff;
        background-image: url(../../top-img2025/section02-bg.png);
        padding-bottom: 180px;

        .section02-text {
            position: relative;
            max-width: 650px;
            padding: 0 0 80px;
            margin: 0 auto;

            img.quoat-before {
                position: absolute;
                top: 0;
                left: -30px;
            }

            img.quoat-after {
                position: absolute;
                bottom: 0;
                right: -30px;
            }

            .section2-img {
                position: absolute;
                bottom: 0;
                left: -30%;
            }
        }

    }

    .balloon-wrap,
    .balloon-slide {
        display: flex;
        justify-content: flex-end;

        .balloon-item {
            position: relative;
            text-align: center;

            .balloon-text {
                position: absolute;
                text-align: center;
            }

            &.no1 {
                position: relative;

                .balloon-text {
                    top: 30%;
                    left: 28%;
                }
            }

            &.no2 {
                left: -40px;

                .balloon-text {
                    color: #fff;
                    top: 10%;
                    left: 25%;
                }
            }

            &.no3 {
                left: -40px;

                .balloon-text {
                    color: #fff;
                    top: 20%;
                    left: 22%;
                }
            }

            &.no4 {
                top: 120px;

                .balloon-text {
                    top: 25%;
                    left: 15%;
                }
            }

            &.no5 {
                top: -60px;
                left: -20px;

                .balloon-text {
                    top: 23%;
                    left: 18%;
                }
            }

            &.no6 {
                top: -80px;
                left: -10px;

                .balloon-text {
                    top: 15%;
                    left: 30%;
                }
            }

            &.no7 {
                top: -30px;
                left: -20px;

                .balloon-text {
                    top: 27%;
                    left: 21%;
                }
            }

            &.no8 {
                top: -40px;
                left: -100px;

                .balloon-text {
                    top: 15%;
                    left: 23%;
                }
            }

            &.no9 {
                top: -70px;
                left: -80px;

                .balloon-text {
                    top: 30%;
                    left: 30%;
                }
            }

            .balloon-btn a {
                color: #fff;
                background: #d9964c;
                padding: 5px 20px;
                border-radius: 50px;
            }
        }
    }

    .section03 {
        padding: 10px;
        background: #f9f4e8;

        .h3-balloon {
            justify-content: center;
            gap: 30px;
        }

        p {
            text-align: center;
            margin: 50px 0;
        }

        .process-wrap {
            display: flex;
            gap: 50px;

            p {
                text-align: left;
            }

            .process-item {
                flex: 1;
                background: #fff;
                padding: 0 30px 30px;
                border-radius: 50px;

                &.left h3,
                &.left .next {
                    background: #68aabf;
                }

                &.right h3,
                &.right .next {
                    background-color: #d5a649;
                }

                h3 {
                    color: #fff;
                    font-size: 24px;
                    font-weight: 600;
                    padding: 30px 0;
                    text-align: center;
                    margin: 0 -30px;
                    border-radius: 50px 50px 0 0;
                }

                .process-img {
                    position: relative;
                    margin: 50px 0;

                    span {
                        position: absolute;
                        left: 10px;
                        top: -10px;
                    }
                }

                .process-menu-wrap {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 0 20px;

                    .process-menu-item {
                        position: relative;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        height: 75px;
                        border-bottom: 1px dashed #aaa;

                        p {
                            margin: 0;
                        }

                        &:first-child,
                        &:nth-child(2) {
                            border-top: 1px dashed #aaa;

                        }

                    }
                }
            }
        }
    }

    .section04 {
        background: #fff;

        .container {
            max-width: 1500px;
            margin-left: -270px;
            background-image: url(../../top-img2025/section04-bg.png);
            background-size: cover;
            padding: 50px 50px 0;
            border-radius: 50px;

            .solutions-wrap {
                max-width: 1050px;
                margin: 0 0 0 auto;
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;

                .solutions-item {

                    .top-h2 {
                        text-align: left;
                    }

                    .balloon-btn {
                        margin: 50px 0;
                    }

                    &.case {
                        padding: 50px 30px;
                        background: #fff;
                        border-radius: 50px 50px 0 0;

                        p {
                            position: relative;
                            text-align: center;
                            margin: 30px 0;

                            span {
                                color: #6791a4;
                            }

                            img.before {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 40px;
                            }

                            img.after {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                width: 40px;
                            }
                        }
                    }
                }
            }
        }
    }

    .section05 {
        padding-bottom: 150px;
        background: #fff;

        .knowledge-wrap {
            display: flex;
            gap: 70px;
            border-bottom: 1px dashed #aaa;
            margin-bottom: 50px;

            &:last-child {
                border: none;
            }

            .top-h2 {
                text-align: left;
                margin: 0 0 30px;
            }

            p {
                margin-bottom: 30px;
            }

            .knowledge-inner-wrap {
                display: flex;
                gap: 50px;

                .h3-balloon {
                    flex-direction: column;

                    h3 {
                        width: 320px;
                    }
                }

                .knowledge-inner-img {
                    padding-top: 40px;
                }

                .balloon-btn {
                    width: 100%;
                    text-align: center;
                    margin: 40px 0;

                    a {
                        display: block;
                        padding: 15px 0;
                    }
                }
            }

        }
    }

    .section06 {
        padding: 0;
        background: #f9f4e8;

        h2.tab {
            display: inline-block;
            color: #fff;
            font-size: 25px;
            text-align: left;
            padding: 20px 70px;
            margin: 0;
            border-radius: 30px 30px 0 0;

            &.news {
                background: #6791a4;
            }

            &.column {
                padding: 20px 35px;
                background: #68aabf;
            }
        }

        .top-news-wrap,
        .top-knowledge-wrap {
            position: relative;
            background: #fff;
            padding: 40px 70px 20px;
            border-radius: 0 30px 30px 30px;
            margin-bottom: 80px;

            .news-item {
                margin: 0;
                background: none;
                border-bottom: 1px dashed #aaa;
                border-radius: 0;

                &:first-child {
                    border-top: 1px dashed #aaa;
                }

                .news-title {
                    width: 70%;
                    padding: 15px;

                    .next {
                        right: 0;
                    }
                }
            }

            .h3-balloon {
                position: absolute;
                top: -120px;
                right: 70px;
                justify-content: center;
                gap: 30px;

                h3 {
                    bottom: 30px;
                    padding: 10px 30px !important;
                }
            }
        }

        .top-knowledge-wrap {
            margin-bottom: 0;

            .news-item {
                &:nth-child(2) {
                    border-top: 1px dashed #aaa;
                }
            }

        }

        .balloon-btn {
            text-align: center;
            margin: 40px 0 30px;
        }
    }

    .section07 {
        background: #fff;

        .message-img {
            position: absolute;
            right: -87px;
        }

        .container {
            position: relative;
            max-width: 1300px;
            height: 530px;
            margin-left: -270px;
            background-image: url(../../top-img2025/section07-bg.png);
            background-size: cover;
            background-position: center right;
            padding: 80px 50px 30px;
            border-radius: 0 50px 50px 0;

            .container-inner {
                display: flex;
                max-width: 1100px;
                margin: 0 auto;
                justify-content: right;
                color: #fff;
            }

            .message-text {
                writing-mode: vertical-rl;
                font-family: sans-serif;

                h2 {
                    margin: 0;
                    text-align: start;
                }

                p {
                    margin: 0 40px;
                    line-height: 2;
                }

            }

            .balloon-btn {
                position: absolute;
                right: 55%;
                bottom: 70px;

                a {
                    font-weight: 600;
                    color: #6791a4;
                    background: #fff;
                }
            }
        }
    }

    .section08 {
        background: #fff;

        .slick-track {
            display: flex;
            gap: 15px;
        }
    }
}

/* フッター　2025 */
.footer-2025 {
    background: #6791a4;
    color: #fff;
    padding: 50px 0 20px;

    p {
        margin-bottom: 20px;
    }

    img {
        max-width: 100%;
        width: inherit;
        vertical-align: middle;
    }

    a {
        color: #fff;
        text-decoration: none;
    }

    .footer-container {
        max-width: 1150px;
        margin: 0 auto;
        display: flex;
        gap: 50px;
    }

    .footer-left {

        .footer-logo {
            width: 300px;
            background: #fff;
            border-radius: 50px;
            margin-bottom: 30px;
        }

        .footer-tel {
            width: 380px;
            color: #6791a4;
            background: #fff;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 30px;
            border-radius: 50px;

            .icon {
                padding-top: 5px;
            }

            p {
                font-size: 30px;
                line-height: 1;
                margin: 0;

                span {
                    font-size: 15px;
                }
            }
        }
    }

    .footer-navi {
        display: flex;
        gap: 50px;
        padding: 50px 0 20px;

        ul {
            list-style: disc;
            padding-left: 40px;
        }

        li {
            margin-bottom: 25px;
        }
    }

    .footer-sns {
        display: flex;
        justify-content: flex-end;
        gap: 30px;
    }

    .copyright {
        text-align: center;
        margin: 40px 0;
    }

}

/*Topに戻る*/
div#page_top {
    position: fixed;
    bottom: 50px;
    right: 50px;

    a {
        padding: 18px 30px;
        background: #fff;
        border-radius: 50px;
        box-shadow: 2px 2px 5px #555;
    }

    ::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 20px;
        transform: rotate(45deg);
        display: block;
        width: 20px;
        height: 20px;
        border-top: 3px solid #6791a4;
        border-left: 3px solid #6791a4;
    }
}

@media(max-width:600px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* ヘッダー（スマホ） */
    .header-2025 {

        &.sp {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 0;
            z-index: 1000;

            .header-logo {
                width: 55%;
                height: auto;
                background: initial;
                padding: 0;
            }
        }
    }

    /* ハンバーガーメニューボタン*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 110;
        right: -2px;
        top: -2px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        background: #6791a4;
        border-radius: 0 0 0 18px;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 20px;
        left: 15px;
    }

    .hamburger span:nth-child(2) {
        top: 30px;
        left: 15px;
    }

    .hamburger span:nth-child(3) {
        top: 40px;
        left: 15px;
    }

    /* ナビメニュー展開時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 28px;
        left: 14px;
        background: #fff;
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 28px;
        background: #fff;
        transform: rotate(45deg);
    }

    /* メニュー展開時　*/
    nav.navi-sp {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        color: #333;
        background: #f9f4e8;
        text-align: center;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        padding: 20px;
        transition: 0.3s;

        .navi-btm {
            display: flex;
            gap: 20px;
            flex-direction: column;
            margin-bottom: 20px;

            img {
                width: 250px;
            }
        }

        .header-tel {
            margin-bottom: 20px;
        }

        .header-bunner {
            width: 100%;
            margin-bottom: 20px;
        }

        .navi-sns {
            display: flex;
            gap: 30px;
            justify-content: center;
        }
    }

    nav.navi-sp ul {
        display: flex;
        flex-wrap: wrap;
        margin: 20px auto 10px;
        padding-left: 40px;
        width: 100%;
        height: auto;
        justify-content: center;
        gap: 0 25px;

        li {
            list-style: disc;
            color: #68aabf;
            width: 45%;
            text-align: left;
        }
    }

    nav.navi-sp ul li a {
        display: block;
        color: #333;
        padding: 10px 0;
        margin: 5px 0;
        text-decoration: none;
    }

    /* クリックでナビメニュー開閉 */
    nav.navi-sp.active {
        opacity: 100;
        visibility: visible;
    }

    /* Topページ2025（スマホ） */
    .top-2025 {
        section {
            padding: 40px 0;
        }

        .h3-balloon {
            h3 {
                font-size: 17px;
                padding: 50px 30px;
                border-radius: 100px 100px 0;
            }
        }

        .balloon-btn2 a {
            padding: 15px 45px 15px 50px;
        }

        .separate-round {
            height: initial;
        }


        .fv {
            .top-fv {
                left: 0;

                h1 {
                    position: absolute;
                    top: 55%;
                    left: 5%;
                    font-size: 18px;
                    line-height: 1.8;
                }
            }

            .fv-news {
                padding: 0 15px;
            }

            .news-item {
                flex-direction: column;
                gap: 0;
                background: initial;
                align-items: flex-start;


                .news-label {
                    padding: 15px 25px;
                    border-radius: 10px 10px 0 0;
                }

                .news-text {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    background: #fff;
                    padding: 15px;

                    .news-date {
                        padding: 10px 0;
                    }

                    .news-title {
                        width: 95%;

                        .next {
                            display: none;
                        }
                    }
                }
            }
        }

        .section01 {
            padding: 50px 15px;

            .container {
                padding: 20px;

                h2 {
                    font-size: 18px;

                    img.before {
                        width: 30px;
                    }

                    img.after {
                        width: 35px;
                    }
                }
            }

            .soudan-wrap {
                flex-direction: column;

                .h3-balloon img {
                    top: 30px;
                    left: 20px;
                }

                .soudan-text {
                    .h3-balloon img {
                        position: relative;
                        width: 90px;
                    }

                    p {
                        line-height: 2;
                    }
                }
            }
        }

        .section02 {
            .section02-text {
                padding: 0 15px;

                h2 {
                    font-size: 22px;
                }

                img.quoat-before {
                    top: -20px;
                    left: 5px;
                }

                img.quoat-after {
                    bottom: -40px;
                    right: 10px;
                }

                .section2-img {
                    position: relative;
                    bottom: 0;
                    left: 20px;
                }
            }

            .balloon-slide {
                .slick-track {
                    display: flex !important;
                    flex-wrap: wrap;
                }

                .balloon-item {
                    width: 300px;

                    &.no1 {
                        width: 280px;
                        top: 20px;

                        img {
                            transform: rotate(-15deg);
                        }

                        .balloon-text {
                            top: 30%;
                            left: 20%;
                        }
                    }

                    &.no2 {
                        width: 320px;
                        top: 110px;

                        img {
                            transform: rotate(15deg);
                        }

                        .balloon-text {
                            color: #fff;
                            top: 15%;
                            left: 22%;
                        }
                    }

                    &.no3 {
                        top: 40px;
                        left: -10px;

                        .balloon-text {
                            color: #fff;
                            top: 15%;
                            left: 10%;
                        }
                    }

                    &.no4 {
                        width: 280px;
                        top: 0px;

                        img {
                            transform: rotate(95deg);
                        }

                        .balloon-text {
                            top: 20%;
                            left: 20%;
                        }
                    }

                    &.no5 {
                        width: 250px;
                        top: 30px;

                        img {
                            transform: rotate(175deg);
                        }

                        .balloon-text {
                            top: 15%;
                            left: 23%;
                        }
                    }

                    &.no6 {
                        width: 270px;
                        top: 30px;

                        img {
                            transform: rotate(-25deg);
                        }

                        .balloon-text {
                            top: 12%;
                            left: 20%;
                        }
                    }

                    &.no7 {
                        width: 240px;
                        top: 10px;

                        img {
                            transform: rotate(175deg);
                        }

                        .balloon-text {
                            top: 30%;
                            left: 16%;
                        }
                    }

                    &.no8 {
                        width: 320px;
                        top: 90px;
                        left: -40px;

                        img {
                            transform: scale(-1, 1) rotate(12deg);
                        }

                        .balloon-text {
                            top: 16%;
                            left: 34%;
                        }
                    }

                    &.no9 {
                        top: 90px;

                        img {
                            transform: rotate(200deg);
                        }

                        .balloon-text {
                            top: 15%;
                            left: 27%;
                        }
                    }
                }
            }

            .section2-img.sp {
                position: relative;
                width: 100px;
                margin: -80px 15px 0;

                p {
                    position: relative;
                    width: 280px;
                    top: -60px;
                    left: 130px;
                    text-align: left;
                }
            }
        }

        .section03 {
            .h3-balloon {
                gap: 0;

                img {
                    position: relative;
                    width: 40%;
                    left: 30px;
                    top: 30px;
                }
            }

            .process-wrap {
                flex-direction: column;

                .process-item {
                    .process-menu-wrap {
                        grid-template-columns: 1fr;
                    }
                }
            }
        }

        .section04 {
            padding: 40px 15px;

            .container {
                margin-left: -40px;
                border-radius: 0 50px 50px 0;

                .solutions-wrap {
                    max-width: 1050px;
                    margin: 0 0 0 auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;

                    .solutions-item {
                        .top-h2 {
                            text-align: center;
                        }

                        p {
                            text-align: left;
                        }

                        &.case {
                            width: 350px;
                            padding: 30px 30px;
                            background: #fff;
                            border-radius: 50px 0 0 50px;
                            margin-bottom: 40px;
                        }
                    }
                }
            }
        }

        .section05 {
            .container {
                padding: 15px;
            }

            .knowledge-wrap {
                padding-bottom: 30px;
                margin-bottom: 30px;
                flex-direction: column-reverse;
                gap: 0;

                .top-h2 {
                    text-align: center;
                }

                p {
                    text-align: left;
                }

                .knowledge-inner-wrap {
                    gap: 30px;

                    .h3-balloon {
                        h3 {
                            width: 210px;
                            border-radius: 100px 100px 0;
                            padding: 40px;
                        }
                    }

                    .balloon-btn {
                        position: relative;
                        left: 30%;
                        width: 160%;
                    }
                }
            }
        }

        .section06 {
            padding: 50px 15px;

            .top-news-wrap,
            .top-knowledge-wrap {
                padding: 20px;
                margin-bottom: 70px;

                .news-item {
                    flex-direction: column;
                    align-items: flex-start;
                    padding: 15px 0;

                    .news-date {
                        padding: 0;
                    }

                    .news-title {
                        width: 100%;
                        padding: 10px 50px 10px 0;
                    }
                }

                .h3-balloon {
                    display: none;
                }
            }

            .top-knowledge-wrap {
                margin-bottom: 0;
            }

        }

        .section07 {
            padding-right: 45px;

            .container {
                width: 420px;
                height: auto;
                margin-left: -60px;
                padding: 30px 10px;

                .container-inner {
                    justify-content: center;
                }

                .message-text {
                    writing-mode: initial;
                    padding-left: 70px;

                    h2 {
                        writing-mode: tb-rl;
                        margin-left: 60px;
                    }

                    p {
                        margin: 20px 5px;
                        line-height: 2;
                    }
                }

                .balloon-btn {
                    position: relative;
                    right: -100px;
                    bottom: 0;
                    margin: 30px 0;
                }
            }

            .message-img {
                width: 80px;
                top: 70px;
                right: 80px;
            }
        }

        .section08 {
            .slick-slide img {
                width: 280px;
                display: block;
            }
        }
    }


    /* フッター（スマホ） */
    .footer-2025 {
        .footer-container {
            flex-direction: column;
            padding: 0 5%;

            .footer-left {
                .footer-logo {
                    width: 300px;
                    margin-bottom: 30px;
                    margin: 0px auto 35px;
                }

                .footer-tel {
                    width: 100% !important;

                    span {
                        font-size: 13px !important;
                    }

                }
            }

            .footer-navi {
                flex-wrap: wrap;
                gap: 20px;
                padding-top: 0;
            }

            .footer-sns {
                justify-content: center;
            }
        }
    }

    div#page_top {
        position: fixed;
        bottom: 40px;
        right: 10px;
        z-index: 100;
    }
}