/* 寄附型特化型LP */

:root {
    --main-color: #FC6203;
    --brown-color: #2F1B00;
    --gray-color: #EBEBEB;
    --lightgray-color: #F9F9F9;
    --main-text-color: #2F1B00;

    --gradient01-color: linear-gradient(to left, #FCA103 0%, #FC6203 100%);

    --font-zenkaku: 'Zen Kaku Gothic New', sans-serif;
    --font-bebas: 'Bebas Neue', sans-serif;
    --font-main: 'Bebas Neue', 'Zen Kaku Gothic New';

    --fontsize-heading: min(48px, 6vw);
    --fontsize-main: min(48px, 6vw);

}


/* slider */


.project-slide_a .slick-dots li {
    transform: translateX(23%);
}

.section-achiev .project-card {
    width: 300px;
}

@media(max-width: 768px) {
    .project-slide_a .slick-dots li {
        transform: translateX(-112%);
    }
}

.slick-track {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-dots li.slick-active button:before {
    color: #fd780d !important;
}

/* popup */

.start-popup,
.popup-overlay {
    opacity: 0;
    visibility: hidden;
}

.donate-lp {
    .donate__title {
        font-family: var(--font-zenkaku);
        font-weight: 900;
        font-size: min(4.8rem, 7.46vw);
        color: var(--main-color);
        margin-bottom: 60px;
        font-weight: 900;
        text-align: center;
        line-height: 1;
    }

    .donate__subtitle {
        color: var(--main-color);
        font-family: var(--font-zenkaku);
        font-size: min(2.4rem, 4vw);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 1em;

        &::before,
        &::after {
            content: '';
            width: 2px;
            height: 20px;
            background-color: var(--main-color);
        }

        &::before {
            margin-right: 20px;
            transform: rotate(-25deg);
        }

        &::after {
            margin-left: 20px;
            transform: rotate(25deg);
        }
    }

    .wrapper {
        width: min(1100px, 89.3vw);
        margin: 0 auto;
    }


    .button01 {
        display: block;
        position: relative;
        align-items: center;
        width: 100%;
        width: 330px;
        margin: 0;
        background: #CA4F02;
        border-radius: 50px;
        padding: 1.5rem 0;
        color: #fff;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: none;
        border: 2px solid #fff;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);

        &.button-orange {
            background: #CA4F02;
        }

        &.button-green {
            background-color: #2DA653;
        }

        &::after {
            content: "";
            position: absolute;
            width: 32px;
            height: 31px;
            right: 11px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2031%22%3E%3Cg%3E%3Cg%20id%3D%22_Layer_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.1.3C7.7.3.8%2C7.1.8%2C15.6s6.9%2C15.4%2C15.4%2C15.4%2C15.3-6.9%2C15.3-15.4S24.6.3%2C16.1.3ZM21.3%2C16.5l-5.9%2C4.8c-.5.4-1.3%2C0-1.3-.6v-10.2c0-.7.8-1.1%2C1.4-.6l5.9%2C5.3c.4.3.3.9%2C0%2C1.2Z%22%20fill%3D%22%23FFF%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: cover;
        }

    }

    @media (max-width: 768px) {
        .donate__subtitle {
            word-break: keep-all;


            &::before {
                margin-right: 0.75em;
                transform: rotate(-25deg);
            }

            &::after {
                margin-left: 0.75em;
                transform: rotate(25deg);
            }
        }
    }

    .donate-top {
        width: 90%;
        height: 545px;
        max-width: 1300px;
        margin: 55px auto;
        position: relative;

        &.donate-top_sp {
            display: none;
        }

        .textbox__medal {
            position: absolute;
            top: -40px;
            right: 0;
            left: 0;
            margin: auto;
            text-align: center;

            img {
                width: 130px;
            }
        }

        .start-top_button {
            display: flex;
            gap: 20px;
        }
    }

    .donate-top_splide {
        position: relative;
        border-radius: 30px;
        overflow: hidden;

        .splide__slide img {
            width: unset;
            height: 545px;
        }
    }

    .donate-top_textbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        height: 100%;

        h1 {
            font-size: 48px;
            color: #fff;
            font-weight: 900;
            font-family: 'Zen Kaku Gothic New';
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
            line-height: 1.2;
            white-space: nowrap;
            margin: 120px auto 0;
        }

        span {
            font-size: 35px;
        }

        img {
            width: 130px;
        }
    }

    .donate-top_bottomtext {
        position: absolute;
        bottom: 1em;
        color: #FFF;
        font-size: 10px;
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .donate-top {
            width: 100%;
            margin: 0;

            &.donate-top_pc {
                display: none;
            }

            &.donate-top_sp {
                display: block;
                height: unset;

            }

            .donate-top_splide {
                position: relative;
                border-radius: 0;
                overflow: hidden;

                .splide__slide img {
                    width: 100%;
                    height: unset;
                }
            }



            .donate-top_textbox {
                top: 0;
                gap: 0;

                .textbox__medal {
                    position: relative;
                    top: 0;
                    width: 29.3vw;
                    margin: 5.3vw auto 10.6vw;

                    img {
                        width: 100%;
                    }
                }

                .start-top_button {
                    gap: 10px;

                    a {
                        justify-content: center;
                    }
                }

                h1 {
                    font-size: 32px;
                    margin: 0 auto 10.6vw;
                }

                img {
                    width: 110px;
                }

                p {
                    font-size: 10px;
                    color: #FFF;
                    width: 90%;
                    margin: 4vw auto 0;
                }
            }
        }
    }



    .donate-nav {
        background: var(--gray-color);
        width: min(90vw, 1100px);
        margin: 0 auto;
        border-radius: 5px;

        ul {
            display: flex;
            justify-content: center;

            li {
                a {
                    position: relative;
                    font-family: var(--font-zenkaku);
                    font-weight: bold;
                    display: block;
                    padding: 1em 83px 1em 60px;
                    color: var(--main-text-color);

                    &::before {
                        content: "";
                        position: absolute;
                        right: 40px;
                        top: 2px;
                        bottom: 0;
                        margin: auto;
                        display: inline-block;
                        width: 13px;
                        height: 7px;
                        background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L6.5 6L11.5 1' stroke='black' stroke-opacity='0.6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                        background-size: contain;
                        background-repeat: no-repeat;
                        margin-right: 0.5em;
                        vertical-align: middle;
                    }


                    &:after {
                        content: "";
                        width: 1px;
                        height: 1.5em;
                        position: absolute;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto 0;
                        background: #00000020;
                    }
                }

                &:last-child a:after {
                    display: none;
                }
            }
        }

    }

    @media (max-width: 1230px) {
        .donate-nav {
            margin: 10.6vw auto 0;
            max-width: 980px;

            ul {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                flex-direction: unset;
                width: 100%;
                gap: 2%;

                &:before {
                    content: "";
                    width: 1px;
                    height: 93%;
                    position: absolute;
                    right: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    background: #00000020;
                }

                &:after {
                    content: "";
                    width: 92%;
                    height: 1px;
                    position: absolute;
                    right: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    background: #00000020;
                }


                li {
                    width: 49%;
                    align-items: center;
                    display: grid;
                    padding: 0;

                    a {
                        padding: min(20px, 4vw);
                        font-size: min(16px, 3.73vw);
                        text-decoration: unset;

                        &::before {
                            right: 3vw;
                        }

                        &::after {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .donate-about {
        background-color: var(--lightgray-color);
        padding: 80px 0;

        .donate-about__container {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .start-about_banner {
                align-items: flex-end;
            }

            .donate-about__text {
                max-width: 520px;

                h3 {
                    font-size: min(28px, 4.26vw);
                    font-weight: bold;
                    letter-spacing: unset;
                    margin-bottom: 35px;
                    line-height: 1.5;
                }

                p {
                    font-size: min(20px, 3.73vw);
                    font-weight: 500;
                    line-height: 2;
                    margin-bottom: 1.5em;

                }

                .donate-about__text-bottom {
                    background: #FFF;
                    border-radius: 10px;
                    overflow: hidden;
                    position: relative;

                    .about__text-image {
                        position: absolute;
                        bottom: -2px;
                        left: -4px;
                    }

                    .about__text-inner {
                        margin: 20px 20px 25px 100px;

                        p {
                            font-size: min(16px, 3.73vw);
                            line-height: 1.625;
                            margin-bottom: 0.5em;
                        }

                        a {
                            position: relative;
                            font-size: min(15px, 3.2vw);
                            font-weight: 400;
                            color: var(--main-text-color);
                            display: flex;
                            align-items: center;
                            gap: 10px;


                            &::after {
                                content: "";
                                position: relative;
                                top: 1.5px;
                                display: inline-block;
                                width: 8px;
                                height: 12px;
                                background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%206%2010'%3E%3Cpath%20class='cls-1'%20d='M5.5,4.7c0,0,0-.1-.1-.2,0,0,0,0,0,0L.6.5c-.2-.2-.5-.1-.6.1-.1.3,0,.6.2.8l4.2,3.5L.2,8.5c-.2.2-.3.5-.2.8.1.3.4.3.6.1l4.7-3.9s0,0,0,0c0,0,0,0,.1-.2,0,0,0-.2,0-.3,0,0,0-.2,0-.3Z'/%3E%3C/svg%3E");
                                background-size: contain;
                                background-repeat: no-repeat;
                                vertical-align: middle;
                            }
                        }
                    }
                }
            }

            .donate-about__img {
                max-width: 450px;

                img {
                    width: 100%;
                }

                .donate-about__img-link {
                    width: 100%;

                    a {
                        position: relative;
                        color: var(--main-text-color);
                        text-align: center;
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        margin: 0.5em auto;
                        width: fit-content;
                        font-weight: 400;

                        &::after {
                            content: "";
                            position: relative;
                            top: 1.5px;
                            display: inline-block;
                            width: 8px;
                            height: 12px;
                            background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%206%2010'%3E%3Cpath%20class='cls-1'%20d='M5.5,4.7c0,0,0-.1-.1-.2,0,0,0,0,0,0L.6.5c-.2-.2-.5-.1-.6.1-.1.3,0,.6.2.8l4.2,3.5L.2,8.5c-.2.2-.3.5-.2.8.1.3.4.3.6.1l4.7-3.9s0,0,0,0c0,0,0,0,.1-.2,0,0,0-.2,0-.3,0,0,0-.2,0-.3Z'/%3E%3C/svg%3E");
                            background-size: contain;
                            background-repeat: no-repeat;
                            vertical-align: middle;
                        }
                    }
                }


            }

        }
    }

    @media (max-width: 768px) {
        .donate-about {
            padding: 10.6vw 0;

            .donate-about__text {
                h3 {
                    text-align: center;
                }

                .about__text-image-sp {
                    display: block;
                    margin-bottom: 6.66vw;
                }

                .donate-about__link-sp {
                    a {
                        margin: 6.66vw auto;
                        width: fit-content;
                        display: block;
                        font-size: 3.2vw;
                        color: var(--main-text-color);
                        text-decoration: none;

                        &::after {
                            content: "";
                            position: relative;
                            top: 1.5px;
                            display: inline-block;
                            width: 8px;
                            height: 12px;
                            background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%206%2010'%3E%3Cpath%20class='cls-1'%20d='M5.5,4.7c0,0,0-.1-.1-.2,0,0,0,0,0,0L.6.5c-.2-.2-.5-.1-.6.1-.1.3,0,.6.2.8l4.2,3.5L.2,8.5c-.2.2-.3.5-.2.8.1.3.4.3.6.1l4.7-3.9s0,0,0,0c0,0,0,0,.1-.2,0,0,0-.2,0-.3,0,0,0-.2,0-.3Z'/%3E%3C/svg%3E");
                            background-size: contain;
                            background-repeat: no-repeat;
                            vertical-align: middle;
                        }
                    }
                }

                & .donate-about__text-bottom {
                    .about__text-inner {
                        margin: 20px 20px 25px 20vw !important;
                    }
                }
            }

            .donate__title {
                margin-bottom: 10.6vw;

            }
        }
    }

    .donate-feature {
        background-color: #F2F2F2;
        padding: 80px 0;
    }


    .donate-feature_container {
        display: flex;
        gap: 2rem;
        width: 80%;
        margin: 60px auto 40px;

        .donate-feature_box {
            position: relative;
            z-index: 1;
            background-color: #fff;
            border-radius: 20px;
            flex: 1;

            &::before {
                content: "";
                position: absolute;
                inset: 0;
                padding: 1.5px;
                background: linear-gradient(to right, #FC6203, #FCA103);
                -webkit-mask:
                    linear-gradient(#fff 0 0) content-box,
                    linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask-composite: exclude;
                z-index: -1;
                border-radius: 20px;
            }

            h3 {
                position: absolute;
                top: -15px;
                right: 0;
                left: 0;
                width: fit-content;
                margin: auto;
                background: var(--gradient01-color);
                color: #fff;
                border-radius: 20px;
                padding: 0.25em 1.5em;
                display: flex;
                align-items: center;
                justify-content: center;

                span {
                    font-family: var(--font-main);
                    font-size: min(2.2rem, 4.2vw);
                    line-height: 1;
                    position: relative;
                    top: 0.1em;
                }
            }

            .donate-feature_innerbox {
                position: relative;
                z-index: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 2rem;
                padding: 40px 20px 30px;

                .underline {
                    text-decoration: underline;
                    text-decoration-thickness: 8px;
                    text-decoration-color: rgba(253, 121, 14, 0.3);
                    text-underline-offset: -3px;
                    text-decoration-skip-ink: none;
                    font-size: min(24px, 6.4vw);
                    font-weight: 700;
                    text-align: center;
                }

                p:nth-of-type(2) {
                    font-weight: 500;
                    margin-bottom: 0;
                }
            }
        }

        .donate-feature_box {
            text-align: center;
            color: var(--main-text-color);
        }
    }


    .donate-feature_link {
        a {
            position: relative;
            color: var(--main-text-color);
            font-weight: 400;
            width: fit-content;
            display: flex;
            align-items: center;
            gap: 0.25em;
            margin: 0 auto 40px;

            &::after {
                content: "";
                position: relative;
                top: 1.5px;
                display: inline-block;
                width: 8px;
                height: 12px;
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%206%2010'%3E%3Cpath%20class='cls-1'%20d='M5.5,4.7c0,0,0-.1-.1-.2,0,0,0,0,0,0L.6.5c-.2-.2-.5-.1-.6.1-.1.3,0,.6.2.8l4.2,3.5L.2,8.5c-.2.2-.3.5-.2.8.1.3.4.3.6.1l4.7-3.9s0,0,0,0c0,0,0,0,.1-.2,0,0,0-.2,0-.3,0,0,0-.2,0-.3Z'/%3E%3C/svg%3E");
                background-size: contain;
                background-repeat: no-repeat;
                vertical-align: middle;
            }
        }
    }


    .donate-feature_table {
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 10px 20px 30px;
        margin: 40px auto;

        .donate-feature_table-heading {
            display: flex;
            align-items: center;
            gap: 30px;

            p {
                font-size: min(20px, 4.26vw);
                font-weight: 500;
                margin-bottom: 0;
            }
        }

        .donate-feature_table-wrapper {
            position: relative;
            margin: 0 auto;
            overflow-x: auto;
            width: 100%;

        }

        .donate-feature_table-body {
            margin: auto;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 20px;
            position: relative;
            z-index: 0;
            width: 980px;


            &::before {
                content: "";
                position: absolute;
                right: 0;
                width: 53.6%;
                height: 100%;
                padding: 1.5px;
                background: linear-gradient(to right, #FC6203, #FCA103);
                -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask-composite: exclude;
                z-index: 0;
                border-radius: 0 20px 20px 0;
            }

            tr:first-child {
                th:first-child {
                    border-top-left-radius: 20px;
                }

                th:last-child {
                    border-top-right-radius: 20px;
                }
            }

            tr:last-child {
                th:first-child {
                    border-bottom-left-radius: 20px;
                }

                td:last-child {
                    border-bottom-right-radius: 20px;
                }
            }

            th,
            td {
                border: 1.5px solid rgba(0, 0, 0, 0.1);
                color: var(--brown-color);
                padding: 8px;

            }

            th {
                font-size: min(18px, 3.7vw);
            }

            td {
                font-size: min(16px, 3.7vw);
                font-weight: 500;

                p {
                    margin-bottom: 0;
                }

                span {
                    font-size: 14px;
                    display: block;
                    margin-top: 1em;
                    font-weight: 400;
                }
            }

            .color-orange {
                color: var(--main-color);
            }

            .icon-heart {
                position: relative;

                &::before {
                    content: "";
                    display: inline-block;
                    width: 14px;
                    height: 11px;
                    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99949 1.76952C6.44275 0.972194 5.53051 0.403209 4.43142 0.110907C3.77502 -0.0637555 2.70698 -0.0285505 2.16577 0.19768C1.67823 0.38993 1.24361 0.690561 0.896627 1.07556C0.549649 1.46055 0.29993 1.91924 0.167419 2.41499C-0.0940961 3.48898 -0.0485347 4.61223 0.299158 5.66279C0.624575 6.62037 1.15734 7.49874 1.86144 8.23847C3.06923 9.55817 4.55985 10.3582 6.17393 10.8727C6.70737 11.0424 7.28245 11.0424 7.81589 10.8727C9.43239 10.3578 10.9299 9.55866 12.1379 8.23822C12.8423 7.49862 13.3753 6.62029 13.7008 5.66266C14.0485 4.61211 14.0941 3.48886 13.8326 2.41486C13.7001 1.91912 13.4504 1.46043 13.1034 1.07543C12.7564 0.690437 12.3218 0.389806 11.8342 0.197556C11.2929 -0.0291702 10.2249 -0.0643755 9.56858 0.110783C8.46847 0.403209 7.5561 0.972194 6.99949 1.76952Z' fill='%23FC6203'/%3E%3C/svg%3E");
                    background-size: contain;
                    background-repeat: no-repeat;
                    vertical-align: middle;
                    margin-right: 0.75em;
                    margin-bottom: 0.1em;
                }

            }

            .icon-price {
                position: relative;

                &::before {
                    content: "";
                    display: inline-block;
                    width: 20px;
                    height: 21px;
                    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.20215C15.2342 1.20215 19.4618 5.37308 19.4619 10.5C19.4619 15.627 15.2343 19.7988 10 19.7988C4.76572 19.7988 0.538086 15.627 0.538086 10.5C0.538156 5.37308 4.76577 1.20215 10 1.20215Z' fill='%23929292' stroke='%23929292' stroke-width='1.07547'/%3E%3Cpath d='M7.31455 6.66406C7.51916 6.66406 7.71194 6.75997 7.83535 6.92317L10.1272 9.95374L12.4066 6.92408C12.5298 6.76036 12.7228 6.66406 12.9277 6.66406C13.4656 6.66406 13.7721 7.27879 13.4484 7.70845L11.2372 10.6434H12.4493C12.7628 10.6434 13.0169 10.8975 13.0169 11.211C13.0169 11.5245 12.7628 11.7786 12.4493 11.7786H10.8161V12.511H12.4432C12.76 12.511 13.0169 12.7679 13.0169 13.0847C13.0169 13.4016 12.76 13.6584 12.4432 13.6584H10.8161V14.654C10.8161 15.0345 10.5077 15.3429 10.1272 15.3429C9.74673 15.3429 9.43828 15.0345 9.43828 14.654V13.6584H7.80486C7.48801 13.6584 7.23115 13.4016 7.23115 13.0847C7.23115 12.7679 7.48801 12.511 7.80486 12.511H9.43828V11.7786H7.79875C7.48527 11.7786 7.23115 11.5245 7.23115 11.211C7.23115 10.8975 7.48527 10.6434 7.79875 10.6434H9.01727L6.79423 7.71154C6.46818 7.28153 6.77489 6.66406 7.31455 6.66406Z' fill='white'/%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    background-size: contain;
                    vertical-align: middle;
                    margin-right: 0.75em;
                    margin-bottom: 0.1em;
                }

            }

            .col1 {
                width: 19.5%;
                background: #DFDFDF;
                word-break: keep-all;
            }

            .col2 {
                width: 26.9%;
            }

            .col3 {
                width: 26.7%;
            }

            .col4 {
                width: 26.7%;
            }

            .donate-feature_table-top {
                background-color: #F2F2F2;

                th {
                    text-align: center;
                    vertical-align: middle;
                }

                .col2 {
                    span {
                        font-size: 14px;
                    }
                }
            }

            .donate-feature_table-middle {
                background-color: #F2F2F2;

                th {
                    text-align: center;
                    vertical-align: middle;
                }

                .col2 {
                    span {
                        font-size: 14px;
                    }
                }
            }

            .donate-feature_table-other {
                background-color: #fff;
            }
        }

        .donate-feature_table-more {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 96%;
            height: 200px;
            background: linear-gradient(to bottom,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.5) 30%,
                    rgba(255, 255, 255, 1) 70%,
                    rgba(255, 255, 255, 1) 100%);

            p {
                position: absolute;
                bottom: 20px;
                right: 0;
                left: 0;
                margin: auto;
                width: fit-content;

                &::after {
                    content: "";
                    position: relative;
                    top: 1.5px;
                    display: inline-block;
                    width: 8px;
                    height: 12px;
                    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%206%2010'%3E%3Cpath%20class='cls-1'%20d='M5.5,4.7c0,0,0-.1-.1-.2,0,0,0,0,0,0L.6.5c-.2-.2-.5-.1-.6.1-.1.3,0,.6.2.8l4.2,3.5L.2,8.5c-.2.2-.3.5-.2.8.1.3.4.3.6.1l4.7-3.9s0,0,0,0c0,0,0,0,.1-.2,0,0,0-.2,0-.3,0,0,0-.2,0-.3Z'/%3E%3C/svg%3E");
                    background-size: contain;
                    background-repeat: no-repeat;
                    vertical-align: middle;
                    margin: 0 0 0.3em 0.5em;
                }
            }

            &.hidden {
                display: none;
            }

        }

    }

    .donate-project {
        background: linear-gradient(to right, #FC2403, var(--main-color), #FCA103);

        .donate-project__inner {
            width: 100%;
            margin: 0 auto;
            padding: 80px 0;
        }

        .donate-project_textbox {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .balloon {
            position: relative;
            background: #fff;
            border-radius: 50px;
            padding: 0.25em 1em;
            font-size: min(26px, 4.26vw);
            font-weight: 700;
            color: var(--main-color);

            &::before {
                content: "";
                top: 100%;
                left: 50%;
                border: solid transparent;
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(0, 0, 0, 0);
                border-top-color: #fff;
                border-width: 10px;
                margin-left: -10px;
            }

            &::after {
                content: "";
                top: 100%;
                left: 50%;
                border: solid transparent;
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(0, 0, 0, 0);
                border-width: 10px;
                margin-left: -10px;
            }
        }

        h2 {
            color: #fff;
            font-size: min(4.8rem, 8.53vw);
            font-weight: 900;
            text-align: center;
            margin: 10px auto 40px;
            line-height: 1.4;
        }

        .donate-project__description {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            text-align: center;

            span {
                font-weight: 700;
            }
        }


        .donate-project__slide .splide__arrow {
            background: #fff;
            border: 2px solid rgba(33, 23, 21, 0.5);
            opacity: 1;
            height: 42px;
            width: 42px;
            transition: .2s;
            border-radius: 50%;
            top: 60%;
            z-index: 1;
        }

        .donate-project__slide .splide__arrow--prev {
            left: 4rem;
        }

        .donate-project__slide .splide__arrow--next {
            right: 4rem;
        }

        .donate-project__slide .splide__arrow svg {
            fill: rgba(33, 23, 21, 0.5);
            height: 20px;
            width: 20px;
            border-radius: 10px;
        }

        .donate-project__slide .splide__pagination {
            display: flex !important;
            gap: 10px;
            bottom: -3em;
        }

        .donate-project__slide .splide__pagination__page {
            background: #fff;
            opacity: 0.5;
            width: 10px;
            height: 10px;
            transform: scale(1) !important;
        }

        .donate-project__slide .splide__pagination__page.is-active {
            opacity: 0.8;
        }

    }


    .donate-project__header {
        .donate-project__header-nav {
            width: fit-content;
            margin: 40px auto;
            display: flex;
            gap: 1em;

            .slide-nav-button {
                font-size: min(2rem, 4.26vw);
                font-weight: 600;
                padding: 0.1em 1em;
                border-radius: 2rem;
                border: 1px solid #ccc;
                background: #000;
                color: #fff;
                opacity: 0.7;
                line-height: 1.25;

                &.is-active {
                    background: #fff;
                    border-radius: 2rem;
                    color: #000;
                    opacity: 1;

                }
            }
        }
    }

    @media (max-width: 768px) {

        .donate-about_textbox {
            text-align: left;
        }

        .donate-about_container img {
            width: 100%;
        }

        .donate-feature {
            padding: 60px 20px;
        }

        .donate-feature_container {
            width: 100%;
            flex-direction: column;
            gap: 7vw;
        }

        .donate-feature_table {
            width: 100%;
            gap: 0rem;
            padding: 16px 20px 30px;
        }

        .donate-slide_container .start-category_slide-nav {
            margin: 30px auto;
        }

        .donate-slide_container .start-category_slide-nav .slide-nav-button {
            font-size: 16px;
        }

        .donate-lp h2 {
            font-size: 26px;
        }

        .donate-lp p,
        .donate-nav li a,
        .donate-project .balloon,
        .donate-project p:nth-of-type(2) {
            font-size: 16px;
        }

        .donate-lp .start-gradation_text {
            margin-bottom: 30px;
        }

        .donate-lp .start-about_button_box a {
            font-size: 12px;
        }

        .donate-lp .start-about_banner {
            padding: 0;
        }

        .flow-nav {
            align-items: center;
            padding: 10px 0;
            gap: 10px !important;
        }

        .donate-feature_table {
            .donate-feature_table-heading {
                position: relative;
                gap: 3vw;
                padding-bottom: 1em;

                img {
                    position: relative;
                    bottom: -5.25vw;
                    left: -1vw;
                }
            }

            & .donate-feature_table-body {
                & tr:first-child {
                    th:first-child {
                        border-top-left-radius: 0;
                    }
                }
            }
        }
    }

}


/* start */

/*  --------- はじめるページ --------- */

.pc-none {
    display: none;
}

.sp-none {
    display: inline;
}


/* splide */
.category-slider.is-hidden {
    display: none !important;
}


/* 共通パーツ */
.start-top p,
.start-about p,
.start-reason p,
.start-plan p,
.start-plan li,
.start-voice p,
.start-flow p,
.start-flow dt,
.start-flow dd,
.start-flow span,
.start-but p,
.start-but li,
.start-question p {
    margin-bottom: 0;
    color: #2F1B00;
}

.start-category_message h2,
.start-popup h2,
.start-plan_popup h2 {
    font-weight: 900;
    color: #FC6203;
    text-align: center;
}

.start-category_message h1 span,
.start-category_message h2 span {
    font-size: 30px;
}

.start-section_intro {
    overflow: hidden;
}

.start-section_intro_wrapper {
    background: #F9F9F9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -100px;
    margin-right: -100px;
    padding: 80px 100px 0 100px;
}

.start-category {
    position: relative;
}

.start-subtitle {
    color: #FC6203 !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.start-subtitle::before,
.start-subtitle::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #FC6203;
}

.start-subtitle::before {
    margin-right: 20px;
    transform: rotate(-25deg);
}

.start-subtitle::after {
    margin-left: 20px;
    transform: rotate(25deg);
}

.start-bg_gray {
    background-color: #F2F2F2;
}

.start-bg_lightgray {
    background-color: #F9F9F9;
}

.start-about .text-orange,
.start-reason .text-orange {
    font-size: 18px;
}

.start-img_pc {
    display: block;
}

.start-img_sp {
    display: none;
}

.text-bloodOrange {
    color: #FC2403;
}

.text-gradient01 {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to right,
            #FC2403 0%,
            #FC6203 50%,
            #FCA103 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* トップ */

.start-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.start-top_wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.start-top_img {
    width: 100%;
    object-fit: cover;
}

.start-top_wrapper_sp {
    display: none;
}

.start-top .start-top_wrapper {
    z-index: 2;
}

.start-top .start-top_badge {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.start-top_message {
    margin-top: 6vw;
}

.start-top .blur-first {
    position: absolute;
    top: -8%;
    left: -12%;
    z-index: 1;
}

.start-top .blur-second {
    position: absolute;
    bottom: 0;
    right: -15%;
}

@media (max-width: 768px) {

    .start-top .blur-first {
        width: 200px;
        top: 3%;
        left: 68%;
    }

    .start-top .blur-second {
        width: 300px;
        right: 50%;
        bottom: 20%;
    }
}

.start-top_message h1 {
    font-size: 4.4rem;
    color: #2F1B00;
    font-weight: 900;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}


.start-top_message .text-bloodOrange {
    margin-right: 15px;
}

.start-top_message-sp {
    display: none;
}

.start-top_copy {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.start-top_copy span {
    font-size: 4rem;
    padding-bottom: 7px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(252, 36, 3, 0.4), rgba(252, 98, 3, 0.4), rgba(252, 161, 3, 0.4)) 1;
}

.start-top__title {
    font-size: 4.2rem;
    margin-bottom: 0;
}

.start-top__title .start-top_bubble {
    position: relative;
}

.start-top__title .start-top_bubble img {
    position: absolute;
    top: -90%;
    left: 18%;
}

@media(max-width: 990px) {
    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -6%;
        left: -48%;
    }
}

@media(max-width: 580px) {
    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -67%;
        left: -76%;
    }
}

.start-top__title .font01 {
    font-size: 10rem;
    margin: 0 0.05em;
}

.start-top__title .font02 {
    font-size: 4.8rem;
}

.start-top__title .font03 {
    font-size: 5.6rem;
    word-break: keep-all;
    letter-spacing: -0.05em;
}


.start-top_button {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.start-top_button a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    width: 330px;
    margin: 0;
    background: #CA4F02;
    border-radius: 50px;
    padding: 1.5rem 2rem;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.start-top_button a:after {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

.start-top_button a:nth-of-type(2) {
    background-color: #2DA653;
    color: #FFF;
    border-color: #FFF;
}


.start-top p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
}

.start-top_link {
    color: #000;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.start-top_link:hover {
    color: #000;
    text-decoration: underline;
}

/* カテゴリーセクション */

.coverd-img {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.start-category_section_intro {
    position: relative;
    z-index: 10;
    background-color: #F9F9F9;
}

.start-category_message h2 {
    font-size: 3.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 10px;
    line-height: 0.8;
}

.start-category .start-category_message h2 {
    line-height: 1;
}

.start-category_bg_icon {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1000px;
    z-index: 10;
}

@media (max-width: 1200px) {
    .start-category_bg_icon {
        display: none;
    }
}

.start-category_triangle {
    width: 100%;
    height: 50px;
    background-color: #F9F9F9;
    position: relative;
    clip-path: polygon(0 0,
            100% 0,
            100% 100%,
            calc(50% + 15px) 100%,
            50% calc(100% - 17px),
            calc(50% - 15px) 100%,
            0 100%);
    top: -10px;
    z-index: 1;
}

.start-category_slide_container {
    overflow: hidden;
    position: relative;
    background-color: #CB9F1F;
}

.content-carve {
    background: #F9F9F9;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    bottom: -80px;
}

.start-category_slide {
    position: relative;
    overflow: hidden;
}

.start-category_slide .start-about_splide .splide__arrow {
    top: 50%;
}

.start-category_slide .start-about_splide .splide__arrow--prev {
    left: 12rem;
}

.start-category_slide .start-about_splide .splide__arrow--next {
    right: 12rem;
}

.start-category_slide .splide__pagination {
    position: static;
    margin-top: 30px;
}

.start-category_slide_container .project-card {
    padding: 10px;
}

/* start-category_slide　nav */
.start-category_slide-nav {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px auto 0;
    padding-bottom: 20px;
}

.start-category_slide-nav .slide-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    min-width: 175px;
    padding: 2.8rem 1em;
    line-height: 1;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
    font-weight: bold;
    color: #2F1B00;
    transition: all 0.3s;
    cursor: pointer;
}

.slide-nav-button_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slide-nav-button[data-genre="international"] .slide-nav-button_circle {
    background-color: #FC2603;
}

.slide-nav-button[data-genre="animal"] .slide-nav-button_circle {
    background-color: #F09703;
}

.slide-nav-button[data-genre="education"] .slide-nav-button_circle {
    background-color: #F48503;
}

.slide-nav-button[data-genre="local"] .slide-nav-button_circle {
    background-color: #CB9F1F;
}

.slide-nav-button[data-genre="disaster"] .slide-nav-button_circle {
    background-color: #029EAC;
}

.slide-nav-button[data-genre="food"] .slide-nav-button_circle {
    background-color: #8CA950;
}

.slide-nav-button[data-genre="earth"] .slide-nav-button_circle {
    background-color: #18BBA8;
}

.slide-nav-button[data-genre="welfare"] .slide-nav-button_circle {
    background-color: #FA6C03;
}

.slide-nav-button[data-genre="culture"] .slide-nav-button_circle {
    background-color: #5BB176;
}

.slide-nav-button[data-genre="humanrights"] .slide-nav-button_circle {
    background-color: #02B2B1;
}

.slide-nav-button[data-genre="socialgood"] .slide-nav-button_circle {
    background-color: #0295BC;
}

.start-category_slide-nav .slide-nav-button:hover {
    transform: scale(1.1);
}

.start-category_slide-nav .slide-nav-button.is-active {
    background-color: rgba(47, 27, 0, 0.4);
    color: white;
    border: 2px solid;
}

.start-category_slide-nav .slide-nav-button[data-genre="international"].is-active {
    border-color: #FC2603;
}

.start-category_slide-nav .slide-nav-button[data-genre="animal"].is-active {
    border-color: #F09703;
}

.start-category_slide-nav .slide-nav-button[data-genre="education"].is-active {
    border-color: #F48503;
}

.start-category_slide-nav .slide-nav-button[data-genre="local"].is-active {
    border-color: #CB9F1F;
}

.start-category_slide-nav .slide-nav-button[data-genre="disaster"].is-active {
    border-color: #029EAC;
}

.start-category_slide-nav .slide-nav-button[data-genre="food"].is-active {
    border-color: #8CA950;
}

.start-category_slide-nav .slide-nav-button[data-genre="earth"].is-active {
    border-color: #18BBA8;
}

.start-category_slide-nav .slide-nav-button[data-genre="welfare"].is-active {
    border-color: #FA6C03;
}

.start-category_slide-nav .slide-nav-button[data-genre="culture"].is-active {
    border-color: #5BB176;
}

.start-category_slide-nav .slide-nav-button[data-genre="humanrights"].is-active {
    border-color: #02B2B1;
}

.start-category_slide-nav .slide-nav-button[data-genre="socialgood"].is-active {
    border-color: #0295BC;
}


.start-category_slide .is-hidden {
    display: none;
}

.start-category_slide .is-active {
    display: block;
}

.start-category_name {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    padding: 40px 0;
}

.start-category_name span {
    border: 2px solid #fff;
    padding: 10px 30px;
    margin: 0 15px;
}

.start-category_slide .default-color {
    color: #FC6203;
}


/* アバウトセクション */

.start-reason .start-section_intro_wrapper,
.start-voice .start-section_intro_wrapper,
.start-flow .start-section_intro_wrapper,
.start-but .start-section_intro_wrapper,
.start-question .start-section_intro_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-about,
.start-reason,
.start-plan_section,
.start-voice,
.start-but {
    background-color: #F9F9F9;
}

.start-plan {
    background-color: #F2F2F2;
}

.start-about {
    padding-bottom: 50px;
}

.start-about_content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

.start-about_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.start-about .start-category_message p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #FC6203;
    margin-bottom: 7px;
}

.start-about .start-category_message h2 {
    font-size: 4.6rem;
    text-align: left;
}

.start-about_wrapper h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #2F1B00;
    margin: 50px 0 40px;
    line-height: 1.4;
}

.start-about_wrapper h3:nth-of-type(2) {
    display: none;
}

.start-about_wrapper_text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}

.start-about_wrapper_text span {
    font-weight: 700;
    background: linear-gradient(transparent 60%, rgba(253, 121, 14, 0.3) 40%);
}

.start-about_button_box p {
    color: #2F1B00;
    font-weight: 500;
}

.start-about_button_box a,
.start-about_more {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}

.start-about_button_box .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #2F1B00;
    line-height: 1;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 3px;
}

.start-about .start-about_button_box .start-about_more:nth-of-type(2) .icon-arrow-right {
    transform: translateX(-25%) rotate(135deg);
}

.start-about_button_box .start-about_more:nth-of-type(2) {
    padding-top: 15px;
}

.start-about_button_box .icon-arrow-right::before,
.start-about_button_box .icon-arrow-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.start-about_button_box .icon-arrow-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.05em;
}

.start-about_button_box .icon-arrow-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.05em;
}

.start-about_button_box .icon-circle {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.start-about_button_box .icon-circle>span {
    width: 52%;
    height: 0.02em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.start-about_button_box .icon-circle>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-about-img_pc {
    width: 40%;
    max-width: 420px;
}

.start-about-img_sp {
    display: none;
}

.start-category_slide .splide__arrow {
    background: #fff;
    border: 2px solid rgba(33, 23, 21, 0.5);
    opacity: 1;
    height: 42px;
    width: 42px;
    transition: .2s;
    border-radius: 50%;
    top: 60%;
    z-index: 1;
}

.start-category_slide .splide__arrow--prev {
    left: 4rem;
}

.start-category_slide .splide__arrow--next {
    right: 4rem;
}

.start-category_slide .splide__arrow svg {
    fill: rgba(33, 23, 21, 0.5);
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

.start-category_slide .splide__pagination {
    display: flex !important;
    gap: 10px;
    bottom: -3em;
}

.start-category_slide .splide__pagination__page {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.start-category_slide .splide__pagination__page.is-active {
    opacity: 0.8;
}

.start-category .category-slider .slide-card {
    margin: auto;
    width: 100%;
}

/* ポップアップ */
.start-popup {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
}

.popup-moreBtn {
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    padding: 5px 20px;
    border: 0;
}

.popup-moreBtn_sp {
    display: none;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.mypage_section-set {
    min-height: 660px;
}

.image-upload-modal-button {
    width: 142px;
    height: 33px;
    border: 0.5px solid #000000CC;
    font-family: Noto Sans JP;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 23.17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #FFFFFF;
    padding: 5px 14px;
}

.image_sort_modal_back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.start-popup.show,
.start-plan_popup.show {
    visibility: visible;
    opacity: 1;
    z-index: 11;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

.start-popup {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    width: 700px;
    margin: auto;
    z-index: 20;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start-popup .start-popup_subtitle {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #FC6203;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-popup .start-popup_innerbox {
    padding: 10px 40px 20px;
}

.start-popup .start-popup_innerbox img {
    max-width: 350px;
    display: block;
    margin: auto;
}

.start-popup h2 {
    font-size: 2rem;
    margin: 15px auto 10px;
}

.start-popup p {
    color: #211715;
    font-weight: 500;
    text-align: center;
    font-size: 1.6rem;
}

.start-popup_line_sp {
    display: none;
}

.start-popup_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.start-popup_navi_middle {
    justify-content: flex-end;
    gap: 30px;
}

.start-popup_navi .start-popup_pagination ul {
    display: flex;
    gap: 20px;
}

.start-popup_navi_middle .start-popup_pagination {
    margin-right: auto;
}

.start-popup_navi .start-popup_pagination ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.2;
}

.start-popup_navi .start-popup_pagination ul li.active {
    opacity: 0.5;
}

.start-popup_navi .start-popup_next,
.start-popup_navi .start-popup_prev {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.start-popup_navi .start-popup_next:hover,
.start-popup_navi .start-popup_prev:hover {
    opacity: 0.6;
}

.start-popup_navi .start-popup_next p,
.start-popup_navi .start-popup_prev p,
.start-popup_navi .start-popup_next .icon-arrow-right,
.start-popup_navi .start-popup_prev .icon-arrow-right {
    color: #FC6203;
    font-size: 1.4rem;
}

.start-popup_navi .start-popup_prev .icon-arrow-right {
    transform: translateX(-25%) rotate(225deg);
}

.start-but_checkbox .checkbox,
.start-plan_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    background-color: rgba(253, 121, 14, 0.8);
    border-radius: 1px;
    box-sizing: content-box;
    margin-right: 10px;
}

.start-plan_checkbox {
    background-color: rgba(0, 0, 0, 0.25);
}

.start-but_checkbox .checkbox>span,
.start-plan_checkbox>span {
    width: 0.58em;
    height: 0.3em;
    border: 0.15em solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1px;
}

.start-popup a {
    color: #000;
    text-decoration: underline;
}

.start-popup_close_btn,
.start-plan_popup_close_btn {
    position: absolute;
    bottom: -30px;
    left: 45%;
    color: #fff;
}

.popup_close_btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    margin-left: 5px;
}

.popup_close_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

/* 3つの理由セクション */

.start-reason .start-section_intro_wrapper,
.start-voice .start-section_intro_wrapper,
.start-but .start-section_intro_wrapper {
    background: #F2F2F2;
}

.start-category_message h2 span {
    font-size: 7.4rem;
}

.start-reason_card_section {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    padding: 80px 20px 60px;
    height: auto;
    overflow: visible;
    position: relative;
}

.start-reason_navi {
    flex-basis: 35%;
}

.start-reason_navi ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
    position: sticky;
    top: 200px;
}

.start-reason_navi ul li {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.start-reason_navi ul li a {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.start-reason_navi ul li p {
    font-size: 2rem;
    color: #2F1B00;
    font-weight: 700;
    margin: 0 auto;
}

.start-reason_navi ul li:hover {
    border-color: #FC6203;
}

.start-reason_navi ul li:hover p,
.start-reason_navi ul li:hover .icon-arrow-right {
    color: #FC6203;
}

.start-reason_navi li.is-active {
    border-color: #FC6203;
}

.start-reason_navi li.is-active p,
.start-reason_navi li.is-active .icon-arrow-right {
    color: #FC6203;
}

.start-reason_card_box {
    flex-basis: 60%;
}

.start-reason_card {
    background-color: #fff;
    border: 2px solid #FC6203;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 20px auto 60px;
    scroll-margin-top: 150px;
}

.start-reason_card:nth-of-type(2),
.start-reason_card:nth-of-type(3) {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.9);
    opacity: 0;
}

.start-reason_card:nth-of-type(2).is-active,
.start-reason_card:nth-of-type(3).is-active {
    transform: scale(1);
    opacity: 1;
}

.start-reason_card_number {
    color: #fff !important;
    font-family: 'Bebas Neue';
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    background: linear-gradient(to right, #FC6203, #FCA103);
    border-radius: 50px;
    padding: 5px 30px;
    position: absolute;
    top: -23px;
}

.start-reason_card .balloon {
    color: #2F1B00;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.start-reason_card .balloon::before,
.start-reason_card .balloon::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #2F1B00;
}

.start-reason_card .balloon::before {
    margin-right: 10px;
    transform: rotate(-25deg);
}

.start-reason_card .balloon::after {
    margin-left: 10px;
    transform: rotate(25deg);
}

/* .start-reason .balloon {
    position: relative;
    background: #FD790E;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.start-reason .balloon:after,
.start-reason .balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.start-reason .balloon:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-left: -10px;
}

.start-reason .balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FD790E;
    border-width: 10px;
    margin-left: -10px;
} */

.start-reason_underline {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    color: #2F1B00;
}

.start-reason_card_text p {
    font-size: 18px;
    font-weight: 500;
}

.start-reason_card_text .start-about_button_box {
    display: none;
}

.start-reason .small-text {
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto;
}

.start-about_button_box p {
    font-size: 16px;
    margin-bottom: 0;
}

.start-reason_card_img {
    width: 450px;
}

.start-reason_reference {
    font-size: 10px !important;
    font-weight: 300 !important;
}

.start-reason_option {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 1100px;
    margin: auto;
    padding: 0 40px 30px 40px;
}

.start-reason_option_bg {
    padding-bottom: 60px;
}

.start-plan_option {
    background-color: #fff;
    margin-top: 60px;
}

.start-reason_option_heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.start-reason_option_heading p {
    font-size: 18px;
    font-weight: 500;
}

.start-reason_option_accordion {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.start-reason_option_card {
    width: 326px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px 0;
    overflow: hidden;
}

.start-reason_option_card_sp,
.start-reason_option_card_sp_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.start-reason_option_card_sp {
    gap: 10px;
}

.start-reason_option_accordion .start-reason_option_card_2nd:nth-of-type(2) {
    padding-top: 25px;
}

.start-reason_option_accordion .start-reason_option_card_2nd:nth-of-type(2)>img {
    padding-bottom: 7px;
}

.start-reason_option_card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.start-reason_option_card_title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* アコーディオンコンテンツ */

.accordion-icon-circle {
    display: inline-block;
    vertical-align: middle;
    color: #FD790E;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.accordion-icon-circle_sp {
    display: none;
}

.accordion-icon-circle>span {
    width: 60%;
    height: 0.15em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.accordion-icon-circle>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-reason_accordion_content {
    width: 100%;
    padding: 0 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.start-reason_option_card.active .start-reason_accordion_content {
    max-height: 150px;
}

.start-reason_option_card.active .accordion-icon-circle span::before {
    transform: rotate(0deg);
}

.start-reason_accordion_inner {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.start-reason_accordion_inner img {
    padding: 15px 30px;
}

.start-reason_accordion_inner .text-orange {
    font-size: 15px;
}

.accordion_inner_second {
    padding-top: 15px;
}

/* プランセクション */

.start-plan .start-category_message h2,
.start-question .start-category_message h2 {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.start-plan_section {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 40px;
}

.start-plan_own,
.start-plan_together {
    width: 530px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.start-plan_own:hover,
.start-plan_together:hover {
    transform: scale(1.05);
}

.start-plan_own {
    border: 2.5px solid #FC6203;
    background-color: #fff;
}

.start-plan_together {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
    padding: 2.5px;
}

.start-plan_early {
    width: min(1100px, 100%);
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
    border: 2.5px solid #A1A1A1;
}

.start-plan_together .start-plan_badge {
    position: absolute;
    top: -2px;
    left: -2px;
}

.start-plan_own h3,
.start-plan_together h3,
.start-plan_early h3 {
    color: #fff;
    font-weight: 900;
    background-color: #FC6203;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-plan_together h3 {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
}

.start-plan_early h3 {
    background-color: #A1A1A1;
}

.start-plan_own_box {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.start-plan_innerbox {
    display: flex;
    flex-direction: column;
    padding: 13px 0 20px;
    width: 385px;
    margin: auto;
}

.start-plan_early .start-plan_innerbox {
    width: 760px;
}

.start-plan_early .start-plan_innerbox_second {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
}

.start-plan_early .start-plan_innerbox_second p:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.start-plan_innerbox_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.start-plan_early .start-plan_innerbox_top p {
    font-size: 20px;
    font-weight: 900;
}

.start-plan_innerbox_top_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.start-plan_innerbox_top_inner .start-about_button_box,
.start-plan_innerbox_top .start-about_button_box {
    display: flex;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}

.start-plan_innerbox_top .start-about_button_box {
    gap: 15px;
}

.start-plan_innerbox_top_inner .start-about_button_box p {
    color: #2F1B00 !important;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right {
    width: 0.8em;
    height: 0.8em;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::before,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right::before {
    height: 0.1em;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::after,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right::after {
    width: 0.15em;
}

.start-plan_innerbox_top_inner p {
    font-size: 32px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.3;
}

.start-plan_own .start-plan_innerbox_top_inner p:nth-of-type(2) {
    color: #2F1B00;
}

.start-plan_together .start-plan_innerbox_top_inner p:nth-of-type(1) {
    color: #FC6203;
}

.start-plan_innerbox_top_inner .dollar_mark,
.start-plan_early .start-plan_innerbox_second .dollar_mark {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 50%;
    padding: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-plan_own .start-plan_innerbox_top_inner .dollar_mark {
    background-color: #2F1B00;
}

.start-plan_together .start-plan_innerbox_top_inner .dollar_mark {
    background-color: #FC6203;
}

.start-plan_early .start-plan_innerbox_second .dollar_mark {
    background-color: #A1A1A1;
}

.start-plan_together .start-plan_innerbox_top_inner span:nth-of-type(2) {
    color: #FC6203;
    font-size: 16px;
}

.start-plan_together .start-plan_innerbox_top_inner p:nth-of-type(2) {
    font-size: 13px;
    font-weight: 300;
}

.start-plan_innerbox ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 380px;
    padding: 15px 0;
    margin-top: 15px;
}

.start-plan_innerbox li,
.start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 500;
}

.start-plan_checkbox_last {
    display: flex;
    align-items: center;
}

.start-plan_checkbox_last .start-plan_etc {
    margin-left: auto;
}

.start-plan_innerbox .start-plan_etc {
    opacity: 0.6;
}

.start-voice_plan p:nth-of-type(2) {
    opacity: 0.8;
}

.start-plan_innerbox .start-plan_tip p:nth-of-type(1),
.start-voice_plan p:nth-of-type(1) {
    color: #fff;
    font-weight: 500;
    display: inline;
    padding: 3px 10px;
    border-radius: 50px;
}

.start-plan_own .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
    background-color: #FC6203;
}

.start-plan_together .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
    background: linear-gradient(to right, #FC6203, #FCA103);
}

.start-plan_tip p:nth-of-type(1) {
    font-size: 1.6rem;
}

.start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 1.6rem;
}

.start-plan_caution {
    background: #F5F5F5;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    gap: 15px;
}

.start-plan_plus {
    text-align: center;
    margin: auto;
    padding: 30px 0;
}

.start-plan_dil-plus {
    display: inline-block;
    vertical-align: middle;
    color: #A1A1A1;
    line-height: 1;
    width: 2em;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.3em;
    position: relative;
}

.start-plan_dil-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-plan_early .start-plan_innerbox_second p:nth-of-type(1) {
    margin-bottom: 5px;
    font-weight: 500;
}

/* ポップアップ */
.start-plan_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    width: 1150px;
    overflow: auto;
    max-height: 380px;
    margin: auto;
    z-index: 20;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

.start-plan_popup h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.start-plan_popup_box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 25px;
}

.start-plan_popup_innerbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.start-plan_own_popup .start-plan_popup_innerbox {
    width: min(333px, 100%);
}

.start-plan_together_popup .start-plan_popup_innerbox {
    width: min(380px, 100%);
}

.start-plan_popup_innerbox h3 {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}

.start-plan_own_popup .start-plan_popup_innerbox h3 {
    background-color: #50BCE7;
}

.start-plan_together_popup .start-plan_popup_innerbox h3 {
    background-color: #FD790E;
}

.start-plan_popup_innerbox p {
    font-weight: 500;
    font-size: 16px;
}

.start-plan_popup_innerbox .text-orange {
    font-size: 16px;
}

.start-plan_option .start-reason_option_card {
    width: 450px;
    background-color: #fff;
}

.start-plan_option .start-reason_option_card img {
    height: 74px;
}

.start-reason_accordion_inner p {
    line-height: 1.5;
}

/* 利用者の声セクション */

.start-voice {
    position: relative;
    overflow: hidden;
}

.start-voice .blur-first {
    position: absolute;
    top: -2%;
    left: -10%;
    width: 400px;
}

.start-voice .blur-second {
    position: absolute;
    bottom: -5%;
    right: -12%;
    width: 400px;
}

.start-flow .blur-second {
    display: none;
}



@media(max-width: 768px) {
    .start-voice .blur-first {
        top: -4%;
        left: -23%;
        width: 200px;
    }

    .start-voice .blur-second {
        display: none;
    }

    .start-flow .blur-second {
        display: block;
        position: absolute;
        top: -3%;
        right: -15%;
        width: 200px;
    }
}

.start-voice .start-category_message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.start-voice .balloon {
    position: relative;
    background: #fff;
    width: 287px;
    border-radius: 50px;
    padding-bottom: 5px;
    color: #FC6203;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    text-align: center;
    border: 3px solid #FC6203;
    line-height: 1.2;
}

.start-voice .balloon span {
    font-size: 4.8rem;
    vertical-align: sub;
    padding: 0 10px;
}

.start-voice .balloon:after,
.start-voice .balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.start-voice .balloon:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-left: -10px;
    border-top-color: #FC6203;
}

.start-voice .balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FC6203;
    border-width: 10px;
    margin-left: -10px;
}

.start-voice_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.start-voice_section_sp {
    display: none;
}

.start-voice_box {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 60px;
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #FC6203;
}

.start-voice_box_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 18%;
}

.start-voice_box_profile p:nth-of-type(1) {
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
}

.start-voice_box_profile p:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-voice_box_profile .customer_img {
    width: 100px;
    margin-bottom: 20px;
}

.start-voice_box:nth-of-type(1) {
    margin-top: 50px;
}

.start-voice_box:nth-of-type(3) {
    margin-bottom: 50px;
}

.start-voice_innerbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-basis: 77%;
}

.start-voice_plan {
    display: flex;
    align-items: center;
    gap: 10px;
}

.start-voice_subtitle {
    font-size: 2.4rem;
    font-weight: 700;
}

.start-voice_content {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-voice_innerbox .start-about_button_box {
    margin-left: auto;
}

.start-voice_innerbox .start-about_button_box p {
    font-weight: 400;
    font-size: 1.5rem;
}

.start-read-more_box {
    display: none;
}

/* フローセクション */

.start-flow {
    position: relative;
    overflow: hidden;
}

.start-flow .start-about_icon {
    width: 178px;
}

.start-folw_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.start-flow_box {
    padding-left: 0;
    max-width: 800px;
}

.start-flow_box>li {
    list-style-type: none;
    position: relative;
    padding-left: 100px;
}

.start-flow_box>li:not(:last-child) {
    padding-bottom: 10px;
}

.start-flow_box>li .start-flow_icon {
    width: 60px;
    height: 60px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
    font-family: "Bebas Neue", "Noto Sans JP";
    font-weight: 300;
    font-size: 36px;
}

.start-flow_icon1 {
    background-color: #FFB54D;
}

.start-flow_icon2 {
    background-color: #FD790E;
}

.start-flow_icon3 {
    background-color: #F35B0E;
}

.start-flow_box>li:not(:last-child)::before {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.start-flow_box>li:nth-child(1)::before {
    background: linear-gradient(180deg, #FFB54D, #FD790E);
}

.start-flow_box>li:nth-child(2)::before {
    background: linear-gradient(180deg, #FD790E, #F35B0E);
}

.start-flow_box>li dl dt {
    font-size: 24px;
    font-weight: 700;
}

.start-flow_box>li dl,
.start-flow_box>li dl dt {
    margin-bottom: 10px;
}

.start-flow_box>li:not(:first-child) dl dt {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.start-flow_box>li dl dt img {
    margin-right: 10px;
}

.start-flow_box>li dl dd {
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
}

.start-flow_link_box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 10px 20px 10px 0;
    margin-top: 10px;
}

.start-flow_link_box .start-about_button_box p {
    font-size: 1.4rem;
}

.start-flow_date {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-flow_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
    padding: 40px 0 80px;
}

.start-folw_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 25px solid #F2580D;
    border-bottom: 0;
}

.start-flow_caption p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.start-flow_caption span {
    font-size: 14px;
}

/* だけどセクション */

.start-but_text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0 30px;
}

.start-but_checkbox ul {
    border: 2px solid #FD790E;
    border-radius: 10px;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 15px;
    width: 800px;
    background-color: #fff;
}

.start-but_checkbox ul li {
    font-size: 18px;
    font-weight: 500;
    width: 730px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 0 10px 220px;
}

.start-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 40px auto 0;
    padding-bottom: 60px;
}

.start-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 800px;
    border-radius: 10px;
    background-color: #fff;
}

.start-banner p {
    font-weight: 500;
    font-size: 1.8rem;
}

.start-but .start-top_button-blue {
    background: #2DA653;
    color: #fff;
    padding-left: 25px !important;
    border-color: #FFF;
}

.start-but .start-top_button-blue:after {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

/* 質問セクション */

.start-question .start-section_intro_wrapper p {
    color: #FD790E;
    font-size: 24px;
    font-weight: 500;
}

.start-question_container {
    display: flex;
    gap: 60px;
    justify-content: center;
    width: 85%;
    max-width: 1100px;
    margin: auto;
}

.start-question_container ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
}

.start-question_container .start-reason_option_card p {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
}

.start-question .start-reason_option_card {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: unset;
    padding: 0;
}

.start-question_qbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 5px;
}

.start-question_q {
    display: flex;
    align-items: center;
    gap: 15px;
}

.start-question_q::before {
    color: #FD790E;
    content: "Q";
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
}

.accordion-icon-arrow_bottom {
    display: inline-block;
    vertical-align: middle;
    color: #211715;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid currentColor;
    border-radius: 0.1em;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    padding-left: 8px;
}

.start-reason_option_card.active .accordion-icon-arrow_bottom {
    transform: rotate(315deg);
}

.start-question_a {
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.start-question_a::before {
    color: #50BCE7;
    content: "A";
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
}

.start-qa-more_box {
    display: none;
}

/* 資料請求フォーム */

.start-form__wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10rem;
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
}

.start-form__title {
    margin: 0 auto 20px;
}

.start-form__title p {
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: fit-content;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 900;
    color: #FC6203;
    padding: 7px 15px;
    border-radius: 2.5rem;
    border: 2px solid #FC6203;
    margin: 0 auto 20px;
}

.start-form__title p:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    color: #FC6203;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.5em 0.3em;
    border-top-color: currentColor;
    border-bottom: 0;
}

.start-form__title h3 {
    width: 100%;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: #FC6203;
}

.start-form__info {
    background: #F9F9F9;
    padding: 15px 80px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.start-form__info p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900;
}

.start-form__info ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
}

.start-form__info ul li {
    width: 46%;
    margin-left: 4%;
    line-height: 1.75;
}

.start-form_area.contactform_area {
    width: 680px;
    padding-bottom: 0;
}

.start-form_area.contactform_area input[type="text"],
.start-form_area.contactform_area input[type="email"],
.start-form_area.contactform_area input[type="tel"],
.start-form_area.contactform_area select {
    width: 680px;

}

.start-form_area.contactform_area textarea {
    width: 680px;
}

.start-form_area button.contactform_area_submit {
    position: relative;
    width: 330px;
    height: auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    background: #FC6203;
    border-radius: 50px;
    padding: 1.5rem 1.5rem 1.5rem 0;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px) {
    .start-form_area button.contactform_area_submit {
        padding: 1rem 1rem 1rem 0;
        font-size: 1.8rem;
        width: 300px;
    }
}



.start-form_area button.contactform_area_submit::after {
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media(max-width: 768px) {
    .start-form_area button.contactform_area_submit::after {
        width: 22px;
        height: 22px;
    }
}

.contactform_area-privacy a {
    color: #000;
}

/* はじめるページフッター */

.start-footer_context {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 0;
}

.start-footer_context h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
}

.start-but h2:nth-of-type(2),
.start-footer_context h2:nth-of-type(2) {
    display: none;
}

.manual-break br {
    display: none;
}

.start-footer_context p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.6;
    font-weight: 700;
    font-size: 1.8rem;
}

.start-footer_context p:last-child {
    margin-bottom: 0;
}

.start-footer_context .start-top_button {
    margin-top: 0;
}

.start-footer_context .start-top_button a {
    background: #fff;
    color: #FC6203;
    padding: 1rem 0 1rem 70px;
    border: 2px solid #FC6203;
    box-shadow: none;
}

.start-footer_context .start-top_button a:after {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="%23FC6203"/></svg>');
}

.start-footer_intro {
    position: relative;
    margin-bottom: 400px;
}

.splide-intro .splide__track {
    width: 100%;
}

@media (max-width: 768px) {
    .start-footer_intro {
        margin-bottom: 430px;
    }

    .splide-intro .splide__slide {
        height: 354px;
    }
}

.splide-intro .splide__slide img {
    width: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

    .splide-intro .splide__slide .intro-slide-image-pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .splide-intro .splide__slide .intro-slide-image-sp {
        display: none;
    }
}

.start-footer_intro-content {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.start-footer_intro-content-inner {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 3px solid #FC6203;
    max-width: 1100px;
    width: 100%;
}

@media (max-width: 768px) {
    .start-footer_intro-content {
        top: 314px;
        max-width: 335px;
    }

    .start-footer_intro-content-inner {
        position: relative;
        padding: 100px 30px 40px;
        width: 100%;
    }
}

.start-footer_intro-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start-footer_message_pc {
    max-width: 763px;
}

.start-footer_message_sp {
    display: none;
}

@media (max-width: 768px) {
    .start-footer_message_pc {
        display: none;
    }

    .start-footer_message_sp {
        display: block;
        max-width: 274px;
    }
}

.start-footer_intro-content-wrap .intro-achieve {
    margin: 0 auto;
}

.start-footer_intro-content-wrap .intro-achieve img {
    max-width: 130px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .start-footer_intro-content-wrap .intro-achieve img {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 110px;
    }
}

.start-footer_intro-content .start-top_button {
    margin-top: 40px;
}

.start-footer_endsection {
    margin: 60px auto 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}


.start-index_button {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    bottom: -100px;
    width: 100%;
    transition: bottom 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.start-index_button.is-visible {
    bottom: 0;
}

.start-index_button.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.start-index_button .start-top_button {
    justify-content: center;
    margin-top: 0;
}

.start-index_button .start-index_button_img {
    position: absolute;
    left: 15%;
    top: -10%;
}

.start-top_button_sp {
    display: none;
}

.donate-lp .fade-in {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
    transition: opacity 1.2s ease, transform 1.5s ease;
}

.donate-lp .fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.start-flow .start-top_button a:nth-child(1),
.start-footer_intro-content .start-top_button a:nth-child(1) {
    padding-left: 80px;
}

@media (min-width: 1440px) {

    .start-popup,
    .start-plan_popup {
        top: 55%;
        max-height: 700px;
    }
}

@media (max-width: 1299px) {

    .start-category_slide_container .slide-card,
    .start-category_slide_container .project-card {
        width: 285px;
        padding: 10px;
    }

    .start-reason_card_parallax figure {
        display: none;
    }
}

@media (max-width: 1170px) {
    .start-plan_popup {
        width: 700px;
        max-height: 500px;
    }
}

@media (max-width: 1055px) {

    .start-plan_section {
        flex-direction: column;
        align-items: center;
        margin: auto 20px;
    }
}

@media (max-width: 950px) {

    .start-reason_option_accordion,
    .start-reason_option_accordion {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .pc-none {
        display: inline;
    }

    .sp-none {
        display: none;
    }

    /* 共通パーツ */

    .start-section_intro_wrapper {
        padding: 60px 100px 0 100px;
    }

    .start-subtitle {
        font-size: 1.6rem;
    }

    .start-subtitle::before,
    .start-subtitle::after {
        height: 10px;
    }

    .start-subtitle::before {
        margin-right: 10px;
    }

    .start-subtitle::after {
        margin-left: 10px;
    }

    .start-img_pc {
        display: none;
    }

    .start-img_sp {
        display: block;
    }

    .start-banner-box {
        margin: 40px auto 60px;
    }

    .start-about_button_box p {
        font-size: 1.3rem;
    }

    .start-about,
    .start-reason_option_bg,
    .start-voice_box:nth-of-type(3) {
        padding-bottom: 40px;
    }

    /* トップ */

    .start-top_wrapper_pc {
        display: none;
    }

    .start-top_wrapper_sp {
        display: contents;
    }

    .start-top .start-top_badge {
        width: 100px;
        height: 100px;
        top: 3%;
    }

    /* .start-top_message {
        display: none;
    } */

    .start-top_message h1 {
        font-size: 5.3vw;
        padding-bottom: 5px;
        line-height: 1.2;
    }

    .start-top_copy span {
        font-size: 5.3vw;
    }

    .start-top_bubble h1 {
        font-size: 5.3vw;
        letter-spacing: normal;
        line-height: 1.2;
    }

    .start-top__title .font01 {
        font-size: 14.4vw;
    }

    .start-top__title .font02 {
        font-size: 8.5vw;
    }

    .start-top__title .font03 {
        font-size: 8vw;
    }

    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -67%;
        left: -76%;
    }

    .start-top_bubble img {
        top: 13px;
        left: -18px;
        width: 85px;
    }

    .start-top_button {
        flex-direction: column;
        margin-top: 0;
        gap: 10px;
    }

    .start-top_button a {
        padding: 1rem 0;
        font-size: 1.8rem;
        width: 300px;
    }

    .start-top_button a:after {
        width: 22px;
        height: 22px;
    }

    .start-top p {
        padding: 0 20px;
    }

    .start-top_link {
        color: #000;
        font-size: 1.3rem;
        font-weight: 400;
        display: flex;
        text-decoration: none;
        align-items: center;
        gap: 5px;
    }

    .start-top_link svg {
        padding-top: 2px;
    }

    /* カテゴリー */

    .coverd-img {
        top: -70px;
    }

    .start-category .start-category_message {
        padding-bottom: 30px;
    }

    .start-category_message h2 {
        line-height: 1;
    }

    .start-category .start-category_message h2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }

    .start-category .start-category_message h2:first-of-type {
        font-size: 3.2rem;
    }

    .start-category_slide-nav {
        gap: 8px;
        margin: 0 20px;
    }

    .start-category_slide-nav .slide-nav-button {
        font-size: 1.6rem;
        min-width: 66px;
        padding: 0.5rem 1rem;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .start-category_triangle {
        height: 25px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 10px) 100%, 50% calc(100% - 12px), calc(50% - 10px) 100%, 0 100%);
    }

    .start-category_slide_container {
        padding: 0;
    }

    .start-category_name {
        font-size: 2rem;
        line-height: 1.8;
        padding: 20px 0;
    }

    .start-category_name span {
        padding: 2px 6px 2px 10px;
        margin: 5px;
    }

    .start-category_slide .splide__pagination__page {
        width: 6px;
        height: 6px;
    }

    .default-category_slide_container::before {
        height: 18px;
    }

    .content-carve {
        height: 150px;
        bottom: -50px;
    }

    /* アバウト */

    .start-about_content {
        display: block;
    }

    .start-about .start-category_message p {
        font-size: 2.8rem;
        font-weight: 900;
        text-align: center;
        margin-bottom: 1rem;
    }

    .start-about .start-category_message h2 {
        font-size: 3.2rem;
        letter-spacing: 0;
        text-align: center;
    }

    .start-about_icon {
        height: 120px;
        margin: 20px auto;
    }

    .start-about_wrapper {
        background-color: transparent;
        padding: 20px;
    }

    .start-about_wrapper h3:nth-of-type(1) {
        display: none;
    }

    .start-about_wrapper h3:nth-of-type(2),
    .start-about_wrapper_text {
        display: block;
        text-align: center;
        line-height: 1.5
    }

    .start-about_wrapper h3 {
        font-size: 16px;
        margin: 2rem auto;
    }

    .start-about-img_pc {
        display: none;
    }

    .start-about-img_sp {
        display: block;
        width: 100%;
    }

    .start-about_wrapper_text {
        padding: 20px 0;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .start-about .start-about_button_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .start-about_button_box .start-about_more:nth-of-type(2) {
        padding-top: 0;
    }

    .start-about_button_box a,
    .start-about_more {
        text-decoration: none;
    }

    /* ポップアップ */

    .start-popup {
        width: 300px;
        max-height: 500px;
        top: 55%;
        border-radius: 10px;
    }

    .start-popup h2 {
        width: 100%;
        font-size: 20px;
        margin: 15px auto;
    }

    .start-popup .start-popup_subtitle {
        margin-bottom: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .start-popup p {
        text-align: left;
    }

    .start-popup_line_pc {
        display: none;
    }

    .start-popup_line_sp {
        display: block;
    }

    .start-popup .start-popup_innerbox {
        padding: 15px 20px;
    }

    .start-popup .start-popup_innerbox img {
        max-width: 260px;
    }

    .start-popup_navi .start-popup_pagination ul {
        gap: 10px;
    }

    .start-popup_navi .start-popup_pagination ul li {
        width: 6px;
        height: 6px;
    }

    .popup_close_btn {
        width: 1.2em;
    }

    .start-plan_popup {
        width: 325px;
        height: auto;
        top: 55%;
        padding: 40px 0px 20px;
    }

    .start-plan_popup h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .start-plan_own_popup .start-plan_popup_innerbox,
    .start-plan_together_popup .start-plan_popup_innerbox {
        width: min(285px, 100%);
    }

    .start-plan_popup_box {
        padding-top: 10px;
    }

    .start-plan_popup_innerbox h3 {
        font-size: 15px;
    }

    .start-plan_popup_innerbox p,
    .start-plan_popup_innerbox .text-orange {
        font-size: 14px;
    }

    .start-plan_option .start-reason_option_card {
        width: 285px;
    }

    .start-reason_accordion_inner img {
        width: 100%;
    }

    /* 理由 */

    .start-reason .start-category_message h2,
    .start-plan .start-category_message h2,
    .start-voice .start-category_message h2,
    .start-flow .start-category_message h2,
    .start-but .start-category_message h2,
    .start-question .start-category_message h2 {
        font-size: 3.2rem;
        letter-spacing: 0;
    }

    .start-reason .start-category_message h2 span,
    .start-plan .start-category_message h2 span {
        font-size: 4.2rem;
    }

    .start-reason_card {
        padding: 40px 20px;
        margin: 20px auto 30px;
        border: none;
    }

    .start-reason_card_section {
        flex-direction: column;
        padding: 30px 20px;
    }

    .start-reason_navi ul {
        gap: 10px;
        margin-bottom: 25px;
        position: static;
    }

    .start-reason_navi ul li a {
        padding: 15px 20px;
    }

    .start-reason_navi .start-about_button_box .icon-arrow-right {
        width: 0.6em;
        height: 0.6em;
        transform: translateX(-25%) rotate(135deg);
    }

    .start-reason_card_number {
        padding: 5px 15px;
        font-size: 1.6rem;
        top: -15px;
    }

    .start-reason_card .balloon {
        font-size: 1.4rem;
    }

    .start-reason_card .balloon::before,
    .start-reason_card .balloon::after {
        height: 15px;
    }

    .start-reason_underline {
        font-size: 2.4rem;
    }

    .start-reason_card_img {
        max-width: 300px;
    }

    .start-reason_card_text p {
        font-size: 1.4rem;
    }

    .start-reason .small-text {
        font-size: 1.2rem;
    }

    .start-reason_card_text .start-about_button_box {
        display: block;
    }

    .start-reason_option {
        margin: 0 20px;
        padding: 20px;
    }

    .start-reason_option_card {
        width: 95%;
        margin: auto;
        border-radius: 7px;
        padding: 20px 15px;
    }

    .start-reason_option_heading p {
        font-size: 14px;
    }

    .start-reason_option_card_sp {
        flex-direction: row;
        gap: 10px;
        width: 260px;
        position: relative;
        padding-left: 5px;
    }

    .start-reason_option .start-reason_option_card_sp img {
        width: 55px;
    }

    .start-plan_option .start-reason_option_card_sp img {
        height: 54px;
    }

    .start-reason_option_card_sp_inner {
        align-items: flex-start;
    }

    .start-reason_option_card_title {
        font-size: 16px !important;
    }

    .start-reason_option_card_sp .popup-moreBtn {
        display: none;
    }

    .popup-moreBtn_sp {
        display: block;
    }

    .popup-moreBtn {
        margin-top: 15px;
    }

    /* アコーディオン */

    .accordion-icon-circle_sp {
        display: block;
    }

    .accordion-icon-circle_pc {
        display: none;
    }

    .accordion-icon-circle {
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 1.3em;
        height: 1.3em;
        border: 0.1em solid currentColor;
    }

    .accordion-icon-circle>span {
        height: 0.1em;
    }

    .start-reason_option_card p,
    .start-reason_accordion_inner .text-orange {
        font-size: 13px;
    }

    /* プラン */

    .start-plan .start-category_message h2,
    .start-question .start-category_message h2 {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .start-plan_own,
    .start-plan_together {
        width: calc(100% - 20px);
        max-width: 530px;
        text-decoration: none;
    }

    .start-plan_own h3,
    .start-plan_together h3,
    .start-plan_early h3 {
        font-size: 14px;
    }

    .start-plan_innerbox {
        width: 100%;
        padding: 13px 18px 20px;
    }

    .start-plan_own .start-plan_innerbox_top img,
    .start-plan_together .start-plan_innerbox_top img {
        width: 55px;
    }

    .start-plan_innerbox_top p {
        font-size: 24px;
    }

    .start-plan_innerbox_top_inner a,
    .start-plan_innerbox_top a {
        text-decoration: none;
    }

    .start-plan_innerbox_top_inner .dollar_mark,
    .start-plan_early .start-plan_innerbox_second .dollar_mark {
        width: 17px;
        height: 17px;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 3px;
    }

    .start-plan_innerbox_top .start-about_button_box {
        gap: 10px;
    }

    .start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right,
    .start-plan_innerbox_top .start-about_button_box .icon-arrow-right {
        width: 0.7em;
        height: 0.7em;
    }

    .start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::after,
    .start-plan_innerbox_top .start-about_button_box .icon-arrow-right::after {
        width: 0.1em;
    }

    .start-plan_innerbox ul {
        width: 90%;
        margin: 15px auto 0;
    }

    .start-plan_innerbox li,
    .start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .start-plan_tip {
        padding: 0 10px;
    }

    .start-plan_badge {
        height: 61px;
    }

    .start-plan_early {
        width: 90%;
        margin: auto;
    }

    .start-plan_early .start-plan_innerbox {
        width: 100%;
    }

    .start-plan_early .start-plan_innerbox_second {
        width: 90%;
        margin: 15px auto 0;
    }

    .start-plan_innerbox_top img:nth-of-type(3) {
        height: 20px;
    }

    .start-plan_early .start-plan_innerbox_top p {
        font-size: 18px;
    }

    .start-plan_btn {
        width: 70px;
        height: 70px;
    }

    .start-plan_btn button {
        font-size: 13px;
        padding: 13px;
    }

    .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .start-but_checkbox .checkbox,
    .start-plan_checkbox {
        margin-right: 0.4em;
    }

    .start-plan_caution {
        font-size: 1.2rem;
        gap: 8px;
    }

    /* 実行者の声 */

    .start-voice .start-category_message {
        gap: 20px;
    }

    .start-voice .balloon {
        font-size: 2rem;
        width: 213px;
    }

    .start-voice .balloon span {
        font-size: 4.2rem;
    }

    .start-voice_section_pc {
        display: none;
    }

    .start-voice_section_sp {
        display: flex;
    }

    .start-voice_box:nth-of-type(1) {
        margin-top: 30px;
    }

    .start-voice_box {
        width: 90%;
        padding: 15px 20px;
        flex-direction: column;
        gap: 0;
    }

    .start-voice_box_profile {
        flex-direction: row;
        gap: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .start-voice_box_profile .customer_img {
        width: 70px;
        margin-bottom: 0;
    }

    .start-voice_box_profile p:nth-of-type(1) {
        font-size: 1.8rem;
        font-weight: 700;
        opacity: 1;
        margin-bottom: 5px;
    }

    .start-voice_box_profile p:nth-of-type(2) {
        font-size: 1.3rem;
    }

    .start-voice_innerbox {
        position: relative;
        padding-bottom: 20px;
    }

    .start-voice_plan {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .start-voice_content {
        overflow: hidden;
        /* max-height: 3em; */
        transition: max-height 0.3s ease-in-out;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .start-voice .start-voice_subtitle {
        font-size: 1.6rem;
    }

    .start-voice_innerbox .start-about_button_box {
        margin: 0;
    }

    .start-voice_innerbox .start-about_button_box {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
    }

    .start-voice_innerbox.expanded .start-voice_content {
        max-height: 1000px;
    }

    .start-voice_innerbox.expanded .start-about_button_box {
        max-height: 100px;
    }

    .start-read-more_box {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 5px;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .start-read-more {
        background: none;
        border: none;
        color: #2F1B00;
        cursor: pointer;
        font-size: 1.3rem;
        font-weight: 400;
    }

    .start-read-more_box .accordion-icon-arrow_bottom {
        width: 0.5em;
        height: 0.5em;
        margin-top: 3px;
    }

    .start-voice_innerbox.expanded .accordion-icon-arrow_bottom {
        transform: rotate(315deg);
    }

    /* フロー */

    .start-folw_container {
        padding: 30px 20px 0;
    }

    .start-flow_box>li .start-flow_icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .start-flow_box>li:not(:last-child)::before {
        width: 10px;
        left: 15px;
    }

    .start-flow_box>li {
        padding-left: 50px;
    }

    .start-flow_box>li dl dt img {
        width: 30px;
    }

    .start-flow_box>li dl dt {
        font-size: 18px;
    }

    .start-flow_date {
        font-size: 12px;
    }

    .start-flow_box>li dl dd {
        font-size: 14px;
    }

    .start-flow_link_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .start-flow_caption {
        padding: 20px 0 40px;
    }

    .start-flow_caption p {
        font-size: 18px;
    }

    .start-flow_caption span {
        font-size: 12px;
    }

    .start-flow_caption img {
        height: 120px;
    }

    /* だけど */

    .start-but .start-category_message h2 {
        line-height: 1.2;
    }

    .start-but .start-section_intro {
        padding: 0 20px;
    }

    .start-but .start-but_checkbox,
    .start-but .start-banner-box {
        margin: auto 20px;
    }

    .start-but_text {
        font-size: 14px;
        line-height: 1.5;
        padding: 30px 0 20px;
    }

    .start-but_checkbox ul {
        width: 100%;
        padding: 20px;
    }

    .start-but_checkbox ul li {
        width: 100%;
        font-size: 1.5rem;
        padding: 5px 0;
    }

    .start-but .start-banner {
        width: 100%;
        padding-right: 8px;
    }

    .start-but .start-banner-box {
        gap: 20px;
        padding-bottom: 40px;
    }

    .start-but .start-banner p {
        font-size: 1.4rem;
    }

    /* 質問 */

    .start-question .start-section_intro_wrapper p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .start-question_container {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .start-question_container ul {
        width: 90%;
        margin: auto;
    }

    .start-question_qbox {
        padding: 10px 15px;
    }

    .start-question_q::before,
    .start-question_a::before {
        font-size: 24px;
    }

    .start-question_container .start-reason_option_card p {
        font-size: 1.6rem;
    }

    .start-question_a {
        padding-left: 8px;
    }

    .start-question_container {
        /* max-height: 500px; */
        /* overflow: hidden; */
        transition: max-height 0.4s ease-in-out;
    }

    .start-question_qbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
    }

    .hidden-question {
        display: none;
    }

    .start-qa-more_box {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .start-qa-more {
        background: none;
        border: none;
        font-size: 1.3rem;
        color: #2F1B00;
        font-weight: 400;
        cursor: pointer;
    }

    .start-question_container.expanded {
        max-height: auto;
    }

    .start-qa-more_box .accordion-icon-arrow_bottom {
        margin-left: 5px;
    }

    .start-qa-more_box.expanded .accordion-icon-arrow_bottom {
        transform: rotate(315deg);
    }

    /* 資料請求フォーム */

    .start-form__wrapper {
        padding: 40px 20px;
    }

    .start-form__title p {
        font-size: 1.6rem;
    }

    .start-form__title p:before {
        bottom: -9px;
        border-width: 0.5em 0.4em;
    }

    .start-form__title h3 {
        font-size: 2.4rem;
    }

    .start-form__info {
        padding: 15px 30px;
    }

    .start-form__info ul li {
        width: 100%;
        margin-left: 7%;
        line-height: 1.75;
    }

    .start-form_area.contactform_area {
        width: 325px;
    }

    .start-form_area.contactform_area input[type="text"],
    .start-form_area.contactform_area input[type="email"],
    .start-form_area.contactform_area input[type="tel"],
    .start-form_area.contactform_area select {
        width: 325px;
    }

    .start-form_area.contactform_area textarea {
        width: 325px;
    }


    /* フッター */

    .start-footer_context {
        background: linear-gradient(to top, #FC2403, #FC6203, #FCA103);
        padding: 60px 20px 60px;
    }

    .start-footer_context p {
        font-size: 1.5rem;
    }

    .start-footer_context h2 {
        font-size: 32px;
        text-align: center;
        margin: auto;
        line-height: 1.5;
    }

    .start-but h2:nth-of-type(1),
    .start-footer_context h2:nth-of-type(1) {
        display: none;
    }

    .start-but h2:nth-of-type(2),
    .start-footer_context h2:nth-of-type(2) {
        display: block;
    }

    .manual-break {
        white-space: nowrap;
    }

    .manual-break br {
        display: block;
    }

    .start-footer_context .start-top_button a {
        padding: 1rem 0 1rem 40px;
        width: 250px;
    }

    .start-footer_slider-wrapper_pc {
        display: none;
    }

    .start-footer_slider-wrapper_sp {
        display: flex;
    }

    .start-top_button_pc {
        display: none;
    }

    .start-top_button_sp {
        display: flex;
    }

    .start-index_button {
        padding: 10px 0;
        bottom: -100px;
    }

    .start-index_button .start-top_button {
        flex-direction: row;
    }

    .start-index_button .start-top_button a {
        padding: 8px 0;
        justify-content: center;
        border-width: 2px;
    }

    .start-index_button .start-top_button a:nth-of-type(1) {
        flex-basis: 60%;
        letter-spacing: -0.02em;
    }

    .start-index_button .start-top_button a:nth-of-type(2) {
        flex-basis: 40%;
    }

    .start-index_button .start-top_button a::after {
        content: none;
    }
}

@media (max-width: 365px) {

    .start-plan_own,
    .start-plan_together {
        width: 300px;
        background: #000000B2;
        z-index: 998;
    }
}

.startpage_header_sp {
    display: none;
}

.menu-list-button[data-genre="international"] .slide-nav-button_circle {
    background-color: #FC2603;
}

.menu-list-button[data-genre="animal"] .slide-nav-button_circle {
    background-color: #F09703;
}

.menu-list-button[data-genre="education"] .slide-nav-button_circle {
    background-color: #F48503;
}

.menu-list-button[data-genre="local"] .slide-nav-button_circle {
    background-color: #CB9F1F;
}

.menu-list-button[data-genre="disaster"] .slide-nav-button_circle {
    background-color: #029EAC;
}

.menu-list-button[data-genre="food"] .slide-nav-button_circle {
    background-color: #8CA950;
}

.menu-list-button[data-genre="earth"] .slide-nav-button_circle {
    background-color: #18BBA8;
}

.menu-list-button[data-genre="welfare"] .slide-nav-button_circle {
    background-color: #FA6C03;
}

.menu-list-button[data-genre="culture"] .slide-nav-button_circle {
    background-color: #5BB176;
}

.menu-list-button[data-genre="humanrights"] .slide-nav-button_circle {
    background-color: #02B2B1;
}

.menu-list-button[data-genre="socialgood"] .slide-nav-button_circle {
    background-color: #0295BC;
}

/* スタートページ専用ヘッダー */

.startpage_header {
    position: relative;
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
    gap: 10px;
}

.startpage_header .slide-nav-button_circle {
    width: 6px;
    height: 6px;
}


p.menu-trigger {
    color: #2F1B00;
    opacity: 0.8;
    padding-left: 1.5rem;
    padding-right: 2rem;
    background-color: #F3F3F3;
    cursor: pointer;
    border: 1.5px solid #7D7161;
    border-radius: 5rem;
    width: 213px;
    height: 40px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu-list {
    position: absolute;
    top: 58.5px;
    left: 5%;
    width: 200px;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;

}

.menu-list-button {
    display: flex;
    align-items: center;
    height: 3.3rem;
    gap: 10px;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.categorymenu-container {
    position: relative;
}

.categorymenu-container:hover .menu-list {
    max-height: 500px;
    opacity: 1;
}


.menu-list-button a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 8px;
    width: 100%;
}

.menu-list-button a {
    display: flex;
    align-items: center;
    gap: 8px;
}


.menu-list-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.header_under-bg.hidden {
    transform: translateY(-200%);
}

.header_under-bg {
    transition: transform 0.6s ease-in-out;
}

@media (max-width: 768px) {
    .startpage_header {
        display: none;
    }

    .startpage_header_sp {
        display: flex;
        align-items: center;
        margin: 0 0 0 auto;

    }

    .startpage_header_sp--btn {
        display: flex;
    }

    .header_under-bg {

        top: 35px;


    }

    p.startpage_header_sp--for {
        font-size: 1.2rem;
        display: flex;
        align-items: baseline;
        line-height: unset;
        padding-top: 2px;
        font-weight: 500;
    }

    p.startpage_header_sp--for span {
        font-weight: 700;
        font-size: 14px;
    }

    .menu-list-button img {
        margin: 0 0 0 auto;
    }

    .startpage_header--item .slide-nav-button_circle {
        width: 6px;
        height: 6px;
    }

    .startpage_header--item .menu-list-button {
        width: 240px;
        height: 39px;
        justify-content: space-between;
        border-bottom: 1px solid #0000001A;
        font-family: 'Noto Sans JP';
        font-weight: 500;
    }

    .startpage_header--item .menu-list-button:last-child {
        border-bottom: none;

    }


    ul.menu-list_sp {
        padding-top: 20px;

    }

    .menu-content.startpage_header--item {
        padding-top: 20px;
        box-shadow: inset 0px 4px 15px 0px #00000014;
        margin-top: 87px;

    }

    .menu-btn-overlay.startpage_header--item {
        top: 87px;
    }
}
