/* CSS Variables */
:root {
    --color-primary: #3f2b31;
    --color-green: #93c52d;
    --color-pink: #fa7ca3;
    --color-yellow: #f6bb1a;
    --color-gray: #f0f0f0;
    --font-tsukushi: 'Tsukushi A Round Gothic', sans-serif;
    --font-noto: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

/* Reset & Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-noto);
    color: var(--color-primary);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    scroll-behavior: smooth;
}

/* Frame 87 - Header Section */
.frame-87 {
    width: 100%;
    height: 176px;
    position: relative;
    background: white;
    z-index: 1000;
    margin: 0 auto;
    overflow: visible;
}

.header-top-border {
    width: 100%;
    height: 7px;
    background-color: var(--color-green);
}

.header-main {
    width: 100%;
    height: 145px;
    position: relative;
    background: white;
    display: flex;
    gap: 97px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px;
}

.header-wave {
    position: absolute;
    bottom: -45px;
    left: calc(50% - 0.476px);
    width: 2759.05px;
    height: 45.131px;
    transform: translateX(-50%);
    background-image: url('./assets_new/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1001;
}

.header-logo {
    position: absolute;
    top: 38px;
    left: calc(50% - 0.385px);
    width: 509.23px;
    height: 80.67px;
    transform: translateX(-50%);
}

.logo-design {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.logo-group-1 {
    position: absolute;
    top: 11.79%;
    left: 19.26%;
    right: 45.12%;
    bottom: 62.84%;
    background-image: url('./assets_new/2b58c4da3b8c5d4ab013e2d1ae21e52b93a06cf5.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-group-2 {
    position: absolute;
    top: 44.76%;
    left: 18.99%;
    right: 0;
    bottom: 11.11%;
    background-image: url('./assets_new/5cb84a11841d855e9c1cb8c148b05fdf3f8d6652.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-group-3 {
    position: absolute;
    top: -0.01%;
    left: 0;
    right: 83.42%;
    bottom: -0.01%;
    background-image: url('./assets_new/3005915f8d47a4cea508e6f68c7bbc1387d320ce.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.nav-item {
    width: 78px;
    height: 116.897px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.nav-item:hover {
    transform: translateY(-2px);
}

.nav-item:nth-child(2) {
    width: 96px;
}

.nav-icon-container {
    flex: 1;
    width: 100%;
    padding: 8px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nav-icon {
    width: 58px;
    height: 58px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.home-icon {
    background-image: url('./assets_new/518bf301f553b197d1356d130964d4c895f41eab.png');
}

.gallery-icon {
    background-image: url('./assets_new/c8da5ff3ca6cb3fc02b9b11723afc45533431951.png');
}

.contact-icon {
    background-image: url('./assets_new/96c2818310b9792b54d008886f15187b45833ae1.png');
}

.nav-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.nav-title {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-primary);
    line-height: normal;
    margin: 0;
}

.nav-subtitle {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 12px;
    color: var(--color-green);
    line-height: normal;
    margin: 0;
}

/* Frame 8 - Hero Section */
.frame-8 {
    width: 100%;
    height: 752px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}

.hero-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.fv-bg {
    width: 100%;
    height: 100%;
    background-image: url('./assets/main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cloud-left {
    position: absolute;
    left: 0;
    top: 196px;
    width: 226px;
    height: 136px;
    background-image: url('./assets/2c100f4d159a594fa6d5810c3d1dac31b21d134b.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cloud-right {
    position: absolute;
    right: 0;
    top: 196px;
    width: 226px;
    height: 136px;
    background-image: url('./assets/2c100f4d159a594fa6d5810c3d1dac31b21d134b.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateY(180deg) scaleY(-1);
}

/* Frame 78 - About Section */
.frame-78 {
    width: 100%;
    margin: 0 auto;
    height: 374px;
    position: relative;
    padding: 60px 280px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-container {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.about-content {
    width: 786px;
    height: 256px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.decoration-elements {
    width: 739px;
    height: 85px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    margin-left: 23.5px;
}

.cloud-bg-1 {
    width: 290px;
    height: 85px;
    background-image: url('./assets/b016f58ca87772920f4581c159d6b575c58fe617.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.balloon {
    width: 35px;
    height: 50px;
    background-image: url('./assets/83e96c62682eb011872fe9f73bbd10cbca458b6e.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cloud-bg-2 {
    width: 294px;
    height: 72px;
    background-image: url('./assets/8e283a0c1414ad3248823d89a3f82d0cc79f1085.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-title {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: normal;
    width: 786px;
}

.about-title .highlight {
    color: var(--color-green);
}

.about-description {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    text-align: center;
    line-height: normal;
    width: 786px;
}

.about-description p {
    margin-bottom: 0;
}

.about-bg-1 {
    position: absolute;
    left: 62px;
    top: calc(50% + 19.5px);
    width: 220px;
    height: 315px;
    background-image: url('./assets/9d0e789807740861884cddeb0b7ccbf28f527ab4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.about-bg-2 {
    position: absolute;
    right: 62px;
    top: calc(50% + 20.75px);
    width: 199px;
    height: 312.5px;
    background-image: url('./assets/e5c25dabe089f61eb25c09ec3fba8948873e8e36.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/* Frame 31 - Goals Section */
.frame-31 {
    width: 100%;
    margin: 0 auto;
    height: 915px;
    position: relative;
    background-image: url('./assets_frame31/2ce7d99774ccd9015c40073a27bf482fe3bdf58c.png');
    background-size: 384px 384px;
    background-repeat: repeat;
    background-position: top left;
    padding: 124px 226px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: center;
    box-sizing: border-box;
}

.goals-container {
    background-image: url('./assets_frame31/c53f3f7bf72b97319c7705d20459ea06af46592c.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 130px 40px 128px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.goals-content {
    padding: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.goals-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
}

.title-container {
    padding: 0 37px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.section-title {
    padding: 0 0 12px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #c9e296;
    pointer-events: none;
}

.section-title h2 {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    flex: 1;
    margin: 0;
}

.goals-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.goal-item {
    display: flex;
    gap: 6px;
    align-items: center;
    width: 285px;
}

.check {
    width: 20px;
    height: 20px;
    position: relative;
}

.check-inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.check-design {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.check-design {
    background-image: url('./assets_frame31/97dac8f764e2efa4664ec7d2a6cf24771a461950.svg');
}

.check-pink-design {
    background-image: url('./assets_frame31/6d645c6e155ce1d249ff07b1b637a06e4568ae34.svg');
}

.check-yellow-design {
    background-image: url('./assets_frame31/08a35f3dbf744ab684b50c1aa130b623af5d0527.svg');
}

.goal-item p {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 20px;
    color: var(--color-primary);
    line-height: 20px;
    white-space: nowrap;
    margin: 0;
}

.wave-bottom {
    position: absolute;
    bottom: -0.13px;
    left: calc(50% - 2.475px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame31/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.wave-top {
    position: absolute;
    top: 0;
    left: calc(50% - 2.476px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame31/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%) rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.development-goals {
    background-image: url('./assets_frame31/a4c24b401f78b7c5fdaeec0d5d17d5e26adac280.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 80px 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.development-title-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.development-title {
    padding: 0 0 12px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.development-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #c9e296;
    pointer-events: none;
}

.development-title h3 {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    margin: 0;
}

.grade-goals {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.grade-row {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
}

.grade-label {
    width: 104px;
    padding: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    box-sizing: border-box;
}

.grade-label div {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.grade-pink {
    background-color: var(--color-pink);
}

.grade-yellow {
    background-color: var(--color-yellow);
}

.grade-green {
    background-color: var(--color-green);
}

.grade-content {
    flex: 1;
    background-color: var(--color-gray);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-sizing: border-box;
}

.grade-content p {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    line-height: normal;
    flex: 1;
    height: 100%;
    margin: 0;
}

.tree-bg-left {
    position: absolute;
    left: 0;
    top: calc(50% + 8px);
    width: 187px;
    height: 549px;
    background-image: url('./assets_frame31/897b9e2aaafe10362c0712b3ae84e9aeb058359e.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.tree-bg-right {
    position: absolute;
    right: 0;
    top: calc(50% + 8px);
    width: 187px;
    height: 549px;
    background-image: url('./assets_frame31/83268f35084061296cb21af99379358e70d93f53.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 1366px) {
    .frame-8, .frame-78, .frame-31 {
        width: 100%;
    }

    .frame-78 {
        padding: 60px 5% 38px;
    }

    .frame-31 {
        padding: 124px 5%;
    }

    .goals-container {
        padding: 40px 5%;
    }

    .development-goals {
        padding: 60px 5%;
    }
}

/* Frame 42 - Info Cards Section */
.frame-42 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 45px 164px;
}

.dot-bg-left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 208px;
    height: 546px;
    background-image: url('./assets/f41f0751783308fbd88548ff36896900695ee422.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.dot-bg-right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 208px;
    height: 546px;
    background-image: url('./assets/e9eb74f3ced1496cc04d59b01fdd3b4e6913c589.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    justify-content: center;
}

.info-card {
    background: white;
    border-radius: 24px;
    padding: 35px 14px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    position: relative;
    height: 100%;
}

.card-green {
    border: 3px solid var(--color-green);
}

.card-pink {
    border: 3px solid var(--color-pink);
}

.card-yellow {
    border: 3px solid var(--color-yellow);
}

.card-header {
    padding: 0 0 12px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
}

.card-green .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #c9e296;
}

.card-pink .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #f8d0db;
}

.card-yellow .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #fcdfa4;
}

.card-header h3 {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.card-content {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    text-align: center;
    line-height: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.card-content p {
    margin-bottom: 0;
}

.schedule-row {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    font-size: 16px;
    color: black;
    line-height: normal;
    width: 100%;
    padding-bottom: 8px;
}

.schedule-label {
    width: 114px;
    text-align: right;
    flex-shrink: 0;
}

.schedule-time {
    flex: 1;
    text-align: left;
}

/* Frame 47 - Gallery Section */
.frame-47 {
    width: 100%;
    margin: 0 auto;
    height: 918.882px;
    position: relative;
    background-color: #ecf2ce;
    padding: 124px 343px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-bg-left {
    position: absolute;
    left: 0;
    top: calc(50% - 0.941px);
    width: 389px;
    height: 689px;
    background-image: url('./assets_frame47/2adacb2fac75cff92a0609d040e3b7f2d24c38bd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.gallery-bg-right {
    position: absolute;
    right: 0;
    top: calc(50% - 0.941px);
    width: 369px;
    height: 679px;
    background-image: url('./assets_frame47/1754f690da8f0e308292fefd8872512f44ebd514.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.wave-gallery-top {
    position: absolute;
    top: 0;
    left: calc(50% - 0.476px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame47/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%) rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave-gallery-bottom {
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.476px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame47/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.gallery-header {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.gallery-icon {
    width: 56px;
    height: 47px;
    background-image: url('./assets_frame47/c8da5ff3ca6cb3fc02b9b11723afc45533431951.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-title {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    margin: 0;
    width: max-content;
}

.gallery-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-main {
    flex: 1;
    background: white;
    border-radius: 24px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    min-width: 0;
    height: 545.882px;
    box-sizing: border-box;
    position: relative;
}

.gallery-image {
    flex: 1;
    width: 100%;
    border-radius: 12px;
    background-image: url('./assets/hp_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 0;
    transition: background-image 0.5s ease-in-out;
}

.gallery-caption {
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.gallery-caption p {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 28px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    margin: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-nav-right {
    position: absolute;
    right: -19px;
    top: calc(50% - 27.941px);
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav-left {
    position: absolute;
    left: -19px;
    top: calc(50% - 27.941px);
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
}

.gallery-btn {
    width: 58px;
    height: 58px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-btn:hover {
    opacity: 0.8;
}

.gallery-btn:active {
    opacity: 0.6;
}

.gallery-btn-next {
    transform: rotate(180deg);
}

.gallery-btn-bg {
    position: absolute;
    inset: 0;
    background-image: url('./assets_frame47/afc4ef8ed3d837513f0b08c30fa6ab085b708cde.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Frame 57 - Events Section */
.frame-57 {
    width: 100%;
    margin: 0 auto;
    padding: 44px 164px;
}

.events-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
    align-items: flex-start;
}

.event-card {
    flex: 1;
    min-width: 357px;
    border-radius: 23px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.event-card-yellow {
    background-color: #fdf8d8;
    box-shadow: 0px 6px 0px 0px var(--color-yellow);
    height: 223px;
}

.event-card-pink {
    background-color: #fee5ed;
    box-shadow: 0px 6px 0px 0px var(--color-pink);
    padding-bottom: 40px;
}

.event-header {
    background-color: var(--color-yellow);
    padding: 11px 24px;
    border-radius: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.event-card-pink .event-header {
    background-color: var(--color-pink);
    width: 213px;
}

.event-header h3 {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 26px;
    color: white;
    text-align: center;
    line-height: 29px;
    flex: 1;
}

.event-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.event-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 16px;
    width: 100%;
}

.event-bullet {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-yellow);
    flex-shrink: 0;
}

.event-bullet-pink {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-pink);
}

.event-label {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-yellow);
    text-align: left;
    flex-shrink: 0;
    width: 120px;
}

.event-description {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    flex: 1;
}

.event-card-pink .event-content {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 21px;
    text-align: left;
    align-items: flex-start;
}

.event-card-pink .event-content p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    /* Hero Section */
    .frame-8 {
        height: auto;
    }

    .hero-container {
        height: auto;
        aspect-ratio: 16/9;
    }

    .cloud-left,
    .cloud-right {
        display: none;
    }

    .fv-bg {
        background-size: contain;
        background-position: top center;
    }

    /* About Section */
    .frame-78 {
        height: auto;
        padding: 40px 20px;
    }

    .about-content {
        width: 100%;
        height: auto;
    }

    .decoration-elements {
        width: 100%;
        flex-direction: column;
        height: auto;
        gap: 20px;
        margin-left: 0;
    }

    .cloud-bg-1, .cloud-bg-2 {
        width: 200px;
        height: auto;
    }

    .about-title {
        width: 100%;
        font-size: 24px;
    }

    .about-description {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

    .about-bg-1, .about-bg-2 {
        display: none;
    }

    /* Goals Section */
    .frame-31 {
        height: auto;
        padding: 80px 20px;
    }

    .goals-container {
        padding: 30px 20px;
    }

    .goals-content {
        padding: 0;
    }

    .title-container {
        padding: 0;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .goals-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .goal-item {
        width: 100%;
        max-width: 285px;
    }

    .goal-item p {
        font-size: 18px;
    }

    .development-goals {
        padding: 40px 20px;
    }

    .development-title h3 {
        font-size: 24px;
        white-space: normal;
    }

    .grade-row {
        flex-direction: column;
    }

    .grade-label {
        width: 100%;
    }

    .grade-content p {
        font-size: 14px;
    }

    .tree-bg-left, .tree-bg-right {
        display: none;
    }

    /* Info Cards Section */
    .frame-42 {
        padding: 30px 20px;
    }

    .info-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .info-card {
        width: 100%;
        min-width: 280px;
        max-width: 400px;
        padding: 30px 20px;
        margin: 0 auto;
    }

    .card-header h3 {
        font-size: 24px;
        white-space: normal;
    }

    .card-content {
        font-size: 14px;
    }

    .schedule-row {
        font-size: 14px;
        gap: 10px;
    }

    .schedule-label {
        width: 80px;
    }

    .dot-bg-left, .dot-bg-right {
        display: none;
    }

    /* Events Section */
    .frame-57 {
        padding: 30px 20px;
    }

    .events-cards {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .event-card {
        width: 100%;
        min-width: 280px;
        max-width: 400px;
        padding: 20px;
    }

    .event-card-yellow {
        height: auto;
    }

    .event-header {
        padding: 10px 20px;
    }

    .event-header h3 {
        font-size: 22px;
    }

    .event-label {
        font-size: 14px;
    }

    .event-description {
        font-size: 14px;
    }

    .event-card-pink .event-content {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Gallery Section */
    .frame-47 {
        height: auto;
        padding: 60px 20px;
    }

    .gallery-header {
        width: auto;
    }

    .gallery-title {
        font-size: 24px;
    }

    .gallery-container {
        width: 100%;
        padding: 0;
    }

    .gallery-main {
        height: auto;
        min-height: 350px;
    }

    .gallery-nav-left {
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .gallery-nav-right {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .gallery-caption p {
        font-size: 20px;
        white-space: normal;
    }

    .gallery-bg-left, .gallery-bg-right {
        display: none;
    }
}

/* Frame 58 - Overview Section */
.frame-58 {
    width: 100%;
    margin: 0 auto;
    height: 501px;
    position: relative;
    background-image: url('./assets_frame58/2ce7d99774ccd9015c40073a27bf482fe3bdf58c.png');
    background-size: 384px 384px;
    background-repeat: repeat;
    background-position: top left;
    padding: 120px 164px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    box-sizing: border-box;
}

.overview-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.overview-icon {
    width: 56px;
    height: 47px;
    background-image: url('./assets_frame58/96c2818310b9792b54d008886f15187b45833ae1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.overview-title {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    width: 432px;
    margin: 0;
}

.overview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.overview-left {
    flex: 1;
    min-width: 374px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.overview-right {
    flex: 1;
    min-width: 374px;
    background: white;
    border-radius: 12px;
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.overview-item {
    width: 100%;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.address-item {
    padding: 30px 34px;
    gap: 14px;
    justify-content: center;
    line-height: normal;
    flex: 1;
}

.overview-label {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 20px;
    color: var(--color-green);
    text-align: center;
    white-space: nowrap;
    margin: 0;
}

.overview-text {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 24px;
    color: var(--color-primary);
    flex: 1;
    white-space: pre-wrap;
    margin: 0;
    text-align: center;
}

.instagram-item {
    height: 61px;
    border: 3px solid var(--color-green);
    gap: 17px;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    color: inherit;
}

.instagram-item:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.instagram-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.instagram-image {
    position: absolute;
    bottom: 0.03%;
    left: 0.03%;
    right: 0;
    top: 0;
    overflow: hidden;
}

.instagram-design {
    position: absolute;
    bottom: 0.03%;
    left: 0.03%;
    right: 0;
    top: 0;
}

.instagram-clip {
    position: absolute;
    bottom: 0.03%;
    left: 0.03%;
    right: 0;
    top: 0;
}

.instagram-group {
    position: absolute;
    inset: -28.14% -11.87% -11.87% -28.14%;
}

.instagram-glyph {
    position: absolute;
    inset: -28.14% -11.87% -11.87% -28.14%;
}

.instagram-mask {
    position: absolute;
    inset: -28.14% -11.87% -11.87% -28.14%;
    background-image: url('./figma_assets/9cad7ecc657702007dbf7f1ad3cc72ea3c59f2d4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    mask-image: url('./figma_assets/a9177b2cba76e88ceade85a98b1e799152af7e1a.svg');
    mask-size: 35.7px 35.7px;
    mask-position: 10.06px 10.05px;
    mask-repeat: no-repeat;
}

.instagram-text {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 18px;
    color: black;
    text-align: center;
    white-space: nowrap;
    line-height: normal;
    margin: 0;
}

.instagram-arrow {
    position: absolute;
    right: 18px;
    top: 24px;
    width: 12px;
    height: 13px;
    overflow: hidden;
}

.arrow-design {
    position: absolute;
    inset: 1.96% 7.75% 1.96% 5.33%;
    background-image: url('./figma_assets/9b7b3c9f5c8622b3620fe3472b53b47ab7c3192a.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tel-text {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 40px;
    color: var(--color-primary);
    letter-spacing: 0.8px;
    width: 100%;
    margin: 0;
}

.tel-label {
    color: var(--color-green);
    letter-spacing: 2px;
}

.tel-number {
    letter-spacing: 0.8px;
}

.tel-hours {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 14px;
    color: black;
    width: 100%;
    margin: 0;
}

.overview-bg-left {
    position: absolute;
    left: 31px;
    top: 50%;
    width: 93px;
    height: 331px;
    background-image: url('./assets_frame58/90097df138a71fe7f7dd8ec6c9ec1cfa3a55145b.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.overview-bg-right {
    position: absolute;
    right: 51px;
    top: 50%;
    width: 92px;
    height: 347px;
    background-image: url('./assets_frame58/037a1cfe74d77d346be864b53655d56bc4e7dc88.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.overview-wave-top {
    position: absolute;
    top: 0.48px;
    left: calc(50% - 0.476px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame58/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%) rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-wave-bottom {
    position: absolute;
    bottom: -0.61px;
    left: calc(50% - 0.475px);
    width: 2759.05px;
    height: 45.131px;
    background-image: url('./assets_frame58/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

/* Frame 74 - Access Section */
.frame-74 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 164px 36px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

.access-header {
    width: 150px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.access-icon {
    width: 56px;
    height: 47px;
    background-image: url('./assets/c70c01b30636c99ade8010f5175956d4b05af84e.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.access-title {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    line-height: 30px;
    width: 432px;
}

.map-container {
    width: 100%;
    height: 400px;
    background-image: url('./assets/4f362124fd41b05524b858bd46aa85c983285318.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.map-button {
    width: 200px;
    height: 48px;
    border: 3px solid var(--color-green);
    border-radius: 24px;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
    cursor: pointer;
}

.map-button span {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-primary);
    text-align: center;
    line-height: 12px;
    white-space: nowrap;
}

.map-arrow {
    width: 10.43px;
    height: 12.5px;
    background-image: url('./assets/9b7b3c9f5c8622b3620fe3472b53b47ab7c3192a.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 14.57px;
    top: 17.75px;
}

/* Frame 85 - Footer Section */
.frame-85 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footer-main {
    background-image: url('./assets/5c0d1c8fb7158ca6e44bd54b205bbcf271e1f696.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 180px 426px 50px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    justify-content: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    width: 100%;
}

.footer-logo {
    width: 394px;
    height: 63px;
    background-image: url('./assets/22ab74ef4b0c04a27df815d3fdaffc3a22ffb88f.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.contact-item {
    display: flex;
    gap: 7px;
    height: 23px;
    align-items: flex-start;
}

.contact-icon {
    flex-shrink: 0;
}

.map-icon {
    width: 15.61px;
    height: 22px;
    background-image: url('./assets/0db699b37e32304d0a2372be3c5236deea24efc5.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.phone-icon {
    width: 19.73px;
    height: 20.4px;
    background-image: url('./assets/4d57a41f6d6fe1fab00956db7a33e4dcc209822b.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-text {
    font-family: var(--font-noto);
    font-weight: bold;
    font-size: 17px;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 0.85px;
    white-space: nowrap;
}

.footer-nav {
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-nav a {
    font-family: var(--font-tsukushi);
    font-weight: bold;
    font-size: 16px;
    color: var(--color-primary);
    text-decoration: none;
    line-height: normal;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-copyright {
    background-color: var(--color-primary);
    height: 44px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-copyright p {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 12px;
    white-space: nowrap;
    margin: 0;
}

/* Additional Responsive Design */
@media (max-width: 1366px) {
    .frame-87, .frame-58, .frame-74, .frame-47, .frame-85 {
        width: 100%;
    }

    .frame-74 {
        padding: 30px 5% 36px;
    }

    .frame-47 {
        padding: 124px 5%;
    }

    .footer-main {
        padding: 160px 5% 50px;
    }

    .header-main {
        padding: 0 5%;
        gap: 50px;
    }

    .header-logo {
        width: 100%;
        max-width: 509px;
        left: 50%;
    }

    .logo-design {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .frame-87 {
        height: auto;
        min-height: 120px;
    }

    .header-main {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        padding: 15px 10px;
        height: auto;
        justify-content: space-between;
    }

    .header-logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 240px;
        height: 48px;
        flex-shrink: 0;
    }

    .header-nav {
        flex-direction: row;
        gap: 8px;
        justify-content: flex-end;
        flex-shrink: 0;
    }

    .nav-item {
        width: 50px;
        height: 70px;
    }

    .nav-item:nth-child(2) {
        width: 50px;
    }

    .nav-icon-container {
        padding: 5px;
        gap: 3px;
    }

    .nav-icon {
        width: 35px;
        height: 35px;
    }

    .nav-title {
        font-size: 11px;
        line-height: 1.2;
    }

    .nav-subtitle {
        font-size: 9px;
        line-height: 1.2;
    }

    .header-wave {
        display: none;
    }

    /* Overview Section */
    .frame-58 {
        height: auto;
        padding: 60px 20px;
    }

    .overview-header {
        gap: 15px;
    }

    .overview-title {
        font-size: 24px;
        width: 100%;
    }

    .overview-content {
        flex-direction: column;
        gap: 20px;
    }

    .overview-left,
    .overview-right {
        min-width: 100%;
    }

    .overview-item {
        font-size: 14px;
    }

    .address-item {
        padding: 15px 20px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .overview-label {
        font-size: 14px;
    }

    .overview-text {
        font-size: 14px;
        white-space: normal;
    }

    .overview-right {
        padding: 25px 20px;
    }

    .tel-text {
        font-size: 28px;
    }

    .tel-hours {
        font-size: 12px;
    }

    .overview-bg-left,
    .overview-bg-right {
        display: none;
    }

    /* Access Section */
    .frame-74 {
        padding: 30px 20px;
    }

    .access-header {
        width: auto;
    }

    .access-title {
        width: 100%;
        font-size: 24px;
    }

    .map-container {
        height: 300px;
    }

    .map-button {
        width: 180px;
        height: 44px;
    }

    .map-button span {
        font-size: 14px;
    }

    /* Footer Section */
    .footer-main {
        padding: 120px 20px 30px 20px;
    }

    .footer-logo {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 394/63;
    }

    .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contact-item {
        height: auto;
        flex-direction: row;
        align-items: center;
        gap: 7px;
        justify-content: center;
    }

    .contact-text {
        font-size: 14px;
        white-space: nowrap;
        text-align: left;
    }

    .footer-nav {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-copyright p {
        font-size: 11px;
        white-space: normal;
    }
}

/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {
    .frame-87 {
        min-height: 100px;
    }

    .header-main {
        padding: 10px 8px;
    }

    .footer-main {
        padding: 150px 20px 30px 20px;
    }

    .header-logo {
        width: 180px;
        height: 36px;
    }

    .header-nav {
        gap: 5px;
    }

    .nav-item {
        width: 45px;
        height: 60px;
    }

    .nav-item:nth-child(2) {
        width: 45px;
    }

    .nav-icon-container {
        padding: 3px;
        gap: 2px;
    }

    .nav-icon {
        width: 30px;
        height: 30px;
    }

    .nav-title {
        font-size: 10px;
        line-height: 1.2;
    }

    .nav-subtitle {
        font-size: 8px;
        line-height: 1.2;
    }

    .frame-8 {
        height: auto;
    }

    .hero-container {
        height: auto;
        aspect-ratio: 16/9;
    }

    .about-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .about-description {
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .development-title h3 {
        font-size: 20px;
    }

    .goal-item p {
        font-size: 16px;
    }

    .info-card {
        width: 100%;
        min-width: 260px;
        max-width: 400px;
        padding: 25px 15px;
        gap: 20px;
        margin: 0 auto;
    }

    .card-header h3 {
        font-size: 20px;
    }

    .event-card {
        min-width: 260px;
        padding: 15px;
    }

    .event-header h3 {
        font-size: 20px;
    }

    .gallery-main {
        min-height: 300px;
    }

    .gallery-caption p {
        font-size: 18px;
    }

    .overview-title {
        font-size: 20px;
    }

    .tel-text {
        font-size: 24px;
    }

    .access-title {
        font-size: 20px;
    }

    .map-container {
        height: 250px;
    }
}