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

#report_feed .inner {
    margin-bottom: 0;
}
#conWrap > .btn_wrap {
    margin-top: 15rem;
    margin-bottom: 18rem;
}
@media screen and (max-width: 768px) {
#report_feed .inner {
    margin-bottom: 0;
}
#conWrap > .btn_wrap {
    margin-top: 13rem;
    margin-bottom: 15rem;
}
    
#page_ttl_wrap .inner {
    padding-bottom: 5rem;
}
}


/* .ts_map_wrap
----------------------------------------- */
.ts_map_wrap {
    width: 100%;
    margin-top: 8rem;
    position: relative;
    z-index: 1;
}
.ts_map_wrap .bg_wrap {
}
.ts_map_wrap .ts_link {
    position: absolute;
    z-index: 2;
}
.ts_map_wrap .ts_link a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    grid-gap: 0.5rem 0;
}
.ts_map_wrap .ts_link a.txt_top {
    flex-flow: column-reverse;
}
.ts_map_wrap .ts_link .icon {
    width: 3.5rem;
}
.ts_map_wrap .ts_link .year {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
.ts_map_wrap {
    margin-top: 6rem;
}
.ts_map_wrap .ts_link a {
    grid-gap: 0.5rem 0;
}
.ts_map_wrap .ts_link .icon {
    width: 2.5rem;
}
.ts_map_wrap .ts_link .year {
    font-size: 1.0rem;
}
}


/* .post_list_wrap.project
----------------------------------------- */
#project_list_wrap {
    
}
#project_list_wrap .inner {
    /*padding-bottom: 12rem;*/
    margin-bottom: 12rem;
}

.post_list_wrap.project {
    position: relative;
    margin-top: 8rem;
    display: flex;
    flex-flow: column;
    grid-gap: 6rem 0;
}

.post_list_wrap.project .term_block > h2.ttl {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 300;
}

.post_list_wrap.project .post_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 2rem;
    margin-top: 3rem;
}
.post_list_wrap.project .post_list > li {
    padding: 2rem;
    padding-bottom: 1.5rem;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
}
.post_list_wrap.project .post_list > li .year {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.post_list_wrap.project .post_list > li .ttl {
    font-size: 2.2rem;
    line-height: calc(28/22);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 0.5rem;
}
.post_list_wrap.project .post_list > li .btn_wrap {
    justify-content: flex-start;
    margin-top: 2rem;
}

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

.post_list_wrap.project {
    margin-top: 6rem;
    grid-gap: 4rem 0;
}

.post_list_wrap.project .term_block > h2.ttl {
    font-size: 2.2rem;
}

.post_list_wrap.project .post_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem 0;
    margin-top: 1.5rem;
}
.post_list_wrap.project .post_list > li {
    padding: 2rem;
    padding-bottom: 1.5rem;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
}
.post_list_wrap.project .post_list > li .year {
    font-size: 1.1rem;
}
.post_list_wrap.project .post_list > li .ttl {
    font-size: 1.6rem;
    margin-top: 0.5rem;
}
.post_list_wrap.project .post_list > li .btn_wrap {
    justify-content: flex-start;
    margin-top: 1.5rem;
}
    
}



/* #post_single_wrap.project
----------------------------------------- */
#post_single_wrap.project {
}
#post_single_wrap.project .inner {
    /*padding-bottom: 8rem;*/
    padding-bottom: 0;
    margin-bottom: 0;
}

#post_single_wrap.project .post_ttl_wrap .project_info {
    width: 100%;
    margin-top: 5.5rem;
    margin-bottom: 4rem;
    background-color: #E3E1DE;
    border-radius: 1rem;
    padding: 4.5rem;
    display: flex;
    flex-flow: column;
    grid-gap: 3.5rem 0;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .ttl {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .txt {
    font-size: 1.5rem;
    line-height: calc(23/15);
    letter-spacing: 0.06em;
    margin-top: 1rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 1.5rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 10rem;
    padding: 1rem 1.5rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list .icon img {
    width: auto;
    height: 1.1rem;
}


@media screen and (max-width: 768px) {
#post_single_wrap.project .inner {
    margin-bottom: 0;
}

#post_single_wrap.project .post_ttl_wrap .project_info {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 4rem;
    background-color: #E3E1DE;
    border-radius: 1rem;
    padding: 4.5rem;
    display: flex;
    flex-flow: column;
    grid-gap: 3.5rem 0;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .ttl {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .txt {
    font-size: 1.5rem;
    line-height: calc(23/15);
    letter-spacing: 0.06em;
    margin-top: 1rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 1.5rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 10rem;
    padding: 1rem 1.5rem;
}
#post_single_wrap.project .post_ttl_wrap .project_info .con .initiative_list .icon img {
    width: auto;
    height: 1.1rem;
} 
}
