@charset "utf-8";
/*******************************************************
mescius -http://www.mescius.jp/
Copyright(c)
by mescius GCTeam AC
*******************************************************/


.section--2col-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 3rem 0;
    padding-bottom: 0;
}

.slide--wrap {
	margin-right: 10%;
}

.catalog--wrap {
	width: 290px;
	margin: auto;
}

.img--catalog {
	display: flex;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
	margin-bottom: 2rem;
}

.seminar--info__text-wrap {
	width: 55%;
	margin-left: 5%;
}

.seminar--info-img {
	width: auto;
	min-width: 300px;
	height: auto;
	max-height: 340px;
	object-fit: contain;
	margin-bottom: 2rem;
}

.text-align--top-left .table--head {
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.how-to-entry--img {
	width: 100%;
	max-width: 450px;
	height: auto;
	object-fit: contain;
}


.webniar--img {
	display: flex;
	width: 70%;
	height: auto;
	object-fit: contain;
	margin: auto;
}


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

.seminar--info__text-wrap {
	width: 100%;
	}

.seminar--info-img {
	width: 80%;
	min-width: 0px;
	margin: auto 3rem 3rem;
	}
}

@media only screen and (max-width : 640px) {
.seminar--info-img {
	width: 100%;
	margin: auto auto 2rem;
}

.seminar--info__text-wrap {
	margin-left: 0;
	}
	
.webniar--img {
	width: 100%;
	}
	
}



/* layout20251111 */
html {
    scroll-behavior: smooth;
}
.seminar-contents .h2--wrap {
    margin-top: 40px;
}
    .seminar-category-wrap {
        position: relative;
    }
    .seminar-category {
        position: sticky;
        top: 70px;
        transition: all 0.5s;
        backdrop-filter: blur(3px);
        z-index: 5;
    }



    body:has(.hide) .seminar-category {
        top: 0;
    }
    .category-ul {
        display: grid;
        grid-template-columns: repeat(2, min(40vw,420px));
        grid-template-rows: auto;
        column-gap: 1.25rem;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
    }
    .category-li {
        display: grid;
        /* justify-content: center; */
        align-items: center;
        position: relative;
        background-color: rgb(255,255,255);
        border: 2px solid rgb(42, 68, 94);
        color: rgb(42, 68, 94);
        list-style-type: none;
        font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1.125rem);
        font-weight: 600;
        transition: all 0.2s;
    }
    .category-li::after {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free"; /* フォントを指定 */
        font-weight: 900; /* solidアイコンは900（Bold） */
        content: "\f078"; /* chevron-down の Unicode */
        display: inline-block;
        margin-left: 5px; /* 任意で余白を調整 */
        pointer-events: none;
    }
    .category-li a {
        display: block;
        padding-block: clamp(0.8rem, 0.5rem + 0.62vw, 1rem);
        padding-inline: clamp(0.5rem, -1.75rem + 4.69vw, 2rem);
        color: rgb(42, 68, 94);
    }
    .category-li:hover {
        background-color: rgb(42, 68, 94);
        color: #fff;
    }
    .category-li:hover a {
        color: #fff;
    }
    .seminar-category-wrap .title-h2 {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        letter-spacing: -0.003em;
    }
    .seminar-category-wrap .title-h2::before {
        content: "";
        position: relative;
        display: inline-block;
        width: 1.3em;
        height: 1.1em;
        min-width: 1.8rem;
        margin-top: 0.1em;
        margin-right: 0.15em;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #overview .title-h2::before {
        background-image: url(/imgs/seminar/seminar-overview.svg);
    }
    #develop .title-h2::before {
        background-image: url(/imgs/seminar/seminar-develop.svg);
    }
    @media only screen and (min-width: 961px) {
        .seminar-category {
            top: 120px;
        }
    }
    @media only screen and (max-width: 1280px) {
        .seminar-contents .contents--wrap {
            padding-inline: 8vw;
        }
    }
    @media only screen and (max-width: 960px) {
        .seminar-contents .contents--wrap {
            padding-inline: 4vw;
        }
    }
    @media only screen and (max-width: 768px) {

        .category-ul {
            column-gap: 1rem;
        }
        .category-li {
            font-size: 0.8em;
        }
        .category-li a {
            padding: 0.5rem 1.2rem;
        }
    }
@media only screen and (max-width: 640px) {
    .seminar-contents .title-h3 {
        margin-bottom: 10px;
    }
    .category-li {
        letter-spacing: initial;
    }
}



    .seminar-row {
        position: relative;
        display: grid;
        grid-template-columns: 200px 1fr;
        column-gap: 20px;
        row-gap: 25px;
        box-sizing: content-box;
        max-width: 960px;
        margin-inline: auto;
        padding: 20px 30px;
    }

    .seminar-row:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .hp-hover-active:hover {
        text-decoration: none;
        /* background-color: rgba(102,102,102,0.1); */
        background-color: rgba(255,255,255,0.6);
        filter: brightness(1.05);
        transition: all 0.2s;
    }
    .hp-hover-active.card:hover {
        /* background-color: rgba(204,204,204,0.1); */
        background-color: rgba(255,255,255,1);
        filter: brightness(1.05);
    }

    .hp-hover-active:hover .el_btn {
        filter: brightness(1.05);
    }


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

        .seminar-row-wrap {
            display: grid;
            grid-template-columns: 50% 50%;
            grid-template-rows: auto;
        }
    }

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

        .seminar-row-wrap {
            display: block;
        }
        .seminar-row {
            padding-inline: 0;
        }
    }



    .seminar-row-figure {
        margin-bottom: 0;
    }
    .seminar-row-figure img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .seminar-row-figure figcaption {
        margin-top: 0.5rem;
    }
    .seminar-row-figure figcaption span {
        padding: 0.3rem 1.5rem;
        border-radius: 999px;
        font-size: 0.8em;
    }
    .seminar-row-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .seminar-date {
        margin-top: 0;
        line-height: 1.2;
        margin-bottom: 0.6rem;
        font-size: 1rem;
        color: #333333;
        font-weight: 600;
        letter-spacing: normal;
    }
    .seminar-title {
        font-size: 1.15rem;
        color: #333333;
        font-weight: 600;
        letter-spacing: normal;

    }
    .seminar-organizer {
        font-size: 0.8em;
        color: #666666;
    }
    .seminar-row .el_btn {
        padding: 10px 24px;
        font-size: 1rem;
        letter-spacing: -0.02em;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s;
        filter: brightness(1);
    }
@media only screen and (max-width: 768px) {
    .seminar-row {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .seminar-row-figure {
        display: grid;
        justify-content: center;
    }

    .seminar-row-figure figcaption {
        margin-top: 0;
    }
    .seminar-btn-wrap {
        margin-top: 1rem;
        margin-right: 0;
    }
    .seminar-row .el_btn {
        font-size: 0.8rem;
    }
}

.movie-row .card {
    display: grid;
    height: 100%;
}
.movie-row .card-img {
    padding:0 !important;
    aspect-ratio: 192/108;
    background-color: #35AFD6;
}
.movie-row .card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    border-top: none;
}
.movie-row .movie-title  {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: normal;
}
.movie-row .el_btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    filter: brightness(1);
}

@media only screen and (min-width: 641px) {
    .movie-row > div {
        padding-inline: 5px;
    }
}

    .hp-bg-blue {
        background-color: #35AFD6;
        color: #fff;
    }
    .hp-bg-green {
        background-color: #01a9a1;
        color: #fff;
    }
    .hp-bg-deepblue {
        background-color: #0366b4;
        color: #fff;
    }
.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
    cursor: default;
    pointer-events: none;
}
/* body:has(.hide) .anchor {
    padding-top: 120px;
    margin-top: -120px;
} */
@media only screen and (max-width: 768px) {
    .anchor {
        padding-top: 135px;
        margin-top: -135px;
    }
}
