#works #wrap .wcm{
    max-width: 1260px;
}

.g-wrap-content {
    margin-top: 100px;
}

.g-wrap-content .c-title02 {
    margin-bottom: 30px;
}

.g-wrap-content .list-work {
    margin-bottom: 50px;
}

.g-wrap-content .list-work .item {
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
    .g-wrap-content .list-work .item {
        width: 100%
    }
}

.g-wrap-content .list-work .item:nth-child(4n) {
    margin-right: 0;
}

.list-category{
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 80px;
    display: flex;
    border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .list-category {
        padding: 15px;
        margin-bottom: 40px;
        display: block;
    }
}
.list-category__ttl{
    width: 120px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
    .list-category__ttl {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.list-category__cont{
    width: calc(100% - 120px);
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    .list-category__cont {
        width: 100%;
        padding-left: 0;   
    }
}
.list-category__cont ul{
    display: flex;
    flex-wrap: wrap;
}
.list-category__cont ul li{
    margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
    .list-category__cont ul li {
        margin: 0 4px 8px;
    }
}
.list-category__cont ul li a{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
}
@media only screen and (max-width: 767px) {
    .list-category__cont ul li a {
        padding: 2px 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.list-category__cont ul li.active a{
    background: #ed6b1a;
}
.list-category__cont ul li a:hover{
    background: #ed6b1a;
    opacity: 1;
}
.c-list-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
@media only screen and (max-width: 767px) {
    .c-list-work {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .c-list-work {
        display: block;
    }
}
.c-list-work .item{
    width: 100%;
    box-shadow: none;
}
@media only screen and (max-width: 480px) {
    .c-list-work .item {
        margin-bottom: 15px;
    }
}
.no-post{
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}
/* single */
.single #wrap .wcm{
    max-width: 1000px;
}
.single .c-list-work .item{
    width: 350px;
}
.single-content{
    margin-bottom: 40px;
    color: #fff;
}
.post-ttl{
    font-size: 30px;
    font-size: 3rem;
    font-family: "Sora", sans-serif;
    margin-bottom: 7px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .post-ttl {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.post-thumb{
    margin: 30px 0 40px;
    position: relative;
    height: 500px;
    max-width: 860px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .post-thumb {
        margin: 20px 0;
        height: 450px;
    }
}
@media (max-width: 480px) {
    .post-thumb {
        height: 250px;
    }
}

.post-thumb:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.post-thumb img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.post-info{
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 767px) {
    .post-info {
        margin-bottom: 20px;
        display: block;
    }
}
.post-info dl dt{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #2E78BE;
}
@media (max-width: 767px) {
    .post-info dl dt {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.post-info dl dd{
    padding-right: 40px;
}
@media (max-width: 767px) {
    .post-info dl dd {
        padding-right: 0;
    }
}
.post-info dl dd a{
    color: #2E78BE;
    text-decoration: underline;
}
.post-info dl dd a:hover{
    text-decoration: none;
}
@media (max-width: 767px) {
    .post-info dl dd{
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}
.relate-post{
    display: flex;
}
@media (max-width: 767px) {
    .relate-post {
        display: block;
    }
    .relate-post__item{
        margin-bottom: 10px;
    }
    .relate-post__item a{
        display: block;
        padding: 15px 20px;
        background: #1c202d;
    }
}
.relate-post__item{
    width: 50%;
}
.relate-post__item.prev{
    padding-right: 20px;
}
.relate-post__item.next {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .relate-post__item {
        width: 100%;
    }
    .relate-post__item.prev {
        padding-right: 0;
    }

    .relate-post__item.next {
        padding-left: 0;   
    }
}
.relate-post__item a{
    color: #fff;
}
.relate-post-txt{
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #7f8daa;
}
@media (max-width: 767px) {
    .relate-post-txt {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
}
.relate-post-cont{
    display: flex;
    align-items: center;
}

.relate-post-cont__image{
    width: 200px;
    position: relative;
}
@media (max-width: 480px) {
    .relate-post-cont__image {
        width: 100px;
    }
}
.relate-post-cont__image:before{
    content: "";
    display: block;
    padding-top: 65%;
}
.relate-post-cont__image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.relate-post-cont__txt{
    width: calc(100% - 200px);
    padding-left: 20px;
    letter-spacing: 0.1rem;
    line-height: 1.3;
}
@media (max-width: 480px) {
    .relate-post-cont__txt {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
}
.relate-post__item.prev .relate-post-txt{
    padding-left: 20px;
    position: relative;
}
.relate-post__item.prev .relate-post-txt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    margin-top: -2px;
    height: 10px;
    border-left: 2px solid #7f8daa;
    border-top: 2px solid #7f8daa;
    -moz-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform:rotate(-45deg) translateY(-50%);
}
.relate-post__item.next {
    margin-left: auto;
}

@media (max-width: 767px) {
    .relate-post__item.next {
        margin-bottom: 0;
    }
}
.relate-post__item.next .relate-post-txt {
    padding-right: 20px;
    position: relative;
}

.relate-post__item.next .relate-post-txt:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 30%;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    border-left: 2px solid #7f8daa;
    border-top: 2px solid #7f8daa;
    -moz-transform: rotate(135deg) translateY(-50%);
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
}

.relate-post__item.next .relate-post-cont {
    flex-direction: row-reverse;
    text-align: right;
}

.relate-post__item.next .relate-post-txt {
    text-align: right;
}
.relate-post__item.next .relate-post-cont__txt{
    padding-left: 0;
    padding-right: 20px;
}
.relate-post-cont__txt .date{
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.relate-post-cont__txt .post-tit{
    font-weight: 600;
}
@media (max-width: 380px) {
    .relate-post-cont__txt .post-tit {
        font-size: 1.4rem;
        font-size: 14px;
    }
}
.editor{
   margin-bottom: 50px;
}
@media (max-width: 767px) {
    .editor {
        margin-bottom: 25px;
    }
}
.editor h2{
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3em;
    letter-spacing: 0.14em;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    position: relative;
    margin: 50px 0 20px;
}
@media (max-width: 767px) {
    .editor h2 {
        font-size: 20px;
        font-size: 2rem;
        margin: 25px 0 15px;
    }
}
.editor h2:before{
    content: "";
    width: 3px;
    height: 55%;
    background: #2E78BE;
    position: absolute;
    left: 0;
    top: 0;
}
.editor h2:after {
    content: "";
    width: 3px;
    height: 45%;
    background: #EDCA24;
    position: absolute;
    left: 0;
    bottom: 0;
}
.editor ul{
    padding: 0 20px;
}
.editor ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .editor ul{
        margin: 10px 0;
    }
    .editor ul li {
        font-size: 1.5rem;
        font-size: 15px;
    }
}
.editor p{
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .editor p {
        font-size: 1.5rem;
        font-size: 15px;
        margin-bottom: 5px
    }
}
.single-preview{
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 140px;
}
@media (max-width: 767px) {
    .single-preview {
        margin: 20px 0 60px;
    }
}
.single-preview__pc{
    width: 700px;
    max-width: 70%;
}
.single-preview__sp{
    width: 240px;
    max-width: 25%;
}
.single-preview__photo{
    box-shadow: 8px 8px 20px rgba(255, 255, 255, 0.08);
    max-height: 2800px;
    position: relative;
    overflow: hidden;
}
.single-preview__photo img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}