@charset "UTF-8";


/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:680px )
{



.noneSP {display:none !important;}

  .br-pc { display:none; }
  .br-sp { display:block;}
  
  
  .pc { display: none !important; }
  .sp { display: block !important; }






img{
		width:100%;
		height: auto
	}

	
.coution{
	font-size: 80%;
	}

	
	.coutioncenter{
		text-align: center;
		display: block
	}	
	
	
	
	
	
	
	

	

/*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/


body{
	overflow-x: hidden;
	font-size:1.0rem;
	letter-spacing: 0.05em;
	margin:0;
	padding:0;
	line-height:160%;
/*	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;*/
		background:url(../images/item/bg.jpg) repeat;
	font-family: "Noto Sans JP"; 
	}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	color:#FFF;
	}

/* ページトップへ戻る */
#pageTop {
 position: fixed;
 bottom: 0px;
 right: 0px;
 }




	
#pageTop img{
 width: 40px;
	height: auto;
 }	


	
	

	




	
	
/*///////////////////////////////////////////////


メインボックス


///////////////////////////////////////////////*/


	



	
	
.parallax-bg:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../images/bg_sky.jpg") center no-repeat;
  background-size:cover;
}
	
		

	
	
/*///////////////////////////////////////////////


メイン画面
	

///////////////////////////////////////////////*/
	
	

	
p.slogan{
	width: 95%;
	height: auto;
	margin: 25% auto 25%;
	}	
	
	
	
	
	
	
div.scrollbox{
		padding: 5% 0 0 0;
	background-color: #fff;
	}
	

	p.action{
	width: 160px;
	height: auto;
	margin: 3% auto;
	}	
		
	
	
	
	

/*///////////////////////////////////////////////


3列紹介


///////////////////////////////////////////////*/



section.contentsitem{
	padding:3% 3% 10%;
	overflow:hidden;
	margin: -20px auto 0;
	background-color: #fff;
	}


.contentsitem-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contentsitem-box {
	width: 48%;
	overflow:hidden;
	height: auto;
	
}


	
	
	
	
	

dl.info,dt,dd{
		padding: 0px;
		margin: 0px;
		color: #000;
	}
	
	
	
dl.info{
		margin-bottom: 10%;
	}
	
	

dt.infophoto{
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 auto;
	padding: 3% 0;
	}	
	
	
dt.infophoto img{
	width: 80%;
	height: auto;
	padding: 6% 0;
	}
	
	
	
	
dl.info dd.companyname{
	font-weight: 600;
	margin: 4% 0;
	font-size: 90%;
	text-align: center
	}	
	
	
	
	
	
dl.info dd.infotxt{
	font-size: 80%;
	line-height: 170%;
	margin-bottom: 10%;
	}	
	
	

	
	

	
	
/*///////////////////////////////////////////////


フッター
	
	
///////////////////////////////////////////////*/
	
	
	
div.footcontact{
	margin: 0 auto;
	text-align: center;
	padding: 4%;
	font-size: 95%;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	}
	
	
	
	
div.footcontact a{
	color: #00a33e;
	text-decoration:underline
	}	
	
	

	
p.footcenovalogo{
	width: 30%;
	height: auto;
	margin: 10% auto;
	}
	
	
p.copyright{
	font-size: 70%;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-top: -0px;
	}
	
	
	
p.mailtxt{
		font-size: 85%;
	}
	
	
	
	
p.ruletxt02{
		font-size: 85%;
		line-height: 170%;
		text-align: justify; // Required for IE and Edge 
text-align-last: right;
	padding-left:1em;
text-indent:-1em;
	padding:0 5%;
	}
	
	
	
	
	

	

	
	
.btn_project{

	width: 90%;
	height: 50px;
	text-align: center;
	padding:25px 0 0 0;
	font-size: 110%;
	font-weight: 600;
	margin: 0 auto 50px;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.5));
	color: #666 !important;
	}	
	
.btn_project a{
	background-color: #0072bd;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	padding:25px 0 0 0;
	font-weight: 600;
	margin: -25px auto 0;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,0));
	color: #fff !important;
	}		
	
	
	
	
	
	

p.margin{
	margin: 20% 0;	
	}	
		
	
	
	


/*///////////////////////////////////////////////


セミナーフライヤー


///////////////////////////////////////////////*/


div.flyerbox{
	margin: 0 auto 10%;
	text-align: center;
}

div.flyerbox p.flyer img{
	width: 80%;
}


h2{
	font-family: 'Times New Roman', Times, serif;
	font-size: 140%;
	letter-spacing: 3px;
	margin-bottom: 5%;
}

p.flytxt{
	font-size: 90%;
}


	
	


	

}
	
	




