@charset "utf-8";

@import url("base.css");


/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

body {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

.wraper {
    width: 1100px;
    margin: 0 auto;
}

.page-head{
    margin-top: 36px;
}
.page-head .page-title{
    font-size: 72px;
    font-family: 'Roboto', sans-serif;
}
.page-head .page-title span{
    font-size: 13px;
    margin-left: 30px;
    letter-spacing: 1px;
    position: relative;
}
.page-head .page-title span::before{
    content: "";
    position: absolute;
    left: -35px;
    bottom: 1px;
    width: 20px;
    height: 1px;
    background: #000000;
}
.main-title{
    background: #009147;
    color: #ffffff;
    font-size: 26px;
    padding: 18px 0;
    border-left: 5px solid #33a76c;
    padding-left: 21px;
    margin-top: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.area .text{
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
}
.area .title{
    font-size: 22px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    position: relative;
    line-height: 2.4;
    letter-spacing: 2px;
    margin-bottom: 29px;
    margin-top: 30px;
}
.area .title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 50px;
    background: #009147;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #009147;
    border-top: 5px solid #0e7d3a;
    z-index: 9999;
}

#header .logo {
    float: left;
    transition: all 0.25s;
    margin-top: 17px;
}

#header .mainMenu {
    float: right;
}

#header .mainMenu .menu {
    text-align: right;
    margin-right: -14px;
}

#header .mainMenu .menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#header .mainMenu .menu li.sp{
    display: none;
}
#header .mainMenu .menu li.open:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    border-top: 0px solid #009147;
    border-bottom: 16px solid #009147;
    border-left: 8px solid #ffffff00;
    border-right: 8px solid #0000;
}
#header .mainMenu .menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 3px;
    padding: 42px 14px 41px;
    display: block;
    text-align: center;
}

#header .mainMenu .menu li a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 109px;
    top: -114px;
    z-index: -1;
    transition: all 0.25s;
    background: #1a9c5a;
}

#header .mainMenu .menu li:hover a:before {
    top: -5px;
}

#header .mainMenu .menu li .sub-menu{
    position: absolute;
    right: 0;
    width: 260px;
    background: #009147;
    padding: 10px 0 20px;
    display: none;
}
#header .mainMenu .menu li .sub-menu li{
    display: block;
    width: 100%;
    text-align: left;
}
#header .mainMenu .menu li .sub-menu li:before{
    content: none;
}
#header .mainMenu .menu li .sub-menu li a{
    padding: 10px 0 1px;
    color: #fff;
    text-align: left;
    margin-left: 43px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.25s;
    position: relative;
}
#header .mainMenu .menu li .sub-menu li a:before{
    content: "";
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    left: -22px;
    width: auto;
    height: auto;
    background: #fff;
    border-top: 5px solid #009147;
    border-bottom: 5px solid #009147;
    border-left: 8px solid #ffffff;
    z-index: 1;
}
#header .mainMenu .menu li .sub-menu li a:hover{
    border-bottom: 1px solid transparent;
}


/*BREADCRUMB*/

#breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

#breadcrumb .bread li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
}

#breadcrumb .bread li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    width: 5px;
    height: 8px;
    background: url(../img/common/bg-bread.png) no-repeat center right;
}

#breadcrumb .bread li:last-child:before {
    content: none;
}

#breadcrumb .bread li a {
    color: #ee3232;
    text-decoration: none;
    border-bottom: 1px solid #ee3232;
    display: block;
    line-height: 1.1;
    transition: all 0.3s;
}

#breadcrumb .bread li a:hover {
    border-bottom: 1px solid #fff;
}


/*footer*/

#footer {
    background: url(../img/common/bg-foot.png) no-repeat top center;
    background-size: cover;
    padding: 91px 0 110px;
    border-top: 10px solid #171000;
    position: relative;
}

#footer .wraper {
    overflow: hidden;
}

#footer .colLeft {
    float: left;
}

#footer .colLeft .info {
    color: #fff;
    margin-top: 27px;
    line-height: 2.45;
    letter-spacing: 0.2px;
}

#footer .colLeft .info a {
    text-decoration: none;
    color: #fff;
}

#footer .colLeft .info a:hover {
    text-decoration: underline;
}

#footer .colRight {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.31);
    width: 543px;
    margin-top: 22px;
    padding-left: 59px;
}

#footer .colRight .menuFoot1 {
    display: inline-block;
    vertical-align: top;
}

#footer .colRight .menuFoot1+.menuFoot1 {
    margin-left: 35px;
}

#footer .colRight .menuFoot1 li {
    margin-bottom: 10px;
    background: url(../img/common/footer-bg-menu.png) no-repeat top 5px left;
    padding-left: 27px;
}

#footer .colRight .menuFoot1 li:last-child {
    margin-bottom: 0;
}

#footer .colRight .menuFoot1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

#footer .colRight .menuFoot1 li a:before,
#footer .colRight .menuFoot1 li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    background: #fff;
    left: 0;
    width: 50%;
    height: 1px;
    transition: all 0.3s;
}

#footer .colRight .menuFoot1 li a:after {
    left: auto;
    right: 0;
}

#footer .colRight .menuFoot1 li a:hover:before,
#footer .colRight .menuFoot1 li a:hover:after {
    width: 0%;
}


#footer .colRight .menuFoot1 li .boxMenu {
    margin-top: 10px;
    margin-left: 17px;
}

#footer .colRight .menuFoot1 li .boxMenu li {
    background: url(../img/common/foot-bg-sub-menu.png) no-repeat center left;
    padding-left: 19px;
}

#copyright {
    margin-top: 72px;
    color: #fff;
    font-size: 12px;
}


/*BACK TO TOP*/

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: #006331;
    width: 50px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.3411764705882353);
}

.scrollToTop a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* height: 100%; */
    width: 100%;
    text-align: center;
    left: 0;
}

.sp {
    display: none;
}

/*TEMPLATE PART BOTTOM PAGE*/
.area-box-grid{
    padding: 90px 0;
    background: #fdeaea;
}
.area .box-grid{
    overflow: hidden;
}
.area .box-grid a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.area .box-grid a.sp{
    display: none;
}
.area .box-grid a .text{
    transition: all 0.25s;
    border-bottom: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
}
.area .box-grid a:hover .text{
    border-bottom: 1px solid #fff;
}
.area .box-grid .box-grid-1 a, .area .box-grid .box-grid-2 a{
    width: calc(50% - 2px);
    padding: 190px 0 136px;
}
.area .box-grid .box-grid-1 a{
    float: left;
/*    background: url('../img/recruit/bn1.png') no-repeat center center /100% 100%;*/
}
.area .box-grid .box-grid-2 a{
    float: right;
/*    background: url('../img/recruit/bn2.png') no-repeat center center /100% 100%;*/
}
.area .box-grid .box-grid-3 a, .area .box-grid .box-grid-4 a, .area .box-grid .box-grid-5 a{
    width: calc(100%/2 - 6px/3);
    float: left;
    margin-top: 4px;
    padding: 158px 0 118px;
}
.area .box-grid .box-grid-3 a{
/*    background: url('../img/recruit/bn3.png') no-repeat center center /100% 100%;*/
    margin-right: 4px;
}
.area .box-grid .box-grid-4 a{
/*    background: url('../img/recruit/bn4.png') no-repeat center center /100% 100%;*/
    margin-right: 4px;
}
.area .box-grid .box-grid-5 a{
/*    background: url('../img/recruit/bn5.png') no-repeat center center /100% 100%;*/
}

.area.area-box-grid .box-grid ul li a{
    position: relative;
    padding: 0;
    height: 350px;
}

.area .box-grid ul li a .pob{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.area .box-grid ul li a:hover .img img{
    transform: scale(1.2);
}
.area .box-grid ul li a .img{
    position: relative;
    overflow: hidden;
}
.area .box-grid ul li a .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.area .box-grid ul li a .img img{
    transition: all 0.25s;
    width: 100%;
}

@media(max-width: 768px) {
    .page-head{
        margin-top: 10px;
    }
    .page-head .page-title{
        font-size: 48px;
    }
    .main-title{
        font-size: 16px;
        padding: 10px 0 10px 10px;
        margin-top: 0;
    }
    .area .title{
        font-size: 18px;
        line-height: 2;
    }
    .area .title::before{
        width: 30px;
    }

    body.lock {
        width: 100%;
        position: fixed;
        height: 100%;
        overflow: hidden;
    }
    .wraper {
        width: 100%;
        padding: 0 3%;
    }
    .sp {
        display: initial;
    }
    .pc {
        display: none;
    }
    #header {
        border-width: 3px;
        padding: 7px 0;
    }
    #header .logo {
        width: 143px;
        margin-top: 0;
    }
    #header .mainMenu {
        display: none;
        float: none;
        width: 100%;
        position: fixed;
        margin-top: 0;
        left: 0;
        background: #13904a;
        top: 55px;
        border-top: 1px solid #fff;
    }
    #header .mainMenu .menu {
        text-align: center;
        padding: 20px 0 0;
        margin-right: 0;
    }
    #header .mainMenu .menu li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #header .mainMenu .menu li.sp{
        display: block;
    }
    #header .mainMenu .menu li a {
        letter-spacing: 1px;
        padding: 8px 0;
        position: relative;
        z-index: 0;
    }
    #header .mainMenu .menu li .sub-menu{
        position: static;
        width: 100%;
        padding-bottom: 0;
    }
    #header .mainMenu .menu li .sub-menu li{
        text-align: center;
        margin-bottom: 5px;
    }
    #header .mainMenu .menu li .sub-menu li a{
        margin-left: 0;
        border-bottom: 1px solid transparent;
        z-index: 1;
    }
    #header .mainMenu .menu li .sub-menu li a:before{
        content: none;
    }
    #header .mainMenu .menu li .sub-menu li a:after{
        content: none;
    }
    #header .mainMenu .menu li .sub-menu li:last-child{
        margin-bottom: 0;
    }

    #header .mainMenu .menu li.sub .actSub{
        height: 34px;
        width: 50px;
        background: url(../img/common/close.png) no-repeat center;
        background-size: auto;
        z-index: 9999;
        position: absolute;
        right: 3%;
        z-index: 999;
        top: 0px;
    }

    #header .mainMenu .menu li.sub .actSub.active{

        background: url(../img/common/open.png) no-repeat center;

    }

    #nav-icon1 {
        width: 20px;
        height: 24px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        float: right;
        margin-top: 12px;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 6px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 12px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: 0px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header .mainMenu .menu li a:before {
        content: none;
    }


    #footer {
        padding: 26px 0;
        text-align: center;
        border-top: 6px solid #000;
        background: url(../img/common/bg-foot-sp.png) no-repeat top center;
        background-size: 100%;
    }
    #footer .logoFoot {
        display: inline-block;
        vertical-align: top;
        width: 175px;
    }
    #footer .colLeft {
        width: 100%;
    }
    #footer .colLeft .info {
        line-height: 1.8;
        margin-top: 22px;
    }
    #copyright {
        margin-top: 40px;
        font-size: 10px;
    }
    .scrollToTop {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        border-width: 0;
        left: 0;
        right: 0;
        top: -56px;
        border-radius: 0;
        box-shadow: 0 0 0 transparent;
    }
    
    /*TEMPLATE PART BOTTOM PAGE*/
    .area-box-grid{
        padding: 40px 0 80px;
    }
    .area .box-grid .box-grid-1 a, .area .box-grid .box-grid-2 a{
        float: none;
        width: 100%;
        margin-bottom: 4%;
    }
    .area .box-grid .box-grid-3 a, .area .box-grid .box-grid-4 a, .area .box-grid .box-grid-5 a{
        float: none;
        width: 100%;
        margin-top: 4%;
    }
    .area .box-grid .box-grid-1 a, .area .box-grid .box-grid-2 a, .area .box-grid .box-grid-3 a, .area .box-grid .box-grid-4 a, .area .box-grid .box-grid-5 a{
        background: none;
        padding: 0;
        text-align: center;
    }
    .area .box-grid a.pc{
        display: none;
    }
    .area .box-grid a.sp{
        display: block;
    }
    .area.area-box-grid .box-grid ul li a{
        height: 192px;
        overflow: hidden;
    }
}
@media(max-width: 414px){
    .area.area-box-grid .box-grid ul li a{
        height: 225px;
        overflow: hidden;
    }
}
@media(max-width: 320px){

    .page-head .page-title{
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    .area.area-box-grid .box-grid ul li a{
        height: 192px;
    }

}