.single.container {
    padding: 14.706vw 0 7.353vw;
    width: 69.926vw;
    margin: auto;
}

.work-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.471vw;
}

p.work-construction,
p.work-type {
    display: flex;
}

p.work-construction span, 
p.work-type span {
    display: flex;
    width: 7.353vw;
    justify-content: center;
    align-items: center;
    gap: 0.735vw;
    font-family: "Noto Sans JP";
    font-size: 1.471vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background: #757575;
    margin: 0 0.809vw 0.809vw 0;
}

h1 {
    color: var(--Neutral-Gray-800, #424242);
    font-family: "Noto Sans JP";
    font-size: 1.765vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.work-taxonomies {
    display: flex;
}

.work-header-right {
    display: flex;
    align-items: flex-end;
}

.work-taxonomies div {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.176vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #004370;
    margin: 0 0.809vw;
    padding: 0.441vw 1.029vw;
    border-radius: 2.941vw;
}

.work-thumb img {
    width: 100%;
    height: auto;
}

.work-thumb {
    margin-bottom: 1.471vw;
}

.work-nav {
    display: flex;
    justify-content: center;
    margin-top: 5.882vw;
}

.prev {
    display: flex;
    width: 14.265vw;
    padding: 0.735vw 2.206vw;
    justify-content: center;
    align-items: center;
    gap: 1.471vw;
    border: 2px solid;
    margin-right: 0.735vw;
    a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.next {
    display: flex;
    width: 14.265vw;
    padding: 0.735vw 2.206vw;
    justify-content: center;
    align-items: center;
    gap: 1.471vw;
    border: 2px solid;
    margin-left: 0.735vw;
    a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

span.icon {
    color: #004370;
    font-weight: 900;
    font-size: 1.471vw;
    margin: 0 0.735vw;
}

.work-content p {
    font-family: "Noto Sans JP";
    font-size: 1.471vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.single_wrap {
    background: url(../img/works/single_bg.png);
    background-size: contain;
    background-repeat: repeat;
}

span.cat-name {
    display: inline-block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #02b79c;
    margin-bottom: 10px;
    min-width: 80px;
    padding: 0 10px 2px;
}