﻿@charset "UTF-8";


@media screen and (max-width: 980px) {
   .pc-nav {
      display: none;
   }
	#header2 {background: #fff;
	height: 55px;
	    backdrop-filter: blur(12px);
	}
	
	
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
	
	h1.logo img{
		width: 80%;
		margin-top:-10px;
	}

   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 20px;
      margin: 0 20px 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #360568;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #360568;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #360568;
   }
    
    
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
       top: 200px;
              line-height: 40px !important;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
       
   }
   .sp-nav li a {
      display: block;
      padding: 10px 0;
       color: #fff !important;
   }

#header2 li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 0%;
    height: 0px;
}
    
      /*-閉じる*/
       .sp-nav li span {
      display: block;
      padding: 5px 0;
   }
    
    .close{
              display: block;
        border: 1px solid #fff;
        width: 200px;
        text-align: center;
    }
    
 
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 4%;
   }
}



/*
スマホのとき★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
*/
@media screen and (max-width:980px){
	
#top{
    width: 100%;
    height: 450px;
    margin: 0;
    padding-top: 200px;
  /*  background: #fff;*/
   background: url("../img/ac_top_index.jpg") no-repeat ;  
    background-position: center /*80px*/;  
    background-size: cover;
    /*background-size: 1000px auto;*/
}
	
	span{
		 display: inline-block;
	}


.top_txt{
        font-size: 24px;
    width:100%;
    margin: 0 auto;
	padding: 0;
    text-align: center;
}	
/*特徴*/
	.top_tokucyo{
		width: 90%;
		font-size: 0.95em;
		margin: 10px auto 0 auto;
	}
	
	
	h3{
		font-size: 1.7em;
	}

h3 p{font-size: 0.55em;}
	
	.top_block,.top_block2{
		margin-bottom: 40px;
	}
	
.top_block2{
	padding: 50px 0 40px 0;
}
	
/*サービス*/
	
.top_solution_cel{
	width: 85%;
	height: 350px;
	margin: 0 auto 30px auto;
	font-size: 0.9em;
}

	.sol-content p{
	font-size: 1.4em;
}
	
	.sol_btn{width: 85%;
	margin: 0 auto;
	font-size: 0.9em;}	
	

/*ご利用の流れバナー*/
	
	.top_nagare_bn{
	width: 90%;
		height: auto;
}


	
	/*更新履歴*/
	
#news .news-list{
		width: 80%;
	margin-bottom: 20px;
	}
#news .news-list .item a{
  flex-wrap: wrap;
}
#news .news-list .item .date{
  min-width: 100px;
}
#news .news-list .item .title{
  margin-top: 10px;
}
 
	#news .title{
		font-size: 0.9em;
	}
}

