@charset "UTF-8";

.notice-banner {
    width: 100%;
    background-color: #4caf50;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.notice-banner-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.notice-banner p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
}

.notice-banner small {
    font-size: 10px;
    display: inline-block;
}

@media (max-width: 560px) {
    .notice-banner p {
        font-size: 11px;
    }
    .notice-banner small {
        margin-top: 4px;
        font-size: 9px;
        line-height: 1.7;
    }
}

.l-section-inner {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 560px) {
    .l-section-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.l-intro-section{
    padding: 100px 0;
    background-color: #fff;
    background-image: url(../img/index/intro-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.l-intro-section .l-section-inner{
    max-width: 1000px;
    margin: 0 auto;
}

.l-intro-section .l-section-inner .l-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
    color: #40a735;
    letter-spacing: 0.025em;
    text-align: left;
    margin-bottom: 45px;
}


.l-intro-section .l-section-inner .l-title span{
    position: relative;
    padding-top: 2px;
}

.l-intro-section .l-section-inner .l-title span:before{
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #FF9999;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    transform: translateY(-50%);
}


.l-intor-content{
    position: relative;
}

.l-intor-content:after{
    content: '';
    position: absolute;
    display: block;
    width: 392px;
    height: 366px;
    background-image: url(../img/index/intro-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 70px;
    right: 0px;
}

.l-intor-content-text{
    max-width: 580px;
    margin-bottom: 60px;
}

.l-intor-content p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.025em;
    color: #000;
    margin-bottom: 15px;
}

.l-intor-content p span{
    color: #6BB9ED;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px dotted #6BB9ED;
}

.event-info-table{
    width: 100%;
    border-left: solid 1px #D6D6D6;
    border-top: solid 1px #D6D6D6;
    border-collapse: collapse;
    max-width: 650px;
    background-color: #fff;
}

.event-info-table caption {
    display: none;
}

.event-info-table th{
    background-color: #F4F4F4;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    border-right: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.7em;
}
.event-info-table td{
    border-right: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.7em;
}

.event-info-table td a{
    color: #eb9d22;
}

.event-info-table td a:hover{
    text-decoration: none;
}

.event-info-table td strong{
    font-weight: 700;
    color: #000;
}
.event-info-table td span{
    padding-top: 4px;
    padding-bottom: 3px;
    display: inline-block;
}




.l-ancher-section{
    background-color: #F7F7F7;
}

.l-ancher-section .l-section-inner{
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.l-index-ancher{
    /* Rectangle 7 */
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border: 4px solid #F39800;
    border-radius: 25px;
    position: relative;
    margin-bottom: 38px;
    box-sizing: border-box;
}

.l-index-ancher .l-index-ancher-inner{
    padding:40px 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.l-index-ancher p{
    /* Group 134 */
    position: absolute;
    left: 20px;
    top: -20px;
    width: 256px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    background-color: #F39800;
    border-radius: 100px;
}
.l-index-ancher .l-index-ancher-inner ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    max-width: 750px;
    margin: 0 auto;
}
.l-index-ancher .l-index-ancher-inner ul li {
    flex: 1 1 0;
    text-align: center;
}
.l-index-ancher .l-index-ancher-inner ul li a{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    padding-left: 35px;
    transition: color 0.2s ease;
}

.l-index-ancher .l-index-ancher-inner ul li a:hover{
    color: #F39800;
}

.l-index-ancher .l-index-ancher-inner ul li a small{
    display: block;
    font-size: 11px;
    line-height: 1.3em;
    color: #000;
    font-weight: bold;
    transition: color 0.2s ease;
}

.l-index-ancher .l-index-ancher-inner ul li a:hover small{
    color: #F39800;
}
.ico-ancher{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 2px;
}
.ico-ancher svg{
    transform: scale(1);
}

.l-ancher-section .l-section-inner .g-btns{
    width: 100%;
}

.g-btns .g-btn-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: relative;
}

.g-btns .g-btn-inner .home-button {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

/* ========================================
   ホームボタン
======================================== */
.home-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    flex-shrink: 0;
}

.home-button:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.g-btns .g-btn-inner .home-button:hover {
    transform: translateY(calc(-50% - 2px));
}

.g-btns .g-btn-inner .home-button:active {
    transform: translateY(-50%);
}

.home-button svg {
    width: 30px;
    height: 30px;
}

/* ========================================
   会場MAPボタン
======================================== */
.map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 390px;
    height: 76px;
    background: #40a735;
    border-radius: 52px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    margin: 0 0px;
}

.map-button.selected{
    pointer-events: none;
    opacity: 0.75;
}

.map-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(64, 167, 53, 0.3);
}

.map-button:active {
    transform: translateY(0);
}

/* ボタンテキスト */
.map-button-text {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.025em;
    z-index: 2;
    position: relative;
}

.map-button-subtext{
    /* Rectangle 56 */
    box-sizing: border-box;
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #F39800;
    border-radius: 100px;
    padding: 5px 20px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #F39800;
    font-weight: bold;
    line-height: 1.1em;
}

.map-button-subtext:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.map-button-subtext:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #F39800;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/* 再生アイコンコンテナ */
.map-button-icon {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    z-index: 2;
}

.map-button-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}


/* .l-section.l-content-section - スタイルなし（プレースホルダー）*/

.l-section.l-content-section .l-section-inner{
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.l-section-title{
    margin-bottom: 30px;
}

.l-section-title-inner{
    text-align: center;
}

.l-section-title-inner p{
    font-size: 20px;
    font-weight: 700;
    color: #F39800;
    letter-spacing: 0.025em;
    text-align: center;
    margin-top: 15px;
}

.l-section-title-inner h2{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.025em;
    text-align: center;
    margin-bottom: 0px;
}

.l-section-read{
    margin-bottom: 60px;
}

.l-section-read-inner{
    text-align: center;
}

.l-section-read-inner p{
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.025em;
    color: #000;
    text-align: center;
}

/* ========================================
   ボタングリッド
======================================== */
.buttons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
    justify-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
}


.buttons-grid.buttons-grid-present{
    margin-bottom: 40px;
}

.buttons-grid li{
    max-width: 216px;
    margin-bottom: 10px;
}

.buttons-grid.buttons-grid-present li{
    max-width: none;
    margin-bottom: 10px;
}

/* 空ルール（プロパティなし）のためコメントアウト
.l-content-ancher{

}
*/

.l-content-ancher .l-content-ancher-inner{
    max-width: 930px;
    margin: 0 auto;
}

/* ========================================
   ゾーンボタン（Figmaデザイン準拠）
======================================== */
.zone-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 190px;
    height: 42px;
    padding: 0 10px 0 40px;
    border-radius: 21px;
    text-decoration: none;
    color: #fff;
    overflow: visible;
    transition: transform 0.2s, box-shadow 0.2s;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);*/
    box-sizing: border-box;
}

.zone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.zone-btn:active {
    transform: translateY(-1px);
}

.zone-btn.disabled {
    opacity: 0.25;
    filter: grayscale(100%);
    pointer-events: none;
    cursor: not-allowed;
}

/* ========================================
   ボタン背景色
======================================== */
.zone-btn.taiiku { background: #558bca; }
.zone-btn.nichiiku { background: #eb9d22; }
.zone-btn.tsuchiiku { background: #af8951; }
.zone-btn.kiniku { background: #EABC00; }
.zone-btn.mokuiku { background: #7fb540; }
.zone-btn.hiiku { background: #cc5239; }
.zone-btn.mizuiku { background: #6bb9ed; }
.zone-btn.tsukiiku { background: #42739B; }

/* ========================================
   アイコン（背景画像）
======================================== */
.zone-icon {
    position: absolute;
    left: -28px;
    top: -7px;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

/* 各ゾーンのアイコン背景画像 */
.zone-btn.taiiku .zone-icon {
    background-color: #558bca;
    background-image: url('../img/common/ico8.png');
    border-radius: 50%;
}

.zone-btn.nichiiku .zone-icon {
    background-color: #eb9d22;
    background-image: url('../img/common/ico7.png');
    border-radius: 50%;
}

.zone-btn.tsuchiiku .zone-icon {
    background-color: #af8951;
    background-image: url('../img/common/ico6.png');
    border-radius: 50%;
}

.zone-btn.kiniku .zone-icon {
    background-color: #EABC00;
    background-image: url('../img/common/ico5.png');
    border-radius: 50%;
}

.zone-btn.mokuiku .zone-icon {
    background-color: #7fb540;
    background-image: url('../img/common/ico4.png');
    border-radius: 50%;
}

.zone-btn.hiiku .zone-icon {
    background-color: #cc5239;
    background-image: url('../img/common/ico2.png');
    border-radius: 50%;
}

.zone-btn.mizuiku .zone-icon {
    background-color: #6bb9ed;
    background-image: url('../img/common/ico3.png');
    border-radius: 50%;
}

.zone-btn.tsukiiku .zone-icon {
    background-color: #42739B;
    background-image: url('../img/common/ico1.png');
    border-radius: 50%;
}

.ico_map{
    font-size: 12px;
    line-height: 1.1em;
    color: #fff;
    background-color: #eb9d22;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

/* ========================================
   テキストエリア
======================================== */
.zone-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    margin-left: 0;
}

/* ゾーンバッジ */
.zone-badge {
    box-sizing: border-box;
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #c95139;
    border-radius: 100px;
    padding: 3px 12px;
    top: -17px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    color: #c95139;
    font-weight: bold;
    line-height: 1.1em;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    font-size: 11px;
}

.zone-badge:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.zone-badge:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #cc5239;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/* ゾーン名（Figmaでは18px） */
.zone-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #fff;
}

@media (max-width: 560px) {
    .zone-btn{
        margin-left: 0px;
        position: relative;
        right: -10px;
    }
    .zone-icon{
        transform: scale(0.95);
        left: -17px;
    }
    .zone-btn{
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .zone-name {
        font-size: 15px;
    }
}

/* ルビラッパー */
.ruby-wrapper {
    position: relative;
    display: inline-block;
}

/* 漢字 */
.kanji {
    display: inline-block;
}

/* ルビ（position: absolute） */
.rt {
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    font-size: 5px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    white-space: nowrap;
}

/* ========================================
   矢印アイコン
======================================== */
.zone-arrow {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    z-index: 1;
}

.zone-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s;
    transform: rotate(90deg);
}

.zone-btn:hover .zone-arrow svg {
    transform:rotate(90deg) translateX(0px);
}

/* ===================================
   ミライ探究フェスタ - スタイルシート
   ================================== */

/* ベーススタイル */
.zone-section-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* ===== ゾーンセクション全体 ===== */
.zone-section {
    background: white;
    border: 7px solid #42739b;
    border-radius: 31px;
    padding: 50px 70px;
    position: relative;
    margin-top: 60px;
}

/* 各ゾーンのボーダー色 */
.zone-section.tsukiiku { border-color: #42739b; }
.zone-section.mizuiku { border-color: #6bb9ed; }
.zone-section.hiiku { border-color: #cc5239; }
.zone-section.mokuiku { border-color: #7fb540; }
.zone-section.kiniku { border-color: #EABC00; }
.zone-section.tsuchiiku { border-color: #af8951; }
.zone-section.nichiiku { border-color: #eb9d22; }
.zone-section.taiiku { border-color: #558bca; }

/* 背景パターン（ストライプ） */
.zone-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 6px,
        rgba(215, 237, 255, 0.23) 6px,
        rgba(215, 237, 255, 0.23) 12px
    );
    border-radius: 24px;
    pointer-events: none;
    z-index: 0;
}

.zone-section > * {
    position: relative;
    z-index: 1;
}

/* ===== ヘッダーエリア ===== */
.section-header {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

/* ゾーンカード */
.zone-card {
    position: absolute;
    top: -44px;
    left: -33px;
    max-width: 275px;
    width: 100%;
    height: 88px;
    flex-shrink: 0;
    /*left: 0;
    top: 0;*/
    transform: translateY(0%);
    padding-left: 60px;
}

.card-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 61px;
    border-radius: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: #42739B;
}

/* 各ゾーンカードのコンテンツ背景色 */
.zone-section.tsukiiku .card-content { background-color: #42739B; }
.zone-section.mizuiku .card-content { background-color: #6bb9ed; }
.zone-section.hiiku .card-content { background-color: #cc5239; }
.zone-section.mokuiku .card-content { background-color: #7fb540; }
.zone-section.kiniku .card-content { background-color: #EABC00; }
.zone-section.tsuchiiku .card-content { background-color: #af8951; }
.zone-section.nichiiku .card-content { background-color: #eb9d22; }
.zone-section.taiiku .card-content { background-color: #558bca; }

.card-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #42739B;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

/* 各ゾーンカードのアイコン背景色と背景画像 */
.zone-section.tsukiiku .card-icon {
    background-color: #42739B;
    background-image: url('../img/common/ico1.png');
}
.zone-section.mizuiku .card-icon {
    background-color: #6bb9ed;
    background-image: url('../img/common/ico3.png');
}
.zone-section.hiiku .card-icon {
    background-color: #cc5239;
    background-image: url('../img/common/ico2.png');
}
.zone-section.mokuiku .card-icon {
    background-color: #7fb540;
    background-image: url('../img/common/ico4.png');
}
.zone-section.kiniku .card-icon {
    background-color: #EABC00;
    background-image: url('../img/common/ico5.png');
}
.zone-section.tsuchiiku .card-icon {
    background-color: #af8951;
    background-image: url('../img/common/ico6.png');
}
.zone-section.nichiiku .card-icon {
    background-color: #eb9d22;
    background-image: url('../img/common/ico7.png');
}
.zone-section.taiiku .card-icon {
    background-color: #558bca;
    background-image: url('../img/common/ico8.png');
}

.card-name {
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #fff;
    padding-left: 65px;
}

/* ルビスタイル（zone-section用 - 上書き）
   ※ベーススタイルは608-630行で定義済み */
/* .ruby-wrapper, .kanji は608-630行で定義済みのため省略 */
.zone-section .rt {
    top: -10px;
    font-size: 8px;
    letter-spacing: 0.025em;
}

/* 説明文 */
.zone-description {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.025em;
    color: #000;
    text-align: center;
}

/* ===== コンテンツアイテム ===== */
.content-item {
    margin-bottom: 50px;
}

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

/* 見出しバー */
.content-title-bar {
    background-color: #42739b;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    color: #fff;
    text-align: center;
}

/* 各ゾーンの見出しバー背景色 */
.zone-section.tsukiiku .content-title-bar { background-color: #42739b; }
.zone-section.mizuiku .content-title-bar { background-color: #6bb9ed; }
.zone-section.hiiku .content-title-bar { background-color: #cc5239; }
.zone-section.mokuiku .content-title-bar { background-color: #7fb540; }
.zone-section.kiniku .content-title-bar { background-color: #EABC00; }
.zone-section.tsuchiiku .content-title-bar { background-color: #af8951; }
.zone-section.nichiiku .content-title-bar { background-color: #eb9d22; }
.zone-section.taiiku .content-title-bar { background-color: #558bca; }

/* zone-list の丸数字スタイル */
.zone-list{
    padding-top: 30px;
}
.zone-list-inner{
    max-width: 880px;
    margin: 0 auto;
}
.zone-list ul {
    counter-reset: zone-counter;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
}

.zone-list ul li {
    counter-increment: zone-counter;
    position: relative;
    padding-left: 35px;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.025em;
}

.zone-list ul li::before {
    content: counter(zone-counter);
    position: absolute;
    left: 0;
    top: 2px;
    transform: translateY(0%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zone-list ul li a{
    text-decoration: none;
    color: #000;
}

.zone-list ul li a:hover{
    text-decoration: underline;
}

/* 各項目の丸数字の背景色（対応する content-title-bar と同じ色） */
.zone-list ul li.tsukiiku::before { background-color: #42739b; } /* 月育 */
.zone-list ul li.mizuiku::before { background-color: #6bb9ed; } /* 水育 */
.zone-list ul li.hiiku::before { background-color: #cc5239; } /* 火育 */
.zone-list ul li.mokuiku::before { background-color: #7fb540; } /* 木育 */
.zone-list ul li.kiniku::before { background-color: #EABC00; } /* 金育 */
.zone-list ul li.tsuchiiku::before { background-color: #af8951; } /* 土育 */
.zone-list ul li.nichiiku::before { background-color: #eb9d22; } /* 日育 */
.zone-list ul li.taiiku::before { background-color: #558bca; } /* 体育 */

.venue-section:last-child .zone-list ul {
    counter-increment: zone-counter 11;
}
.zone-list ul li.mizuiku::before { background-color: #6bb9ed; } 

/* コンテンツ説明文 */
.content-description {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #000;
    margin-bottom: 25px;
    padding: 0 10px;
}

.content-description sup {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 0;
}

.content-description small {
    font-size: 13px;
}

/* メインコンテンツ */
.content-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

/* 画像エリア */
.content-image {
    width: 410px;
    height: auto;
    background-color: #f0f0f0;
    border-radius: 18px;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 410 / 325;
}

.content-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 410 / 325;
}

/* 情報テーブル */
.content-info {
    flex: 1;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #ddd;
}

.info-table th,
.info-table td {
    padding: 13px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.025em;
}

.info-table th {
    width: 100px;
    background-color: #f8f8f8;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    box-sizing: border-box;
}

.info-table td {
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}

.info-table td small {
    font-size: 13px;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
    border-bottom: none;
}

.company-name {
    color: #e74c3c;
    font-weight: 700;
}

.info-table .company-name a {
    color: #e74c3c;
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

.info-table .company-name a:hover {
    text-decoration: none;
}

/* プロフィール内外部リンク */
.profile-external-link {
    margin-top: 11px;
    display: inline-block;
    color: #e74c3c;
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

.profile-external-link:hover {
    text-decoration: none;
}

/* ===== 申込ボタン ===== */
.apply-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 74px;
    margin: 0 auto;
    background-color: #40a735;
    border-radius: 37px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-basis: 100%;
    max-width: 500px;
    margin-top: 30px;
}

.apply-button:hover {
    background-color: #368f2d;
    transform: scale(1.02);
}

.apply-button:active {
    transform: scale(0.98);
}

.button-arrow {
    flex-shrink: 0;
    width: 11px;
    height: 18px;
    margin-left: 8px;
}

.event-info-banner{
    display: block;
    max-width: 400px;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

/* ===== レスポンシブ対応 ===== */
@media (max-width: 1024px) {
    .zone-section {
        padding: 40px 50px;
        margin-top: 50px;
    }

    .section-header {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .content-main {
        flex-direction: column;
    }

    .content-image {
        width: 100%;
        max-width: 410px;
        margin: 0 auto;
    }

    .apply-button {
        width: 100%;
        max-width: 648px;
    }
}

@media (max-width: 768px) {
    .zone-section {
        padding: 30px 30px;
        margin-top: 40px;
    }

    .zone-card {
        max-width: 220px;
        height: 60px;
    }

    .card-content {
        width: 200px;
        height: 52px;
        border-radius: 35px;
    }

    .card-icon {
        width: 76px;
        height: 76px;
    }

    .card-name {
        font-size: 22px;
        letter-spacing: 0.025em;
    }

    .rt {
        font-size: 7px;
        top: -9px;
    }

    .zone-description {
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .zone-list ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .content-title-bar {
        font-size: 22px;
        letter-spacing: 0.025em;
        padding: 12px 25px;
    }

    .content-description {
        font-size: 14px;
        letter-spacing: 0.025em;
        margin-bottom: 20px;
    }

    .info-table th,
    .info-table td {
        font-size: 14px;
        padding: 15px 18px;
    }

    .info-table th {
        width: 120px;
    }

    .apply-button {
        font-size: 22px;
        letter-spacing: 0.025em;
        height: 64px;
    }
}

@media (max-width: 560px) {
    /* セクション共通 */
    .l-section-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* ゾーンセクション */
    .zone-section {
        padding: 30px 20px;
    }

    /* コンテンツを縦並びに */
    .content-main {
        flex-direction: column;
        gap: 15px;
    }

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

    .content-info {
        width: 100%;
    }

    /* メッセージボードセクション - ステップを縦並びに */
    .method-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .method-step {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 15px;
        text-align: center;
    }

    .step-icon {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 4/3;
        margin-left: auto;
        margin-right: auto;
    }

    .step-arrow {
        display: flex !important;
        flex: 0 0 auto;
        height: 40px;
        width: 40px;
        padding-top: 0;
        transform: rotate(90deg);
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

    .step-arrow svg {
        flex-shrink: 0;
        transform: scale(1.2);
    }

    /* 出展企業バナー - 2列表示 */
    .company-banners {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* ステージプログラム */
    .stage-show-content {
        flex-direction: column;
        gap: 15px;
    }

    .stage-show-image {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .stage-show-info {
        width: 100%;
    }

    /* エコリーダーバナー */
    .eco-leader-banner-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .eco-leader-banner-image {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }

    .eco-leader-banner-text {
        width: 100%;
    }

    /* マップセクション */
    .map-container {
        padding: 25px 15px 30px;
    }

    .venue-content {
        flex-direction: column;
        gap: 15px;
    }

    /* プレゼントセクション */
    .present-intro-content {
        flex-direction: column;
        padding: 25px 15px;
        gap: 20px;
        align-items: center;
    }

    .present-image,
    .present-text {
        width: 100%;
    }

    .present-text {
        font-size: 15px;
        line-height: 1.8;
    }

    /* ボタングリッド */
    .buttons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .buttons-grid.buttons-grid-present {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    /* 証明書コンテンツ */
    .certificate-content {
        flex-direction: column;
        gap: 15px;
    }

    .certificate-image,
    .certificate-text {
        width: 100%;
    }

    .certificate-image {
        max-width: 100%;
        aspect-ratio: 287/241;
    }

    .certificate-text {
        text-align: left;
    }

    /* ゾーンボタン */
    .zone-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .zone-button {
        width: 100%;
        max-width: 100%;
    }

    /* 会場テーブル - 560pxから縦表示に */
    .venue-table {
        display: block;
    }

    .venue-table tr {
        display: block;
        margin-bottom: 12px;
    }

    .venue-table th,
    .venue-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 12px;
    }

    .venue-table th {
        background-color: #f4f4f4;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
    }

    .venue-table td {
        font-size: 13px;
    }

    /* 情報テーブルの調整 */
    .info-table th {
        width: 85px;
        font-size: 13px;
        padding: 10px 12px;
    }

    .info-table td {
        font-size: 13px;
        padding: 10px 12px;
    }

    /* ゾーンセクションのフォント調整 */
    .content-title-bar {
        font-size: 16px;
        letter-spacing: 0.025em;
        padding: 10px 10px;
    }

    .content-description {
        font-size: 13px;
        letter-spacing: 0.025em;
        margin-bottom: 20px;
    }

    /* メッセージボードセクション */
    .message-board-section {
        padding: 35px 15px 25px;
    }

    .participation-method,
    .present-certificate {
        padding: 25px 15px;
    }

    .method-title,
    .certificate-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .step-title {
        font-size: 15px;
        letter-spacing: 0.025em;
    }

    .step-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .certificate-name {
        font-size: 15px;
    }

    .certificate-note {
        font-size: 12px;
    }

    /* ステージプログラム */
    .stage-title-bar {
        font-size: 18px;
        letter-spacing: 0.025em;
        padding: 10px 20px;
    }

    .stage-time {
        font-size: 13px;
    }

    .stage-show-title {
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .stage-show-description {
        font-size: 13px;
        line-height: 1.7;
    }

    /* ステージテーブルを縦組みに */
    .stage-table {
        display: block;
        border: none;
    }

    .stage-table tr {
        display: block;
        border: none;
        margin-bottom: 0px;
    }

    .stage-table th,
    .stage-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 15px;
    }

    .stage-table th {
        font-size: 14px;
        background-color: #FFF2E7;
        border-bottom: 1px solid #D6D6D6;
        text-align: center;
        white-space: normal;
    }

    .stage-table td {
        font-size: 15px;
        background-color: #fff;
    }

    .stage-table td small {
        font-size: 12px;
        margin-top: 0px;
    }

    /* ナーサリーセクション */
    .nursery-box {
        padding: 25px 15px;
    }

    .nursery-title {
        font-size: 18px;
        letter-spacing: 0.025em;
        margin-bottom: 15px;
    }

    .nursery-text {
        font-size: 13px;
        line-height: 1.8;
    }

    /* エコリーダーセクション */
    .eco-leader-box {
        padding: 30px 20px 25px;
    }

    .eco-leader-banner-title {
        font-size: 18px;
        letter-spacing: 0.025em;
    }

    .eco-leader-banner-text {
        font-size: 13px;
        line-height: 1.7;
    }

    /* セクションタイトル */
    .company-section-title,
    .eco-leader-page-title {
        font-size: 24px;
        letter-spacing: 0.025em;
        margin-bottom: 25px;
    }

    /* プレゼントセクション */
    .present-intro-section {
        padding: 35px 15px;
    }

    .present-section-title {
        font-size: 24px;
        letter-spacing: 0.025em;
        margin-bottom: 25px;
    }

    /* メッセージボードタイトル */
    .message-board-title {
        font-size: 20px;
        padding: 10px 15px;
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }

    .message-board-title .title-label {
        font-size: 10px;
        padding: 4px 10px;
        position: absolute;
        left: 10px;
        top: -13px;
        border: solid 2px #7fb540;
        border-radius: 100px;
    }

    .message-board-title .title-text {
        font-size: 15px;
        letter-spacing: 0.025em;
    }

    /* 企業バナー */
    .company-banner-item {
        gap: 8px;
    }

    .company-name {
        font-size: 12px;
        letter-spacing: 0.025em;
    }

    /* セクション共通のmargin-bottom調整（PCの半分） */
    .l-section-title {
        margin-bottom: 15px;
    }

    .l-section-read {
        margin-bottom: 30px;
    }

    .buttons-grid {
        margin-bottom: 40px;
    }

    .buttons-grid.buttons-grid-present {
        margin-bottom: 20px;
    }

    .l-index-ancher {
        margin-bottom: 19px;
    }

    /* ゾーンセクション */
    .content-item {
        margin-bottom: 25px;
    }

    .content-title-bar {
        margin-bottom: 15px;
    }

    .content-main {
        margin-bottom: 15px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    /* ステージセクション */
    .stage-detail {
        margin-bottom: 0px;
    }

    .stage-title-bar {
        margin-bottom: 15px;
    }

    /* 会場セクション */
    .venue-section {
        margin-bottom: 25px;
    }

    .venue-header {
        margin-bottom: 8px;
    }

    .venue-address {
        margin-bottom: 10px;
    }

    /* メッセージボードセクション */
    .message-board-box + .message-board-box {
        margin-top: 15px;
    }

    .message-board-intro {
        margin-bottom: 20px;
    }

    .participation-method {
        margin-bottom: 20px;
    }

    .present-certificate + .present-certificate {
        margin-top: 20px;
    }

    .method-title,
    .certificate-title {
        margin-bottom: 15px;
    }

    .step-icon {
        margin-bottom: 10px;
    }

    /* プレゼントセクション */
    .present-intro-title {
        margin-bottom: 15px;
    }

    .present-section-title {
        margin-bottom: 15px;
    }

    /* 企業セクション */
    .company-section-title {
        margin-bottom: 20px;
    }

    /* エコリーダーセクション */
    .eco-leader-page-title {
        margin-bottom: 20px;
    }

    /* ゾーンカード */
    .zone-card {
        margin-bottom: 12px;
    }

    .card-content {
        width: 100%;
        height: 48px;
        border-radius: 32px;
    }

    .card-icon {
        width: 70px;
        height: 70px;
    }

    .card-name {
        font-size: 20px;
        letter-spacing: 0.025em;
        padding-left: 45px;
    }

    .rt {
        font-size: 6.5px;
        top: -8.5px;
        letter-spacing: 0.025em;
    }
}


@media (max-width: 480px) {
    .zone-section {
        padding: 20px 20px;
        border-width: 5px;
        margin-top: 30px;
    }

    .zone-card {
        max-width: 190px;
        height: 60px;
        left: -15px;
        top: -35px;
        transform: translateY(0%);
    }

    .card-content {
        width: 100%;
        height: 42px;
        border-radius: 28px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
    }

    .card-name {
        font-size: 17px;
        letter-spacing: 0.025em;
    }

    .rt {
        font-size: 5.5px;
        top: -7.5px;
        letter-spacing: 0.025em;
    }

    .zone-description {
        font-size: 14px;
        letter-spacing: 0.025em;
        
    }

    .content-title-bar {
        font-size: 15px;
        letter-spacing: 0.025em;
        padding: 10px 10px;
    }

    .content-description {
        font-size: 13px;
        letter-spacing: 0.025em;
        margin-bottom: 18px;
        padding: 0 5px;
    }

    .content-image {
        height: auto;
    }

    .info-table th,
    .info-table td {
        font-size: 13px;
        padding: 12px 15px;
        letter-spacing: 0.025em;
    }

    .info-table th {
        width: 100px;
    }

    .apply-button {
        font-size: 20px;
        letter-spacing: 0.025em;
        height: 56px;
        gap: 10px;
    }

    .button-arrow {
        width: 9px;
        height: 15px;
    }
}


/* ===================================
   ヘッダースタイル
   ※ global.css で定義済みのため削除
   ================================== */
/* .g-header, .g-header-inner, .g-header-img, .g-header-imgimg は global.css で定義済み */


/* ===================================
   開催情報セクション
   ================================== */

.venue-info-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}

.venue-info-container h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

/* 会場情報セクション */
.venue-info-section {
    width: 652px;
    margin: 0 auto;
}

/* 会場テーブル */
.venue-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #ddd;
}

.venue-table tr {
    border-bottom: 1px solid #ddd;
}

.venue-table tr:last-child {
    border-bottom: none;
}

.venue-table th {
    width: 120px;
    padding: 18px 20px;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #000;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #ddd;
}

.venue-table td {
    padding: 18px 25px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.6;
    color: #000;
    text-align: left;
}

.venue-details strong {
    font-weight: 700;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .venue-info-section {
        width: 100%;
    }

    .venue-table th {
        width: 100px;
        font-size: 14px;
        padding: 15px 18px;
    }

    .venue-table td {
        font-size: 14px;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .venue-table {
        display: block;
    }

    .venue-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .venue-table th,
    .venue-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 12px 15px;
    }

    .venue-table th {
        background-color: #f4f4f4;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
    }

    .venue-table td {
        font-size: 13px;
        padding-bottom: 20px;
    }
}

.l-stage-section{
    background-color: #FFFAD6;
}

.l-stage-section .l-section-inner{
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.l-stage-section .l-section-title{
    margin-bottom: 30px;
}

/* ステージコンテンツ */
.stage-content {
    max-width: 1100px;
    margin: 0 auto;
}

.stage-item {
    padding: 40px 50px;
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 25px;
}

/* ステージタイトルバー */
.stage-title-bar {
    width: 100%;
    max-width: 1004px;
    height: 58px;
    background-color: #ec7612;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.stage-detail {
    min-height: 300px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .stage-content {
        max-width: 100%;
        padding: 0 0px;
    }

    .stage-title-bar {
        font-size: 22px;
        letter-spacing: 0.025em;
        height: 52px;
    }

    .stage-detail {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .stage-title-bar {
        font-size: 20px;
        letter-spacing: 0.025em;
        height: 48px;
    }

    .stage-detail {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .stage-title-bar {
        font-size: 18px;
        letter-spacing: 0.025em;
        height: 44px;
    }

    .stage-detail {
        padding: 25px;
    }
}

.stage-table{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}
.stage-table th{
    background-color: #FFF2E7;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    border-right: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    padding: 15px 30px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.7em;
    vertical-align: middle;
}
.stage-table td{
    border-right: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    padding: 15px 30px;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
}

.stage-table td small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-top: 0px;
    line-height: 1.5em;
}

/* ステージショー詳細 */
.stage-show {
    margin-top: 20px;
}

.stage-show + .stage-show{
    margin-top: 40px;
}

.stage-show-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.stage-show-image {
    width: 370px;
    height: auto;
    background-color: #f0f0f0;
    border-radius: 18px;
    flex-shrink: 0;
    overflow: hidden;
}

.stage-show-info {
    flex: 1;
}

.stage-show-tag {
    display: inline-block;
    background-color: #f39800;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.stage-show-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.95;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.stage-show-title:before{
    content: '';
    height: 100%;
    width: 4px;
    border-radius: 100px;
    background-color: #f39800;
    position: absolute;
    left: 0;
    top: 0;
}

.stage-show-description {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    color: #000;
    font-weight: 400;
}

.stage-profile-content{
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 40px;
    border-radius: 20px;
    background: #FFFFD2;
    padding: 35px 40px;
}

.stage-profile-image{
    width: 170px;
    aspect-ratio: 1/1;
    height: auto;
    background-color: #f0f0f0;
    border-radius: 18px;
    flex-shrink: 0;
    overflow: hidden;
}

.stage-profile-description strong{
    font-weight: bold;
}

.stage-profile-description{
    font-size: 14px;
    line-height: 1.5em;
}

.stage-profile-description strong{
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .stage-show-content {
        gap: 25px;
    }

    .stage-show-image {
        width: 320px;
        height: 260px;
    }

    .stage-show-title {
        font-size: 18px;
        letter-spacing: 0.025em;
    }

    .stage-show-description {
        font-size: 15px;
        letter-spacing: 0.025em;
    }
}

@media (max-width: 768px) {
    .stage-show-content {
        flex-direction: column;
        gap: 20px;
    }

    .stage-show-image {
        width: 100%;
        max-width: 370px;
        height: 240px;
    }

    .stage-show-title {
        font-size: 17px;
        letter-spacing: 0.025em;
    }

    .stage-show-description {
        font-size: 14px;
        letter-spacing: 0.025em;
    }
}

@media (max-width: 560px) {
    .stage-show-image {
        height: 200px;
    }

    .stage-show-tag {
        font-size: 13px;
        padding: 6px 16px;
    }

    .stage-show-title {
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .stage-show-description {
        font-size: 13px;
        letter-spacing: 0.025em;
    }

    .stage-profile-content{
        flex-direction: column;
        padding: 25px;
    }
    .stage-profile-image{
        width: 100%;
    }
}

.l-nursery-section{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}

.l-nursery-section .l-section-inner .l-section-title p{
    color: #558BCA;
}

/* 託児スペースコンテンツ */
.nursery-content {
    max-width: 1100px;
    margin: 0 auto;
}

.nursery-box {
    background-color: #f4f8fc;
    border-radius: 25px;
    padding: 50px;
}

.nursery-main {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.nursery-image {
    width: 370px;
    height: 300px;
    background-color: #f0f0f0;
    border-radius: 18px;
    flex-shrink: 0;
    overflow: hidden;
}
.nursery-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nursery-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.nursery-description {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    color: #000;
    font-weight: 400;
}

/* 託児スペース申し込みボタン */
.nursery-apply {
    display: flex;
    justify-content: flex-start;
}

.nursery-apply-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 573px;
    height: 74px;
    background-color: #40a735;
    border-radius: 37px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.nursery-apply-button.disabled {
    background-color: #999;
    pointer-events: none;
    cursor: default;
}

.nursery-apply-button.disabled .nursery-apply-deadline {
    color: #999;
    border-color: #999;
}

.nursery-apply-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(64, 167, 53, 0.3);
}

.nursery-apply-button:active {
    transform: translateY(0);
}

.nursery-apply-deadline {
    box-sizing: border-box;
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #7FB540;
    border-radius: 100px;
    padding: 5px 20px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #7FB540;
    font-weight: bold;
    line-height: 1.1em;
    font-size: 15px;
    white-space: nowrap;
}

.nursery-apply-deadline:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.nursery-apply-deadline:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid #7FB540;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.nursery-apply-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
}

.nursery-apply-arrow {
    position: absolute;
    right: 20px;
    width: 11px;
    height: 18px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .nursery-box {
        padding: 40px;
    }

    .nursery-main {
        gap: 25px;
    }

    .nursery-image {
        width: 320px;
        height: 260px;
    }

    .nursery-description {
        font-size: 15px;
        letter-spacing: 0.025em;
    }

    .nursery-apply-button {
        width: 520px;
        height: 70px;
    }

    .nursery-apply-text {
        font-size: 24px;
        letter-spacing: 0.025em;
    }

    .nursery-apply-deadline {
        font-size: 14px;
        padding: 5px 18px;
    }
}

@media (max-width: 768px) {
    .nursery-box {
        padding: 35px;
    }

    .nursery-main {
        flex-direction: column;
        gap: 20px;
    }

    .nursery-info {
        min-height: auto;
    }

    .nursery-image {
        width: 100%;
        max-width: 370px;
        height: 240px;
    }
    
    .nursery-description {
        margin-bottom: 20px;
    }

    .nursery-description {
        font-size: 14px;
        letter-spacing: 0.025em;
    }

    .nursery-apply-button {
        width: 100%;
        max-width: 520px;
        height: 66px;
    }

    .nursery-apply-text {
        font-size: 22px;
        letter-spacing: 0.025em;
    }

    .nursery-apply-deadline {
        font-size: 13px;
        padding: 4px 16px;
    }

    .nursery-apply-arrow {
        width: 10px;
        height: 16px;
        right: 18px;
    }


    .l-intro-section{
        padding: 50px 15px;
    }

    .l-intro-section .l-section-inner .l-title{
        font-size: 34px;
        letter-spacing: 0.025em;
        line-height: 1.8em;
        margin-bottom: 25px;
    }

    
    .l-intro-section .l-section-inner .l-title p{
        font-size: 18px;
        letter-spacing: 0.025em;
    }

    .l-intor-content p{
        font-size: 14px;
        letter-spacing: 0.025em;
    }

    .l-intor-content p{
        position: relative;
    }

    .l-intor-content-text:after{
        content: '';
        display: block;
        width: 292px;
        height: 274px;
        position: relative;
        top: auto;
        right: auto;
        left: calc(50% - 15px);
        bottom: 0px;
        transform: translateX(-50%);
        background-image: url(../img/index/intro-img.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .l-intor-content-text{
        position: relative;
        padding-bottom: 0px;
    }

    .l-intor-content:after{
        width: 292px;
        height: 264px;
        display: none;
        top: auto;
        right: auto;
        left: 0px;
        bottom: 0px;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .nursery-box {
        padding: 25px;
    }

    .nursery-image {
        height: auto;
    }

    .nursery-description {
        font-size: 13px;
        letter-spacing: 0.025em;
        margin-bottom: 40px;
    }

    .nursery-apply-button {
        height: 60px;
    }

    .nursery-apply-text {
        font-size: 20px;
        letter-spacing: 0.025em;
    }

    .nursery-apply-deadline {
        font-size: 12px;
        padding: 4px 14px;
    }

    .nursery-apply-arrow {
        width: 9px;
        height: 15px;
        right: 15px;
    }
}

/* ===================================
   出展企業セクション
   ================================== */

.l-banner-section {
    background-color: #7fb540;
    padding-top: 60px;
    padding-bottom: 50px;
}

.l-banner-section .l-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* セクションタイトル */
.company-section-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

/* 企業バナーグリッド */
.company-banners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    justify-items: center;
    max-width: 940px;
    margin: 0 auto;
}

.company-banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    width: 100%;
}

.company-banner-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.company-banner-item a .company-name {
    transition: text-decoration 0.3s ease;
}

.company-banner-item a:hover .company-name {
    text-decoration: underline;
}

.company-logo-box {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 17px;
}

/*
.company-logo-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
*/

.company-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-name {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .company-banners {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .company-name {
        font-size: 12px;
        letter-spacing: 0.025em;
    }
}

@media (max-width: 768px) {
    .company-banners {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .company-name {
        font-size: 11px;
        letter-spacing: 0.025em;
    }

    .company-section-title {
        font-size: 16px;
        letter-spacing: 0.025em;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .company-banners {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .company-name {
        font-size: 10px;
        letter-spacing: 0.025em;
    }

    .company-section-title {
        font-size: 15px;
        letter-spacing: 0.025em;
        margin-bottom: 25px;
    }
}

/* ===================================
   わが家の環境局長セクション
   ================================== */

.l-eco-leader-section {
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 50px;
}

.l-eco-leader-section .l-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.eco-leader-page-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

/* わが家の環境局長コンテンツボックス */
.eco-leader-box {
    background-color: #fff;
    border-radius: 25px;
    padding: 50px 40px 40px;
    overflow: hidden;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .eco-leader-banner-title {
        font-size: 26px;
    }

    .eco-leader-intro-title {
        font-size: 22px;
    }

    .eco-leader-intro-text {
        font-size: 15px;
    }

    .eco-leader-activities-title {
        font-size: 22px;
    }

    .eco-leader-cards {
        gap: 20px;
        padding: 0 40px 40px;
    }
}

@media (max-width: 768px) {
    .eco-leader-banner {
        padding: 20px 12px;
    }

    .eco-leader-banner-title {
        font-size: 22px;
    }

    .eco-leader-intro {
        padding: 30px 30px 25px;
    }

    .eco-leader-intro-title {
        font-size: 20px;
    }

    .eco-leader-intro-text {
        font-size: 14px;
    }

    .eco-leader-visual {
        padding: 0 30px 30px;
    }

    .eco-leader-activities-header {
        padding: 0 30px 30px;
    }

    .eco-leader-activities-title {
        font-size: 20px;
    }

    .eco-leader-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 30px 30px;
    }

    .eco-activity-card .card-text {
        padding: 14px 20px;
    }

    .eco-activity-card .card-text p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .eco-leader-banner-title {
        font-size: 18px;
    }

    .eco-leader-intro {
        padding: 25px 20px 20px;
    }

    .eco-leader-intro-title {
        font-size: 18px;
    }

    .eco-leader-intro-text {
        font-size: 13px;
    }

    .eco-leader-visual {
        padding: 0 20px 25px;
    }

    .eco-leader-activities-header {
        padding: 0 20px 25px;
    }

    .eco-leader-activities-title {
        font-size: 18px;
    }

    .eco-leader-cards {
        padding: 0 20px 25px;
    }

    .eco-activity-card .card-text {
        padding: 12px 16px;
    }

    .eco-activity-card .card-text p {
        font-size: 12px;
    }

    .eco-leader-page-title {
        font-size: 16px;
        letter-spacing: 0.025em;
        margin-bottom: 30px;
    }
}

/* ===================================
   会場マップセクション
   ================================== */

.l-map-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.map-container {
    background-color: #fff;
    border: 5px solid #f39800;
    border-radius: 25px;
    padding: 40px 50px 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.venue-section {
    margin-bottom: 50px;
}

.venue-section:last-child {
    margin-bottom: 0;
}

.venue-header {
    background-color: #f29524;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.venue-address {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 1.75;
    margin-bottom: 20px;
    padding: 0 10px;
}

.venue-map {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.venue-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .map-container {
        padding: 35px 40px 40px;
    }

    .venue-header {
        font-size: 24px;
        letter-spacing: 0.025em;
        padding: 14px 18px;
    }

    .venue-address {
        font-size: 15px;
        letter-spacing: 0.025em;
    }
}

@media (max-width: 768px) {
    .l-map-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .map-container {
        border-width: 4px;
        padding: 30px 25px 35px;
    }

    .venue-section {
        margin-bottom: 40px;
    }

    .venue-header {
        font-size: 20px;
        letter-spacing: 0.025em;
        padding: 12px 15px;
    }

    .venue-address {
        font-size: 14px;
        letter-spacing: 0.025em;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .l-map-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .map-container {
        border-width: 3px;
        border-radius: 20px;
        padding: 25px 20px 30px;
    }

    .venue-section {
        margin-bottom: 35px;
    }

    .venue-header {
        font-size: 18px;
        letter-spacing: 0.025em;
        padding: 10px 12px;
    }

    .venue-address {
        font-size: 13px;
        letter-spacing: 0.025em;
        line-height: 1.65;
    }
}

/* ===================================
   サイトトップへボタン
   ================================== */

.back-to-top-container {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

.back-to-top-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 447px;
    height: 76px;
    background-color: #fff;
    border: 3px solid #40a735;
    border-radius: 52px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 60px;
}

.back-to-top-button span {
    font-size: 25px;
    font-weight: 700;
    color: #40a735;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}

.back-to-top-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 1;
    /* 左端に表示 */
}

/* Playアイコン（左向き三角形） - 既存の矢印スタイルと同じデザイン */
.play-icon-left {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.play-icon-right {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    transform: rotate(180deg);
}

.back-to-top-button:hover {
    background-color: #f0f9ef;
    transform: translateY(-2px);
}

.back-to-top-button:active {
    transform: translateY(0);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .back-to-top-container {
        padding: 40px 20px;
    }

    .back-to-top-button {
        width: 380px;
        height: 68px;
        gap: 15px;
    }

    .back-to-top-button span {
        font-size: 22px;
    }

    .back-to-top-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .back-to-top-container {
        padding: 30px 15px;
    }

    .back-to-top-button {
        width: 320px;
        height: 50px;
        gap: 12px;
    }

    .back-to-top-button span {
        font-size: 16px;
    }

    .play-icon-right{
        transform: rotate(180deg) scale(0.8);
        position: relative;
        left: -12px;
    }
    .back-to-top-icon {
        width: 22px;
        height: 22px;
        transform: scale(0.8);
    }
}

/* ===================================
   プレゼント紹介セクション
   ================================== */

.present-intro-section {
    background-color: #f5fcec;
    padding: 50px 20px;
    margin-top: 40px;
}

.present-intro-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.present-intro-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #7fb540;
    border-radius: 2px;
}

.present-intro-content {
    background-color: #fff;
    border-radius: 18px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}

.present-image {
    flex-shrink: 0;
    width: 287px;
    height: 241px;
    background-color: #f7f9f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.present-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.present-text {
    flex: 1;
    padding-top: 10px;
}

.present-name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    line-height: 1.75;
}

.present-note {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .present-intro-content {
        padding: 35px 30px;
        gap: 30px;
    }

    .present-image {
        width: 260px;
        height: 220px;
    }

    .present-name {
        font-size: 15px;
    }

    .present-note {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .present-intro-section {
        padding: 40px 20px;
        margin-top: 30px;
    }

    .present-intro-title {
        font-size: 18px;
        margin-bottom: 25px;
        padding-left: 18px;
    }

    .present-intro-title::before {
        width: 3px;
    }

    .present-intro-content {
        flex-direction: column;
        padding: 30px 25px;
        gap: 25px;
        align-items: center;
    }

    .present-image {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 287/241;
    }

    .present-text {
        padding-top: 0;
        text-align: center;
    }

    .present-name {
        font-size: 15px;
    }

    .present-note {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .present-intro-section {
        padding: 30px 15px;
    }

    .present-intro-title {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .present-intro-content {
        padding: 25px 20px;
        gap: 20px;
    }

    .present-image {
        max-width: 240px;
        padding: 15px;
    }

    .present-name {
        font-size: 14px;
    }

    .present-note {
        font-size: 11px;
    }
}

/* ===================================
   プレゼントボタン
   ================================== */

.present-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 105px;
    width: auto;
    height: 50px;
    background-color: #7fb540;
    border-radius: 27px;
    padding: 0 8px 0 15px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    position: relative;
    margin-top: 25px;
}

.present-button:hover {
    background-color: #6fa030;
    transform: translateY(-2px);
}

.present-button:active {
    transform: translateY(0);
}

.present-label {
    display: inline-block;
    background-color: #fff;
    color: #7fb540;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.025em;
    padding: 2px 8px;
    border-radius: 8px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
}

.present-title {
    flex: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.present-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: auto;
    transform: rotate(90deg);
}

/* プレゼントボタンの吹き出し（小さめ） */
.present-button-subtext {
    box-sizing: border-box;
    position: absolute;
    background: #FFFFFF;
    border: 1.5px solid #F39800;
    border-radius: 50px;
    padding: 3px 12px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    color: #F39800;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.present-button-subtext::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    display: block;
    width: 0px;
    height: 0px;
    border: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.present-button-subtext::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border: 7px solid #F39800;
    border-bottom: 8px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .present-button {
        min-width: 280px;
        width: auto;
        height: 38px;
        padding: 0 7px 0 13px;
        gap: 8px;
        margin-top: 22px;
    }

    .present-label {
        font-size: 9px;
        letter-spacing: 0.025em;
        padding: 2px 7px;
    }

    .present-title {
        font-size: 13px;
        letter-spacing: 0.025em;
    }

    .present-arrow {
        width: 22px;
        height: 22px;
    }

    .present-button-subtext {
        padding: 2px 10px;
        top: -16px;
        font-size: 8px;
        letter-spacing: 0.025em;
    }

    .present-button-subtext::after {
        bottom: -11px;
        border: 6px solid #fff;
        border-bottom: 6px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }

    .present-button-subtext::before {
        bottom: -14px;
        border: 6px solid #F39800;
        border-bottom: 7px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }
}

@media (max-width: 480px) {
    .present-button {
        min-width: 260px;
        width: auto;
        height: 36px;
        padding: 0 6px 0 12px;
        gap: 7px;
        margin-top: 20px;
    }

    .present-label {
        font-size: 9px;
        letter-spacing: 0.025em;
        padding: 2px 6px;
    }

    .present-title {
        font-size: 12px;
        letter-spacing: 0.025em;
    }

    .present-arrow {
        width: 20px;
        height: 20px;
    }

    .present-button-subtext {
        padding: 2px 8px;
        top: -15px;
        font-size: 7px;
        letter-spacing: 0.025em;
    }

    .present-button-subtext::after {
        bottom: -10px;
        border: 5px solid #fff;
        border-bottom: 5px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }

    .present-button-subtext::before {
        bottom: -13px;
        border: 5px solid #F39800;
        border-bottom: 6px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }
}


.l-present-section{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}

.l-present-section .l-present-section-inner{
    max-width: 1100px;
    margin: 0 auto;
}

/* ===================================
   メッセージボードセクション
   ================================== */

.message-board-section {
    padding: 60px 20px 50px;
}

.message-board-box {
    background-color: #f5fcec;
    border-radius: 30px;
    padding: 50px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.message-board-box + .message-board-box{
    margin-top: 50px;
}

.message-board-title {
    background-color: #7fb540;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    padding: 11px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.5;
}

.message-board-title .title-label {
    background-color: #fff;
    color: #7fb540;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 6px 12px;
    border-radius: 5px;
    flex-shrink: 0;
    text-align: center;
}

.message-board-title .title-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    flex: 1;
    line-height: 1.5;
}

.message-board-intro {
    margin-bottom: 40px;
}

.message-board-intro p {
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.025em;
    text-align: center;
}

.message-board-intro .rt,
.step-text .rt {
    color: #000;
    top: -5px;
    font-size: 6px;
}

/* 参加方法 */
.participation-method {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 40px;
}


.present-certificate + .present-certificate {
    margin-top: 40px;
}

.method-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
}

.method-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #7fb540;
    border-radius: 2px;
}

.method-steps {
    display: flex;
    align-items: flex-start;
}

.method-step {
    flex: 0 0 237px;
    max-width: 237px;
    text-align: center;
}

.step-icon {
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
    background-color: #f7f9f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.step-arrow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 237px;
}

.step-arrow svg {
    flex-shrink: 0;
    transform: scale(1.2);
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #7fb540;
    letter-spacing: 0.025em;
    margin-bottom: 2px;
    text-align: left;
}

.step-text {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.025em;
    text-align: left;
}

/* プレゼント紹介（任命証） */
.present-certificate {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 35px;
}

.certificate-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
}

.certificate-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #7fb540;
    border-radius: 2px;
}

.certificate-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.certificate-content-map{
    display: block;
}

/* 会場マップコンテナ */
.venue-maps-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.venue-map-item {
    width: 100%;
}

.venue-map-title {
    background: #F7F9F5;
    color: #7FB540;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    letter-spacing: 0.025em;
}

.certificate-image {
    flex-shrink: 0;
    width: 287px;
    height: auto;
    background-color: #f7f9f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    overflow: hidden;
}

.certificate-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.certificate-text {
    flex: 1;
}

.certificate-name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    line-height: 1.6;
}

.certificate-note {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

.sp-only{
    display: none;
}
.pc-only{
    display: block;
}

/* .stage-profile-content は 2128行で定義済み（重複のため削除） */

.venue-map-main{
    background-image: url(../img/map/map1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.venue-map-satellite{
    background-image: url(../img/map/map3_v2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}


.l-contact-section .l-section-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.l-contact-section p{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 1.8;
    text-align: center;
}

.l-contact-section p i{
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -4px;
}

.l-contact-section p a{
    text-decoration: underline;
    color: #000;
}

.l-contact-section p a:hover{
    text-decoration: none;
    color: #000;
}

.green-power-note{
    color: #666;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    background-color: #f7f7f7;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .message-board-box {
        padding: 45px 35px;
    }

    .method-steps {
        gap: 25px;
    }

    .step-icon {
        width: 100%;
        aspect-ratio: 1/1;
    }

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

@media (max-width: 768px) {
    .message-board-section {
        padding: 50px 15px 40px;
    }

    .message-board-box {
        padding: 40px 25px;
    }

    .message-board-title {
        padding: 10px 18px;
        gap: 12px;
    }

    .message-board-title .title-label {
        font-size: 14px;
        padding: 5px 10px;
    }

    .message-board-title .title-text {
        font-size: 22px;
        letter-spacing: 0.025em;
    }

    .message-board-intro p {
        font-size: 14px;
        letter-spacing: 0.025em;
    }

    .method-steps {
        flex-direction: column;
        gap: 30px;
    }

    .step-arrow {
        display: none;
    }

    .certificate-content {
        flex-direction: column;
        gap: 25px;
    }

    .certificate-image {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 287/241;
        margin: 0 auto;
    }

    .certificate-text {
        text-align: left;
    }

    .l-intor-content .event-info-table td,
    .l-intor-content .event-info-table th{
        font-size: 13px;
        padding: 8px 12px;
    }
}

@media (max-width: 560px) {
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    .g-btns .g-btn-inner{
        gap: 10px;
    }
    .g-btns .g-btn-inner .home-button {
        display: none;
    }
    .l-ancher-section .l-section-inner{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* アンカーリンクを1カラム表示に */
    .l-index-ancher {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .l-index-ancher .l-index-ancher-inner {
        padding: 25px 15px 10px;
    }
    
    .l-index-ancher .l-index-ancher-inner ul {
        flex-direction: column;
        gap: 8px;
        max-width: 100%;
    }
    
    .l-index-ancher .l-index-ancher-inner ul li {
        flex: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .l-index-ancher .l-index-ancher-inner ul li a {
        padding: 0px 0px 0px 40px;
        font-size: 15px;
    }
    
    .l-index-ancher .l-index-ancher-inner ul li a small {
        font-size: 10px;
        margin-top: 2px;
    }
    
    .l-index-ancher p {
        left: 15px;
        top: -18px;
        width: auto;
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
    }
    
    .ico-ancher {
        width: 24px;
        height: 24px;
        left: 8px;
    }
    .map-button-subtext{
        font-size: 10px;
        white-space: nowrap;
        padding: 5px 10px;
        top: -20px;
    }
    .map-button{
        height:60px;
        padding: 0 15px;
        padding-right: 20px;
    }
    .map-button-text{
        font-size: 18px;
        line-height: 1.1em;
    }
    .map-button:last-child .map-button-text{
        font-size: 15px;
        line-height: 1.2em;
    }
    .map-button-icon{
        transform: scale(0.8);
        right: 10px;
        top: calc(50% - 17px);
    }

    .l-section-title-inner h2{
        font-size: 24px;
    }
    .l-section-title-inner p{
        font-size: 13px;
        margin-top: 6px;
    }

    .l-section-read-inner p{
        font-size: 14px;
    }

    .section-header{
        margin-bottom: 25px;
    }

    .content-title-bar{
        font-size: 18px;
        margin-bottom: 15px;
    }

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

    .stage-profile-description{
        font-size: 13px;
    }

    .stage-profile-description strong{
        font-size: 14px;
    }

    .zone-section{
        padding-top: 40px;
        margin-top: 60px;
    }
    
    .eco-leader-box{
        padding: 20px;
        padding-top: 25px;
    }

    .company-banner-item a{
        gap: 5px;
    }

    .company-logo-box{
        padding: 5px 10px;
    }

    .stage-item{
        padding: 20px;
    }
    .stage-item:last-of-type{
        margin-bottom: 0;
    }
    .stage-detail{
        padding: 0px;
        height: auto;
        min-height: inherit;
    }
    .stage-detail img{
        width: 100%;
        height: auto;
    }

    .stage-table{
        border-radius: 0;
    }
    .stage-table th,
    .stage-table td{
        font-size: 16px;
        padding: 10px 20px;
        text-align: left;
        border-radius: 0;
    }

    .zone-list{
        padding-left: 10px;
        padding-right: 10px;
    }

    .zone-btn {
        max-width: 160px;
        padding-right: 35px;
    }

    .zone-badge {
        font-size: 10px;
        white-space: nowrap;
        padding: 3px 10px;
        top: -16px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .zone-arrow{
        width: 22px;
        height: 22px;
        position: absolute;
        right: 9px;
    }

    .zone-arrow svg{
        transform: scale(0.95) rotate(90deg);
    }

    .zone-text{
        margin-left: 0px;
        margin-right: 0px;
    }
    .zone-list ul li::before{
        width: 19px;
        height: 19px;
        line-height: 24px;
        font-size: 10px;
    }
    .zone-list ul li{
        font-size: 12px;
        padding-left: 28px;
    }
    .zone-list ul{
        gap:8px;
    }

    .ico_map{
        font-size: 9px;
        padding: 2px 5px;
        position: relative;
        top: -1px;
    }
}

@media (max-width: 480px) {
    .message-board-section {
        padding: 40px 10px 30px;
    }

    .message-board-box {
        padding: 30px 20px;
        border-radius: 20px;
        line-height: 1.6em;
    }

    .message-board-title {
        padding: 10px 15px;
        gap: 10px;
        flex-wrap: wrap;
        
    }

    .message-board-title .title-label {
        font-size: 11px;
        padding: 3px 6px;
    }

    .message-board-title .title-text {
        font-size: 18px;
        line-height: 1.6em;
        letter-spacing: 0.025em;
        text-align: center;
    }

    .message-board-intro p {
        font-size: 13px;
        letter-spacing: 0.025em;
        text-align: left;
    }

    .participation-method,
    .present-certificate {
        padding: 30px 25px;
    }

    .method-title,
    .certificate-title {
        font-size: 18px;
        letter-spacing: 0.025em;
    }

    .venue-maps-container {
        gap: 30px;
    }

    .venue-map-title {
        font-size: 14px;
        padding: 8px 8px;
        margin-bottom: 15px;
    }

    .step-icon {
        width: 100%;
        aspect-ratio: inherit;
        height: 180px;
    }

    .step-icon img {
        width: auto;
        height: 180px;
        object-fit: cover;
    }

    .step-title {
        font-size: 15px;
    }

    .step-text {
        font-size: 12px;
    }

    .certificate-image {
        max-width: 100%;
        padding:0px 0px;
        height: 200px;
    }

    .certificate-image img{
        height: 200px;
    }

    .certificate-name {
        font-size: 15px;
    }

    .certificate-note {
        font-size: 12px;
    }
}

/* ========================================
   スクロールトップボタン
   ======================================== */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #40a735;
    border: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #369a2d;
    transform: scale(1.1);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top svg {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 95px;
        right: 15px;
    }
}

@media (max-width: 560px) {
    .scroll-to-top {
        bottom: 85px;
        right: 15px;
        width: 44px;
        height: 44px;
    }

    .scroll-to-top svg {
        width: 14px;
        height: 14px;
    }
}

/* 固定フッターナビゲーション */
.fixed-footer-nav {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9998;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed-footer-nav.visible {
    opacity: 1;
    visibility: visible;
}

.fixed-footer-nav .g-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.fixed-footer-nav .g-btn-inner .home-button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fixed-footer-nav .g-btn-inner .home-button:hover {
    transform: translateY(-2px);
}

.fixed-footer-nav .g-btn-inner .map-button {
    pointer-events: auto;
    max-width: 280px;
    height: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fixed-footer-nav .g-btn-inner .map-button-text {
    font-size: 18px;
}

.fixed-footer-nav .g-btn-inner .map-button-subtext {
    font-size: 12px;
}

.fixed-footer-nav .g-btn-inner .map-button-icon {
    transform: scale(0.8);
    right: 12px;
    top: calc(50% - 17px);
}

@media (max-width: 768px) {
    .fixed-footer-nav {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .fixed-footer-nav .g-btn-inner {
        gap: 10px;
        justify-content: center;
    }

    .fixed-footer-nav .g-btn-inner .home-button {
        position: fixed;
        left: 15px;
        bottom: 95px;
        width: 50px;
        height: 50px;
    }

    .fixed-footer-nav .g-btn-inner .map-button {
        max-width: calc(50% - 5px);
        width: calc(50% - 5px);
        height: 55px;
        padding: 0 15px;
        padding-right: 35px;
    }

    .fixed-footer-nav .g-btn-inner .map-button-text {
        font-size: 16px;
    }

    .fixed-footer-nav .g-btn-inner .map-button-subtext {
        font-size: 11px;
    }

    .fixed-footer-nav .g-btn-inner .map-button-icon {
        transform: scale(0.75);
        right: 8px;
    }
}

@media (max-width: 560px) {
    .fixed-footer-nav {
        bottom: 15px;
    }

    .fixed-footer-nav .g-btn-inner {
        gap: 11px;
    }

    .fixed-footer-nav .g-btn-inner .home-button {
        left: 15px;
        bottom: 85px;
        width: 44px;
        height: 44px;
    }

    .fixed-footer-nav .g-btn-inner .home-button svg {
        width: 24px;
        height: 24px;
    }

    .fixed-footer-nav .g-btn-inner .map-button {
        max-width: calc(50% - 3px);
        width: calc(50% - 3px);
        height: 50px;
        padding: 0 8px;
        padding-right: 10px;
    }

    .fixed-footer-nav .g-btn-inner .map-button:first-of-type .map-button-text {
        font-size: 16px;
    }

    .fixed-footer-nav .g-btn-inner .map-button:last-of-type .map-button-text {
        font-size: 14px;
    }

    .fixed-footer-nav .g-btn-inner .map-button-subtext {
        font-size: 10px;
    }

    .fixed-footer-nav .g-btn-inner .map-button-icon {
        transform: scale(0.65);
        right: 4px;
    }

    .g-footer-inner p{
        font-size: 9px;
        line-height: 1.5em;
    }
}