@charset "Shift_JIS";

/* **************************************************

Name: hsif.css

Description: events hsif2026 TOP CSS

Create: 2026.08.25
Update: 

Copyright 2026 Hitachi, Ltd.

***************************************************** */

/*====================*/
/* TimeSchedule */
/*====================*/
#BrandingTitle {
    width: 100%;
    margin: 0;
    padding: 0;

    img {
        width: 100%;
    }
}

#BrandingDay {
    text-align: center;
    font-size: min(2.2vw ,2.5rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: var(--color-supportive-grey-1);
    padding: 0.5rem 1rem;

    .Week {
        font-size: min(1.1vw, 1.25rem);
    }

    .time {
        font-size: min(1.4vw, 1.625rem);
    }

    .Location {
        font-size: min(1.7vw, 2rem);
    }
}

@media (max-width: 767px) {
    #BrandingDay {
        text-align: left;
        font-size: 1.5rem;

        .Week {
            font-size: 0.875rem;
        }

        .time {
            font-size: 1rem;
            display: inline-block;
        }

        .Location {
            display: inline-block;
            font-size: 1.5rem;
        }
    }
}


/*====================*/
/* PickUp */
/*====================*/
#PickUp .HeadingLeft {
    padding-top: 3rem;
}

.PUSection {
    padding: 1.5rem 1rem;
}

.PUSection:not(:last-child) {
    margin: 0 0 3rem;
}

.PUSectionHead {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    margin: 0 0 1.5rem;

    .PUSectionHeadLabel {
        width: 14rem;
    }

    .PUSectionHeadMain {
        flex: 1;
        align-content: center;
    }

    :is(.PUSectionID, .PUSectionTime) {
        border-radius: 100vh;
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .PUSectionID {
        margin: 0 0 1rem;
        background-color: var(--color-supportive-grey-5);
        color: var(--color-white);
    }

    .PUSectionTime {
        margin: 0;
        background-color: var(--color-white);
    }

    .PUSectionHeadTitle {
        font-size: 1.625rem;
        font-weight: 600;
        line-height: 1.269;
        color: var(--color-black);
        margin: 0;
        padding: 0;
    }
}

.PUSectionTxt {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.PUSectionSpeaker {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0 0;
    padding: 0;

    > li {
        background: var(--color-white);
        border-radius: .5rem;
        width: calc((100% - 1.5rem) / 2);
        display: flex;
        flex-wrap: nowrap;
        padding: 1rem;
        box-sizing: border-box;
        gap: 1.5rem;
        align-items: center;
    }

    .PUSectionSpeakerPhoto {
        width: 10rem;
        border: 1px solid var(--color-supportive-grey-2);
        border-radius: 0.25rem;
        overflow: hidden;

        img {
            width: 100%;
        }
    }

    .PUSectionSpeakerContent {
        flex: 1;

        .PUSectionSpeakerPost {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            margin: 0 0 .5rem;
            padding: 0;
        }

        .PUSectionSpeakerName {
            font-size: 1.25rem;
            font-weight: 500;
            line-height: 1.5;
            margin: 0;
            padding: 0;
        }
    }
}

@media (max-width: 994px) {
    .PUSection:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .PUSectionHead {
        flex-wrap: wrap;
        gap: 1rem;

        .PUSectionHeadLabel {
            width: 100%;
        }

        :is(.PUSectionID , .PUSectionTime) {
            width: 12rem;
            display: inline-block;
            font-size: 0.875rem;
        }

        .PUSectionID {
            margin: 0 .5rem .5rem 0;
        }

        .PUSectionTime {
            margin: 0 0 .5rem 0;
        }

        .PUSectionHeadTitle {
            font-size: 1.375rem;
        }
    }

    .PUSectionTxt {
        font-size: 0.875rem;
    }

    .PUSectionSpeaker {
        .PUSectionSpeakerPhoto {
            width: calc(150 / 994 * 100vw);
        }

        .PUSectionSpeakerContent {
            .PUSectionSpeakerPost {
                font-size: 0.875rem;
            }

            .PUSectionSpeakerName {
                font-size: 1rem;
            }
        }
    }
}

@media (max-width: 767px) {
    .PUSectionHead {
        :is(.PUSectionID, .PUSectionTime) {
            padding: .5rem;
        }

        .PUSectionID {
            width: 6rem;
        }

        .PUSectionTime {
            width: 12rem;
        }
    }

    .PUSectionSpeaker {
        > li {
            width: 100%;
            flex-wrap: wrap;
        }

        .PUSectionSpeakerPhoto {
            width: 130px;
            margin: 0 auto;
        }

        .PUSectionSpeakerContent {
            width: 100%;
            flex: none;
            text-align: center;
        }
    }
}



/*====================*/
/* TimeSchedule */
/*====================*/
.TimeSchedule {
    > li {
        background-color: var(--color-supportive-grey-1);
        border-radius: .5rem;
        padding: 1rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 2rem;
        margin: 0 0 1.5rem;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .TSContent {
        order: 2;
        flex: 1;
    }

    .TSHead {
        order: 1;
        width: 10rem;
    }

    .TSTitle {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5;
        color: var(--color-black);
        margin: 0 0 .5rem;
        padding: 0;
    }

    .TSSpeaker {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem 2rem;

        > li {
            font-size: 1rem;
            line-height: 1.5;
        }
    }

    :is(.TSTime , .TSID) {
        border-radius: 100vh;
        padding: .5rem 1rem;
        font-size: 0.875rem;
        line-height: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .TSTime {
        margin: 0 0 1rem;
        background-color: var(--color-supportive-grey-5);
        color: var(--color-white);
    }

    .TSID {
        margin: 0;
        background-color: var(--color-white);
    }
}

@media (max-width: 994px) {
    .TimeSchedule {
        > li {
            flex-wrap: wrap;
            gap: .5rem;
        }

        :is(.TSHead, .TSContent) {
            width: 100%;
        }

        :is(.TSTime , .TSID) {
            width: 8rem;
            display: inline-block;
        }

        .TSTime {
            margin: 0 .5rem .5rem 0;
        }

        .TSID {
            margin-bottom: .5rem;
        }

        .TSSpeaker {
            gap: 0;

            > li {
                width: 100%;
            }
        }
    }
}