@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 768px) {
#report #page_ttl_wrap .inner > .lead {
    letter-spacing: 0.02em;
}
}

/* .post_list_wrap.report
----------------------------------------- */
#report_list_wrap {
    
}
#report_list_wrap .inner {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 18rem;
}

.post_list_wrap.report {
    position: relative;
}
.post_list_wrap.report .post_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5.5rem 4.5rem;
}

.post_list_wrap.report .post_list > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
}

.post_list_wrap.report .post_list > li{
    display: none;
}
.post_list_wrap.report .post_list > li.highlight {
    display: block;
}

.post_list_wrap.report .post_list .thumbnail {
    width: 100%;
    position: relative;
}
.post_list_wrap.report .post_list .thumbnail img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 330 / 385;
    object-fit: cover;
    border-radius: 1rem;
}
.post_list_wrap.report .post_list .thumbnail .tag {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
.post_list_wrap.report .post_list .thumbnail .tag .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}
.post_list_wrap.report .post_list .thumbnail .tag .list > li {
    display: flex;
}
.post_list_wrap.report .post_list .thumbnail .tag .list > li span {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    border-radius: 10rem;
}

.post_list_wrap.report .post_list .info_con {
    margin-top: 3rem;
}
.post_list_wrap.report .post_list .info_con .date {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
.post_list_wrap.report .post_list .info_con .ttl {
    font-size: 1.8rem;
    line-height: calc(28/18);
    font-weight: 700;
    margin-top: 2rem;
}

.post_list_wrap.report .post_list .info_con .txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
    color: #666666;
    margin-top: 1rem;
}


.post_list_wrap.report_slider .swiper-wrapper {
    display: flex;
    grid-gap: 0;
    /*transition-timing-function: linear;*/
    /*transition-timing-function: ease-out;
    backface-visibility: hidden;*/
}
.post_list_wrap.report_slider .swiper-wrapper .swiper-slide {
    width: 33rem;
}


@media screen and (max-width: 768px) {
#report_list_wrap {
    
}
#report_list_wrap .inner {
    width: 33rem;
    padding-bottom: 8rem;
}

.post_list_wrap.report {
}
.post_list_wrap.report .post_list {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 2rem 0;
}
    
.post_list_wrap.report_slider .swiper-wrapper {
    display: flex;
    grid-gap: 0;
}
.post_list_wrap.report_slider .swiper-wrapper .swiper-slide {
    width: 33rem;
}
    
}



/* #report_search_wrap
----------------------------------------- */
#report_search_wrap {
    width: 100%;
    margin: auto;
    margin-top: 8rem;
}

#report_search_wrap .search_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#report_search_wrap .search_con .con_ttl {
    width: 12rem;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
}
#report_search_wrap .search_con.select_wrap {
    padding-top: 6rem;
    position: relative;
}
#report_search_wrap .search_con.select_wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.05rem;
    background-color: #CCCCCC;
    position: absolute;
    top: 3rem;
    left: 0;
}

#report_search_wrap .search_form_wrap {
    width: 100%;
}

/*#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap {
    margin: 0;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap .select_con {
    width: 100%;
    min-height: 4.6rem;
    padding: 1.0rem 2rem;
    padding-right: 6rem;
    background-color: #F2F2F2;
    box-sizing: border-box;
    border-radius: 0.5rem;
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap::before {
    content: "";
    display: block;
    width: 4.6rem;
    height: 100%;
    background-color: #000000;
    border-radius: 0 0.5rem 0.5rem 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap::after {
    content: "";
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    background: url("../images/search_pd.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
     z-index: 2;
    transform: translateY(-50%);
}*/

#report_search_wrap .search_form_wrap .report_search_form .word_wrap {
}
#report_search_wrap .search_form_wrap .report_search_form .word_wrap > label {
    width: 100%;
}
#report_search_wrap .search_form_wrap .report_search_form .word_wrap .input_con {
    width: 100%;
    padding: 0.8rem 3rem;
    box-sizing: border-box;
    border-radius: 10rem;
    background-color: #FFFFFF;
}
    
#report_search_wrap .search_form_wrap .report_search_form .check_wrap {
    margin-bottom: 3.5rem;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap label {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    padding: 0.5rem 1.5rem;
    border-radius: 10rem;
    transition: all .6s;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_txt {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10rem;
    border: none;
    background-color: #FFFFFF;
    z-index: -2;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_con:checked + .check_txt {
    color: #FFFFFF;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_con:checked + .check_txt::before {
    border: none;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_con:checked + .check_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #808080;
    border-radius: 10rem;
    z-index: -1;
}

#report_search_wrap .search_form_wrap .report_search_form .submit_btn {
    margin-left: 2rem;
    min-width: 2.6rem;
}
#report_search_wrap .search_form_wrap .report_search_form .submit_btn .btn {
    display: flex;
    padding: 0;
}
#report_search_wrap .search_form_wrap .report_search_form .submit_btn .btn img {
    width: 2.6rem;
}


#report_search_wrap .search_form_wrap .report_search_form .btn_layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    grid-gap: 0 2rem;
}
#report_search_wrap .search_form_wrap .report_search_form .btn_layout .btn_wrap {
    width: auto;
    margin: 0;
}
#report_search_wrap .search_form_wrap .report_search_form .btn_layout .btn_wrap .btn {
}

#report_search_wrap .search_form_wrap .report_search_form .btn_layout .btn_wrap.submit {
    position: relative;
}
/*#report_search_wrap .search_form_wrap .report_search_form .btn_layout .btn_wrap.submit::after {
    content: "";
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    background: url("../images/search.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}*/

#report_search_wrap .search_form_wrap .report_search_form .btn_layout .btn_wrap.clear .btn {
}


#report_search_wrap.filter {
    position: fixed;
    width: 100%;
    max-width: 55.5rem;
    margin: 0;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .4s;
    height: 100vh;
    /* overflow: scroll; */
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: -1;
}
#report_search_wrap.filter::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E3E1DE;
    /* mix-blend-mode: Multiply; */
    z-index: -1;
}
body.filter-open #report_search_wrap.filter {
    transform: translateY(0);
    z-index: 200;
    opacity: 1;
}
#report_search_wrap.filter .search_form_wrap {
    width: calc(100% - 9rem);
    max-width: 108rem;
    margin: auto;
    padding: 0;
    padding-top: 13rem;
    padding-bottom: 6rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
}
#report_search_wrap.filter h2.ttl {
    font-size: 2.8rem;
    line-height: calc(33.6 / 28);
    letter-spacing: 0.02em;
    margin-bottom: 4.5rem;
}
#report_search_wrap.filter .search_con {
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 2rem 0;
}
#report_search_wrap.filter .search_form_wrap .report_search_form .check_wrap {
    margin-bottom: 4.5rem;
}
#report_search_wrap.filter .search_con .con_ttl {
    width: 100%;
    line-height: 1;
}

#report_search_wrap.filter .search_form_wrap .report_search_form .word_wrap > label {
    max-width: 42rem;
}
#report_search_wrap.filter .search_form_wrap .report_search_form .word_wrap .input_con {
}

#report_search_wrap.filter .close {
    position: absolute;
    top: 4rem;
    right: 5rem;
    cursor: pointer;
}




/* formリセット
----------------------------------------- */
.search_form_wrap input,
.search_form_wrap button,
.search_form_wrap select,
.search_form_wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.search_form_wrap textarea {
  resize: vertical;
}

.search_form_wrap input[type='checkbox'],
.search_form_wrap input[type='radio'] {
  display: none;
}

.search_form_wrap input[type='submit'],
.search_form_wrap input[type='button'],
.search_form_wrap label,
.search_form_wrap button,
.search_form_wrap select {
  cursor: pointer;
}

.search_form_wrap select::-ms-expand {
  display: none;
}


@media screen and (max-width: 768px) {
#report_search_wrap {
    width: 38rem;
    /*margin-left: -3rem*/;
    margin-top: 8rem;
}
#report_search_wrap .search_form_wrap {
}

/*#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap {
    margin-top: 2rem;
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap .select_con {
    min-height: 4.4rem;
    padding: 1.0rem 2rem;
    padding-right: 6rem;
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap::before {
    width: 4.4rem;
}
#report_search_wrap .search_form_wrap .report_search_form .select_con_wrap::after {
    width: 4.4rem;
    height: 4.4rem;
}*/

#report_search_wrap .search_form_wrap .report_search_form .word_wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
#report_search_wrap .search_form_wrap .report_search_form .word_wrap .con_ttl {
    margin-bottom: 1rem;
}
#report_search_wrap .search_form_wrap .report_search_form .word_wrap > label {
    width: 33rem;
}
#report_search_wrap .search_form_wrap .report_search_form .submit_btn {
    margin-left: 1.5rem;
}

#report_search_wrap .search_form_wrap .report_search_form .check_wrap {
    flex-flow: column;
    align-items: flex-start;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap {
    margin-top: 1rem;
    grid-gap: 1rem 1.5rem;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap label {
    font-size: 1.2rem;
}
#report_search_wrap .search_form_wrap .report_search_form .check_wrap .check_con_wrap .check_txt {
    font-size: 1.2rem;
}

#report_search_wrap .search_form_wrap .report_search_form .btn_layout {
    margin-top: 2rem;
    grid-gap: 0 1rem;
}

    
    

#report_search_wrap.filter .search_form_wrap {
    width: calc(100% - 6rem);
    padding-top: 4rem;
    padding-bottom: 5rem;
    margin-left: 0;
}
#report_search_wrap.filter h2.ttl {
    margin-bottom: 4rem;
}
#report_search_wrap.filter .search_con {
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem 0;
}
#report_search_wrap.filter .search_form_wrap .report_search_form .check_wrap {
    margin-bottom: 3rem;
}
#report_search_wrap.filter .search_con .con_ttl {
    width: 100%;
    line-height: 1;
}

#report_search_wrap.filter .search_form_wrap .report_search_form .word_wrap > label {
    max-width: 33rem;
}

#report_search_wrap.filter .close {
    top: 4rem;
    right: 4rem;
}
}