section{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slidenews_section {
    align-items: anchor-center;
}
.slidenews_section .section{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.section_blue{
    background: var(--blue-50, #F1F8FE);
}
.section_blue_45{
    background: var(--blue-45, #D9EAFE);
}
.section_public_cta{
    margin-bottom: 80px;
}
.resources_top_section{
    margin-top: 96px;
}


@media screen and (max-width: 880px) {
    .section_public_cta{
        margin-bottom: 64px;
    }
}

span{
    color: var(--black, #252729);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h2{
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
}


.section_main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
    width: 100%;
}
.section_main .title{
    color: var(--black, #252729);
    text-align: center;

}
.section_main .title span,
.section_main .title h2,
.section_main .title h1{
    font-size: 40px;
    line-height: normal;
    color: var(--black, #252729);
}
.section_main .title span br,
.section_main .title h2 br,
.section_main .title h1 br{
    display: none;
}
.section_main .title .resources_title_blue{
    color: var(--blue-0, #0974E8);
}

.event_top_section .section_main{
    padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .section_main #blu_title span br,
    .section_main #blu_title h2 br{
        display: block;
    }
}
@media screen and (max-width: 880px) {
    .resources_top_section {
        margin-top: 49px;
    }
    .section_main .title span,
    .section_main .title h2,
    .section_main .title h1{
        font-size: 24px;
    }
    .section_main {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 24px;
    }
    .events_list_section{
        padding-top: 32px;
    }
    .event_top_section .section_main .title {
        display: flex;
        justify-content: center;
    }
    .event_top_section .section_main{
        /* padding-bottom: 32px; */
    }
    .event_top_section .section_main .title h2{
        font-size: 32px;
    }
}
@media screen and (max-width: 780px) {
    .section_main .title span br,
    .section_main .title h2 br,
    .section_main .title h1 br{
        display: block;
    }
    #blu_title{
        text-align: left;
        width: 87.202%;
    }
}
@media screen and (max-width: 480px) {
    .section_main .title .resources_title_blue{
        /* width: 95%; */
        display: flex;
        /* font-size: 32px; */
    }
}

.event_top_section{
    margin-top: 96px;
}
.event_title_subsection .section_main{
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 880px) {
    .event_top_section {
        margin-top: 49px;
    }
}

/* contact custom  */
.contact_itms .itm .txtbox .btn_div {
    display: flex;
    width: 100%;
    justify-content: center;
}
.contact_itms .itm .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .button-container > a {
        margin: 48px auto;
        margin-bottom: 0px;
    }
}

.button-container{
    margin-bottom: 80px;
    padding-top: 0;
}
.button-container > a{
    margin-top: 48px;
}
.added_more_btn{
    position: relative;
    bottom: unset;
    display: flex;
    width: 100%;
    /* display: grid; */
    grid-column: 1 / -1;
}
.added_more_btn .btn_div{
    display: flex;
    width: 100%;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .added_more_btn .btn_div a{
        width: 100%;
    }
}

/* top card */
.event_topcard_section .section_main{
    padding-top: 80px;
    padding-bottom: 0px;
}
.event_topcard_box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* max-width: 1188px; */
    /* width: 95%; */
    border-radius: 6px;
    background: var(--Color, #FFF);
    /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10); */
}
.event_topcard_box a{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: 32px;
    justify-content: center;
    max-width: 1124px;
    justify-content: space-between;
}
.top_card_img{
    display: flex;
    width: 44.618%;
    max-width: 480px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.top_card_img img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.event_topcard_box a .card-description{
    padding: 0;
    width: 55.382%;
}
.event_topcard_box a .card-description .card-title{
    color: var(--blue-0, #0974E8);

    font-size: 24px;
    line-height: normal;
}
.event_topcard_box:hover{
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1000px) {
    .event_topcard_box a {
        margin: 24px;
    }
}

@media screen and (max-width: 880px) {
    
    .event_topcard_box {
        width: 87.201%;
    }
    .event_topcard_box a{
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .top_card_img {
        max-width: unset;
    }
    .event_topcard_box a .card-description {
        padding: 0;
        padding-left: 24px;
        padding-right: 24px;
    }
    .event_topcard_box a .card-description .card-title {
        font-size: 16px;
    }
    .event_topcard_section .section_main{
        padding-top: 32px;
    }

    .event_topcard_box a .top_card_img{
        width: 100%;
    }
    .event_topcard_box a .card-description{
        width: unset;
    }
}
@media screen and (max-width: 480px) {
    
}

/* filter */
.archive_filter_section{
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-self: center;
    justify-content: center;
}
.archive_filter_section .section_main{
    gap: 24px;
    width: 95%;
    max-width: 1188px;
}
.archive_filter_section .section_main .event_category_filter{
    display: flex;
    align-items: center;
    width: 100%;
}
.archive_filter_section .section_main .event_category_filter > span{
    color: var(--black, #252729);
    text-align: right;
    
    font-size: 14px;
    line-height: normal;
}
.event_filter_title{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid var(--gray-30, #DCDEE0);
}
.event_filter_title .event_filter_title_span{
    display: flex;
    width: max-content;
    text-align: right;
}
.event_filter_title > label{
    display: flex;
    width: max-content;
}

.event_filter_title .event_all_select > input[type="radio"]{
    display: none;
}
.archive_filter_section .section_main .event_category_filter .event_label_box > label > input[type="radio"]{
    display: none;
}
.archive_filter_section .section_main .event_category_filter .event_label_box > label > span,
.event_filter_title .event_all_select > span{
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--white, #FFFFFF);
    border: 1px solid var(--blue, #0974E8);
    border-radius: 5px;
    transition: all 0.3s ease;
    color: var(--blue, #0974E8);

    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.archive_filter_section .section_main .event_category_filter .event_label_box > label > input[type="radio"]:checked + span,
.event_filter_title .event_all_select > input[type="radio"]:checked + span{
    background-color: var(--blue, #0974E8);
    color: #fff !important;  /* 選択すると文字色のスタイルが適用されないため、この場合のみimportantを追加 (09.30) */
    border-color: var(--blue, #0974E8);
}
.event_label_box{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.event_filter_title label,
.event_label_box label{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .archive_filter_section .section_main {
        width: 87.201%;
    }
}
@media screen and (max-width: 680px) {
    .archive_filter_section .section_main .event_category_filter{
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: baseline;
    }
    .event_filter_title {
        border-bottom: 1px solid var(--gray-30, #DCDEE0);
        border-right: none;
        width: 100%;
        padding: 0;
        margin: 0;
        padding-bottom: 8px;
        flex-direction: column;
        align-items: baseline;
        gap: 8px;
    }
}

.section_main .event_lists,
.section_main .tab-contents {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1188px;
    position: relative;
}
.section_main .tab-contents .card-list-container{
    padding: 0;
}
@media screen and (max-width: 880px) {
    .slidenews_section .section{
        width: 87.201%;
    }
    .section_main .event_lists,
    .section_main .tab-contents{
        width: 87.201%;
    }
}
/* top card event onoff type  */
.event_type_onoff{
    color: var(--gray-10, #72777E);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-top: 8px;
    margin-bottom: 0.8rem;
}
.event-summary{
    display: flex;
    color: var(--black, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 16px;
}
.event_type_onoff_minicard{
    color: var(--gray-10, #72777E);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-top: 16px;
}



/* loading custom  */
.event_filter_loading,
.event_archive_filter_loading{
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 100%;
}

/* news slider bottom dots */
.custom_controller{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.custom_controller .left_news,
.custom_controller .right_news{
    cursor: pointer;
}
.custom_controller .news_slider_pausebtn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:12px;
    height: 14px;
    background-size: cover;
    background-image: url(../images/news_slider_pause.png);
}
.custom_controller .paused{
    mix-blend-mode: luminosity;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.dots-2{
    display: flex;
    justify-content: center;
}
.dots-2 .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0;
    display: flex;
}
.dots-2 .slick-dots li {
    display: inline-block;
    
}
.dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background:  var(--blue-45, #D9EAFE);
    border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
    background: var(--blue, #0974E8);
}
.dots-2 .slick-dots button:before{
    display: none;
}

/* slider */
.slick-initialized .slick-slide {
	flex-shrink: 0;
}

.sliderArea {
    /* max-width: 400px; */
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 25px; */

    /* blur */
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}
.sliderArea .slick-slide {
    /* margin: 0 5px; */
    align-content: center;
}
.sliderArea .slider-news-item{
    display: flex !important;
    width: 100%;
    max-width: 1188px;
    flex-direction: row;
    min-height: 223px;
    margin: 0;
}
.sliderArea .slider-news-item .slider-news-image{
    width: 100%;
    display: flex;
    /* max-width: 400px; */
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.sliderArea .slider-news-item .slider-news-card{
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.sliderArea .slider-news-item .slider-news-card .card_date_tag{
    display: flex;
    gap: 16px;
    max-width: 352px;
    width: 100%;
    align-items: center;
}
.sliderArea .slider-news-item .slider-news-card .card_date_tag time{
    color: var(--Gray, #8C9197);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
}
.sliderArea .slider-news-item .slider-news-card .card_date_tag .tag{
    min-width: 86px;
    border-radius: 4px;
    border: 1px solid var(--blue, #0974E8);
    color: var(--blue, #0974E8);
    
    font-size: 12px;
    line-height: 200%;
    font-weight: 400;
    margin: 0;
    background-color: var(--white, #FFF);
    min-width: 86px;
    text-align: center;
}
.sliderArea .slider-news-item .slider-news-card .card_title{
    color: var(--black, #252729);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 352px;
    width: 100%;
}
.slick-prev, .slick-next {
    z-index: 1;
    display: none !important;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .event_topcard_box a .card-description .card-title {
        font-size: 20px;
    }
    .event-summary {
        font-size: 14px;
    }
}

@media screen and (max-width: 880px) {
    
    .section {
        margin: 0 auto;
        /* max-width: 400px; */
        /* width: 87.201%; */
        gap: 32px;
    }
    
    .sliderArea .slider-news-item {
        min-height: unset;
        flex-direction: column;
        gap: 0;
    }
    .sliderArea .slider-news-item .slider-news-image{
        max-width: unset;
    }
    .sliderArea .slider-news-item .slider-news-image{
        max-height: 50%;
        align-items: center;
        overflow: hidden;
    }
    .sliderArea .slider-news-item .slider-news-card .card_date_tag,
    .sliderArea .slider-news-item .slider-news-card .card_title {
        width: 85.322%;
        align-self: center;
        max-width: unset;
    }
    .sliderArea .slider-news-item .slider-news-card .card_title{
        -webkit-line-clamp: 2;
    }

    .event_topcard_box a .card-description .card-title {
        font-size: 16px;
    }
    .event-summary {
        font-size: 14px;
    }
}

@media screen and (max-width: 880px) {
    .sliderArea .slider-news-item .slider-news-card .card_date_tag .tag {
        height: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .sliderArea .slick-slide {
        align-content: unset;
    }
}

