@charset "UTF-8";
.project__lists img.is-vt-target{
    view-transition-name: hero-image;
}
.project__lists img {
  view-transition-name: none;
}
#head{
    padding-top: 560px;
    position: relative;
}
#head h1{
    position: absolute;
    width: min(1180px,94%);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 12px;
}
#head h1 span{
    font-size: 64px;
    display: block;
    margin-bottom: 8px;
}
#news{
    position: relative;
}
#news section{
    width: min(1180px,94%);
    margin-inline: auto;
}
#news #head .bg-curve-top{
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#news #lists{
    padding-bottom: 120px;
}
#news #lists .news-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
}
#news #lists .news-list .news-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 120px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
#news #lists .news-list .news-item .-cat{
    width: 100%;
    font-size: 14px;
    color: #717171;
}
#news #lists .news-list .news-item .-date{
    width: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 12px;
}
#news #lists .news-list .news-item .-date .-year{
    width: 100%;
    font-size: 16px;
}
#news #lists .news-list .news-item .-date .-month{
    font-size: 20px;
}
#news #lists .news-list .news-item .-date .-day{
    font-size: 16px;
}
#news #lists .news-list .news-item .-title{
    font-size: 16px;
    flex: 1;
}
#news #lists .news-list .news-item .-title a{
    display: block;
    width: 100%;
    padding-right: 64px;
    position: relative;
    transition: .3s;
}
#news #lists .news-list .news-item .-title a:hover{
    filter: blur(2px);
    color: #000;
}
#news #lists .news-list .news-item .-title a::before{
content: "";
    display: block;
    width: 40px;
    height: 8px;
    border-right: solid 1px #4F4F4F;
    border-bottom: solid 1px #4F4F4F;
    position: absolute;
    right: 8px;
    transform: skew(45deg);
    bottom: 8px;
}
#news #categorys{
    padding: 0 0 80px;
}
#news #categorys .cat__wrap{
    display: flex;
    gap: 24px;
}
#news #categorys .cat__wrap a{
    font-size: 1.2rem;
    transition: .3s;
}
#news #categorys .cat__wrap a:not(active):hover{
    color: #000;
}
#news #categorys .cat__wrap a.active{
    pointer-events: none;
    color: #939292;
}

.-pager{
    padding-bottom: 80px;
}
.-pager .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.-pager .page-numbers{
    font-size: 18px;
}
.-pager .page-numbers.current{
    color: #717171;
}
.-pager .page-numbers.prev,
.-pager .page-numbers.next{
    font-size: 12px;
}

#projects{
    position: relative;
    padding: 320px 0 120px;
}
#projects .bg-curve-top,
#news .bg-curve-top{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#projects .bg-curve-top .is-sp,
#news .bg-curve-top .is-sp{
    display: none;
}
#projects .bg-curve-top .is-pc,
#news .bg-curve-top .is-pc{
    display: block;
}
#projects .bg-curve-bottom,
#news .bg-curve-bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#projects .bg-curve-bottom .is-pc,
#news .bg-curve-bottom .is-pc{
    display: block;
}
#projects .bg-curve-bottom .is-sp,
#news .bg-curve-bottom .is-sp{
    display: none;
}
#projects .project__lists{
    width: min(1260px,94%);
    margin-inline: auto;
    
}
#projects .list__inner{
    display: flex;
    flex-wrap: wrap;
    gap: 64px 11%;
    padding-bottom: 80px;
}
#projects .project__lists .project__item{
    width: 26%;
    display: flex;
    flex-direction: column;
}
#projects .project__item .image__inner{
    width: 100%;
    overflow: hidden;
}
#projects .project__lists .project__item img{
    aspect-ratio: 12/16;
    object-fit: cover;
    transition: 0.6s ease;
}
#projects .project__lists .project__item:hover img{
    transform: scale(1.1);
    filter: grayscale(0.75);
}
#projects .project__item .item__head{
    margin-bottom: 12px;
}
#projects .project__item .item__head > span{
    font-size:0.85rem;
    font-weight: 900;
}
#projects .project__item .item__head > p{
    font-size: 1.2rem;
}
#projects .project__item .item__head > p span{
    font-size: 1.1rem;
    font-weight: 700;
}

#projects .project__item .image__inner{
    margin-bottom: 0;
    margin-top: auto;
}
#projects .project__item .text__inner{
    font-size: 1.0rem;
    line-height: 1.8;
    padding: 8px 0;
}
@media screen and (max-width:1080px){
    #head {
        padding-top: 480px;
    }
    #head h1 {
        font-size: 11px;
    }
    #head h1 span {
        font-size: 56px;
    }
    #projects .list__inner{
        gap: 64px 8%;
    }
    #projects .project__lists .project__item {
        width: 28%;
    }
    #news #lists .news-list .news-item{
        gap: 8px 80px;
    }
}

@media screen and (max-width:900px){
    #projects .project__lists .project__item {
        width: 46%;
    }
}
@media screen and (max-width:768px) {
    #head {
        padding-top: 320px;
    }
    #head h1 {
        text-align: center;
    }
    #head h1 span {
        font-size: 40px;
    }
    #projects .project__item .text__inner{
        font-size: 0.95rem;
    }
    #projects{
        padding: 240px 0 100px;
    }
    #projects .project__item .item__head > p{
        font-size: 1.1rem;
    }
    #projects .project__item .item__head > span {
        font-size: 0.8rem;
    }
    #projects .project__item .item__head {
        margin-bottom: 10px;
    }
    #projects .bg-curve-top .is-sp,
    #news .bg-curve-top .is-sp{
        display: block;
    }
    #projects .bg-curve-top .is-pc,
    #news .bg-curve-top .is-pc{
        display: none;
    }
    #projects .bg-curve-bottom .is-pc,
    #news .bg-curve-bottom .is-pc{
        display: none;
    }
    #projects .bg-curve-bottom .is-sp,
    #news .bg-curve-bottom .is-sp{
        display: block;
    }
    #news #lists .news-list .news-item{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    #news #lists .news-list .news-item .-cat{
        width: auto;
    }
    #news #lists .news-list .news-item .-date{
        width: auto;
        gap: 4px;
        margin-bottom: 4px;
        align-items: baseline;
    }
    #news #lists .news-list .news-item .-date .-year,
    #news #lists .news-list .news-item .-date .-month,
    #news #lists .news-list .news-item .-date .-day{
        width: auto;
        font-size: 1.3rem;
    }
    #news #lists .news-list .news-item .-date .-year{
        font-size: 1.0rem;
        font-weight: 500;
        margin-right: 12px;
    }
    #news #lists .news-list .news-item .-title{
        width: 100%;
        flex: unset;
    }
    #news #lists .news-list .news-item .-title a::before{
        width: 32px;
        height: 6px;
    }
    #news #lists .news-list .news-item .-title a{
        padding-right: 48px;
        font-weight: 600;
    }
    #news #lists .news-list .news-item .-title {
        font-size: 15px;
    }
    #news #categorys{
        padding: 0 0 64px;
    }
    #news #categorys .cat__wrap{
        display: flex;
        gap: 16px;
    }
    #news #categorys .cat__wrap a{
        font-size: 1.1rem;
    }
}

@media screen and (max-width:560px){
    #head h1 span {
        font-size: 32px;
    }
    #head h1 {
        font-size: 10px;
    }
    #projects {
        padding: 160px 0 80px;
    }
    #projects .project__item .item__head > p span {
        font-size: 1.0rem;
    }
    #projects .project__item .item__head > p{
        font-size: 1.0rem;
    }
}