@media (max-width: 1024px) {
body{
    min-width:755px;
}
.width70{
    width:85%;
}
h3{
    font-size:18px;
}

.nav_position{
    display: none;
}
.right_fixed{
    display: block;
}
/*--------- header ---------*/
header .logo img{
    height:40px;
}

/*--------- ナビメニュー ---------*/

.sticky-header{
    display:none;
}

#header_bottom{
    height:347px;
}
#header_bottom .inner{
    width:88%;
}
#header_bottom .outer .header_button{
    font-size:12px;
}


/*------footer------*/
footer .logo{
    min-width:150px;
    height:70px;
}
footer .logo img{
    width:120px;
    margin-left:15px;
}
footer .inner{
    font-size:12px;
    height:70px;
}
footer .inner p{
    margin-left:15px;
}
footer .inner .call{
    padding-top:5px;
}
footer .sns{
    height:70px;
    width:20%;
}
footer .sns .sns_in{
    width:75%;
    max-width: 70px;
}
footer .sns img{
    height:30px;
}
    
        
    
    
    
}/*-- max-width:1024 end --*/
    
    
    
    
    
    
    
    
@media (max-width: 754px) {
body{
    min-width:100%;
    font-size:14px;
}
.sp_br{
    display:block;
}
.pc_br{
    display:inline;
}
.width70{
    width:90%;
}
#main{
    margin:50px 0;
}
#main h2{
    font-size:16px;
    margin-bottom:30px;
    letter-spacing: 1px;
}
#main .content{
    text-align:left;
}
h3{
    font-size:16px;
    letter-spacing: 1px;
}
h4{
    font-size:14px;
}

        
/*--------- header ---------*/
header .logo{
    padding:10px 0 10px 20px;
}
#header_bottom{
    height:200px;
    background-size:140%;
    background-position:top center;
}
#header_bottom .inner{
    display: block;
    margin-top:60px;
}
#header_bottom h2{
    font-size:18px;
    width: 90%;
    margin-bottom:10px;
}
#header_bottom .outer .header_button{
    font-size: 12px;
    height:25px;
    line-height:25px;
    min-width:130px;
}
#header_bottom .outer .header_button a{
    height:25px;
    line-height:25px;
    min-width:130px;
}



/*-------- 背景アニメーション -------*/
.circles li:nth-child(1),
.circles li:nth-child(5){
    display:none;
}



/*--------- ナビメニュー ---------*/
nav{
    display:none;
}
.sticky-header{
    display:none;
}







.page{
    padding:50px 0;
}
.page img{
    height:45px;
}
/*------footer------*/
footer{
    position:relative;
    padding-bottom:80px;
}
footer .logo{
    width:80%;
    min-width:50%;
}
footer .logo img{
    width:130px;
    margin-left:10px;
}  
footer .sns .sns_in{
     width:70%;
}
footer .inner{
    position:absolute;
    bottom:0;
    width:100%;
    height:70px;
    padding:5px 0;
}
  

    
    
    
    
    
    
    
    
}/*-- max-width:754 end --*/