@charset "UTF-8";
.c-mv01 {
    margin-bottom: 137px;
}

.p-work {
    padding-bottom: 142px;
}

.p-work .list-type li {
    overflow: hidden;
}

.p-work .list-type li a {
    transition: 0.5s;
}

.p-work .list-type li:hover a {
    transform: scale(1.05);
    padding: 40px;
}

.p-work .list-type li a span {
    font-size: 3rem;
}

.p-work .head-line {
    margin-top: 44px;
}

.p-work .list-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 112px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@supports (display: grid) {
    .p-work .list-type a {
        -webkit-transition: unset;
        transition: unset;
        opacity: 1;
    }
}

.p-work .list-type li {
    position: relative;
    width: 25%;
}

.p-work .list-type li:nth-child(1) a {
    background-image: url(../images/work/img_photo1.jpg);
}

.p-work .list-type li:nth-child(2) a {
    background-image: url(../images/work/img_photo2.jpg);
}

.p-work .list-type li:nth-child(3) a {
    background-image: url(../images/work/img_photo3.jpg);
}

.p-work .list-type li:nth-child(4) a {
    background-image: url(../images/work/img_photo4.jpg);
}

.p-work .list-type li::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 128.0513811184%;
}

.p-work .list-type li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    will-change: width;
}

.p-work .list-type li a span {
    line-height: 1;
    font-family: "stenciletta-solid", sans-serif;
    letter-spacing: .05em;
    color: white;
}

@supports (gap: 40px) {
    .p-work .list-content {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .p-work .list-content figure {
        margin-right: 0 !important;
    }
}

.p-work .list-more {
    margin-top: 137px;
}

.p-work .list-more li:not(:last-child) {
    margin-bottom: 55px;
}

.p-work .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-work .list-content .txt-jp {
    color: #df3232;
}

.p-work .list-content dl {
    margin-top: -3px;
    -ms-flex-preferred-size: 507px;
    flex-basis: 507px;
}

.p-work .list-content dd {
    margin-top: 20px;
}

.p-work .list-content a {
    max-width: 278px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 33px;
    background-color: white;
    border: 1px solid #333;
    width: 100%;
    line-height: 1;
    letter-spacing: .05em;
    font-family: "stenciletta-solid", sans-serif;
    position: relative;
    transition: 0.5s;
}

.p-work .list-content a:hover {
    color: #fff;
    background: #333;
}

.p-work .list-content>* {
    width: 100%;
}

.p-work .list-content figure {
    -ms-flex-preferred-size: 564px;
    flex-basis: 564px;
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .c-mv01 {
        margin-bottom: 100px;
    }
    .p-work {
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 768px) {
    .c-mv01 {
        margin-bottom: 70px;
    }
    .p-work {
        padding-bottom: 80px;
    }
    .p-work .list-type li a span {
        font-size: 1.8rem;
    }
    .p-work .head-line {
        margin-top: 25px;
    }
    .p-work .list-type {
        margin-top: 60px;
    }
    .p-work .list-type li a {
        padding: 10px;
    }
    .p-work .list-content {
        gap: 20px;
    }
    .p-work .list-more {
        margin-top: 70px;
    }
    .p-work .list-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-work .list-content dd {
        margin-top: 10px;
    }
    .p-work .list-content a {
        height: 40px;
        margin-top: 20px;
    }
    .p-work .list-content>* {
        -ms-flex-preferred-size: 260px !important;
        flex-basis: 260px !important;
        -webkit-box-flex: 260px;
        -ms-flex: 260px;
        flex: 260px;
    }
    .p-work .list-content figure {
        margin-right: 20px;
    }
}