@charset "utf-8";
/*
Theme Name: eisokukou LP
Version: 1.0.0
*/

@import url('reset.css');

* {
	padding: 0;
	margin: 0;
	outline: none;
	text-align:justify;
}

html {
	border: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #111;
	cursor: default;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
	line-height: 1.8;
	word-wrap: break-word;	
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

p {
	line-height: 1.8;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
a {overflow:hidden;}
a:link { color: #003686; text-decoration: none;}
a:visited { color: #003686; text-decoration: none;}
a:active { color: #003686; text-decoration: underline; outline: none;}
a:hover { color: #3A5298; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
  flex-shrink: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 17px; font-size: 1.7rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* ========================================================
header
===================================================== */
#header {
  background-color: #fff;
  border-bottom: 5px solid #0068B7;
	width: 100%;
	position: relative;
	margin: 0 auto;
  z-index: 99;
}
.header-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1200px;
  width: 100%;
	margin: 0 auto;
	padding: 5px 20px;
  position: relative;
}

.header-logo img {
  height: 72px;
}

.gnav {
  margin-left: auto;
  margin-right: 0;
}
#gnav-global {
  font-size: 13px;font-size: 1.3rem;
	margin: 0;
}
#gnav-global ul.gnav-global-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
#gnav-global ul.gnav-global-list li {
  position: relative;
}
#gnav-global ul li a {
	color: #333;
	display: block;
	padding: 10px;
}
#gnav-global ul li a:hover {
	color: #999;
	text-decoration: none;
}
#gnav-global ul li ul li {
	display: inline-block;
	position: relative;
	left: 0;
}
#gnav-global ul li ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
#gnav-global ul li ul li {
	display: block;
}
#gnav-global ul li ul li:last-child {
	border-bottom: none;
}
#gnav-global ul li ul a {
	display: block;
	font-size: 12px;font-size: 1.2rem;
	color: #fff;
	background: #0093db;
	text-align: left;
	padding: 10px;
}
#gnav-global ul li ul a:hover {
	color: #fff;
	background-color: #0b76c0;
}
#gnav-global ul li ul li.ul02 a {
	padding-left: 1.5em;
}
#gnav-global ul li ul li.ul03 a {
	padding-left: 3em;
}
.mean-container .mean-nav ul li.ul02 a {
	padding-left: 4em;
}
.mean-container .mean-nav ul li.ul03 a {
	padding-left: 6em;
}
#gnav-global .headNavi {
	position: absolute;
	top: 15px;
	right: 0;
}
#gnav-global .headNavi li {
	left: 0;
}

.header-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}

.header-contact-list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.header-contact-list__form {
  background-color: #EA5514;
  font-size: 15px;font-size: 1.5rem;
  color: #FFF;
  margin-right: 15px;
}
.header-contact-list__form a {
  color: #FFF;
  display: block;
  padding: 2px 10px 4px;
  font-weight: 700;
}
.header-contact-list__tel {
  font-size: 26px;font-size: 2.6rem;
  font-weight: 700;
}
.header-contact-list__tel a {
  color: #333;
}
.header-contact-list__tel:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icon_tel.png);
  content: "";
  display: inline-block;
  margin-right: 2px;
  margin-top: -3px;
  vertical-align: middle;
  height: 21px;
  width: 16px;
}
/* ========================================================
footer
===================================================== */
#footer {
  border-top: 1px solid #0068B7;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 20px;
}

/* ========================================================
content
===================================================== */
/* ======= home ======= */
/* Masthead ---------- */
.main-img-wrapper {
  width: 100%;
  background-color: #003686;
}
.main-img-inner {
  text-align: center;
	position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.main-img-inner::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	padding-bottom: 40%;
}
.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-btn {
  position: absolute;
  top: 10px;
  left: 43%;
  width: 16%;
  z-index: 2;
}
.main-img__sp {
	display: none;
	position: relative;
}
.mainSp {
	display: none;
}

.section {
	padding: 60px 0;
}
.section-inner {
	max-width: 1000px;
  width: 100%;
	margin: 0 auto;
}
.section-bg__gray {
	background: #F4F5F2;
}
.section-bg__blue {
	background: #E7E8F3;
}

.section-step {
  background-image: url(../images/step_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  background-color: #f4f4f2;
}

.menu-1 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
}
.menu-1-btn {
  width: 30.3333%;
  margin: 0 1.5% 4% 1.5%;
  padding: 0;
  background: linear-gradient(180deg, #3A5298 0%, #3A5298 50%, #003686 50%, #003686 100%);
  display: flex;
  color: #fff;
  text-align: center;
}
.menu-1-btn a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 10px 30px 10px 25px;
  font-weight: 700;
  position: relative;
}
.menu-1-btn a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.menu-1-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.step-lead {
  font-size: 34px; font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #003686;
  margin: 0 auto .8em;
  padding-bottom: .3em;
  display: table;
}
.step-lead-2 {
  margin-bottom: 1em;
  text-align: center;
}

.dot-red {
  position: relative;
}
.dot-red::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #EDA29A;
  left: 50%;
  margin-left: -4px;
  top: -6px;
}
.marker-red {
background: linear-gradient(transparent 70%, #F3D6C9 0%);
}
.marker-green {
background: linear-gradient(transparent 70%, #C8E5E7 0%);
}
.marker-yellow {
background: linear-gradient(transparent 70%, #FFF100 0%);
}
.marker-purple {
background: linear-gradient(transparent 70%, #C3C5E0 0%);
}
.marker-orange {
background: linear-gradient(transparent 70%, #FCE1CE 0%);
}

.col-2.step-teacher {
  background-image: url(../images/step_name_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  width: 32%;
  padding: 1% 5%;
}
.step-teacher-name {
  font-size: 16px; font-size: 1.6rem;
  text-align: center;
}
.step-teacher-link {
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}
.step-teacher-link a {
  color: #003686;
  position: relative;
  padding-right: 15px;
}
.step-teacher-link a::before {
  content: "";
  border-top: 5px solid #003686;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 36%;
}
.step-teacher-link a:hover {
  text-decoration: none;
  opacity: .7;
}

.grammar-lead {
  font-size: 34px; font-size: 3.4rem;
  line-height: 1.8;
  text-align: center;
  margin: 1em auto .8em;
  display: table;
  letter-spacing: .08em;
}
.grammar-lead-2 {
  font-size: 17px; font-size: 1.7rem;
  line-height: 1.8;
  text-align: left;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.tab-menu {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.tab li {
  float: left;
  margin: 20px 0 0 0;
  cursor: pointer;
  list-style: none;
  width: 33.333%;
  padding: 2% 2%;
}

.tab li img{
  transition:  0.3s ease-out;
}
.tab li img:hover{
  opacity: .7;
}
.area {
  margin-top: 10px;
}
.area div {
  display: none;
}
.area div.show {
  display: table;
  background-color: #E7E8F3;
  border-radius: 5px;
  border: 1px solid #003686;
  padding: 30px 30px 15px 30px;
  position: relative;
}
.menu-red .area div.show {
  background-color: #FEF4EC;
  border: 1px solid #EA5514;
}

.area div.show::before {
  content: "";
  background-image: url(../images/area_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 38px;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 14%;
}
.menu-red .area div.show::before {
  background-image: url(../images/area_arrow_2.png);
}

.area div.show.area-2::before {
  left: 47.5%;
}
.area div.show.area-3::before {
  left: 81%;
}
.area-col {
  display: table;
}
.area-p {
  width: 54%;
}
.area div.show p {
  font-size: 16px; font-size: 1.6rem;
  margin-bottom: .8em;
  line-height: 1.6;
  display: table-cell;
  vertical-align: top;
}


.teacher-col {
  max-width: 820px;
  width: 100%;
  margin: 2em auto;
}
.teacher-head {
  padding: 2em 1.5% 0;
}
.col-2.teacher-col--txt {
  width: 65%;
}
.col-2.teacher-col--photo {
  width: 35%;
}
.teacher-col--name {
  font-size: 28px; font-size: 2.8rem;
  letter-spacing: .3em;
  border-bottom: 1px solid #828282;
  padding-bottom: .2em;
  margin-bottom: .3em;
}
.teacher-col--en {
  font-size: 15px; font-size: 1.5rem;
  letter-spacing: .3em;
  display: block;
}
.order-1 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.order-2 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}

.lesson-col {
  background-color: #EDEDEE;
  border-radius: 10px;
  padding: 40px;
  margin: 0 auto 1em;
  max-width: 820px;
  width: 100%;
}
.lesson-lead {
  font-size: 20px; font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}
.lesson-lead b {
  font-size: 30px; font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
}
.lesson-lead-2 {
  font-size: 30px; font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.lesson-lead-2 b {
  font-size: 40px; font-size: 4.0rem;
  line-height: 1.5;
  text-align: center;
}
.lesson-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lesson-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003686;
  color: #fff;
  width: 30%;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  margin: 1% 1% 0 0;
}
.lesson-table dd {
  font-size: 15px; font-size: 1.5rem;
  width: 70%;
  padding: 15px;
  background-color: #fff;
  margin: 1% 0 0 0;
}
.lesson-table--head {
  color: #003686;
  font-weight: bold;
}
.lesson-table--price {
  font-weight: bold;
}

.flow-col {
  background-color: #fff;
  max-width: 820px;
  width: 100%;
  margin: 3em auto 2em;
  position: relative;
}
.flow-col.arrow::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 18px solid transparent;
  border-top: 18px solid #003686;
  margin-left: -9px;
}
.flow-head {
  background-color: #003686;
  color: #fff;
  font-size: 26px; font-size: 2.6rem;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 20px 10px 0;
  line-height: 1.6;
  position: relative;
}
.flow-head span {
  display: inline-block;
  background: #fff;
  margin: 10px 15px 10px 10px;
  width: 1.8em;
  color: #003686;
  text-align: center;
  float: left;
}
.flow-head div {
  overflow: hidden;
  margin-top: .4em;
}
.flow-col-inner {
  padding: 20px;
}
.flow-col-inner p {
  margin-bottom: .6em;
}

.contact-col {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.contact-lead {
  font-size: 34px; font-size: 3.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 1em;
}
.contact-lead b {
  font-size: 44px; font-size: 4.4rem;
  line-height: 1.5;
  text-align: center;
}
.contact-head {
  font-size: 36px; font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  padding: .5em 1em;
  background-color: #EA5514;
  color: #fff;
  text-align: center;
}
.contact-head--2 {
  font-size: 34px; font-size: 3.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: .5em 1em;
  margin: 1em 0 .5em;
  text-align: center;
}
ol.contact-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 20px 40px;
  background: #FCE4D3;
}
ol.contact-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.contact-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #EA5514;
  color: white;
  font-weight:bold;
	font-size: 14px; font-size: 1.4rem;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.contact-footer {
  margin-top: 20px;
}
.contact-footer-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 20px;
}
.contact-footer-list__tel a {
  position: relative;
}
.contact-footer-list__tel a::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icon_tel.png);
  content: "";
  display: inline-block;
  margin-right: 2px;
  margin-top: -3px;
  vertical-align: middle;
  height: 33px;
  width: 25px;
}
.contact-footer-list__form {
  font-size: 35px;font-size: 3.5rem;
  font-weight: 700;
  background-color: #DCDDDD;
  padding: 1em .8em;
  width: 50%;
  text-align: center;
}
.contact-footer-list__txt{
  text-align: center;
  font-size: 25px;font-size: 2.5rem;
  margin-bottom: .5em;
}
.contact-footer-list__tel {
  font-size: 35px;font-size: 3.5rem;
  font-weight: 700;
  background-color: #DCDDDD;
  margin-right: 30px;
  padding: 1em .8em;
  width: 50%;
  text-align: center;
}
.contact-footer-list__tel a {
  color: #EA5514;
}
.contact-footer-list__tel a:hover {
  opacity: .7;
  text-decoration: none;
}
a.contact-footer-btn {
  font-size: 25px;font-size: 2.5rem;
  background-color: #EA5514;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: .5em;
}
a.contact-footer-btn:hover {
  opacity: .7;
  text-decoration: none;
}

.voice-col {
  max-width: 900px;
  width: 100%;
  margin: 1em auto 0;
}
.voice-col-inner {
  background-color: #fff;
  border: 1px solid #003686;
  padding: 20px;
  overflow: hidden;
}
.voice-col-inner dt {
  font-size: 22px;font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .5em;
  line-height: 1.5;
  position: relative;
}
.voice-col-inner dd {
  font-size: 16px;font-size: 1.6rem;
  line-height: 1.6;
}
.voice-img {
  float: right;
  width: 22%;
  margin: 0 0 20px 20px;
}
.voice-name {
  text-align: right;
  margin-top: 1em;
}


.faq-col {
  max-width: 900px;
  width: 100%;
  margin: 1em auto 0;
}
.faq-col-inner {
  background-color: #F1F1F1;
  padding: 20px;
  margin: 1em auto 0;
}
.faq-col-inner dt {
  font-size: 22px;font-size: 2.2rem;
  font-weight: 500;
  color: #003686;
  position: relative;
  line-height: 1.3;
  margin-bottom: .2em;
  padding-left: 2em;
  padding-right: 3em;
}
.faq-col-inner dt::before {
  content: "Q.";
  font-size: 35px;font-size: 3.5rem;
  font-weight: 700;
  margin-right: 10px;
  position: absolute;
  top: -15px;
  left: 0;
}
.faq-col-inner dd {
  display: none;
  padding-top: .5em;
}
.accordion-icon {
	width: 24px;
	height: 24px;
	background-color: #003686;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	border-radius: 100%;
}
.accordion-icon:before {
display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 16px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.accordion-icon::after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 2px; 
	background-color: #fff;
	transition: .3s;
}
.faq-col-inner dt.open .accordion-icon::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.faq-col-inner dt.open .accordion-icon::after{
	background-color: transparent;
}


.border-top {
  border-top: 1px solid #003686;
}

.img-r {
  float: right;
  padding: 0 0 15px 30px;
}

.txt-green-l {
  color: #0068B7;
  font-size: 34px; font-size: 3.4rem;
}
.txt-1 {
  margin-bottom: .8em;
}
.txt-2 {
  font-size: 17px; font-size: 1.7rem;
}


.btn-youtube {
  width: 92px;
  height: auto;
  margin: 30px auto;
  display: table;
}

/* ----------------------------------------------- */
.heading-lv1 {
  font-size: 38px; font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background-color: #003686;
  text-align: center;
  padding: .5em 1em .5em;
  letter-spacing: .5em;
}
.heading-lv1 span {
  display: block;
  font-size: 36px; font-size: 3.6rem;
  font-weight: normal;
  color: #526589;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0;
}

.heading-lv1--2 {
  font-size: 38px; font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 .1em 0;
  letter-spacing: .2em;
  border-bottom: 5px solid #003686;
  margin: 0 auto 1em;
  display: table;
}

.heading-lv2 {
  font-size: 32px; font-size: 3.2rem;
  color: #003686;
  line-height: 1.4;
  padding-bottom: .8em;
  text-align: center;
}
.heading-lv2--2 {
  font-size: 20px; font-size: 2.0rem;
  line-height: 1.4;
  background-color: #636262;
  color: #fff;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: auto;
  padding: 10px;
}
.heading-lv2--3 {
  font-size: 20px; font-size: 2.0rem;
  line-height: 1.4;
  background-color: #E6E6E6;
  color: #231815;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: auto;
  padding: 10px;
}

.btn-1 {
  margin: 2em auto;
  text-align: center;
}
.btn-1 a {
  background-color: #003686;
  color: #fff;
  font-size: 20px; font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 4em;
  text-align: center;
  position: relative;
}
.btn-1 a:hover {
  opacity: .7;
  text-decoration: none;
}
.btn-1 a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 55px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
}
.btn-2 {
  margin: 2em auto;
  text-align: center;
}
.btn-2 a {
  background-color: #e70012;
  color: #fff;
  font-size: 20px; font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 3em;
  text-align: center;
  position: relative;
}
.btn-2 a:hover {
  opacity: .7;
  text-decoration: none;
}
.btn-2 a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
}

/* 下層タイトル ----------------------- */
.main-heading-set {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/main_movie.jpg);
  min-height: 210px;
  position: relative;
}
.main-heading {
  font-size: 40px; font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: .2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* 動画一覧 ----------------------- */
.video {
  padding: 5px 2% 0px;
  border: 1px solid #ccc;
}

.video .video-title-out {
  height: 7rem;
  display: table;
  width: 100%;
}
.video .video-title-inn {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
  text-align: center;
}
/* ページネーション ----------------------- */
#contents-pager {
  margin: 50px 0;
  list-style: none;
  text-align: center;
}
#contents-pager li {
	margin: 5px;
  display: inline;
}
#contents-pager li a {
  color: #868687;
	padding: 10px;
}
#contents-pager li.fix a {
  color: #4A6F9B;
	font-weight: 600;
}
.none {
  display: none;
}

/* ========================================================
common
===================================================== */
.col-wrap {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.col-wrap.col-wrap--left {
	justify-content: left;
}
.col-1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5%;
}
.col-2 {
	width: 50%;
	padding: 1.5%;
}
.col-3 {
	width: calc((100% / 3) - .01px);
	padding: 4% 1.5% 0;
}
.col-4 {
	width: 25%;
	padding: 10px;
}

.col-2.img-r-p0 {
  padding-right: 0;
}
.col-2.img-l-p0 {
  padding-left: 0;
}

/* table */
.table-1 {
  font-size: 18px; font-size: 1.8rem;
  border-top: 1px solid #C6C6C6;
	margin-bottom: 40px;
	width: 100%;
}
.table-1 th {
	border-bottom: 1px solid #C6C6C6;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	text-align: left;
	vertical-align: top;
	background-color: #003686;
}
.table-1 td {
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 10px 10px 20px;
}


/* list */
.list-1 {
	font-size: 16px; font-size: 1.6rem;
	list-style: disc;
  line-height: 1.4;
  margin-top: .5em;
}
.list-1 li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: .8em;
}
.list-1 li:before {
  content: "ー";
  margin-right: 5px;
}

dl.dlinfo-1 {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
dl.dlinfo-1 dt {
	float: left;
	padding: 5px 0;
	width: 10em;
}
dl.dlinfo-1 dd {
	padding: 5px 10px 5px 0;
}
dl.dlinfo-1 dd a,
dl.dlinfo-1 dd a:visited,
dl.dlinfo-1 dd a:active {
	color: #000000;
	text-decoration: underline;
}
dl.dlinfo-1 a:hover {
	color: #999999;
	text-decoration: none;
}


/* etc */
.mar-btm0 {margin-bottom: 0!important;}
.mar-btm5 {margin-bottom: 5px!important;}
.mar-btm10 {margin-bottom: 10px!important;}
.mar-btm20 {margin-bottom: 20px!important;}
.mar-btm30 {margin-bottom: 30px!important;}
.mar-btm40 {margin-bottom: 40px!important;}
.mar-btm50 {margin-bottom: 50px!important;}
.mar-btm60 {margin-bottom: 60px!important;}
.mar-btm80 {margin-bottom: 80px!important;}

.center {
	text-align: center!important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

figure img {
	margin-bottom: 10px;
}
figure figcaption {
	font-size: 14px; font-size: 1.4rem;
  line-height: 1.3;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.imgCenetr {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.red {
	color: #C00;
}
.blue {
  color: #00a0d8;
}

.txt-s {font-size: 13px; font-size: 1.3rem;}
.txt-l {font-size: 20px; font-size: 2.0rem;}
.txt-b {font-weight: 700;}

.nowrap {
	white-space: nowrap;
}

iframe[src^="http://www.youtube.com/"],
iframe[src^="https://www.youtube.com/"],
iframe[src^="https://www.google.com/maps/"]  {
  max-width: 100%;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}

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

@media only screen and (max-width: 1020px) {
.menu-box ul {
  display: none;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
  background-color: #cecece;
}
.btn-trigger span {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 10px;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 10px;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#gnav-global ul.gnav-global-list {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.6);

}
#gnav-global ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

#header {
  position: fixed;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08);
  top: 0;
  height: 80px;
}
.header-contact {
  display: none;
}
.header-logo {
  z-index: 100;
  padding: 10px 0;
}
.header-logo img {
    width: 200px;
    height: 45px;
}

#footer #gnav-global {
  display: none;
}

.mean-nav .mask {
	background: rgba(0,0,0,.6);
	top: 74px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section {
  padding: 50px 20px;
}

#main {
  padding-top: 80px;
}

.fnav-global {
  display: none;
}

.section-step {
  background-size: contain;
}
.step-lead {
  font-size: 26px;
  font-size: 2.6rem;
}
.step-lead-2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.col-3 {
  width: calc((94% / 3) - .01px);
  margin: 0 1%;
}

}

@media only screen and (max-width: 800px) {
.pc-show {
  display: none!important;
}
.sp-show {
  display: block!important;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

.main-img-inner::before {
  padding-bottom: 105%;
}
.main-btn {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 25%;
  z-index: 2;
}

.menu-1 {
  display: block;
}
.menu-1-btn {
  width: 100%;
  margin: 0 2% 2% 0;
  display: block;
}
.menu-1-btn a {
  padding: 10px 40px 10px 40px;
  text-align: left;
}

.section-step {
  background-image: none;
}
.step-teacher-col {
  display: none;
}

.video {
  width: 94%;
  /*padding-top: 56.25%;*/
  margin: 0 auto 20px auto;
  position: relative;
}
.video iframe {
  /*position: absolute;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.area-p {
  width: 100%;
}
.area div.show p {
  display: block;
}
.img-r {
  float: none;
  padding: 10px 0 0px 0;
  margin: 0 auto;
  text-align: center;
}

.grammar-lead {
  font-size: 30px;
  font-size: 3.0rem;
}
.flow-head {
  font-size: 22px;
  font-size: 2.2rem;
}
.contact-lead {
  font-size: 26px;
  font-size: 2.6rem;
}
.contact-lead b {
  font-size: 36px;
  font-size: 3.6rem;
}
.lesson-lead-2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.teacher-col--name,
.teacher-col--en {
  text-align: center;
}
.teacher-head {
  margin-bottom: 1em;
}
.col-2.teacher-col--photo {
  width: 80%;
  margin: 0 auto;
}
.col-2.teacher-col--txt {
  width: 100%;
}
.order-1 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.order-2 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.lesson-table {
  display: block;
}
.lesson-table dt {
  display: block;
  width: 100%;
}
.lesson-table dd {
  width: 100%;
  margin: 1% 0 1em 0;
}

.lesson-col { 
  padding: 20px 20px 10px;
}
.lesson-col .heading-lv2 {
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.lesson-table-col {
  display: none;
}
.accordion-icon-1 {
	width: 24px;
	height: 24px;
	background-color: #003686;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	border-radius: 100%;
}
.accordion-icon-1:before {
  display: block;
	content: "";
	position: absolute;
	top:40%; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
	transition: .2s;
}
.lesson-col .heading-lv2.open .accordion-icon-1::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
  top: -30%;
}

.flow-col-inner .txt-l {
  text-align: center;
}
.accordion-icon-2 {
	width: 24px;
	height: 24px;
	background-color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	border-radius: 100%;
}
.accordion-icon-2:before {
display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 16px;
	height: 2px;
	background-color: #003686;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.accordion-icon-2::after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 2px; 
	background-color: #003686;
	transition: .3s;
}
.flow-head.open .accordion-icon-2::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.flow-head.open .accordion-icon-2::after{
	background-color: transparent;
}
.flow-col-inner {
  display: none;
}

.voice-col-inner dd {
  display: none;
}
.voice-col-inner dt {
  padding: 0 50px 0 0 ;
}
.voice-col-inner .accordion-icon-1 {
  right: 0;
  left: inherit;
}
.voice-col-inner dt.open .accordion-icon-1::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
  top: -30%;
}

.heading-lv1 {
  font-size: 28px;
  font-size: 2.8rem;
}
.heading-lv1--2 {
  font-size: 28px;
  font-size: 2.8rem;
}
.heading-lv1--2 span {
  font-size: 45px;
  font-size: 4.5rem;
}
.step-lead{
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 1.5em;
}

.nav-local-list li a {
  padding: 5px;
}
.nav-local-list li {
  width: 48%;
  margin: 0 1% 2%;
}

.col-wrap.col-wrap--left {
  justify-content: center;
}
/* .col-1 {
  padding: 4%;
} */
.col-2 {
	width: 100%;
}
.col-3 {
	width: 90%;
}
.col3-warp .col-3 {
	padding: 4%;
}
.col3-warp .col-3:nth-child(1) {
	padding: 4%;
}
.col3-warp .col-3:nth-child(3) {
	padding: 4%;
}

.contents-header__heading {
  font-size: 30px;font-size: 3.0rem;
}
.contents-header__heading div {
  padding: 0 0 .5em 0;
}

.col-2__w460 {
  max-width: 100%;
  margin-bottom: 20px;
}
.col-2.img-l-p0 {
  padding: 0;
}
.col-3:nth-child(1),
.col-3:nth-child(3),
.col-3 {
  margin: 0 0 20px;
  padding: 0;
}

.col-2__w55p {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  width: 100%;
}

.contact-footer-list {
  display: block;
}
.contact-footer-list__form,
.contact-footer-list__tel {
  width: 100%;
  margin: 0 auto 30px;
}

/* table */
.table-1 {
	font-size: 14px;font-size: 1.4rem;
}

p#copyright {
  font-size: 12px;font-size: 1.2rem;
}

#contents-pager {
  margin: 30px 0;
}

.main-heading-set {
  min-height: inherit;
  padding: 50px 30px;
}
.main-heading {
  font-size: 25px; font-size: 2.5rem;
}

}

@media only screen and (max-width: 680px) {
.area div.show::before {
  width: 33px;
  height: 20px;
  top: -20px;
  left: 13%;
}

}

@media only screen and (max-width: 480px) {
#wrapper {
  font-size: 15px;
  font-size: 1.5rem;
}
.heading-lv1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.heading-lv1--2 {
  font-size: 25px;
  font-size: 2.5rem;
}
.txt-green-l {
  font-size: 30px;
  font-size: 3.0rem;
}
.step-lead-2 {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.grammar-lead-2 {
  font-size: 16px;
  font-size: 1.6rem;
}
.grammar-lead {
  font-size: 20px;
  font-size: 2.0rem;
}
.lesson-lead b {
  font-size: 24px;
  font-size: 2.4rem;
}
.heading-lv2 {
  font-size: 28px;
  font-size: 2.8rem;
}
.lesson-lead-2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.lesson-lead-2 b {
  font-size: 32px;
  font-size: 3.2rem;
}
.contact-lead {
  font-size: 20px;
  font-size: 2.0rem;
}
.contact-lead b {
  font-size: 24px;
  font-size: 2.4rem;
}
.contact-head {
  font-size: 30px;
  font-size: 3.0rem;
}
.contact-head--2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.contact-footer-list__txt,
a.contact-footer-btn {
  font-size: 20px;
  font-size: 2.0rem;
}
.contact-footer-list__tel {
  font-size: 26px;
  font-size: 2.6rem;
}
.lesson-lead {
  font-size: 15px;
  font-size: 1.5rem;
}
.flow-head {
  font-size: 18px;
  font-size: 1.8rem;
}
.flow-head div {
  margin-top: .5em;
}
.voice-col-inner dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq-col-inner dt {
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-col-inner dt::before {
  font-size: 25px;
  font-size: 2.5rem;
  top: -7px;
}
ol.contact-list {
  padding: 20px;
}

.contact-footer-list__tel {
  padding: .5em .8em;
}
.voice-img {
  width: 35%;
}
.txt-l {
  font-size: 18px;
  font-size: 1.8rem;
}

.area div.show::before {
  width: 24px;
  height: 14px;
  top: -14px;
  left: 13.5%;
}
.area div.show.area-2::before {
  left: 47%;
}
.area div.show.area-3::before {
  left: 80.5%;
}

.main-heading-set {
  padding: 40px 30px;
}
.main-heading {
  font-size: 22px; font-size: 2.2rem;
}
}

@media only screen and (max-width: 380px) {
.area div.show::before {
  left: 13%;
}
.area div.show.area-2::before {
  left: 46.5%;
}
.area div.show.area-3::before {
  left: 80%;
}

}