* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:  sans-serif;
    height: 100%;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100%;
}

.smooth-wrapper {
    min-height: 100%;
}

.smooth-content {
    position: relative;
    min-height: 100%;
}

.smooth-wrapper.is-smoother {
    position: fixed;
    inset: 0;
    overflow: hidden;
}

.smooth-content.is-smoother {
    will-change: transform;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
}

.responsive-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* top */
.first_view_top {
    position: relative;
    height: 50vw;
    width: 100%;
    min-height: 800px;
}

.first_view_top_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.first_view_top_inner h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: clamp(64px, 4vw, 150px);
    color: #000000;
    z-index: 2;
}

.first_view_top_inner img {
    position: absolute;
    object-fit: cover;
}

.first_view_top_img {
    top: 5%;
    right: 40%;
    width: 18vw;
    min-width: 300px;
}

.first_view_top_img2 {
    top: -200px;
    right: -200px;
    width: 55vw;
    min-width: 900px;
    max-width: 1800px;
}

.first_view_top_img3 {
    top: 63%;
    left: 3%;
    width: 20vw;
    min-width: 400px;
    z-index: -1;
}

.first_view_top_img4 {
    top: 20%;
    left: 15%;
    width: 15vw;
    min-width: 200px;
    max-width: 500px;
    z-index: -1;
}

.first_view_top_btn {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 20vw;
    min-width: 600px;
}

.first_view_top_btn_inner {
    display: flex;
    gap: 16px;
}

.first_view_top_btn_eng_a,
.first_view_top_btn_jp_a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 90%;
    padding: 20px 10px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: clamp(20px, 1.2vw, 32px);
    font-weight: bold;
    letter-spacing: 0.02em;
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
    z-index: 0;
}

.first_view_top_btn_eng_a {
    background: linear-gradient(135deg, #1440FF 0%, #61C4FF 100%);
    box-shadow: 0 12px 28px rgba(20, 64, 255, 0.25);
}

.first_view_top_btn_eng_a img,
.first_view_top_btn_jp_a img {
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 1;
}

.first_view_top_btn_eng_a:hover,
.first_view_top_btn_jp_a:hover {
    transform: translateY(-6px) scale(1.05);
}

.first_view_top_btn_jp_a {
    background: linear-gradient(135deg, #FF1212 0%, #FFB700 100%);
    box-shadow: 0 12px 28px rgba(255, 183, 0, 0.25);
}

.first_view_top_btn_jp_a:hover {
    box-shadow: 0 20px 36px rgba(255, 183, 0, 0.35);
}

.about_inner {
    padding: 0 20px 10vw 20px;
    margin-top: 15vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.about_content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
}

.about_text {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.about_text::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 12px;
    width: 2px;
    height: 70px;
    background-color: #CCFF00;
}

.about_text::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 12px;
    width: 40px;
    height: 2px;
    background-color: #CCFF00;
}

.about_img {
    width: 50%;
    position: relative;
}

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

.about_title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about_detail {
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 60px;
    margin-bottom: 50px;
}

.about_link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000000;
    font-size: clamp(16px, 1.2vw, 24px);
    margin-top: 20px;
    padding: 12px 22px;
    font-weight: 600;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.about_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.about_link:hover {
    transform: translateY(-4px);
}

.about_link:hover img {
    transform: translateX(6px);
}

.about_img_ellipse {
    position: absolute;
    bottom: -40%;
    left: -12%;
    width: 22vw;
    max-width: 500px;
    min-width: 240px;
    z-index: -1;
}

.about_img_ellipse2 {
    position: absolute;
    top: 10%;
    right: -40%;
    width: 32vw;
    z-index: -1;
}

.calendar {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 5vw;
    border-radius: 50px;
}

.calendar_inner {
    padding: 0 20px 0 20px;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.calendar_inner h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.calendar_inner p {
    margin-left: 60px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: clamp(16px, 1.2vw, 24px);
    padding-bottom: 5vw;
}

.calendar_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 5vw;
}

.calendar_box iframe {
    width: min(80%, 3000px);
    aspect-ratio: 4 / 3;
    border: solid 1px #777;
    border-radius: 18px;
    background-color: #ffffff;
}

.calendar_ellipse {
    position: absolute;
    top: 7%;
    right: 10%;
    z-index: 1;
    width: 20vw;
    max-width: 700px;
}

.calendar_ellipse2 {
    position: absolute;
    top: 40%;
    left: 3%;
    z-index: 1;
    width: 20vw;
    max-width: 500px;
}

.calendar_ellipse3 {
    position: absolute;
    bottom: 10%;
    right: 0%;
    z-index: 1;
    width: 20vw;
    max-width: 400px;
}

.title-marker {
    position: relative;
    display: inline-flex;
    padding-left: 20px;
}

.title-marker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background-color: #CCFF00;
    border-radius: 50px;
}


.contact_top {
    position: relative;
    padding: 10vw 0 15vw;
}

.contact_top_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_top_inner h2 {
    font-size: 32px;
    font-weight: bold;
}

.contact_list {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 60px;
    margin-left: 60px;
}

.contact_card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: clamp(24px, 3vw, 32px);
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
}

.contact_card:last-child {
    border-bottom: none;
}

.contact_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.contact_card_head h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}

.contact_card p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #000000;
}

.contact_card_link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00CD18 13%, #CCFF00 100%);
    color: #ffffff;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: bold;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
}

.contact_card_link::before,
.contact_card_link::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}


.contact_card_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.contact_card_link::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.contact_card_link:after {
    background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.contact_card_link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 34px rgba(130, 237, 0, 0.32);
}

.contact_card_link:hover::before {
    transform: translateX(0);
}

.contact_card_link:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

.private_top {
    position: relative;
    padding: 5vw 0;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.private_top_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
}

.private_top_inner h2 {
    font-size: 32px;
    font-weight: bold;
}

.private_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    align-items: stretch;
}

.private_top_content p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    color: #000000;
    position: relative;
    z-index: 2;
}

.private_top_content_img {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.private_top_content_img1 {
    z-index: 2;
    position: relative;
    width: 35vw;
}

.private_top_content_img2 {
    position: absolute;
    top: 0;
    left: 4%;
    width: 35vw;
    object-fit: cover;
    z-index: 1;
}

.private_top_content_img3 {
    position: absolute;
    top: 5%;
    right: 15%;
    width: 10vw;
    object-fit: cover;
    z-index: 1;
}

.private_top_content_text {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
}

.private_top_content_link {
    position: absolute;
    bottom: clamp(12px, 2vw, 20px);
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: clamp(16px, 1.2vw, 24px);
    margin-top: 20px;
    padding: 12px 22px;
    font-weight: bold;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.private_top_content_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.private_top_content_link:hover {
    transform: translateY(-4px);
}

.private_top_content_link:hover img {
    transform: translateX(6px);
}


.gallery_slider {
    padding: 10vw 0 150px 0;
    background-color: #ffffff;
    border-radius: 50px;
    position: relative;
}

.gallery_slider_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.gallery_slider h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.gallery_slider_content {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 48px) 0;
    background: linear-gradient(90deg, #00CD18 13%, #CCFF00 100%);
    width: 100%;
}

.gallery_slider_content_img {
    --gallery-gap: clamp(24px, 4vw, 56px);
    --gallery-shift: 50%;
    --gallery-duration: 28s;
    display: flex;
    align-items: center;
    gap: var(--gallery-gap);
    width: max-content;
    animation: gallery-scroll var(--gallery-duration) linear infinite;
}

.gallery_slider_content:hover .gallery_slider_content_img {
    animation-play-state: paused;
}

.gallery_slider_content_img img {
    width: clamp(220px, 22vw, 600px);
    flex-shrink: 0;
    object-fit: cover;
}

.gallery_slider_link {
    position: absolute; 
    bottom: -50px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: clamp(16px, 1.2vw, 24px);
    padding: 0px 22px;
    font-weight: bold;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.gallery_slider_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.gallery_slider_link:hover {
    transform: translateY(-4px);
}

.gallery_slider_link:hover img {
    transform: translateX(6px);
}

.sponsor_top {
    padding: 12vw 0 100px 0;
    background-color: #3D3D3D;
    border-radius: 0 0 50px 50px;
    position: relative;
    top: -100px;
    z-index: -1;
}

.sponsor_top_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
}

.sponsor_top_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #ffffff;
}

.sponsor_top_content {
    width: 90%;
    margin: 0 auto;
}

.sponsor_top_content_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2vw;
    display: block;
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: 10px;
    color: #ffffff;
}

.platina {
    color: #E5E4E2;
}

.gold {
    color: #B89B00;
}

.silver {
    color: #A6A6A6;
}

.sponsor_top_content_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5vw;
}

.sponsor_top_content_logo a {
    width: 12%;
    margin-right: 3vw;
}

.sponsor_top_content_logo a img {
    width: 100%;
    object-fit: contain;
}

.sponsor_slider_link {
    position: absolute; 
    bottom: -70px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: clamp(16px, 1.2vw, 24px);
    padding: 0px 22px;
    font-weight: bold;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.sponsor_slider_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.sponsor_slider_link:hover {
    transform: translateY(-4px);
}

.sponsor_slider_link:hover img {
    transform: translateX(6px);
}

@keyframes gallery-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--gallery-shift)));
    }
}

@media screen and (min-width: 2000px) {
    .about_content {
        gap: 120px;
    }

    .about_img {
        width: 45%;
    }

    .about_title {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .about_detail {
        font-size: 32px;
    }

    .about_link {
        font-size: 38px;
    }

    .about_link img,
    .contact_card_link img,
    .gallery_slider_link img,
    .private_top_content_link img,
    .sponsor_slider_link img {
        width: 40px;
        height: 40px;
    }

    .about_text::before {
        content: "";
        position: absolute;
        top: 90px;
        left: 12px;
        width: 2px;
        height: 110px;
        background-color: #CCFF00;
    }

    .about_text::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 12px;
        width: 40px;
        height: 2px;
        background-color: #CCFF00;
    }

    .calendar_inner h2 {
        font-size: 52px;
        margin-bottom: 100px;
    }
    
    .calendar_inner p {
        font-size: 32px;
    }


    .contact_top_inner h2 {
        font-size: 52px;
    }

    .contact_list {
        gap: 120px;
        margin-top: 100px;
    }

    .contact_card_head h3 {
        font-size: 62px;
    }
    
    .contact_card p {
        font-size: 32px;
    }

    .contact_card_link {
        gap: 20px;
        font-size: 32px;
    }

    .private_top_inner h2 {
        font-size: 52px;
    }

    .private_top_content_text p {
        font-size: 32px;
    }

    .private_top_content_link {
        font-size: 32px;
    }

    .private_top_content_link:hover {
        transform: translateY(-6px);
    }

    .private_top_content_link:hover img {
        transform: translateX(6px);
    }

    .gallery_slider_inner h2 {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .gallery_slider_link {
        font-size: 32px;
    }

    .gallery_slider {
        padding: 10vw 0 300px 0;
    }

    .gallery_slider_link {
        position: absolute; 
        bottom: -170px;
    }

    .sponsor_top_inner h2 {
        font-size: 52px;
    }

    .sponsor_top_content_title {
        font-size: 32px;
    }

    .sponsor_slider_link {
        font-size: 32px;
    }

    .sponsor_slider_link:hover {
        transform: translateY(-6px);
    }

    .sponsor_slider_link:hover img {
        transform: translateX(6px);
    }

    .sponsor_slider_link {
        position: absolute; 
        bottom: -150px; 
       }

    .footer_logo_slider_track img {
        height: 150px;
    }

}

@media screen and (max-width: 1200px) {
    .first_view_top {
        position: relative;
        height: 50vw;
        width: 100%;
        min-height: 800px;
    }
    .first_view_top_img2 {
        top: -200px;
        right: -200px;
        width: 85vw;
        min-width: 750px;
    }

    .first_view_top_img {
        top: 0%;
        right: 48%;
        width: 25vw;
        min-width: 250px;
    }

    .first_view_top_img3 {
        top: 53%;
        left: 0%;
        width: 30vw;
        min-width: 300px;
        z-index: -1;
    }

    .first_view_top_img4 {
        top: 20%;
        left: 15%;
        width: 15vw;
        min-width: 200px;
        max-width: 500px;
        z-index: -1;
    }

    .first_view_top_inner h1 {
        top: 45%;
        left: 10%;
        font-size: clamp(52px, 6vw, 100px);
    }

    .first_view_top_btn {
        position: absolute;
        bottom: 10%;
        right: 2%;
        width: 45vw;
        min-width: 500px;
    }

    
}


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

    .about_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .about_img_ellipse {
        position: absolute;
        bottom: -20%;
        left: -12%;
        width: 26vw;
        z-index: -1;
    }

    .about_title,
    .calendar_inner h2,
    .contact_top_inner h2,
    .contact_card_head h3,
    .private_top_inner h2,
    .gallery_slider_inner h2,
    .sponsor_top_inner h2 {
        font-size: 28px;
    }

    .private_top_content_text {
        width: 50%;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 120px;
    }

    .private_top_content_img1 {
        width: 45vw;
    }

    .private_top_content_img2 {
        position: absolute;
        top: -8%;
        left: 0%;
        width: 45vw;
        object-fit: cover;
        z-index: 1;
    }

    .private_top_content_img3 {
        position: absolute;
        top: 5%;
        right: 15%;
        width: 10vw;
        object-fit: cover;
        z-index: 1;
    }


    .sponsor_top {
        padding: 18vw 0 100px 0;
        background-color: #3D3D3D;
        border-radius: 0 0 50px 50px;
        position: relative;
        top: -100px;
        z-index: -1;
    }

    .sponsor_top_content_title {
        font-size: 20px;
    }

    .sponsor_top_content_logo a {
        width: 15%;
        margin-right: 3vw;
    }

}


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

    .first_view_top {
        height: 110vw;
        min-height: 450px;
    }

    .first_view_top_img2 {
        top: -50px;
        right: -120px;
        width: 120vw;
        max-width: 800px;
        min-width: 400px;
    }

    .first_view_top_img {
        top: -8%;
        left: -5%;
        width: 30vw;
        min-width: 150px;
    }

    .first_view_top_img3 {
        top: 75%;
        left: -10%;
        width: 0vw;
        min-width: 240px;
        z-index: -1;
    }

    .first_view_top_img4 {
        top: 100px;
        left: 30%;
        width: 30vw;
        min-width: 100px;
        max-width: 500px;
        z-index: -1;
    }

     .first_view_top_inner h1 {
        top: auto;
        bottom: 0%;
        left: 5%;
        font-size: clamp(42px, 7.5vw, 100px);
    }

     .first_view_top_btn {
        position: absolute;
        bottom: -150px;
        right: 20px;
        min-width: auto;
        width: auto;
    }

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

    .first_view_top_btn_eng_a,
    .first_view_top_btn_jp_a {
        width: 40%;
        min-width: 180px;
        padding: 15px 8px;
        font-size: clamp(16px, 1.2vw, 32px);
      }

    .first_view_top_btn_eng_a img,
    .first_view_top_btn_jp_a img {
        width: 24px;
        height: 24px;
    }

    .first_view_top_btn_eng_a:hover,
    .first_view_top_btn_jp_a:hover {
        transform: translateY(-3px) scale(1.05);
    }

    .about_inner {
        padding: 0 20px 100px 20px;
        margin-top: 250px;
    }

    .about_content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        gap: 50px;
    }

    .about_text {
        width: 100%;
    }

    .about_img {
        width: 100%;
    }

    .about_title,
    .calendar_inner h2,
    .contact_top_inner h2,
    .private_top_inner h2,
    .gallery_slider_inner h2,
    .sponsor_top_inner h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .about_text::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 10px;
        width: 2px;
        height: 52px;
        background-color: #CCFF00;
    }

    .about_text::after {
        content: "";
        position: absolute;
        top: 92px;
        left: 10px;
        width: 24px;
        height: 2px;
        background-color: #CCFF00;
    }

    .about_detail {
        font-size: clamp(16px, 1.2vw, 24px);
        line-height: 2;
        letter-spacing: 0.02em;
        margin-left: 36px;
        margin-bottom: 70px;
    }

    .about_img_ellipse {
        position: absolute;
        bottom: -10%;
        left: -70px;
        width: 26vw;
        z-index: -1;
    }

    .calendar {
        padding-top: 50px;
    }

    .calendar_inner p {
        margin-left: 0px;
        font-size: clamp(16px, 1.2vw, 24px);
        padding-bottom: 40px;
    }

    .calendar_box iframe {
        aspect-ratio: 3 / 4;
        width: min(100%, 3000px);
    }

    .calendar_box {
        padding-bottom: 50px;
    }

    .calendar_ellipse {
        position: absolute;
        top: 7%;
        right: 10%;
        z-index: 1;
        width: 30vw;
        min-width: 130px;
    }

    .calendar_ellipse2 {
        top: 40%;
        left: -2%;
        width: 40vw;
        max-width: auto;
    }

    .calendar_ellipse3 {
        position: absolute;
        bottom: 0%;
        right: -200px;
        z-index: 1;
        width: 50vw;
        min-width: 300px;
    }

    .contact_top {
        position: relative;
        padding: 100px 0 0 0;
    }

    .contact_list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .contact_card_head h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .contact_card_link {
        gap: 12px;
        padding: 8px 10px;
    }

    .contact_card_link img {
        width: 20px;
        height: 20px;
        transition: transform 0.35s ease;
    }

    .private_top {
        padding: 50px 0 20px 0;
        margin-top: 100px;
    }

    .private_top_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 0px;
    }

    .private_top_content_text {
        width: 100%;
    }

    .private_top_inner h2 {
        margin-bottom: 0px;
    }


    .private_top_content_img1 {
        width: 45vw;
    }

    .private_top_content_img2 {
        position: absolute;
        top: -10%;
        left: 0%;
        width: 75vw;
        object-fit: cover;
        z-index: 1;
    }

    .private_top_content_img3 {
        position: absolute;
        top: 5%;
        right: 15%;
        width: 10vw;
        object-fit: cover;
        z-index: 1;
    }

    .private_top_content_link {
        padding: 12px 0px;
    }

    .gallery_slider {
        padding: 100px 0 100px 0;
    }

    .gallery_slider_content_img img {
        width: clamp(150px, 22vw, 600px);
        flex-shrink: 0;
        object-fit: cover;
    }

    .gallery_slider_link {
        position: absolute; 
        bottom: -18px;
        right: 20px;
        font-size: 12px;
        padding: 0px;
    }

    .gallery_slider_link img {
        width: 20px;
        height: 20px;
    }

    .sponsor_top {
        padding: 160px 0 80px 0;
    }

    .sponsor_top_content {
        width: 95%;
    }

    .sponsor_top_content_title {
        font-size: 16px;
    }

    .sponsor_top_content_logo a {
        width: 25%;
        min-width: 80px;
        margin-right: 3vw;
    }


    .sponsor_slider_link {
        position: absolute; 
        bottom: -10px; 
        font-size: 12px;
        padding: 0px;
    }

    .sponsor_slider_link img {
        width: 20px;
        height: 20px;
    }
}

/* ヘッダー */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 50px;
    margin: 0 20px;
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 20px;
    font-size:clamp(14px, 0.8vw, 20px);
    overflow: hidden;
    z-index: 0;
    background: linear-gradient(270deg, #e8ff52 0%, #D6FF4F 40%, #A6F300 100%);
    box-shadow: 0 10px 22px rgba(166, 243, 0, 0.24);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, color 0.45s ease;
}

.header_nav a::before,
.header_nav a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.header_nav a::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.header_nav a::after {
    background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.header_nav a:hover {
    color: #052000;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 34px rgba(130, 237, 0, 0.32);
}

.header_nav a:hover::before {
    transform: translateX(0);
}

.header_nav a:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

.header_nav_line {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    font: inherit;
    border-radius: 50%;
    height: clamp(40px, 3vw, 60px);
    width: clamp(40px, 3vw, 60px);
    overflow: hidden;
    z-index: 0;
    background: linear-gradient(270deg, #e8ff52 0%, #D6FF4F 40%, #A6F300 100%);
    box-shadow: 0 10px 22px rgba(166, 243, 0, 0.24);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.header_nav_line::before,
.header_nav_line::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}



.header_nav_line::after {
    background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.header_nav_line:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 34px rgba(130, 237, 0, 0.32);
}

.header_nav_line:hover::before {
    transform: translateX(0);
}

.header_nav_line:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

.header_nav_line span {
    display: block;
    width: clamp(20px, 1.5vw, 30px);
    height: 2px;
    background-color: #ffffff;
    margin: 3px 0;
    position: relative;
    z-index: 1;
}

.header_logo img{
    height: clamp(40px, 6vw, 100px);
    width: auto;
}

.header_nav_line:focus-visible,
.global-menu__close:focus-visible,
.global-menu__btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 4px;
}

body.menu-open {
    overflow: hidden;
}

.global-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: clamp(16px, 4vw, 32px);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.global-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.global-menu__inner {
    position: relative;
    width: clamp(320px, 33vw, 520px);
    margin: 0;
    padding: clamp(20px, 2vw, 52px);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 56px);
    background: linear-gradient(180deg, #42ff0d 0%, #8dff1e 100%);
    border-radius: 32px 0 0 32px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    max-height: 100%;
    overflow-y: auto;
}

.global-menu__close {
    position: absolute;
    top: clamp(24px, 5vw, 48px);
    right: clamp(24px, 5vw, 48px);
    height: clamp(50px, 2vw, 60px);
    width: clamp(50px, 2vw, 60px);
    border: none;
    border-radius: 50%;
    background: linear-gradient(270deg, #e8ff52 0%, #D6FF4F 40%, #A6F300 100%);
    box-shadow: 0 10px 22px rgba(166, 243, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.global-menu__close:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 32px rgba(130, 200, 0, 0.4);
}

.global-menu__close span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    background-color: #ffffff;
}

.global-menu__close span:first-child {
    transform: rotate(45deg);
}

.global-menu__close span:last-child {
    transform: rotate(-45deg);
}

.global-menu__nav {
    margin-top: clamp(40px, 8vw, 96px);
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 3vw, 40px);
    color: #0b2600;
}

.global-menu__primary,
.global-menu__secondary {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vw, 24px);
}

.global-menu__primary li {
    font-size: clamp(16px, 1.2vw, 32px);
    font-weight: 700;
    padding-bottom: clamp(12px, 2vw, 20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.global-menu__primary a,
.global-menu__secondary a {
    color: inherit;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.global-menu__primary a:hover,
.global-menu__secondary a:hover {
    opacity: 0.75;
    transform: translateX(4px);
}

.global-menu__section {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 20px);
}

.global-menu__section-title {
    font-size: clamp(16px, 1.2vw, 32px);
    font-weight: 700;
    color: #0b2600;
}

.global-menu__secondary {
    font-size: clamp(14px, 2.4vw, 22px);
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: clamp(16px, 2vw, 24px);
    padding-left: 20px;
}

.global-menu__cta {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3vw, 28px);
    margin-top: auto;
}

.global-menu__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: clamp(18px, 2vw, 24px) clamp(28px, 4vw, 36px);
    border-radius: 999px;
    font-size: clamp(20px, 1.2vw, 24px);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.25s ease;
}

.global-menu__btn img {
    width: clamp(28px, 2vw, 36px);
    height: clamp(28px, 2vw, 36px);
}

.global-menu__btn--eng {
    background: linear-gradient(135deg, #1440ff 0%, #61c4ff 100%);
    box-shadow: 0 12px 28px rgba(20, 64, 255, 0.25);
}

.global-menu__btn--jp {
    background: linear-gradient(135deg, #ff1212 0%, #ffb700 100%);
    box-shadow: 0 12px 28px rgba(255, 128, 0, 0.25);
}

.global-menu__btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.18);
}

.global-menu__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 500;
    color: rgba(11, 38, 0, 0.8);
}

.global-menu__meta small {
    font-size: inherit;
}

@media screen and (max-width: 768px) {
    .header_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-radius: 50px;
        margin: 0;
    }
    .header_nav a {
        display: none;
    }
    .global-menu {
        padding: 0;
        justify-content: center;
    }

    .global-menu__inner {
        padding: 32px 24px 48px;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .global-menu__close {
        right: 24px;
        top: 24px;
    }

    .global-menu__meta {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    
}

/* フッター */

.footer_logo_slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.footer_logo_slider_track {
    display: flex;
    align-items: center;
    gap: clamp(32px, 6vw, 80px);
    width: max-content;
    animation: footer-scroll var(--footer-duration, 22s) linear infinite;
}

.footer_logo_slider_track img {
    height: clamp(40px, 6vw, 68px);
    width: auto;
    flex-shrink: 0;
}

@keyframes footer-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--footer-shift, 100%)));
    }
}

.footer_content {
    background: linear-gradient(320deg, rgba(204, 255, 0, 0.95) 0%, rgb(20, 148, 0) 100%);
    padding: clamp(32px, 5vw, 64px);
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 48px);
    color: #ffffff;
    border-top: #00000035 solid 1px;
}

.footer_content_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.footer_content_nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(40px, 6vw, 80px);
}

.footer_content_nav_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: clamp(16px, 2vw, 24px) clamp(48px, 8vw, 120px);
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6;
}

.footer_content_nav_list > li > a,
.footer_content_nav_list > li > span {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    transition: all 0.35s ease;
}

.footer_content_nav_list ul {
    margin: clamp(6px, 0.8vw, 12px) 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: clamp(6px, 0.8vw, 10px);
    font-size: 0.9em;
}

.footer_content_nav_list ul a {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}

.footer_content_nav_list a:hover {
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.35s ease;
}

.footer_content_divider {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
    min-height: clamp(140px, 25vw, 560px);
}

.footer_content_brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 3vw, 40px);
}

.footer_content_brand img {
    width: clamp(140px, 10vw, 260px);
    height: auto;
}

.footer_social_link img {
    width: clamp(36px, 4vw, 50px);
    height: auto;
}

.footer_meta {
    display: flex;
    justify-content: flex-end;
    font-size: clamp(12px, 0.9vw, 14px);
    color: rgb(255, 255, 255);
}


/* .footer-design: centered and hover animation (match .footer-info-link) */
.footer-design {
  position: relative;
  display: block;                /* ブロック化して margin auto センター */
  width: max-content;            /* テキスト幅にフィット */
  line-height: 1.2;              /* 下線位置を安定させる */
  padding-bottom: 0.2rem;        /* 下線との隙間（.footer-info-link 相当） */
  transition: color 0.3s ease, transform 0.3s ease;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.footer-design::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;       /* 下線位置（.footer-info-link と合わせる） */
  width: 0%;
  height: 2px;
  background: #765C8B; /* ブランドカラー */
  transition: width 0.3s ease;
}
.footer-design:hover {
  color: #765C8B;
  transform: translateX(4px);
}
.footer-design:hover::after { width: 100%; }


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

    .footer_content {
        background: linear-gradient(320deg, rgba(204, 255, 0, 0.95) 0%, rgb(20, 148, 0) 100%);
        padding: 60px 0px 20px 0px;
        gap: clamp(32px, 4vw, 48px);
        color: #ffffff;
        border-top: #00000035 solid 1px;
    }

    .footer_content_nav_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 120px);
        font-size: clamp(14px, 1vw, 18px);
        line-height: 1.6;
    }

    .footer_content_nav {
        flex-direction: column;
        gap: 40px;
    }

    .footer_content_divider {
        display: none;
    }

    .footer_content_brand {
        flex-direction: row;
        align-items: center;
        gap: 100px;
        margin-bottom: 40px;
    }


    .footer_content_brand img {
        width: 70px;
    }

    .footer_social_link img {
        width: 40px;
    }

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

    }

/* ichigo ichie いちごいちえ */
.first_view {
    position: relative;
    width: 100%;
    height: 50vw;
}

.first_view_top_img5 {
    top: -200px;
    right: -200px;
    width: 60vw;
    min-width: 950px;
    max-width: 2000px;
}

.first_view_top_img6 {
    top: -100px;
    right: -100px;
    width: 60vw;
    min-width: 900px;
    max-width: 2200px;
}

.first_view_top_img7 {
    top: 63%;
    left: 3%;
    width: 20vw;
    min-width: 400px;
    z-index: -1;
}

.first_view_top_img8 {
    top: 15%;
    left: 20%;
    width: 15vw;
    min-width: 200px;
    max-width: 500px;
    z-index: -1;
}

.circle {
    margin-top: 10vw;
}

.blue {
    background-color: #62E0FF;
}

.orange {
    background-color: #FFA162;
}

.circle_about {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 50px;
    position: relative;
    top: -5vw;
}

.circle_about2 {
    width: 100%;
}

.circle_about_inner {
    width: 100%;
    max-width: 3000px;
    margin: 0 auto;
    padding: 5vw 20px 5vw 20px;
}

.circle_about2_inner {
    width: 100%;
    max-width: 3000px;
    margin: 0 auto;
    padding: 0vw 20px 0vw 20px;
}

.circle_about_inner h2,
.circle_about2_inner h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.circle_about_text,
.circle_about2_text {
    width: 50%;
}

.circle_about_text p,
.circle_about2_text p {
    font-size: 20px;
    line-height: 2;
}

.circle_about_content,
.circle_about2_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
}

.circle_about_img,
.circle_about2_img {
    width: 50%;
    text-align: center;
}

.circle_about_img img,
.circle_about2_img img {
    width: 100%;
}

.position {
    position: relative;
    top: 5vw;
}

.circle_about_contact {
    margin-top: 5vw;
}

.circle_about_contact_img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.circle_about_contact {
    position: relative;
    margin-bottom: 100px;
}

.circle_about_contact_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.circle_about_contact_text p {
    line-height: 1.5;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

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


    .circle_about_inner h2,
    .circle_about2_inner h2 {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .circle_about_text p,
    .circle_about2_text p {
        font-size: 32px;
    }

    .circle_about_contact_text p {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .first_view_top_img6 {
        top: -40px;
        right: -80px;
        width: 60vw;
        min-width: 900px;
        max-width: 2200px;
    }

}

@media screen and (max-width: 1024px) {
    .first_view_top_img5 {
        top: -130px;
        right: -130px;
        width: 85vw;
        min-width: 700px;
        max-width: 700px;
    }

    .first_view_top_img6 {
        top: -30px;
        right: -70px;
        width: 60vw;
        min-width: 700px;
    }

    .first_view_top_img7 {
        top: 40%;
        left: -10%;
        width: 20vw;
        min-width: 350px;
        z-index: -1;
    }

    .first_view_top_img8 {
        top: 10%;
        left: 15%;
        width: 15vw;
        min-width: 250px;
        max-width: 500px;
        z-index: -1;
    }

    .first_view_top_title {
        bottom: 30% !important;
        left: 6% !important;
    }

    .about_inner2 {
        margin-top: 100px !important;
    }

    .circle_about_content,
    .circle_about2_content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
        width: 90%;
        margin: 0 auto;
    }

    .circle_about_text,
    .circle_about2_text,
    .circle_about_img,
    .circle_about2_img {
        width: 100%;
    }

    .reverse {
        flex-direction: column-reverse !important;
    }

}

@media screen and (max-width: 768px) {
    .first_view_top_img5 {
        top: -160px;
        right: -160px;
        width: 120vw;
        max-width: 750px;
        min-width: 400px;
    }

    .first_view_top_img6 {
        top: -60px;
        right: -100px;
        width: 120vw;
        max-width: 750px;
        min-width: 400px;
    }

    .first_view_top_img7 {
        top: auto;
        bottom: -10%;
        left: -10%;
        width: 40vw;
        min-width: 200px;
        z-index: -1;
    }

    .first_view_top_img8 {
        top: 25%;
        left: 0%;
        width: 30vw;
        min-width: 100px;
        max-width: 400px;
        z-index: -1;
    }

    .first_view_top_title {
        bottom: 10% !important;
        left: 5% !important;
    }

    .circle_about {
        top: -50px;
    }

    .position {
        top: 50px;
    }

    .circle_about_text h2,
    .circle_about2_text h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .circle_about_inner {
        padding: 30px 20px;
    }

    .circle_about_content,
    .circle_about2_content {
        gap: 20px;
        width: 100%;
    }

    .circle_about_text p,
    .circle_about2_text p {
        font-size: 16px;
    }

    .circle_about_contact {
        margin-top: 100px;
    }

    .circle_about_contact_text p {
        font-size: 20px;
    }
}

/* サークル紹介 */
.about_features_inner {
    padding: 0 20px 10vw 20px;
    margin-top: 15vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.about_features_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about_features_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

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

.about_features_content_item {
    text-align: center;
    width: 30%;
}

.about_features_text {
    font-size: 20px;
    line-height: 2;
}

.about_overview_inner {
    padding: 0 20px 10vw 20px;
    margin-top: 5vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.about_overview_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about_overview_content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 5vw;
}

.about_overview_content_item {
    text-align: center;
    width: 40%;
    min-width: 280px;
    margin-bottom: 3vw;
}

.about_overview_content_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about_benefits_inner {
    padding: 0 20px 10vw 20px;
    margin-top: 5vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.about_benefits_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about_benefits_content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.about_benefits_content_item {
    text-align: center;
    width: 30%;
    min-width: 370px;
    margin-bottom: 3vw;
}

.about_benefits_content_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.about_work {
    position: relative;
    padding: 5vw 0;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.about_work_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
}

.about_work_content {
    margin-top: clamp(32px, 5vw, 60px);
}

.about_work_table {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
    margin: 0;
    padding: clamp(24px, 4vw, 48px);
    list-style: none;
    color: #1a1a1a;
}

.about_work_row {
    display: grid;
    grid-template-columns: minmax(160px, 22%) 1fr;
    align-items: flex-start;
    gap: clamp(12px, 1.5vw, 24px);
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: clamp(12px, 1.5vw, 24px);
}

.about_work_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    background-image: none;
}

.about_work_row dt {
    font-weight: 700;
    font-size: clamp(16px, 1.2vw, 20px);
    color: #000000;
}

.about_work_row dd {
    margin: 0;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.7;
}

.about_work_row a {
    position: relative;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 4px;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;;
    align-items: center;
    gap: 15px;
}

.about_work_row a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    transition: width 0.3s ease;
}

.about_work_row a:hover {
    color: #00CD18;
    transform: scale(1.01);
}

.about_work_row a:hover img{
    transform: translateX(4px);
}

.about_work_row a:hover::after {
    width: 100%;
}

.about_work_row_btn {
    width: 26px !important;
    height: 26px !important;
    transition: transform 0.3s ease;
}

.about_league_inner {
    padding: 0 20px 10vw 20px;
    margin-top: 5vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.about_league_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about_league_content {
    width: 90%;
    margin: 0 auto;
}

.about_league_content_item {
    margin-bottom: 5vw;
}

.about_league_content_item h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: 6px;
    word-break: break-all;
}

.about_league_content_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about_voice {
    position: relative;
    padding: 5vw 0;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.about_voice_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 clamp(20px, 6vw, 100px);
}

.about_voice_slider {
    position: relative;
    padding-top: clamp(32px, 5vw, 56px);
    padding-bottom: clamp(32px, 5vw, 56px);
    padding-left: 20px;
    padding-right: 20px;
}

.about_voice_slide {
    background: rgba(255, 255, 255, 0.88);
    border-radius: clamp(24px, 3vw, 36px);
    padding: clamp(28px, 4vw, 48px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
    height: 100% !important;
}

.about_voice_profile {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about_voice_name {
    font-weight: 700;
    font-size: clamp(18px, 1.4vw, 24px);
    color: #0b3b1a;
}

.about_voice_age {
    font-size: clamp(14px, 1vw, 16px);
    color: rgba(11, 59, 26, 0.7);
}

.about_voice_text {
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.8;
    color: #1e1e1e;
}

.about_voice_nav {
    position: absolute;
    top: 52%;
    left: 50%;
    width: min(100%, 3000px);
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    pointer-events: none;
    padding: 0 20px;
}

.about_voice_button {
    pointer-events: auto;
    width: clamp(36px, 5vw, 56px);
    height: clamp(36px, 5vw, 56px);
    border-radius: 50%;
    border: none;
    background: #CCFF00;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.about_voice_button span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0b3b1a;
    border-right: 2px solid #0b3b1a;
}

.about_voice_button_prev span {
    transform: rotate(-135deg);
}

.about_voice_button_next span {
    transform: rotate(45deg);
}

.about_voice_button:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.about_voice_pagination {
    margin-top: clamp(24px, 3vw, 32px);
    display: flex;
    justify-content: center;
    gap: 8px;
}

.about_voice_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(11, 59, 26, 0.35);
    opacity: 1;
    transition: transform 0.25s ease, background 0.25s ease;
}

.about_voice_pagination .swiper-pagination-bullet-active {
    transform: scale(1.3);
    background: #00cd18;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.about_league_content_item .pc {
    display: block;
}

.about_league_content_item .sp {
    display: none;
}


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

    .about_features_inner h2,
    .about_overview_inner h2,
    .about_benefits_inner h2,
    .about_work_inner h2,
    .about_league_inner h2,
    .about_voice_inner h2
     {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .about_features_text,
    .about_work_table dt,
    .about_work_table dd
     {
        font-size: 32px;
    }

    .about_league_content_item h3 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .about_features_inner h2,
    .about_overview_inner h2,
    .about_benefits_inner h2,
    .about_work_inner h2,
    .about_league_inner h2,
    .about_voice_inner h2{
        font-size: 28px;
    }
}

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

    .sp {
        display: block;
    }
    .about_league_content_item .pc {
        display: none;
    }
    
    .about_league_content_item .sp {
        display: block;
    }

    .about_features_inner {
        padding: 0 20px 100px 20px;
        margin-top: 100px;
    }

    .about_features_inner h2,
    .about_overview_inner h2,
    .about_benefits_inner h2,
    .about_work_inner h2,
    .about_league_inner h2,
    .about_voice_inner h2{
        font-size: 24px;
        margin-bottom: 40px;
    }

    .about_features_text {
        font-size: 16px;
        line-height: 2;
    }

    .about_features_content {
        gap: 24px 16px;
    }

    .about_features_content_item {
        width: 70%;
        min-width: 300px;
    }

    .about_benefits_content_item {
        width: 60%;
        min-width: 300px;
    }

    .about_work {
        position: relative;
        padding: 30px 0;
        background-color: #f8f8f8;
        border-radius: 50px;
    }

    .about_work_content {
        margin-top:0;
    }

    .about_work_table {
        display: grid;
        gap: clamp(16px, 2vw, 28px);
        margin: 0;
        padding: 0;
        list-style: none;
        color: #1a1a1a;
    }

    .about_work_row {
        grid-template-columns: 1fr;
    }

    .about_league_inner {
        padding: 0 20px 70px 20px;
        margin-top: 70px;
        max-width: 3000px;
        margin-left: auto;
        margin-right: auto;
    }

    .about_league_content {
        width: 90%;
        margin: 0 auto;
    }

    .about_league_content_item h3 {
        font-size: 18px;
    }

    .about_voice {
        position: relative;
        padding: 30px 0;
        background-color: #f8f8f8;
        border-radius: 50px;
    }

    .about_voice_slider {
        position: relative;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_voice_slide {
        background: rgba(255, 255, 255, 0.88);
        border-radius: clamp(24px, 3vw, 36px);
        padding: clamp(28px, 4vw, 48px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        gap: clamp(16px, 2vw, 24px);
        height: 100% !important;
    }

    .about_voice_nav {
        padding: 0 6px;
    }

    .about_voice_button {
        width: 24px;
        height: 24px;
    }

    .about_voice_button span {
        width: 8px;
        height: 8px;
    }
}

/* 体験申し込み */
.contact_inner {
    padding: 0 20px 5vw 20px;
    margin-top: 15vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.contact_content_item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 36px);
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: 3vw;
    margin-bottom: 5vw;
}

.contact_text {
    display: flex;
    flex-direction: column;
}

.contact_text::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 12px;
    width: 2px;
    height: 70px;
    background-color: #CCFF00;
}

.contact_text::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 12px;
    width: 40px;
    height: 2px;
    background-color: #CCFF00;
}

.contact_title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #00CD18;
}

.contact_detail {
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 60px;
}

.contact_link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00CD18 13%, #CCFF00 100%);
    color: #ffffff;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: bold;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
    margin-left: auto;
    align-self: flex-end;
}

.contact_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.contact_link::before,
.contact_link::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}


.contact_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.contact_link::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.contact_link:after {
    background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.contact_link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 34px rgba(130, 237, 0, 0.32);
}

.contact_link:hover::before {
    transform: translateX(0);
}

.contact_link:hover::after {
    opacity: 1;
    transform: scale(1.03);
}


@media screen and (min-width: 2000px) {
    .contact_title {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .contact_detail,
    .contact_link {
        font-size: 32px;
    }

    .contact_text::before {
        top: 90px;
        left: 12px;
        width: 2px;
        height: 110px;
        background-color: #CCFF00;
    }

    .contact_text::after {
        top: 200px;
        left: 12px;
        width: 40px;
        height: 2px;
        background-color: #CCFF00;
    }
}

@media screen and (max-width: 768px) {
    
    .contact_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .contact_detail {
        margin-left: 36px;
    }

    .contact_text::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 10px;
        width: 2px;
        height: 52px;
        background-color: #CCFF00;
    }

    .contact_text::after {
        content: "";
        position: absolute;
        top: 92px;
        left: 10px;
        width: 24px;
        height: 2px;
        background-color: #CCFF00;
    }

    .contact_link {
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }

    .contact_content_item {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: clamp(24px, 3vw, 36px);
        border-bottom: 4px solid transparent;
        background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: 0 calc(100% - 2px);
        padding-bottom: 60px;
        margin-bottom: 30px;
    }
}

/* プライベートレッスン */
.private_lesson_inner {
    padding: 0 20px 5vw 20px;
    margin-top: 15vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.private_lesson_inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}

.private_lesson_text-top{
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    margin-bottom: 5vw;
}

.private_lesson {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 36px);
}

.private_lesson_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.private_lesson_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 28px);
}

.private_lesson_text::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 12px;
    width: 2px;
    height: 70px;
    background-color: #CCFF00;
}

.private_lesson_text::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 12px;
    width: 40px;
    height: 2px;
    background-color: #CCFF00;
}

.private_lesson_text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 54px;
}

.private_lesson_text_p {
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    margin-left: 60px;
}

.private_lesson_img {
    width: 45%;
    object-fit: cover;
}

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


.private_lesson_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00CD18 13%, #CCFF00 100%);
    color: #ffffff;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: bold;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
    align-self: flex-end;
    position: relative;
    width: fit-content;
}

.private_lesson_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.private_lesson_link::before,
.private_lesson_link::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}


.private_lesson_link img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.private_lesson_link::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.private_lesson_link::after {
    background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.private_lesson_link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 34px rgba(130, 237, 0, 0.32);
}

.private_lesson_link:hover::before {
    transform: translateX(0);
}

.private_lesson_link:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

@media screen and (min-width: 2000px) {
    .private_lesson_inner h2 {
        font-size: 52px;
        margin-bottom: 100px;
    }

    .private_lesson_text h3 {
        font-size: 40px;
        margin-bottom: 84px;
    }

    .private_lesson_text-top,
    .private_lesson_text_p,
     .private_lesson_link 
     {
        font-size: 32px;
    }

    .private_lesson_text::before {
        top: 90px;
        left: 12px;
        width: 2px;
        height: 110px;
        background-color: #CCFF00;
    }

    .private_lesson_text::after {
        top: 200px;
        left: 12px;
        width: 40px;
        height: 2px;
        background-color: #CCFF00;
    }
    
}

@media screen and (max-width: 1024px) {
    .private_lesson_inner h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .private_lesson_content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        gap: 50px;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .private_lesson_text {
        width: 100%;
    }

    .private_lesson_img {
        width: 100%;
    }
}

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

    .private_lesson_inner {
        padding: 0 20px 60px 20px;
        margin-top: 100px;
    }

    .private_lesson_inner h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .private_lesson_text::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 10px;
        width: 2px;
        height: 52px;
        background-color: #CCFF00;
    }

    .private_lesson_text::after {
        content: "";
        position: absolute;
        top: 92px;
        left: 10px;
        width: 24px;
        height: 2px;
        background-color: #CCFF00;
    }

    .private_lesson_text h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 32px;
    }

    .private_lesson_text_p {
        margin-left: 36px;
    }
}

/* ギャラリー */
.gallery_inner {
    padding: 0 20px 5vw 20px;
    margin-top: 15vw;
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.gallery_content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(16px, 2vw, 32px);
    margin-bottom: 30px;
}

.gallery_content_item {
    position: relative;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}


/* よくある質問 */


.faq_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 5vw;
}

.faq_link_inner {
    padding: 15vw 0 5vw 0;
    max-width: 3000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 5vw, 100px);
}

.faq-link-a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000000;
    font-size: clamp(16px, 1.2vw, 24px);
    margin-top: 20px;
    padding: 12px 22px;
    font-weight: 600;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.faq-link-a img {
    width: 26px;
    height: 26px;
    transition: transform 0.35s ease;
}

.faq-link-a:hover {
    transform: translateY(-4px);
}

.faq-link-a:hover img {
    transform: translateX(6px);
}

.faq_content {
    margin-bottom: 10vw;
}

.faq_list {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
    margin-top: clamp(24px, 4vw, 40px);
}

.faq_item {
    border-bottom: 4px solid transparent;
    background-image: linear-gradient(90deg, #00CD18 0%, #CCFF00 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: clamp(12px, 1.5vw, 20px);
}

.faq_question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 2vw, 24px);
    padding: clamp(12px, 1.5vw, 20px) 0;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    position: relative;
}

.faq_question_text {
    flex: 1;
    text-align: left;
    font-size: clamp(16px, 1.1vw, 20px);
}

.faq_label {
    font-weight: 600;
    color: #00cd18;
    margin-right: clamp(12px, 1.5vw, 16px);
}

.faq_toggle_icon {
    width: clamp(28px, 3vw, 40px);
    height: clamp(28px, 3vw, 40px);
    border-radius: 50%;
    background: #ccff00;
    position: relative;
    flex-shrink: 0;
}

.faq_toggle_icon::before,
.faq_toggle_icon::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 12px;
    height: 2px;
    background: #0b3b1a;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.faq_toggle_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq_answer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(12px, 2vw, 24px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faq_answer p {
    margin: 0;
    font-size: clamp(14px, 1.05vw, 18px);
    line-height: 1.7;
}

.faq_item.is-open .faq_answer {
    max-height: 400px;
    opacity: 1;
}

.faq_item.is-open .faq_toggle_icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (min-width: 2000px) {
    .faq_content h2{
        font-size: 52px;
        margin-bottom: 100px;
    }

    .faq_label {
        font-size: 38px;
    }

    .faq_question_text {
        font-size: 32px;
    }

    .faq_answer p {
        font-size: 28px;
    }

    .faq-link-a {
        font-size: 32px;
    }
    
    .faq-link-a img {
        width: 40px;
        height: 40px;
    }

    .faq_toggle_icon::before,
    .faq_toggle_icon::after {
        width: 18px;
        height: 3px;
    }
}

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

    .faq_link_inner {
        padding: 80px 0;
        flex-direction: column;
        gap: 10px;
    }

    .faq-link-a {
        gap: 20px;
        color: #000000;
        font-size: clamp(16px, 1.2vw, 24px);
        margin-top: 0px;
        padding: 8px 0px;
        width: 150px;
        justify-content: space-between;
    }

    .faq_inner {
        margin-top: 100px;
    }

    .faq_content {
        margin-bottom: 80px;
    }

    .faq_answer {
        grid-template-columns: 1fr;
    }

    .faq_label {
        margin-right: 0;
    }
}
/* お問い合わせフォーム */


/* スポンサー */
.sponsor_inner {
    max-width: 3000px;
    margin: 0 auto;
    padding: 15vw 20px 10vw 20px;
}

.sponsor_content_item {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 5vw, 100px);
    align-items: center;
}

.sponsor_content_item img {
    width: 20%;
}

.sponsor_content_item_text {
    width: 70%;
}

.sponsor_content2 {
    padding: 5vw 20px 5vw 20px;
}

.sponsor_content2 h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
}
.sponsor_content2_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5vw;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
}

.sponsor_top_content_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5vw;
}

.sponsor_content2_item a {
    width: 12%;
    margin-right: 3vw;
    min-width: 120px;
}

.sponsor_content2_item a img {
    width: 100%;
    object-fit: contain;
}

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


    .sponsor_content h2,
    .sponsor_content2 h2
    {
        font-size: 52px;
        margin-bottom: 100px;
    }
 }

  @media screen and (max-width: 1024px) {
    .sponsor_content h2,
    .sponsor_content2 h2
    {
        font-size: 28px;
    }
    
  }

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

    .sponsor_content h2,
    .sponsor_content2 h2
    {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .sponsor_content_item {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .sponsor_content_item img {
        width: 240px;
    }

    .sponsor_content_item_text {
        width: 100%;
    }
    }

/* form */
.contact-form {
    position: relative;
    padding: clamp(48px, 9vw, 200px) clamp(16px, 7vw, 120px);
    overflow: hidden;
}

.contact-form__inner {
    position: relative;
    z-index: 1;
    width: min(2000px, 100%);
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
}

.contact-form__text {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 5vw;
}

.wpcf7 form {
    width: 100%;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 60px);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.96);
    border: 1.5px solid rgba(0, 40, 12, 0.08);
    box-shadow: 0 25px 60px rgba(32, 66, 0, 0.14);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 32px);
    position: relative;
    overflow: hidden;
}



.wpcf7 form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.wpcf7 form label span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.04em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    border-radius: 20px;
    border: 1.5px solid rgba(24, 24, 24, 0.1);
    background: rgba(247, 249, 240, 0.9);
    padding: 16px 20px;
    font-size: 1rem;
    line-height: 1.6;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: rgba(0, 205, 24, 0.7);
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(81, 255, 0, 0.18);
}

.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

.wpcf7 .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 18px;
    font-weight: 500;
    color: #20301A;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    accent-color: #00CD18;
    width: 18px;
    height: 18px;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #ff4d6d;
}

.wpcf7 .wpcf7-response-output {
    margin-top: 12px;
    border-radius: 18px;
    padding: 14px 18px;
    font-size: 0.9rem;
    font-weight: 600;
}

.wpcf7 .wpcf7-mail-sent-ok {
    border: 1.5px solid rgba(0, 205, 24, 0.4);
    background: rgba(204, 255, 0, 0.15);
    color: #0D3D14;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
    border: 1.5px solid rgba(255, 77, 109, 0.55);
    background: rgba(255, 239, 243, 0.95);
    color: #8a112d;
}

.wpcf7 input[type="submit"] {
    display: block;
    margin: 8px auto 0;
    text-align: center;
    padding: 16px 64px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(120deg, #00CD18, #CCFF00);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    box-shadow: 0 16px 30px rgba(0, 205, 24, 0.25);
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 22px 44px rgba(81, 255, 0, 0.35);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.wpcf7 input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.wpcf7 form p:last-of-type .wpcf7-spinner {
    position: static;
    margin: 0;
}

.hidden-fields-container {
    border: none !important;
    padding: 0;
    margin: 0;
}

.wpcf7 .screen-reader-response {
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}

.staff-position {
    margin-bottom: clamp(48px, 7vw, 120px);
    padding: clamp(32px, 6vw, 72px);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(41, 71, 3, 0.08);
}

.staff-position__title,
.staff_title {
    font-size: clamp(26px, 2vw, 36px);
    margin-bottom: 16px;
}

.staff-position__intro {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: clamp(24px, 4vw, 40px);
}

.staff-role {
    padding: clamp(20px, 3vw, 32px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(0, 40, 12, 0.08);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.04);
    margin-bottom: clamp(24px, 3vw, 36px);
}

.staff-role:last-of-type {
    margin-bottom: 0;
}

.staff-role__name {
    font-size: clamp(20px, 1.6vw, 28px);
    color: #00CD18;
    margin-bottom: 16px;
}

.staff-role__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.staff-role__table th,
.staff-role__table td {
    padding: 18px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}

.staff-role__table tr:first-child th,
.staff-role__table tr:first-child td {
    border-top: none;
}

.staff-role__table th {
    width: 160px;
    font-weight: 700;
    color: #0f2012;
}

.staff-role__table td p {
    margin-bottom: 8px;
}

.staff-role__table td p:last-child {
    margin-bottom: 0;
}

.staff-role__table ul {
    padding-left: 20px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .staff-role__table,
    .staff-role__table tbody,
    .staff-role__table tr,
    .staff-role__table th,
    .staff-role__table td {
        display: block;
        width: 100%;
    }

    .staff-role__table th {
        margin-bottom: 6px;
        color: #062005;
    }

    .staff-role__table td {
        padding-top: 4px;
        padding-bottom: 20px;
        border-top: none;
    }

    .staff-role__table tr + tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 16px;
    }
}

/* ========== サークル規約エリア ========== */

.circle-rules {
  margin: 28px 0 12px;
  padding: 20px;
  border-radius: 12px;
}

.circle-rules__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.circle-rules__content {
  font-size: 13px;
  line-height: 1.7;
  background: rgba(247, 249, 240, 0.9);;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 16px;
  max-height: 180px;
  overflow-y: auto;
}

/* チェック部分 */
.circle-rules__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.circle-rules__check label {
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}

/* チェックボックス色 */
.circle-rules__check input[type="checkbox"] {
  accent-color: #51FF00;
  width: 18px;
  height: 18px;
}

/* スクロールバー（見た目の調整） */
.circle-rules__content::-webkit-scrollbar {
  width: 6px;
}
.circle-rules__content::-webkit-scrollbar-thumb {
  background-color: #CCFF00;
  border-radius: 3px;
}

.trial-checkbox label {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}

/* レスポンシブ対応 */
@media (min-width: 2500px) {
    .wpcf7 form label {
        font-size: 32px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="url"],
    .wpcf7 select,
    .wpcf7 textarea,
    .circle-rules__title,
    .wpcf7 form label span {
        font-size: 32px;
    }

    .contact-form__text {
        font-size: 32px;
    }

    .circle-rules__content {
        font-size: 20px;
        max-height: 300px;
    }

}

@media (max-width: 599px) {
    .contact-form {
        padding: 40px 16px 72px;
    }

    .wpcf7 form {
        border-radius: 24px;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
        text-align: center;
    }

    .circle-rules {
    padding: 16px;
  }

  .circle-rules__title {
    font-size: 14px;
}
}
