#works_page h1 span {
    font-size: 1.2rem;
}
#works_page h1 {
    line-height: 1;
    margin-bottom: 50px;
    font-family: 'Josefin Sans', sans-serif;

}
#works_page .works_outbox {
    margin-top: 230px;
}
#works_page .works_outbox h2 {
    font-weight: initial;
    font-size: 1.8rem;
    margin-bottom: 40px;
    margin-left: 10px;
    display: inline-block;
    padding: 15px 20px 10px;
    border-left: 15px solid #DEF3D9;


}
#works_page .process_line {
    min-width: 130px;
}
#works_page .process_line li::before {
    content:'- '

}
.works_descri {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.5;
}
.work_box {
    max-width: 390px;
    margin: 10px 10px 120px;
}
.works_image {
    max-width: 420px;
    overflow: hidden;
    aspect-ratio: 3/2;
    margin-bottom: 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    position: relative;
    appearance: none;

}
.works_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    appearance: none;

}
.works_image_hov {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    text-align: center;
    color: transparent;
    transition: all .2s;
}
.works_image_hov p:first-child {
    margin-top: 30%;
    font-size: 1.8rem;
}
.works_image_hov p:last-child {
    font-size: 1.6rem;
    margin-top: 5px;
}
.works_image_hov:hover {
    background-color: #fff;
    opacity: 0.9;
    color: #88755a;
}
.contents_ttl {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
}
.contents_works_category {
    color: #fff;
    background-color:rgb(227, 217, 204);
    padding: 3px 3px 1px 3px;
    line-height: 1;
}
.company_name {
    font-size: 1.2rem;
    padding-top: 6px;
    padding-bottom: 20px;
    color:#eb9412;
}
.work_item {
    border: 1px solid;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
}
.works_inbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp-pagenavi {
    margin: 0 auto 100px;
    text-align: center;
    font-size: 1.6rem;
}

@media (max-width: 1024px) {
    #works_page .works_outbox {
        margin-top: initial;
    }
    #works_page .process_line {
        height: 290px;
        width: 300px;
    }
    .works_inbox {
        justify-content: space-around;
    }
    
}

/* page.phpのcss */
#page_page {
    max-width: 1100px;
    margin: 0 auto;
}
#page_page .page_title {
    font-size: 2.4rem;
    padding-top: 130px;
    margin-left: 30px;
    font-family: 'Josefin Sans', sans-serif;

}
#page_page .page_title h1 span {
    font-size: 1.2rem;
}
.page_page_box {
    margin: 70px auto 300px;
    max-width: 760px;
    padding-left: 20px;
    padding-right: 20px;
}
.page_page_box h2 {
    font-size: 2.6rem;
    margin-bottom: 80px;
    text-align: center;
    
}
.page_page_box p {
    font-size: 1.6rem;
    text-align: 1.5;
    line-height: 2;
}
#page_page a {
    color: blue;
    text-decoration: underline;
}
@media (max-width:1024px) {
    #page_page .page_title {
        padding-top: 50px;
    }
}