/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
}

/* Header styles */
.header {
    background-color: #121E23;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 32px;
    width: 100%;
    height: 64px;
}

/* Logo styles */
.logo {
    width: 204px;
    height: 32px;
    overflow: hidden;
}

.logo svg {
    width: 100%;
    height: 100%;
}

/* Button area styles */
.button-area {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Button base styles */
.button-secondary,
.button-primary {
    height: 44px;
    padding: 8px 24px;
    border-radius: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
}

/* Secondary button styles */
.button-secondary {
    background-color: transparent;
    color: #AFC8FD;
    border: 2px solid #AFC8FD;
}

.button-secondary:hover {
    background-color: #AFC8FD;
    color: #121E23;
}

/* Primary button styles */
.button-primary {
    background-color: #009DFF;
    color: #ffffff;
    border: 2px solid #009DFF;
}

.button-primary:hover {
    background-color: #0088dd;
    border-color: #0088dd;
}

/* Hero area styles */
.hero-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    width: 1441px;
    height: 750px;
    background-image: url('images/hero-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Welcome area styles */
.welcome-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 1131px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.welcome-background {
    position: absolute;
    top: 0;
    width: 1441px;
    height: 100%;
    background-image: url('images/welcome-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.welcome-flag>img {
    width: 1071px;
}

.welcome-title {
    color: #121E23;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 100;
    position: absolute;
    top: 350px;
    text-align: center;
    width: 100%;
}


.welcome-people-plant {
    top: 450px;
    position: absolute;
}

.welcome-text {
    color: #121E23;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    z-index: 100;
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}

/* Ayumi area styles */
.ayumi-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 25884px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Spacer to maintain scroll height */
.ayumi-title {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
}

.ayumi-background {
    position: absolute;
    top: 50px;
    width: 1440px;
    height: 719px;
    background-image: url('images/ayumi-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ayumi-background>div {
    width: 1440px;
    height: 720px;
}

.ayumi-background>img.hidden {
    display: none;
}

.parallax03-1-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-1_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-1-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-1_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-1-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-1_3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-2-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-2-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-2-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-2-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-2-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-2-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-3-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-3-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-3-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-3-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-3-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-3-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-4-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-4-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-4-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-4-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-4-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-4-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-5-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-5-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-5-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-5-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-5-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-5-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-6-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-6-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-6-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-6-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-6-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-6-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-7-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-7-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-7-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-7-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-7-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-7-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-8-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-8-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-8-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-8-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-8-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-8-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-9-1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-9-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-9-2 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-9-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03-9-3 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-9-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax03--1 {
    top: 80px;
    width: 1440px;
    height: 719px;
    display: none;
    background-image: url('images/03-parallax/03-4-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.parallax03-space {
    top: 80px;
    width: 1440px;
    height: 719px;
}


.ayumi-text {
    color: #121E23;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    z-index: 100;
    position: absolute;
    bottom: 90px;
    text-align: center;
    width: 100%;
}

/* planning area styles */
.planning-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.planning-background {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 780px;
    background-image: url('images/planning-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.planning-title {
    position: absolute;
    bottom: 180px;
    right: 120px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.planning-count {
    position: absolute;
    bottom: 70px;
    right: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.planning-count>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.planning-notice {
    position: absolute;
    bottom: 50px;
    right: 120px;
    color: #2A424B;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* community area styles */
.community-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.community-background {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 780px;
    background-image: url('images/community-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.community-title1 {
    position: absolute;
    bottom: 300px;
    left: 120px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count1 {
    position: absolute;
    bottom: 210px;
    left: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count1>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 153.846% */
}


.community-title2 {
    position: absolute;
    bottom: 130px;
    left: 120px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count2 {
    position: absolute;
    bottom: 40px;
    left: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count2>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 153.846% */
}

.community-title3 {
    position: absolute;
    bottom: 130px;
    left: 480px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count3 {
    position: absolute;
    bottom: 40px;
    left: 480px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.community-count3>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 153.846% */
}

/* analytics area styles */
.analytics-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.analytics-background {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 780px;
    background-image: url('images/analytics-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.analytics-title {
    position: absolute;
    top: 50px;
    left: 120px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.analytics-count {
    position: absolute;
    top: 100px;
    left: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.analytics-count>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 153.846% */
}

/* webinar area styles */
.webinar-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.webinar-background {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 780px;
    background-image: url('images/webinar-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.webinar-title1 {
    position: absolute;
    top: 50px;
    right: 350px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    /* 169.231% */
}

.webinar-count1 {
    position: absolute;
    top: 40px;
    right: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.webinar-count1>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 153.846% */
}


.webinar-title2 {
    position: absolute;
    top: 150px;
    right: 410px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    /* 169.231% */
}

.webinar-count2 {
    position: absolute;
    top: 140px;
    right: 120px;
    color: #2A424B;
    font-family: Cabin;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.webinar-count2>span.unit {
    color: #616E73;
    font-family: "Noto Sans JP";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 153.846% */
}


/* city area styles */
.city-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 1283px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.city-header {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 100px;
    z-index: 2;
}

.city-background {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 1283px;
    background-image: url('images/city-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.city-text {
    position: absolute;
    top: 0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    z-index: 3;
    width: 800px;
    margin-top: 50px;
    /* 30px */
}

.city-text>.city-text1 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    /* 169.231% */
}

.city-text>.city-text1>span {
    color: #FFF;
    font-family: Cabin;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.city-text>.city-text2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.city-text>.city-text3 {
    margin-top: 20px;
}

/* aisatsu area styles */
.aisatsu-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    height: 920px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aisatsu-background {
    display: flex;
    padding: 120px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    background: #E8EBF4;
    height: 100%;
    padding: 120px 0 120px 0;
}

.aisatsu-body {
    display: flex;
    gap: 40px;
}

.aisatsu-body-icon {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: url('images/icon.svg');
    background-size: cover;
}

.aisatsu-body-text {
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 720px;
    /* 24px */
}

.aisatsu-body-text>.title {
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 42px */
    margin-bottom: 16px;
}

.aisatsu-body-text>.name {
    margin-top: 16px;
    color: #2A424B;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.hidden {
    display: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .header {
        padding: 8px 16px;
    }

    .logo {
        width: 150px;
        height: 24px;
    }

    .button-area {
        gap: 8px;
    }

    .button-secondary,
    .button-primary {
        font-size: 16px;
        padding: 6px 16px;
        height: 36px;
    }


    .hero-background,
    .welcome-background {
        width: 100%;
        left: 0;
    }

    .welcome-title {
        top: 200px;
    }

    .welcome-people-plant {
        top: 250px;
    }

    .welcome-people-plant>img {
        width: 280px;
    }

    .welcome-text {
        bottom: 400px;
    }

    .welcome-flag>img {
        width: 100%;
    }


    .ayumi-background {
        height: 500px;
        width: 100%;
        left: 0;
    }

    .parallax03-1-1,
    .parallax03-1-2,
    .parallax03-1-3,
    .parallax03-2-1,
    .parallax03-2-2,
    .parallax03-2-3,
    .parallax03-3-1,
    .parallax03-3-2,
    .parallax03-3-3,
    .parallax03-4-1,
    .parallax03-4-2,
    .parallax03-4-3,
    .parallax03-5-1,
    .parallax03-5-2,
    .parallax03-5-3,
    .parallax03-6-1,
    .parallax03-6-2,
    .parallax03-6-3,
    .parallax03-7-1,
    .parallax03-7-2,
    .parallax03-7-3,
    .parallax03-8-1,
    .parallax03-8-2,
    .parallax03-8-3,
    .parallax03-9-1,
    .parallax03-9-2,
    .parallax03-9-3 {
        width: 100%;
        height: 500px;
    }

    .parallax03-1-2 {
        right: 90px;
        height: 430px;
    }

    .parallax03-2-2,
    .parallax03-3-2,
    .parallax03-4-2,
    .parallax03-5-2,
    .parallax03-6-2,
    .parallax03-7-2,
    .parallax03-8-2,
    .parallax03-9-2 {
        right: 20px;
        height: 430px;
    }


    .welcome-title,
    .welcome-text,
    .ayumi-text {
        font-size: 18px;
        padding: 0 20px;
    }

    .ayumi-title {
        width: 100%;
        height: 75px;
        top: 0;
    }

    .ayumi-title>img {
        width: 300px;
    }

    .ayumi-background {
        top: 80px;
    }

    .planning-area,
    .community-area,
    .analytics-area,
    .webinar-area {
        width: 100%;
        height: 400px;
    }

    .planning-background,
    .community-background,
    .analytics-background,
    .webinar-background {
        width: 100%;
        height: 100%;
    }

    .planning-title {
        position: absolute;
        bottom: 150px;
        right: 20px;
        font-size: 28px;
    }

    .planning-count {
        position: absolute;
        bottom: 40px;
        right: 20px;
        font-size: 80px;
    }

    .planning-count>span.unit {
        font-size: 48px;
    }

    .planning-notice {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 16px;
    }

    .community-title1 {
        position: absolute;
        bottom: 200px;
        left: 20px;
        font-size: 28px;
    }

    .community-count1 {
        position: absolute;
        bottom: 120px;
        left: 20px;
        font-size: 52px;
    }

    .community-count1>span.unit {
        font-size: 32px;
        /* 153.846% */
    }


    .community-title2 {
        position: absolute;
        bottom: 90px;
        left: 20px;
        font-size: 28px;
    }

    .community-count2 {
        position: absolute;
        bottom: 10px;
        left: 20px;
        font-size: 52px;
    }

    .community-count2>span.unit {
        font-size: 32px;
        /* 153.846% */
    }

    .community-title3 {
        position: absolute;
        bottom: 90px;
        left: 380px;
        font-size: 28px;
    }

    .community-count3 {
        position: absolute;
        bottom: 10px;
        left: 380px;
        font-size: 52px;
    }

    .community-count3>span.unit {
        font-size: 32px;
        /* 153.846% */
    }


    .analytics-title {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 28px;
    }

    .analytics-count {
        position: absolute;
        top: 70px;
        left: 20px;
        font-size: 80px;
    }

    .analytics-count>span.unit {
        font-size: 48px;
        /* 153.846% */
    }

    .webinar-title1 {
        position: absolute;
        top: 10px;
        right: 230px;
        font-size: 32px;
        /* 169.231% */
    }

    .webinar-count1 {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 60px;
    }

    .webinar-count1>span.unit {
        font-size: 48px;
        /* 153.846% */
    }


    .webinar-title2 {
        position: absolute;
        top: 80px;
        right: 260px;
        font-size: 32px;
        /* 169.231% */
    }

    .webinar-count2 {
        position: absolute;
        top: 90px;
        right: 20px;
        font-size: 60px;
    }

    .webinar-count2>span.unit {
        color: #616E73;
        font-size: 48px;
        /* 153.846% */
    }


    .city-area {
        padding: 40px 12px
    }

    .city-background {
        width: 100%;
    }


    .city-text {
        width: 100%;
        padding: 10px 12px;
        margin-top: 10px;
    }

    .city-text>.city-text2 {
        font-size: 30px;
    }

    .city-text>.city-text3 {
        font-size: 18px;
    }

    .welcome-text {
        bottom: 200px;
    }

    .aisatsu-area {
        height: auto;
    }

    .aisatsu-background {
        padding: 40px 12px;
    }

    .aisatsu-body {
        flex-direction: column;
        align-items: center;

    }

    .aisatsu-body-text {
        width: 100%;
        padding: 0 20px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */
    }

}

@media (max-width: 480px) {

    .button-secondary,
    .button-primary {
        font-size: 14px;
        padding: 6px 12px;
        height: 32px;
    }

    .hero-area {
        height: 740px;
    }

    .welcome-area {
        height: 611px;
    }

    .city-area {
        height: 1160px;
    }

    .planning-area,
    .community-area,
    .analytics-area,
    .webinar-area {
        height: 660px;
    }

    .aisatsu-area {
        height: auto;
    }

    .planning-background {
        background-image: url('images/sp/planning-background.svg');
        background-color: #F9F9FF;
        width: 100%;
        height: 660px;
    }

    .community-background {
        background-image: url('images/sp/community-background.svg');
        background-color: #F9F9FF;
        width: 100%;
        height: 660px;
    }


    .analytics-background {
        background-image: url('images/sp/analytics-background.svg');
        background-position-y: 77px;
        background-color: #F9F9FF;
        width: 100%;
        height: 660px;
    }

    .webinar-background {
        background-image: url('images/sp/webinar-background.svg');
        background-position-y: 77px;
        background-color: #F9F9FF;
        width: 100%;
        height: 660px;
    }

    .community-title1 {
        position: absolute;
        bottom: 350px;
        left: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count1 {
        position: absolute;
        bottom: 280px;
        left: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count1>span.unit {
        color: #616E73;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 68px;
        /* 188.889% */
    }


    .community-title2 {
        position: absolute;
        bottom: 220px;
        left: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count2 {
        position: absolute;
        bottom: 140px;
        left: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count2>span.unit {
        font-size: 32px;
        /* 153.846% */
    }

    .community-title3 {
        position: absolute;
        bottom: 90px;
        left: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count3 {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .community-count3>span.unit {
        font-size: 32px;
        /* 153.846% */
    }


    .analytics-title {
        position: absolute;
        top: 40px;
        left: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .analytics-count {
        position: absolute;
        top: 90px;
        left: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 92px;
        /* 115% */
    }

    .analytics-count>span.unit {
        font-size: 48px;
        /* 153.846% */
    }

    .webinar-title1 {
        position: absolute;
        top: 20px;
        right: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .webinar-count1 {
        position: absolute;
        top: 60px;
        right: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 92px;
        /* 115% */
    }

    .webinar-count1>span.unit {
        font-size: 48px;
        /* 153.846% */
    }


    .webinar-title2 {
        position: absolute;
        top: 150px;
        right: 10px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* 169.231% */
    }

    .webinar-count2 {
        position: absolute;
        top: 190px;
        right: 10px;
        color: #2A424B;
        font-family: Cabin;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 92px;
    }

    .webinar-count2>span.unit {
        color: #616E73;
        font-size: 48px;
        /* 153.846% */
    }

    .welcome-people-plant {
        top: 180px;
    }

    .welcome-people-plant>img {
        width: 194px;
    }


    .hero-background {
        width: 100%;
        height: 740px;
        background-image: url('images/sp/hero-background.svg');
    }

    .welcome-background {
        width: 100%;
        background-image: url('images/sp/welcome-background.svg');
    }

    .ayumi-background {
        height: 400px;
    }

    .welcome-title {
        top: 130px;
        color: var(--Default-Black, #121E23);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .welcome-text {
        color: var(--Default-Black, #121E23);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        bottom: 100px;
        /* 21px */
    }

    .ayumi-background {}

    .ayumi-text {
        font-size: 16px;
    }

    .ayumi-title {
        width: 250px;
        height: 60px;
    }

    .planning-title {
        position: absolute;
        bottom: 130px;
        right: 20px;
        font-size: 28px;
        text-align: right;
    }

    .planning-count {
        position: absolute;
        bottom: 40px;
        right: 20px;
        font-size: 80px;
    }

    .planning-count>span.unit {
        font-size: 48px;
    }

    .planning-notice {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 16px;
    }

    .city-background {
        width: 100%;
        height: 1160px;
        background-image: url('images/sp/hero-background.svg');
        background-position-y: 420px;
    }

    .city-header {
        width: 100%;
        height: 470px;
    }

    .city-header>img {
        width: 100%;
    }

    .city-text {
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */
        width: 100%;
        padding: 12px;
        margin-top: 0;
    }

    .city-text>.city-text1 {
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 154%;
        /* 49.28px */
    }

    .city-text>.city-text1>span {
        color: #FFF;
        font-family: Cabin;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


    .city-text>.city-text2 {
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .aisatsu-background {
        padding: 40px 12px;
    }

    .aisatsu-body {
        flex-direction: column;
        align-items: center;
    }

    .aisatsu-body-text {
        width: 100%;
        padding: 0 20px;
        color: #2A424B;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */
    }

    .aisatsu-body-text>.title {
        color: #2A424B;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 42px */
    }

    .aisatsu-body-text>.name {
        color: #2A424B;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 30px */
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.parallax-box {
    width: 100%;
    height: 719px;
}