@charset "UTF-8";
html {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
body {
font-size: 1.4em;
margin: 0px;
padding: 0px;
line-height: 150%;

}

a:link {
text-decoration:none;
color: #000000;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #005800;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}
a img:hover{
background-color: transparent;
transform: translateY(-5px);
}
a img{
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


ul {
	list-style:none;
}

.tright{
	text-align:right;
}

#wrap {
	width:100%;
	/*max-width:980px;*/
	margin:0 auto;
}

#contents {
	width:100%;
/*max-width:980px;*/
margin:0 auto;
min-height:780px;
}



/*nav*/

.inner {
    width: 780px;
    margin: 0 auto;

}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/*--header--*/
#header {
	background: rgba(250,250,250,0);
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	z-index:9999;
	position:fixed;
}

#header.fixed {
	background: rgba(255,255,255,0.7);
	position:fixed;
	top:0;
}

#header.fixed li a {
	color:#333;
}

#header.fixed li li a {
	color:#fff;
}

#header img.logo_g {
	display:none;
}

#header.fixed img.logo_w {
	display:block;
}

#header.fixed img.logo_w {
	display:none;
}

#header.fixed img.logo_g {
	display:block;
}

#header .logo{
	float:left;
	width:200px;
	padding-left:10px;
}

#header a{
	color:#fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#header a.innerlink {
	color:#333;
}

#header a:hover{
	color:#333;
	text-decoration:none;
}

.header-box{
	width:100%;
	max-width:980px;
	margin:auto;
	}

/*--nav--*/
#header .head-nav{
	float:right;
	}
ul#menu-headnav{
	position:relative;
	}
ul.menu li{
	float:left;
	position:relative;
}
ul.menu li.pc_none {
	display:none;
}

ul.menu li a{
	cursor:pointer;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
	}
ul.menu li a:hover {
	background-color:#f9f9f9;
	color:#333;
	transform: translateY(-5px);
}


/*サブメニュー*/
ul#menu-headnav ul{
	position:absolute;
	background-color:#333;
	z-index:99999;
	zoom:100%;
	top:40px;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;

	}
ul#menu-headnav ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:left !important;
	}
ul#menu-headnav ul>li a{
	color:#fff;
	border:none !important;
	display:block;
	padding:10px 20px 10px 20px;
	width:185px;
	height:auto !important;
	box-sizing:border-box;

	}
ul#menu-headnav{
	zoom: 100%;
	}
ul#menu-headnav:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}
#menu-headnav ul.sub-menu li{
	position:relative;
	}
#menu-headnav ul.sub-menu li ul.sub-menu{
	position:absolute;

	z-index:9999;
	zoom:100%;
	left:200px;
	top:0;

	}
#menu-headnav ul.sub-menu  ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:center !important;
	}
#menu-headnav ul.sub-menu  ul>li a{
	border:none !important;
	display:block;
	padding:10px 40px 10px 40px;
	height:auto !important;
		border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;

	}
.mobile-nav{
	display:none;
	}
#default-menu{
	display:none;
	}


.slicknav_menu {
	display:none;
}


/*header_box*/
.header_box {
	margin:80px auto 0px auto;
	text-align:center;
	background-color:#005800;
	color:#fff;
	width:100%;
	max-width:980px;
	box-sizing:border-box;
	padding:20px 0px;
}

.header_box .title_member{
	display:table;
	text-align:center;
	max-width:800px;
	width:100%;
	margin:30px auto 0px auto;
}

.header_box .title_member_area{
	display:table-cell;
	text-align:center;
}

.header_box .title_member_area .title_img {
	width:50%;
	margin:0px auto 5px auto;
}

.header_box .title_1 {
	font-size:1.2em;
	margin-bottom:20px;
}


.header_box .title_2 {
	font-size:2.8em;
	margin-bottom:30px;
}

#contents {
	width:100%;
	max-width:540px;
}

.info {
	padding:20px 20px 0px 20px;
	box-sizing:border-box;
}


.block_area {
	margin-bottom:20px;
	line-height:180%;
	padding:0px 20px;
}



.block_area .img_area {
	float:left;
	margin-right:10px;
}



.block_area .unit_1 {
	display:block;
	font-size:0.9em;
}
.block_area .unit_title{
	display:block;
	font-size:1.2em;
}
.block_area .unit_sub{
	display:block;
	font-weight:normal;
}

/*btn_box*/
.btn_box {
	margin-bottom:45px;
}


.btn_box .presented {
	text-align:center;
}

.btn_box .presented img {
	width:50%;
}

.btn_box ul {
	display:table;
	width:100%;
	max-width:340px;
	margin:5px auto;
	border-collapse: separate;
    border-spacing: 5px 0;
}

.btn_box ul li {
	display:table-cell;
	width:50%;
	text-align:center;
}

.btn_box ul li img {
	width:140px;
}

/*btn_box*/



/*section*/

section#post_title {
	margin:15px auto;
	word-break:break-all;
}



/*footer*/


footer {
	width:100%;
/*max-width:980px;*/
padding-top:20px;
padding-bottom:20px;
margin:0 auto ;
background-color:#f9f9f9;
}

footer #sns_box {

text-align: center;
overflow: hidden;
position: relative;
}
footer .sns a {
color: #FFFFFF;
display: block;
}
footer #sns_box ul {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 50%;
list-style: none;
}
footer #sns_box ul li {
float: left;
margin-right: 5px;
padding: 5px;
position: relative;
left: -50%;
}
footer #sns_box ul li:last-child {
	margin-right:0px;
}
footer #sns_box ul li a {
	box-sizing:border-box;
background-color: #005900;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding-top: 6px;
padding-left:1px;
color: #ffffff;
float: left;
}
footer #sns_box ul li a:hover {
color: #005900;
background-color: #fff;
}
address {
font-style: normal;
font-size: 0.9em;
text-align:center;
margin-top:25px;
}

/*footer*/

/*page-top*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 99999;
}
#page-top a {
	background: #005900;
	text-decoration: none;
	color: #fff;
	width: 35px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#page-top a:hover {
color: #000000;
background-color: #fff;
}


/*pager*/

#pager {
text-align: center;
margin-bottom: 25px;
margin-top: 25px;
line-height:3.5em;
border-bottom:1px solid #ccc;
}
#pager a {

}
#pager a:hover {
color: #000000;
background-color: #f9f9f9;
}

.current_page {	
border-radius: 50%;
    height: 200px;
    width: 200px;
	padding:5px;
}


#pager a.link_page {
	color:#ccc;
	padding:5px;
	box-sizing:border-box;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding:8px 14px;
}


#pager a:hover {
	color:#000000;
	background-color:#fff;
}


.next_page a,.before_page a {
	box-sizing:border-box;
background-color: #ccc;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
color: #ffffff;
padding:8px 14px;
}

.plist {
margin:10px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.next_page a,.before_page a {
padding:8px 13px;
 }
 #pager a.link_page {
	 padding:8px 13px;
 }
}



/*pager*/

/*pagenate*/

.pagenate {
	font-size:1.0em;
	padding:10px 55px;
	margin:20px auto;
	width:100%;
	max-width:980px;
	box-sizing:border-box;
}

.pagenate p.pre {
	float:left;
	margin-top:-15px;
	width:60px;
	text-align:center;
}

.pagenate p.next {
	float:right;
	margin-top:-15px;
	width:60px;
	text-align:center;
}

.pagenate a {
color: #fff;
background-color: #005800;
box-sizing:border-box;
padding: 10px 20px;
 white-space:nowrap;
 text-decoration:none;
}

.pagenate a:hover {
	color: #fff;
background-color: #46780A;
}
/*pagenate*/

/*video-container*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*video-container*/







@media screen and (max-width: 1045px) {

#bxslider .catch_text {
	left:10%;
	font-size:1.6em;
	top:45%;
}
}

@media screen and (max-width: 930px) {

section#detail .feature_box {
	width:50%;
}
section#information .info_top_box {
	padding:40px 40px;
}

section#voice .voice_box .voice_detail .voice_name {
	padding-top:10px;
	font-size:1.2em;

}

section#voice .voice_box .voice_detail .voice_info {
	font-size:1.0em;
}

section#detail_top .tokei img {
	width:80px;
}

}


@media screen and (max-width: 780px) {
#header {
	 padding-top:5px;
	 padding-bottom:5px;
	 padding-left:5px;
}

ul.menu li.pc_none {
	display:block;
}

#header .logo {
	width:150px;
}

.js #menu-headnav {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

#mobile-menu.fixed {
	position:fixed;
	top:0;
	z-index:99988;
}

#mobile-menu .slicknav_menu{
	padding-top:5px;
	line-height:2;
	position:fixed;
	/*width:100%;*/
	right:0;
	z-index:99988;
}

#mobile-menu .slicknav_btn {
	background:#005800;
}

#mobile-menu .slicknav_nav {
	background-color:rgba(0, 88, 0, 0.8);
}

#mobile-menu .slicknav_nav .slicknav_row:hover {
	background-color:#005800;
    color:#fff;
	text-decoration:none;
}
#mobile-menu .slicknav_nav a:hover{
	background-color:#005800;
    color:#fff;
	text-decoration:none;
}

.header-box{
	width:auto;
}

#header .logo{
	float:none;
	text-align:center;
	padding:5px 0;
	margin-left:5px;
	/*margin:0px auto;*/
}

.default{
	display:block;
	margin-top:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#bxslider div.be_box {
	/*padding-top:80px;*/
}


section#detail .feature_box,section#service .service_box,section#member .member_box,section#info_post .info_post_box,section#voice .voice_box{
	width:50%;
}

section#information .information_box time {
	display:block;
}

#bxslider div.left_area {
	float:none;
	width:100%;
	text-align:center;
	padding-left:0px;
}

#bxslider div.right_area {
	float:none;
	width:100%;
	padding-right:0px;
	text-align:center;
}
#bxslider div.right_area .catch_img {
	margin:0 auto 15px auto;
	width:250px;
	text-align:center;
}

#bxslider .catch_txt{
	padding:60px 10px 0px 10px;
}

section#faq_info {
	padding:0px 20px;
}

section#faq_info ul.faq_ul li a{
	width:100%;
}


.login{
	display:none;
}

/*btn_box_half*/

.btn_box_half_area {
	float:none;
	width:100%;
	padding:20px 0px;
}

.btn_box_half .btn_box_half_area .title_link_p, .btn_box_half .btn_box_half_area .title_link_m {
	margin-top:15px;
}

.btn_box_half .btn_box_half_area ul.first {
	max-width:340px;
	margin:0 auto;
	text-align:center;
}

.btn_box_half .btn_box_half_area ul.second {
	margin:0px auto;
}

.btn_box_half .btn_box_half_area ul li img{
	width:100px;
}
/*btn_box_falf*/

#aboutimg {

}

.about_top_box {
	padding:0px 20px;
}

.about_top_box h2.about_catch {
	padding-top:100px;
}

.about_catch2 {
	padding-top:30px;
	font-size:1.6em;
}

section#member .story .story_catch2 {
	padding-top:20px;
	font-size:1.6em;
}

section#member .story .story_catch3 {
	font-size:1.0em;
	text-align:left;
}

#bxslider .catch_text {
	left:10%;
}


section#service .service_box {
	padding:10px;
}

section#detail_top p.mark_p {
	left:auto;
	padding:15px 5px 5px 5px;
	position:relative;
	bottom:auto;

}

section#detail_top p.mark_m {
		right:auto;
	padding:5px;
position:relative;
	bottom:auto;
}

section#voice .voice_box {
	padding:15px 20px;
}

}

@media screen and (max-width: 720px) {

section#detail_top .detail_img {
	margin-bottom:5px;
}

#bxslider .catch_text {
	left:5%;
	font-size:1.4em;
}

section#voice .voice_box .voice_detail .voice_name {
	padding-top:10px;
	padding-bottom:5px;
	font-size:1.2em;
}

section#voice .voice_box .voice_detail .voice_img {

	margin-right:10px;
}


}


@media screen and (max-width: 620px) {
	section#detail .feature_box {
	width:100%;
}

section#detail .feature_box p {
	min-height:auto;
}

section#detail_top .tokei img {
	width:50px;
	box-sizing:border-box;
	padding:55px 0px 0px 0px;
}

section#detail h2 {
	font-size:1.8em;
	margin-bottom:10px;
	margin-top:10px;
}

section#detail .whats_catch {
	font-size:1.0em;
	padding:0px 20px;
}

section#detail .service_title {
	width:120px;
}

#bxslider .catch_text {
	font-size:1.2em;
	text-shadow:none;
}

section#detail_top .tokei {


}

section#voice .voice_box {
	float:none;
	width:100%;
}

section#service .service_box {
	width:100%;
	padding:10px;
}



section#voice .voice_box:nth-child(2n) {
	border-right:none;
}

section#partner ul li {
	width:50%;
}


table.type_price {
	min-width:600px;
	font-size:0.9em;
}
table.type_price tr th, table.type_price tr td {
	padding:5px;
}

table.type_price .yen {
	font-size:1.4em;
}

/*section#service h2,section#partner h2,section#contact h2,section#app_info h2,section#member h2,section#faq_info h2,section#toefl h2,section#detail_top h2,section#price h2,section#voice h2,section#information h2 {
	font-size:1.8em;
	margin-top:0px;
	margin-bottom:0px;
}*/

section#info_post h2 {
	font-size:1.8em;
	margin-top:40px;
	margin-bottom:0px;
}

section#information_inner h2 {
	font-size:1.8em;
	padding:0px 20px;
}


.btn_box_half .btn_box_half_area .title img {
	width:40%;
}

}

@media screen and (max-width: 580px) {
body {
		font-size: 1.2em;
}

.header_box {
	margin:60px auto 0px auto;
}

section#detail .feature_box,section#service ,section#member .member_box,section#info_post .info_post_box{
	width:100%;
}
section#detail .service_title {
margin-top:10px;
}
section#member .member_box {
	padding:0px 20px 10px 20px;
	box-sizing:border-box;
}
section#information .information_box {
	padding:20px 20px 0px 20px;
}

section#app_info .app_top_txt {
		padding:20px;
}

section .detail_box {
		padding:20px;
}

section .toefl_box,section .comic_box {
	padding:20px;
}

section#information_inner .information_box {
	padding:20px 20px 0px 20px;
}

section#toefl .toefl_top_txt{
	padding:20px 10px 0px 10px;
}

table.type_1 tr th,table.type_1 tr td {
	float:left;
	padding:5px 10px;
	width:100%;
	box-sizing:border-box;
	border-top:none;
	border-bottom:none;
}


table.type_1 tr th {
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	color:rgb(102,0,0);

}

table.type_1 tr {
	border-bottom:1px dashed #ccc;
}

table.type_1 tr th:first-child {
	border-top:none;
}



section .half_box .half_txt,section .half_box .half_img {
	float:none;
	width:100%;
}

section .half_box .half_txt {
	padding:20px;
}

section .float_two_box {
}

section .float_two_box p{
	display:block;
	width:100%;
	margin-bottom:20px;
}

section#detail_top p.detail_half_txt {
	width:100%;
	float:none;
	font-size: 0.9em;
	margin-bottom: 0px;
}

section#detail_top p.detail_half_txt img {
	width: 15px;
}

section#detail_top .detail_arrow_img {
	margin: 5px auto;
}

section#detail_top .detail_half_txt:nth-of-type(1) {
	/*border-right:none;
	border-bottom:1px solid #f9f9f9;
	padding-left: 10px;*/
}

section#detail_top .detail_half_txt:nth-of-type(2) {

}

section#information .info_top_box {
	padding:10px;
}

section#member .story .story_catch{
	font-size:1.8em;
}

.about_top_box h2.about_catch {
	font-size:1.8em;
}

section#member h2 {
	font-size:1.8em;
}

section#member .story h3,section#member .vision h3{
	margin-top:35px;
}

section#detail_top .detail_top_box ul li img,section#detail_top .detail_top_box_second ul li img{
	width:90%;
}

section#detail_top .detail_top_box ul li img.under,section#detail_top .detail_top_box_second ul li img.under{
	width:50%;
}

#bxslider .catch_text {
	font-size:0.9em;
	top:50%;
}

section#information .information_box .info_title,section#information_inner .information_box .info_title {
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
}

.btn_box_half .btn_box_half_area ul.first {
width:70%;
}

.tright {
	text-align:left;
	white-space:nowrap;
	padding-left:5px;
}

}