@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/**/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

/**/
html, body {
  font-size: 62.5%;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

/* utils
*******************/
@media only screen and (min-width: 641px) {
  .onlySp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .onlyPc {
    display: none;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.wrap {
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.header {
  background-color: #fff;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  transition-duration: 0.2s;
}
.header__container {
  zoom: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.header__container:before, .header__container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.header__container:after {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .header__container {
    width: 100%;
  }
}
.header__container__logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  float: left;
  margin: 18px 0 0 20px;
}
.header__container__logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .header__container__logo {
    margin-top: 12px;
  }
}
.header__container__list {
  float: right;
  height: 100%;
}
.header.on {
  background-color: #000;
  transition-duration: 0.2s;
}

.hList {
  zoom: 1;
}
.hList:before, .hList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hList:after {
  clear: both;
}
.hList__item {
  position: relative;
  float: left;
}
.hList__item__link {
  font-size: 12px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 24px 20px;
}
.hList__item__link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 700px) {
  .hList__item__link {
    font-size: 10px;
    font-size: 1rem;
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 640px) {
  .hList__item__link {
    font-size: 10px;
    font-size: 1rem;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .hList__item--correct {
    display: none !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 840px) {
  .hList__item--correct:first-child {
    display: list-item !important;
  }
}
.hList__item--document {
  background-color: #000;
  width: 111px;
}
@media only screen and (max-width: 700px) {
  .hList__item--document {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .hList__item--document {
    width: 60px;
  }
}
.hList__item--document .hList__item__link {
  color: #fff;
  transition-duration: 0.2s;
}
.hList__item--menu {
  zoom: 1;
  position: relative;
  z-index: 2000;
}
.hList__item--menu:before, .hList__item--menu:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hList__item--menu:after {
  clear: both;
}
.hList__item--menu:hover .hList__item--menu__link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.hList__item--menu .hList__item__link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  float: left;
}
@media only screen and (max-width: 640px) {
  .hList__item--menu .hList__item__link {
    display: none;
  }
}
.hList__item--menu .hList__item__mark {
  transition-duration: 0.2s;
  padding: 21px 0;
  text-align: center;
  width: 28px;
}
@media only screen and (max-width: 640px) {
  .hList__item--menu .hList__item__mark {
    width: 60px;
  }
}
.hList__item--menu .hList__item__mark--open {
  display: block;
}
.hList__item--menu .hList__item__mark--close {
  display: none;
}
.hList__item--on .hList__item__mark--open {
  display: none;
}
.hList__item--on .hList__item__mark--close {
  display: block;
}
.hList__item__over {
  transition-duration: 0.2s;
  display: block;
}
.hList__item__over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.specialNav {
  position: absolute;
  left: 0;
  top: 60px;
  background: #636363;
  opacity: 0;
  transition: opacity .4s ease 0s;
}
.specialNav__list {
  border-bottom: 1px solid #fff;
  width: 320px;
  height: 65px;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: height .4s ease 0s;
}
.specialNav__list .link {
  position: relative;
  display: block;
  padding: 10px 18px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.specialNav__list .link .en {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.specialNav__list .link .en.real:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 8px;
  width: 12px;
  height: 12px;
  background-image: url(/kuis/worldgate/assets/img/top/blank2.png);
  background-size: contain;
}
.specialNav__list .link .ja {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.specialNav__list .link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0 0 0;
  width: 8px;
  height: 12px;
  background: url(/kuis/worldgate/assets/img/common/nav_arr.png);
  background-size: contain;
}
.specialNav__list .link:hover {
  opacity: .7;
}

.hList__item__link-sp:hover {
  background: #636363;
}
.hList__item__link-sp:hover .hList__item__link {
  opacity: 1;
}
.hList__item__link-sp:hover .specialNav {
  opacity: 1;
  transition: opacity .5s ease 0s;
}
.hList__item__link-sp:hover .specialNav__list {
  height: 65px;
  transition: height .5s ease 0s;
}

.hList__item--document .hList__item__link {
  transition-duration: 0.2s;
}
.hList__item--document:hover {
  background-color: #0054c5;
  transition-duration: 0.2s;
}
.hList__item--document:hover .hList__item__link {
  color: #fff;
  opacity: 1;
}

.menuArea {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.2s;
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.menuArea--on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1000;
}
.menuArea__container {
  margin: 100px auto 0;
  position: relative;
  width: 960px;
}
@media only screen and (max-width: 980px) and (min-width: 640px) {
  .menuArea__container {
    width: 98%;
  }
}
@media only screen and (max-width: 640px) {
  .menuArea__container {
    width: 100%;
  }
}
.menuArea__container__top {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  color: #fff;
  text-decoration: underline;
}
.menuArea__container__top:hover {
  color: #ffea00;
}
@media only screen and (max-width: 640px) {
  .menuArea__container__top {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    height: 30px;
    text-align: center;
    text-decoration: none;
  }
}
.menuArea__container__content {
  border-bottom: 1px solid #313131;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .menuArea__container__content {
    border: none;
    margin-top: 0;
    padding: 0;
  }
}

.menuContent {
  zoom: 1;
}
.menuContent:before, .menuContent:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.menuContent:after {
  clear: both;
}
.menuContent__list {
  box-sizing: border-box;
  float: left;
  padding-left: 40px;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .menuContent__list {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.menuContent__list:first-child {
  padding-left: 0;
}
.menuContent__list__item {
  height: 30px;
  margin-top: 30px;
}
.menuContent__list__item--on .menuContent__list__item__link__thumb--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.menuContent__list__item--on .menuContent__list__item__link__text {
  color: #ffea00;
}
.menuContent__list__item--on .menuContent__list__item__link__text.blank:after {
  transition-duration: 0.2s;
  background-image: url(/kuis/worldgate/assets/img/common/blank_on.png);
}
.menuContent__list__item__link {
  display: block;
  position: relative;
}
.menuContent__list__item__link--coming .menuContent__list__item__link__text {
  color: #666666;
}
.menuContent__list__item__link__thumb {
  float: left;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__thumb {
    display: none;
  }
}
.menuContent__list__item__link__thumb--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.2s;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.menuContent__list__item__link__text {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  color: #fff;
  float: left;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 8px 0 8px 20px;
}
@media only screen and (max-width: 960px) and (min-width: 641px) {
  .menuContent__list__item__link__text {
    line-height: 1.4;
    max-width: 70%;
    padding: 4px 0 8px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text {
    font-size: 10px;
    font-size: 1rem;
    float: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}
.menuContent__list__item__link__text.blank:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  background-image: url(/kuis/worldgate/assets/img/common/blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text.blank:after {
    width: 12px;
    height: 12px;
  }
}
.menuContent__list__item__link__text .font13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .menuContent__list__item__link__text .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .menuContent__request {
    display: none;
  }
}
.menuContent__request__about {
  font-size: 15px;
  font-size: 1.5rem;
  transition-duration: 0.2s;
  background-color: #ffea00;
  border: 4px solid #ffea00;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 40px auto 0;
  padding: 12px 0;
  text-align: center;
  width: 240px;
}
.menuContent__request__about:hover {
  background-color: transparent;
  color: #ffea00;
}
.menuContent__request__about__text {
  display: block;
}

/*****************************************************
header
******************************************************/
.hNav__list {
  cursor: pointer;
  float: left;
  margin-right: 2.82288vw;
  padding: 25px 0 23px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.hNav__list:last-child {
  margin-right: 20px;
}
.hNav__list.hd-on {
  display: none;
}
.hNav__list--menu {
  color: #000;
  position: relative;
  padding-right: 48px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu span:before {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: -8px;
  left: 0;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.hNav__list--menu span:after {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
  width: 29px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu:hover {
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu.on {
  color: #fff;
}
.hNav__list--menu.on span {
  top: 50%;
  right: 0;
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.hNav__list--menu.on span:before {
  background-color: #fff;
  opacity: 0;
  top: -13px;
  left: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu.on span:after {
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@media only screen and (max-width: 960px) {
  .hNav__list:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .hNav__list:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hNav__list {
    padding: 25px 4px 25px 9px;
    font-size: 10px;
    font-size: 1rem;
  }
  .hNav__list:nth-of-type(1) {
    display: none;
  }
  .hNav__list:last-child {
    margin-right: 10px;
  }
  .hNav__list--menu {
    padding-right: 33px;
  }
  .hNav__list--menu span {
    width: 24px;
    height: 2px;
    right: 7px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .hNav__list--menu span:before {
    top: -6.5px;
    left: 0;
    width: 24px;
    height: 2px;
  }
  .hNav__list--menu span:after {
    top: 6px;
    left: 0;
    width: 24px;
    height: 2px;
  }
  .hNav__list--menu:hover {
    opacity: 1;
  }
  .hNav__list--menu.on span {
    top: 50%;
    right: 7px;
  }
}
.footer {
  background: #f0f0f0;
  color: #00b5ff;
  padding: 4% 0;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .footer {
    padding: 36px 0 50px;
  }
}
.footer__container {
  zoom: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer__container:before, .footer__container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.footer__container:after {
  clear: both;
}
@media only screen and (max-width: 639px) {
  .footer__container {
    max-width: 600px;
    width: 93.75%;
  }
}
@media only screen and (max-width: 998px) {
  .footer__container {
    width: 97.5%;
  }
}
.footer__container__logo {
  margin: 2% auto 4%;
  width: 97.83333333333333%;
}
@media only screen and (min-width: 641px) {
  .footer__container__logo {
    margin: 0 0 16px;
    width: 376px;
  }
}
.footer__container__logo a img {
  max-width: 100%;
}
.footer__container__logo a:hover img {
  -webkit-filter: none\9;
          filter: none\9;
}
.footer__container__utility {
  margin: 5% 0 6%;
}
@media only screen and (min-width: 641px) {
  .footer__container__utility {
    float: right;
    margin: 30px 0 0;
  }
}
.footer__container__copyright {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 641px) {
  .footer__container__copyright {
    margin-top: 30px;
  }
}

.groupList {
  zoom: 1;
}
.groupList:before, .groupList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.groupList:after {
  clear: both;
}
.groupList__item {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  padding: 1% 0;
}
@media only screen and (min-width: 641px) {
  .groupList__item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
  }
}
.groupList__item:after {
  content: "|";
  padding: 0 0.5em;
}
.groupList__item--last:after {
  content: "";
  padding: 0;
}
.groupList__item__link {
  color: #00b5ff;
}
@media only screen and (min-width: 641px) {
  .groupList__item__link:hover {
    color: #000;
  }
}

.utilityList {
  zoom: 1;
}
.utilityList:before, .utilityList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.utilityList:after {
  clear: both;
}
.utilityList__item {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  padding: 1% 0;
}
.utilityList__item:after {
  content: "|";
  padding: 0 0.5em;
}
.utilityList__item--last:after {
  content: "";
  padding: 0;
}
.utilityList__item__link {
  color: #00b5ff;
}

.pagetop {
  bottom: 20px;
  position: fixed;
  z-index: 1000;
  right: 20px;
}
.pagetop a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition-duration: 0.2s;
  display: block;
}
.pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop--lock {
  bottom: 0;
  position: absolute;
  top: -160px;
}

.content {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
}

.requestArea {
  background-color: #06244b;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.requestArea__about {
  font-size: 16px;
  font-size: 1.6rem;
  transition-duration: 0.2s;
  background-color: #ffea00;
  border: 4px solid #ffea00;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 347px;
}
.requestArea__about:hover {
  background-color: transparent;
  color: #ffea00;
}
.requestArea__about__text {
  display: block;
}

.pageTopArea {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 0;
}
.pageTopArea__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.pageTopArea .pageTop {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 10;
  background-image: url(/kuis/worldgate/assets/img/movie/pageTop.png);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}

/**/
.nhSecBlock {
  width: 100%;
  position: relative;
  color: #000;
  background: #f4cc1d url(../img/newschoolhouse/honycomb.png) no-repeat 0 -60px;
  background-size: 100%;
  padding: 78px 0 90px 0;
  z-index: 10;
}
.nhSecBlock--top {
  background: #f4cc1d;
  background-size: 100%;
  overflow: hidden;
  padding: 0;
}

.nhSecBlock--ti1 .nhSecBlock__title {
  text-align: left;
  margin: 0;
  width: 60%;
  max-width: 571px;
}
.nhSecBlock--ti1 .nhSecBlock__title img {
  width: 100%;
}
.nhSecBlock--ti1 .nhSecBlock__subTi {
  text-align: left;
  margin: 20px 0;
}

.nhSecBlock--ti2 .nhSecBlock__title {
  width: 80%;
  max-width: 854px;
}
.nhSecBlock--ti2 .nhSecBlock__title img {
  width: 100%;
}

.nhSecBlock--ti3 .nhSecBlock__title {
  width: 50.8%;
  max-width: 488px;
}
.nhSecBlock--ti3 .nhSecBlock__title img {
  width: 100%;
}
.nhSecBlock--ti3 .nhSecBlock__subTi {
  margin-top: 40px;
}

.nhSecBlock__topArea {
  background: url(/kuis/worldgate/assets/img/newschoolhouse/honycomb.jpg) no-repeat center center;
  background-size: cover;
  padding: 78px 0 0;
}

.nhSecBlock__inInner {
  position: relative;
  z-index: 100;
  width: 88%;
  max-width: 1056px;
  margin: 0 auto;
}

.nhSecBlock__inTitle {
  padding-bottom: 41.667%;
}
.nhSecBlock__inTitle--t1 {
  position: relative;
  display: inline-block;
  background-color: #000;
  width: 38.35227%;
  margin-bottom: 10px;
  padding: 12px 20px 12px 0;
}
.nhSecBlock__inTitle--t1:before {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
}
.nhSecBlock__inTitle--t2 {
  position: relative;
  display: inline-block;
  background-color: #000;
  width: 63.16288%;
  padding: 16px 20px 16px 0;
}
.nhSecBlock__inTitle--t2:before {
  content: '';
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
}
.nhSecBlock__inTitle img {
  width: 100%;
}

.nhSecBlock__textArea {
  width: 100%;
  padding: 30px 0 25px;
}
.nhSecBlock__textArea__inner {
  max-width: 1094px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.nhSecBlock__textArea--ttl {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.nhSecBlock__textArea--txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.nhSecBlock__inCap {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 16px;
  line-height: 1.5;
}

.nhSecBlock__inTxt {
  width: 56.5%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.0;
  margin-bottom: 80px;
}

.nhSecBlock__inner {
  position: relative;
  z-index: 100;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
.nhSecBlock__inner--point {
  padding: 100px 0;
  overflow: hidden;
  background: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_pt.png) no-repeat 50% 150px;
}

.nhSecBlock__title {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.nhSecBlock__subTi {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.nhSecBlock__subTi__st {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.0;
  padding: 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.nhSecBlock__img {
  position: absolute;
  top: 37px;
  right: 0;
}

.nhIndex {
  position: relative;
  clear: both;
  background: #fff;
}
.nhIndex__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.nhIndex__list {
  width: 50%;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.nhIndex__list--i4 {
  border-right: 1px solid #d9d9d9;
}

.nhIndex__img {
  float: left;
  width: 50%;
}
.nhIndex__img--full {
  width: 100%;
}
.nhIndex__img img {
  width: 100%;
}

.nhIndex__txt {
  float: left;
  width: 50%;
  border-top: 1px solid #d9d9d9;
}

.nhIndex__sec {
  margin: 10%;
  margin-bottom: 0;
  text-align: left;
}
.nhIndex__sec__ti {
  width: 100%;
  margin-bottom: 6.5%;
}
.nhIndex__sec__ti img {
  width: 100%;
}
.nhIndex__sec__tx {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 4% 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.nhIndex__sec__link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  padding: 8% 0;
  border: 2px solid #000;
  margin-top: 10%;
  background: #000;
  color: #f4cc1d;
  transition: background-color 0.3s ease,color 0.3s ease;
}
.nhIndex__sec__link:before {
  content: '';
  width: 7px;
  height: 11px;
  background: url(/kuis/worldgate/assets/img/newschoolhouse/icn_ar.png) left top no-repeat;
  background-size: 7px 11px;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -5px;
}
.nhIndex__sec__link:after {
  content: '';
  width: 7px;
  height: 11px;
  background: url(/kuis/worldgate/assets/img/newschoolhouse/icn_ar_ov.png) left top no-repeat;
  background-size: 7px 11px;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nhIndex__sec__link:hover {
  background: #f4cc1d;
  color: #000;
  transition: background-color 0.3s ease,color 0.3s ease;
}
.nhIndex__sec__link:hover:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.nhNav {
  position: relative;
  clear: both;
  background: #000000;
  padding: 30px 0;
}
.nhNav__inner {
  position: relative;
  width: 88%;
  max-width: 1056px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.nhNav__list {
  float: left;
  width: 21.6%;
  margin: 1.4%;
}

.nhNav__link {
  position: relative;
  display: table;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #f4cc1d;
  text-align: center;
}
.nhNav__link.ac:after {
  border: 4px solid #f4cc1d;
}
.nhNav__link__img {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 6px;
  padding-right: 0;
  width: 48px;
}
.nhNav__link__tx {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.nhNav__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.nhNav__link:hover:after {
  border-color: #f4cc1d;
  transition: border-color 0.3s ease;
}

.nhSecApp {
  overflow: hidden;
  padding: 60px 0;
}
.nhSecApp__lf {
  position: relative;
  float: left;
  width: 50%;
}

.nhSecApp__rf {
  position: relative;
  float: right;
  width: 46%;
}

.nhSecApp__movie {
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
.nhSecApp__movie img {
  width: 100%;
  visibility: hidden;
}
.nhSecApp__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.nhSecApp__ti {
  position: absolute;
  top: -28px;
  left: 20px;
}

.nhSecApp__btn {
  position: relative;
  display: block;
  overflow: hidden;
}
.nhSecApp__btn:before {
  content: '';
  width: 16.67%;
  height: 0;
  padding-top: 16.67%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.335% 0 0 -8.335%;
  background: url(/kuis/worldgate/assets/img/newschoolhouse/garelly/btn_play.png) left top no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nhSecApp__btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nhSecApp__btn img {
  width: 100%;
}
.nhSecApp__btn:hover:before {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.nhSecApp__btn:hover:after {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.nhSecApp__tx {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nhSecFloor {
  overflow: hidden;
  padding: 40px 0;
}
.nhSecFloor__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nhSecFloor__arrow__right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8%;
}
.nhSecFloor__arrow__right img {
  width: 100%;
}
.nhSecFloor__arrow__left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8%;
}
.nhSecFloor__arrow__left img {
  width: 100%;
}

.nhSecFloor--1f {
  background: #eab30c;
}

.nhSecFloor--2f {
  background: #fadb49;
}

.nhSecFloor__lf {
  position: relative;
  float: left;
  width: 43.75%;
}

.nhSecFloor__rf {
  position: relative;
  float: right;
  width: 50%;
}

.nhSecFloor__num {
  position: absolute;
  top: 0;
  left: 0;
}

.nhSecFloor__dmy {
  position: relative;
}
.nhSecFloor__dmy img {
  width: 100%;
}

.nhSecFloor__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nhSecFloor__txt img {
  width: 100%;
}

.nhSecFloor__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nhSecFloor__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nhSecFloor__list img {
  width: 100%;
  opacity: 0;
}
.nhSecFloor__list img.on {
  -webkit-animation: blink .5s ease-out 0s 5 alternate;
          animation: blink .5s ease-out 0s 5 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nhSecFloor__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2%;
}

.nhSecFloor__slist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nhSecFloor__slist img {
  width: 100%;
}

.nhSecFloor__thum {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 100;
}

.nhSecFloor__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}
.nhSecFloor__wrap--th6 {
  width: 151%;
}

.nhSecFloor__tlink {
  display: block;
  width: 23%;
  margin-right: 1.25%;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all .3s ease-out;
}
.nhSecFloor__tlink:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: all .3s ease-out;
  border: 0 solid #fff;
}
.nhSecFloor__tlink:last-child {
  margin-right: 0;
}
.nhSecFloor__tlink--active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.nhSecFloor__tlink--active:after {
  border: 4px solid #fff;
}
.nhSecFloor__tlink img {
  width: 100%;
}

.nhSecInfo {
  position: relative;
  text-align: left;
  margin-top: 50px;
}
.nhSecInfo__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding: 20px;
  display: inline-block;
}

.nhSecInfo__inner {
  background: #fff;
  width: 90%;
  text-align: left;
  padding: 20px;
}

.nhSecInfo__name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}

.nhSecInfo__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.nhSecMessage {
  text-align: left;
  margin: 60px 0;
}
.nhSecMessage__title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
}

.nhSecMessage__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
  margin-top: 20px;
}

.nhPoint {
  position: relative;
  width: 45%;
  margin: 3% 0;
}
.nhPoint--ct1 {
  clear: both;
  float: left;
}
.nhPoint--ct1:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg1.png);
  background-size: cover;
}

.nhPoint--ct2 {
  float: right;
  margin-top: 280px;
}
.nhPoint--ct2:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg2.png);
  background-size: cover;
}

.nhPoint--ct3 {
  clear: both;
  float: left;
  margin-top: -100px;
}
.nhPoint--ct3:before {
  top: 0px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg3.png);
  background-size: cover;
}

.nhPoint--ct4 {
  float: right;
  margin-top: 100px;
}
.nhPoint--ct4:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg4.png);
  background-size: cover;
}

.nhPoint--ct5 {
  clear: both;
  float: left;
  margin-top: -150px;
}
.nhPoint--ct5:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg5.png);
  background-size: cover;
}

.nhPoint--ct6 {
  float: right;
  margin-top: 100px;
}
.nhPoint--ct6:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg6.png);
  background-size: cover;
}

.nhPoint--ct7 {
  clear: both;
  float: left;
  margin-top: -200px;
}
.nhPoint--ct7:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg7.png);
  background-size: cover;
}

.nhPoint--ct8 {
  float: right;
  margin-top: 100px;
}
.nhPoint--ct8:before {
  top: 20px;
  left: 0;
  background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg8.png);
  background-size: cover;
}

.nhPoint__num {
  position: relative;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  border-bottom: 8px solid #fff;
}

.nhPoint__title {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  text-align: left;
  margin-top: 30px;
  z-index: 1;
  letter-spacing: -1px;
}

.nhPoint__img {
  position: absolute;
  top: 0;
  right: 0;
}

.nhPoint__text {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}

.nhPoint:before {
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
}

/* PC
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .requestArea {
    padding: 20px 0;
  }
  .requestArea__about {
    width: 90%;
  }
  .requestArea__about:hover {
    background-color: transparent;
    color: #000;
  }

  .pageTopArea {
    height: auto;
    background: #f4cc1d;
    padding-top: 42px;
    padding: 42px 0 56px 0;
  }
  .pageTopArea:before {
    -webkit-transform: scale(0.547);
        -ms-transform: scale(0.547);
            transform: scale(0.547);
  }
  .pageTopArea img {
    width: 100%;
  }
  .pageTopArea__bee {
    width: 48%;
    top: 22%;
  }
  .pageTopArea__inner {
    width: 94%;
    top: 0;
  }
  .pageTopArea__inner__title {
    width: 100%;
    margin-bottom: 56px;
  }

  /**/
  .nhSecBlock {
    width: 100%;
    position: relative;
    color: #000;
    background: #f4cc1d url(../img/newschoolhouse/honycomb_sp.png) left top no-repeat;
    background-size: 100%;
    padding: 9.375% 0;
    z-index: 10;
  }
  .nhSecBlock--top {
    background: #f4cc1d;
    overflow: hidden;
    padding-bottom: 0;
  }

  .nhSecBlock--ti1 .nhSecBlock__title {
    text-align: left;
    margin: 0;
    width: 62%;
    max-width: inherit;
  }
  .nhSecBlock--ti1 .nhSecBlock__title img {
    width: 100%;
  }
  .nhSecBlock--ti1 .nhSecBlock__subTi {
    text-align: left;
    margin: 20px 0;
  }

  .nhSecBlock--ti2 .nhSecBlock__title {
    width: 93%;
    max-width: inherit;
  }
  .nhSecBlock--ti2 .nhSecBlock__title img {
    width: 100%;
  }

  .nhSecBlock--ti3 .nhSecBlock__title {
    width: 58.3%;
    max-width: inherit;
  }
  .nhSecBlock--ti3 .nhSecBlock__title img {
    width: 100%;
  }
  .nhSecBlock--ti3 .nhSecBlock__subTi {
    margin-top: 15px;
  }

  .nhSecBlock__bee {
    width: 72.1875%;
    top: auto;
    right: -27%;
    max-width: inherit;
  }
  .nhSecBlock__bee img {
    width: 100%;
  }

  .nhSecBlock__topArea {
    background: url(/kuis/worldgate/assets/img/newschoolhouse/honycomb.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 0 0;
  }

  .nhSecBlock__inInner {
    position: relative;
    width: 93.75%;
    max-width: inherit;
    margin: 0 auto;
  }

  .nhSecBlock__inTitle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .nhSecBlock__inTitle__inTitle {
    padding-bottom: 41.667%;
  }
  .nhSecBlock__inTitle__inTitle--t1 {
    width: 43.28125%;
    margin-bottom: 5px;
    padding: 4px 10px 4px 0;
  }
  .nhSecBlock__inTitle__inTitle--t1:before {
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
  }
  .nhSecBlock__inTitle__inTitle--t2 {
    width: 72.1875%;
    padding: 7px 10px 7px 0;
  }
  .nhSecBlock__inTitle__inTitle--t2:before {
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
  }

  .nhSecBlock__textArea {
    width: 100%;
    padding: 17px 0 10px;
  }
  .nhSecBlock__textArea__inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nhSecBlock__textArea--ttl {
    margin-bottom: 17px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .nhSecBlock__textArea--txt {
    font-size: 10px;
    font-size: 1rem;
  }

  .nhSecBlock__inCap {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .nhSecBlock__inTxt {
    width: 52%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .nhSecBlock__inner {
    position: relative;
    z-index: 100;
    width: 78%;
    max-width: inherit;
    margin: 0 auto;
  }
  .nhSecBlock__inner--point {
    padding: 0 0 15% 0;
    overflow: hidden;
    background: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_pt.png) no-repeat 50% 30px;
  }

  .nhSecBlock__subTi {
    margin-top: 15px;
  }
  .nhSecBlock__subTi__st {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
    padding: 10px 0;
  }
  .nhSecBlock__subTi--ms {
    margin-top: 10px;
  }
  .nhSecBlock__subTi--ms .nhSecBlock__subTi__st {
    border: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
  }

  .nhSecBlock__img {
    position: absolute;
    top: 15px;
    right: 0;
    width: 86%;
  }
  .nhSecBlock__img img {
    width: 100%;
  }

  .nhIndex {
    position: relative;
    clear: both;
    background: #fff;
  }
  .nhIndex__inner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .nhIndex__list {
    clear: both;
    width: 100%;
    float: none;
    background: #fff;
  }
  .nhIndex__list--i4 {
    border-right: none;
  }

  .nhIndex__img {
    float: left;
    width: 50%;
  }
  .nhIndex__img--full {
    display: none;
  }
  .nhIndex__img img {
    width: 100%;
  }

  .nhIndex__txt {
    float: left;
    width: 50%;
    border-top: 1px solid #d9d9d9;
  }

  .nhIndex__sec {
    margin: 10%;
    margin-bottom: 0;
    text-align: left;
  }
  .nhIndex__sec__ti {
    width: 90%;
    margin-bottom: 6.5%;
  }
  .nhIndex__sec__ti img {
    width: 100%;
  }
  .nhIndex__sec__tx {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 4% 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .nhIndex__sec__link {
    position: relative;
    display: block;
    text-align: center;
    color: #f4cc1d;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
    padding: 10% 0;
    background: #000;
    margin-top: 10%;
  }
  .nhIndex__sec__link:before {
    content: '';
    width: 5px;
    height: 8px;
    background: url(/kuis/worldgate/assets/img/newschoolhouse/icn_ar.png) left top no-repeat;
    background-size: 5px 8px;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
  }
  .nhIndex__sec__link:after {
    display: none;
  }
  .nhIndex__sec__link:hover {
    background: #000;
    color: #f4cc1d;
    transition: none;
  }
  .nhIndex__sec__link:hover:after {
    opacity: 1;
    transition: none;
  }

  .nhNav {
    position: relative;
    clear: both;
    background: #000000;
    padding: 15px 0;
  }
  .nhNav__inner {
    position: relative;
    width: 96%;
    max-width: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .nhNav__list {
    float: left;
    width: 46.8%;
    margin: 1.6%;
  }

  .nhNav__link {
    position: relative;
    display: table;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #f4cc1d;
    text-align: center;
  }
  .nhNav__link.ac:after {
    border: 4px solid #f4cc1d;
  }
  .nhNav__link__img {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 4px;
    padding-right: 0;
    width: 30px;
  }
  .nhNav__link__img img {
    width: 100%;
  }
  .nhNav__link__tx {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .nhNav__link:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
  }

  .nhSecApp {
    overflow: hidden;
    padding: 40px 0;
  }
  .nhSecApp__lf {
    position: relative;
    float: none;
    width: 100%;
  }

  .nhSecApp__rf {
    position: relative;
    float: none;
    width: 100%;
  }

  .nhSecApp__ti {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 82.3%;
  }
  .nhSecApp__ti img {
    width: 100%;
  }

  .nhSecApp__btn {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .nhSecApp__btn:before {
    content: '';
    width: 16.67%;
    height: 0;
    padding-top: 16.67%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8.335% 0 0 -8.335%;
    background: url(/kuis/worldgate/assets/img/newschoolhouse/garelly/btn_play.png) left top no-repeat;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .nhSecApp__btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid #fff;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .nhSecApp__btn img {
    width: 100%;
  }
  .nhSecApp__btn:hover:before {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .nhSecApp__btn:hover:after {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }

  .nhSecApp__tx {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 15px;
  }

  .nhSecFloor {
    overflow: hidden;
    padding: 40px 0;
  }
  .nhSecFloor--1f {
    background: #eab30c;
  }

  .nhSecFloor--2f {
    background: #fadb49;
  }

  .nhSecFloor__lf {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .nhSecFloor__rf {
    position: relative;
    float: none;
    width: 100%;
  }

  .nhSecFloor__num {
    position: absolute;
    top: 0;
    left: 0;
  }

  .nhSecFloor__dmy {
    position: relative;
    margin-bottom: 2%;
  }
  .nhSecFloor__dmy img {
    width: 100%;
  }

  .nhSecFloor__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nhSecFloor__txt img {
    width: 100%;
  }

  .nhSecFloor__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .nhSecFloor__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nhSecFloor__list img {
    width: 100%;
  }

  .nhSecFloor__slider {
    position: relative;
    width: 100%;
  }

  .nhSecFloor__slist {
    position: absolute;
    top: 0;
    left: 0;
  }
  .nhSecFloor__slist img {
    width: 100%;
  }

  .nhSecFloor__thum {
    position: relative;
    width: 100%;
  }

  .nhSecFloor__tlink {
    float: left;
    display: block;
    width: 23%;
  }
  .nhSecFloor__tlink img {
    width: 100%;
  }

  .nhSecInfo {
    position: relative;
    text-align: left;
    margin-top: 20px;
  }
  .nhSecInfo__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
  }

  .nhSecInfo__inner {
    background: #fff;
    width: auto;
    text-align: left;
    padding: 10px;
  }

  .nhSecInfo__name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .nhSecInfo__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .nhSecMessage {
    text-align: left;
    margin: 35px 0;
  }
  .nhSecMessage__title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .nhSecMessage__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 10px;
  }

  .nhPoint {
    position: relative;
    width: 100%;
    margin: 7.8125% 0;
  }
  .nhPoint--ct1 {
    clear: both;
    float: left;
  }
  .nhPoint--ct1:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg1.png);
    background-size: cover;
  }

  .nhPoint--ct2 {
    float: right;
    margin-top: 7.8125%;
    padding-bottom: 5%;
  }
  .nhPoint--ct2:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg2.png);
    background-size: cover;
  }

  .nhPoint--ct3 {
    clear: both;
    float: left;
    margin-top: 7.8125%;
  }
  .nhPoint--ct3:before {
    top: 0px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg3.png);
    background-size: cover;
  }

  .nhPoint--ct4 {
    float: right;
    margin-top: 7.8125%;
  }
  .nhPoint--ct4:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg4.png);
    background-size: cover;
  }

  .nhPoint--ct5 {
    clear: both;
    float: left;
    margin-top: 7.8125%;
    padding-bottom: 5%;
  }
  .nhPoint--ct5:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg5.png);
    background-size: cover;
  }

  .nhPoint--ct6 {
    float: right;
    margin-top: 7.8125%;
  }
  .nhPoint--ct6:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg6.png);
    background-size: cover;
  }

  .nhPoint--ct7 {
    clear: both;
    float: left;
    margin-top: 7.8125%;
    padding-bottom: 5%;
  }
  .nhPoint--ct7:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg7.png);
    background-size: cover;
  }

  .nhPoint--ct8 {
    float: right;
    margin-top: 7.8125%;
    padding-bottom: 5%;
  }
  .nhPoint--ct8:before {
    top: 20px;
    left: 0;
    background-image: url(/kuis/worldgate/assets/img/newschoolhouse/point/point_bg8.png);
    background-size: cover;
  }

  .nhPoint__num {
    position: relative;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    border-bottom: 4px solid #fff;
  }

  .nhPoint__title {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 15px;
    z-index: 1;
    letter-spacing: -1px;
  }

  .nhPoint__img {
    width: 43%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nhPoint__img img {
    width: 100%;
  }

  .nhPoint__text {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 20px;
  }

  .nhPoint:before {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
  }
}
.modalmovieArea {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.2s;
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.modalmovieArea_on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 6000;
}
.modalmovieArea__inner {
  position: relative;
  margin: 30px auto 0;
  padding: 30px 4% 30px;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
}
.modalmovieArea .closeBtnPc {
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 30px;
  background-image: url(/kuis/worldgate/assets/img/movie/close.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.modalmovieArea .closeBtnSp {
  display: none;
}
.modalmovieArea .youtube {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalmovieArea .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modalmovieArea .thum {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 4% 0;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 641px) {
  .modalmovieArea .thum {
    pointer-events: none;
  }
}
.modalmovieArea .thum img {
  width: 100%;
}
.modalmovieArea .title {
  margin: 40px 0 0;
  font-size: 28px;
}
.modalmovieArea .text {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
