/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

a{
	color: #222;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:40px;
}

body{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #222;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.9;
}


#slogan{
	position: absolute;
  top: 30px;
	width: 100%;
	left: 9%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #3C3C3C;
	line-height: 1.2;
}

#slogan h1{
	font-size: 11px;
	margin-bottom: 20px;
	font-weight:normal;
	z-index: 9999px;
	color:#999;
	letter-spacing: 0.1em;
}

#slogan h2{
	font-size: 16px;
	font-weight:normal;
}
.s_font {
	font-size: 14px;
}
.ss_font {
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:26px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner2{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner3{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.red {
	color:#FF6347;
}
.orange {
	color:#F90;
}
.green {
	color:#3cb371;
}
.yello {
	color: #EEE038;
}
.white {
	color:#FFF;
}
.violet {
	color:#b0c4de;
}

/*--------メニューバ---------*/

#menubar {
	position:absolute;
	top: 11%;
	right: 8%;
	width: auto;
	height:auto;
}

#menubar ul li {
	text-align: center;
	margin-bottom:7px;
	display:inline;
	padding : 0 25px;
}
#menubar ul li a {
	color:#FFF;
	font-size: 14px;
}



/* 背景グラデ
-----------------------*/
.grad {
  height: auto;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(195, 235, 133, 1) 6%, rgba(255, 231, 133, 1));
  padding: 8% 0 0 0;
  margin: 5% 0 0 0;
  z-index:-9999;
}
.classphoto {
	position:absolute;
	top:13%;
	left:-55%;
	width: 320px;
	height:auto;
}
.onpu {
	position:absolute;
	top:-3%;
	width: 100%;
	height:auto;
	z-index:-999;
	opacity:0.7;
}
.left {
	float:left;
}
.right {	
	float:right;
}
.clear {
	clear:both;
}








/* sec00 目的
------------------------------------------------------------*/
#sec00{
	background: url(../images/00.jpg) no-repeat 0% 50% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin-top:0;
	height: 500px;
	padding-top: 10%;
}
#sec00 p {
	text-shadow: 0px 0px 2px #333;
	width:75%;
	margin: 0 auto;

}



/* SEC01 活動
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background-color: #FFCC00;
}
.wrap2{
	clear: both;
	width: 100%;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
	font-size: 22px;
}
.txt p{
	font-weight: bold;
}




/* SEC03 ご挨拶-------------------------------------------------------------------*/
#sec03 {
	background: url(../images/paper.jpg) repeat;
	background-size: 200px;
	padding: 8% 0%;
}

#sec03 p {
	width:75%;
	margin: 0 auto;
}

/* SEC04 得られる価値
------------------------------------------------------------*/
#sec04{
	background: url(../images/bg04g.jpg) no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	height:600px;
}

#sec04 p {
	padding-left: 10%;
}

#sec04 img {
	width:55%;
	padding-left: 10%;
}




/*運営法人
------------------------------------------------------------*/
#sec05{
	padding-top: 20px;
	background-color: #FFCC00;
	width: 100%;
	height: 500px;
}
.w75 {
	width:45%;
	height: auto;
	margin:0 auto;
}
#sec05 dl{
	line-height: 1.2;
	width: 100%;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 33%;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.8em;
}
.tensen {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
#sec05 dd{
	width: 67%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.8em;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}


#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background: #222;
	text-decoration: none;
	color: #FFCC00;
	width: 100px;
	padding: 35px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
}




/*--------------フッター-------------*/

 
.footer {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-bottom:10px;
	padding-top:100px;
	margin:0 auto;
	width: 70%;
	line-height: 1em;
	color:#555;
}
 
 
.footer_form {
	font-size: 18px;
	text-align: center;
	line-height:1.5em;
	letter-spacing:0em;
	float: right;
	font-family:'Noto Sans JP', sans-serif;
	margin-right: 10px;
}

.otoi, .otoi a {
	display: block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 100px;
	border: solid 1px #F90;
	background-color: #F90;
	line-height:1.6em;
	margin: 15px auto 0 auto;
}
.otoi:hover {
	display: block;
	 background: #FFF;
	 border: solid 1px #F90;
     color: #F90;
	 cursor: pointer;
	 text-decoration: none;
	 transition: 0.3s;
}

.obi {
	background:rgb(241, 139, 26);
}
.footer_menu ol {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	margin: 40px auto 0 auto;
	width: 700px;
	text-align:center;
}
.footer_menu ol li , .footer_menu ol li a {
	display: inline;
	margin: 0 6px;
	color:#FFF;
	font-size: 12px;
}


.footer_menu ol li a:hover {
	color: #A74418;
	transition: 0.3s;
}

.logo img {
	width: 150px;
	margin-right:20px;	
}

.pc {
	display: block;	
}
.sp {
	display: none;	
}


.banner {
	position: fixed;
	bottom: 17%;
	right:1%;
	width: 150px;
	z-index: 9999;
}
.banner2 {
	position: fixed;
	bottom: 39%;
	right:1%;
	width: 150px;
}


.classopen {
	position:absolute;
	top:85%;
	right:9%;
	width:300px;
	z-index:999;
}


/*-----告知　バナー-------*/
.kokuchi {
	width: 100%;
	margin: 0 auto;
	background-color:#000;
	padding: 5% 0;
}
.kokuchi img {
	width:73%;
	margin: 0 auto;
}

/* これまでの実績　カルーセルスライダー
-------------------------------------*/
.works {
	background-color:#000;
	width:100%;
	height: auto;
	padding:3% 0 5% 0;
	text-align: center;
}
.works img {
	width:90%;
}
.works h2 {
	color:#FFF;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bolder;
	padding: 0 0 2% 0;
}





/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
		line-height: 2em;
		letter-spacing: 0.2em;
		font-weight: lighter;
	}
	
 
	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
	width: 50%;
	float: left;
	display: table;
	background-color: #FFCC00;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	

	
	
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 80px;
	}
	
  #footer{
		padding: 5px 10px 10px 0;
	}
}

@media only screen and (min-width: 641px){
	
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
	#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:10px;
}

body{
		font-size:14px;
		line-height: 1.6em;
		letter-spacing: 0.2em;
}

section h2{
	font-size: 22px;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:20px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#page-top {
    position: fixed;
    bottom: 70px;/*右に固定バナーがある場合140px*/
    right: 10px;
    font-size: 80%;
	line-height:1.5em;
}
#page-top a {
	background: #222;
	text-decoration: none;
	color: #EEE038;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
}



}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 18px;
		display:none;
	}



  
  /* sec00 目的
------------------------------------------------------------*/
#sec00{
	background: url(../images/00_s.jpg) no-repeat;
	background-size: contain;
	-webkit-background-size: cover;
	color: #fff;
	margin-top:0;
	height: 500px;
	padding-top: 0%;
}
#sec00 p {
	text-shadow: 0px 0px 2px #333;
	width:95%;
	margin: 0 auto;
	text-align: center;

}


/* SEC01 活動
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #EEE038;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
	font-size: 20px;
}
.txt p{
	font-weight: bold;
}

/* SEC03 ご挨拶-------------------------------------------------------------------*/
#sec03 {
	background: url(../images/paper.jpg) repeat;
	background-size: 200px;
	padding: 8% 0%;
}

#sec03 p {
	width:95%;
	margin: 0 auto;
}

/* SEC04 得られる価値
------------------------------------------------------------*/
#sec04{
	background-color:#000;
	color: #fff;
	height: auto;
	padding-bottom: 20px;
}


#sec04 img {
	width:95%;
	padding-left: 2%;
}


/*運営法人
------------------------------------------------------------*/
#sec05{
	padding-top: 20px;
	background-color: #EEE038;
	width: 100%;
	height: 500px;
}
.w75 {
	width:90%;
	height: auto;
	margin:0 auto;
}
#sec05 dl{
	line-height: 1.2;
	width: 100%;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 26%;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.8em;
}
.tensen {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
#sec05 dd{
	width: 72%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.8em;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;

}

/*--------------フッター-------------*/

.footer {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bolder;
	letter-spacing:0.1em;
	padding-bottom:10px;
	padding-top:30px;
	margin:0 auto;
	width: 88%;
	line-height: 1.2em;
}

.footer_menu ol {
	padding-top: 10px;
	padding-bottom: 150px;
	line-height: 1.2em;
	margin: 10px auto 0 auto;
	width: 90%;
	text-align: left;
}
.footer_menu ol li , .footer_menu ol li a {
	display: inline;
	margin: 0 4px;
	color:#FFF;
	font-size: 12px;
}


.footer_menu ol li a:hover {
	color: #A74418;
	transition: 0.3s;
}

.footer .logo img {
	width: 180px;
	margin-right:0px;
	padding-bottom: 20px;
}


.pc {
	display: none;	
}
.sp {
	display: block;	
}



#menubar {
	display: none;
}


.inner2, .inner3 {
	width:94%;
}

.banner {
	position: fixed;
	bottom: 11%;
	left: 3%;
	width: 175px;
	z-index:9999;
}
.banner2 {
	position: fixed;
	bottom: 11%;
	left: 3%;
	width: 175px;
	z-index:9999;
}



.classopen {
	position:absolute;
	top:51%;
	left: 5%;
	width:340px;
	z-index:999;
}
.sns img {
	width:20%;
}


/* これまでの実績　カルーセルスライダー
-------------------------------------*/
.works {
	background-color:#000;
	width:100%;
	height: auto;
	padding:8% 0 6% 0;
	text-align: center;
}
.works img {
	width:90%;
}
.works h2 {
	color:#FFF;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bolder;
	padding: 0 0 2% 0;
}






}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}
