﻿@charset "utf-8";
/* CSS Document 
  by Duc Nguyen (ドク)
*/
#page_title.bg_service {
    background: url("../service/images/bg_page_title.png") no-repeat center top;
}

#page_title.bg_works {
    background: url("../works/images/bg_page_title.png") no-repeat center top;
}

#page_title.bg_flow {
    background: url("../flow/images/bg_page_title.png") no-repeat center top;
}

#page_title.bg_point {
    background: url("../point/images/bg_page_title.png") no-repeat center top;
}

#page_title.bg_company {
    background: url("../point/images/bg_page_title.png") no-repeat center top;
}

#page_title.bg_contact {
    background: url("../point/images/bg_page_title.png") no-repeat center top;
}

#page_title .container {
    height: 230px;
    display: table;
    text-align: left;
}

    #page_title .container h2 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
    }

.tt_sec {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

    .tt_sec:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        background-color: #365228;
        width: 60px;
        height: 4px;
    }

aside {
    padding: 4% 2%;
}

    aside h3 {
        overflow: hidden;
        margin-top: 0;
    }

        aside h3 img {
            width: 460px;
            max-width: 460px;
            margin-bottom: 15px;
        }

    aside .s_tt_sec {
        position: relative;
        margin-bottom: 20px;
    }

        aside .s_tt_sec:after {
            content: "";
            position: absolute;
            width: 207px;
            height: 4px;
            background-color: #365228;
            left: 230px;
            top: 20px;
        }

        aside .s_tt_sec h3 {
            font-size: 28px;
            margin-right: 30px;
            letter-spacing: 2px;
        }

        aside .s_tt_sec span img {
            display: block;
        }

    aside .list_bnr li {
        width: 235px;
        height: 84px;
        background: url(../common_img/s_bg_ban01.png) no-repeat top left;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }

        aside .list_bnr li:nth-child(2) {
            background: url(../common_img/s_bg_ban02.png) no-repeat top left;
        }

        aside .list_bnr li:nth-child(3) {
            background: url(../common_img/s_bg_ban03.png) no-repeat top left;
        }

        aside .list_bnr li:nth-child(4) {
            background: url(../common_img/s_bg_ban04.png) no-repeat top left;
        }



        aside .list_bnr li a {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
            top: 0;
            left: 0;
        }

        aside .list_bnr li h4 {
            padding-left: 10px;
        }

        aside .list_bnr li span {
            padding-right: 10px;
        }

.ul_banner li {
    float: left;
    width: 49%;
    margin-bottom: 2%;
}

    .ul_banner li:nth-child(2n+2) {
        float: right;
    }
/* Style Second Pages */
.service .tt_sec {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

    .service .tt_sec:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #365228;
        width: 60px;
        height: 4px;
    }

    .service .tt_sec h3 {
        margin-bottom: 20px;
    }

    .service .tt_sec span {
        font-size: 23px;
        color: #365228;
    }



    .service .service_sec:nth-child(2n) {
        background: url(../common_img/bg01.jpg) repeat top center;
    }

    .service .service_sec .box_green {
        background-color: #396f35;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        position: relative;
        margin-bottom:20px;
    }

        .service .service_sec .box_green:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 98%;
            height: calc( 100% - 20px);
            border: 1px solid #95b490;
        }

        .service .service_sec .box_green h3 {
            margin: 0 20px;
        }

            .service .service_sec .box_green h3 img {
                display: block;
            }

        .service .service_sec .box_green span {
            color: #FFF;
            display: inline-block;
            margin: 0 15px;
            font-size: 18px;
        }
        .service .service_sec .box_green span  img{
            margin-right:15px;
            vertical-align:sub;
        }

    .service .service_sec .img_ver {
        background: url(../service/images/img_ver.png) no-repeat top center;
        min-height: 247px;
        margin-top: 50px;
    }

    .service .service_sec .tt01 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top:15px;
    }

    .service .service_sec .btn_link {
        text-align: center;
        margin-top:20px;
    }

        .service .service_sec .btn_link a {
            padding: 10px 50px;
            color: #FFF;
            text-decoration: none;
            background-color: #365228;
            border: 1px solid transparent;
            transition: All 0.3s ease;
            -moz-transition: All 0.3s ease;
            -webkit-transition: All 0.3s ease;
            -o-transition: All 0.3s ease;
        }



.works .work_cate .tt_sec {
    position: relative;
    margin-bottom: 20px;
}

    .works .work_cate .tt_sec:after {
        content: "";
        position: absolute;
        width: 207px;
        height: 4px;
        background-color: #365228;
        left: 330px;
        top: 20px;
    }

    .works .work_cate .tt_sec h3 {
        font-size: 28px;
        margin-right: 30px;
        letter-spacing: 2px;
    }

    .works .work_cate .tt_sec span img {
        display: block;
    }

.works .work_cate .list_tt {
    padding-bottom: 30px;
    border-bottom: 4px solid #365228;
    margin-bottom: 20px;
}

    .works .work_cate .list_tt li {
        width: 235px;
        height: 84px;
        background: url(../common_img/s_bg_ban01.png) no-repeat top left;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }

        .works .work_cate .list_tt li:nth-child(2) {
            background: url(../common_img/s_bg_ban02.png) no-repeat top left;
        }

        .works .work_cate .list_tt li:nth-child(3) {
            background: url(../common_img/s_bg_ban03.png) no-repeat top left;
        }

        .works .work_cate .list_tt li:nth-child(4) {
            background: url(../common_img/s_bg_ban04.png) no-repeat top left;
        }

        .works .work_cate .list_tt li.active:after {
            content: "";
            background: rgba(54, 82, 40, 0.7);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .works .work_cate .list_tt li.active:before {
            content: "";
            border: 1px solid #FFF;
            width: 225px;
            height: calc( 100% - 10px);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: 1;
        }

        .works .work_cate .list_tt li.active h3, .works .work_cate .list_tt li.active span {
            color: #FFF;
            position: relative;
            z-index: 1;
        }

        .works .work_cate .list_tt li a {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
            top: 0;
            left: 0;
        }

        .works .work_cate .list_tt li h3 {
            padding-left: 10px;
            font-size: 20px;
            color: #365228;
            font-style: italic;
            font-weight: normal;
            line-height: 1.2;
        }

        .works .work_cate .list_tt li span {
            padding-right: 10px;
        }
        .works .box_item{
            margin-top:20px;
            border-top:2px solid #365228
        }
.works .box_item li {
    width: 49%;
    margin-bottom: 2%;
    float:left;
    padding-top:20px;
}

    .works .box_item li:nth-child(2n+2) {
        float:right;
    }

    

  

    .works .box_item li .msg {
        padding-top: 10px;
    }

.works_detail .list_img {
    
}

    .works_detail .list_img li {
        margin-bottom:30px;
    }

        .works_detail .list_img li .msg {
            padding-top: 10px;
        }

.works_detail .btn_link {
    text-align: center;
    margin-bottom: 50px;
}

    .works_detail .btn_link a {
        color: #FFF;
        background-color: #365228;
        display: inline-block;
        padding: 10px 60px;
        border: 1px solid transparent;
        text-decoration: none;
        transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }



.flow .flow_step {
    margin: 0 auto;
    background-color: #365228;
    padding: 4% 2%;
    margin-bottom:30px;
    position: relative;
}

    .flow .flow_step.bg2 {
        background-color: #396f35;
    }

        .flow .flow_step.bg2:after {
            border-top: 15px solid #396f35;
        }

    .flow .flow_step.bg3 {
        background-color: #85b464;
    }

        .flow .flow_step.bg3:after {
            border-top: 15px solid #85b464;
        }

    .flow .flow_step.bg4 {
        background-color: #f1faec;
    }

        .flow .flow_step.bg4:after {
            border-top: 15px solid #f1faec;
        }

        .flow .flow_step.bg4 h3 {
            color: #3c582e;
        }

    .flow .flow_step:after {
        content: "";
        border-top: 15px solid #365228;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        position: absolute;
        bottom: -15px;
        margin-top: -6px;
        left:50%;
        transform:translateX(-50%);
    }

  

    .flow .flow_step h3 {
        color: #f1faec;
        font-weight: normal;
        font-size: 18px;
        text-align:center;
        line-height:1;
    }
    .flow .flow_step h3  img{
        vertical-align:bottom;
        margin-right:15px;
        width:100px;
    }
.flow .msg {
    text-align: center;
    margin-bottom: 30px;
}

.point .tt_sec {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

    .point .tt_sec:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #365228;
        width: 60px;
        height: 4px;
    }

    .point .tt_sec h3 {
        margin-bottom: 20px;
    }

    .point .tt_sec span {
        font-size: 22px;
        color: #365228;
    }

.point .point_sec {
    padding: 4% 0;
}

    .point .point_sec:nth-child(2n) {
        background: url(../common_img/bg01.jpg) repeat;
    }

    .point .point_sec .container {
        padding: 2%;
    }

    .point .point_sec .tit {
        text-align: center;
        margin-bottom: 40px;
    }

    .point .point_sec h4 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .point .point_sec .msg, .point .point_sec figure {
        margin-bottom: 15px;
    }

    .point .point_sec .btn_link {
        text-align: center;
    }

        .point .point_sec .btn_link a {
            color: #FFF;
            text-decoration: none;
            background-color: #365228;
            display: inline-block;
            padding: 5px 50px;
            border: 1px solid transparent;
            transition: All 0.3s ease;
            -moz-transition: All 0.3s ease;
            -webkit-transition: All 0.3s ease;
            -o-transition: All 0.3s ease;
        }


.company .sec_company {
    margin-bottom: 30px;
}

    .company .sec_company .tb_style {
    }

        .company .sec_company .tb_style table {
            width: 100%;
        }

            .company .sec_company .tb_style table th {
                padding: 15px;
                border-bottom: 2px solid #365228;
                width: 30%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                vertical-align: middle;
            }

            .company .sec_company .tb_style table td {
                padding: 15px;
                border-bottom: 1px solid #eae5d6;
            }

    .company .sec_company .banner {
        background: url("../company/images/banner.png") no-repeat top center #2b4220;
        background-size: 100%;
        padding: 3%;
    }

        .company .sec_company .banner li {
            color: #fff;
            margin-bottom: 5px;
        }

            .company .sec_company .banner li:nth-child(2n+1) {
                font-weight: bold;
            }

    .company .sec_company .tb_style02 {
    }

        .company .sec_company .tb_style02 table {
            width: 100%;
        }

            .company .sec_company .tb_style02 table td {
                padding: 15px 0;
                border-bottom: 1px solid #eae5d6;
                width: 100%;
                display: block;
            }

.contact .sec_contact {
    margin-bottom: 40px;
}

    .contact .sec_contact a {
        color: #0769c4;
    }

    .contact .sec_contact .banner {
        background: #f1faec url("../contact/images/bg_ban.png") no-repeat left top;
        border: 3px solid #d3dad0;
        margin-bottom: 60px;
    }

        .contact .sec_contact .banner .tt {
            color: #fff;
            font-size: 24px;
            width: 275px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            font-weight: bold;
        }

        .contact .sec_contact .banner .cont {
            width: 725px;
            padding: 40px 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .contact .sec_contact .banner .cont .text {
                color: #476239;
                margin-bottom: 20px;
                font-size: 16px;
            }

    .contact .sec_contact .tb_contact table {
        width: 100%;
        border-top: 1px solid #eae5d6;
    }

.tb_contact table th, .tb_contact table td {
    width: 100%;
    display: block;
}

.tb_contact table textarea {
    width: 100%;
    height: 100px;
}

.contact .sec_contact .tb_contact table th {
    padding-top: 15px;
    text-align: left;
    vertical-align: middle;
}

.contact .sec_contact .tb_contact table td {
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #eae5d6;
}

    .contact .sec_contact .tb_contact table td input {
        width: 100%;
        height: 35px;
        text-indent: 5px;
    }

    .contact .sec_contact .tb_contact table td textarea {
        padding: 6px;
        border: 1px solid #dadada;
    }

.contact .sec_contact #formEnd {
    text-align: center;
    margin-top: 25px;
}



.contact .sec_contact .cont_pp {
    margin: 30px 0;
}

    .contact .sec_contact .cont_pp .tt {
        color: #365228;
        font-weight: bold;
    }

    .contact .sec_contact .cont_pp .tt_google {
        color: #365228;
        font-weight: bold;
        border-bottom: 1px solid #dfdede;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .contact .sec_contact .cont_pp .cont_pp {
        background-color: #f1faec;
        padding: 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contact .sec_contact .cont_pp .cont_pp span {
            color: #365228;
        }

        .contact .sec_contact .cont_pp .cont_pp li {
            margin-bottom: 8px;
            text-indent: -20px;
            margin-left: 20px;
        }

.banner_contact {
    position: relative;
    margin-bottom: 30px;
}

    .banner_contact a {
        position: absolute;
        left: 37%;
        right: 7%;
        top: 49%;
        bottom: 30%;
        text-indent: -9999px;
    }
    .service_sec .container{
        padding:5% 2%;
    }
    .title_work{
        overflow: hidden;
    }
    .title_work img{
        width: 460px;
    max-width: 460px;
    margin-bottom: 15px;
    }
    .ul_banner li.active:nth-child(1){
        background:url(../works/images/active1.png) no-repeat center;
        background-size:100%;
    }
    .ul_banner li.active:nth-child(2){
        background:url(../works/images/active2.png) no-repeat center;
        background-size:100%;
    }
    .ul_banner li.active:nth-child(3){
        background:url(../works/images/active3.png) no-repeat center;
        background-size:100%;
    }
    .ul_banner li.active:nth-child(4){
        background:url(../works/images/active4.png) no-repeat center;
        background-size:100%;
    }
    .ul_banner li.active img{
        opacity:0;
    }