﻿@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: 400px;
    margin: 0;
    padding-top: 170px;
  /*  background: #fff;*/
   background: url("../img/top_index.jpg") no-repeat ;  
    background-position: center /*80px*/;  
    background-size: cover;
    /*background-size: 1000px auto;*/
}
	
	span{
		 display: inline-block;
	}


.top_txt{
        font-size: 22px;
    width:100%;
    margin: 0 auto;
	padding: 0 20px;
    text-align: center;
}	
	
	
/*h2{	
	height: auto;
width: 85%;
	margin: 150px auto 0 auto;
	font-size:0.9em;
}*/

/*#info_title{
	width: 200px;
	line-height: 40px;
	margin-top: -40px;
}*/
/*
.info_contents{
	margin-left: 20px;
	height: auto;
}

.info_contents p{
	float:none;
	height: 25px;
}
	
.info_contents span{
	padding-left: 0;
	height: auto;
}
	*/
	
	
/*サービス*/
	
	h3{
		font-size: 1.8em;
	}

h3 p{font-size: 0.55em;}
	
	.top_block{
		margin-bottom: 20px;
	}
	
.top_solution_cel{
	width: 85%;
	height: 350px;
	margin: 0 auto 30px auto;
}
	
	.sol-content{height: auto;
	padding-bottom: 20px;}

	.top_btn{width: 85%;
	margin: 0 auto 80px auto;
	font-size: 0.9em;}	
	
/*	.top_category a{
	height: 220px;
}
	
	.top_category_contents,.top_category_contents_bk{
	font-size: 2em;
		width: 100%;
}
	*/
/*私たちについて	*/
	
.top_overview{
	width: 90%;
	margin: 20px auto;
		height: auto;
}

	.top_overview img{
	width: 100%;
	height: auto;
	float: none;
}

.top_overview p{
	font-size: 1.4em;
	margin-top: 20px;
}

.top_overview_txt{
	width: 90%;
	font-size: 0.9em;
	letter-spacing: normal;
		padding-left: 0;
	margin: 0 20px;
	float: none;
}
	
	.top_btn{
		width: 100%;
		font-size: 1em;
		margin-top: 10px;
	}
	
	/*更新履歴*/
	
#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;
	}
}

