@charset "UTF-8";
html, 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;
  font-weight: normal;
}

fieldset, img, object {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

/*＼*/
a {
  outline: none;
  overflow: hidden;
}

body {
  font: 13px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*////// COLOR VARS //////*/
/*////// FONT VARS //////*/
/*//// HELPERS ////*/
.left {
  float: left;
}

.center {
  display: block;
  margin: 0 auto;
}

.txtCenter {
  text-align: center;
}

.lTxt {
  margin-right: 42%;
}

.rTxt {
  margin-left: 42%;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

.mT1em {
  margin-top: 1em !important;
}

.box p {
  margin: 2em 0 0;
}

.box img[class*="img"] {
  width: 42%;
  max-width: 400px;
}

.hrList li {
  display: inline;
}
.hrList li:after {
  content: "/";
  margin: 0 .25em;
}

.inquiryBlock {
  background: #fffdf7;
}
.inquiryBlock ul {
  width: 80%;
  max-width: 600px;
  margin: 40px auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .inquiryBlock ul {
    width: auto;
  }
}
.inquiryBlock li {
  display: inline-block;
  width: 30%;
  font-size: 129%;
  vertical-align: top;
}
.inquiryBlock li a {
  text-decoration: none;
  color: #333;
}
.inquiryBlock li .fa {
  margin-bottom: 10px;
  font-size: 343%;
  color: #8DC21F;
}

/* HEADER */
.tagline {
  position: absolute;
  top: 5;
  left: 0;
  color: #aaa;
  font-size: 72%;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .tagline {
    display: none;
  }
}

.login {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #8DC21F;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  color: #fff;
}
.login:visited {
  color: #fff;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #fff;
  z-index: 2500;
}
.header .innerWrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 5px 10px;
  height: 80px;
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .header .innerWrap {
    height: 120px;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .header .innerWrap {
    height: 30px;
  }
}
.header #logo {
  display: block;
  width: 150px;
  height: 50px;
  background: url(https://d1atgierv9op2.cloudfront.net/images/common/logo-s.png) no-repeat;
  overflow: hidden;
  position: absolute;
  z-index: 2601;
  top: 30px;
  left: 0px;
  line-height: 200px;
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .header #logo {
    top: 0px;
    left: 0px;
    position: static;
    margin: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .header #logo {
    width: 90px;
    padding-top: 30px;
    background-size: contain;
    margin: 0 auto;
    position: static;
  }
}

/*//// NAVS ////*/
.gnav {
  background: #FFF;
  text-align: center;
  z-index: 2600;
  width: 100%;
  position: absolute;
  top: 35px;
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .gnav {
    top: 55px;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .gnav {
    display: none;
  }
}
.gnav li {
  position: relative;
  display: inline-block;
  font-size: 108%;
  vertical-align: top;
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .gnav li {
    width: 30%;
  }
}
.gnav li a {
  display: block;
}
.gnav li > a {
  padding: 1em;
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .gnav li > a {
    padding: .5em;
  }
}
.gnav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 3000;
}
.gnav li ul li {
  width: 160px;
  text-align: left;
  font-size: 93%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.gnav li ul li a {
  padding: 10px;
}

.gnavWrap .gnav {
  position: static !important;
}

.menuBar {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .menuBar {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    height: 30px;
    color: #8DC21F;
    line-height: 30px;
    text-decoration: none;
  }
  .menuBar:hover, .menuBar:visited {
    text-decoration: none;
    color: #8DC21F;
  }
  .menuBar:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 215%;
  }
}

.navInBar {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.navInBar li {
  display: block;
}
.navInBar li a {
  display: block;
  width: auto;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px;
  text-decoration: none;
}

.navFunc {
  position: absolute;
  top: 6px;
  right: 100px;
}
.navFunc li {
  display: inline;
  margin-right: 1em;
  font-size: 93%;
}
.navFunc li:last-child {
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .navFunc {
    display: none;
  }
}

#footer {
  padding-top: 10px 0 0;
}

.last-list {
  margin-bottom: 2em;
}

.fNav a {
  color: #9f9a8b;
  text-decoration: none;
}
.fNav a:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #878170;
}
.fNav dl, .fNav .innerFnav {
  display: inline-block;
  min-width: 23%;
  margin-right: 20px;
  vertical-align: top;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  .fNav dl, .fNav .innerFnav {
    width: 30%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  .fNav dl, .fNav .innerFnav {
    width: 100%;
  }
}
.fNav dl:last-child {
  margin-right: 0;
}
.fNav dt {
  margin-bottom: 10px;
  border-bottom: 1px solid #cdcbc3;
  padding-bottom: 5px;
  color: #938e7d;
}
.fNav .innerFnav {
  float: left;
  width: 150px;
}

#footSec-inner {
  display: block;
  padding: 10px 0;
  text-align: center;
  *zoom: 1;
}
#footSec-inner:before, #footSec-inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#footSec-inner:after {
  clear: both;
}
#footSec-inner #copyright {
  font-size: 86%;
  color: #9f9a8b;
}
#footSec-inner .catch {
  margin: 1em;
  color: #cdcbc3;
  font-family: helvetica,arial,sans-serif;
  font-size: 215%;
  font-weight: bold;
}
* html #footSec-inner {
  display: inline-block;
  height: 1%;
}

.marks {
  clear: both;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
}
.marks li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.social {
  text-align: center;
}
.social li {
  display: inline-block;
  margin: 10px;
}
.social li a {
  color: #80d2e0;
}

/* BUTTONS */
.btnRegi, .pagetop {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  vertical-align: top;
  border-radius: .35em;
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.3);
}
.btnRegi:hover, .pagetop:hover {
  box-shadow: 0 0 1px rgba(30, 30, 30, 0.7) !important;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.gnav li a {
  text-decoration: none;
  color: #279af0;
}
.gnav li a:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-decoration: underline;
  color: #0b64a6;
}

.inquiryBlock, .outerBlock, .reason, .scenes, .plans,
.cases, .updates,
.message, .step, .case, .usercases, .englishPath {
  *zoom: 1;
  width: 100%;
  border-bottom: 1px solid #e4e3df;
  padding-bottom: 30px;
  /* HEADINGS */
}
.inquiryBlock:before, .outerBlock:before, .reason:before, .scenes:before, .plans:before,
.cases:before, .updates:before,
.message:before, .step:before, .case:before, .usercases:before, .englishPath:before, .inquiryBlock:after, .outerBlock:after, .reason:after, .scenes:after, .plans:after,
.cases:after, .updates:after,
.message:after, .step:after, .case:after, .usercases:after, .englishPath:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.inquiryBlock:after, .outerBlock:after, .reason:after, .scenes:after, .plans:after,
.cases:after, .updates:after,
.message:after, .step:after, .case:after, .usercases:after, .englishPath:after {
  clear: both;
}
.inquiryBlock .innerWrap, .outerBlock .innerWrap, .reason .innerWrap, .scenes .innerWrap, .plans .innerWrap,
.cases .innerWrap, .updates .innerWrap,
.message .innerWrap, .step .innerWrap, .case .innerWrap, .usercases .innerWrap, .englishPath .innerWrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .inquiryBlock .innerWrap, .outerBlock .innerWrap, .reason .innerWrap, .scenes .innerWrap, .plans .innerWrap,
  .cases .innerWrap, .updates .innerWrap,
  .message .innerWrap, .step .innerWrap, .case .innerWrap, .usercases .innerWrap, .englishPath .innerWrap {
    padding: 10px;
  }
}
.inquiryBlock .catch, .outerBlock .catch, .reason .catch, .scenes .catch, .plans .catch,
.cases .catch, .updates .catch,
.message .catch, .step .catch, .case .catch, .usercases .catch, .englishPath .catch {
  margin: 0 0 20px;
  font-size: 215%;
  color: #9f9a8b;
  line-height: 1.25em;
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .inquiryBlock .catch, .outerBlock .catch, .reason .catch, .scenes .catch, .plans .catch,
  .cases .catch, .updates .catch,
  .message .catch, .step .catch, .case .catch, .usercases .catch, .englishPath .catch {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e3df;
    padding-bottom: 10px;
  }
}
.inquiryBlock .lead, .outerBlock .lead, .reason .lead, .scenes .lead, .plans .lead,
.cases .lead, .updates .lead,
.message .lead, .step .lead, .case .lead, .usercases .lead, .englishPath .lead {
  margin: 30px 0;
  font-size: 115%;
  color: #6b6759;
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .inquiryBlock .lead, .outerBlock .lead, .reason .lead, .scenes .lead, .plans .lead,
  .cases .lead, .updates .lead,
  .message .lead, .step .lead, .case .lead, .usercases .lead, .englishPath .lead {
    margin: 10px;
  }
}
.inquiryBlock .pageHead, .outerBlock .pageHead, .reason .pageHead, .scenes .pageHead, .plans .pageHead,
.cases .pageHead, .updates .pageHead,
.message .pageHead, .step .pageHead, .case .pageHead, .usercases .pageHead, .englishPath .pageHead {
  margin-top: 1em;
  border-top: 1px solid #ddd;
  padding-bottom: 0;
}

/* MAIN CONTAINER */
/* BUTTON */
.btnRegi {
  padding: 1em;
  background: #8DC21F;
  border: 1px solid #7dac1b;
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 200px;
  visibility: hidden;
  background: #8DC21F;
}
.btnRegi:hover {
  background: #a8df35 !important;
}

.btnHuge {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  border: 3px solid #8DC21F;
  padding: 1em;
  font-size: 143%;
  color: #8DC21F;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
.btnHuge:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #8DC21F;
  color: #fff;
}

.pagetop {
  padding: 1em 3em;
  background: #5363b7;
  border: 1px solid #4757aa;
  font-size: 115%;
  visibility: hidden;
  float: right;
  width: 10em;
  margin: .35em 0;
  margin: .5rem 0;
}
.pagetop:hover {
  background: #7784c6 !important;
}

body {
  color: #333;
  background: #fffbed;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3',"メイリオ",sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
  #bodySec {
    width: 100%;
  }

  #bodySec-inner {
    clear: both;
    margin: 0 10px;
  }

  #main, #side {
    float: none;
    width: auto;
  }

  #side {
    text-align: center;
  }
  #side .btn {
    display: inline-block;
    width: 40%;
    padding: 10px;
  }
  #side .sNav {
    display: none;
  }
  #side .bnrBlock {
    max-width: 700px;
    margin: 0 auto;
  }
  #side .bnrBlock li {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  #side .btn {
    font-size: 12px;
  }
  #side .bnrBlock li {
    display: block;
    width: 225px;
    margin: 0 auto 5px;
  }
}
/*//// HELPERS ////*/
.left {
  float: left;
}

.center {
  display: block;
  margin: 0 auto;
}

.txtCenter {
  text-align: center;
}

.lTxt {
  margin-right: 42%;
}

.rTxt {
  margin-left: 42%;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

.mT1em {
  margin-top: 1em !important;
}

.box p {
  margin: 2em 0 0;
}

.box img[class*="img"] {
  width: 42%;
  max-width: 400px;
}

.hrList li {
  display: inline;
}
.hrList li:after {
  content: "/";
  margin: 0 .25em;
}

*[class^="opt-"]:before,
*[class^="rec-"]:before {
  display: block;
  width: 105px;
  height: 105px;
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  *[class^="opt-"]:before,
  *[class^="rec-"]:before {
    margin-right: 10px;
  }
}

.rec-bgnr:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg");
  background-size: 210px;
}

.rec-lprc:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px 0;
  background-size: 210px;
}

.rec-4wrk:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") 0 -105px;
  background-size: 210px;
}

.rec-toeic:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") 0 -315px;
  background-size: 210px;
}

.rec-exps:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px -105px;
  background-size: 210px;
}

.opt-reg:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") 0 -210px;
  background-size: 210px;
}

.opt-rj4b:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px -210px;
  background-size: 210px;
}

.opt-toeic:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px -315px;
  background-size: 210px;
}

.opt-university:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px -210px;
  background-size: 210px;
}

.opt-highSchool:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") -105px -210px;
  background-size: 210px;
}

.opt-teens:before {
  content: "";
  background: url("https://d1atgierv9op2.cloudfront.net/images/payment/icon_course_photo-re1512.jpg") 0 -420px;
  background-size: 210px;
}

.courseName {
  margin: 0 0 10px;
  font-size: 129%;
  color: #777;
}
@media only screen and (max-width: 750px) {
  .courseName {
    margin: 0;
  }
  .courseName:before {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .sumCourse .courseName {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 115%;
  }
}

.halfBlock .price {
  text-align: center;
}
.halfBlock .price strong {
  margin: 0 2px;
  font-size: 243%;
  font-family: Helvetica,Arial,sans-serif;
  color: #8DC21F;
}
.halfBlock .price span {
  font-size: 108%;
}
@media only screen and (max-width: 750px) {
  .halfBlock .price {
    float: left;
    width: 100%;
    margin: 5px auto;
  }
  .halfBlock .price strong {
    font-size: 200%;
  }
}

.fullBlock, .halfBlock {
  clear: both;
  overflow: hidden;
}
.fullBlock > li, .halfBlock > li {
  position: relative;
  border: 1px solid #d5d5d5;
  padding: 10px;
  overflow: hidden;
  font-size: 108%;
}
@media only screen and (max-width: 750px) {
  .fullBlock > li, .halfBlock > li {
    background: #fff;
    font-size: 100%;
  }
}

.fullBlock {
  margin: 10px auto;
}
.fullBlock > li, .fullBlock dd {
  margin-bottom: 5px;
}
.fullBlock > li:hover {
  border-color: #0a558e;
  background: #eff8fe;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.halfBlock {
  margin: 20px auto;
}
.halfBlock > li {
  float: left;
  width: 329.5px;
  margin: 0 0 5px 5px;
}
.halfBlock > li:nth-child(odd) {
  margin-left: 0;
}
.halfBlock .innerBlock {
  min-height: 80px;
  font-size: 93%;
}
@media only screen and (max-width: 750px) {
  .halfBlock .innerBlock {
    min-height: 0;
  }
}
.halfBlock .btn {
  clear: both;
  width: 60%;
  margin: 5px auto;
  font-size: 108%;
  padding: .75em 1em;
}
@media only screen and (max-width: 750px) {
  .halfBlock {
    margin: 5px auto;
  }
  .halfBlock > li {
    float: none;
    width: 95%;
    margin: 0 auto 5px !important;
  }
  .halfBlock .btn {
    display: block;
    width: 80%;
    background: #5363b7;
    color: #fff;
  }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-lock:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

body {
  background-color: #fff;
  color: #333;
}

.navFunc a {
  text-decoration: none;
  cursor: pointer;
  color: #279af0;
}
.navFunc a:visited {
  color: #7991b5;
}
.navFunc a:active {
  color: #09f;
}
.navFunc a:hover {
  color: #0b64a6;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.btnHuge {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  border: 0;
  padding: 1.2em;
  font-size: 143%;
  background-color: #e3ac33;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
.btnHuge:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #e9be60;
  color: #fff;
}

/*//// MAINVISUAL ////*/
.mv {
  background-image: url("https://d1atgierv9op2.cloudfront.net/images/homenew1511/mv_main.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv {
    height: 320px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .mv {
    background-position: left center;
    height: 300px;
  }
}
.mv .fact {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1999;
  color: #fefefe;
  font-size: 129%;
  text-shadow: 1px 1px 3px #000;
  text-align: right;
  line-height: 1.2;
}
.mv .fact .text {
  line-height: 1.8;
}
.mv .fact span {
  font-size: 143%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv .fact {
    font-size: 86%;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .mv .fact {
    display: none;
  }
}
.mv .catch {
  margin: 0 auto;
  padding-top: 105px;
  z-index: 2000;
  text-align: center;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv .catch {
    padding-top: 90px;
  }
  .mv .catch img {
    width: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .mv .catch {
    padding-top: 100px;
  }
  .mv .catch img {
    width: 55%;
  }
}
.mv .btnBlock {
  margin-top: 1em;
  text-align: center;
}
.mv .btnBlock .btn {
  clear: none;
  display: inline-block;
  text-align: center;
  background: #8dc21f;
  color: #fff;
  width: 180px;
  font-size: 129%;
  text-decoration: none;
  padding: 15px;
  margin: 0 8px;
}
.mv .btnBlock .btn:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #a8df35;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv .btnBlock .btn {
    width: 150px;
    font-size: 100%;
    padding: 10px;
    margin: 0 6px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .mv .btnBlock .btn {
    width: 150px;
    font-size: 100%;
    padding: 10px;
    margin: 3px 6px;
  }
}

.bannerBlock {
  margin: 1em;
  text-align: center;
}
.bannerBlock img {
  width: 100%;
  max-width: 710px;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .bannerBlock {
    margin: 10px;
  }
}

.reason, .scenes, .plans,
.cases, .updates,
.message, .step, .case, .usercases, .englishPath, .outerBlock, .inquiryBlock {
  border-bottom: 1px solid #999 !important;
}
.reason h2, .scenes h2, .plans h2,
.cases h2, .updates h2,
.message h2, .step h2, .case h2, .usercases h2, .englishPath h2, .outerBlock h2, .inquiryBlock h2 {
  color: #2e375b !important;
  font-weight: bold;
}

/*//// MESSAGE ////*/
.message .innerWrap {
  padding: 20px 20px 0;
}
.message h2 {
  font-size: 243% !important;
  padding: .5em 0;
  text-align: left;
}
.message h2 span {
  font-size: 50%;
  font-weight: normal;
  color: #777;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .message h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
  .message h2 span {
    font-size: 50%;
    font-weight: normal;
  }
}
.message h3 {
  font-size: 186%;
  line-height: 1.25em;
  margin-bottom: .5em;
  font-weight: bold;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .message h3 {
    font-size: 115%;
  }
}
.message .img-block {
  width: 270px;
  float: left;
}
@media screen and (min-width: 451px) and (max-width: 1064px) {
  .message .img-block {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .message .img-block {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
  }
  .message .img-block img {
    width: 100% !important;
  }
}
.message .text-block {
  width: 740px;
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 1064px) {
  .message .text-block {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
}
.message p {
  font-size: 115%;
  margin-bottom: 1em;
  text-align: left;
}
.message p .btn {
  clear: none;
  float: right;
  display: inline-block;
  background: #2f437a;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  padding: 10px;
}
.message p .btn:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #3d579f;
}
.message .btnBlock {
  padding-top: 20px;
  clear: both;
}

/*//// STEP ////*/
.step {
  background-color: #cfd8fb;
  background-position: center center;
  background-size: cover;
}
.step h2 {
  font-size: 243% !important;
  text-align: left;
  padding: .5em 0;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .step h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .step .innerWrap {
    width: 80%;
  }
}
.step .slider p {
  text-align: center;
}
.step .slider .slider-inner {
  text-align: center;
}
.step .slider .slider-inner img {
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .step .slider .slider-inner img {
    width: 80%;
  }
}
.step .slider .text {
  padding-left: 5%;
  margin-top: -10px;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .step .slider .text {
    margin-top: 0;
  }
}

/*//// CASE ////*/
.case {
  background-color: #fff;
}
.case .lead {
  text-align: left !important;
  margin: 0;
}
.case h2 {
  font-size: 243% !important;
  text-align: left !important;
  padding: .5em 0;
  margin-bottom: 0 !important;
}
.case h2 span {
  font-size: 50%;
  font-weight: normal;
  color: #777;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .case h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
  .case h2 span {
    font-size: 50%;
    font-weight: normal;
  }
}
.case h3 {
  font-size: 200% !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .case h3 {
    font-size: 129% !important;
    padding: 1em 0;
  }
}
.case .fact {
  padding: 30px 0;
}
.case .fact img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 975px;
  margin-bottom: 20px;
}
.case .fact .notes {
  text-align: right;
  padding: 0 20px 20px 20px;
}
.case .corporate {
  clear: both;
  background-color: #fff;
  border: 1px solid #999;
  padding: 30px;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .case .corporate {
    border: 3px solid #e4e3df;
    padding: 15px;
  }
}
.case .corporate .lead {
  font-size: 115%;
  color: #777;
  text-align: center !important;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .case .corporate .lead {
    font-size: 72% !important;
  }
}
.case .corporate .corporate-list {
  width: 100%;
  padding: 1em 0;
}
.case .corporate .corporate-list li {
  float: left;
  width: 135px;
  height: 90px;
}
.case .corporate .corporate-list li .name {
  font-size: 72%;
  padding: 3px 0 5px 0;
}
@media screen and (min-width: 0px) and (max-width: 330px) {
  .case .corporate .corporate-list li {
    width: 128px;
  }
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .case .corporate .corporate-list li.mobile-hidden {
    display: none;
  }
}
.case .corporate .link {
  text-align: right;
  padding-bottom: 2em;
  clear: both;
}
.case .corporate .link .btn {
  clear: none;
  display: inline-block;
  background: #2f437a;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  padding: 10px;
}
.case .corporate .link .btn:hover {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: #3d579f;
}
.case .logos {
  text-align: center;
}
.case .logos img {
  width: 60%;
}
.case .school-list {
  margin: 1em 0;
}
.case .school-list dl {
  width: 100%;
  margin: 5px;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .case .school-list dl {
    width: 98%;
    margin: 5px auto;
  }
}
.case .school-list dl dt {
  background-color: #efefef;
  text-align: center;
  padding: .2em 0;
  margin: 0 1em 5px 0;
  float: left;
  width: 200px;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .case .school-list dl dt {
    width: 100%;
    float: none;
  }
}
.case .school-list dl dd {
  text-align: left;
  padding: .2em 0;
  margin-right: 1em;
  float: left;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .case .school-list dl dd {
    width: 100%;
    float: none;
  }
}

/*//// USERCASES ////*/
.usercases {
  /*横並びブロック*/
  text-align: center;
  overflow: hidden;
  background: #efefef;
}
.usercases h2 {
  font-size: 243% !important;
  text-align: left !important;
  padding: .5em 0 0 0;
  margin-bottom: 0 !important;
}
.usercases h2 span {
  font-size: 50%;
  font-weight: normal;
  color: #777;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .usercases h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
  .usercases h2 span {
    font-size: 50%;
    font-weight: normal;
  }
}

.usercases li {
  position: relative;
  display: inline-block;
  *float: left;
  *display: block;
  margin-left: .5%;
  vertical-align: top;
  text-align: left;
  font-size: 108%;
  width: 24%;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .usercases li {
    display: block;
    width: 300px;
    margin: 1em auto;
    overflow: hidden;
  }
}
.usercases li img {
  width: auto;
  height: 50px;
}

.usercases li:last-child {
  margin-right: .5%;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .usercases li:last-child {
    margin-right: auto;
  }
}

.usercases .innerBlock {
  padding: 40px 20px;
}

.usercases ul {
  margin-top: 20px;
}

.usercases li > div {
  position: relative;
  height: 220px;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}

.usercases li > div:after {
  content: "■";
  position: absolute;
  bottom: -12%;
  left: 10%;
  font-size: 3em;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.usercases li p {
  margin-bottom: 1em;
}

.usercases li > span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  border-radius: 50%;
  overflow: hidden;
}

.usercases .thumb_x_name span {
  display: block;
  font-weight: normal;
  font-size: 86%;
}

/*//// englishPath ////*/
.englishPath h2 {
  font-size: 243% !important;
  text-align: left !important;
  padding: 1em 0 0.5em 0;
  margin-bottom: 0 !important;
}
.englishPath h2 span {
  font-size: 10px;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .englishPath h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
  .englishPath h2 span {
    font-size: 50%;
    font-weight: normal;
  }
}
.englishPath .voice {
  margin: 0 0 2em 14px;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .englishPath .voice {
    margin: 1em auto;
  }
}
.englishPath .voice li {
  width: 302px;
  min-height: 375px;
  float: left;
  margin: 15px;
}
.englishPath .voice li h3 {
  font-weight: bold;
  text-align: left;
}
.englishPath .voice li h3 span {
  margin-right: .5em;
}
.englishPath .voice li img {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .englishPath .voice li {
    margin: 1em auto;
    float: none;
  }
}
.englishPath .voice p {
  padding-top: 10px;
  text-align: left;
}
.englishPath ul.bxslider .slide {
  float: left;
  width: 500px;
  margin-right: 20px;
  text-align: left !important;
}
.englishPath ul.bxslider .slide .leftBlock {
  width: 230px;
  float: left;
  margin: 0 1em 1em;
}
.englishPath ul.bxslider .slide .leftBlock img {
  width: 230px;
}
.englishPath ul.bxslider .slide .rightBlock {
  width: 240px;
  float: left;
}
.englishPath ul.bxslider .slide:nth-child(even) {
  float: left;
  width: 500px;
  margin-right: 0;
}

/*//// UPDATES ////*/
.updates {
  clear: both;
  padding-bottom: 20px;
  background: #fff;
}
.updates h2 {
  font-size: 243% !important;
  text-align: left;
  margin: 1em 0;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .updates h2 {
    font-size: 143% !important;
    padding: 1em 0;
  }
}

#news {
  margin-bottom: 4em;
}
#news a {
  color: #279af0;
  text-decoration: none;
}
#news a:hover {
  color: #0b64a6;
}
#news dl {
  height: 15em;
  padding: 0 1em 0 0;
  overflow: scroll;
  overflow-x: hidden;
}
#news dt {
  clear: both;
  float: left;
  color: #aaa;
}
#news dd {
  margin: 0 0 .5em .5em;
  padding-bottom: .5em;
  text-align: left;
}

#fb-root {
  display: none;
}

#twitterWidget {
  width: 55%;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  #twitterWidget {
    display: block !important;
    width: 300px !important;
    margin: 10px auto;
  }
  #twitterWidget iframe {
    width: 300px !important;
  }
}

.fb_iframe_widget {
  width: 30%;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .fb_iframe_widget {
    display: block !important;
    width: 95% !important;
    margin: 0;
  }
}

.bnr {
  text-align: center;
}
.bnr img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 900px;
}

/*//// FOOTER ////*/
.inquiryBlock {
  background-color: #efefef;
}
.inquiryBlock .catch {
  color: #555 !important;
}
.inquiryBlock .lead {
  color: #777;
}

.pagetop {
  background: #2f437a none repeat scroll 0 0;
  border: none;
  box-shadow: 0;
  border-radius: 0;
}

.fNav dt {
  border-bottom: 1px solid #ccc;
  color: #999;
}
.fNav a {
  color: #999;
}
.fNav a:hover {
  color: #ccc;
}

#footSec-inner #copyright {
  color: #999;
}
#footSec-inner .catch {
  color: #777;
}

.social li a {
  color: #2f437a;
}
