
/* ヒーローセクション */
.hero-section {
    position: relative;
    height: 720px;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
    color: white;
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
}


.hero-quote {
    font-weight: 600;
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.hero-quote p {
    margin: 34px 0 0 0;
}

.hero-source {
    font-family: 'A P-OTF Antique AN+ ProN', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 2.8px;
    text-align: right;
}

.hero-source p {
    margin: 0;
}


.hero-announcement-wrapper {
    position: absolute;
    bottom: 8px;
    right: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.announcement-label {
    font-weight: 600;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    padding: 4px 24px;
    border: 1px solid white;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background-color: transparent;
    box-sizing: border-box;
    width: fit-content;
}

.hero-announcement {
    background-color: white;
    padding: 16px;
    border-radius: 0 12px 12px 12px;
    box-shadow: 2px 2px 2px 0px inset rgba(0,0,0,0.25);
    height: 72px;
    overflow-x: scroll;
    border: 1px solid white;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
}

.announcement-content {
    font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 1.4;
    white-space: nowrap;
}

.announcement-content p {
    margin: 0 0 4px 0;
}

.announcement-content p:last-child {
    margin-bottom: 0;
}

.hero-credit {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 3;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
}

.hero-credit p {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2.8px;
    margin: 0;
}

.toilet-issues-section {
    background-color: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
    }

.toilet-issues-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.toilet-issues-section .section-main {
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.toilet-issues-section .section-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
}

/* 取組の前提セクション */
.premise-section {
    background-color: #EEF0ED;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}



.premise-section .section-main {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.premise-section .section-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
}

.premise-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.premise-text {
    font-weight: 600;
    font-size: 16px;
    color: #2f7340;
    line-height: 2.4;
    letter-spacing: 2.4px;
}

.premise-text p {
    margin: 0;
}

.statistics-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.statistics-grid {
    display: flex;
    gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-left: 0;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
    width: 144px;
}

.stat-item:last-child {
    width: 294px;
}

.stat-label-value {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    white-space: nowrap;
}

/* 職員登庁率 */
.stat-attendance .stat-label-value {
    justify-content: center;
    gap: 8px;
}

/* 勤務時間 */
.stat-hours .stat-label-value {
    justify-content: center;
    gap: 8px;
}

/* やり取り相手 */
.stat-partners {
    width: 294px;
}

.stat-partners .stat-icon {
    width: 294px;
    height: 120px;
}

.stat-partners .stat-label-value {
    justify-content: center;
    gap: 8px;
}

.stat-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-item:last-child .stat-icon {
    width: 294px;
    height: 120px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-label {
    font-weight: 600;
    font-size: 14px;
    color: #2f7340;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1.4px;
    flex-shrink: 0;
}

.stat-value {
    font-weight: 600;
    font-size: 24px;
    color: #2f7340;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 2.4px;
    flex-shrink: 0;
}

.statistics-source {
    font-weight: 400;
    font-size: 12px;
    color: #2f7340;
    text-align: right;
}

.statistics-source p {
    margin: 0;
}

.premise-conclusion {
    font-weight: 600;
    font-size: 16px;
    color: #2f7340;
    line-height: 2.4;
    letter-spacing: 2.4px;
}

.premise-conclusion p {
    margin: 0;
}

/* 支援に不可欠な仕組み①セクション */
.mechanism1-section {
    background-color: #2f7340;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.mechanism1-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mechanism1-section .section-main {
    padding-top: 48px;
    padding-bottom: 40px;
}

.mechanism1-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.mechanism1-badge {
    background-color: white;
    color: #2f7340;
    padding: 10px 88px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.mechanism1-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: white;
}

.description-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.description-label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    white-space: nowrap;
    width: 168px;
    flex-shrink: 0;
}

.description-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
    line-height: 1.8;
    flex: 1;
}

.mechanism1-flowchart {
    width: 846px;
    height: 275px;
    margin: 0 auto;
}

.mechanism1-flowchart img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 支援に不可欠な仕組み①セクション専用のサイドバースタイル */
.mechanism1-section .sidebar-title {
    color: white;
}

.mechanism1-section .sidebar-title h2 {
    color: white;
}

.mechanism1-section .sidebar-subtitle {
    color: white;
}

.mechanism1-section .large-text {
    color: white;
}

.mechanism1-section .small-text {
    color: white;
}

.mechanism1-section .line-dot {
    background-color: white;
}

.mechanism1-section .line-vertical {
    background-color: white;
}

/* 支援に不可欠な仕組み③セクション専用のサイドバースタイル */
.mechanism3-section .sidebar-title {
    color: white;
}

.mechanism3-section .sidebar-title h2 {
    color: white;
}

.mechanism3-section .sidebar-subtitle {
    color: white;
}

.mechanism3-section .large-text {
    color: white;
}

.mechanism3-section .small-text {
    color: white;
}

.mechanism3-section .line-dot {
    background-color: white;
}

.mechanism3-section .line-vertical {
    background-color: white;
}

/* 支援に不可欠な仕組み②セクション */
.mechanism2-section {
    background-color: white;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
    border: 16px solid #2f7340;
}

.mechanism2-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mechanism2-section .section-main {
    padding-top: 48px;
    padding-bottom: 40px;
}

.mechanism2-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.mechanism2-badge {
    background-color: #2f7340;
    color: white;
    padding: 10px 88px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.mechanism2-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #2f7340;
}

.mechanism2-description p.description-stats {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.mechanism2-description p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.mechanism2-cards {
    display: flex;
    gap: 20px;
    width: 800px;
}

.mechanism2-cards img {
    width: 180px;
    height: auto;
    object-fit: cover;
}

.mechanism2-note {
    font-size: 16px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

/* 支援に不可欠な仕組み③セクション */
.mechanism3-section {
    background-color: #2f7340;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.mechanism3-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mechanism3-section .section-main {
    padding-top: 24px;
    height: auto;
}

.mechanism3-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.mechanism3-badge {
    background-color: white;
    color: #2f7340;
    padding: 10px 88px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.mechanism3-description {
    color: white;
}

.mechanism3-description p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 2.4;
    margin: 0 0 24px 0;
}

.mechanism3-comparison {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.comparison-left,
.comparison-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comparison-title {
    font-size: 16px;
    font-weight: 700;
    color: #2f7340;
    letter-spacing: 2.4px;
    text-align: left;
    padding: 8px 32px;
    background-color: white;
    border-radius: 32px;
    width: fit-content;
    margin: 0;
}

.comparison-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.4px;
    line-height: 1.8;
    text-align: left;
}

.comparison-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.comparison-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.comparison-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    flex-shrink: 0;
    align-self: center;
    margin-top: 100px;
}

.comparison-arrow img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mechanism3-features {
    color: white;
}

.mechanism3-features p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 2.4;
    margin: 0;
}

/* セクション共通スタイル */
.section-container {
    display: flex;
    gap: 72px;
    padding: 40px 0;
    align-items: flex-start;
    width: 1280px;
    margin: 0 auto;
}

.section-sidebar {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 280px;
    flex-shrink: 0;
    align-self: stretch;
}

.section-main {
    display: flex;
    gap: 40px;
    height: 100%;
    align-items: flex-start;
    width: 100%;
    max-width: 848px;
    flex-shrink: 0;
    position: relative;
}

.sidebar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 640px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.mechanism1-section .sidebar-content {
    gap: 40px;
}

/* サイドバースタイルはcommon.cssに移動済み */

.sidebar-line {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    min-height: 100%;
}

.line-dot {
    width: 8px;
    height: 8px;
    background-color: #2f7340;
    border-radius: 50%;
    flex-shrink: 0;
}

.line-vertical {
    flex: 1;
    width: 1px;
    background-color: #2f7340;
    min-height: 0;
}

.section-main {
    display: flex;
    gap: 40px;
    height: 100%;
    align-items: flex-start;
    width: 100%;
    max-width: 848px;
    flex-shrink: 0;
    position: relative;
}

.content-images {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    max-width: 848px;
    margin-bottom: 40px;
}

.main-image {
    width: 256px;
    height: 341px;
    flex-shrink: 0;
    position: relative;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.content-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
}

.quote-text {
    font-weight: 600;
    font-size: 16px;
    color: #2f7340;
    line-height: 2.4;
    letter-spacing: 2.4px;
}

.quote-text p {
    margin: 0;
}

.quote-source {
    font-weight: 600;
    font-size: 14px;
    color: #2f7340;
    line-height: 2.06;
    letter-spacing: 1.4px;
}

.quote-source p {
    margin: 0;
}

.video-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
}

.video-thumbnail {
    width: 170px;
    height: 98px;
    flex-shrink: 0;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.video-description {
    font-weight: 600;
    font-size: 13px;
    color: #2f7340;
    line-height: 1.8;
    letter-spacing: 1px;
    min-width: 100%;
}

.video-description p {
    margin: 0;
}

.section-cta {
    position: static;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
    align-self: flex-end;
}

.cta-tag {
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #2f7340;
    line-height: 1.8;
    letter-spacing: 3.2px;
    white-space: nowrap;
}

.mechanism3-section .cta-tag {
    color: white;
}

.cta-button {
    background-color: #2f7340;
    color: white;
    padding: 12px 24px 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    height: 64px;
    min-width: 332px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 3.2px;
    white-space: nowrap;
}

/* 白背景のCTAボタン（mechanism3, deployment） */
.mechanism3-section .cta-button,
.deployment-section .cta-button {
    background-color: white;
    color: #2f7340;
}

.mechanism3-section .section-cta {
    position: static;
    left: auto;
    top: auto;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
    align-self: flex-end;
}

/* 支援に不可欠な仕組み④セクション */
.mechanism4-section {
    background-color: white;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
    border: 16px solid #2f7340;
}

.mechanism4-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mechanism4-section .section-main {
    padding-top: 48px;
}

.mechanism4-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.mechanism4-badge {
    background-color: #2f7340;
    color: white;
    padding: 10px 32px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.mechanism4-description {
    color: #2f7340;
}

.mechanism4-description p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 2;
    margin: 0 0 24px 0;
}

.mechanism4-description p:last-child {
    margin-bottom: 0;
}

.mechanism4-description .orange-text {
    color: #B35628 !important;
    font-size: 18px !important;
    margin-bottom: 24px !important;
}

.mechanism4-description .warning-text {
    font-size: 30px !important;
    color: #B35628 !important;
    font-weight: 700 !important;
    letter-spacing: 10px;
    border-bottom: 1px solid #B35628;
}

.mechanism4-description .lead-block {
    margin-bottom: 24px;
}


.mechanism4-section .stats-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
    margin-bottom: 14px;
    color: #2f7340;
}

.mechanism4-section .stats-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 110px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 14px;
    color: #2f7340;
}

.mechanism4-section .stats-unit {
    font-size: 32px;
    font-weight: 600;
    margin-left: 8px;
    color: #2f7340;
}

/* 支援に不可欠な仕組み⑤セクション */
.mechanism5-section {
    background-color: #2f7340;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.mechanism5-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mechanism5-section .section-main {
    padding-top: 72px;
    padding-bottom: 40px;
}

.mechanism5-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.mechanism5-section1,
.mechanism5-section2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-badge {
    background-color: white;
    color: #2f7340;
    padding: 10px 88px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.section-note {
    font-size: 16px;
    font-weight: 600;
    color: white;
    letter-spacing: 3.2px;
}

.section-description {
    color: white;
}

.section-description p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.sidebar-fund {
    padding-top: 24px;
}

.fund-box {
    background-color: white;
    color: #2f7340;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.fund-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    margin-bottom: 0px;
    color: #2f7340;
}

.fund-status {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #2f7340;
}


.mechanism5-section .stats-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
    margin-bottom: 14px;
    color: white;
}

.mechanism5-section .stats-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 110px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 14px;
    color: white;
}

.mechanism5-section .stats-unit {
    font-size: 32px;
    font-weight: 600;
    margin-left: 8px;
    color: white;
}

.mechanism5-section .stats-note {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    color: white;
}

/* 支援に不可欠な仕組み⑤セクション専用のサイドバータイトルスタイル */
.mechanism5-section .sidebar-title {
    color: white;
}

.mechanism5-section .sidebar-title h2 {
    color: white;
}

.mechanism5-section .sidebar-subtitle {
    color: white;
}

.mechanism5-section .large-text {
    color: white;
}

.mechanism5-section .small-text {
    color: white;
}

.mechanism5-section .line-dot {
    background-color: white;
}

.mechanism5-section .line-vertical {
    background-color: white;
}

.mechanism5-section .section-badge {
    width: 336px;
    padding: 10px;
    text-align: center;
}



/* 災害派遣実績セクション */
.deployment-section {
    background-color: #EEF0ED;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.deployment-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.deployment-section .section-main {
    padding-top: 48px;
}

.deployment-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.deployment-cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.deployment-card {
    flex: 1;
    height: 112px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 2.8px;
    margin-bottom: 8px;
}

.card-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 2px;
    line-height: 1;
}

.card-unit {
    font-size: 24px;
    font-weight: 600;
    margin-left: 4px;
}

.deployment-description {
    color: #2f7340;
}

.deployment-description p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.deployment-story {
    color: #2f7340;
}

.deployment-story p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0 0 16px 0;
}

.deployment-story p:last-child {
    margin-bottom: 0;
}

.deployment-section .section-cta {
    position: static;
    left: auto;
    top: auto;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
    align-self: flex-end;
}

/* 移動型トイレの概要セクション */
.toilet-overview-section {
    background-color: #2f7340;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.toilet-overview-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.toilet-overview-section .section-main {
    padding-top: 48px;
    padding-bottom: 40px;
}

.toilet-overview-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.overview-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-triangle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.section-triangle img {
    width: 60px;
    height: auto;
}

.section-note {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    opacity: 0.8;
    display: block;
    text-align: right;
}

.section-badge {
    background-color: white;
    color: #2f7340;
    padding: 10px 88px;
    border-radius: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 8px;
    white-space: nowrap;
    width: fit-content;
    margin: 0;
}

.section-description {
    color: white;
}

.section-description p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 2;
    margin: 0;
}

.overview-features {
    color: white;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    margin: 0;
    color: white;
}

.feature-item p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1.8;
    margin: 0;
    color: white;
}

.feature-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-text {
    flex: 1;
}

.feature-text p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1.8;
    margin: 0;
    color: white;
}

.feature-text ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.feature-text li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1.8;
    color: white;
    margin-bottom: 4px;
}

.feature-text li:last-child {
    margin-bottom: 0;
}

.feature-item ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.feature-item li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1.8;
    color: white;
    margin-bottom: 4px;
}

.feature-item li:last-child {
    margin-bottom: 0;
}

.feature-image {
    flex-shrink: 0;
    width: 160px;
    height: 96px;
}

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

.toilet-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.toilet-type h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    letter-spacing: 2.7px;
    margin: 0 0 24px 0;
}

.toilet-images {
    margin-bottom: 24px;
}

.toilet-overview-section .main-image {
    width: 100%;
    height: 262px;
    margin-bottom: 16px;
}

.toilet-overview-section .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.detail-image {
    width: 100%;
    height: 155px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.toilet-specs {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 0.5px solid white !important;
    overflow: hidden;
    background-color: rgba(47, 115, 64, 0.05);
}

.toilet-specs tr {
    border-bottom: 0.5px solid white !important;
}

.toilet-specs tr:last-child {
    border-bottom: none !important;
}

.toilet-specs td {
    font-size: 12px;
    font-weight: 400;
    border: 0.5px solid white !important;
    border-collapse: separate !important;
    letter-spacing: 1.2px;
    padding: 8px;
}

.spec-label {
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 2.8px;
    width: 120px;
    padding: 12px 16px;
    border-right: 0.5px solid white !important;
    background-color: rgba(47, 115, 64, 0.2);
}

.spec-value {
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.4px;
    padding: 12px 16px;
    background-color: rgba(47, 115, 64, 0.05);
}

/* 導入例見出しのカプセル型スタイル */
.support-header h3 {
    display: inline-block;
    background-color: white;
    color: #2f7340;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin: 0;
}

/* 移動型トイレの概要セクション専用のサイドバースタイル */
.toilet-overview-section .sidebar-content {
    padding-top: 40px;
    align-items: flex-start;
    justify-content: flex-start;
}

.toilet-overview-section .sidebar-title {
    color: white;
}

.toilet-overview-section .sidebar-title h2 {
    color: white;
}

.toilet-overview-section .sidebar-subtitle {
    color: white;
}

.toilet-overview-section .large-text {
    color: white;
}

.toilet-overview-section .small-text {
    color: white;
}

.toilet-overview-section .line-dot {
    background-color: white;
}

.toilet-overview-section .line-vertical {
    background-color: white;
}

.cta-button:hover {
    background-color: #1e4d2a;
}

/* 白背景CTAボタンのhover */
.mechanism3-section .cta-button:hover,
.deployment-section .cta-button:hover {
    background-color: #f8f8f8;
    color: #2f7340;
}

/* 緑背景CTAボタンのhover（support） */
.support-section .cta-button:hover {
    background-color: #1e4d2a;
    color: white;
}

/* 導入支援セクション */
.support-section {
    background-color: #EEF0ED;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.support-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.support-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.support-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 3px;
    margin: 0;
}

.support-description {
    color: #2f7340;
}

.support-description p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.support-graph {
    width: 100%;
    display: flex;
    justify-content: center;
}

.support-graph img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.support-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.detail-item p {
    font-size: 16px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 0;
}

.support-section .section-cta {
    position: static;
    left: auto;
    top: auto;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
    align-self: flex-end;
}


/* 団体概要セクション */
.about-section {
    background-color: white;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 1;
}

.about-section .section-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-section .section-main {
    padding-top: 48px;
    padding-bottom: 40px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.about-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 3.6px;
    line-height: 1.5;
    margin: 0;
}

.large-number {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
}

.about-description {
    color: #2f7340;
}

.about-description p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.6px;
    line-height: 1.8;
    margin: 0 0 16px 0;
}

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

.about-signature {
    color: #2f7340;
    text-align: right;
}

.about-signature p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.7px;
    margin: 0;
}

/* 団体概要セクション専用のサイドバースタイル */
.about-section .sidebar-title {
    color: #2f7340;
}

.about-section .line-dot {
    background-color: #2f7340;
}

.about-section .line-vertical {
    background-color: #2f7340;
}

/* フッターセクション */
.footer-section {
    background-color: #eef0ed;
    padding: 48px 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-item {
    display: flex;
    gap: 72px;
    width: 100%;
}

.footer-label {
    width: 280px;
    border-top: 1px solid #2f7340;
    padding: 26px 0;
    flex-shrink: 0;
}

.footer-label h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2f7340;
    letter-spacing: 4px;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
    text-align: left;
}

.footer-content {
    flex: 1;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.footer-content p {
    font-size: 16px;
    font-weight: 400;
    color: #2f7340;
    letter-spacing: 3.2px;
    line-height: 1.8;
    margin: 0;
}

.footer-content p:first-child {
    margin-bottom: 0;
}

.footer-content a {
    color: #2f7340;
    text-decoration: none;
}

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

.footer-content-single {
    width: 800px;
}

.footer-content-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 0;
}

.footer-content-grid p {
    line-height: 1.55;
}

