/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Crafty
	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services/features
	- Testimonials
	- Info section
	- Take To Action section
    - footer
	- Responsive code
	
*/



/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
.cta a.cta_btn,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #353434;
}

header .logo{
    margin-right: 10px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 40px;
    padding: 13px 40px;
    border-left: 1px #404040 solid;
    z-index: 9999;
    float: right;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: right;
    margin-right: 35px;
    font-size: 16px;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-right: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    color: #ea614f;
}

/*  追加　社名  */
#shamei{
    display: block;
    float: left;
    margin-top: 28px;
}
#shamei a{
    color: #fff;
    font-size: 20px;
    text-decoration: none; 
    line-height: 25px;
    font-weight: bold;
    vertical-align: top;
}


/*  Billboard  */
.billboard{
    width: 100%;
    height: 400px;
    background: url("../img/top01.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard .caption{
    margin: auto;
    text-align: center;
}

.billboard .caption p{
    margin-top: 160px;
    display: inline-block;
    color: #000;
    font-family: "avantgardelt-extralight", arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 888;
}

/*　企業理念　*/
.idea{
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.idea .intro{
    text-align: center;
    max-width: 800px!important;
    margin: 0 auto!important;
}
.idea .announce{
    text-align: center;
    max-width: 800px!important;
    margin: 0 auto!important;
    padding-bottom: 50px;
}
.intro h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    color: #ea614f;
    font-weight: bold;
    text-align: center;
}
.announce h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: yellowgreen;
    font-weight: bold;
    text-align: center;
}
.intro p{
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 22px;
    font-size: 15px;
}

/*  Services/features  */
.features{
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
}

.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3{
    margin-bottom: 20px;
    color: #767575;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;

}

.feature p{
    margin-bottom: 20px;
    color: #9e9e9e;
    font-size: 15px;
    line-height: 22px;

}

/*  about us */
.about{
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
}

.about table tr{
    display: table;
}

.about p{
    color: #767575;
    font-size: 26px;
}


/*  Testimonials  */
.gyoumu{
    text-align: center;
    height: auto;
    overflow: hidden;
}

.gyoumu h2{
    color: #4e4e4e;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
}

/*  追加 */
.gyoumu ul{
    display: block;
    height: auto;
    overflow: hidden;
}
.business{
    display: block;
    width: 19.2%;
    height: auto;
    float: left;
    margin: 20px 1% 0 0;
    background-color: #f7f7f7;
}
.business:last-child{
    margin-right: 0;
}
.business .subtitle{
    color: #3c3c3c;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 1px;
}
.business img{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
/* 追加end */

.testimonials .testi_slider{
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}

.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}

.gyoumu p{
    color: #7f7e7d;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}


.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.info_pic{
    display: block;
    width: 50%;
    height: 450px;
    float: left;
    background: url('../img/info.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 50%;
    height: 300px;
    float: left;
    padding: 50px 0;
}

.info_details h3{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
}

.info_details p{
    color: #ededed;
    font-size: 16px;
    max-width: 400px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
}

.info_details a{
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details a span{
    margin-left: 10px;
}

.aboutus {
    border: solid 1px #fff;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 560px;
}

.aboutus tbody td:first-child{
    border-bottom: solid 1px #3b3b3b;
    background: rgba(255, 255, 255, 0.6);
    color: #3b3b3b;
    line-height: 30px;
    font-weight: bold;
    padding: 0 30px;
    width: 30%;
}

.aboutus td:last-child{
    border: solid 1px #ededed;
    color: #ededed;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 15px; 
    margin: 0 0 3% 10px;
    padding: 0 30px;
    font-weight: bold;
    width: 70%;
}

.aboutus tfoot td:first-child{
    border-bottom: solid 1px #ebebeb;
    background: rgba(255, 255, 255, 0.6);
    color: #3b3b3b;
    line-height: 30px;
    font-weight: bold;
    padding: 0 30px;
}

/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 100px;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.cta p{
    color: #7f7c7c;
    font-family: "lato_regular", arial;
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #0c0e30;
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}

.cta a.cta_btn:hover{
    background: #ea614f;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}
/* 追加 */
.cta h4{
    color: #6b6b6b;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}



/*  Footer  */
footer{
    padding: 100px 0;
    border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;
}

footer .rights{
    color: #3b3b3b;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #3b3b3b;
}

a{
    color: #3b3b3b;
}




/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}

@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
    .gyoumu .business{
        width: 32%;
        margin-right: 1%;
    }
    
    header #shamei{
        margin-top: 30px;
    }
    header .menu_icon{
        display: block;
    }
    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }
}
@media (max-width:800px){
    
    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
    .gyoumu .business{
        width: 49.5%;
        margin-right: 1%!important;
    }
    .gyoumu .business:nth-child(even){
        margin-right: 0!important;
    }
    
}

@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }
    .gyoumu .business{
        width: 100%;
        margin-right: 0!important;
    }
}












