/*レスポンシブに関する記述（共通）*/

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

}


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



}

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


}


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


}

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

}

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

	/*ハンバーガーメニューに関する記述*/
	
	.title{
		display: none;
	}
	
	.site-header{
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: #fff;
		font-size: 15px;
		display: block;
		font-weight: 600;
		padding-bottom:0px;
	　　font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
        .headerTitle img{
                height:40px;
        }

        .headerTitle span{
               font-size:25px;
        }

        .hiro{
			display:none;
			
			}
	
	#menu{
		/*配置*/
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 130px;
		pointer-events: none;
		z-index: 2;
		background: white;
	}

	/*メニュー開閉ボタン*/
.logo01{
    padding-top: 10px;
}

.logo01 span{
    padding-left:5px;	
}
#logo02-01{
	display:none;
	}
	
.logo02 {
    display: flex;
	padding-top:20px;
	justify-content: center;
	align-items: center;
}

#logo02-02{
	padding:0px;
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#logo02-03{
    padding-left: 20px;
	font-size: 15px;
}
.co-title {
    font-size: 21px;
    font-family: BIZ UDゴシック;
}
#menu {
    height: 50px;
    background: #EEE2D4;
}

.menu-btn{
    width: 50px;
    height: 45px;
    background: #D1222D;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
}

	#menu .menuopen{
		color: rgba(255,255,255,1);
		font-size: 34px;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		pointer-events: auto;
		text-decoration: none;
		padding-top: 8px;
	}


	#menu .menuclose{
		color: rgba(255,255,255,1);
		font-size: 34px;
		display: none;
		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		pointer-events: auto;
		text-decoration: none;
		padding-top: 8px;
	}

	/*メニュー一覧*/
	#menu ul{
		background:#D1222D;
		width:100%;
		position: absolute;
		top: 53px;
		right: 0;
		display: none;
		margin: 0;
		text-align: center;
	}

	#menu li{
		padding: 15px 0;
		color: rgba(0,0,0,1);
		border-bottom: 1px rgba(255,255,255,1) solid;
		pointer-events: auto;
		list-style: none;
		letter-spacing: 4px;
	}
	/*ハンバーガ*/
	#menu a{
		text-decoration: none;
	}
	/*li*/
	#menu li a{
		display:block;
		width:100%;
		margin: 0 auto;
		color: white;
		font-size: 15px;
	}
	/*メニューオープン時*/
	#menu:target .menuopen{
		display: none;
	}

	#menu:target .menuclose{
		display: block;
	}

	#menu:targrt .menuText{
		display: none;
	}

	#menu:targrt .closeText{
		display: block;
	}

	#menu:target ul{
		display: block;
	}
	
/*pc版→SP版に表示入替*/
	.pc{
		display:none;
	}
	.tab{
	    display:none;
	}
	.sp{
		display:block;
	}
	


    
    
    
    
    
    
    
    
/*フッター*/
.footer-logo {
	text-align:center;
}

.footer-list{
    width: 100%;
    text-align: center;
}

.footer-list li{
	letter-spacing: 4px;
    padding: 5px;
}

.site-footer{
    padding: 30px 0 30px 0;
	font-size:16px;
}
/*.site-footer {
    margin-top: 1800px;
}*/
.com-box{
    width: 90%;
    margin: 0 auto;
}    
.combox01 {
    margin-left: 0px;
}
.combox02{
    margin: 30px;
}
.combox03 {
    width: 80%;
}
.combox04{
    margin-top: 40px;
}   
    
.com-map {
    width: 100%;
}
    
/*recruit*/
    
/*企業情報*/
    

.office-top{
    margin-top: 58px;
 }
    
/*ヘッダー*/    
#menu {
    height: 100px;
}
.site-header{
    height: 100px;
}


.co-title{
    position: static;
    padding-left: 0px;
}
.logo01{
    padding-left: 10px;
}
.logo01 img{
    width:150px;
}   
h1{
     padding-left:0px;
}  

}


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

/*ヘッダー*/

    
/*フッター*/
.com-box img {
    width: 100px;
}
.footer-title {
    font-size: 20px;
}
.combox02 {
    margin: 30px auto;
}
.combox03 p {
    font-size: 20px;
}
.combox03 a{
    text-decoration: none;
    color: white;
}
.combox03 a:hover{
    color:#D1222D;
    background:white;
}



}

/*@media screen and (max-width: 352px) {
}
*/