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

.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);
}

@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 .title .resources_title_blue{
        font-size: 32px;
    }
    .section_main {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 24px;
    }
}
@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%;
    }
}

section ul{
    width: 95%;
    max-width: 1188px;
    align-self: center;
}
@media screen and (max-width: 880px) {
    section ul{
        width: 87.201%;
    }
}


.card_thumbbox{
    display: flex;
    background: var(--gray-40, #F7F7F8);
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 30px;
    padding-left: 30px;
}
.card_thumbbox .card_thumbbox_inner{
    position: relative;
}

.card_thumbbox img{
    width: 100%;
    display: block;
    height: auto;
    border-radius: 0;
}
.card-description {
    padding: 32px;
    word-break: break-all;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.card-description > ul{
    width: 100%;
}
.card-description .card_button_btn{
    display: flex;
    justify-content: center;
}
.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;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .btn_width_custom {
        width: 100%;
    }
}

.resources_archive_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.resources_archive_title h2{
    color: var(--blue-0, #0974E8);
    text-align: center;
    font-size: 32px;
    line-height: normal;
}
.resources_archive_title p{
    color: var(--black-0, #252729);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.resources_archive_title p br{
    display: none;
}
@media screen and (max-width: 880px) {
    .resources_archive_title h2 {
        font-size: 24px;
    }
    .resources_archive_title p br{
        display: block;
    }
    .card_thumbbox {
        padding-top: 21px;
        padding-bottom: 20px;
        padding-right: 32px;
        padding-left: 32px;
    }
    .resources_archive_title p {
        font-size: 14px;
    }
}


/* お役立ち資料2点セット */
.resources_archive_cols{
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 95%;
    align-self: center;
    justify-content: center;
}
.resources_archive_cols .resources_archive_content{
    display: flex;
    width: 100%;
    max-width: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--white, #FFFFFF);
    justify-content: center;
}
.resources_archive_cols .resources_archive_content .content_main{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 95%;
    max-width: 340px;
}
.resources_archive_cols .resources_archive_content .content_main h3{
    font-size: 24px;
    margin-bottom: 16px;
    color: inherit;
}
.resources_archive_cols .resources_archive_content .content_main .resources_thumbnail{
    width: 100%;
    display: flex;
    justify-content: center;
}
.resources_archive_cols .resources_archive_content .content_main .resources_thumbnail .resources_thumbnail_inner{
    position: relative;
}
.resources_archive_cols .resources_archive_content .content_main .resources_thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.resources_archive_cols .resources_archive_content .content_main .resources_archive_cols_btn{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}
.resources_archive_cols .resources_archive_content .content_main .resources_archive_cols_btn a{
    display: flex;
    width: 100%;

    font-size: 24px;
    line-height: normal;
    border-radius: 40px;
    max-width: unset;
}

@media screen and (max-width: 880px) {
    .resources_archive_cols{
        flex-direction: column;
        width: 87.201%;
        gap: 24px;
    }
    .resources_archive_cols .resources_archive_content {
        max-width: unset;
        padding-top:32px;
        padding-bottom: 32px;
    }
    .resources_archive_cols .resources_archive_content .content_main {
        width: 80.43%;
    }
}
@media screen and (max-width: 780px) {
    .resources_archive_cols .resources_archive_content .content_main .resources_archive_cols_btn a {
        font-size: 14px;
        height: 48px;
        padding: 0;
        align-items: center;
    }
    .resources_archive_cols .resources_archive_content .content_main h3 {
        font-size: 18px;
    }
}

.resources_archive_list_section{
    padding-bottom: 80px;
    position: relative;
}

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

/* filter section */
.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 .resources_category_filter{
    display: flex;
    align-items: center;
    width: 100%;
}
.archive_filter_section .section_main .resources_category_filter > span{
    color: var(--black, #252729);
    text-align: right;
    
    font-size: 14px;
    line-height: normal;
}
.resources_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);
}
.resources_filter_title .resources_all_select > input[type="radio"]{
    display: none;
}
.archive_filter_section .section_main .resources_category_filter .resources_label_box > label > input[type="radio"]{
    display: none;
}
.archive_filter_section .section_main .resources_category_filter .resources_label_box > label > span,
.resources_filter_title .resources_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 .resources_category_filter .resources_label_box > label > input[type="radio"]:checked + span,
.resources_filter_title .resources_all_select > input[type="radio"]:checked + span{
    background-color: var(--blue, #0974E8);
    color: #fff !important;  /* 選択すると文字色のスタイルが適用されないため、この場合のみimportantを追加 (09.30) */
    border-color: var(--blue, #0974E8);
}
.resources_label_box{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.resources_filter_title label,
.resources_label_box label{
    cursor: pointer;
}
.resources_filter_title > label{
    display: flex;
    width: max-content;
}
.resources_filter_title_span{
    display: flex;
    width: max-content;
    text-align: right;
    justify-content: right;
}
.resources_filter_title_span > span{
    font-size: 14px;
    display: flex;
}
@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 .resources_category_filter{
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: baseline;
    }
    .resources_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;
    }
    .resources_filter_title_span{
        justify-content: unset;
    }
}

/* 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;
    }
}

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