@charset "utf-8";
/*----------------------------------
WORKS 実績
/works/
----------------------------------*/

/* 共通
----------------------------------*/
body#page-works #page_title,
body#page-works-category #page_title,
body#page-works-detail #page_title {
    height: 110px;
    padding-top: 20px;
}
.section-01 {
    margin-top: 0;
}
.section-ttl {
    margin-bottom: 80px;
}
.section-ttl h2 {
    color: #dedede;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.section-ttl p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
/* SP */
@media only screen and (max-width: 640px) {
    body#page-works #page_title,
    body#page-works-category #page_title,
    body#page-works-detail #page_title {
        height: 80px;
    }
    .section-01 {
        margin-top: 0;
    }
    .section-ttl {
        margin-bottom: 60px;
    }
    .section-ttl h2 {
        font-size: 80px;
    }
    .section-ttl p {
        font-size: 24px;
    }
}


/* 一覧
----------------------------------*/
/*.main-group {
    border-bottom: 1px solid #111;
}*/
#section-works {
    margin-top: 0;
    width: 100%;
    padding: 100px 0;
}
#section-works .inner-01 {}
.works_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 100px;
}
.works_box .works_item {
    display: block;
    width: 360px;
    height: 280px;
    margin-right: 60px;
    margin-bottom: 60px;
    position: relative;
}
.works_box .works_item:nth-child(3n) {
    margin-right: 0px;
}
.works_box .works_item span {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-weight: 600;
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1.25px;
}
.torihiki {
    background: #fff;
    margin-top: 120px;
    padding: 40px 60px 60px 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.torihiki h3 {
    font-size: 36px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
.torihiki h3 span {
    font-size: 18px;
    padding-left: 20px;
}
.torihiki .torihiki_list {
    width: 25%;
}
.works_cat {
    margin-top: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.works_cat li {
    display: block;
}
.works_cat li a {
    text-align: center;
    font-size: 18px;
    color: #989898;
    padding-bottom: 10px;
    display: block;
}
.works_cat li a.current, .works_cat li a:hover {
    color: #836d50;
    font-weight: bold;
    border-bottom: 4px solid #836d50;
}
h1.works_title {
    font-size: 36px;
    margin: 20px auto 20px auto;
    text-align: center;
    font-weight: 600;
}
.works_cat_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.works_cat_list div {
    font-size: 20px;
    font-weight: 600;
    /*margin-right: 45px;
    margin-bottom: 35px;
    width: 160px;*/
    margin: 0 20px 30px;
    width: 160px;
}
/*.works_cat_list div:nth-child(6n) {
    margin-right: 0;
}*/
.works_cat_list div div.img_area {
    background: #fff;
    height: 160px;
    margin: 0 0 2px;
    position: relative;
    width: 160px;
}
.works_cat_list div div.img_area img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
}

.link_back_index {
    position: absolute;
    right: 20px;
    top: 10px;
}
.link_back_index a {
    border: 1px solid #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px;
    text-align: center;
    transition: all 0.4s ease;
    width: 120px;
}
.link_back_index a:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 32px;
    content: "apps";
    color: #111;
    vertical-align: middle;
}

.works_pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0 40px;
}
.works_pager span, .works_pager a {
    border-radius: 40px;
    border: 1px solid #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}
.works_pager span.current {
    background: #000;
    color: #fff;
}
.works_pager a:hover {
    background: #000;
    color: #fff;
}
/* SP */
@media only screen and (max-width: 640px) {
    #section-works {
        margin-top: 100px;
        padding: 80px 0 70px 0;
    }
    #section-works .inner-01 {}
    .works_box {
        margin: auto 0;
        padding: 30px 0 40px;
    }
    .works_box .works_item {
        width: calc(50% - 1px);
        height: auto;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    .works_box .works_item:nth-child(3n) {
        margin-right: 0;
    }
    .works_box .works_item:nth-child(2n) {
        margin-right: 0;
    }
    .works_box .works_item:last-child {
        display: block;
        height: 160px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .works_box .works_item:last-child img {
        margin: auto;
        position: absolute;
        top: 50%;
        bottom: 50%;
        width: calc(100vw - 40px);
    }
    .works_box .works_item span {
        left: 20px;
        bottom: 15px;
        font-size: 18px;
    }
    .torihiki {
        margin-top: 70px;
        padding: 20px;
    }
    .torihiki h3 {
        font-size: 24px;
        width: 100%;
    }
    .torihiki h3 span {
        font-size: 13px;
    }
    .torihiki .torihiki_list {
        width: 50%;
        font-size: 12px;
    }
    .works_cat {
        /*margin-top: 30px;
        padding: 0 20px;
        border-bottom: none;
        justify-content: center;*/
        box-sizing: border-box;
        margin: 20px 5% 0;
        padding: 0;
        width: 90%;
    }
    .works_cat li {
        /*display: block;
        width: 33%;
        text-align: center;
        border-bottom: 1px solid #000;*/
        margin: 0 0% 0;
        min-height: 2.6em;
        text-align: center;
        vertical-align: top;
        width: 30%;
    }
    .works_cat li a {
        /*border-bottom: 4px solid rgba(255, 255, 255, 0);
        padding-top: 0;
        font-size: 14px;
        display: inline-block;*/
        font-size: 14px;
        display: inline-block;
        padding: 4px 0 4px;
        text-align: left;
    }
    .works_cat_list {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .works_cat_list div {
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        margin: 0 2vw 6%;
        width: calc(calc(88vw - 40px) / 3);
    }
    .works_cat_list div div.img_area {
        height: calc(calc(88vw - 40px) / 3);
        width: 100%;
    }
    h1.works_title {
        font-size: 24px;
    }

    .link_back_index {
        position: absolute;
        right: -10px;
        top: 0;
    }
    .link_back_index a {
        font-size: 10px;
        height: 46px;
        padding: 3px 3px;
        width: 60px;
    }
    .link_back_index a:before {
        font-size: 24px;
        display: block;
    }
}


/* 詳細
----------------------------------*/
#section-works-detail {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 40px);
}
#section-works-detail .works-detail {
    border-bottom: 1px solid #111;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#section-works-detail .works-index {}
#section-works-detail .works-category-01,
#section-works-detail .works-category-02,
#section-works-detail .works-category-03,
#section-works-detail .works-category-04,
#section-works-detail .works-category-05,
#section-works-detail .works-category-06,
#section-works-detail .works-category-07,
#section-works-detail .works-category-08 {}
.works_content {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 60px 0;
    width: 100%;
}
.works_content div.img_area {
    background: #fff;
    height: 500px;
    margin: 0 auto 30px;
    position: relative;
    width: 500px;
}
.works_content div.img_area img {
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
}
.works_content h1.hl,
.works_content p.hl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
}
.works_content h1.hl span,
.works_content p.hl span {
    font-size: 24px;
}
.link_box {
    position: absolute;
    top: 60px;
}
.link_box a.back_list {
    border: 1px solid #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px;
    position: absolute;
    right: 230px;
    text-align: center;
    transition: all 0.4s ease;
    width: 90px;
}
.link_box a.back_list:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 32px;
    content: "apps";
    color: #111;
    vertical-align: middle;
}
.link_box .pager_btn {
    margin: auto;
    position: relative;
    top: 230px;
    width: 1200px;
}
.link_box .pager_btn a {
    background: #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease;
    width: 40px;
}
.link_box .pager_btn a[rel~="prev"] {
    left: 280px;
}
.link_box .pager_btn a[rel~="next"] {
    right: 280px;
}
.link_box .pager_btn a:before {
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    content: " ";
    display: block;
    height: 10px;
    margin: auto;
    opacity: 1;
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link_box .pager_btn a[rel~="prev"]:before {
    margin-right: 12px;
    transform: rotate(-135deg);
}
.link_box .pager_btn a[rel~="next"]:before {
    margin-left: 12px;
    transform: rotate(45deg);
}

/* SP */
@media only screen and (max-width: 640px) {
    #section-works-detail {
        border-top: none;
    }
    #section-works-detail .works_content .works-detail {
        height: auto;
    }
    #section-works-detail .works_content .works-detail img {
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: 100%;
        max-width: auto;
        right: 0;
        left: 0;
    }
    .link_box {
        top: 20px;
        width: 100%;
    }
    .link_box a.back_list {
        font-size: 10px;
        height: 40px;
        padding: 1px;
        right: -10px;
        text-align: center;
        width: 40px;
    }
    .link_box a.back_list:before {
        font-size: 24px;
        display: block;
    }
    .link_box .pager_btn {
        top: 115px;
        width: 100%;
    }
    .link_box .pager_btn a {
    }
    .link_box .pager_btn a[rel~="prev"] {
        left: -10px;
    }
    .link_box .pager_btn a[rel~="next"] {
        right: -10px;
    }
    .works_content {
        margin: auto auto 10px;
        padding: 40px 0 20px;
        width: 100%;
    }
    .works_content div.img_area {
        height: 250px;
        margin: 0 auto 20px;
        width: 250px;
    }
    .works_content h1.hl,
    .works_content p.hl {
        font-size: 24px;
    }
    .works_content h1.hl span,
    .works_content p.hl span {
        font-size: 18px;
    }
}

/* SP */
@media only screen and (max-width: 320px) {
    .link_box .pager_btn {
        top: 90px;
    }
    .works_content div.img_area {
        height: 200px;
        width: 200px;
    }
}