@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;
  }
}
/*****************************************************
common
******************************************************/
html, body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  height: 100%;
}

.pcOnly {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pcOnly {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
}

.tbOnly {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tbOnly {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .tbOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .spOnly {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .spOnly {
    display: block;
  }
}

.wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wrap img {
  width: 100%;
}

.menuArea__container {
  background-color: #000;
}

/*****************************************************
hover
******************************************************/
.js-hoverTtl {
  color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-hoverTtl.on {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-hoverTxt {
  color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-hoverTxt.on {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-hoverImg img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-hoverImg.on img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*****************************************************
opening
******************************************************/
.opening {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  z-index: 100000;
}
.opening figure {
  width: 1000px;
  margin: 0 auto;
}
.opening figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58.59375%;
}
.opening figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58.59375%;
  opacity: 0;
}
.opening__logo .st {
  stroke: #000;
  stroke-width: 0.5;
  fill: transparent;
}
.opening__logo .st.st01 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: svgMov01 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
          animation: svgMov01 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
}
.opening__logo .st.st02 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 112;
  stroke-dashoffset: 112;
  -webkit-animation: svgMov02 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
          animation: svgMov02 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
}
.opening__logo .st.st03 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  -webkit-animation: svgMov03 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
          animation: svgMov03 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
}
.opening__logo .st.st04 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  -webkit-animation: svgMov04 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
          animation: svgMov04 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
}
.opening__logo .st.st05 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 67;
  stroke-dashoffset: 67;
  -webkit-animation: svgMov05 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
          animation: svgMov05 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
}
.opening__logo .st.st06 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  -webkit-animation: svgMov06 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
          animation: svgMov06 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
}
.opening__logo .st.st07 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  -webkit-animation: svgMov07 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
          animation: svgMov07 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
}
.opening__logo .st.st08 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  -webkit-animation: svgMov08 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
          animation: svgMov08 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.1s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards;
}
.opening__logo .st.st09 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 107;
  stroke-dashoffset: 107;
  -webkit-animation: svgMov09 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
          animation: svgMov09 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
}
.opening__logo .st.st10 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
  -webkit-animation: svgMov10 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
          animation: svgMov10 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
}
.opening__logo .st.st11 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: svgMov11 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.9s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
          animation: svgMov11 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1.9s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
}
.opening__logo .st.st12 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  fill: transparent;
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  -webkit-animation: svgMov12 1s cubic-bezier(0.645, 0.045, 0.355, 1) 2s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
          animation: svgMov12 1s cubic-bezier(0.645, 0.045, 0.355, 1) 2s forwards, fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.7s forwards;
}

@-webkit-keyframes svgMov01 {
  0% {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
  }
  85% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
}

@keyframes svgMov01 {
  0% {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
  }
  85% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov02 {
  0% {
    stroke-dasharray: 112;
    stroke-dashoffset: 112;
  }
  85% {
    stroke-dasharray: 112;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 112;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov02 {
  0% {
    stroke-dasharray: 112;
    stroke-dashoffset: 112;
  }
  85% {
    stroke-dasharray: 112;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 112;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov03 {
  0% {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
  }
  85% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov03 {
  0% {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
  }
  85% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov04 {
  0% {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov04 {
  0% {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov05 {
  0% {
    stroke-dasharray: 67;
    stroke-dashoffset: 67;
  }
  85% {
    stroke-dasharray: 67;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 67;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov05 {
  0% {
    stroke-dasharray: 67;
    stroke-dashoffset: 67;
  }
  85% {
    stroke-dasharray: 67;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 67;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov06 {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
  }
  85% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov06 {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
  }
  85% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov07 {
  0% {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
  }
  85% {
    stroke-dasharray: 76;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 76;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov07 {
  0% {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
  }
  85% {
    stroke-dasharray: 76;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 76;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov08 {
  0% {
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
  }
  85% {
    stroke-dasharray: 70;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 70;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov08 {
  0% {
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
  }
  85% {
    stroke-dasharray: 70;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 70;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov09 {
  0% {
    stroke-dasharray: 107;
    stroke-dashoffset: 107;
  }
  85% {
    stroke-dasharray: 107;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 107;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov09 {
  0% {
    stroke-dasharray: 107;
    stroke-dashoffset: 107;
  }
  85% {
    stroke-dasharray: 107;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 107;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov10 {
  0% {
    stroke-dasharray: 72;
    stroke-dashoffset: 72;
  }
  85% {
    stroke-dasharray: 72;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 72;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov10 {
  0% {
    stroke-dasharray: 72;
    stroke-dashoffset: 72;
  }
  85% {
    stroke-dasharray: 72;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 72;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov11 {
  0% {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
  }
  85% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov11 {
  0% {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
  }
  85% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svgMov12 {
  0% {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
  }
  85% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
}
@keyframes svgMov12 {
  0% {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
  }
  85% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000;
  }
}
@keyframes fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #000;
  }
}
@media only screen and (max-width: 640px) {
  .opening figure {
    width: 640px;
  }
  .opening figure svg {
    top: 50%;
    left: 50%;
    width: 83.33333%;
  }
  .opening figure img {
    top: 50%;
    left: 50%;
    width: 83.33333%;
  }
}
/*****************************************************
header
******************************************************/
.hdBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 37px 0 40px;
  z-index: 10000;
  opacity: 0;
}
.hdBlock__contain {
  width: 1220px;
  margin: 0 auto;
  zoom: 1;
}
.hdBlock__contain:before, .hdBlock__contain:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hdBlock__contain:after {
  clear: both;
}
.hdBlock__logo {
  float: left;
  width: 230px;
}
.hdBlock__logo.hd-on {
  display: none;
}
.hdBlock__nav {
  float: right;
  zoom: 1;
}
.hdBlock__nav:before, .hdBlock__nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hdBlock__nav:after {
  clear: both;
}
.hNav {
  float: left;
  zoom: 1;
  padding: 7px 0;
}
.hNav:before, .hNav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.hNav:after {
  clear: both;
}
.hNav__list {
  cursor: pointer;
  float: left;
  margin-right: 2.82288vw;
  padding: 16px 0 17px;
  font-size: 16px;
  font-size: 1.6rem;
}
.hNav__list:last-child {
  margin-right: 0;
}
.hNav__list.hd-on {
  display: none;
}
.hNav__list--link {
  color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--link:hover {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--link.btn {
  background-color: #004097;
  padding: 16px 40px 17px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--link.btn:hover {
  background-color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hNav__list--menu {
  color: #000;
  position: relative;
  padding-right: 66px;
  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: 48px;
  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: -13px;
  left: 0;
  width: 48px;
  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: 12px;
  left: 0;
  width: 48px;
  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: 1220px) {
  .hdBlock__contain {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@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) {
  .hdBlock {
    padding: 16px 0 13px;
  }
  .hdBlock__logo {
    float: left;
    width: 115px;
  }
  .hdBlock__logo.hd-on {
    display: none;
  }
  .hNav {
    padding: 0;
  }
  .hNav__list {
    padding: 8px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .hNav__list:nth-of-type(1) {
    display: none;
  }
  .hNav__list--menu {
    padding-right: 33px;
  }
  .hNav__list--menu span {
    width: 24px;
    height: 2px;
    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;
  }
}
/*****************************************************
.content
******************************************************/
.content {
  padding-top: 140px;
}
.content__title {
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #000;
  letter-spacing: 16px;
}
.content__title--sub {
  display: inline-block;
  border: 2px solid #004097;
  margin: 30px 0 80px;
  padding: 5px 24px 5px 21px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #004097;
  font-style: italic;
  letter-spacing: 3.2px;
}
.content__title .en {
  font-family: 'Roboto', sans-serif;
}
.content .earthBg {
  position: fixed;
  width: 78.25%;
  max-width: 939px;
  top: 2.6%;
  right: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.content .earthBg.on {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 640px) {
  .content {
    padding-top: 60px;
  }
  .content__title {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 7px;
  }
  .content__title--sub {
    border: 1px solid #004097;
    margin: 12px 0 30px;
    padding: 5px 11px 6px 10px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .content .earthBg {
    position: fixed;
    width: 93.75%;
    max-width: 600px;
    top: 3.3%;
  }
}
/*****************************************************
.mainBlock
******************************************************/
.mainBlock {
  width: 100%;
}
.mainBlock__inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
  z-index: 10;
}
.mainBlock__movArea {
  position: relative;
  background: url(/kuis/worldgate/assets/img/index/mov.png) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 95.3125%;
  min-height: calc( 100vh - 170px );
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.mainBlock__movArea:before {
  content: '';
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 5;
}
.mainBlock__movArea:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 5;
}
.mainBlock__movArea.on:before {
  width: 0;
  height: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.mainBlock__movArea.on:after {
  width: 0;
  height: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.mainBlock__movArea video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 90vh;
}
.mainBlock__movArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1280px;
  min-height: 90vh;
}
.mainBlock__movArea--title {
  position: relative;
  background-color: #004097;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 25px 0 25px 36px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 15px;
  z-index: 20;
}
.mainBlock__movArea--scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 6.853%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.06em;
}
.mainBlock__movArea--scroll:after {
  content: '';
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
  height: 56px;
  -webkit-animation: scani 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
          animation: scani 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
@-webkit-keyframes scani {
  0% {
    top: 20px;
    bottom: auto;
    height: 0;
    opacity: 1;
  }
  25% {
    top: 20px;
    bottom: auto;
    height: 56px;
    opacity: 1;
  }
  60% {
    top: auto;
    bottom: -62px;
    height: 56px;
    opacity: 1;
  }
  99% {
    top: auto;
    bottom: -62px;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 20px;
    bottom: auto;
    height: 0;
    opacity: 0;
  }
}
@keyframes scani {
  0% {
    top: 20px;
    bottom: auto;
    height: 0;
    opacity: 1;
  }
  25% {
    top: 20px;
    bottom: auto;
    height: 56px;
    opacity: 1;
  }
  60% {
    top: auto;
    bottom: -62px;
    height: 56px;
    opacity: 1;
  }
  99% {
    top: auto;
    bottom: -62px;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 20px;
    bottom: auto;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mainBlock__subArea {
  overflow: hidden;
}
.mainBlock__subArea--left {
  float: left;
  width: 40.03906%;
  margin-top: 10px;
  margin-right: 11.13281%;
  color: #000;
}
.mainBlock__subArea--left .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
}
.mainBlock__subArea--left .news__item {
  position: relative;
  padding: 15px 0;
}
.mainBlock__subArea--left .news__item:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/news_dot.png) repeat-X;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.mainBlock__subArea--left .news__item--text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
}
.mainBlock__subArea--left .news__item--link {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #122ebd;
  opacity: 1;
  transition: all 0.3s ease;
}
.mainBlock__subArea--left .news__item--link:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/news_arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 105px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
}
.mainBlock__subArea--left .news__item--link:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.mainBlock__subArea--right {
  position: relative;
  float: left;
  width: 48.82813%;
  margin-right: 0;
}
.mainBlock__subArea--right .pick {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.mainBlock__subArea--right .pick__title {
  position: relative;
  padding-top: 13px;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #dc0034;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 1;
}
.mainBlock__subArea--right .pick__bg {
  background-color: #f6ecec;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 268px;
  z-index: 0;
}
.mainBlock__subArea--right .pick__pager {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
.mainBlock__subArea--right .pick__pager span {
  cursor: pointer;
  float: left;
  width: 12px;
  height: 12px;
  background-color: #dadada;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.mainBlock__subArea--right .pick__pager span:last-child {
  margin-right: 0;
}
.mainBlock__subArea--right .pick__pager span.cir-ac {
  background-color: #dc0034;
  transition: all 0.3s ease;
}
.mainBlock__subArea--right .pick__slide {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-100%, 0) skewX(0);
      -ms-transform: translate(-100%, 0) skewX(0);
          transform: translate(-100%, 0) skewX(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide--fig {
  width: 91%;
  margin: 0 auto;
  overflow: hidden;
}
.mainBlock__subArea--right .pick__slide--fig img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide--btn {
  display: inline-block;
  position: relative;
  top: -4px;
  background-color: #122ebd;
  margin-top: -23px;
  padding: 14px 57px 14px 23px;
  font-size: 20px;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide--btn:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/btn_arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 11px;
}
.mainBlock__subArea--right .pick__slide--btn:hover {
  background-color: #e82745;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide--text {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.7px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide.sl-ac {
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg);
      -ms-transform: translate(0, 0) skewX(0deg);
          transform: translate(0, 0) skewX(0deg);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.mainBlock__subArea--right .pick__slide.sl-ac .pick__slide--btn {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide.sl-ac .pick__slide--text {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainBlock__subArea--right .pick__slide.sl-fix {
  opacity: 0;
  -webkit-transform: translate(100%, 0) skewX(0);
      -ms-transform: translate(100%, 0) skewX(0);
          transform: translate(100%, 0) skewX(0);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1024px) {
  .mainBlock {
    width: 100%;
  }
  .mainBlock__inner {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .mainBlock__subArea--left {
    width: 42.96875%;
    margin-right: 8.20313%;
  }
  .mainBlock__subArea--left .news__item {
    padding: 15px 0;
  }
  .mainBlock__subArea--left .news__item--text {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .mainBlock__subArea--right .pick {
    height: 320px;
  }
  .mainBlock__subArea--right .pick__bg {
    height: 25.2vw;
  }
  .mainBlock__subArea--right .pick__slide--text {
    margin-top: 10px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .mainBlock__inner {
    width: 100%;
    padding: 0 15px 50px;
  }
  .mainBlock__movArea {
    background: none;
    width: 93.75%;
    min-height: calc( 100vh - 130px );
  }
  .mainBlock__movArea video {
    width: 100%;
  }
  .mainBlock__movArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .mainBlock__movArea--title {
    width: 260px;
    padding: 12.5px 0 12.5px 18px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 7.5px;
  }
  .mainBlock__movArea--scroll {
    font-size: 10px;
    font-size: 1rem;
  }
  .mainBlock__subArea {
    margin-top: 35px;
  }
  .mainBlock__subArea--left {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .mainBlock__subArea--left .title {
    padding-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mainBlock__subArea--left .news__item {
    padding: 14px 0;
  }
  .mainBlock__subArea--left .news__item--text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .mainBlock__subArea--left .news__item--link {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mainBlock__subArea--left .news__item--link:after {
    top: 50%;
    left: 90px;
    width: 15px;
    height: 15px;
  }
  .mainBlock__subArea--left .news__item--link:hover {
    opacity: 1;
  }
  .mainBlock__subArea--right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .mainBlock__subArea--right .pick {
    height: 70.3vw;
  }
  .mainBlock__subArea--right .pick__title {
    padding-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mainBlock__subArea--right .pick__bg {
    top: 13px;
    left: 0;
    width: 100%;
    height: 52.9vw;
  }
  .mainBlock__subArea--right .pick__pager span {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .mainBlock__subArea--right .pick__slide {
    top: 34px;
    left: 0;
    width: 100%;
  }
  .mainBlock__subArea--right .pick__slide--fig {
    width: 86.2069%;
  }
  .mainBlock__subArea--right .pick__slide--btn {
    left: 20px;
    bottom: -24px;
    width: auto;
    padding: 16px 40px 16px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.8px;
  }
  .mainBlock__subArea--right .pick__slide--btn:after {
    top: 50%;
    right: 20px;
    width: 11.5px;
    height: 7.5px;
  }
  .mainBlock__subArea--right .pick__slide--btn:hover {
    background-color: #122ebd;
  }
  .mainBlock__subArea--right .pick__slide--text {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*****************************************************
.wordsBlock
******************************************************/
.wordsBlock {
  background-color: #efefef;
  width: 100%;
  padding: 100px 0 70px;
  overflow: hidden;
}
.wordsBlock__inner {
  position: relative;
  z-index: 10;
  width: 1024px;
  margin: 0 auto;
}
.wordsBlock__itemArea {
  position: relative;
}
.wordsBlock__itemArea.contRight {
  margin-bottom: 80px;
  padding: 80px 0 75px;
}
.wordsBlock__itemArea.contRight .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 57.03125%;
  overflow: hidden;
}
.wordsBlock__itemArea.contRight .image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea.contRight .sentence {
  margin: 0 0 0 51.5625%;
  color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea.contRight:hover .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea.contRight:hover .sentence {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea.contRight:hover .sentence__btn {
  background-color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea.contLeft {
  margin-bottom: 0;
  padding: 60px 0 55px;
}
.wordsBlock__itemArea.contLeft .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 57.03125%;
  overflow: hidden;
}
.wordsBlock__itemArea.contLeft .sentence {
  margin: 0 51.5625% 0 0;
}
.wordsBlock__itemArea .sentence {
  background-color: #fff;
  position: relative;
  width: 40.65574%;
  padding: 40px 30px 60px 39px;
  color: #000;
}
.wordsBlock__itemArea .sentence__title {
  margin-bottom: 30px;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.4;
}
.wordsBlock__itemArea .sentence__text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.wordsBlock__itemArea .sentence__btn {
  background-color: #122ebd;
  position: absolute;
  left: 40px;
  bottom: -24px;
  width: 190px;
  padding: 19px 0 19px 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wordsBlock__itemArea .sentence__btn:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/btn_arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 11px;
}

@media only screen and (max-width: 1024px) {
  .wordsBlock {
    padding: 50px 0 35px;
  }
  .wordsBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .wordsBlock__itemArea {
    position: relative;
  }
  .wordsBlock__itemArea.contRight {
    margin-bottom: 0;
  }
  .wordsBlock__itemArea.contLeft .sentence {
    width: 47.16797%;
    box-sizing: border-box;
  }
  .wordsBlock .sentence__title {
    margin-bottom: 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .wordsBlock .sentence__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .wordsBlock {
    padding: 40px 0;
  }
  .wordsBlock__inner {
    padding: 0 15px;
  }
  .wordsBlock__itemArea.contRight {
    margin-bottom: 0;
    padding: 33vw 0 42.5px;
  }
  .wordsBlock__itemArea.contRight .image {
    top: 0;
    left: 0;
    width: 100%;
  }
  .wordsBlock__itemArea.contRight .sentence {
    width: 85.51724%;
    margin: 0 0 0 19.65517%;
    padding: 20px 22.5px 40px 20px;
  }
  .wordsBlock__itemArea.contLeft {
    padding: 53vw 0 0 0;
  }
  .wordsBlock__itemArea.contLeft .image {
    width: 100%;
  }
  .wordsBlock__itemArea.contLeft .sentence {
    width: 90.34483%;
    margin: 0 0 0 -15px;
    padding: 30px 20px 25px 20px;
  }
  .wordsBlock__itemArea.contLeft:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .wordsBlock__itemArea.contLeft:hover .sentence {
    color: #122ebd;
  }
  .wordsBlock__itemArea.contLeft:hover .sentence__btn {
    background-color: #122ebd;
  }
  .wordsBlock__itemArea .sentence {
    width: 72.8125%;
    box-sizing: border-box;
  }
  .wordsBlock__itemArea .sentence__title {
    margin-bottom: 18.5px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.7px;
    line-height: 1.4;
  }
  .wordsBlock__itemArea .sentence__text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 1.6;
  }
  .wordsBlock__itemArea .sentence__btn {
    left: 20px;
    bottom: -24px;
    width: 140px;
    padding: 16px 0 16px 15px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
  .wordsBlock__itemArea .sentence__btn:after {
    top: 50%;
    right: 20px;
    width: 11.5px;
    height: 7.5px;
  }
  .wordsBlock__itemArea .sentence__btn:hover {
    background-color: #122ebd;
  }
}
/*****************************************************
.worldBlock
******************************************************/
.worldBlock {
  background-color: #eff7ff;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}
.worldBlock__inner {
  position: relative;
  z-index: 10;
  width: 1024px;
  margin: 0 auto;
}
.worldBlock__itemArea {
  background-color: #fff;
  position: relative;
  zoom: 1;
}
.worldBlock__itemArea:before, .worldBlock__itemArea:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.worldBlock__itemArea:after {
  clear: both;
}
.worldBlock__itemArea.contRight .image {
  float: left;
}
.worldBlock__itemArea.contRight .sentence {
  float: right;
}
.worldBlock__itemArea.contLeft .image {
  float: right;
}
.worldBlock__itemArea.contLeft .sentence {
  float: left;
}
.worldBlock__itemArea .image {
  width: 50%;
  overflow: hidden;
}
.worldBlock__itemArea .image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.worldBlock__itemArea .sentence {
  cursor: pointer;
  background-color: #fff;
  position: relative;
  width: 50%;
  padding: 40px 30px 40px 40px;
  box-sizing: border-box;
  color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.worldBlock__itemArea .sentence__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.4;
}
.worldBlock__itemArea .sentence__text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.worldBlock__itemArea .sentence__btn {
  background-color: #122ebd;
  position: absolute;
  left: 40px;
  bottom: -24px;
  width: 190px;
  padding: 19px 0 19px 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.worldBlock__itemArea .sentence__btn:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/btn_arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 11px;
}
.worldBlock__itemArea:hover .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.worldBlock__itemArea:hover .sentence {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.worldBlock__itemArea:hover .sentence__btn {
  background-color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1024px) {
  .worldBlock {
    width: 100%;
    padding: 50px 0;
  }
  .worldBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .worldBlock__itemArea.contRight .image {
    float: none;
  }
  .worldBlock__itemArea.contRight .sentence {
    width: 100%;
    float: none;
    margin-bottom: 52px;
  }
  .worldBlock__itemArea.contLeft .image {
    float: none;
  }
  .worldBlock__itemArea.contLeft .sentence {
    float: none;
  }
  .worldBlock__itemArea .image {
    width: 100%;
  }
  .worldBlock__itemArea .sentence {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .worldBlock {
    padding: 40px 0 26px;
  }
  .worldBlock__inner {
    padding: 0 15px;
  }
  .worldBlock__itemArea.contRight .sentence {
    margin-bottom: 52px;
    padding: 15px 20px 30px 20px;
  }
  .worldBlock__itemArea .sentence {
    width: 100%;
    padding: 15px 20px 20px 20px;
  }
  .worldBlock__itemArea .sentence__title {
    margin-bottom: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 1.4;
  }
  .worldBlock__itemArea .sentence__text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.7;
  }
  .worldBlock__itemArea .sentence__btn {
    left: 20px;
    bottom: -24px;
    width: 140px;
    padding: 16px 0 16px 15px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
  .worldBlock__itemArea .sentence__btn:after {
    top: 50%;
    right: 20px;
    width: 11.5px;
    height: 7.5px;
  }
  .worldBlock__itemArea .sentence__btn:hover {
    background-color: #122ebd;
  }
  .worldBlock__itemArea:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .worldBlock__itemArea:hover .sentence {
    color: #122ebd;
  }
  .worldBlock__itemArea:hover .sentence__btn {
    background-color: #122ebd;
  }
}
/*****************************************************
.environmentBlock
******************************************************/
.environmentBlock {
  background-color: #f5f5f5;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.environmentBlock__inner {
  position: relative;
  z-index: 10;
  width: 1024px;
  margin: 0 auto;
}
.environmentBlock__image {
  position: relative;
}
.environmentBlock__image--bg {
  position: absolute;
  top: 30px;
  left: -128px;
  width: 1024px;
}
.environmentBlock__itemArea {
  position: relative;
  width: 50%;
  margin: -30px 0 0 50%;
  zoom: 1;
}
.environmentBlock__itemArea:before, .environmentBlock__itemArea:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.environmentBlock__itemArea:after {
  clear: both;
}
.environmentBlock__itemArea .image {
  width: 100%;
  overflow: hidden;
}
.environmentBlock__itemArea--sentence {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 40px 30px 60px 40px;
  color: #000;
  box-sizing: border-box;
}
.environmentBlock__itemArea--sentence .title {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.4;
}
.environmentBlock__itemArea--sentence .text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.environmentBlock__itemArea--sentence .btn {
  background-color: #122ebd;
  position: absolute;
  left: 40px;
  bottom: -24px;
  width: 190px;
  padding: 19px 0 19px 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.environmentBlock__itemArea--sentence .btn:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/btn_arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 11px;
}
.environmentBlock__itemArea:hover .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.environmentBlock__itemArea:hover .environmentBlock__itemArea--sentence {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.environmentBlock__itemArea:hover .environmentBlock__itemArea--sentence .btn {
  background-color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1024px) {
  .environmentBlock {
    padding: 50px 0;
  }
  .environmentBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .environmentBlock__image--bg {
    width: 100%;
  }
  .environmentBlock__itemArea {
    margin: -30px 0 0 50%;
  }
  .environmentBlock__itemArea .image {
    width: 100%;
  }
  .environmentBlock__itemArea--sentence {
    width: 100%;
    padding: 40px 30px 60px 40px;
  }
  .environmentBlock__itemArea--sentence .title {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .environmentBlock__itemArea--sentence .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .environmentBlock {
    padding: 40px 0;
  }
  .environmentBlock__inner {
    padding: 0 15px;
  }
  .environmentBlock__image--bg {
    position: relative;
    top: auto;
    left: -15px;
    width: 100%;
  }
  .environmentBlock__itemArea {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .environmentBlock__itemArea .image {
    width: 100%;
  }
  .environmentBlock__itemArea--sentence {
    width: 100%;
    padding: 15px 20px 20px 20px;
  }
  .environmentBlock__itemArea--sentence .title {
    margin-bottom: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 1.4;
  }
  .environmentBlock__itemArea--sentence .text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .environmentBlock__itemArea--sentence .btn {
    display: inline-block;
    position: relative;
    left: auto;
    bottom: auto;
    width: 140px;
    padding: 16px 0 16px 15px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
  .environmentBlock__itemArea--sentence .btn:after {
    top: 50%;
    right: 20px;
    width: 11.5px;
    height: 7.5px;
  }
  .environmentBlock__itemArea:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .environmentBlock__itemArea:hover .environmentBlock__itemArea--sentence {
    color: #122ebd;
  }
  .environmentBlock__itemArea:hover .environmentBlock__itemArea--sentence .btn {
    background-color: #122ebd;
  }
}
/*****************************************************
.asiaBlock
******************************************************/
.asiaBlock {
  position: relative;
  background: url(/kuis/worldgate/assets/img/index/asia_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 100px 0 64px;
  overflow: hidden;
  z-index: 10;
}
.asiaBlock__inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  z-index: 10;
}
.asiaBlock__title {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 6px;
}
.asiaBlock__image {
  position: relative;
}
.asiaBlock__image--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
}
.asiaBlock__itemArea {
  position: relative;
  width: 100%;
  zoom: 1;
}
.asiaBlock__itemArea:before, .asiaBlock__itemArea:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.asiaBlock__itemArea:after {
  clear: both;
}
.asiaBlock__itemArea--list {
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
}
.asiaBlock__itemArea--list:last-child {
  margin-right: 0;
}
.asiaBlock__itemArea--list .image {
  width: 100%;
  overflow: hidden;
}
.asiaBlock__itemArea--list .image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.asiaBlock__itemArea--list figcaption {
  background-color: #fff;
  min-height: 102px;
  padding: 19px 18px;
  box-sizing: border-box;
}
.asiaBlock__itemArea--list .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.6;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.asiaBlock__itemArea--list:hover .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.asiaBlock__itemArea--list:hover .title {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1024px) {
  .asiaBlock {
    padding: 50px 0 40px;
  }
  .asiaBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .asiaBlock__image--bg {
    top: 0;
    left: 0;
    width: 100%;
  }
  .asiaBlock__itemArea--list {
    width: 31.25%;
    margin-right: 3.125%;
  }
  .asiaBlock__itemArea--list figcaption {
    min-height: 136px;
    padding: 19px 18px;
    box-sizing: border-box;
  }
  .asiaBlock__itemArea--list .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .asiaBlock {
    background: url(/kuis/worldgate/assets/img/index/asia_bg_sp.jpg) no-repeat center top;
    background-size: 100%;
    padding: 40px 0 40px;
  }
  .asiaBlock__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .asiaBlock__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .asiaBlock__image--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .asiaBlock__itemArea {
    width: 100%;
  }
  .asiaBlock__itemArea--list {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .asiaBlock__itemArea--list .image {
    width: 100%;
  }
  .asiaBlock__itemArea--list figcaption {
    min-height: auto;
    padding: 20px;
  }
  .asiaBlock__itemArea--list .title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    line-height: 1;
  }
  .asiaBlock__itemArea--list:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .asiaBlock__itemArea--list:hover .title {
    color: #000;
  }
}
/*****************************************************
.moreBlock
******************************************************/
.moreBlock {
  background-color: #f4f4f4;
  background-size: 100%;
  width: 100%;
  padding: 100px 0 70px;
  overflow: hidden;
}
.moreBlock__inner {
  position: relative;
  z-index: 10;
  width: 1024px;
  margin: 0 auto;
}
.moreBlock__inner:before {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/more_item_bg.png);
  position: absolute;
  top: 64.6%;
  left: -100%;
  width: 190%;
  height: 34.4%;
}
.moreBlock__title {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 6px;
}
.moreBlock__image {
  position: relative;
}
.moreBlock__image--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
}
.moreBlock__itemArea {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
  overflow: hidden;
}
.moreBlock__itemArea--list {
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
}
.moreBlock__itemArea--list:last-child {
  margin-right: 0;
}
.moreBlock__itemArea--list img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list:hover .image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list:hover .title {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list:hover .text {
  color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list .image {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list figcaption {
  background-color: #fff;
  min-height: 122px;
  margin-bottom: 10px;
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
  color: #000;
}
.moreBlock__itemArea--list .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 4.8px;
  line-height: 1.25;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea--list .text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.4;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.moreBlock__itemArea.mov {
  position: relative;
  margin-bottom: 80px;
  padding: 50px 0 40px;
}
.moreBlock__itemArea.mov .moreBlock__itemArea--list {
  position: relative;
  width: 33.20313%;
  margin-right: 0.19531%;
}
.moreBlock__itemArea.mov .moreBlock__itemArea--list:last-child {
  margin-right: 0;
}
.moreBlock__itemArea.mov .moreBlock__itemArea--list .image {
  width: 100%;
  overflow: hidden;
}
.moreBlock__itemArea.mov .moreBlock__itemArea--list figcaption {
  background-color: transparent;
  min-height: auto;
  margin-bottom: 0;
  padding: 15px 0 0;
}
.moreBlock__itemArea.mov .moreBlock__itemArea--list .title {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .moreBlock {
    padding: 50px 0 40px;
  }
  .moreBlock:before {
    content: '';
    display: inline-block;
    background: url(/kuis/worldgate/assets/img/index/more_item_bg.png);
    position: absolute;
    top: 60.4%;
    left: 0;
    width: 80%;
    height: 30.1%;
  }
  .moreBlock__inner {
    width: 100%;
    padding: 0 20px;
  }
  .moreBlock__image--bg {
    width: 100%;
  }
  .moreBlock__itemArea {
    padding: 0 0 60px;
  }
  .moreBlock__itemArea--list:nth-of-type(2) .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .moreBlock__itemArea--list figcaption {
    min-height: 138px;
    margin-bottom: 10px;
    padding: 15px 10px 15px 20px;
  }
  .moreBlock__itemArea--list .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .moreBlock__itemArea--list .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .moreBlock__itemArea.mov {
    margin-bottom: 40px;
  }
  .moreBlock__itemArea.mov .moreBlock__itemArea--list .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .moreBlock {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
  }
  .moreBlock:before {
    content: none;
  }
  .moreBlock__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .moreBlock__inner:before {
    content: '';
    position: absolute;
    top: 75.6%;
    left: 0;
    width: 81.5625%;
    height: 21.9%;
  }
  .moreBlock__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .moreBlock__image--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1024px;
  }
  .moreBlock__itemArea {
    width: 100%;
    padding: 0 0 15px;
  }
  .moreBlock__itemArea--list {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .moreBlock__itemArea--list img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .moreBlock__itemArea--list:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .moreBlock__itemArea--list:hover .title {
    color: #000;
  }
  .moreBlock__itemArea--list:hover .text {
    color: #000;
  }
  .moreBlock__itemArea--list .image {
    width: 100%;
  }
  .moreBlock__itemArea--list figcaption {
    min-height: auto;
    padding: 20px;
  }
  .moreBlock__itemArea--list .title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    line-height: 1;
  }
  .moreBlock__itemArea--list .text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    line-height: 1.4;
  }
  .moreBlock__itemArea.mov {
    margin-bottom: 0;
    padding: 0;
  }
  .moreBlock__itemArea.mov .moreBlock__itemArea--list {
    position: relative;
    float: left;
    width: 48.27586%;
    margin-right: 3.44828%;
  }
  .moreBlock__itemArea.mov .moreBlock__itemArea--list:nth-of-type(2n) {
    margin-right: 0;
  }
  .moreBlock__itemArea.mov .moreBlock__itemArea--list figcaption {
    min-height: 42px;
    margin-bottom: 0;
    padding: 10px 0 0;
  }
  .moreBlock__itemArea.mov .moreBlock__itemArea--list .title {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.4px;
    line-height: 1.4;
  }
}
/*****************************************************
.guardianBlock
******************************************************/
.guardianBlock {
  position: relative;
  background-color: #cbe9ea;
  width: 100%;
  padding: 60px 0;
}
.guardianBlock__inner {
  width: 1024px;
  margin: 0 auto;
}
.guardianBlock__itemArea {
  position: relative;
}
.guardianBlock__itemArea--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 232px;
  overflow: hidden;
}
.guardianBlock__itemArea--sentence {
  padding-left: 264px;
  color: #000;
}
.guardianBlock__itemArea--sentence .title {
  margin-bottom: 19px;
  font-size: 20px;
  font-size: 2rem;
}
.guardianBlock__itemArea--sentence .text {
  margin-bottom: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
.guardianBlock__itemArea--sentence .btn {
  display: inline-block;
  background-color: #122ebd;
  position: relative;
  width: 190px;
  padding: 19px 0 19px 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.guardianBlock__itemArea--sentence .btn:after {
  content: '';
  display: inline-block;
  background: url(/kuis/worldgate/assets/img/index/icon_pdf.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
}
.guardianBlock__itemArea--sentence .btn:hover {
  background-color: #0054c5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1024px) {
  .guardianBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 640px) {
  .guardianBlock {
    width: 100%;
    padding: 30px 0;
  }
  .guardianBlock__inner {
    padding: 0 15px;
  }
  .guardianBlock__itemArea--image {
    position: relative;
    top: auto;
    left: auto;
    width: 51.72414%;
    margin: 0 auto 20px;
  }
  .guardianBlock__itemArea--sentence {
    padding-left: 0;
  }
  .guardianBlock__itemArea--sentence .title {
    margin-bottom: 19px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .guardianBlock__itemArea--sentence .text {
    margin-bottom: 18px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.7px;
  }
  .guardianBlock__itemArea--sentence .btn {
    position: relative;
    width: 115px;
    padding: 12.5px 0 12.5px 15px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1.6px;
    color: #fff;
  }
  .guardianBlock__itemArea--sentence .btn:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 12px;
    height: 12px;
  }
  .guardianBlock__itemArea--sentence .btn:hover {
    background-color: #fff;
  }
}
/*****************************************************
.relationBlock
******************************************************/
.relationBlock {
  background-color: #335aa1;
  position: relative;
}
.relationBlock__label {
  background-color: #f1f1f1;
  padding: 32px 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .relationBlock__label {
    padding: 18px 0 12px;
  }
}
.relationBlock__label__text {
  font-size: 20px;
  font-size: 2rem;
  width: 1024px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .relationBlock__label__text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .relationBlock__label__text {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    margin-left: 15px;
  }
}
.relationBlock__label__mark {
  background-image: url(/kuis/worldgate/assets/img/top/mark_tri.png);
  bottom: -6px;
  height: 6px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
}
.relationBlock__list {
  zoom: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.relationBlock__list:before, .relationBlock__list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.relationBlock__list:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .relationBlock__list {
    margin: 5px 1% 0;
  }
}
@media only screen and (max-width: 640px) {
  .relationBlock__list {
    margin: 10px 0;
  }
}
.relationBlock__list__item {
  float: left;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .relationBlock__list__item {
    margin-top: 0;
    width: 50%;
  }
  .relationBlock__list__item--r {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .relationBlock__list__item {
    margin-top: 0;
    width: 50%;
  }
}
.relationBlock__list__item--on .relationBlock__list__item__image--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.relationBlock__list__item--international .relationBlock__list__item__title {
  letter-spacing: 0.04em;
}
.relationBlock__list__item__image {
  display: block;
}
.relationBlock__list__item__image img {
  width: 100%;
}
.relationBlock__list__item__image--over {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition-duration: 0.3s;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .relationBlock__list__item__image--over {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.relationBlock__list__item__color {
  transition-duration: 0.3s;
  background-color: transparent;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .relationBlock__list__item__color {
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#44000000,EndColorStr=#44000000);
    /*IE8以下用*/
  }
}
.relationBlock__list__item__title {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: -3.5% 0 0 0;
  position: absolute;
  text-align: center;
  top: 46%;
  width: 100%;
}
@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .relationBlock__list__item__title {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
  }
}
.relationBlock__list__item__title__correct {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  display: block;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  margin: -2% 0 2%;
  text-align: center;
}
.relationBlock__list__item__title__intro {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  margin-top: 2%;
  text-align: center;
}
@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .relationBlock__list__item__title__intro {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
  }
}
.relationBlock__list__item__title img {
  width: 100%;
}
.relationBlock__list__item__mark {
  background-image: url(/kuis/worldgate/assets/img/top/mark_blank.png);
  background-size: 100%;
  bottom: 8px;
  height: 16px;
  position: absolute;
  right: 8px;
  width: 16px;
}
@media only screen and (max-width: 640px) {
  .relationBlock__list__item__mark {
    height: 8px;
    width: 8px;
  }
}
.relationBlock__list__item__link {
  background: rgba(255, 255, 255, 0);
  display: block;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ffffff,EndColorStr=#00ffffff);
  /*IE8以下用*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.relationBlock__ftlabel {
  background-color: #f1f1f1;
  padding: 10px 0;
}

/*****************************************************
.ftBlock
******************************************************/
.ftBlock {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 40px 0 0;
}
.ftBlock__inner {
  width: 1024px;
  margin: 0 auto;
}
.ftBlock__logo {
  width: 480px;
  margin-bottom: 30px;
}
.ftBlock__nav {
  overflow: hidden;
  padding-bottom: 40px;
}
.ftBlock__nav__list {
  float: left;
  border-right: 1px solid #e0e0e0;
  margin-right: 14px;
  padding-right: 13px;
}
.ftBlock__nav__list--link {
  font-size: 13px;
  font-size: 1.3rem;
  color: #2f60b7;
  line-height: 1;
}

.fCopy {
  background-color: #f1f1f1;
  padding: 40px 0;
  color: #000;
}
.fCopy__inner {
  margin: 0 50px;
  overflow: hidden;
}
.fCopy__rightBox {
  float: right;
  overflow: hidden;
}
.fCopy__rightBox--list {
  float: left;
  border-right: 1px solid #000;
  margin-right: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.fCopy__rightBox--list:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.fCopy__copy {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .ftBlock {
    padding: 34px 0 0;
  }
  .ftBlock__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .ftBlock__logo {
    width: 480px;
    margin-bottom: 30px;
  }
  .ftBlock__nav {
    padding-bottom: 34px;
  }
  .ftBlock__nav__list {
    line-height: 2.4;
  }

  .fCopy {
    padding: 40px 0;
  }
  .fCopy__inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .fCopy__rightBox {
    float: right;
    overflow: hidden;
  }
  .fCopy__rightBox--list {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .fCopy__copy {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .ftBlock {
    width: 100%;
    padding: 20px 0 42px;
  }
  .ftBlock__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .ftBlock__logo {
    width: 100%;
    margin-bottom: 11px;
  }
  .ftBlock__nav {
    padding-bottom: 20px;
  }
  .ftBlock__nav__list {
    margin-right: 12px;
    margin-bottom: 13px;
    padding-right: 11px;
    text-decoration: underline;
    line-height: 1;
  }
  .ftBlock__nav__list--link {
    font-size: 10px;
    font-size: 1rem;
    color: #2f60b7;
  }

  .fCopy {
    padding: 23px 0;
    color: #000;
  }
  .fCopy__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .fCopy__rightBox {
    float: none;
    width: 75.86207%;
    margin: 0 auto 18px;
  }
  .fCopy__rightBox--list {
    float: left;
    margin-right: 11px;
    padding-right: 11px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
  .fCopy__rightBox--list:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .fCopy__rightBox--list .link {
    text-decoration: underline;
  }
  .fCopy__copy {
    float: none;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
/*****************************************************
.trackingArea
******************************************************/
.trackingArea {
  display: none;
  position: fixed;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 100;
  opacity: 0;
}
.trackingArea__cont--list {
  width: 56px;
  height: 130px;
  margin-bottom: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.trackingArea__cont--list a {
  width: 100%;
  display: inline-block;
  background-color: #000;
  padding: 28px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #fff;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  box-sizing: border-box;
}
.trackingArea__cont--list:nth-of-type(2) a {
  background-color: #004097;
  letter-spacing: 0.1px;
}

@media only screen and (max-width: 640px) {
  .trackingArea {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    z-index: 100;
    opacity: 0;
  }
  .trackingArea__cont {
    width: 100%;
    overflow: hidden;
  }
  .trackingArea__cont--list {
    float: left;
    width: 49.84375%;
    height: auto;
    margin-right: 0.3125%;
    margin-bottom: 0;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-align: center;
  }
  .trackingArea__cont--list:last-child {
    margin-right: 0;
  }
  .trackingArea__cont--list a {
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: auto;
    box-sizing: border-box;
    -webkit-text-orientation: initial;
    text-orientation: initial;
  }
  .trackingArea__cont--list:nth-of-type(2) a {
    background-color: #004097;
    letter-spacing: auto;
  }
}
/*****************************************************
.modalArea
******************************************************/
.js-movieBtn {
  cursor: pointer;
}

.modalArea {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: scroll;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.modalArea__bg {
  background-color: rgba(0, 64, 151, 0.98);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130vh;
  z-index: 0;
}
.modalArea__inner {
  position: relative;
  width: 78.125%;
  max-width: 1000px;
  margin: 100px auto 0;
}
.modalArea__mov {
  position: relative;
  width: 100%;
  height: 44vw;
  max-height: 560px;
  margin: 0 0 40px;
  z-index: 10;
}
.modalArea__mov iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.modalArea__sentence--title {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.modalArea__sentence--text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.modalArea__sentence--bt {
  position: relative;
  cursor: pointer;
  background-color: #002f6e;
  border-radius: 5px;
  width: 54px;
  height: 54px;
  position: absolute;
  top: -60px;
  right: -67px;
  width: 54px;
  height: 54px;
}
.modalArea__sentence--bt:before {
  content: '';
  background: url(/kuis/worldgate/assets/img/index/modal_close.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.modalArea__sentence--bt:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.4s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modalArea .youtube {
  display: none;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .modalArea__inner {
    width: 93.75%;
  }
  .modalArea__mov {
    margin: 0 0 30px;
  }
  .modalArea__sentence--title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .modalArea__sentence--text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .modalArea__sentence--bt {
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .modalArea__sentence--bt:before {
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
  }
  .modalArea__sentence--bt:hover:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .modalArea .youtube {
    display: none;
    opacity: 1;
  }
}
/*****************************************************
.pagetop
******************************************************/
.pagetop {
  bottom: 20px;
  position: fixed;
  z-index: 1000;
  right: 20px;
  opacity: 0;
}
.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;
}
