@charset 'utf-8';
/*
 *
 *  top style
 *
 */
.commonBox > div > h1{
    font-size: 3.429em;
    font-weight: lighter;
    margin: .5em;
    text-align: center;
}
.commonBox > div > h1 span{
    font-size: .375em;
}
.commonBox > div > h1 span:before{
    font-weight: bold;
    margin: 0 .6em;
    content: '/';
    color: #1e7c56;
}
/*
======================================
    mv
======================================*/
.mv{
    height: 792px;
}
.mv img{
    width: 100%;
    height: auto;
}
#pcMv:before,
#spMv:before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQIW2MMDQ39v3r1akZGBgYGBhAHADohBgHExjOOAAAAAElFTkSuQmCC) repeat;
}
#spMv:before{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQIW2NkYGDwYWBg2MLIAAE+AAupAU9KDN7bAAAAAElFTkSuQmCC) repeat;
}
.mv video{
    display: block;
    width: 100%;
    height: auto;
}
.mv p{
    font-size: 4.143em;
    font-weight: lighter;
    line-height: 1.1;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25%;
    width: 30%;
    height: 6em;
    margin: auto;
    padding-top: 1em;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}
.mv p small{
    font-weight: lighter;
    display: block;
    margin-bottom: .2em;
}
.mv a{
    font-size: .414em;
    display: block;
    width: 10.2em;
    margin-top: 1em;
    padding: .6em;
    text-align: center;
    text-transform: none;
    color: #fff;
    border-radius: 5px;
    background-color: #1e7c56;
}
/*======================================
    service
======================================*/
.service ul{
    border-top: 4px solid #1e7c56;
}
.service li{
    position: relative;
    display: inline-block;
    width: 49.9%;
}
.service li:first-child{
    margin-right: .1%;
}
.service div{
    overflow: hidden;
    max-height: 560px;
}
.service img{
    width: 100%;
    -webkit-transition: all .8s ease;
       -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
            transition: all .8s ease;
    transform: scale(1);
}
.service li:hover img{
    width: 110%;
    transform: scale(1.1);
    opacity: .8;
}
.service h2{
    font-size: 2.286em;
    font-weight: lighter;
    margin: 0;
    padding: .4em;
    -moz-transition: all .8s ease;
     -ms-transition: all .8s ease;
         transition: all .8s ease;
    color: #fff;
    background-color: #1e7c56;
    webkit-transition: all .8s ease;
}
.service li:hover h2{
    background-color: #60a288;
}
.service span{
    font-size: .5em;
}
.service span:before{
    margin: 0 .4em 0 .4em;
    content: '/';
}
/*======================================
    news
======================================*/
.news article{
    overflow: hidden;
    padding: 1.9em 0;
    border-bottom: 1px solid #f8f5f5;
}
.news h1 + article{
    border-top: 1px solid #f8f5f5;
}
.news time{
    font-weight: bold;
    float: left;
    color: #1e7c56;
}
.news article h1{
    float: left;
    width: 90%;
    margin-bottom: 0;
    padding-left: 3em;
    text-align: left;
}
.news article a{
    text-decoration: underline;
    color: #1e7c56;
}
.news article a:hover{
    text-decoration: none;
}
/*============================================================================
    responsive
============================================================================*/
@media screen and (max-width:1410px){
    .mv{
        height: 532px;
    }
}
@media screen and (max-width:959px){
    .mv{
        height: 400px;
    }
    .mv p{
        font-size: 3.2em;
    }
}
@media screen and (max-width:860px){
    .service h2 span{
        display: block;
        text-align: right;
    }
}
@media screen and (max-width:767px){
    .mv{
        height: 300px;
    }
    .mv p{
        font-size: 2.7em;
    }
    .news article h1{
        width: 85%;
    }
}
@media screen and (max-width:580px){
    .mv{
        height: 250px;
    }
    .mv p{
        font-size: 2.2em;
    }
}
@media screen and (max-width:479px){
    .mv{
        height: 171px;
        margin-top: 40px;
    }
    .mv p{
        /*font-size: 1.5em;*/
        font-size: 1.8em;
        /*font-size: 1.5em;*/
        left: 15%;
        /*font-size: 1.5em;*/
        padding-top: .7em;
    }
    .mv a{
        font-size: .7em;
        width: 9.7em;
        margin-top: .3em;
    }
    .service li{
        width: 100%;
        margin-bottom: .5%;
    }
    .service li:last-child{
        border-top: 1px solid #1e7c56;
    }
    .service h2 span{
        display: inline;
    }
    .news article h1{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:385px){
    .service h2 span{
        display: block;
    }
}