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


/* #page_ttl_wrap.alternative
----------------------------------------- */
#page_ttl_wrap.alternative .inner {
    padding-top: 6rem;
}
#page_ttl_wrap.alternative .page_ttl .ttl {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
}
#page_ttl_wrap.alternative .page_ttl h1 {
    font-size: 4rem;
    line-height: calc(45/40);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 3rem;
}
#page_ttl_wrap.alternative .page_ttl .lead {
    font-size: 2.4rem;
    line-height: calc(32/24);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 1.5rem;
}
#page_ttl_wrap.alternative .txt {
    font-size: 1.6rem;
    line-height: calc(36 / 16);
    letter-spacing: 0.05em;
    margin-top: 3rem;
}
#page_ttl_wrap.alternative.archive .txt {
    font-size: 1.8rem;
    line-height: calc(42 / 18);
    letter-spacing: 0.05em;
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
#page_ttl_wrap.alternative .inner {
    padding-top: 3rem;
}
#page_ttl_wrap .inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
#page_ttl_wrap.alternative .txt {
    margin-top: 3rem;
}
#page_ttl_wrap.alternative.archive .txt {
    margin-top: 3rem;
}

}


/* #art_project
----------------------------------------- */
#art_project .inner {
    margin-bottom: 6rem;
}
#art_project h1 {
    font-size: 4rem;
    line-height: calc(45/40);
    letter-spacing: 0.05em;
    font-weight: 700;
}
#art_project .txt {
    font-size: 1.6rem;
    line-height: calc(36 / 16);
    letter-spacing: 0.05em;
    margin-top: 3rem;
}

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


@media screen and (max-width: 768px) {

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


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

.post_list_wrap.project {
    position: relative;
}
.post_list_wrap.project .post_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.5rem 9.5rem;
    padding-right: 6rem;
    border-right: 1px solid #FFFFFF;
}
.post_list_wrap.project .post_list > li {
}

.post_list_wrap.project .post_list .thumbnail {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 480 / 300;
    border-radius: 1rem;
}
.post_list_wrap.project .post_list .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post_list_wrap.project .post_list .info_con {
    margin-top: 3rem;
}
.post_list_wrap.project .post_list .info_con > .ttl {
    font-size: 2.5rem;
    line-height: calc(38/25);
    font-weight: 700;
}
.post_list_wrap.project .post_list .info_con > .txt {
    font-size: 1.5rem;
    line-height: calc(25/15);
    margin-top: 2rem;
}

.post_list_wrap.project .post_list .info_con .project_info {
    display: flex;
    flex-flow: column;
    grid-gap: 3rem 0;
    margin-top: 3rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .ttl {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
.post_list_wrap.project .post_list .info_con .project_info .con .txt {
    font-size: 1.5rem;
    line-height: calc(23/15);
    letter-spacing: 0.06em;
    margin-top: 1rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .initiative_list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 1.5rem;
}
.post_list_wrap.project .post_list .info_con .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_list_wrap.project .post_list .info_con .project_info .con .initiative_list .icon img {
    width: auto;
    height: 1.1rem;
}

.post_list_wrap.project .post_list .info_con .project_info .con .time_scale {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.4rem;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid #000000;
    border-right: 0;
    position: absolute;
    top: 0.4rem;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .circle.blk {
    background-color: #000000;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .date {
    font-size: 1.5rem;
    line-height: calc(21/15);
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .date::before {
    content: '';
    display: block;
    width: 1px;
    height: 1.8rem;
    background: url("../images/tate_dot.svg") repeat-y center top / auto;
    margin: 1rem 0;
}

.post_list_wrap.project .post_list .btn_wrap {
    justify-content: flex-start;
    margin-top: 3.5rem;
}
.post_list_wrap.project .post_list .btn_wrap .btn {
    width: 19.5rem;
}

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

.post_list_wrap.project {
    position: relative;
    margin-top: 1rem;
}
.post_list_wrap.project .post_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 0;
    padding-right: 3rem;
}
.post_list_wrap.project .post_list > li {
    padding: 5rem 0;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
}
.post_list_wrap.project .post_list > li:first-child {
    padding-top: 0;
}
.post_list_wrap.project .post_list > li:nth-child(odd) {
    border-left: none;
}

.post_list_wrap.project .post_list .thumbnail {
    width: 100%;
    position: relative;
}
.post_list_wrap.project .post_list .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post_list_wrap.project .post_list .info_con {
    margin-top: 3rem;
}
.post_list_wrap.project .post_list .info_con > .ttl {
    font-size: 2.5rem;
    line-height: calc(38/25);
    font-weight: 700;
}
.post_list_wrap.project .post_list .info_con > .txt {
    font-size: 1.5rem;
    line-height: calc(25/15);
    margin-top: 2rem;
}

.post_list_wrap.project .post_list .info_con .project_info {
    display: flex;
    flex-flow: column;
    grid-gap: 3rem 0;
    margin-top: 3rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .ttl {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    color: #808080;
}
.post_list_wrap.project .post_list .info_con .project_info .con .txt {
    font-size: 1.5rem;
    line-height: calc(23/15);
    letter-spacing: 0.06em;
    margin-top: 1rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .initiative_list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem 1.5rem;
}
.post_list_wrap.project .post_list .info_con .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_list_wrap.project .post_list .info_con .project_info .con .initiative_list .icon img {
    width: auto;
    height: 1.1rem;
}

.post_list_wrap.project .post_list .info_con .project_info .con .time_scale {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.4rem;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid #000000;
    border-right: 0;
    position: absolute;
    top: 0.4rem;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .circle.blk {
    background-color: #000000;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .date {
    font-size: 1.5rem;
    line-height: calc(21/15);
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.post_list_wrap.project .post_list .info_con .project_info .con .time_scale .con .date::before {
    content: '';
    display: block;
    width: 1px;
    height: 1.8rem;
    background: url("../images/tate_dot.svg") repeat-y center top / auto;
    margin: 1rem 0;
}

.post_list_wrap.project .post_list .btn_wrap {
    justify-content: center;
    margin-top: 3.5rem;
}
.post_list_wrap.project .post_list .btn_wrap .btn {
    justify-content: flex-start;
    width: 28rem;
    padding-left: 3.5rem;
}
    
}



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

.post_list_wrap.status {
    margin-top: 6rem
}

.post_list_wrap.status .post_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem 0;
}
.post_list_wrap.status .post_list > li {
    padding: 2.5rem;
    padding-left: 8rem;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    position: relative;
}
.post_list_wrap.status .post_list > li a:hover .btn {
    opacity: 1;
    background-color: #000000;
}
.post_list_wrap.status .post_list > li a:hover .btn span {
    color: #FFFFFF;
}
.post_list_wrap.status .post_list > li a:hover .btn::after {
    transform: translate(30%,-50%);
}

.post_list_wrap.status .post_list > li .count {
    position: absolute;
    top: 3rem;
    left: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.post_list_wrap.status .post_list > li .layout {
    display: flex;
    justify-content: space-between;
}
.post_list_wrap.status .post_list > li .layout .img_wrap {
    width: 19.3rem;
    overflow: hidden;
    aspect-ratio: 193 / 137;
    object-fit: cover;
    border-radius: 0.5rem;
}
.post_list_wrap.status .post_list > li .layout .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_list_wrap.status .post_list > li .layout .txt_wrap {
    padding-right: 1rem;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .info_wrap {
    display: flex;
    align-items: center;
    gap: 0 3.5rem;
    margin-top: 1rem;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .overview_wrap {
    display: flex;
    align-items: center;
    gap: 0 3.5rem;
    margin-top: 2rem;
    padding-right: 3rem;
}
.post_list_wrap.status .post_list > li .ttl {
    font-size: 2.1rem;
    line-height: calc(32/21);
    letter-spacing: 0.05em;
    font-weight: 700;
}
.post_list_wrap.status .post_list > li .date {
    font-size: 1.2rem;
    line-height: calc(14/12);
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #808080;
}
.post_list_wrap.status .post_list > li .status {
    font-size: 1.2rem;
    line-height: calc(14/12);
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #808080;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}


.post_list_wrap.status .post_list > li .btn_wrap {
}

@media screen and (max-width: 768px) {
#status_list_wrap .inner {
    margin-bottom: 8rem;
}
    
.post_list_wrap.status {
    margin-top: 4rem
}

.post_list_wrap.status .post_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 0;
}
.post_list_wrap.status .post_list > li {
    padding: 2.5rem;
    padding-left: 6rem;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    position: relative;
}

.post_list_wrap.status .post_list > li .count {
    top: 2.8rem;
    left: 2.5rem;
}
.post_list_wrap.status .post_list > li .layout {
    flex-flow: column;
    gap: 0 0;
}
.post_list_wrap.status .post_list > li .layout .img_wrap {
    width: 100%;
    margin-top: 2rem;
    
    order: 4;
}

.post_list_wrap.status .post_list > li .layout .txt_wrap {
    width: 100%;
    padding-right: 0;
    display: contents;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .ttl {
    order: 1;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .info_wrap {
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-top: 1rem;
    
    order: 2;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .overview_wrap {
    display: contents;
}
.post_list_wrap.status .post_list > li .layout .txt_wrap .overview_wrap > .txt {
    margin-top: 2rem;
    
    order: 3;
} 
.post_list_wrap.status .post_list > li .layout .txt_wrap .overview_wrap .btn_wrap {
    margin-top: 3rem;
    
    order: 5;
}  
}



/* #post_single_wrap.project
----------------------------------------- */
#post_single_wrap.project {
}
#post_single_wrap.project .inner {
    padding-top: 6rem;
}
#post_single_wrap.project .page_ttl .ttl {
    font-size: 2.4rem;
    line-height: calc(48/24);
    letter-spacing: 0.06em;
    font-weight: 700;
}
#post_single_wrap.project .page_ttl .ttl span {
    margin-left: 0.5em;
}
#post_single_wrap.project .page_ttl .term {
    font-size: 2.4rem;
    line-height: calc(45/24);
    letter-spacing: 0.05em;
    font-weight: 700;
}

#post_single_wrap.project .post_ttl_wrap {
    margin-top: 10rem;
}
#post_single_wrap.project .post_ttl_wrap h1 {
    padding-left: 0;
    display: flex;
    gap: 2rem;
}
#post_single_wrap.project .post_ttl_wrap h1 .count {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: calc(34 / 29);
    
    order: 1;
}
#post_single_wrap.project .post_ttl_wrap h1::before {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0.8rem;
    
    order: 2;
}
#post_single_wrap.project .post_ttl_wrap h1 .ttl {
    order: 3;
}
#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;
}

#post_single_wrap.project .post_con {
    padding-top: 6rem;
}

#post_single_wrap.project .post_con .reference {
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
}
#post_single_wrap.project .post_con .reference > .con {
    display: flex;
    justify-content: space-between;
    gap: 0 5rem;
}
#post_single_wrap.project .post_con .reference > .con .img_wrap {
    width: calc(230/920*100%);
}
#post_single_wrap.project .post_con .reference > .con .txt_wrap {
    width: calc(635/920*100%);
}
#post_single_wrap.project .post_con .reference > .con .txt_wrap h3 {
    margin-top: 0;
    font-size: 2.1rem;
}

#post_single_wrap.project .inner > .btn_wrap {
    margin-top: 15rem;
}

@media screen and (max-width: 768px) {
#post_single_wrap.project .inner {
    padding-top: 3rem;
    margin-bottom: 12rem;
}

#post_single_wrap.project .post_ttl_wrap {
    margin-top: 6rem;
}
#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;
}
    
#post_single_wrap.project .post_con {
    padding-top: 6rem;
}

#post_single_wrap.project .post_con .reference {
    gap: 5rem 0;
}
#post_single_wrap.project .post_con .reference > .con {
    flex-flow: column;
    gap: 3rem 0;
}
#post_single_wrap.project .post_con .reference > .con .img_wrap {
    width: 100%;
}
#post_single_wrap.project .post_con .reference > .con .txt_wrap {
    width: 100%;
}
#post_single_wrap.project .post_con .reference > .con .txt_wrap h3 {
    font-size: 2.1rem;
}
    
#post_single_wrap.project .inner > .btn_wrap {
    margin-top: 8rem;
}
}
