@charset "UTF-8";

:root {
    --main-color: #15195f;
    --sub-color: #697ead;
}

.expo_office {
    section {
        padding: 30px 0;
        margin-bottom: 30px;

        h2 {
            font-size: 28px;
            background-color: var(--main-color);
            color: white;
            padding: 17px 0 17px;
            text-align: center;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }
    }


    .btn {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 30px;

        a {
            display: flex;
            background-color: #d92c2c;
            width: 90%;
            max-width: 400px;
            justify-content: center;
            align-items: center;
            height: 56px;
            font-size: 18px;
            color: white;
            border-radius: 10px;
            border: 2px solid #d92c2c;
            transition: 0.3s;
            letter-spacing: 1px;
        }

        a:hover {
            background-color: white;
            color: #d92c2c;
        }
    }


    .btn-area2 {
        padding: 0 0 5px;
        width: 90%;
        max-width: 500px;
        margin: 20px auto 30px;
    }

    .btn-area2:hover {
        padding: 5px 0 0;
        transition: 0.2s;
    }

    .btn-area2 .btn-contact {
        display: block;
        /* width: 500px; */
        /* max-width: 90%; */
        border-radius: 100px;
        color: white;
        background-color: #f39800;
        font-size: 19px;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        letter-spacing: 3px;
        box-shadow: 0 5px 0px #cb6d1e;
        font-weight: bold;
        transition: 0;
        position: relative;
    }

    .btn-area2:hover .btn-contact {
        box-shadow: none;
        background-color: #cb6d1e;
        opacity: 1;
    }

    .btn-area2 .btn-contact:link {
        color: white;
    }

    .btn-area2 .btn-contact.press {
        background-color: #f92610;
        box-shadow: 0 5px 0px #9e210e;
        color: white !important;
    }

    .btn-area2 .btn-contact.press:hover {
        box-shadow: none;
        background-color: #9e210e;
    }

    .btn-area2 .btn-contact::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
    }

    .btn-area2 .btn-contact:hover::before {
        animation: shine 1.2s;
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    .scene-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;

        .scene-photo {
            img {
                width: 100%;
                height: auto;
                display: block;
            }
        }
    }

    .scene-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 20px;



        .scene-photo {
            img {
                width: 100%;
                height: auto;
                display: block;
            }
        }
    }

    .scene-sub h3 {
        font-size: 22px;
        font-weight: bold;
        padding: 50px 20px 10px;
        border-bottom: 2px solid var(--main-color);
        margin-bottom: 20px;
    }

    .kyushu-expo {
        .header-group {
            img {
                max-width: 90%;
                width: 700px;
                display: block;
                margin: 0 auto;
            }

            .catch-copy {
                text-align: center;
                font-size: 26px;
                font-weight: bold;
                margin: 20px 0 40px;
                letter-spacing: 1px;
                line-height: 1.2;
                ;
            }
        }

        .exhibit-target-wrap {
            background-color: #697ead0a;
            padding: 30px;
            border: 1px solid #9698ba;
            margin-bottom: 50px;
        }

        .exhibit-target {
            h3.category-title {
                font-size: 20px;
                /* text-decoration: underline; */
                text-align: center;
                margin-bottom: 15px;
                min-height: 50px;
                line-height: 1.3;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .category-list {
                margin-top: 10px;
                font-size: 15px;
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                row-gap: 2px;

                li {}
            }

            .layout-inner {
                display: flex;
                background-color: #697ead0a;

                .side-label {
                    writing-mode: vertical-rl;
                    -ms-writing-mode: tb-rl;
                    /* IE用 */
                    font-size: 26px;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 10px;
                    background-color: #15195f;
                    letter-spacing: 15px;
                    margin-right: 20px;
                    line-height: 1;
                    color: white;
                    padding-right: 15px;
                }

                .category-grid {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    gap: 1%;
                    row-gap: 10px;

                    .category-box {
                        flex: 0 0 32.5%;
                        border: 2px solid var(--main-color);
                        border-radius: 10px;
                        padding: 15px;
                        background-color: white;
                    }
                }
            }
        }

        .business-meeting {
            text-align: center;
            margin: 40px 0;

            h3 {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 20px;
                letter-spacing: 3px;
            }

            .biz-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 20px;
                line-height: 1.5;
                gap: 20px;

                ul {
                    flex: 0 0 30%;
                }

                img {

                    max-width: 160px;
                }
            }
        }

        .visitor-target {
            .side-label {
                writing-mode: vertical-rl;
                -ms-writing-mode: tb-rl;
                /* IE用 */
                font-size: 26px;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px;
                background-color: #15195f;
                letter-spacing: 15px;
                margin-right: 20px;
                line-height: 1;
                color: white;
                padding-right: 15px;
            }

            .layout {
                display: flex;
                /* align-items: center; */
                

                .audience-box {
                    border: 2px solid var(--main-color);
                    border-radius: 10px;
                    padding: 15px;

                    h3 {
                        font-size: 20px;
                        text-align: center;
                        margin-bottom: 15px;
                    }
                }

                .audience-grid {
                    display: flex;
                    flex-wrap: wrap;
                    row-gap: 20px;
                    width: 100%;
                    
                    
                    
                    
                    

                    .audience-grid_child {
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        row-gap: 15px;
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        

                        .audience-box {
                            flex: 0 0 49%;
                            background-color: white;
                        }
                    }
                }
            }
        }



    }

    .exhibit-area {
        .area-lead {
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 40px;
            line-height: 1.4;
        }

        .area-row {
            /* max-width: 900px; */
            margin: 0 20px;
            font-size: 16px;
            line-height: 1.6;
            background-color: #697ead14;
            padding: 20px;
            margin-bottom: 20px;


            h3 {
                font-size: 22px;
                padding: 10px;
                border-bottom: 5px solid var(--sub-color);
                margin-bottom: 20px;
            }

            .area-info_wrap {
                display: flex;
                justify-content: space-between;

                .area-info {
                    flex: 0 0 70%;
                }

                .area-visual {
                    flex: 0 0 30%;
                }
            }

            .area-list {
                padding: 0 20px;

                ul {
                    list-style: disc;

                    li {
                        list-style: disc;
                    }
                }
            }
        }
    }

    .exhibit-benefits {

        .benefits-title {
            margin: 0;
            /* font-size: 1.6rem; */
            font-weight: 700;
        }

        .benefits-body {
            /* border-top: 6px solid #3a8d94; */
            padding: 40px 0 0;
        }

        .benefits-lead {
            margin: 0 0 1rem;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .benefits-note {
            margin: 0 0 2rem;
            text-align: center;
            line-height: 1.5;
            font-size: 16px;
        }

        .chart-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
        }

        .chart-box {
            flex: 1 1 calc(33.333% - 2rem);
            max-width: 360px;
            text-align: center;
        }

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

        .chart-caption {
            margin-top: 0.75rem;
            font-weight: 700;
            color: #d92c2c;
            line-height: 1.4;
            font-size: 20px;
        }

    }

    .chart-source {
        font-size: 12px;
        color: #666;
        text-align: right;
        /* 右寄せにしたい場合 */
        margin-top: 8px;
        display: none;
    }


    .kyushu-reason {

        .reason-title {
            margin: 0;
            font-size: 30px;
            font-weight: 700;
        }

        /* reason common */
        .reason-box {
            /* border-top: 6px solid #3a8d94; */
            padding: 50px 40px;
            background-color: #697ead0a;
            margin: 30px 0;
            border: 1px solid #b8badc;
        }

        .reason-number {
            margin: 0 0 40px;
            font-size: 26px;
            font-weight: 700;
            /* text-decoration: underline; */
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--main-color);
            gap: 20px;
            border-bottom: 2px dashed var(--main-color);
            font-size: 28px;
            padding-bottom: 37px;



            .roboto {
                font-size: 60px;
                font-weight: 900;
                color: transparent;
                -webkit-text-stroke: 2px var(--main-color);
            }
        }

        .reason-sub {
            margin: 70px 0 80px;
            text-align: center;
            line-height: 1.5;
            font-size: 22px;
            font-weight: normal;
        }

        .highlight-strong {
            font-size: 36px;
            font-weight: 700;
            color: #008ed7;
            background: linear-gradient(transparent 70%, #ffec4f 30%);
            display: inline;
        }

        /* map grid */
        .map-grid {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 0.75rem;
        }

        .map-item {
            flex: 1 1 200px;
            max-width: 240px;
            text-align: center;
        }

        .map-item img {
            width: 100%;
            height: auto;
            display: block;
            max-height: 150px;
        }

        .map-caption {
            margin-top: 20px;
            background-color: #003b82;
            color: white;
            padding: 5px;
            font-size: 18px;
            font-weight: 700;
        }

        .note {
            text-align: right;
            font-size: 0.85rem;
            margin: 0 0 1.5rem;
        }

        /* conclusion */
        .conclusion-box {
            border: 2px solid #1e2d5b;
            padding: 1rem;
            font-weight: 500;
            font-size: 22px;
            text-align: center;
            background-color: white;
            line-height: 1.4;
        }

        /* reason 2 specific */
        .catch-copy_wrap {
            text-align: center;
            margin-bottom: 50px;
        }

        .catch-copy {
            margin: 60px 0 80px;
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            /* text-decoration: underline; */
            color: #008ed7;
            line-height: 1.3;
            background: linear-gradient(transparent 70%, #ffec4f 30%);
            display: inline;
        }

        .reason-desc {
            margin: 0 0 2rem;
            text-align: center;
            line-height: 1.6;
            font-size: 16px;
        }

        .highlight-yellow {
            background: #fff5a0;
            padding: 0 0.25rem;
        }

        /* logos */
        .logo-box {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
            border: 2px solid #1e2d5b;
            padding: 0.5rem;
            align-items: center;
            border-radius: 20px;
            background-color: white;
        }

        .logo-box img {
            height: 100px;
            width: auto;
            display: block;
        }

        .logo-box .img1 {
            height: 75px;
        }

        .logo-box .img2 {
            height: 150px;
        }

        .logo-box .img3 {
            height: 70px;
        }

        .logo-box .img4 {
            height: 70px;
        }

    }


    .exhibitor-support {
        .support-header {}

        .support-title {
            margin: 0;
            /* font-size: 1.6rem; */
            font-weight: 700;
        }

        .support-items {
            display: flex;
            /* flex-direction: column; */
            gap: 2rem;
            padding: 2rem 0;
            justify-content: space-between;
            flex-wrap: wrap;

            img {
                border: 1px solid #ddd;
            }
        }

        .support-box {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            flex: 0 0 48%;

            h3 {
                border-bottom: 1px dashed #333;
                padding-bottom: 10px;
            }
        }

        .support-box.bordered {
            /* border-top: 2px dashed #999; */
            padding-top: 2rem;
            flex: 0 0 100%;

            img {
                max-width: 350px;
            }
        }

        .support-name {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
        }

        .support-text {
            margin: 0;
            line-height: 1.6;
        }

        .support-images {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: flex-start;
        }

        .support-images img {
            /* width: 180px; */
            flex: 0 0 48%;
            height: auto;
            display: block;
            max-width: 48%;
        }
    }


    .event-schedule {

        .schedule-title {
            margin: 0;
            font-size: 1.6rem;
            font-weight: 700;
        }

        .schedule-flow {
            display: flex;
            flex-wrap: nowrap;
            /* overflow-x: auto; */
            gap: 15px;
            padding: 2rem 0;
            justify-content: center;
            align-items: self-start;
            height: auto;
            margin-bottom: 70px;
        }

        .step-box {
            flex: 0 0 12.5%;
            /* border: 2px solid #003b82; */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            /* padding: 1rem 0.5rem; */
            text-align: center;
            /* min-height: 150px; */
            height: 120px;
            position: relative;
        }

        .step-box::after {
            border: 5px solid transparent;
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: -13px;
            width: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            border-top-color: var(--main-color);
            border-bottom-width: 0;
        }


        .step-box.final {
            background: #15195f;
            color: #fff;

            .step-label {
                color: white;
            }
        }

        .step-box.final::after {
            display: none;
        }

        .step-label {
            margin: 0 0 0.5rem;
            font-weight: 700;
            font-size: 0.95rem;
            border: 2px solid #003b82;
            width: 100%;
            min-height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #15195f;
        }

        .step-date {
            margin: 0;
            font-size: 0.9rem;
            line-height: 1.4;
            font-weight: bold;
            color: black;
        }

        .schedule-cta {
            margin-top: 60px;
            text-align: center;
        }

        .cta-button {
            display: inline-block;
            background: #ff6300;
            color: #fff;
            padding: 0.75rem 2rem;
            font-weight: 700;
            border-radius: 4px;
            text-decoration: none;
        }
    }
}

body.expo_office {
    section {
        h2 {
            background-color: #008dd7;
        }
    }
}

body.expo_dp {
    section {
        h2 {
            background-color: #fff000;
            color: #333;
        }
    }
}

body.expo_munici {
    section {
        h2 {
            background-color: #bc0611;
        }
    }
}

body.expo_gx {
    section {
        h2 {
            background-color: #1eaa39;
        }
    }
}

body.expo_edu {
    section {
        h2 {
            background-color: #473e80;
        }
    }
    .about-expo {
        p {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            margin-bottom: 10px;
        }
    }
    .expo-info {
        table {
            max-width: 700px;
            margin: 50px 0 0 20px;
            
            th {
                --tri: 20px;
                font-size: 22px;
                font-weight: bold;
                background-color: #473e80;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                margin-bottom: 20px;
                padding: 10px;
                margin-right: 20px;
                min-width: 170px;
                  clip-path: polygon(
                        0 0,
                        calc(100% - var(--tri)) 0,
                        100% 50%,
                        calc(100% - var(--tri)) 100%,
                        0 100%
                    );
                    box-shadow: 0 10px 10px #aaa;
            }
            td {
                font-size: 22px;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
            }
            tr {
                display: flex;
            }
        }
    }
    .exhibit-benefits {
        padding: 0;
        margin-bottom: 0;
    }
    .reason-title {
        display: none;
    }
    .chart-source {
        display: block;
    }
}




.othercontentslist {
    .othercontentslist_list {
        max-width: 1000px;
        margin: 0 auto;
    }
}





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


    .expo_office {
        .container {
            padding: 0 10px;

            section {
                margin-bottom: 10px;
                padding-bottom: 0px;

                h2 {
                    font-size: 22px;
                    padding: 10px;
                    margin-bottom: 10px;
                }
            }
        }

        .kyushu-expo {

            .header-group {
                .catch-copy {
                    font-size: 18px;
                    padding: 10px;
                    margin: 10px 0;
                }

                img {
                    max-width: 100%;
                }
            }

            .exhibit-target-wrap {
                padding: 10px;

                .layout-inner {
                    flex-direction: column;

                    .side-label {
                        font-size: 22px;
                        margin-right: 0;
                        padding: 5px;
                        padding-right: 10px;
                        writing-mode: horizontal-tb;
                        padding: 10px;
                        margin-bottom: 10px;
                    }

                    .category-grid {
                        /* flex-direction: column; */
                        flex-wrap: wrap;
                        width: 100%;






                        .category-box {
                            flex: 0 0 49%;
                        }
                    }
                }

                .exhibit-target {
                    h3.category-title {
                        min-height: auto;
                        font-size: 18px;
                    }

                    img {
                        /* max-width: 80%; */
                        margin: 0 auto;
                        display: block;
                    }
                }


            }

            .business-meeting {
                .biz-wrapper {
                    flex-direction: column;
                    font-size: 18px;

                    img {
                        max-width: 100px;
                    }
                }
            }

            .visitor-target {
                .layout {
                    flex-direction: column;

                    .side-label {
                        font-size: 22px;
                        margin-right: 0;
                        padding: 5px;
                        padding-right: 10px;
                        writing-mode: horizontal-tb;
                        padding: 10px;
                        margin-bottom: 10px;
                    }

                    .audience-grid {
                        row-gap: 7px;
                    }
                }
            }
        }


        .scene-gallery {
            gap: 5px;
        }

        .exhibit-area {
            .area-row {
                margin: 0 0 20px;
                padding: 10px;

                h3 {
                    font-size: 18px;
                }

                .area-list {
                    font-size: 16px;

                    li {
                        font-size: 16px;
                    }
                }

                .area-info_wrap {
                    flex-direction: column;

                    .area-visual,
                    .genai-visual {
                        max-width: 80%;
                        text-align: center;
                        margin: 20px auto 0;
                    }
                }
            }

            .area-lead {
                font-size: 18px;
                margin-bottom: 10px;
            }
        }

        .exhibit-benefits {
            .benefits-title {
                font-size: 22px;
                padding: 10px;
            }

            .chart-caption {
                font-size: 16px;
            }

            .benefits-lead {
                font-size: 22px;
                line-height: 1.3;
            }

            .chart-grid {
                row-gap: 10px;
                gap: 5px;

                .chart-box {
                    flex: 0 0 47%;
                }
            }
        }

        .exhibitor-support {
            .support-items {
                .support-box {
                    flex: 0 0 100%;
                }
            }
        }

        .kyushu-reason {
            .reason-title {
                font-size: 22px;
                line-height: 1.3;
            }


            .map-caption {
                font-size: 15px;
                padding: 2px;
            }

            .map-item img {
                max-height: 90px;
            }

            .catch-copy {
                font-size: 20px;
                margin: 20px 0;
            }

            .reason-number {
                font-size: 22px;
                line-height: 1.3;
                padding-bottom: 20px;

                .roboto {
                    font-size: 40px;
                    min-width: 50px;
                }
            }


            .reason-sub {
                font-size: 18px;
                margin: 20px 0 40px;

                .highlight-strong {
                    font-size: 24px;
                    margin-top: 30px;
                }
            }

            .reason-desc {
                font-size: 16px;
            }

            .reason-box {
                padding-bottom: 20px;
                padding: 20px;
            }

            .map-grid {
                flex-wrap: wrap;
                gap: 1%;
                row-gap: 10px;

                .map-item {
                    flex: 0 0 48%;
                }
            }

            .conclusion-box {
                font-size: 18px;
                padding: 10px;
            }

            .logo-box {
                padding: 20px;
            }

            .catch-copy_wrap {
                br {
                    display: none;
                }
            }
        }

        .exhibitor-support {
            .support-images {
                justify-content: space-around;

                img {
                    max-width: 47%;
                }
            }

            .support-box.bordered {
                img {
                    max-width: 47%;
                }
            }
        }

        .event-schedule {
            .schedule-flow {
                flex-wrap: wrap;

                .step-box {
                    flex: 45%;
                    height: auto;

                }

                .step-box.final {
                    background-color: white;

                    .step-label {
                        background-color: var(--main-color);
                    }
                }

            }

            .step-box::after {
                top: 30%;
                right: -11px;
            }

            .step-label {
                min-height: 90px;
            }
        }
    }

    body.expo_edu {
    .expo-info {
        table {
            margin-left: 0;
            th {
                min-width: 120px;
                font-size: 16px;
                padding-left: 10px;
                margin-right: 10px;
                height: 36px;
            }
            .ol_time {
                display: block;
            }
        }
    }
    }
}