
/* default style 
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family:Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	background-image:url('img/bg.jpg');
	background-repeat: repeat;
	background-size: 128px 105px;
	margin: 0;
	padding: 0;
	color: #333;
	letter-spacing: 1.3px;
	line-height: 1.8;
	font-weight: 500;
}
img {
	max-width: 100%;
}
a:link {
	color: #66b72f;
	text-decoration: none;
}
a:hover {
	color: #f8b73b;
	text-decoration: underline;
}
a:visited {
	color: #66b72f;
	text-decoration: none;
}
span.red{
	color: #D33;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.cf{
	clear: both;
}
.center{
	text-align: center;
}
.marker{
	background: linear-gradient(transparent 50%, #ffff66 50%);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-position: 0 bottom;
	transition: 0.5s;
	font-weight: bold;
}
.marker.scrollin{
	background-size: 100% 100%;
}


/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%; 
	height:90px; 
	background-color:#FFF;
	z-index: 999;
	border-bottom: #66b72f 5px solid;
}
#header hr.header_bottom{
	border-top: #66b72f 2px solid;
	margin: 0 0 1px;
}
#header_inner{
	width: 100%;
	max-width: 1000px;
	height: 85px;
	margin: 0 auto;
}
#logo {
	width: 300px;
	margin: 18px 0 5px 30px;
	float: left;
}
#logo img{
	width: 240px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: right;
	margin: 50px 20px 0 0;
	float: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
}
.navigation li a{
	font-size: 14px;
	font-weight: bold;
	color: ##66b72f;
}
.navigation li:hover{
	cursor:pointer;
	color: #ab2a2a;
}

.navigation .active{
	cursor:pointer;
	color: #f68f67;
}
#content{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px;
	background-color:#ffffff;
}
.bg{
	background-image:url('img/bg.jpg');
	background-repeat: repeat;
	background-size: 32px 32px;
	padding: 0 0 50px;
}
#topimg {
	margin: 90px auto 0 ;
	max-width: 1000px;
	text-align: center;
}
#top_copy{
	position: absolute;
	z-index: 50;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding-top: 200px;
}
#top_copy h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: bold;
	font-size: 42px;
	color: #3b1f15;
	text-shadow: 1px 1px 3px #FFF;
}
.contact{
	text-align: center;
}
.contact img{
	max-width: 350px;
	width: 80%;
}
.br_sp{
	display: none;
}

/* Catch */ 
.catch{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
}
.catch h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.catch h1 span{
	font-size: 40px;
	font-weight: bold;
}
.catch h3{
	margin: 40px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	color: #333;
}
.catch h3 span{
	font-size: 34px;
}
.catch strong {
	font-size: 34px;
	font-weight: bold;
	-webkit-text-emphasis: filled sesame red;
	text-emphasis: filled sesame red;
}
.catch p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 0 0 20px;
}
.catch_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.catch_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Recruit */ 

.recruit_block{
	width: 96%;
	max-width: 1000px;
	margin: 50px auto 50px;
}
.recruit_block h2{
	border-top: solid 2px #80c8d1;
	border-bottom: double 5px #80c8d1;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	padding: 10px 0 10px 5px;
	margin: 20px 0 35px;
}
.recruit_block h2:first-letter{
	font-size: 1.4em;
	color: #80c8d1;
}
.recruit_block h3{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #80c8d1;
	padding: 0 0 0 5px;
	margin: 20px 0 35px;
}
.recruit_block h3:first-letter{
	font-size: 1.4em;
	color: #80c8d1;
}
.recruit_block img{
	margin: 10px 0 30px;
}
.recruit_block ul li{
	margin: 8px 0;
	font-weight: bold;
	color: #2a818c;
}
.recruit_block_inner{
	max-width: 800px;
	width: 88%;
	margin: 20px auto;
	padding: 20px 4% 20px;
	border: #80c8d1 5px solid;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.recruit_block_inner h4{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.recruit_block_inner p{
	text-decoration: underline;
}

/* Apply */ 

#apply_inner{
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
#apply table.formTable{
	width:100%;
	margin:20px auto 30px;
	border-collapse:collapse;
}
#apply table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#apply table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
.announce{
	width: 92%;
	max-width: 700px;
	margin: 30px auto 40px;
	padding: 20px 2%;
	border: 5px solid #ffdea0;
	line-height: 2.4;
}
.announce_condition{
	width: fit-content;
	margin: 0 auto 20px;
}
.form_sp_s{
	width: 90%;
}
.form_sp_l{
	width: 90%;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

/* FAQ */ 
#faq{
	padding: 100px 0 0;
}

.faq_inner{
	max-width: 850px;
	width: 88%;
	margin: 50px auto;
	padding: 20px 4% 40px;
	border: #66b72f 5px solid;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.faq_inner h3{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin: 30px 0 20px;
	color: #555;
}
.openBtn {
	cursor: pointer;
	margin: 3px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	border: 1px solid #66b72f;
	border-left: 4px solid #66b72f;
	color: #555;
}
.openBtn:hover {
	opacity: 0.8;
}

.textArea {
	display: none;
	padding: 10px 10px 30px 10px !important;
	text-indent: 10px;
	color: #555;
}
p.openBtn:before {
	content: "> Q. " ;
}
p.textArea:before {
	content: "A. " ;
}

/* Mailmagazine */ 

#ezine{
	padding: 100px 0 0;
}




/* Toplink */ 

#page-top {
    position: fixed;
    bottom: 0px !important;
    right: 5px;
}
#page-top a {
    background: #FFF;
    text-decoration: none;
    width: 40px;
    text-align: center;
    display: block;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#page-apply {
    position: fixed;
    bottom: 0px !important;
    right: 50px;
}
#page-apply a {
    background: #FFF;
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
}
#page-apply a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#page-mm {
    position: fixed;
    bottom: 0px !important;
    right: 150px;
}
#page-mm a {
    background: #FFF;
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
}
#page-mm a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modal-content {
	position:fixed;
	display:none;
	z-index:2;
	width:70%;
	max-width: 400px;
	margin:0;
	text-align: center;
	padding:10px 2%;
	border:2px solid #aaa;
	background:#fff;
}
.modal-content h3{
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	color: #f8b73b;
	margin: 10px 0;
}
.modal-content p {
	margin:0;
	padding:0;
}
.modal-content table {
	margin: 20px auto 10px;
}
.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-open {
	color:#00f;
	text-decoration:underline;
}

.modal-open:hover {
	cursor:pointer;
	color:#f00;
}

.modal-close {
	color:#00f;
	text-decoration:underline;
}

.modal-close:hover {
	cursor:pointer;
	color:#f00;
}


/* Footer */ 

#footer{
	width: 100%;
	margin: 50px 0 0;
	padding: 50px 0;
	background-color: #66b72f;
	text-align: center;
}
#footer ul{
	width: 470px;
	height: 20px;
	margin: 0 auto;
}
#footer ul li{
	float: left;
	margin: 0 25px;
	list-style-type: none;
}
#footer ul li a{
	font-size: 13px;
	color: #FFF;
}
#footer ul li a:before{
	content: "> ";
}
#footer p{
	clear: both;
	height: 100%;
	margin: 30px 0 0;
	font-size: 13px;
	color: #FFF;
}


/* Tablet */
@media screen and (max-width: 1024px) {

	#header_inner {
		z-index: 999;
		background-color: #FFF;
		width: 100%;
		height: 90px;
	}
	#logo{
		width: 100%;
		text-align: center;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -480px;
		background: #FFF;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: -300;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		border-bottom: #66b72f 2px solid;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	.navigation{
		float: none;
	}
	.navigation li{
		padding: 0;
	}
	#header #nav ul li a {
		width: 100%;
		display: block;
		color: #66b72f;
		font-weight: bold;
		line-height: 2.4rem;
		padding: 10px 0;
	}
	#header #nav ul li a:hover {
		color: #f8b73b;
	
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 35px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #66b72f;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#top_copy{
		padding-top: 20%;
	}
	#top_copy h2{
		font-size: 36px;
	}
	#decorative {
		display:none;
	}
	#about{
		background-position: 20% top;
	}

	#page-top a:hover {
	    text-decoration: none;
	    background: #FFF;
	}
	.form_sp_l{
		width: 90%;
	}


}


@media screen and (max-width: 860px) {

	h2{
		font-size: 22px;
	}
	#intro ul.bkmk li{
		float: none;
		margin: 10px auto;
	}
	.online_inner{
		width: 96%;
		margin: 60px auto 40px;
		padding: 20px 2% 40px;
	}
	.usp_inner{
		width: 96%;
		margin: 60px auto 40px;
		padding: 20px 2% 40px;
	}
	#about{
		width:100%;
		padding: 0 0 50px;
		background-image:none;
	}
	#about_inner{
		width: 94%;
		max-width: 860px;
		margin: 0 auto;
		padding: 20px 3% 40px;
		background-image:none;
	}
	#about_inner img.about_sp{
		display: block;
		float: left;
		width: 50%;
		max-width: 400px;
		margin: 0 20px 10px 0;
		border-radius: 15px;        /* CSS3草案 */  
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 15px;   /* Firefox用 */
	}
	#about_inner p{
		padding: 0;
	}
	/* 画面外にいる状態 */
	.fadein {
/*
		opacity : 0;
		transform : translate(0, 10px);
		transition : all 400ms;
*/
	}
	/* 画面内に入った状態 */
	.fadein.scrollin {
/*
		opacity : 1;
		transform : translate(0, 0);
*/
	}


}


@media screen and (max-width: 640px) {

	#header,#header_inner{
		height: 60px;
	}
	#logo{
		margin: 10px 0 0 20px;
		text-align: left;
	}
	#logo img{
		width: 200px;
	}
	#nav {
		top: -510px;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 25px;
		top: 20px;
		width: 30px;
		height: 32px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.br_sp{
		display: block;
	}
	#topimg {
		margin: 65px auto 0 ;
		text-align: center;
	}
	#top_copy{
		padding-top: 35%;
	}
	#top_copy h2{
		font-size: 28px;
	}
	.catch h1{
		font-size: 26px;
	}
	.catch h1 span{
		font-size: 30px;
	}
	.catch h3{
		font-size: 22px;
	}
	.catch h3 span{
		font-size: 28px;
	}
	.catch strong {
		font-size: 28px;
	}
	.catch p{
		font-size: 16px;
	}
	#goukaku{
		background-image: none;
	}
	#goukaku p{
		text-align: left;
	}
	#achievement h2{
		font-size: 18px;
	}
	#intro{
		padding: 0;
	}
	.intro_inner ul.worry{
		padding: 20px 10px 20px 30px;
		background-image: none;
	}
	#online{
		padding: 0 0 20px;
	}
	#about{
		padding: 0 0 20px;
	}
	.detail_inner table{
		width: 100%;
	}
	.grad-wrap {
		position: relative;
	}
	.grad-wrap + .grad-wrap {
		margin-top: 40px;
	}
	.grad-trigger {
		display: block;
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 120px;
		margin: auto;
		padding: .5em 0;
		border-radius: 2px;
		background: #f4b4d0;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		box-shadow: 0 0 3px rgba(0,0,0,.3);	}
	.grad-item {
		position: relative;
		overflow: hidden;
	}
	.grad-item.is-hide {
		height: 400px; /*隠した後の高さ*/
	}
	.grad-item p + p {
		margin-top: 1em;
	}
	.grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 80px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.grad-trigger.is-show + .grad-item::before {
		display: none;
	}
	#footer ul{
		width: 100%;
		height: 100%;
	}
	#footer ul li{
		float: none;
		margin: 10px 0;
	}
	.sp_text:after {
		content:attr(data-label);
		font-size: 28px;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	.form_sp_s{
		width: 90%;
	}
	.br_pc{
		display: none;
	}


}
/* / Tablet */



/* Mobile */
@media screen and (max-width: 480px) {

	#top_copy h2{
		font-size: 20px;
	}
	.catch h1{
		font-size: 18px;
	}
	.catch h1 span{
		font-size: 22px;
	}
	.catch h3{
		font-size: 16px;
	}
	.catch h3 span{
		font-size: 20px;
	}
	.catch strong {
		font-size: 20px;
	}
	.catch p{
		font-size: 13px;
	}
	#about_inner img.about_sp{
		display: block;
		float: none;
		width: 90%;
		margin: 0 auto 10px;
		border-radius: 15px;        /* CSS3草案 */  
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 15px;   /* Firefox用 */
	}
	.teaching_inner_img1{
		width: 160px;
		margin: 0 auto 20px;
	}
	.teaching_inner_imgbox{
		margin: 10px 0;
		float: left;
		text-align: center;
	}
	.teaching_inner_img2{
		width: 160px;
		margin: 0 auto 20px;
	}
	.teaching_inner img{
		margin: 10px 0;
		float: none;

	}
	.arrow_pc{
		display: none;
	}
	.arrow_sp{
		display: block;
	}


}
/* / Mobile */



/* Other */

body.other #logo{
	text-align: center;
	width: 100%;
	margin-left: 0;
}

body.other #apply{
	width: 90%;
	max-width: 800px;
	margin: 100px auto 0;
}


/* Margin */

.mgT05 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT35 {margin-top:35px;}
.mgT40 {margin-top:40px;}
.mgT45 {margin-top:45px;}
.mgT50 {margin-top:50px;}
.mgT55 {margin-top:55px;}
.mgT60 {margin-top:60px;}
.mgT65 {margin-top:65px;}
.mgT70 {margin-top:70px;}
.mgT80 {margin-top:80px;}
.mgT100 {margin-top:100px;}

.mgB05 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}
.mgB55 {margin-bottom:55px;}
.mgB60 {margin-bottom:60px;}
.mgB65 {margin-bottom:65px;}
.mgB70 {margin-bottom:70px;}
.mgB80 {margin-bottom:80px;}
.mgB100 {margin-bottom:100px;}
