@charset "UTF-8";
/* CSS Document */

body{
	text-align:left;
	font: 100%/1.231 arial,helvetica,clean,sans-serif;
	line-height:1.5;
	/*letter-spacing:0.05em;*/
	color:#000;
	font-family:'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom:0px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
    font-weight: 100 ;
    height: 100%;
}

body#second{
    transition: 200ms !important;

}


.font_en{
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: -0.1em;
}

@media screen and (max-width: 767px) {
    body{
        font-size:14px;
        line-height:2;
    }
}


a{color:#333333; text-decoration: none; transition: all 800ms ease;}
a:hover{}
p{margin-bottom: 1em;}

img{max-width: 100%;}

.pc_none{ display: none;}
.sp_none{ display: block;}

@media screen and (max-width: 767px) {
    a{transition: 0;}
    a:hover{transition: 0; /*pointer-events: none;*/}
    .pc_none{ display:block;}
    .sp_none{ display:none;}
}



.inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1024px) {
	.inner{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    
}


#home{
}

#home #wrapper{
    overflow: hidden;
}

#wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

/*----------------------------------------------------------

header

----------------------------------------------------------*/



header{
    width: 100%;
    padding-bottom: 30px;
    position: fixed;
    z-index: 99999;
}

header h1{
    position: absolute;
    width: 62px;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 999;
}

header h1 svg{
    width: 100%;
}

header h1 a path{
    fill: #000;
    transition: all 0.6s ease;
}

header h1 a:hover path{
    fill: #fff;
}


#second header{
    background: #fff;
    height: 50px;
}

@media screen and (max-width: 767px) {

    #second header{
        height: 35px;
    }
}

/* home */

#home header h1 a path{
    fill: #fff;
    transition: all 0.6s ease;
}



#home header h1 a:hover path{
    fill: #000;
}

#home main{
}

#home article{
    padding-top: 20px;
}

#second article{
    margin-bottom: 100px;
}


@media screen and (max-width: 767px) {


    #second article{
        margin-bottom: 80px;
    }
}




#home .main_contents{
    position: relative;
    padding-top: 10vh;
    margin-bottom: 20px;
}





#home .main_contents p{
width: 100%;
    text-align: center;
}

#home .main_contents p img{
    width: auto;
    /*height: 80vh;*/
    margin: 0 auto 5vh;

}





.home_nav { 
    margin-bottom: 50px;
    line-height:1;
}


.home_nav ul{
    text-align: center;
    
}

.home_nav ul li{
    display: inline-block;
    padding: 0 20px;
}


.home_nav ul a{
    
}

.home_nav ul a{
    height: 14px;
}
.home_nav ul a img{
    height: 14px;
}

.home_nav ul li span{
    font-size: 5rem;
    font-family: 'Roboto', sans-serif , "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    display: inline-block;
        
}

.home_nav ul li a span span{
    width: 80px;
}

.home_nav ul li a span span path{
    transition: 0.6s !important;
}

.home_nav ul li a span svg{
    width: 100%;

}
.home_nav ul li a span path{
    fill: #fff;
    width: 100%;

}

.home_nav ul li a:hover span path{
    fill: #ff0000;
}


@media screen and (max-width: 767px) {

    header h1{
        padding-top: 20px;
        padding-left: 10px;
    }
    
    #home .main_contents{
        padding-top: 2vh;
        margin-bottom: 0;
    }


    #home .main_contents p img{
        height: auto;
        padding-top: 10vh;

    }

    .home_nav{
        text-align: center;

    }

    .home_nav ul{
        display: inline-block;
        text-align: left;
    }

    .home_nav ul li{
        padding: 0;
        display: block;
        line-height: 1em;
        margin-bottom: 15px;
    }
    

    .home_nav ul li a {
        display: inline-block;
    }

    .home_nav ul li a span span{
        width: 48px;
    }


}




/*----------------------------------------------------------

footer

----------------------------------------------------------*/

footer{
    margin-top: 10vh;
    text-align: center;
    background: #000;
    color: #999999;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer p{
    margin-bottom: 0;
    padding: 1em 0;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    footer p{
        font-size: 10px;
    }

}


/*----------------------------------------------------------

second

----------------------------------------------------------*/

/**** title ****/
.box_title{
    text-align: center;
    padding-top: 8rem;
    margin-bottom: 5rem;
}

.box_title h2 {
    margin-bottom: 1rem;
}

.box_title h2,.box_title h2{
    height: 40px;
    width: 100%;
}

.box_title h2 img,.box_title h2 svg{
    height: 100%;
}

.box_title p{
    font-size: 0.9rem;
    letter-spacing: -0.02em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .box_title{
        text-align: center;
        padding-top: 10rem;
    }
    
}


/*works*/

.box_works_thumb{
    margin-bottom: 5rem;
}
.box_works_thumb ul{
    letter-spacing: -.4em;
}
.box_works_thumb ul li{
    display: inline-block;
    letter-spacing: normal;
    width: 16.666666%;


}
.box_works_thumb ul li img{
    width: 100%;
    vertical-align: bottom;
}
.box_works_thumb ul li a:hover{
    opacity: 0.5;
}

.box_works_pager{
    /*margin-bottom: 10rem;*/
}

.box_works_pager ol{
    text-align: center;
}

.box_works_pager ol li{
    display: inline-block;
    border: 1px solid #000;
}


.box_works_pager ol li span{
    padding: 0.9em 1em;
    display: block;
    line-height: 1;
}

.box_works_pager ol li a{
    padding: 0.9em 1em;
    display: block;
    line-height: 1;
    background: #000;
    color: #fff;
}

.box_works_pager ol li a:hover{
    background: #b3b3b3;
}






@media screen and (max-width: 767px) {

    .box_works_thumb ul li{
        width: 33.333333%;
    }

    
}



/*about us*/

#about{
  transition: all .7s ease;
}

#about .inner{
    overflow: hidden;
}

#about .box_title{
    padding-top: 0;
}

#about .box_title.about_01{
    height: 100vh;
    position: relative;
}

#about .box_title.about_01 h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



.scrollnav {
	width: 10em;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.scrollnav_bar {
	width: 1%;
	height: 100px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.scrollnav_bar_inner {
	width: 1px;
	height: 64px;
	background-color: #000;
	-webkit-animation-name: animateScrollBar;
	animation-name: animateScrollBar;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0.5, 0.36, 1);
	animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes animateScrollBar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	80% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@keyframes animateScrollBar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	80% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}


#box_about_text{
    padding: 10vh 0 0;
}
#box_about_text p{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}


/* SERVICES */

.services_01{
    padding-top: 30vh !important;
}

.is_show #about svg path{
    fill:#fff; 
}
.is_show2 #about svg path{
    fill:#000; 
}

.is_show .box_services_01_inner dl dt{
    border-bottom: solid 4px #fff;
}

.is_show2 .box_services_01_inner dl dt{
    border-bottom: solid 4px #000;
}

.box_services_01{
    position: relative;
    margin-bottom: 400px;
}


.box_services_01_inner{
    width: 45%;
    margin-bottom: 8rem;
}

.box_services_01_inner h3{
}

.box_services_01_inner h3 span{
    margin-bottom: 5px;
}

.box_services_01_inner h3 svg{
    height: 30px;
    width: auto;
}

.box_services_01_inner h3 span svg{
    height: 64px;
    width: auto;
}

.box_services_01_inner dl{
}

.box_services_01_inner dl dt{
    font-size: 1.2rem;
    border-bottom: solid 4px #000;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.box_services_01_inner dl dd{
    font-size: 0.9rem;
}



.box_services_01_inner:nth-of-type(1){
}

.box_services_01_inner:nth-of-type(2){
    position: absolute;
    right: 0;
    top: 6rem;
}

.box_services_01_inner:nth-of-type(3){
}

.box_services_01_inner:nth-of-type(4){
    position: absolute;
    right: 0;
    top: 24rem;
}

@media screen and (max-width: 767px) {

    .box_services_01{
        margin-bottom: 200px;
    }
    

    .box_services_01_inner{
        width: 80%;
        margin: 0 auto 4rem;
    }
    
    .box_services_01_inner h3 svg{
        height: 25px;
    }

    .box_services_01_inner h3 span{
        display: block;
    }
    
    


    .box_services_01_inner h3 span svg{
        height: 40px;
    }
    
    

    .box_services_01_inner:nth-of-type(2),.box_services_01_inner:nth-of-type(4){
        position: relative;
        right: 0;
        top: 0;
    }
    
}

/* COMPANY */

.box_company_01{
    width: 90%;
    margin: 0 auto;
}

.is_show .box_company_01 h3,.is_show .box_company_01 dl dt,.is_show .box_company_01 dl dt + dd{
    border-top: solid 1px #fff;
}

.is_show2 .box_company_01 h3,.is_show2 .box_company_01 dl dt,.is_show2 .box_company_01 dl dt + dd{
    border-top: solid 1px #000;
}

.box_company_01 h3{
    border-top: solid 1px #000;
    padding: 1em ;
}

.is_show .box_company_01 dl{
    border-bottom: solid 1px #fff;
}

.is_show2 .box_company_01 dl{
    border-bottom: solid 1px #000;
}

.box_company_01 dl{
    border-bottom: solid 1px #000;
    margin-bottom: 5em;
}

.box_company_01 dl dt{
    width: 5em;
    float: left;
    border-top: solid 1px #000;
    text-align: right;
    padding: 1em ;
}

.box_company_01 dl dd{
    margin-left: 5em;
    border-top: solid 1px #000;
    overflow: hidden;
    padding: 1em ;
}



.is_show {
    background: #000;
    color: #fff;
    transition: 200ms !important;
}

.is_show.is_show2{
    background: #fff;
    color: #000;
    transition: 200ms !important;
}



.box_company_02{
    
}

.box_company_02 iframe{
    width: 100%;
    height: 240px;
}


@media screen and (max-width: 767px) {

    .box_company_02 iframe{
        height: 30vh;
    }
    
}




/*contact*/


.box_contact{
    padding: 40px 0 0;
}


.box_contact .box_input{
    overflow: hidden;
    margin-bottom: 30px;
}

.box_contact dl{
    width: 45%;
    border-bottom: 1px solid #000;
    float: left;
    padding: 0.5em;

}

.box_contact dl:last-of-type{
    float: right;
}


.box_contact dl dt{
    width: 30%;
    float: left;
}

.box_contact dl dd{
    margin-left: 30%;
}

.box_contact input{
    width: 100%;
}

.box_contact textarea{
    width: 100% !important;
    background: #f5f5f5;
    margin-bottom: 20px;
    height: 300px !important;
    /*border: #000 solid 1px;*/
}

.box_error{
    margin-bottom: 1em;
    color: #fc0000 !important;
}

.mfp_err{
    color: #fc0000 !important;
}

.mfp_buttons{
    text-align: center;
}

#contact button{
    background: #000;
    width: 30%;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
}


.box_contact_thanks{
    text-align: center;
}
#mfp_hidden{
    display: none;
}


@media screen and (max-width: 767px) {
    .box_contact{
        padding: 0 10px 0;
    }
    
    .box_contact dl{
        width: 100%;
        float: none;
    }
    .box_contact dl:last-of-type{
        float: none;
    }
    

    .box_contact textarea{
        height: 10em !important;

    }
    

}









