@charset "utf-8";

/*============
Toggle Button
============*/
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 63px;
	background: #fff;
    cursor: pointer;
	padding: 21px 0 0 0;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
	margin: 0 auto;
	width: 30px;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
	border-radius: 2.5px;
    width: 100%;
    background: #00d5af;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}

#nav-toggle span:nth-child(3) {
    top: 20px;
}

/*=======================================
メディアクエリ
=========================================*/
@media screen and (max-width: 1000px) {
	#wrapper{
        min-width: 100%;
	}
	
	.inner{
		width: 95%;
	}
	
	header .inner .Main .mainVisualText h2{
  		font-size: 5.3rem;
	}
	
	header .Main .mainVisualText{
		bottom: 20px;
	}
    
	article .service .text{
		letter-spacing: 0.3rem;
	}
    
}

@media screen and (max-width: 990px){
    h2{
        padding: 10px;
    }
    
    .mainVisualText svg {
        min-width: 120%;
        height: auto;
    }
    /*============コンテンツ総合============*/
    .innerTitle h3{
        font-size: 8rem;
    }

    .innerTitle p{
        font-size: 2.7rem;
    }
    
    #concept .inner .innerTxt{
        font-size: 23px;
    }
    /*============header slide============*/
    header .bg-slider {
    position: absolute;
    width: 800px;
    height: 800px;
    top: 146px;
    right: 0;
    }
    
    /*============
	nav
	============*/
    
	nav.open .inner ul,
	nav.open .inner h1{
    	display: block;
 	}

	nav{
		background : none;
  		width: 100%;
		margin: 0 0 0 auto;
		top: 0;
		overflow: visible;
	}
	
	nav .inner{
		padding: 0;
		display: block;
        width: 100%;
        position: relative;
        
	}
	nav .inner .menu-contact{
        display: block;
        width: 80%;
        text-align: center;
        background: #f1f3f4;
        margin: 40px auto;
        padding: 30px;
       
    }
    
    nav .inner .menu-contact p:first-child{
        font-size: 30px;
        padding-bottom: 20px;
    }
    
    nav .inner .menu-contact p:last-child{
        font-size: 15px;
        font-weight: 300;
        
    }
    
	nav .inner h1{
        margin: 0;
        padding: 10px;
        opacity: 0;
		position: absolute;
        
  	}
	
	nav .inner ul{
   		position: absolute;
    	display: none;
		opacity: 0;
    	background: #fff;
    	width: 100%;
		height: 100vh;
    	text-align: center;
    	padding: 10% 0 0 0;
    	transition: .4s;
    	z-index: -100;
		margin:0 auto;
  	}
	nav .inner ul li a{
		padding: 10px 0 5px 0;
		width: 80%;
		margin: 0 auto;
	}
	
	nav .inner ul li a::after{
    	content: none;
 	}
	
	nav .inner ul li a:first-child{
 		font-size: 3rem;
	}
	
	nav .inner ul li a:last-child{
		margin-top: 7%;
    }
    #nav-toggle {
    	display: block;
    }
	nav.fixed{
  		 transition: .4s;
		 box-shadow: none;
		 border-bottom: none;
	}
	
	.open #nav-toggle{
		border: none;
	}
	
	.open #nav-toggle span:nth-child(1) {
    	top: 11px;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
    	display: none;
  	}
    .open #nav-toggle span:nth-child(3) {
    	top: 11px;
    	-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
  	}
    /*============service============*/
    #service .game-box{
        margin: 0 auto 60px;
        width: 100%;
        height: 100%;
    }
    
    #service .game-box img{
        width: 100%;
        padding-bottom: 20px;
   }
    
    #service .sevice-text{
        float: none;
    }

    #service .sevice-text h4{
        font-size: 38px;
        font-weight: bold;
        padding: 10px 0 34px 0;
    }

    #service .sevice-text .em{
        font-size: 27px;
    }

    #service .sevice-text .text{
        width: 100%;
        font-size: 23px;
    }
    
    .btn-gray{
    height: 70px;
    width: 100%;
    font-size: 27px;
        padding: 23px 0;
    }

    .btn {
        width: 100%;
        height: 70px;
        font-size: 27px;
    }

    .btn:hover{
        background: #33d5b6;
    }
    
    .details__summary {
        width: 100%;
        height: 70px;
        border-radius: 35px;
        font-size: 27px;
    }
    
    /*============COMPANY============*/
    #company .inner .companyModule li{
	font-size: 4rem;
}
    
    #company .inner .companyModule .company_tabTitle p{
    font-size: 2.7rem;
    }
    
    #company .inner .companyModule .company_tabTitle h4{
    font-size: 4.7rem;
    }
    
    #company .inner .companyModule .companyContents01 td,
    #company .inner .companyModule .companyContents02 td{
	line-height: 2;
    }
    
    #company .inner .companyModule .companyContents01,
    #company .inner .companyModule .companyContents02{
    font-size: 2.3rem;
    }
	#company .inner .companyModule .companyContents01{
		padding-left: 20px;
		width: 100%;
		clear: both; 
	}
	#company .inner .companyModule .companyContents02{
		width: 100%;
	}

	#company .inner .companyModule .companyContents02 th{
		width: 25%;
	}

	tr.bordersp{
		border-bottom: 1px solid #e7e7e7;
	}
	
    .bordersp .btn{
        margin: 0;
        margin-bottom: 10px;
    }
    .contact {
        margin-top: 30px;
        height: 100%;
        padding: 10px;
    }

    .contact h3{
        font-size: 4rem;
        padding-top: 33px;
    }

    .contact .mail{
        font-size: 3rem;

    }

    .contact .mail a{
        text-decoration: none;
    }

    .contact p{
        font-size: 2.3rem;
        padding-bottom: 25px;
        line-height: 1.8
    }
    
    /*============フッター============*/
	
	footer{
		position: static;
		height: 230px;
		text-align: center;
	}
	
	footer .inner{
  		position: static;
		display: grid;
  		place-items: center;
	}
	
	footer .inner img{
		float: none;
		margin-top: 40px;
	}
	footer .inner small{
		margin-left: 0;
		padding: 10px 0 0 12px;
		position: static;
    	
	}
	footer .inner ul{
		padding: 0;
		float: left;
	}
	footer .inner ul li{
		margin-top: 16px;
	}
    
    footer .inner ul li a{
        font-size: 1.6rem;
    }
    
}

@media screen and (max-width: 830px){
    .mainVisualText svg {
        min-width: 80%;
    }
    /*============header slide============*/
    header .bg-slider {
    width: 600px;
    height: 800px;
    top: 146px;
    }
    
}

@media screen and (max-width: 790px){
    header .header-inner{
        height: 800px;
    }
    /*============header slide============*/
    header .bg-slider {
        height: 580px;
        top: 80px;
    }
    
    .mainVisualText svg {
        width: 700px;
    }
	.br_onoff {
      display: block;
    }
    
    .br{
      display: none;
    }
    
}

@media screen and (max-width: 720px){
    .mainVisualText svg {
        width: 650px;
    }
    
}
@media screen and (max-width: 640px){
    
     header .bg-slider {
        width: 450px;
        height: 540px;
    }
    
    .mainVisualText svg {
        width: 580px;
    }
    
    /*============コンテンツ総合============*/
    .innerTitle h3{
        font-size: 5rem;
    }

    .innerTitle p{
        font-size: 1.7rem;
    }
    
    #concept .inner{
        padding: 100px 0 60px 0;
    }
    #concept .inner .innerTxt{
        font-size: 17px;
    }
    
    /*============service============*/
    
    #service{
        padding: 60px 0;
    }
    
    #service .game-box{
        margin: 0 auto 30px;
    }
    
    #service .sevice-text h4{
        font-size: 25px;
    }

    #service .sevice-text .em{
        font-size: 16px;
    }

    #service .sevice-text .text{
        font-size: 16px;
    }
    
    .btn-gray{
        height: 60px;
    font-size: 19px;
    }

    .btn {
        height: 60px;
        font-size: 19px;
    }
    
    .details__summary {
        height: 60px;
        font-size: 19px;
    }
    
    /*============COMPANY============*/
    #company .inner{
        padding: 60px 0;
    }
    #company .inner .companyModule li{
        padding: 20px 0 15px 0;
	font-size: 2.5rem;
        
    }
    #company .inner .companyModule .company_tabTitle p{
    font-size: 1.6rem;
    }
    
    #company .inner .companyModule .company_tabTitle h4{
    font-size: 3.4rem;
    }
    
    #company .inner .companyModule .companyContents01,
    #company .inner .companyModule .companyContents02{
    font-size: 1.6rem;
    }

    .contact h3{
        font-size: 2.5rem;
    }

    .contact .mail{
        font-size: 2rem;

    }

    .contact .mail a{
        text-decoration: none;
    }

    .contact p{
        font-size: 1.6rem;
        padding-bottom: 25px;
        line-height: 1.8
    }
    /*============フッター============*/
	
	footer{
		position: static;
		height: 230px;
		text-align: center;
	}
	
	footer .inner{
  		position: static;
		display: grid;
  		place-items: center;
	}
	
	footer .inner img{
		float: none;
		margin-top: 40px;
	}
	footer .inner small{
		margin-left: 0;
		padding: 10px 0 0 12px;
		position: static;
    	
	}
	footer .inner ul{
		padding: 0;
		float: left;
	}
	footer .inner ul li{
		margin-top: 16px;
	}
    
    footer .inner ul li a{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 590px){
     header .header-inner{
        height: 600px;
    }
    
    .mainVisualText svg {
        display: none;
    }
    
    h1{
    	display: block;
  	}
}

@media screen and (max-width: 464px){
    nav .inner .menu-contact p:first-child{
        font-size: 20px
    }
    nav .inner .menu-contact p:last-child{
        
        font-size: 14px
    }
    
    nav .inner ul{
        padding: 30% 0 0 0;
    }
    
    nav .inner .menu-contact{
        padding: 20px;
    }
}


@media screen and (max-width: 414px){
    nav .inner ul{
        padding: 40% 0 0 0;
    }
    

     header .header-inner{
        height: 500px;
    }
    
     header .bg-slider {
        width: 300px;
        height: 450px;
    }
    
	#company .inner .companyModule .companyContents01 th{
        width: 30%;
    }
	#company .inner .companyModule .companyContents02 th{
        width: 30%;
    }
	
}