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

/* ===== CSS Variables ===== */
:root {
    --main-color: #FC6203;
    --brown-color: #2F1B00;
    --gray-color: #F2F2F2;
    --lightgray-color: #F9F9F9;
    --main-text-color: #2F1B00;
    --blue-color: #02A1A7;
    --white-color: #FFFFFF;
    --bloodOrange-color: #FC2403;

    --gradient-main: linear-gradient(to left, #FCA103 0%, #FC6203 100%);
    --gradient-blue: linear-gradient(90deg, #02A1A7 0%, #02CCC5 100%);
    --gradient-flow1: linear-gradient(180deg, #FFB54D 0%, #FD790E 100%);
    --gradient-flow2: linear-gradient(180deg, #FD790E 0%, #F35B0E 100%);
    --gradient-flow3: linear-gradient(180deg, #02CCC5 0%, #02A1A7 100%);
    --gradient-flow4: linear-gradient(180deg, #02A1A7 0%, #0294BD 100%);
    --gradient-case: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    --gradient-button: linear-gradient(to right, #FC6203, #FCA103);
    --gradient-text: linear-gradient(to right, #FC2403 0%, #FC6203 50%, #FCA103 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);

    --border-radius-small: 0.6rem;
    --border-radius-medium: 1rem;
    --border-radius-large: 2rem;
    --border-radius-pill: 3rem;

    --box-shadow-light: 0 4px 20px rgba(0, 0, 0, 0.1);
    --box-shadow-medium: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    --box-shadow-heavy: 0 4px 16px rgba(0, 0, 0, 0.3);

    --transition-default: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* ===== Base Styles ===== */
body {
    padding-bottom: 120px;
}

.pc-none {
    display: none;
}

.sp-none {
    display: inline;
}

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

    .sp-none {
        display: none;
    }

}

/* ===== Case Study Section ===== */
.case-study-title {
    text-align: center;
    color: #FC6203;
    font-size: 28px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    font-weight: 500;
    line-height: 1.5;
}

/* ===== Utility Classes ===== */
.beginners-bg_gray {
    background-color: var(--gray-color);
}

.beginners-bg_lightgray {
    background-color: var(--lightgray-color);
}

.beginners-contents__wrapper {
    width: min(1100px, 95vw);
    margin: 0 auto;
}

.beginners-contents__title {
    color: var(--main-color);
    font-family: var(--font-zenkaku);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.48;
}

.beginners-img_pc {
    display: block;
}

.beginners-img_sp {
    display: none;
}

.text-bloodOrange {
    color: var(--bloodOrange-color);
}

.text-gradient01 {
    font-size: 2rem;
    font-weight: bold;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {

    .beginners-contents__wrapper {
        width: min(1100px, 90vw);
        padding: 0;
    }

    .tab-container {
        flex-direction: column;
    }

    .manual-break br {
        display: block;
    }

}


/* ===== Accordion Components ===== */
.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;
}

.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;

    &>span {
        width: 60%;
        height: 0.15em;
        background: currentColor;
        border-radius: 0.1em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;

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

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

.accordion_inner_second {
    padding-top: 15px;
}



/* ===== Beginners FV Section ===== */
.beginners-fv {
    padding: 9.5rem 0;

    .beginners-fv__header {
        display: block;
        margin-bottom: 4rem;

        img {
            width: 100%;
        }
    }

    .beginners-fv__title .beginners-contents__wrapper {
        position: relative;
    }

    .beginners-fv__title span {
        position: relative;
        width: fit-content;
        display: block;
        font-size: 2.4rem;
        font-weight: 900;
        padding: 0.1em 1em;
        color: var(--white-color);
        background: var(--main-color);
        margin: 0 auto 2.5rem;
        border-radius: 2em;

        &::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid var(--main-color);
        }
    }

    .beginners-fv__title .beginners-contents__title {
        width: fit-content;
        margin: 0 auto;
        padding-bottom: 3rem;
    }

    .beginners-fv__title-left {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .beginners-fv__title-right {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .beginners-fv__image {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 35rem;

        img {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            margin: auto;
            width: 100%;
        }
    }
}

@media screen and (max-width: 768px) {

    /* FV Section Mobile */
    .beginners-fv {
        padding: 0 0 3rem;
        text-align: center;

        .beginners-fv__header {
            display: block;
            margin-bottom: 0;
        }


        .beginners-fv__title .beginners-contents__wrapper {
            position: relative;
            padding: 3rem 0;
        }

        .beginners-fv__title span {
            font-size: 1.4rem;
            padding: 0.8rem 1.2rem;
            margin-bottom: 2rem;
            border-radius: var(--border-radius-large);
            display: inline-block;
        }

        .beginners-fv__title .beginners-contents__title {
            font-size: 3.2rem;
            line-height: 1.4;
            margin-bottom: 0;
            padding-bottom: 1.5rem;
            margin-top: 0;
            text-align: center;
            letter-spacing: -0.1em;
        }



        .beginners-fv__title-left {
            width: 24vw;
            bottom: 0;
        }

        .beginners-fv__title-right {
            width: 20vw;
            bottom: 0;
        }

        .beginners-fv__image {
            padding-top: 50vw;
            max-height: 250px;
            overflow: hidden;

            img {
                object-fit: cover;
                object-position: center top;
            }
        }
    }
}


/* ===== Beginners About Section ===== */
.beginners-about {
    padding-bottom: 10rem;

    .beginners-contents__wrapper {
        display: flex;
        justify-content: center;
        gap: 6rem;
        margin-bottom: 16rem;

        .beginners-about__image {
            flex: 0 0 416px;
            display: grid;
            align-items: center;
        }

        .beginners-about__contents {
            flex: 1 0 624px;

            .beginners-about__image {
                display: none;
            }
        }
    }

    .beginner-about__title {
        margin-bottom: 6rem;
    }

    .beginner-about__text {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 6rem;
    }

    .beginners-about__comment {
        background: var(--gray-color);
        border-radius: var(--border-radius-medium);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: 6rem;

        &>img {
            flex: 0 0 auto;
        }

        p {
            flex: 1;
            padding-right: 2em;
            margin-bottom: 0;
        }
    }

    .beginners-about__history {
        position: relative;
        padding: 3rem 5rem;
        border-radius: var(--border-radius-large);
        border: 3px solid var(--main-color);

        h3 {
            position: absolute;
            top: -1.5em;
            left: 3rem;
            background: var(--white-color);
            padding: 1.25rem 2em;
        }

        p {
            margin: 0;
        }
    }

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

    .beginners-about_icon {
        width: 178px;
    }

    .text-orange {
        font-size: 18px;
    }
}



@media screen and (max-width: 768px) {

    /* About Section Mobile */
    .beginners-about {
        padding-bottom: 0;

        .beginners-contents__wrapper {
            flex-direction: column;
            gap: 3rem;
            margin-bottom: 8rem;

            &>.beginners-about__image {
                display: none;
            }
        }

        .beginners-about__contents {
            flex: none;
            padding: 3rem 0 4rem;

            .beginners-about__image {
                margin-bottom: 3rem;
                display: block !important;

                img {
                    width: 100%;
                }
            }
        }



        .beginners-about__comment {
            padding: 2rem 1.5rem;

            img {
                width: 60px;
            }

            p {
                padding-right: 0;
                font-size: 1.4rem;
                line-height: 1.6;
            }
        }

        .beginners-about__history {
            padding: 2rem 3rem;
            border-radius: 1.5rem;

            h3 {
                font-size: 1.6rem;
                padding: 1rem 1.5rem;
                left: 2rem;
            }

            p {
                font-size: 1.4rem;
                line-height: 1.6;
            }
        }

        .beginner-about__title {
            font-size: 2.8rem;
            margin-bottom: 3rem;
            text-align: center;

            span {
                font-size: 2.4rem;
            }
        }

        .beginner-about__text {
            font-size: 1.6rem;
            margin-bottom: 3rem;
            text-align: left;
        }
    }

}

/* ===== Beginners Case Section ===== */
.beginners-case {
    background: var(--gradient-case);
    color: var(--white-color);
    padding: 8rem 0;
    text-align: center;
}

.beginners-case__header {
    margin-bottom: 6rem;
}

.beginners-case__badge {
    display: inline-block;
    background: var(--white-color);
    color: var(--main-color);
    padding: 0.8rem 2rem;
    border-radius: var(--border-radius-pill);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.beginners-case__title {
    font-size: 4.8rem;
    font-weight: 900;
    font-family: var(--font-zenkaku);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.beginners-case__description {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
}

.beginners-case__projects {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.beginners-case__projects-header {
    background: var(--white-color);
    border-radius: var(--border-radius-large);
    padding: 4rem 2rem 3rem;
    margin-bottom: 4rem;

    h3 {
        color: var(--main-color);
        font-size: 2.8rem;
        font-weight: 900;
        margin-bottom: 3rem;
    }
}

.beginners-case__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.beginners-case__current-category {
    color: var(--white-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.beginners-case__slider {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}

.beginners-case__more {
    text-align: center;

    a {
        color: var(--white-color);
        font-size: 1.8rem;
        font-weight: 700;
        text-decoration: none;
        border-bottom: 2px solid var(--white-color);
        padding-bottom: 0.5rem;
        transition: opacity 0.3s ease;

        &:hover {
            opacity: 0.8;
        }
    }
}

.category-highlight {
    background: var(--white-color);
    color: var(--main-color);
    padding: 0.5rem 1.5rem;
    border-radius: var(--border-radius-large);
    font-weight: 900;
}

.category-tag,
.slide-nav-button {
    background: var(--gray-color);
    border: none;
    border-radius: var(--border-radius-large);
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--main-text-color);
    cursor: pointer;
    transition: var(--transition-default);

    &.active,
    &.is-active {
        background: var(--main-color);
        color: var(--white-color);
    }

    &:hover {
        background: var(--main-color);
        color: var(--white-color);
    }
}

/* ===== Beginners Category Section ===== */
.beginners-category {
    position: relative;
}

.beginners-category .beginners-category_message h2 {
    font-weight: 900;
    color: var(--main-color);
    text-align: center;
    font-size: 3.8rem;
    font-family: var(--font-zenkaku);
    margin-bottom: 10px;
    line-height: 1;

    span {
        font-size: 7.4rem;
    }
}

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

.beginners-category .beginners-category_triangle {
    width: 100%;
    height: 50px;
    background-color: var(--lightgray-color);
    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;
}

.beginners-category .beginners-category_slide_container {
    overflow: hidden;
    position: relative;
    background-color: #CB9F1F;

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

.beginners-category .content-carve {
    background: var(--lightgray-color);
    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;
}

.beginners-category .beginners-category_slide {
    position: relative;
    overflow: hidden;

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

    .is-hidden {
        display: none;
    }

    .is-active {
        display: block;
    }

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

.beginners-category .beginners-about_splide .splide__arrow {
    top: 50%;

    &.splide__arrow--prev {
        left: 12rem;
    }

    &.splide__arrow--next {
        right: 12rem;
    }
}

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

.beginners-category .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: var(--white-color);
    border-radius: 10px;
    box-shadow: var(--box-shadow-medium);
    font-size: 2rem;
    font-weight: bold;
    color: var(--brown-color);
    transition: var(--transition-default);
    cursor: pointer;

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

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

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

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

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

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

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

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

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

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

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

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

    &:hover {
        transform: scale(1.1);
    }

    &.is-active {
        background-color: rgba(47, 27, 0, 0.4);
        color: var(--white-color);
        border: 2px solid;
    }

    &[data-genre="international"].is-active {
        border-color: #FC2603;
    }

    &[data-genre="animal"].is-active {
        border-color: #F09703;
    }

    &[data-genre="education"].is-active {
        border-color: #F48503;
    }

    &[data-genre="local"].is-active {
        border-color: #CB9F1F;
    }

    &[data-genre="disaster"].is-active {
        border-color: #029EAC;
    }

    &[data-genre="food"].is-active {
        border-color: #8CA950;
    }

    &[data-genre="earth"].is-active {
        border-color: #18BBA8;
    }

    &[data-genre="welfare"].is-active {
        border-color: #FA6C03;
    }

    &[data-genre="culture"].is-active {
        border-color: #5BB176;
    }

    &[data-genre="humanrights"].is-active {
        border-color: #02B2B1;
    }

    &[data-genre="socialgood"].is-active {
        border-color: #0295BC;
    }
}

.beginners-category .beginners-category_name {
    font-family: var(--font-zenkaku);
    font-weight: 900;
    color: var(--white-color);
    font-size: 2.8rem;
    text-align: center;
    padding: 40px 0;

    span {
        border: 2px solid var(--white-color);
        padding: 10px 30px;
        margin: 0 15px;
    }
}

.beginners-category_message,
.beginners-popup,
.beginners-plan_popup {
    h2 {
        font-weight: 900;
        color: var(--main-color);
        text-align: center;
    }
}

.beginners-category_message {

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

.beginners-category_section_intro {
    position: relative;
    z-index: 10;
    background-color: var(--lightgray-color);
}

.beginners-section_intro {
    overflow: hidden;
}


.start-category {
    background: var(--gradient-main);
    position: relative;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10rem;
        left: 0;
        width: 100%;
        height: 18rem;
        background: var(--gradient-main);
        mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .beginners-select {

        .category-tag {
            font-size: 1.2rem;
            padding: 0.8rem 1.5rem;
        }

        .project-card {
            width: 26rem;
            margin: 0 auto;

            &__header {
                padding: 1rem;
            }

            &__org {
                font-size: 1.1rem;
            }

            &__image {
                height: 14rem;
            }

            &__content {
                padding: 1.5rem;
            }

            &__tag {
                font-size: 1.1rem;
                padding: 0.3rem 0.8rem;
            }

            &__title {
                font-size: 1.4rem;
                margin-bottom: 1.2rem;
            }

            &__amount {
                font-size: 1.6rem;
            }

            &__supporters {
                font-size: 1.2rem;
            }

            &__content {
                padding: 1.5rem;
            }

            &__tag {
                font-size: 1.1rem;
                padding: 0.3rem 0.8rem;
                margin-bottom: 0.8rem;
            }

            &__title {
                font-size: 1.4rem;
                margin-bottom: 1.2rem;
            }

            &__amount {
                font-size: 1.6rem;
            }

            &__supporters {
                font-size: 1.2rem;
            }
        }

        .beginners-project-button {
            padding: 1.2rem 1.2rem 1.2rem 2rem;
            margin: 2rem auto 0;
        }

        .beginners-project-button__inner {
            width: 24rem;
        }

        .beginners-project-button__text {
            font-size: 1.8rem;
        }

        /* Start Category Mobile */
        .start-subtitle {
            font-size: 1.6rem;

            &::before,
            &::after {
                height: 10px;
            }

            &::before {
                margin-right: 10px;
            }

            &::after {
                margin-left: 10px;
            }
        }

        .start-category_message h2 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 2rem;

            span {
                font-size: 2.4rem;
            }
        }

        .start-category_slide-nav {
            gap: 8px;
            margin: 30px auto 0;
            padding-bottom: 15px;
        }

        .start-category_slide-nav .slide-nav-button {
            min-width: 140px;
            padding: 2rem 0.8em;
            font-size: 1.6rem;
        }

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

        .start-category_name {
            font-size: 2rem;
            padding: 0 0 1rem;

            span {
                padding: 0.1em 0.5em;
                margin: 0 10px;
                font-size: 1.8rem;
                display: inline-block;
            }
        }

        .start-category_slide .splide__arrow {
            height: 36px;
            width: 36px;

            &--prev {
                left: 1rem;
            }

            &--next {
                right: 1rem;
            }

            svg {
                height: 16px;
                width: 16px;
            }
        }

        .start-category_slide_container .project-card {
            padding: 8px;
            width: 100%;
        }

        .content-carve {
            height: 150px;
            margin-left: -50px;
            margin-right: -50px;
            padding-left: 50px;
            padding-right: 50px;
            bottom: -60px;
        }

        .start-category {
            border-radius: 0;
            padding: 0 1.5rem 10rem;

            &::before {
                content: "";
                display: block;
                position: absolute;
                top: -15vw;
                width: 100%;
                height: 18vw;
                background: var(--gradient-main);
                mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                z-index: 0;
            }
        }

        .start-category_section_intro {
            margin: 0;
            padding: 0;
        }

        .start-subtitle {
            font-size: 1.4rem;
            padding: 0.6rem 1.5rem;
            margin-bottom: 1.5rem;
        }

        .start-category_slider-wrapper {
            padding: 4rem 0 0;
            margin: 0;

            h3 {
                font-size: 2.2rem;
            }
        }
    }

}



/* ===== Beginners Flow Section ===== */
.beginners-flow {
    position: relative;
    background: var(--lightgray-color);

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10rem;
        left: 0;
        width: 100%;
        height: 18rem;
        background: var(--lightgray-color);
        mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        z-index: 0;
    }

    .beginners-about_icon {
        width: 178px;
    }

    h2 {
        position: relative;
        color: var(--main-color);
        text-align: center;
        font-family: var(--font-zenkaku);
        font-size: var(--fontsize-heading);
        font-weight: 900;
        line-height: 1.48;
    }
}


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


.beginners-flow_box {
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;

    li {
        list-style-type: none;
        position: relative;
        padding-left: 100px;
        margin-bottom: 40px;

        &:not(:last-child) {
            &::before {
                content: '';
                width: 6px;
                height: calc(100% + 20px);
                position: absolute;
                top: 60px;
                left: 27px;
                border-radius: 3px;
            }

            &:nth-child(1)::before {
                background: var(--gradient-flow1);
            }

            &:nth-child(2)::before {
                background: var(--gradient-flow2);
            }
        }

        .beginners-flow_icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white-color);
            position: absolute;
            left: 0;
            top: 0;
            font-family: var(--font-bebas), "Noto Sans JP";
            font-weight: 400;
            font-size: 28px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        dl {
            margin-bottom: 0;

            dt {
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 15px;
                line-height: 1.4;
                color: var(--main-text-color);
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 10px;

                img {
                    margin-right: 8px;
                    flex-shrink: 0;
                }
            }

            dd {
                margin-left: 0;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: var(--main-text-color);
                margin-bottom: 15px;

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }

        &:not(:first-child) dl dt {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 25px;
        }
    }
}

.beginners-flow_icon1 {
    background: linear-gradient(135deg, #FFB54D 0%, #FF9F1C 100%);
}

.beginners-flow_icon2 {
    background: linear-gradient(135deg, #FD790E 0%, #E6600A 100%);
}

.beginners-flow_icon3 {
    background: linear-gradient(135deg, #F35B0E 0%, #D4490A 100%);
}

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

    .beginners-about_button_box p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

.beginners-flow_date {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(47, 27, 0, 0.7);
    margin-left: 8px;
}

.beginners-flow_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    p {
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        text-align: center;
        color: var(--main-text-color);
    }

    &>span {
        font-size: 1.4rem;
        color: rgba(47, 27, 0, 0.6);
    }
}

.beginners-flow_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;
    margin: 0 auto;
}


/* ===== Beginners Project Button ===== */
.beginners-project-button {
    width: fit-content;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    background: var(--main-color);
    box-shadow: 0.4rem 0.4rem 2rem rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius-pill);
    outline: 0.25rem var(--white-color) solid;
    outline-offset: -0.25rem;
    justify-content: center;
    align-items: center;
    gap: 1.9rem;
    display: flex;
    margin: 3rem auto 15rem;
    text-decoration: none;
}

.beginners-project-button__inner {
    width: 28.97rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.beginners-project-button__content {
    flex: 1 1 0;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    display: flex;
}

.beginners-project-button__text {
    text-align: center;
    color: var(--white-color);
    font-size: 2rem;
    font-family: var(--font-zenkaku);
    font-weight: 900;
    word-wrap: break-word;
    text-decoration: unset;
}

/* ===== Beginners Question Section ===== */
.beginners-question {
    position: relative;
    background: var(--gray-color);

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10rem;
        left: 0;
        width: 100%;
        height: 18rem;
        background: var(--gray-color);
        mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        z-index: 0;
    }

    h2 {
        position: relative;
        color: var(--main-color);
        text-align: center;
        font-family: var(--font-zenkaku);
        font-size: var(--fontsize-heading);
        font-weight: 900;
        line-height: 1.48;
    }
}

.support-features {
    margin-top: 4rem;

    .beginners-question {
        position: relative;
        background: var(--white-color);

        &::before {
            content: "";
            display: block;
            position: absolute;
            top: -10rem;
            left: 0;
            width: 100%;
            height: 18rem;
            background: var(--white-color);
            mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
            -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
            z-index: 0;
        }

        h2 {
            color: var(--blue-color);

        }

    }
}

/* Question Section  */

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

.beginners-question .beginners-type_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;
}

.beginners-question .beginners-type_option_card.active .accordion-icon-arrow_bottom {
    transform: rotate(315deg);
}

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

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

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

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

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

    &::before {
        color: #FD790E;
        content: "Q";
        font-family: var(--font-bebas), sans-serif;
        font-size: 28px;
    }
}

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

    &::before {
        color: #50BCE7;
        content: "A";
        font-family: var(--font-bebas), sans-serif;
        font-size: 28px;
    }
}

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

@media screen and (max-width: 768px) {

    .beginners-question {
        &::before {
            content: "";
            display: block;
            position: absolute;
            top: -5rem;
            left: 0;
            width: 100%;
            height: 5rem;
            background: var(--gray-color);
            mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            z-index: 0;
        }
    }

    /* Question Section Mobile */
    .beginners-question_container {
        flex-direction: column;
        gap: 0;
        width: 90%;

        ul {
            width: 100%;
        }
    }

    .beginners-question_container .beginners-type_option_card p {
        font-size: 1.6rem;
        margin-right: 15px;
    }

    .beginners-question_qbox {
        padding: 15px 0;
    }

}

/* ===== Beginners Select Section ===== */
.beginners-select {
    position: relative;
    background: var(--lightgray-color);
    padding-bottom: 10rem;
}

.beginners-select__header {
    position: relative;
    margin: 6rem auto;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10vw;
        width: 100%;
        height: 18vw;
        z-index: 0;
        background: var(--lightgray-color);
        mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
    }

    h2 {
        position: relative;
        text-align: center;
        margin-bottom: 0;
    }

    .beginners-contents__subtitle {
        position: relative;
        color: var(--main-color);
        font-size: 2.4rem;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 500;
    }

    .beginners-contents__title {
        font-size: 4.8rem;
        font-weight: bold;
        margin: 0;
    }
}

.tab-container {
    max-width: 1080px;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
}

.tab-button {
    flex: 1;
    padding: 20px;
    border: none;
    border-radius: 2.5rem 2.5rem 0 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition-default);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-height: 80px;

    &.tab-startup {
        background: var(--main-color);
        color: var(--white-color);
    }

    &.tab-support {
        background: var(--blue-color);
        color: var(--white-color);
    }

    .tab-icon {
        flex: 0 0 105px;
    }

    .tab-text>span {
        font-size: 2rem;
    }

    .tab-text>p {
        font-size: 3.2rem;
    }

    &:hover {
        transform: translateY(2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    &.active.startup {
        background-color: #ff6b35;
        box-shadow: 0 4px 16px rgba(255, 107, 53, 0.3);
    }

    &.active.support {
        background-color: #666;
        box-shadow: 0 4px 16px rgba(102, 102, 102, 0.3);
    }
}

.tab-content {
    max-width: 1080px;
    margin: 0 auto;
    display: none;

    &.active {
        display: block;
    }
}

.support-features .feature-badge {
    background: var(--blue-color);
}

.support-features .feature-section {
    border: 5px solid var(--blue-color);
}

.support-features .feature-section .feature-title {
    color: var(--blue-color);
}

.feature-section {
    background: var(--gray-color);
    margin-bottom: 20px;
    border: 5px solid var(--main-color);

}

.feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    padding: 3rem 3rem 0 3rem;
}

.feature-title {
    font-size: 4.8rem;
    font-weight: 900;
    font-family: var(--font-zenkaku);
    color: var(--main-color);
    margin: 0;
    line-height: 1;

    .font-small {
        font-size: 3.2rem;
    }

    .font-large {
        font-size: 8rem;
    }
}

.feature-badge {
    background: var(--main-color);
    color: var(--white-color);
    padding: 0.1em 1.5em;
    font-size: 3rem;
    font-weight: 900;
    border-radius: 3em;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 3rem;
}

@media screen and (max-width: 768px) {


    .beginners-select {
        padding: 0 0 4rem;
    }

    .beginners-select__header {
        margin: 3rem auto 4rem;
        padding: 0 2rem;
    }

    .beginners-select__header::before {
        top: -18vw;
        left: 0;
        height: 18vw;
        background: var(--lightgray-color);
        mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
        -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
    }
}

.beginners-select .beginners-contents__subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.beginners-select .beginners-contents__title {
    font-size: 3.2rem;
    line-height: 1.3;
}





@media screen and (max-width: 768px) {
    .tab-container {
        flex-direction: unset;
        gap: 0;
        padding: 0 1.5rem;
        margin-bottom: 0;
    }

    .tab-button {
        display: grid;
        width: 50%;
        padding: 1rem;
        gap: 0;
        border-radius: 1.5rem 1.5rem 0 0;
        flex-direction: row;
        justify-content: center;

        .tab-icon {
            text-align: center;

            img {
                width: 80px;
                height: auto;
            }
        }

        .tab-text {
            text-align: center;
            flex: 1;

            span {
                font-size: 1.2rem;
                margin-bottom: 0.5rem;
            }

            p {
                font-size: 1.8rem;
                margin: 0;
            }
        }
    }

    .tab-content {
        padding: 0 1.5rem 3rem;
    }

    .feature-section {
        margin-bottom: 4rem;
    }


    .feature-header {
        margin-bottom: 0;
        padding: 2rem 0 0;
        flex-wrap: wrap;
        gap: 0;
    }

    .feature-badge {
        font-size: 1.4rem;
        padding: 0.6rem 2rem;
        margin-bottom: 1.5rem;
    }

    .feature-title {
        font-size: 3.2rem;
        line-height: 1;
        text-align: center;

        .font-small {
            font-size: 2.4rem;
        }

        .font-large {
            font-size: 4.8rem;
        }
    }

    .feature-list {
        gap: 3rem;
    }

}




.feature-item {
    width: 100%;
    max-width: 80rem;
    display: grid;
    padding: 3rem;
    border-radius: var(--border-radius-large);
    background: var(--white-color);
    min-width: 300px;
    gap: 2rem;
}

.feature-item__header {
    display: flex;
    padding-bottom: 1.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    align-self: stretch;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);

    h4 {
        color: var(--main-text-color);
        -webkit-text-stroke-width: 0.59px;
        -webkit-text-stroke-color: var(--main-text-color);
        font-family: "Noto Sans JP";
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3rem;
        flex: 1 1 auto;
    }
}

.feature-item__icon {
    flex-shrink: 0;

    &--point {
        width: 50px;
    }

    &--money {
        width: 50px;
    }
}

.feature-item__text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--main-text-color);
}

.feature-item__inner {
    background: var(--gray-color);
    border-radius: 1.5rem;
    padding: 0 3rem 2rem;
    margin-top: auto;
    position: relative;
}

.feature-item__inner-header {
    text-align: left;
    padding-left: 9rem;
    position: relative;
    background-image: url('/images/beginners-guide/illust_man.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height: 7.46rem;
    display: flex;
    align-items: center;

    p {
        font-size: 1.8rem;
        font-weight: 500;
        color: var(--main-text-color);
        margin: 0;
        line-height: 1.4;
    }
}

.feature-item__inner-project {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    background: var(--white-color);
    border-radius: var(--border-radius-small);
    overflow: hidden;

    .project-image {
        flex-shrink: 0;
        width: 16.4rem;
        height: 10.9rem;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.project-info {
    flex: 1;
    height: 10.9rem;
    padding: 1rem;
    display: grid;
    align-items: center;
}

.project-info__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-info__data {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.project-info__data-donations {
    display: flex;
    align-items: center;
    gap: 1rem;

    p {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
    }

    .unit {
        color: rgba(47, 27, 0, 0.5);
        font-size: 1.4rem;
        font-weight: 500;
        margin-left: 2px;
    }

    .rate {
        font-size: 1.4rem;
        margin-left: 0.3rem;
    }
}

.project-info__data-supporter {
    display: flex;
    align-items: center;
    gap: 1rem;

    p {
        font-size: 1.2rem;
        color: #666;
        margin: 0;
    }

    .unit {
        margin-left: 2px;
    }
}

.feature-item__inner-link {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 0.75rem;
    color: #000;
    font-weight: 500;
}


@media screen and (max-width: 600px) {
    .feature-item {
        background: var(--white-color);
        padding: 2.5rem 2rem;
        border-radius: 1.5rem;
        gap: 0;
    }

    .feature-item__header {
        flex-direction: unset;
        gap: 1.5rem;
        margin-bottom: 2rem;

        h4 {
            font-size: 2rem;
            line-height: 1.4;
            order: 2;
        }

        .feature-item__icon {
            order: 1;
            width: 40px;
        }

        .feature-item__icon--money,
        .feature-item__icon--call,
        .feature-item__icon--marketing {
            display: none;
        }

        .feature-item__icon--point {
            order: 0;
            margin-bottom: 1rem;
        }
    }

    .feature-item__text {
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.6;
    }

    .feature-item__inner {
        margin-top: 0;
        padding: 2rem 0;
        border-radius: var(--border-radius-medium);

        .feature-item__inner-link {
            width: fit-content;
            margin: 1em auto 0;
        }
    }

    .feature-item__inner-header {
        margin-bottom: 0;

        p {
            font-size: 1.4rem;
            line-height: 1.4;
            padding-right: 1.5rem;
        }
    }

    .feature-item__inner-project {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0;
        text-align: center;
        margin: 0 1.5rem;

        .project-image {
            width: 100%;
            max-width: unset;
            height: 150px;
            margin: 0 auto;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .project-info {
            width: 100%;
        }

        .project-info__title {
            font-size: 1.4rem;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
            text-align: left;
        }

        .project-info__data {
            display: grid;
            justify-content: start;
            flex-wrap: wrap;
            gap: 0.5rem 1.5rem;
        }

        .project-info__data-donations,
        .project-info__data-supporter {
            justify-content: left;

            p {
                font-size: 1.2rem;
            }

            svg {
                width: 1.2rem;
            }
        }
    }
}

/* ===== Beginners Subtitle ===== */
.beginners-subtitle {
    position: relative;
    color: var(--main-color);
    font-family: var(--font-zenkaku);
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 10px;

    &::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);
    }
}

/* 実行者向け */

.startup-features {
    .feature-section {
        .feature-list {
            padding: 3rem 3rem 16rem;
        }
    }

    .beginners-project-button {
        margin: 3rem auto 0;
    }

    .beginners-flow {
        .beginners-project-button {
            margin: 3rem auto 20rem;
        }
    }

}

@media screen and (max-width: 768px) {
    .startup-features {
        .beginners-select {
            .beginners-project-button {
                padding: 1.2rem 1.2rem 1.2rem 2rem;
                margin: 2rem auto 10rem;
            }
        }

        .feature-section {
            margin-bottom: 0;

            .feature-list {
                padding: 3rem 3rem 10rem;
            }
        }

        .beginners-project-button {
            margin: 0 auto;
        }

        .beginners-flow {
            .beginners-project-button {
                margin: 0 auto;
            }
        }
    }
}


/* 支援者向け */
.support-features {
    .feature-list {
        padding: 3rem 3rem 20rem;
    }

    .start-subtitle {
        color: var(--blue-color);

        &::after {
            border-top-color: var(--white-color);
        }
    }

    .beginners-subtitle {
        color: var(--blue-color);

        &::before,
        &::after {
            background-color: var(--blue-color);
        }
    }

    .beginners-flow {
        padding-bottom: 15rem;

        h2 {
            color: var(--blue-color);
        }


    }

    .beginners-flow_icon1 {
        background: #02CCC5;
    }

    .beginners-flow_icon2 {
        background: #02A1A7;
    }

    .beginners-flow_icon3 {
        background: #0294BD;
    }

    .beginners-flow_box {
        & li {
            &:not(:last-child) {
                &:nth-child(1)::before {
                    content: "";
                    background: var(--gradient-flow3);
                }

                &:nth-child(2)::before {
                    content: "";
                    background: var(--gradient-flow4);
                }
            }
        }
    }

    .start-category {
        background: var(--gradient-blue);

        &::before {
            content: "";
            background: var(--gradient-blue);
        }
    }

    .start-category_slider-wrapper {
        h3 {
            color: var(--blue-color);
        }
    }

    /* 支援経験者の声 */
    .supporter-voice {
        position: relative;

        &::before {
            content: "";
            display: block;
            position: absolute;
            top: -10rem;
            left: 0;
            width: 100%;
            height: 18rem;
            background: var(--lightgray-color);
            mask: url(/images/beginners-guide/bg_semicircle.svg) no-repeat center / cover;
            -webkit-mask: url(/images/beginners-guide/bg_semicircle.svg) no-repeat center / cover;
            z-index: 0;
        }

        .beginners-section_intro_wrapper {
            background: var(--lightgray-color);
        }

        .beginners-category_message h2 {
            position: relative;
            color: var(--blue-color);
            text-align: center;
            font-family: var(--font-zenkaku);
            font-size: var(--fontsize-heading);
            font-weight: 900;
            line-height: 1.48;
        }
    }

    .supporter-voice_container {
        padding: 4rem 0 20rem;
        display: grid;
        gap: 2rem;
    }

    .supporter-voice_cards {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 0 2rem;
    }

    .supporter-voice_card {
        background: var(--white-color);
        border: 2px solid var(--blue-color);
        border-radius: 20px;
        padding: 4rem 6rem;
        position: relative;
        display: flex;
        gap: 2rem;
    }

    .supporter-voice_profile {
        display: grid;
        align-items: flex-start;
        grid-auto-rows: 100px auto;
        gap: 1.5rem;

        img {
            width: 10rem;
            height: 10rem;
            border-radius: 50%;
            object-fit: cover;
        }
    }

    .supporter-voice_name {
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--main-text-color);
        margin: 0;
    }

    .supporter-voice_content {
        h3 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--main-text-color);
            margin-bottom: 1.5rem;
            line-height: 1.4;
        }

        p {
            font-size: 1.6rem;
            line-height: 1.6;
            color: var(--main-text-color);
            margin: 0;
        }

        .expandable-text {
            .text-content {
                font-size: 1.6rem;
                line-height: 1.6;
                color: var(--main-text-color);
                margin: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;

                &.collapsed {
                    max-height: 3.2em;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                }

                &.expanded {
                    max-height: none;
                    -webkit-line-clamp: unset;
                    line-clamp: unset;
                    display: block;
                }
            }

            .read-more-container {
                text-align: right;
                margin-top: 0.5rem;
            }

            .read-more-btn {
                background: none;
                border: none;
                font-size: 1.4rem;
                font-weight: 600;
                cursor: pointer;
                padding: 0.5rem 0;
                text-decoration: underline;
                transition: color 0.3s ease;
                display: inline-flex;
                align-items: center;
                gap: 0.5rem;

                svg {
                    transition: transform 0.3s ease;
                }

                &.expanded svg {
                    transform: rotate(180deg);
                }

                &:hover {
                    color: var(--brown-color);

                    svg path {
                        stroke: var(--brown-color);
                    }
                }
            }
        }
    }

    /* New supporter voice card design */
    .supporter-voice_card_new {
        align-self: stretch;
        padding: 40px 60px;
        background: white;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.10);
        border-radius: 15px;
        outline: 2.5px #02A1A7 solid;
        outline-offset: -2.5px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        display: inline-flex;
    }

    .supporter-voice_card_header {
        align-self: stretch;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        display: inline-flex;
    }

    .supporter-voice_profile_new {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }

    .supporter-voice_avatar_container {
        width: 100px;
        height: 100px;
        background: rgba(80, 188, 231, 0.20);
        border-radius: 50%;
        position: relative;
    }

    .supporter-voice_avatar_placeholder {
        width: 100px;
        height: 100px;
        background: #D9D9D9;
        border-radius: 50%;
    }

    .supporter-voice_image {
        width: 178px;
        height: 116px;
        object-fit: cover;
    }

    .supporter-voice_name_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        display: flex;
    }

    .supporter-voice_name_new {
        color: rgba(47, 27, 0, 0.80);
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        word-wrap: break-word;
    }

    .supporter-voice_content_new {
        flex: 1 1 0;
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        display: inline-flex;
    }

    .supporter-voice_title_new {
        align-self: stretch;
        color: #2F1B00;
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        line-height: 32px;
        word-wrap: break-word;
    }

    .supporter-voice_text_new {
        align-self: stretch;
        color: #2F1B00;
        font-size: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
    }

    .beginners-question_q {
        &::before {
            color: var(--blue-color);
            content: "Q";
            font-family: var(--font-bebas), sans-serif;
            font-size: 28px;
        }
    }
}

@media screen and (max-width: 768px) {
    .support-features {
        margin-bottom: 0;

        .feature-list {
            padding: 3rem 3rem 10rem;
        }

        .supporter-voice {
            &::before {
                content: "";
                display: block;
                position: absolute;
                top: -5rem;
                left: 0;
                width: 100%;
                height: 5rem;
                background: var(--lightgray-color);
                mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                z-index: 0;
            }
        }

        .supporter-voice_container {
            padding: 2rem 1.5rem 10rem;
        }

        .supporter-voice_card {
            flex-direction: column;
            padding: 2rem;
            gap: 1.5rem;
        }

        .supporter-voice_profile {
            grid-auto-rows: auto;
            grid-template-columns: auto auto;
            gap: 1rem;
            align-items: center;

            img {
                width: 80px;
                height: 80px;
            }
        }

        .supporter-voice_name {
            font-size: 1.4rem;
        }

        .supporter-voice_content h3 {
            font-size: 1.6rem;
            margin-bottom: 1rem;
        }

        .supporter-voice_content p {
            font-size: 1.4rem;
        }

        /* New supporter voice card design */
        .supporter-voice_card_new {
            padding: 20px;
            gap: 8px;
        }

        .supporter-voice_card_header {
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }

        .supporter-voice_image {
            width: 120px;
            height: 80px;
        }

        .supporter-voice_name_new {
            font-size: 12px;
        }

        .supporter-voice_title_new {
            font-size: 18px;
            text-align: center;
        }

        .supporter-voice_text_new {
            font-size: 14px;
        }

        .supporter-voice_cards {
            padding: 0;
        }

        & .beginners-question {
            &::before {
                content: "";
                display: block;
                position: absolute;
                top: -5rem;
                left: 0;
                width: 100%;
                height: 5rem;
                background: var(--white-color);
                mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
                z-index: 0;
            }
        }
    }

}

/* ===== Safety Section ===== */
.beginners-safety {
    position: relative;
    background: var(--gray-color);
    padding: 6rem 0 20rem;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10rem;
        left: 0;
        width: 100%;
        height: 18rem;
        background: var(--gray-color);
        mask: url(/images/beginners-guide/bg_semicircle.svg) no-repeat center / cover;
        -webkit-mask: url(/images/beginners-guide/bg_semicircle.svg) no-repeat center / cover;
        z-index: 0;
    }

    .beginners-category_message h2 {
        position: relative;
        color: var(--blue-color);
        text-align: center;
        font-family: var(--font-zenkaku);
        font-size: var(--fontsize-heading);
        font-weight: 900;
        line-height: 1.48;
    }

    .beginners-safety_container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5rem;
    }

    .beginners-safety_content {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .beginners-safety_intro {
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        color: var(--main-text-color);
        line-height: 1.6;
    }

    .beginners-safety_features {
        align-self: stretch;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 60px;
        display: inline-flex;
    }

    .beginners-safety_row {
        align-self: stretch;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        display: inline-flex;
    }

    .beginners-safety_card {
        flex: 1 1 0;
        position: relative;
        background: white;
        border-radius: 20px;
        outline: 3px #02A1A7 solid;
        outline-offset: -2px;
        justify-content: center;
        align-items: center;
        display: flex;

        .beginners-safety_card_content {
            flex: 1 1 0;
            padding: 4rem 2rem 3rem;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            gap: 15px;
            display: inline-flex;
        }
    }

    .beginners-safety_number {
        background: linear-gradient(45deg, #02A1A7 0%, #02CCC5 100%);
        border-radius: 1em;
        color: white;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 0.25em 2rem;
        position: absolute;
        top: -2.5rem;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: 'Bebas Neue', sans-serif;
        letter-spacing: 1.10px;
        word-wrap: break-word;
        width: 12.2rem;

    }

    .beginners-safety_title_container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        display: flex;
        position: relative;
    }


    .beginners-safety_title {
        width: fit-content;
        margin: 0 auto;
        align-self: stretch;
        text-align: center;
        color: #2F1B00;
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        line-height: 30px;
        word-wrap: break-word;
        background: linear-gradient(transparent 60%, #02a1a733 60%);
    }

    .beginners-safety_subtitle {
        width: fit-content;
        margin: 0 auto;
        align-self: stretch;
        text-align: center;
        color: #2F1B00;
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        line-height: 30px;
        word-wrap: break-word;
        background: linear-gradient(transparent 60%, #02a1a733 60%);
    }

    .beginners-safety_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
        height: 80px;
    }

    .beginners-safety_description {
        font-size: 1.6rem;
        line-height: 1.7;
        color: #555;
        margin: 0;
    }

    .beginners-safety_info {
        max-width: 800px;
        margin: 0 auto;
        background: var(--white-color);
        display: flex;
        align-items: center;
        gap: 0;
        border-radius: 1rem;
        overflow: hidden;

        p {
            padding: 1rem;
        }
    }

    .beginners-safety_public {
        display: flex;
        align-items: center;
        gap: 5rem;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {


    .beginners-safety {
        padding: 0 0 10rem;

        &::before {
            content: "";
            display: block;
            position: absolute;
            top: -5rem;
            left: 0;
            width: 100%;
            height: 5rem;
            background: var(--gray-color);
            mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            z-index: 0;
        }

        .beginners-safety_container {
            padding: 0 1.5rem;
        }

        .beginners-safety_intro {
            font-size: 1.6rem;
        }

        .beginners-safety_row {
            flex-direction: column;
            align-items: center;
            gap: 5rem;
        }

        .beginners-safety_card {
            max-width: 100%;
        }

        .beginners-safety_public {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            gap: 1rem;
            margin: 0 auto;

            li {
                width: 48%;
                text-align: center;
            }
        }
    }


}

/* ===== Beginners Type Section ===== */
.beginners-type {
    position: relative;
    background: var(--gray-color);
    padding-bottom: 10rem;
    margin-bottom: -2rem;

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

    .text-orange {
        font-size: 18px;
    }
}

.beginners-type__header {
    position: relative;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -10vw;
        width: 100%;
        height: 18vw;
        background: var(--gray-color);
        mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        -webkit-mask: url('/images/beginners-guide/bg_semicircle.svg') no-repeat center / cover;
        z-index: 0;
    }

    h2 {
        text-align: center;
        position: relative;
        margin-bottom: 0;
    }
}

.beginners-type__card-section {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    padding: 80px 20px 60px;
    height: auto;
    overflow: visible;
    position: relative;
    gap: 8rem;

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

.beginners-type__navi-button {
    background-color: var(--white-color);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;

    &.is-active {
        border-color: var(--main-color);
    }

    &.is-active p,
    &.is-active .arrow-right {
        color: var(--main-color);
    }

    a {
        padding: 20px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    p {
        font-size: 2rem;
        color: var(--brown-color);
        font-weight: 700;
        margin: 0 auto;
    }
}

.beginners-type__navi {
    flex-basis: 35%;
}

.beginners-type__card_box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    row-gap: 4rem;
}

.beginners-type__card {
    background: var(--white-color);
    border-radius: var(--border-radius-large);
    padding: 2rem;
    box-shadow: var(--box-shadow-light);
}

.beginners-type__card-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
    text-align: center;
}

.beginners-type__card-description {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}

.beginners-type__card:nth-of-type(2),
.beginners-type__card:nth-of-type(3),
.beginners-type__card:nth-of-type(4),
.beginners-type__card:nth-of-type(5),
.beginners-type__card:nth-of-type(6) {
    transition: var(--transition-slow);
    transform: scale(0.9);
    opacity: 0;
}

.beginners-type__card:nth-of-type(2).is-active,
.beginners-type__card:nth-of-type(3).is-active,
.beginners-type__card:nth-of-type(4).is-active,
.beginners-type__card:nth-of-type(5).is-active,
.beginners-type__card:nth-of-type(6).is-active {
    transform: scale(1);
    opacity: 1;
}

.beginners-type__flow-image {
    text-align: center;
    margin: 40px 0;

    img {
        max-width: 100%;
        height: auto;
    }
}

.beginners-type__details-section {
    margin-top: 40px;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border: 1px solid #00000010;
    border-radius: 1.5rem;
    gap: 10rem;
}

.beginners-type__detail-item {
    padding: 1em 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #00000010;
}

.beginners-type__detail-label {
    margin-left: 10px;
}

.beginners-type__detail-label,
.beginners-type__detail-text {
    font-weight: bold;
    margin-right: 10px;
}

.beginners-type,
.beginners-voice,
.beginners-but {
    .beginners-section_intro_wrapper {
        background: var(--gray-color);
    }
}

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

.beginners-type_navi {
    flex-basis: 35%;

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

        li {
            background-color: var(--white-color);
            border: 2px solid rgba(0, 0, 0, 0.2);
            border-radius: 50px;
            cursor: pointer;
            transition: 0.3s ease;

            a {
                padding: 20px 30px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            p {
                font-size: 2rem;
                color: var(--brown-color);
                font-weight: 700;
                margin: 0 auto;
            }

            &:hover {
                border-color: var(--main-color);
            }

            &:hover p,
            &:hover .icon-arrow-right {
                color: var(--main-color);
            }

            &.is-active {
                border-color: var(--main-color);
            }

            &.is-active p,
            &.is-active .icon-arrow-right {
                color: var(--main-color);
            }
        }
    }
}

.beginners-type_card_box {
    flex-basis: 60%;
}

.beginners-type_card {
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
    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;

    &:nth-of-type(2),
    &:nth-of-type(3) {
        transition: var(--transition-slow);
        transform: scale(0.9);
        opacity: 0;

        &.is-active {
            transform: scale(1);
            opacity: 1;
        }
    }

    .balloon {
        color: var(--brown-color);
        font-size: 2rem;
        font-weight: 700;
        display: flex;
        align-items: center;

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

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

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

.beginners-type_card_number {
    color: var(--white-color);
    font-family: var(--font-bebas);
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    background: var(--gradient-button);
    border-radius: 50px;
    padding: 5px 30px;
    position: absolute;
    top: -23px;
}

.beginners-type_underline {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    color: var(--brown-color);
}

.beginners-type_card_text p {
    font-size: 18px;
    font-weight: 500;
}

.beginners-type_card_text .beginners-about_button_box {
    display: none;
}

.beginners-type_card_img {
    width: 450px;
}

.beginners-type_reference {
    font-size: 10px;
    font-weight: 300;
}

.beginners-type_option {
    background-color: var(--white-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 1100px;
    margin: auto;
    padding: 0 40px 30px 40px;
}

.beginners-type_option_bg {
    padding-bottom: 60px;
}

.beginners-type_option_heading {
    display: flex;
    align-items: center;
    gap: 10px;

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

.beginners-type_option_accordion {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.beginners-type_option_card_2nd:nth-of-type(2) {
    padding-top: 25px;

    &>img {
        padding-bottom: 7px;
    }
}

.beginners-type_option_card {
    width: 290px;
    border-radius: 20px;
    box-shadow: var(--box-shadow-medium);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px 0;
    overflow: hidden;

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

    &.active .beginners-type_accordion_content {
        max-height: 150px;
    }

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

.beginners-type_option_card_sp,
.beginners-type_option_card_sp_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.beginners-type_option_card_sp {
    gap: 10px;
}

.beginners-type_option_card_title {
    font-size: 20px;
    font-weight: 700;
}

.beginners-plan_option {
    background-color: var(--white-color);
    margin-top: 60px;
}

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

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

    img {
        padding: 15px 30px;
    }

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

@media screen and (max-width: 768px) {

    /* Type Section Mobile */

    .beginners-type {
        padding-bottom: 5rem;
    }

    .beginners-type__header {
        &::before {
            content: "";
            display: block;
            position: absolute;
            top: -15vw;
            width: 100%;
            height: 18vw;
            background: var(--gray-color);
            mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            z-index: 0;
        }
    }

    .beginners-type__header .beginners-contents__title {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 0;
        padding-top: 2rem;
    }

    .beginners-type__card-section {
        flex-direction: column;
        padding: 4rem 1.5rem 3rem;
        gap: 3rem;
    }

    .beginners-type__navi {
        flex-basis: auto;
    }

    .beginners-type__navi ul {
        position: static;
        display: grid;
        grid-template-columns: unset;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .beginners-type__navi-button {
        border-radius: var(--border-radius-pill);

        a {
            padding: 1.5rem 2rem;
            flex-direction: column;
            text-align: center;
            text-decoration: unset;
            gap: 0.5rem;
        }

        p {
            font-size: 1.4rem;
            margin: 0;
        }

        .icon-arrow-right {
            display: none;
        }
    }

    .beginners-type__card_box {
        order: 2;
        max-width: 100%;
        row-gap: 3rem;
    }

    .beginners-type__card {
        padding: 2rem 1.5rem;
        border-radius: 1.5rem;
    }

    .beginners-type__card-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .beginners-type__card-description {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .beginners-type__flow-image {
        margin: 3rem 0;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .beginners-type__details-section {
        margin-top: 3rem;
        padding: 1.5rem;
        border-radius: var(--border-radius-medium);
    }

    .beginners-type__detail-item {
        padding: 1.2rem 0;
        font-size: 1.3rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .beginners-type__detail-label {
        font-weight: 700;
        color: var(--main-color);
        margin-left: 0;
    }

    .beginners-type__detail-text {
        font-weight: 500;
        margin-right: 0;
        line-height: 1.5;
    }

}

/* ===== Project Card ===== */
.project-card {
    flex-shrink: 0;
    width: 32rem;
    background: var(--white-color);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: var(--box-shadow-light);
}

.project-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--gray-color);
}

.project-card__icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
}

.project-card__org {
    color: var(--main-text-color);
    font-size: 1.4rem;
    font-weight: 500;
}

.project-card__image {
    width: 100%;
    height: 16rem;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.project-card__content {
    padding: 2rem;
    text-align: left;
}

.project-card__tag {
    background: var(--main-color);
    color: var(--white-color);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.project-card__title {
    color: var(--main-text-color);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-card__stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-card__amount {
    color: var(--main-text-color);
    font-size: 1.8rem;
    font-weight: 700;
}

.project-card__supporters {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 1.4rem;
}

/* ===== Splide Slider ===== */
.category-slider.is-hidden {
    display: none;
}

/* ===== Start Category Section ===== */
.start-category {
    position: relative;

    .beginners-case__description {
        margin-bottom: 3rem;
        color: var(--white-color);
        text-align: center;
    }
}

.start-subtitle {
    width: fit-content;
    display: block;
    background: var(--white-color);
    color: var(--main-color);
    padding: 0.7rem 2rem;
    border-radius: var(--border-radius-pill);
    font-family: var(--font-zenkaku);
    font-size: 2.6rem;
    font-weight: 900;
    margin: 0 auto 2rem;
    text-align: center;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid var(--white-color);
    }
}

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

    &.is-visible {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}

.start-category_section_intro {
    position: relative;
    z-index: 2;
    padding-bottom: 10rem;
}

.start-category_message h2 {
    font-size: 4.8rem;
    font-family: var(--font-zenkaku);
    margin-bottom: 10px;
    line-height: 0.8;
    font-weight: 900;
    color: #FFF;
    text-align: center;

    span {
        font-size: 30px;
    }
}

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

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

.start-category_triangle {
    width: 100%;
    height: 50px;
    background-color: var(--lightgray-color);
    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;

    .project-card {
        padding: 10px;
        width: 29rem;
    }
}

.content-carve {
    background: var(--lightgray-color);
    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-nav {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px auto 0;
    padding-bottom: 20px;

    .slide-nav-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: fit-content;
        padding: 2rem 1em;
        line-height: 1;
        background: var(--white-color);
        border-radius: 0.5rem;
        box-shadow: var(--box-shadow-medium);
        font-size: 2rem;
        font-weight: bold;
        color: var(--brown-color);
        transition: var(--transition-default);
        cursor: pointer;

        &:hover {
            transform: scale(1.1);
        }

        &.is-active {
            background-color: rgba(47, 27, 0, 0.4);
            color: var(--white-color);
            border: 2px solid;
        }

        &[data-genre="international"].is-active {
            border-color: #FC2603;
        }

        &[data-genre="animal"].is-active {
            border-color: #F09703;
        }

        &[data-genre="education"].is-active {
            border-color: #F48503;
        }

        &[data-genre="local"].is-active {
            border-color: #CB9F1F;
        }

        &[data-genre="disaster"].is-active {
            border-color: #029EAC;
        }

        &[data-genre="food"].is-active {
            border-color: #8CA950;
        }

        &[data-genre="earth"].is-active {
            border-color: #18BBA8;
        }

        &[data-genre="welfare"].is-active {
            border-color: #FA6C03;
        }

        &[data-genre="culture"].is-active {
            border-color: #5BB176;
        }

        &[data-genre="humanrights"].is-active {
            border-color: #02B2B1;
        }

        &[data-genre="socialgood"].is-active {
            border-color: #0295BC;
        }
    }
}

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


.start-category_slider-wrapper {
    background: #FFF;
    border-radius: 3rem;
    padding: 4rem 0 0;
    margin: 0 4rem 15rem;
    overflow: hidden;

    h3 {
        color: var(--main-color);
        text-align: center;
        font-family: "Zen Kaku Gothic New";
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

.start-category_slide {
    position: relative;
    overflow: hidden;
    padding: 2rem 2rem 8rem;


    .category-slider {
        transition: var(--transition-default);

        &.is-hidden {
            display: none;
        }

        &.is-active {
            display: block;
        }
    }

    .splide__arrow {
        background: var(--white-color);
        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;

        &--prev {
            left: 4rem;
        }

        &--next {
            right: 4rem;
        }

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

    .splide__pagination {
        display: flex;
        gap: 10px;
        bottom: -3em;
    }

    .splide__pagination__page {
        background: var(--white-color);
        opacity: 0.5;
        width: 10px;
        height: 10px;

        &.is-active {
            opacity: 0.8;
        }
    }
}

.start-category_name {
    font-family: var(--font-zenkaku);
    font-weight: 900;
    color: var(--white-color);
    font-size: 2.8rem;
    text-align: center;
    padding: 40px 0;

    span {
        border: 2px solid var(--white-color);
        padding: 10px 30px;
        margin: 0 15px;
    }
}

.manual-break br {
    display: none;
}

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

@media screen and (max-width: 768px) {
    .beginners-select {
        .start-category_slide-nav {
            margin: 30px 15px 0;
            justify-content: left;

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

}


/* Beginners Footer Section */
.beginners-footer {
    width: 100%;
    background: linear-gradient(225deg, rgba(252, 161, 3, 1) 0%, rgba(252, 98, 3, 1) 50%, rgba(252, 36, 3, 1) 100%);
    padding: 0 0 100px;
    position: relative;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
        background-size: 40px 40px;
        background-repeat: repeat;
        opacity: 0.3;
    }

    .beginners-footer__image {
        width: 100%;
        height: 214px;
        background: url('/images/beginners-guide/footer_image.png') repeat-x center center;
        background-size: cover;
        margin-bottom: 80px;
    }
}



.beginners-footer__container {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.beginners-footer__title {
    color: #FFFFFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.beginners-footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFFFFF;
    color: #FC6203;
    border: 2.5px solid #FFFFFF;
    border-radius: 60px;
    padding: 13px 40px 15px 50px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.448;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    width: 314px;
    height: 65px;
}

.beginners-footer__button:hover {
    transform: translateY(-2px);
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
}

.beginners-footer__button:active {
    transform: translateY(0);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.beginners-footer__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FC6203;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.beginners-footer__arrow::after {
    content: '';
    width: 8px;
    height: 14px;
    background-color: #F4F4F4;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .beginners-footer {
        padding: 0 0 4rem;

        .beginners-footer__container {
            gap: 2rem;
        }

        .beginners-footer__title {
            font-size: 32px;
            line-height: 1.4;

            span {
                font-size: 2.2rem;
            }
        }

        .beginners-footer__button {
            font-size: 22px;
            padding: 12px 35px 14px 45px;
            width: 280px;
            height: 60px;
        }

        .beginners-footer__arrow {
            width: 26px;
            height: 26px;
            right: 18px;
        }

        .beginners-footer__arrow::after {
            width: 7px;
            height: 12px;
        }

        .beginners-footer__image {
            margin-bottom: 4rem;
        }
    }



}

@media (max-width: 480px) {
    .beginners-footer__title {
        font-size: 28px;
    }

    .beginners-footer__button {
        font-size: 20px;
        width: 260px;
        height: 55px;
    }

    /* Ultra mobile case section adjustments */
    .beginners-case__title {
        font-size: 2.4rem;
        padding: 0 0.5rem;
    }

    .beginners-case__description {
        font-size: 1.3rem;
        padding: 0 1.5rem;
    }

    .beginners-case__projects {
        padding: 0 0.5rem;
    }

    .beginners-case__projects-header {
        padding: 2.5rem 1.5rem 2rem;

        h3 {
            font-size: 2rem;
        }
    }

    .project-card {
        width: 24rem;

        &__content {
            padding: 1.2rem;
        }

        &__title {
            font-size: 1.3rem;
        }

        &__amount {
            font-size: 1.5rem;
        }
    }
}



/* ===== Mobile Responsive Styles ===== */
@media (max-width: 1200px) {

    .beginners-category .beginners-category_bg_icon,
    .start-category_bg_icon {
        display: none;
    }
}


@media (max-width: 768px) {


    /* Case Section Mobile */
    .beginners-case {
        padding: 5rem 0;
    }

    .beginners-case__badge {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
        margin-bottom: 1.5rem;
        border-radius: 2rem;
        font-weight: 600;
    }

    .beginners-case__title {
        font-size: 2.8rem;
        margin-bottom: 1.2rem;
        line-height: 1.3;
        padding: 0 1rem;
    }

    .beginners-case__description {
        font-size: 1.4rem;
        padding: 0 2rem;
        line-height: 1.6;
        margin-bottom: 3rem;
    }

    .beginners-case__projects {
        padding: 0 1rem;
        margin-top: 2rem;
    }

    .beginners-case__projects-header {
        padding: 3rem 2rem 2.5rem;
        margin-bottom: 2rem;
        border-radius: 1.5rem;

        h3 {
            font-size: 2.2rem;
            margin-bottom: 2.5rem;
        }
    }

    .beginners-case__categories {
        gap: 0.6rem;
        padding: 0 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .beginners-case__current-category {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .beginners-case__slider {
        gap: 1rem;
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }

    .beginners-case__more a {
        font-size: 1.4rem;
        padding: 1rem 2rem;
        display: inline-block;
        border-radius: 0.8rem;
    }


    /* Flow Section Mobile */

    .beginners-flow {
        padding-bottom: 10rem;

        &::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            top: -15vw;
            width: 100%;
            height: 18vw;
            background: var(--lightgray-color);
            mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            -webkit-mask: url(/images/beginners-guide/bg_semicircle_sp.svg) no-repeat center / cover;
            z-index: 0;
        }
    }

    .beginners-flow_container {
        padding-top: 30px;
    }

    .beginners-flow_box {
        max-width: 95%;
        padding: 0 1rem;

        li {
            padding-left: 5rem;
            margin-bottom: 1rem;

            &:not(:last-child) {
                &::before {
                    width: 8px;
                    height: calc(100% + 15px);
                    top: 30px;
                    left: 17px;
                }
            }

            .beginners-flow_icon {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 24px;
            }

            dl {
                dt {
                    font-size: 1.6rem;
                    margin-bottom: 12px;
                    line-height: 1;
                    flex-wrap: nowrap;
                    column-gap: 0;

                    img {
                        width: 30px;
                        height: 30px;
                    }
                }

                dd {
                    font-size: 14px;
                    margin-bottom: 12px;
                }
            }

            &:not(:first-child) dl dt {
                padding-top: 0.5rem;
            }
        }
    }

    .beginners-flow_link_box {
        gap: 0;
        padding: 10px 0;
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;

        .beginners-about_button_box p {
            font-size: 1.2rem;
        }
    }

    .beginners-flow_date {
        font-size: 1.2rem;
        margin-left: 5px;
    }

    .beginners-flow_caption {
        margin: 0 auto;
        padding: 0;

        p {
            font-size: 18px;
        }

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

/* ===== CTA Section ===== */
.beginners-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    background: #FFF;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(120%);
    transition: transform 0.3s ease-in-out;
}

.beginners-cta.show {
    transform: translateY(0);
}

.beginners-cta__container {
    position: relative;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.beginners-cta__container.active {
    display: flex;
}

.beginners-cta__image {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100px;
}

.beginners-cta__image img {
    width: 100%;
}

.beginners-cta__button {
    width: fit-content;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    background: var(--main-color);
    box-shadow: 0.4rem 0.4rem 2rem rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius-pill);
    outline: 0.25rem var(--white-color) solid;
    outline-offset: -0.25rem;
    justify-content: center;
    align-items: center;
    gap: 1.9rem;
    display: flex;
    text-decoration: none;

    &.button02 {
        background: var(--white-color);
        color: var(--main-color);
        outline: 0.25rem var(--main-color) solid;
        outline-offset: -0.25rem;

        .beginners-cta__button__text {
            color: var(--main-color);
        }
    }

    &.button03 {
        background: var(--blue-color);
        color: var(--white-color);
        outline: 0.25rem var(--blue-color) solid;
        outline-offset: -0.25rem;

        .beginners-cta__button__text {
            color: var(--white-color);
        }
    }

    &.button04 {
        background: var(--white-color);
        color: var(--blue-color);
        outline: 0.25rem var(--blue-color) solid;
        outline-offset: -0.25rem;

        .beginners-cta__button__text {
            color: var(--blue-color);
        }
    }
}

.beginners-cta__button__text {
    text-align: center;
    color: var(--white-color);
    font-size: 2rem;
    font-family: var(--font-zenkaku);
    font-weight: 900;
    word-wrap: break-word;
}

/* Responsive Design for CTA Section */
@media (max-width: 1200px) {
    .beginners-cta {
        width: 100%;
        max-width: 1090px;
        margin: 0 auto;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .beginners-cta {
        padding: 5px;
    }


    .beginners-cta__image {
        display: none;
    }

    .beginners-cta__button__text {
        font-size: 1.4rem;
    }

    .beginners-cta__container {
        flex-direction: row;
        gap: 0.5rem;
    }

    .beginners-cta__button {
        width: fit-content;
        padding: 0.75em;
        font-size: 1.6rem;

        .beginners-cta__button__text {
            font-size: 1.6rem;
        }

        svg {
            display: none;
        }
    }

}
