@charset "UTF-8";
/* --------------------------
202508 WA セミナーページ改修
---------------------------- */
html {
    scroll-padding-top: 73px;
}

#contract #contractcontent * {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
}

#links ul {
    justify-content: center;
    gap: 4px 24px;
}
#sec-list .contents {
    margin-bottom: 0;
}

.event_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    padding: 20px 0 50px;
}

.contents .event_wrap {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
}

.event_wrap li {
    width: 100%;
    position: relative;
}

.event_wrap li.label_suggest::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #fd7922;
    border-radius: 10px 0 0;
    position: absolute;
    z-index: 98;
}

.event_wrap li.label_suggest::after {
    content: "おすすめ";
    font-weight: 700;
    font-size: 12px;
    display: block;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    z-index: 99;
}

.event_wrap li.label_limited::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #385aef;
    border-radius: 10px 0 0;
    position: absolute;
    z-index: 98;
}

.event_wrap li.label_limited::after {
    content: "期間限定";
    font-weight: 700;
    font-size: 12px;
    display: block;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    z-index: 99;
}

.event_wrap li.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #cf1212;
    border-radius: 10px 0 0;
    position: absolute;
    z-index: 98;
}

.event_wrap li.label_new::after {
    content: "New";
    display: block;
    top: 11px;
    left: 6px;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    z-index: 99;
}

.event_box {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    color: #333;
    overflow: hidden;
    transition: .3s;
}

.event_box figure img {
    transition: .3s;
    width: 100%;
    vertical-align: bottom;
}

.event_box:hover figure img {
    scale: 1.05;
}

.event_box .txt {
    padding: 16px;
}

.event_box .txt p {
    font-size: 14px;
    line-height: 1.5;
}

.event_box .txt .event_date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.event_box .txt .event_date > .flag {
    padding: 4px 8px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.event_box .txt .event_date > .seminar_close {
    background: #777;
}

.event_box .txt .event_date > .date_time {
    font-size: 14px;
    font-weight: 700;
    font-feature-settings: "palt";
}

.event_box .txt .event_date > .date_time > .time {
    font-size: 12px;
    font-weight: 700;
    font-feature-settings: "palt";
}

.event_box .txt h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.event_box .txt .industry,
.event_box .txt .venue {
    margin-top: 16px;
    font-size: 12px;
}

.btn_event {
    margin-top: auto;
    padding: 0 16px 16px;
}

.btn_event .btn-inner{
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    transition: all 0.3s 0s ease;
    background: #944C82;
    padding: 10px;
    border: 2px solid #944C82;
    border-radius: 9999px;
}

.btn_event .btn-inner .free {
    display: inline-block;
    color: #944C82;
    font-size: 12px;
    background: #ffffff;
    border-radius: 3px;
    padding: 2px 5px;
}

.btn_event .btn-inner::after {
    flex: 0 0 auto;
    content: '';
    background-image: url("https://lp.infomart.co.jp/contract/seminar_btn-arrow-pp01.svg");
    background-size: cover;
    width: 12px;
    height: 12px;
}

.event_box:hover .btn_event .btn-inner{
    color: #944C82;
    background:#ffffff;
    border: 2px solid #944C82;
}

.event_box:hover .btn_event .btn-inner .free{
    color: #ffffff;
    background: #944C82;
}

.event_box:hover .btn_event .btn-inner::after{
    background-image: url("https://lp.infomart.co.jp/contract/seminar_btn-arrow-pp02.svg");
}

.event_box .txt.ond_txt {
    padding: 16px 16px 0 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
        
.event_box .txt .time {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-top: auto;
    margin-bottom: 8px;
}
.event_box .txt .time .movie_minutes {
    padding-right: 8px;
    position:relative;
}
.event_box .txt .time .movie_minutes::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 18px;
    background: #333333;
}
.event_box .txt .time .minutes {
    font-size: 25px;
    color: #944C82;
    padding: 0 2px 0 8px;
    vertical-align: -1px;
}

.event_box .txt .time .minutes02 {
    color: #944C82;
}

@media (min-width: 560px) {
    .event_wrap li {
        width: calc((100% - 24px) / 2);
    }
}

@media (min-width: 768px) {

    .contents .event_wrap {
        width: min(calc(100% - 64px), 1200px);
    }

    .event_box .txt {
        padding: 24px;
    }

    .event_box .txt.ond_txt {
        padding: 24px 24px 0 24px;
    }

    .event_box .txt .industry,
    .event_box .txt .venue {
        margin-top: 24px;
    }

    .btn_event {
        padding: 0 24px 24px;
        text-align: center;
    }

}

@media (min-width: 1024px) {

    .event_wrap li {
        width: calc((100% - 24px * 2) / 3);
    }

}

@media (max-width: 1140px) {

    .btn_event .btn-inner {
        width: 90%;
        font-size: 14px;
    }
    
    .event_box:hover .btn_event .btn-inner{
        width: 90%;
        font-size: 14px;
    }

}

@media (max-width: 630px) {

    .btn_event .btn-inner {
        width: 100%;
    }
        
    .event_box:hover .btn_event .btn-inner{
        width: 100%;
    }

}
