body {
  color: #111;
}

[lang="en"] {
  font-family: Roboto, sans-serif;
}

[lang="zh-cmn-Hans"] {
  font-family: "Noto Sans SC", sans-serif;
}

.fixed {
  position: fixed;
  width: 100%;
}

#wrap {
  overflow: hidden;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.btn:hover {
  opacity: .7;
}

a > img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

a:hover > img {
  opacity: .7;
}

.pageTitle {
  display: block;
  margin-top: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}

.pageTitle span {
  text-transform: uppercase;
}

.pageTitle small {
  margin-top: 12px;
  display: block;
  font-size: 17px;
  line-height: 1.29;
  letter-spacing: 0.05em;
}

.jumbotron {
  margin: 45px 15px 0;
  position: relative;
}

.jumbotron:before {
  content: "";
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png);
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.jumbotron figure img {
  width: 100%;
}

.interviewModule {
  margin: 0 15px;
  padding: 10px;
  background: url(/en/asset/img/common/bg_dots02.png) repeat top left;
  background-size: 10px 11px;
}

.interviewModule > .inner {
  padding: 10px;
  background-color: #fff;
}

.interviewModule .title {
  margin-top: 44px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.77;
}

.interviewModule .name {
  margin-top: 40px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  position: relative;
}

.interviewModule .name:before {
  content: "";
  height: 4px;
  width: 115px;
  background-color: #005faa;
  position: absolute;
  top: -25px;
  left: 0;
}

.interviewModule .meta {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.interviewModule .picture {
  margin: 30px 35px 0;
}

.interviewModule .picture img {
  width: 100%;
}

.interviewModule .moreBtn {
  margin-top: 24px;
  height: 50px;
  width: 100%;
  border: solid 2px #005faa;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}

.interviewModule .moreBtn:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #005faa;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.indentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indentText > span {
  margin-right: 0.5em;
}

.indentText > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.js-scrollable {
  position: relative;
}

.scrollIcon {
  width: 26.5px;
  height: 42.5px;
  z-index: 1;
  position: absolute;
  top: 200px;
  right: 15px;
}

.globalNav {
  height: 70px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
}

.globalNav > .inner {
  position: relative;
}

.globalNav .logo {
  display: inline-block;
  margin: 17px 0 0 15px;
}

#toggleMenu {
  display: inline-block;
  height: 70px;
  width: 70px;
  background-color: #005faa;
  z-index: 1;
  position: relative;
}

#toggleMenu span {
  margin: auto;
  height: 2px;
  width: 25px;
  background-color: #fff;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#toggleMenu span:first-of-type {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#toggleMenu span:last-of-type {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#toggleMenu.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggleMenu.active span:nth-of-type(2) {
  opacity: 0;
}

#toggleMenu.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#overlayMenu {
  height: calc(100% - 70px);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 999;
  position: fixed;
  top: 70px;
  left: 0;
}

#overlayMenu > .inner {
  padding: 15px;
  height: 100%;
  overflow: scroll;
}

#overlayMenu .navigation li {
  background: no-repeat center;
  background-size: cover;
}

#overlayMenu .navigation li:first-of-type {
  background-image: url(/en/asset/img/common/img_link-about.jpg);
}

#overlayMenu .navigation li:nth-of-type(2) {
  background-image: url(/en/asset/img/common/img_link-academic.jpg);
}
#overlayMenu .navigation li:nth-of-type(3) {
  background-image: url(/en/asset/img/common/img_link-universities.jpg);
}

#overlayMenu .navigation li:nth-of-type(4) {
  background-image: url(/en/asset/img/common/img_link-careers.jpg);
}

#overlayMenu .navigation li:nth-of-type(5) {
  background-image: url(/en/asset/img/common/img_link-graduates.jpg);
}

#overlayMenu .navigation li:nth-of-type(6) {
  background-image: url(/en/asset/img/common/img_link-admission.jpg);
}

#overlayMenu .navigation li:last-of-type {
  background-image: url(/en/asset/img/common/img_link-contact.jpg?20220909);
}

#overlayMenu .navigation li + li {
  margin-top: 10px;
}

#overlayMenu .navigation a {
  display: block;
  height: 100px;
  padding: 30px 0 0 36px;
}

#overlayMenu .navigation a span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

#overlayMenu .navigation a span:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 0;
}

#overlayMenu .socialMedia {
  margin: 25px 0 20px;
}

#overlayMenu .closeBtn {
  display: block;
  height: 55px;
  background-color: #003d6b;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.socialMedia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialMedia li + li {
  margin-left: 10px;
}

.socialMedia a {
  display: block;
  position: relative;
}

.socialMedia img {
  height: 38px;
  width: 38px;
}

.socialMedia .off {
  opacity: 1;
}

.socialMedia .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  margin-top: 108px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #f5f5f5;
}

.footer > .inner {
  position: relative;
}

.footer .logo {
  display: block;
  height: 47px;
}

.footer .navigation {
  padding-top: 48px;
  margin: 0 20px;
}

.footer .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .navigation li {
  line-height: 1.54;
  position: relative;
}

.footer .navigation li:after {
  content: "";
  height: 3px;
  width: 0;
  background-color: #005faa;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
}
.footer .navigation li.current:after {
  width: 100%;
}

.footer .navigation a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.footer address {
  font-size: 13px;
  font-style: normal;
  text-align: center;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.footer .copyright {
  padding-bottom: 24px;
  font-size: 11px;
  color: #959595;
  text-align: center;
  letter-spacing: 0.05em;
}

.footer .socialMedia {
  margin: 20px 0 25px;
}

.footer .pageTop {
  width: 64px;
  position: absolute;
  top: -60px;
  right: 15px;
}

.mainVisual {
  margin-top: 15px;
  padding: 0 15px;
  height: 450px;
  position: relative;
}

.mainVisual > .inner {
  height: 100%;
  position: relative;
}

.mainVisual:before {
  content: "";
  width: 100%;
  background: url(/en/asset/img/common/bg_dots01.png) repeat top left;
  background-size: auto 11px;
  position: absolute;
  top: 25px;
  left: 0;
  bottom: 25px;
}

.mainVisual .floatedText {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 0;
}

.mainVisual .floatedText > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 25px 0;
  height: 30px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #005faa;
  background-color: #fff;
  text-transform: uppercase;
  position: relative;
}

.mainVisual .floatedText > span ~ span {
  margin-top: 12px;
}

.mainVisual .floatedText:after {
  content: "";
  height: 62px;
  width: 129px;
  background: url(/en/asset/img/top/txt_enjoy-your-life.png);
  background-size: contain;
  position: absolute;
  top: 85px;
  right: -52px;
}

.mainVisualSlides, .mainVisualSlide,
.mainVisualSlide > div,
.mainVisual .slick-list,
.mainVisual .slick-track {
  height: 100%;
}

.mainVisualSlides {
  background-color: #fff;
}

.mainVisualSlide > div {
  background: no-repeat center;
  background-size: cover;
}

.mainVisual .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -23px;
  right: 10px;
}

.mainVisual .slick-dots li {
  height: 6px;
  width: 6px;
  background-color: #bcbcbc;
  border-radius: 100%;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.mainVisual .slick-dots li + li {
  margin-left: 10px;
}

.mainVisual .slick-dots li.slick-active {
  background-color: #005faa;
}

.mainVisual .slick-dots li + li {
  margin-left: 10px;
}

.mainVisual .slick-dots button {
  visibility: hidden;
}

.topSections {
  margin-top: -25px;
  background: url(/en/asset/img/top/bg_world-map.png) no-repeat center top;
  background-size: 100% auto;
}

.topIntroSection {
  overflow: hidden;
}

.topIntroSection .heading {
  margin-top: 68px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.45;
  text-align: center;
  position: relative;
}

.topIntroSection .heading:after {
  content: "";
  display: block;
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 200px;
  right: 0;
}

.topIntroSection .text {
  margin-top: 70px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 15px;
}

.topNewsSection {
  margin: 32px 15px 0;
}

.topNewsSection .heading {
  background-color: #e60012;
  position: relative;
}

.topNewsSection .heading a {
  padding: 24px 0 0 18px;
  display: block;
  height: 111px;
  color: #fff;
}

.topNewsSection .heading span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.topNewsSection .heading .title {
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
}

.topNewsSection .heading .title:after {
  content: "";
  display: block;
  margin: auto;
  height: 18px;
  width: 74px;
  background: url(/en/asset/img/common/tit_wave02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 37px;
  left: 2px;
}

.topNewsSection .heading .more {
  font-size: 13px;
  letter-spacing: 0.05em;
  position: absolute;
}

.topNewsSection .heading .more:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
}

.topEventsSection {
  margin: 45px 15px 0;
  padding: 5px;
  background: url(/en/asset/img/top/bg_events.jpg) no-repeat center;
  background-size: cover;
}

.topEventsSection > .inner {
  padding: 9px 9px 43px;
  height: 100%;
  border: solid 1px #fff;
}

.topEventsSection .heading {
  margin-top: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #111;
  line-height: 1.38;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.topEventsList {
  margin-top: 44px;
}

.topEventsItem .title {
  padding: 3px;
}

.topEventsItem .title > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: solid 1px #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.topEventsItem .content {
  padding: 25px;
  background-color: #fff;
}

.topEventsItem .time {
  margin-top: 26px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.topEventsItem .text {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.72;
  letter-spacing: 0.05em;
}

.topEventsItem01 .title {
  height: 94px;
  background-color: #acdd31;
}

.topEventsItem01 .title > .inner {
  padding-top: 8px;
}

.topEventsItem02 .title {
  height: 109px;
  background-color: #005faa;
}

.topEventsItem02 .title > .inner {
  padding-top: 7px;
  font-size: 20px;
}

.eventScheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eventScheduleItem {
  width: 50%;
  font-weight: bold;
  position: relative;
}

.eventScheduleItem .date {
  font-size: 26px;
  letter-spacing: .05em;
}

.eventScheduleItem .week {
  display: inline-block;
  margin: 4px 0 0 4px;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}

.eventScheduleItem .week:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #005faa;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.eventScheduleItem.finished:after {
  content: "";
  height: 35px;
  width: 91px;
  background: url(/en/asset/img/top/img_finished.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 5px;
}

.eventScheduleItem:nth-of-type(n + 3) {
  margin-top: 15px;
}

.topNewsItem figure img {
  width: 100%;
}

.topNewsItem .newsDate {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.topNewsItem .newsTitle {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.topNewsItem p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.topPresidentSection {
  margin-top: 65px;
}

.topPresidentSection .heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.topPresidentSection .heading:after {
  content: "";
  display: block;
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 52px;
  right: 0;
}

.topPresidentSection .pictureWrapper .picture {
  margin: -15px 15px 0;
}

.topPresidentSection .pictureWrapper .picture .caption1 {
  margin: 23px 0 0 -3px;
  font-family: Damion, cursive;
  font-size: 15px;
  color: #005faa;
  line-height: 1.26;
  letter-spacing: 0.05em;
}

.topPresidentSection .pictureWrapper .picture .caption2 {
  margin: 14px 0 0 3px;
  padding: 3px 0 5px;
  border-left: solid 1px #005faa;
  padding-left: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.topPresidentSection .pictureWrapper .text1 {
  margin: 74px 0 0 34px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
}

.topPresidentSection .textWrapper .text2 {
  margin: 21px 15px 0;
  padding: 14px 26px;
  background-color: #f5f5f5;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.topPresidentSection .textWrapper .text2 p + p {
  margin-top: 8px;
}

.topPresidentSection .textWrapper .text3 {
  margin: 25px 15px 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.topLearningSection {
  margin-top: 48px;
  padding: 15px 15px 95px;
  background: url(/en/asset/img/top/bg_learning.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.topLearningSection .heading {
  margin-top: 66px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.42;
  position: relative;
}

.topLearningSection .heading:after {
  content: "";
  display: block;
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 158px;
  right: 0;
}

.topLearningSection .text1 {
  margin-top: 62px;
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.77;
}

.topLearningSection .text2 {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: center;
}

.topLearningSection .moreBtn {
  margin: 25px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 2px #fff;
  position: relative;
}

.topLearningSection .moreBtn:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.topGraduatesSection {
  margin-top: 45px;
}

.topGraduatesSection .heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.topGraduatesSection .heading:after {
  content: "";
  display: block;
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 95px;
  right: 0;
}

.topGraduatesSection .subHeading {
  margin-top: 76px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  text-align: center;
}

.topBanners {
  margin: 55px 15px 0;
}

.topBanners a {
  display: inline-block;
}

.interviewModule.topPage {
  margin-top: 30px;
}

.aboutInternational {
  margin: 74px 15px 0;
}

.aboutInternational .heading01 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}

.aboutInternational .heading01:after {
  content: "";
  margin: auto;
  height: 4px;
  width: 115px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -28px;
  right: 0;
}

.aboutInternational .heading02 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.05em;
}

.aboutInternational .content > .inner {
  padding: 20px;
  background-color: #fff;
}

.aboutInternational .smallWorldMap {
  margin-top: 56px;
}

.aboutInternational .smallWorldMap img {
  width: 100%;
}

.aboutInternational .text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.aboutInternational .dormitories {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 119px;
  border: solid 2px #005faa;
  text-align: center;
}

.aboutInternational .dormitories .heading03 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.05em;
  text-align: center;
}

.aboutInternational .dormitories span {
  margin-top: 5px;
  font-size: 13px;
  color: #005faa;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.aboutOUT {
  margin: 38px 22px 0 15px;
  height: 362px;
}

.aboutOUT .heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 21px;
  position: absolute;
  top: 23px;
  left: 0;
}

.aboutOUT .heading span {
  display: inline-block;
  padding: 5px 15px 1px;
  background-color: #005faa;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.aboutOUT .heading span ~ span {
  margin-top: 5px;
}

.aboutOUT address {
  margin: 116px 0 0 60px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

.aboutOUT address .contact {
  margin-top: 24px;
}

.aboutOUT .viewMap {
  display: inline-block;
  width: 82px;
  margin-left: 0.5em;
  padding: 6px 0 3px;
  background-color: #e60012;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

.aboutOUT > .wrapper {
  height: 100%;
  position: relative;
}

.aboutOUT > .wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/en/asset/img/common/bg_dots02.png) repeat top left;
  background-size: 10px 11px;
  z-index: -1;
  position: absolute;
  top: 15px;
  left: 15px;
}

.aboutOUT > .wrapper > .inner {
  height: 100%;
  border: solid 2px #f5f5f5;
  background: url(/en/asset/img/about/bg_school-building.png) no-repeat left bottom, #fff;
  background-size: 134px auto;
  position: relative;
}

.aboutOUT .socialMedia {
  position: absolute;
  top: 285px;
  left: 140px;
}

.aboutLocation {
  margin: 93px 15px 0;
}

.aboutLocation .heading {
  text-align: center;
  position: relative;
}

.aboutLocation .heading img {
  height: 23px;
  width: auto;
}

.aboutLocation .heading:after {
  content: "";
  margin: auto;
  height: 4px;
  width: 116px;
  background-color: #005faa;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.aboutLocation .intro .content {
  position: relative;
}

.aboutLocation .intro .content:before {
  content: "";
  height: 100%;
  width: calc(100% - 38px);
  background-color: #f5f5f5;
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
}

.aboutLocation .intro .text {
  font-size: 13px;
  line-height: 1.63;
  letter-spacing: 0.05em;
}

.aboutLocation .intro .text span {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #005faa;
}

.aboutLocation .intro .text2 {
  margin-top: 12px;
}

.aboutLocation .intro .text3 {
  margin-top: 33px;
}

.aboutLocation .touristSpot {
  margin-top: 65px;
  position: relative;
}

.aboutLocation .touristSpot .pictures {
  padding: 30px 15px 30px 20px;
  background: url(/en/asset/img/common/bg_dots03.png) repeat left top;
  background-size: auto 10px;
}

.aboutLocation .touristSpot .pictures figure {
  position: relative;
}

.aboutLocation .touristSpot .pictures figure img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.aboutLocation .touristSpot .pictures figure:before {
  content: "";
  background-color: #e8e8e8;
  z-index: 0;
  position: absolute;
  top: 10px;
  right: -10px;
  left: 9px;
  bottom: -10px;
}

.aboutLocation .touristSpot .content {
  padding: 35px 30px 0;
  background: url(/en/asset/img/about/bg_tourist-spot.png) no-repeat center top;
  background-size: contain;
}

.aboutLocation .touristSpot .content .text {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.aboutMap {
  margin: 35px 15px 0;
  height: 350px;
}

.aboutMap #map {
  height: 100%;
}

.aboutMap .gm-style-iw_wrap {
  height: auto !important;
  width: 164px !important;
  margin: 25px 0 0 13px !important;
  border: solid 2px #d2d2d2 !important;
  background: #fff;
}

.aboutMap .gm-style-iw_wrap:after, .aboutMap .gm-style-iw_wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  background-size: 100% !important;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #fff;
  bottom: -18px;
  left: 50%;
}

.aboutMap .gm-style-iw_wrap:before {
  z-index: 1;
}

.aboutMap .gm-style-iw_wrap:after {
  z-index: 0;
  border-top: 9px solid #d2d2d2;
  bottom: -21px;
}

.aboutMap .gm-style-iw_next {
  display: none !important;
}

.aboutMap .gm-style-iw {
  height: auto !important;
  width: 160px !important;
  left: 0 !important;
  padding: 0 8px;
  overflow: hidden;
  text-align: center;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.aboutMap .gm-style-iw img {
  margin: 12px 0 8px;
  width: 140px;
  vertical-align: top;
}

.aboutMap .gm-style-iw p,
.aboutMap .gm-style-iw span {
  font-family: "Josefin Sans", sans-serif;
}

.aboutMap .gm-style-iw p {
  margin: 15px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
}

.aboutMap .gm-style-iw p:after {
  content: "";
  margin: auto;
  height: 2px;
  width: 20px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -7px;
  right: 0;
}

.aboutMap .gm-style-iw span {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  font-weight: bold;
}

.aboutMap .gm-style-iw > div,
.aboutMap .gm-style-iw > div > div {
  overflow: hidden !important;
}

.aboutMap .gm-style-iw_arrow {
  display: none !important;
}

.locationSection {
  margin-top: 70px;
}

.locationSection .heading02 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.locationSection .heading02:after {
  content: "";
  margin: auto;
  height: 4px;
  width: 115px;
  position: absolute;
  left: 0;
  bottom: -28px;
  right: 0;
}

.locationSection .introText {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
}

.locationSection.locationTradition .heading02:after {
  background-color: #e60012;
}

.locationSection.locationTradition .locationItem .name {
  color: #e60012;
}

.locationSection.locationTradition .locationItem .picture:before {
  background-image: url(/en/asset/img/common/bg_dots01.png);
  background-size: auto 11px;
}

.locationSection.locationLifestyle .heading02:after {
  background-color: #005faa;
}

.locationSection.locationLifestyle .locationItem .name {
  color: #005faa;
}

.locationSection.locationLifestyle .locationItem .picture:before {
  background-image: url(/en/asset/img/common/bg_dots02.png);
  background-size: 10px auto;
}

.locationList {
  margin-top: 54px;
}

.locationItem .picture {
  position: relative;
}

.locationItem .picture figure img {
  width: 100%;
}

.locationItem .name {
  margin-top: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.locationItem .text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0.05em;
}

.locationMap {
  height: 18px;
  width: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.locationId {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -4px;
  left: -4px;
}

.courseTitle {
  margin-top: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.courseIntro {
  margin: 30px 15px 0;
  padding: 97px 15px 90px;
  background: url(/en/asset/img/course/bg_course-intro.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.courseIntro:before {
  content: "";
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png);
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.courseIntro .heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  line-height: 1.42;
}

.courseIntro .card {
  margin-top: 16px;
  padding: 18px 0 10px;
  background-color: #fff;
  position: relative;
}

.courseIntro .card:before, .courseIntro .card:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  position: absolute;
}

.courseIntro .card:before {
  border-width: 22px 22px 0 0;
  border-color: #e60012 transparent transparent transparent;
  top: 0;
  left: 0;
}

.courseIntro .card:after {
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #003d6b transparent;
  bottom: 0;
  right: 0;
}

.courseIntro .cardText {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #003d6b;
  line-height: 1.8;
  text-align: center;
}

.courseIntro .text {
  margin-top: 26px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.courseInternational {
  margin-top: 75px;
}

.courseInternational .heading01,
.courseInternational .heading02 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.42;
  text-align: center;
  position: relative;
}

.courseInternational .heading01:after,
.courseInternational .heading02:after {
  content: "";
  margin: auto;
  height: 4px;
  width: 115px;
  background-color: #003d6b;
  position: absolute;
  left: 0;
  bottom: -28px;
  right: 0;
}

.courseInternational .heading01 {
  font-size: 26px;
  text-transform: uppercase;
}

.courseInternational .heading02 {
  font-size: 24px;
}

.courseInternational .heading02.style01 {
  position: absolute;
  left: 0;
  top: -82px;
  right: 0;
  z-index: 1;
}

.courseInternational .content01 {
  margin: 39px 15px 0;
}

.courseInternational .content01 .heading02 {
  margin-top: 35px;
}

.courseInternational .content01 .text {
  margin-top: 55px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.courseInternational .content02 {
  margin-top: 130px;
  position: relative;
}

.courseInternational .content03 {
  margin-top: 50px;
}

.courseInternational .content04 {
  margin-top: 64px;
}

.humanProfile {
  padding: 105px 0 50px;
  background: url(/en/asset/img/course/bg_human-profile.jpg) no-repeat center;
  background-size: cover;
  position: relative;;
}
.humanProfile::before{
  content: '';
  background-image: url(/en/asset/img/course/ico-person.png);
  display: inline-block;
  width: 23px;
  height: 61px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.humanProfile .redCircle,
.humanProfile .blueCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background: no-repeat center;
  background-size: contain;
}

.humanProfile .redCircle {
  height: 271px;
  width: 271px;
  background-image: url(/en/asset/img/course/img_red-circle01.png);
}

.humanProfile .blueCircle {
  width: 274px;
  height: 273px;
  background-image: url(/en/asset/img/course/img_blue-circle01.png);
}

.humanProfile strong {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

.humanProfile strong:after {
  content: "";
  margin: auto;
  height: 17px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
}

.humanProfile p {
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.23;
}

.courseApproch {
  margin: 60px 15px 0;
}

.courseApproch .contentCard {
  margin: -45px 10px 0;
  padding: 15px;
  color: #fff;
  background: repeat left top;
  background-size: 8px 8px;
  position: relative;
}

.courseApproch .contentCard strong {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.courseApproch .contentCard p {
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.05em;
}

.courseApproch .contentCard.isRed {
  background-image: url(/en/asset/img/course/bg_red-dots.png);
}

.courseApproch .contentCard.isBlue {
  background-image: url(/en/asset/img/course/bg_blue-dots.png);
}

.courseSkillsList {
  margin: 56px 15px 0;
}

.courseSkillsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/en/asset/img/course/bg_skills.png) no-repeat left 15px center;
  background-size: auto 2px;
  color: #fff;
}

.courseSkillsItem:nth-of-type(odd) {
  background-color: #09bbcb;
}

.courseSkillsItem:nth-of-type(even) {
  background-color: #3d9fd3;
}

.courseSkillsItem span,
.courseSkillsItem p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.courseSkillsItem span {
  margin-left: 44px;
  font-size: 23px;
}

.courseSkillsItem p {
  margin: 11px 10px 9px 26px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.courseCurriculumHeading {
  margin-top: 75px;
}

.courseCurriculumHeading small,
.courseCurriculumHeading span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}

.courseCurriculumHeading small {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.courseCurriculumHeading > span {
  margin-top: 8px;
}

.courseCurriculumHeading span {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.41;
  color: #005faa;
  background: url(/en/asset/img/common/bg_dots-line01.png) repeat-x bottom 16px left;
  background-size: 6px 3px;
}

.courseCurriculumHeading span span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}

.courseCurriculum {
  margin: 30px 15px 0;
  counter-reset: curriculum;
}

.courseCurriculum .photo {
  margin: 0 1px 0 -2px;
}

.courseCurriculumList {
  margin-top: 39px;
}

.courseCurriculumList .courseCurriculumItem + .courseCurriculumItem {
  margin-top: 24px;
}

.courseCurriculumItem .olWrapper {
  font-family: "Josefin Sans", sans-serif;
}

.courseCurriculumItem .olWrapper ol {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.courseCurriculumItem .olWrapper ol li {
  padding-left: 20px;
  text-indent: -20px;
  counter-increment: curriculum;
}

.courseCurriculumItem .olWrapper ol li:before {
  content: counter(curriculum);
  display: inline-block;
  width: 20px;
  text-indent: 0;
}

.courseCurriculumItem .olWrapper:nth-of-type(2n) {
  margin-left: 20px;
}

.courseCurriculumItem .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courseCurriculumItem .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 53px;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
}

.courseCurriculumItem .title span {
  padding-bottom: 4px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-bottom: solid 2px #fff;
}

.courseCurriculumItem .category {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
}

.courseCurriculumItem01 .title {
  background-color: #611ac1;
}

.courseCurriculumItem01 ol li:before {
  color: #611ac1;
}

.courseCurriculumItem02 .title {
  background-color: #09bbcb;
}

.courseCurriculumItem02 ol li:before {
  color: #09bbcb;
}

.courseCurriculumItem03 .title {
  background-color: #acdd31;
}

.courseCurriculumItem03 ol li:before {
  color: #acdd31;
}

.courseCurriculumItem04 .title {
  background-color: #005faa;
}

.courseCurriculumItem04 ol li:before {
  color: #005faa;
}

.coursePanels {
  margin: 65px 15px 0;
}

.coursePanel {
  padding: 15px;
  background-color: #f5f5f5;
}

.coursePanelHeading01, .coursePanelHeading02 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}

.coursePanelHeading01 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}

.coursePanelHeading01:after {
  content: "";
  margin: auto;
  height: 2px;
  width: 30px;
  background-color: #003d6b;
  position: absolute;
  left: 0;
  bottom: -12px;
  right: 0;
}

.coursePanelHeading02 {
  font-size: 18px;
  color: #005faa;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.coursePanelText {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.coursePanelBlock {
  margin-top: 15px;
  padding: 20px 12px;
  background-color: #fff;
}

.coursePanelBlock ol,
.coursePanelBlock p {
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0.05em;
}

.coursePanelBlock ol {
  margin-top: 24px;
  counter-reset: ol;
}

.coursePanelBlock ol li {
  counter-increment: ol;
  padding-left: 15px;
  text-indent: -15px;
}

.coursePanelBlock ol li:before {
  content: counter(ol);
  display: inline-block;
  width: 15px;
  text-indent: 0;
}

.careersMessage {
  margin: 50px 15px 0;
}

.careersMessage .heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.careersMessage .heading:after {
  content: "";
  margin: auto;
  height: 4px;
  width: 115px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -27px;
  right: 0;
}

.careersMessage .intro {
  margin-top: 63px;
}

.careersMessage .introPicture {
  margin-right: 10px;
  position: relative;
}

.careersMessage .introPicture:before {
  content: "";
  background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
  background-size: 10px auto;
  z-index: -1;
  position: absolute;
  top: 6px;
  right: -10px;
  bottom: -10px;
  left: 10px;
}

.careersMessage .introProfessor {
  margin-top: 44px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.05em;
  position: relative;
}

.careersMessage .introProfessor strong {
  font-weight: 600;
}

.careersMessage .introProfessor:after {
  content: "";
  height: 3px;
  width: 100px;
  background: url(/en/asset/img/common/bg_dots-line01.png) repeat-x top left;
  background-size: auto 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.careersMessage .introText {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.careersMessage .panels {
  margin: 30px 0 0 15px;
}

.careersMessage .panel {
  padding: 40px 18px 26px;
  border: solid 2px #f5f5f5;
}

.careersMessage .panelTitle {
  display: inline-block;
  padding: 8px 12px 9px 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #005faa;
  position: relative;
  left: -35px;
}

.careersMessage .panelTitle.style02 {
  white-space: nowrap;
}

.careersMessage .panelText {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
  padding: 20px;
}

.careersMessage .translationPDF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 15px 0;
  height: 45px;
  border: solid 2px #005faa;
  background: url(/en/asset/img/common/ico_pdf.png) no-repeat right 10px center;
  background-size: 38px 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.careersResults {
  margin-top: 90px;
  padding: 92px 0 65px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #f5f5f5;
  position: relative;
}

.careersResults .heading {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.58;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
}

.careersResults .heading:after {
  content: "";
  margin: auto;
  height: 2px;
  width: 60px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
}

.careersResults .intro {
  margin: 0 30px;
  font-weight: 600;
}

.careersResults .introText01 {
  font-weight: 600;
  font-size: 18px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}

.careersResults .introText02 {
  margin-top: 12px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
}

.careersResults .introStudents {
  margin: 20px -15px 0;
}

.careersResults .introText03Wrapper {
  margin-top: 20px;
  text-align: center;
}

.careersResults .introText03 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.careersResults .introText03 small {
  margin-top: 2px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: right;
}

.careersResults .workCategories {
  margin-top: 30px;
}

.careersResults .workCategoriesHeading {
  font-size: 12px;
  font-weight: 600;
  color: #005faa;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  background: url(/en/asset/img/common/bg_dots-line02.png) repeat-x left bottom 10px;
  background-size: auto 2px;
}

.careersResults .workCategoriesHeading span {
  display: inline-block;
  padding: 0 10px;
  background-color: #f5f5f5;
}

.careersResults .workCategoriesPicture {
  margin-top: 40px;
}

.careersCenter {
  margin: 70px 15px 0;
}

.careersCenter .heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.careersCenter .heading:after {
  content: "";
  margin: auto;
  height: 2px;
  width: 60px;
  background-color: #005faa;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
}

.careersCenter .intro {
  margin-top: 48px;
}

.careersCenter .introText01 {
  font-size: 13px;
  text-align: center;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.careersCenter .introPictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}

.careersCenter .introPictures figure + figure {
  margin-left: 12px;
}

.careersCenter .introText02 {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.careersCenter .pointsList {
  margin-top: 30px;
  font-family: "Josefin Sans", sans-serif;
}

.careersCenter .pointsItem strong {
  display: block;
  margin-right: 10px;
  padding: 26px 0 20px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #005faa;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.careersCenter .pointsItem strong:before {
  content: "";
  background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
  background-size: 10px auto;
  z-index: -1;
  position: absolute;
  top: 9px;
  right: -8px;
  bottom: -9px;
  left: 10px;
}

.careersCenter .pointsItem p {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.careersCenter .pointsItem + .pointsItem {
  margin-top: 14px;
}

.interviewModule.careersPage {
  margin-top: 43px;
}

.graduateTitle {
  margin-top: 44px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.graduateTitle:before {
  content: "";
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png);
  background-size: contain;
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
}

.graduateJumbotron {
  margin: 70px 15px 0;
  position: relative;
}

.graduateProfile {
  margin: -41px 15px 0;
  padding: 15px 18px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #fff;
  border-bottom: solid 3px #f5f5f5;
  position: relative;
}

.graduateProfile:after {
  content: "";
  height: 49px;
  width: 64px;
  background: url(/en/asset/img/graduate/ico_profile.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 11px;
  right: 10px;
}

.graduateProfile .meta {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.05em;
  position: relative;
}

.graduateProfile .meta:after {
  content: "";
  height: 2px;
  width: 42px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.graduateProfile .name {
  margin-top: 30px;
  font-size: 18px;
}

.graduateProfile .label {
  display: inline-block;
  margin-top: 12px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 24px;
  background-color: #005faa;
  color: #fff;
}

.graduateComment {
  margin: 24px 15px 0;
}

.graduateComment .heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.05em;
  position: relative;
}

.graduateComment .heading span {
  display: block;
}

.graduateComment .heading span + span {
  margin-top: 34px;
}

.graduateComment .heading:after {
  content: "";
  height: 2px;
  width: 39px;
  background: url(/en/asset/img/common/bg_dots-line01.png) repeat-x left top;
  background-size: auto 2px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.graduateComment .text {
  margin-top: 50px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.graduateComment .picture {
  margin-top: 48px;
}

.graduateComment .picture figure img {
  width: 100%;
}

.graduateComment section ~ section {
  margin-top: 38px;
}

.graduateCommentsList {
  margin-top: 72px;
}

.graduateCommentsItem {
  margin: 0 147px 0 29px;
  position: relative;
}

.admissionInfo {
  margin: 45px 15px 0;
}

.admissionInfo .heading01 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.42;
  letter-spacing: 0.05em;
  position: relative;
}

.admissionInfo .heading01:before {
  content: "";
  margin: auto;
  height: 4px;
  width: 115px;
  background-color: #005faa;
  position: absolute;
  left: 0;
  bottom: -26px;
  right: 0;
}

.admissionInfo .heading02Wrapper {
  margin: 57px 0 0 38px;
}

.admissionInfo .heading02 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f5f5f5));
  background: linear-gradient(transparent 70%, #f5f5f5 0%);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #003d6b;
  line-height: 1.3;
  position: relative;
}

.admissionInfo .heading02:before {
  content: "";
  width: 28px;
  height: 35px;
  background: url(/en/asset/img/admission/bg_dots-heading.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -39px;
}

.admissionInfo .examination .text {
  margin-top: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.admissionInfo .examination .text span {
  color: #005faa;
}

.admissionInfo .academic {
  margin-top: 75px;
}

.admissionInfo .internationalStudents01 {
  margin-top: 26px;
}

.admissionInfo .internationalStudents01 p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.admissionInfo .internationalStudents02 {
  margin-top: 17px;
  padding: 16px 20px;
  border: solid 2px #f5f5f5;
}

.admissionInfo .internationalStudents02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.admissionInfo .internationalStudents02 li p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.admissionInfo .internationalStudents02 li:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin: 9px 11px 0 0;
  background-color: #005faa;
  height: 2px;
  width: 8px;
}

.admissionInfo .internationalStudents02 li + li {
  margin-top: 1em;
}

.admissionTableWrapper.style01 .scrollIcon {
  top: 485px;
}

.admissionTableWrapper.style02 .scrollIcon {
  top: 262px;
}

.admissionTableWrapper.style03 {
  margin-top: 41px;
}

.admissionTableWrapper.style03 .scrollIcon {
  top: 222px;
}

.admissionTable {
  width: 1100px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
  border-collapse: collapse;
  text-align: left;
}

.admissionTable tbody tr {
  border-top: solid 2px #fff;
}

.admissionTable th, .admissionTable td {
  padding: 15px 10px;
  font-weight: 500;
  border-right: solid 2px #fff;
}

.admissionTable tr :last-child {
  border-right: none;
}

.admissionTable .bgColor01 {
  background-color: #005faa;
  color: #fff;
}

.admissionTable .bgColor02 {
  background-color: #ebebeb;
}

.admissionTable .bgColor03 {
  background-color: #003d6b;
  color: #fff;
}

.admissionTable .bgColor04 {
  background-color: #3d9fd3;
  color: #fff;
}

.admissionTable .bgColor05 {
  background-color: #ebebeb;
}

.admissionTable .textColor01 {
  color: #005faa;
}

.admissionTable .style01,
.admissionTable .style02,
.admissionTable .style03 {
  color: #005faa;
  font-weight: bold;
}

.admissionTable .style01 {
  padding-top: 42px;
  vertical-align: top;
}

.admissionTable .style01 span {
  display: block;
}

.admissionTable .style01 span + span {
  margin-top: 1em;
}

.admissionTable .style02 {
  vertical-align: middle;
}

.admissionTable .style03 {
  padding-top: 100px;
  vertical-align: top;
}

.admissionTable .style04 {
  text-align: center;
}

.admissionTable .style05 {
  margin-top: 8px;
}

.admissionTable01 thead tr {
  height: 160px;
}

.admissionTable01 tbody tr {
  height: 172px;
}

.admissionTable01 .row01 {
  width: 152px;
}

.admissionTable01 .row02 {
  width: 192px;
}

.admissionTable01 .row03 {
  width: 108px;
}

.admissionTable01 .row04 {
  width: 162px;
}

.admissionTable01 .row05,
.admissionTable01 .row06,
.admissionTable01 .row07 {
  width: 122px;
}

.admissionTable01 .row08 {
  width: 120px;
}

.admissionTable02 thead tr {
  height: 140px;
}

.admissionTable02 tbody tr {
  height: 72px;
}

.admissionTable02 .row01 {
  width: 244px;
}

.admissionTable02 .row02,
.admissionTable02 .row03 {
  width: 286px;
}

.admissionTable02 .row04 {
  width: 284px;
}

.admissionTable03 .row01 {
  width: 152px;
}

.admissionTable03 .row02 {
  width: 422px;
}

.admissionTable03 .row03 {
  width: 346px;
}

.admissionTable03 .row04 {
  width: 180px;
}

.tableNotes {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.05em;
}

.tableNotes + .tableNotes {
  margin-top: 5px;
}

.newsModule {
  margin: 68px 15px 0;
  position: relative;
}

.newsModule:before {
  content: "";
  margin: auto;
  height: 22px;
  width: 83px;
  background: url(/en/asset/img/common/tit_wave01.png);
  background-size: contain;
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
}

.newsArchives {
  padding: 23px 18px;
  background-color: #e60012;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.newsArchives .title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
}

.newsArchives .title:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.newsArchives .list {
  margin-top: 15px;
}

.newsArchives .list li {
  padding-left: 10px;
  position: relative;
}

.newsArchives .list li:before {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 2px 0 2px 3.5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

.newsItem a {
  display: block;
}

.newsItem .date {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.newsItem .title {
  margin-top: 13px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.newsItem .excerpt {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.newsItem figure img {
  width: 100%;
}

.newsArticleDate {
  display: block;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: solid 2px #f5f5f5;
}

.newsArticleTitle {
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.05em;
  position: relative;
}

.newsArticleTitle:after {
  content: "";
  height: 2px;
  width: 45px;
  background-color: #005faa;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.newsArticleContent {
  margin-top: 36px;
}

.newsArticleContent p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.newsArticleContent > * + *,
.newsArticleBlock:not(.pictureBlock) > * + * {
    margin-top: 15px;
}

.newsArticleContent a {
    text-decoration: underline;
}

.newsArticleHeading01 {
  display: block;
  margin-top: 38px;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #005faa;
  color: #fff;
}

.pageNaviModule01 {
  margin-top: 23px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageNaviModule01 a {
  opacity: 1 !important;
}

.pageNaviModule01 .page-numbers {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  padding: 0 12px;
  border: solid 2px #F4F4F4;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageNaviModule01 .page-numbers.current, .pageNaviModule01 .page-numbers:hover {
  background: #005FA9;
  color: #fff;
  border: solid 1px #005FA9;
}

.pageNaviModule01 .page-numbers.prev img, .pageNaviModule01 .page-numbers.next img {
  width: 15px;
  height: 9px;
}

.pageNaviModule01 .page-numbers.prev {
  background: url(/en/asset/img/common/ico_prev01.png) no-repeat center center;
  background-size: 15px 9px;
}

.pageNaviModule01 .page-numbers.prev:hover {
  background: url(/en/asset/img/common/ico_prev01_on.png) no-repeat center center #005FA9;
  background-size: 15px 9px;
}

.pageNaviModule01 .page-numbers.next {
  background: url(/en/asset/img/common/ico_next01.png) no-repeat center center;
  background-size: 15px 9px;
}

.pageNaviModule01 .page-numbers.next:hover {
  background: url(/en/asset/img/common/ico_next01_on.png) no-repeat center center #005FA9;
  background-size: 15px 9px;
}

.pageNaviModule01 .page-numbers.prev a, .pageNaviModule01 .page-numbers.next a {
  width: 50px;
  height: 50px;
}

.postPagination {
  margin-top: 40px;
}

.postPagination .page-numbers {
  height: 38px;
}

.postPagination .page-numbers.top {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  body {
    margin-top: 70px;
  }
  .globalNav {
    position: fixed;
    top: 0;
    left: 0;
  }
  .globalNav .logo img {
    height: 43px;
    width: auto;
  }
  .globalNav .navItems {
    font-size: 0;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .globalNav .navItems > * {
    display: inline-block;
    vertical-align: top;
  }
  .languageSelector span,
  .languageSelector ul,
  .languageSelector ul li {
    float: right;
  }
  .languageSelector span,
  .languageSelector li a {
    display: block;
    height: 70px;
    width: 70px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    position: relative;
  }
  .languageSelector span {
    background-color: #611ac1;
    z-index: 2;
  }
  .languageSelector ul {
    background-color: #7728e2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: relative;
    z-index: 1;
  }
  .languageSelector.active ul {
    -webkit-transform: none;
    transform: none;
  }
  .footer .logo {
    margin: 44px auto 0;
  }
  .footer address {
    margin-top: 22px;
  }
  .footer .navigation li {
    width: calc(99.9% / 3);
  }
  .footer .navigation li:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .mainVisual .slick-dots {
    display: none !important;
  }
  .topNewsSection .heading {
    margin-bottom: 15px;
  }
  .topNewsSection .heading .more {
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 40px;
  }
  .topNewsList > li + li {
    margin-top: 32px;
  }
  .topEventsList > li + li {
    margin-top: 20px;
  }
  .topBanners a + a {
    margin-top: 20px;
  }
  .aboutInternational > .content {
    padding: 15px;
    background-color: #f5f5f5;
  }
  .aboutOUT > .inner {
    height: 404px;
    width: 810px;
  }
  .aboutLocation .intro .picture {
    margin: 62px -15px 0;
  }
  .aboutLocation .intro .content {
    margin-top: 42px;
  }
  .aboutLocation .touristSpot .pictures {
    margin-left: -15px;
    margin-right: -15px;
  }
  .aboutLocation .touristSpot .pictures figure + figure {
    margin-top: 25px;
  }
  .locationItem + .locationItem {
    margin-top: 42px;
  }
  .locationItem .picture:before {
    content: "";
    background: repeat left top;
    z-index: -1;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: 15px;
  }
  .courseApproch .approachBlock + .approachBlock {
    margin-top: 20px;
  }
  .courseSkillsItem + .courseSkillsItem {
    margin-top: 10px;
  }
  .coursePanel + .coursePanel {
    margin-top: 30px;
  }
  .courseCurriculumItem02 .olWrapper {
    width: 100%;
  }
  .courseCurriculumItem02 .olWrapper:nth-of-type(2n) {
    margin: 0;
  }
  .careersMessage .panels .panel + .panel {
    margin-top: 29px;
  }
  .graduateJumbotron .picture {
    position: relative;
  }
  .graduateJumbotron .picture:before {
    content: "";
    background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
    background-size: 10px auto;
    z-index: -1;
    position: absolute;
    top: 50px;
    left: -15px;
    right: -15px;
    bottom: -12px;
  }
  .graduateCommentsItem {
    margin: 0;
    min-height: 37.86vw;
    overflow: hidden;
  }
  .graduateCommentsItem:before {
    content: "";
    height: 33.6vw;
    width: 100vw;
    background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
    background-size: 10px auto;
    z-index: -1;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 7px;
  }
  .graduateCommentsItem figure {
    position: absolute;
    top: 0;
    left: 29px;
  }
  .graduateCommentsItem figure img {
    height: 37.86vw;
    width: 53.3vw;
  }
  .graduateCommentsItem .profile {
    margin: 10.13vw 21px 0 auto;
    padding: 15px;
    width: 49.06vw;
    background-color: #fff;
    border: solid 2px #f5f5f5;
    position: relative;
  }

  .graduateCommentsItem .profile .name {
    font-size: 16px;
    line-height: 1.31;
    position: relative;
  }
  .graduateCommentsItem .profile .name:after {
    content: "";
    height: 2px;
    width: 27px;
    background-color: #005faa;
    position: absolute;
    left: 0;
    bottom: -7px;
  }
  .graduateCommentsItem .profile .meta {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 0.05em;
  }
  .graduateCommentsItem + .graduateCommentsItem {
    margin-top: 20px;
  }
  .admissionTableWrapper {
    margin: 24px -15px 0;
    padding: 0 15px;
    overflow: auto;
  }
  .admissionTableWrapper .admissionTable {
    position: relative;
  }
  .admissionTableWrapper .admissionTable:after {
    content: "";
    height: 1px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .newsArchives .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .newsArchives .list li {
    margin: 15px 10px 0 0;
  }
  .newsArchives.isBottom {
    margin: 20px 15px 0;
  }
  .newsContent {
    margin-top: 30px;
  }
  .newsList .newsItem + .newsItem {
    margin-top: 35px;
  }
  .pageNaviModule01 .page-numbers {
    margin: 0 2px 10px;
  }
  .pageNaviModule01 .page-numbers.top {
    width: 192px;
    font-size: 13px;
    font-weight: bold;
    border: solid 2px #005faa;
  }
  .pictureBlock figure + figure {
    margin-top: 15px;
  }
  .courseIntro .text{
    text-align: center;
  }
  .courseInternational .content01 .text{
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  #wpadminbar {
    top: auto;
    bottom: 0;
  }
  #wpadminbar .ab-sub-wrapper {
    bottom: 100%;
  }
  body {
    min-width: 1220px;
  }
  .jumbotron {
    margin: 52px auto 0;
    height: 320px;
    width: 1220px;
  }
  .pageTitle {
    margin-top: 50px;
    font-size: 34px;
    line-height: 1.5;
  }
  .pageTitle small {
    margin-top: 14px;
    font-size: 24px;
  }
  .interviewModule {
    margin: 0 auto;
    width: 1030px;
  }
  .interviewModule > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .interviewModule .picture {
    display: block;
    margin: 0 52px 0 0;
  }
  .interviewModule .title {
    margin-top: 30px;
    font-size: 28px;
    line-height: 1.5;
  }
  .interviewModule .name {
    margin-top: 65px;
  }
  .interviewModule .name:before {
    height: 3px;
    width: 60px;
    top: -35px;
  }
  .interviewModule .meta {
    margin-top: 14px;
  }
  .interviewModule .moreBtn {
    margin-top: 28px;
    height: 47px;
    width: 324px;
    background-color: #fff;
    -webkit-transition: color .5s ease, background-color .5s ease;
    transition: color .5s ease, background-color .5s ease;
  }
  .interviewModule .moreBtn:after {
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
  }
  .interviewModule .moreBtn:hover {
    opacity: 1;
    background-color: #005faa;
    color: #fff;
  }
  .interviewModule .moreBtn:hover:after {
    border-color: transparent transparent transparent #fff;
  }
  .scrollIcon {
    display: none !important;
  }
  .globalNav {
    height: 109px;
  }
  .globalNav > .inner {
    margin: 0 auto;
    width: 1180px;
    padding-right: 60px;
  }
  .globalNav .logo {
    width: 162px;
    margin: 30px 41px 0 0;
    float: left;
  }
  .globalNav .navigation {
    margin-top: 20px;
    float: left;
  }
  .globalNav .navigation li {
    display: block;
    text-align: center;
    line-height: 1.53;
    float: left;
    position: relative;
  }
  .globalNav .navigation li:after {
    content: "";
    height: 3px;
    width: 0;
    background-color: #005faa;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .globalNav .navigation li.current:after, .globalNav .navigation li:hover:after {
    width: 100%;
  }
  .globalNav .navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 57px;
    padding: 0 24px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
  }
  .socialMedia img {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .socialMedia a:hover .off {
    opacity: 0;
  }
  .socialMedia a:hover .on {
    opacity: 1;
  }
  .languageSelector {
    width: 122px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 38px;
    z-index: 100;
    position: absolute;
    top: 36px;
    right: 0;
  }
  .languageSelector:before {
    content: "";
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: -100px;
    right: 0;
  }
  .languageSelector ul,
  .languageSelector span {
    background-color: #611ac1;
  }
  .languageSelector span {
    display: block;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  .languageSelector span:before {
    content: "";
    margin: auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
  }
  .languageSelector.active span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .languageSelector ul {
    width: 100%;

    font-size: 11px;

    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;

    position: absolute;
    top: -76px;
    left: 0;
  }
  .languageSelector ul li {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }
  .languageSelector ul li:hover,
  .languageSelector ul .active {
    background-color: #7728e2;
  }
  .languageSelector ul .active a {
    cursor: default;
  }
  .languageSelector ul a {
    display: block;
  }
  .languageSelector.active ul {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .footer {
    margin-top: 127px;
  }
  .footer > .inner {
    margin: 0 auto;
    width: 1060px;
  }
  .footer .navigation {
    margin-top: 55px;
  }
  .footer .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .navigation li:hover:after {
    width: 100%;
  }
  .footer .navigation li + li {
    margin-left: 50px;
  }
  .footer .navigation a {
    font-size: 13px;
  }
  .footer .schoolInformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px auto 0;
    width: 492px;
  }
  .footer .schoolInformation address {
    margin-top: 8px;
    text-align: left;
  }
  .footer .pageTop {
    width: 71px;
    top: -67px;
    right: -64px;
  }
  .mainVisual {
    height: 490px;
  }
  .mainVisual .floatedText {
    top: 50px;
  }
  .mainVisual .floatedText span {
    padding: 10px 42px 0 52px;
    height: 50px;
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  .mainVisual .floatedText:after {
    height: 70px;
    width: 206px;
    background-image: url(/en/asset/img/top/txt_enjoy-your-life_pc.png);
    top: 29px;
    right: -40px;
  }
  .topSections {
    margin: 0;
    background-image: url(/en/asset/img/top/bg_world-map_pc.png);
  }
  .topIntroSection .heading {
    margin-top: 57px;
    font-size: 30px;
    line-height: 1.65;
  }
  .topIntroSection .heading:after {
    top: 150px;
  }
  .topIntroSection .text {
    margin-top: 90px;
    padding: 0;
  }
  .topNewsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 98px auto 0;
    width: 1100px;
  }
  .topNewsSection .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 224px;
    margin-right: 10px;
  }
  .topNewsSection .heading a {
    height: auto;
    width: 100%;
    padding: 46px 0 0 60px;
  }
  .topNewsSection .more {
    top: 130px;
    left: 60px;
  }
  .topNewsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topNewsList li {
    width: 282px;
  }
  .topNewsList li + li {
    margin-left: 10px;
  }
  .topNewsItem .content {
    margin-left: 20px;
  }
  .topPresidentSection {
    margin: 100px auto 122px;
    padding-left: 40px;
    width: 1100px;
  }
  .topPresidentSection .heading {
    font-size: 34px;
  }
  .topPresidentSection .heading:after {
    top: 68px;
  }
  .topPresidentSection .pictureWrapper {
    margin-top: 112px;
    position: relative;
  }
  .topPresidentSection .pictureWrapper .picture {
    float: right;
  }
  .topPresidentSection .pictureWrapper .picture figcaption {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .topPresidentSection .pictureWrapper .text1 {
    margin: 0;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topPresidentSection .textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1060px;
  }
  .topPresidentSection .textWrapper .text2 {
    margin: 0 36px 0 0;
    width: 303px;
    font-size: 13px;
    line-height: 1.7;
  }
  .topPresidentSection .textWrapper .text3 {
    margin: 42px 0 0;
    width: 682px;
    font-size: 14px;
  }
  .topLearningSection {
    height: 690px;
    padding: 5px;
    background-image: url(/en/asset/img/top/bg_learning_pc.jpg);
  }
  .topLearningSection .inner {
    height: 100%;
    border: solid 2px #fff;
  }
  .topLearningSection .heading {
    margin-top: 82px;
    font-size: 30px;
    line-height: 1.66;
  }
  .topLearningSection .heading:after {
    top: 126px;
  }
  .topLearningSection .text1 {
    margin-top: 85px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .topLearningSection .text2 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.05em;
  }
  .topLearningSection .moreBtn {
    margin: 46px auto 0;
    height: 47px;
    width: 324px;
    -webkit-transition: background-color .5s ease, color .5s ease;
    transition: background-color .5s ease, color .5s ease;
  }
  .topLearningSection .moreBtn:after {
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
  }
  .topLearningSection .moreBtn:hover {
    opacity: 1;
    background-color: #fff;
    color: #111;
  }
  .topLearningSection .moreBtn:hover:after {
    border-color: transparent transparent transparent #111;
  }
  .topBanners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 76px auto 0;
    width: 920px;
  }
  .topBanners a {
    width: 440px;
  }
  .topBanners a + a {
    margin-left: 40px;
  }
  .topEventsSection {
    margin: 75px auto 0;
    height: 542px;
    width: 1220px;
    background-image: url("/en/asset/img/top/bg_events_pc.jpg");
  }
  .topEventsSection .heading {
    margin-top: 52px;
    font-size: 32px;
  }
  .topEventsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 56px auto 0;
    width: 1100px;
  }
  .topEventsList > li + li {
    margin-left: 40px;
  }
  .topEventsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 316px;
    width: 535px;
  }
  .topEventsItem .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 190px;
    position: relative;
  }
  .topEventsItem .title > .inner {
    height: auto;
    width: 100%;
    text-align: left;
  }
  .topEventsItem .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .topEventsItem .date {
    font-size: 30px;
  }
  .topEventsItem .week {
    width: 40px;
    font-size: 16px;
    text-align: center;
  }
  .topEventsItem .time {
    margin-top: 22px;
    font-size: 18px;
  }
  .topEventsItem .text {
    margin-top: 16px;
  }
  .topGraduatesSection {
    margin-top: 90px;
  }
  .topGraduatesSection .heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.47;
  }
  .topGraduatesSection .heading:after {
    top: 122px;
  }
  .interviewModule.topPage {
    margin-top: 53px;
  }
  .aboutInternational {
    height: 759px;
    margin: 160px 0 0;
    background: url(/en/asset/img/about/bg_international-map.png) no-repeat center, #f5f5f5;
    background-size: auto 100%;
    position: relative;
  }
  .aboutInternational .heading01 {
    font-size: 36px;
    line-height: 1.61;
    position: absolute;
    top: -82px;
    left: 0;
    right: 0;
  }
  .aboutInternational .heading01:after {
    width: 120px;
  }
  .aboutInternational .heading02 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.75;
  }
  .aboutInternational .text {
    margin-top: 32px;
    line-height: 1.85;
  }
  .aboutInternational .dormitories {
    margin-top: 24px;
    height: 105px;
  }
  .aboutInternational .contentWrapper {
    margin: 0 auto;
    width: 1100px;
    position: relative;
  }
  .aboutInternational .content {
    height: 540px;
    width: 420px;
    position: absolute;
    top: 138px;
    right: 0;
  }
  .aboutInternational .content > .inner {
    padding: 40px 50px;
  }
  .aboutOUT {
    margin: 80px auto 0;
    height: 404px;
    width: 810px;
  }
  .aboutOUT > .wrapper {
    height: 100%;
    width: 100%;
    margin-left: 25px;
  }
  .aboutOUT > .wrapper > .inner {
    border-width: 4px;
    background-position: left 88px bottom;
    background-size: auto auto;
  }
  .aboutOUT .heading {
    top: 58px;
    left: -54px;
  }
  .aboutOUT .heading span {
    padding: 15px 26px 6px;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .aboutOUT .heading span ~ span {
    margin-top: 10px;
  }
  .aboutOUT address {
    margin: 77px 0 0 380px;
    font-size: 16px;
    line-height: 1.75;
  }
  .aboutOUT .socialMedia {
    top: 300px;
    left: 380px;
  }
  .aboutLocation {
    margin: 111px auto 0;
    width: 1112px;
  }
  .aboutLocation .heading img {
    height: auto;
  }
  .aboutLocation .heading:after {
    width: 120px;
    bottom: -53px;
  }
  .aboutLocation .intro {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 46px;
  }
  .aboutLocation .intro .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .aboutLocation .intro .content {
    margin: 41px 41px 0 auto;
  }
  .aboutLocation .intro .content:before {
    width: 310px;
    height: 520px;
    right: -44px;
  }
  .aboutLocation .intro .text {
    width: 308px;
    font-size: 14px;
    line-height: 1.71;
  }
  .aboutLocation .intro .text span {
    font-size: 24px;
  }
  .aboutLocation .intro .text2 {
    margin-top: 25px;
  }
  .aboutLocation .intro .text3 {
    margin-top: 28px;
  }
  .aboutLocation .touristSpot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutLocation .touristSpot .pictures {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 642px;
    height: 236px;
    position: relative;
  }
  .aboutLocation .touristSpot .pictures figure {
    position: absolute;
  }
  .aboutLocation .touristSpot .pictures figure img {
    width: auto;
  }
  .aboutLocation .touristSpot .pictures figure:nth-of-type(1) {
    top: -20px;
    left: 62px;
  }
  .aboutLocation .touristSpot .pictures figure:nth-of-type(2) {
    top: 30px;
    left: 352px;
  }
  .aboutLocation .touristSpot .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;

    margin: 33px 0 0 30px;
    background-image: url(/en/asset/img/about/bg_tourist-spot_pc.png);
    background-position: left top;
  }
  .locationSection .heading02 {
    font-size: 36px;
  }
  .locationSection .heading02:after {
    bottom: -35px;
  }
  .locationSection .introText {
    margin-top: 77px;
  }
  .locationSection.locationTradition .locationItem {
    width: 336px;
  }
  .locationSection.locationTradition .locationItem:nth-of-type(n + 4) {
    margin-top: 80px;
  }
  .locationSection.locationTradition .locationItem:nth-of-type(3n - 1) {
    margin-left: 46px;
    margin-right: 46px;
  }
  .locationSection.locationTradition .locationItem:nth-of-type(3n - 2) .picture:before {
    content: "";
    height: 160px;
    width: 1220px;
    background-repeat: repeat;
    background-position: left top;
    z-index: -1;
    position: absolute;
    top: -30px;
    left: -60px;
  }
  .locationSection.locationLifestyle .locationItem {
    width: 527px;
  }
  .locationSection.locationLifestyle .locationItem:nth-of-type(2n) {
    margin-left: 46px;
  }
  .locationSection.locationLifestyle .locationItem:nth-of-type(2n - 1) .picture:before {
    content: "";
    height: 160px;
    width: 1220px;
    background-repeat: repeat;
    background-position: left top;
    z-index: -1;
    position: absolute;
    top: -30px;
    left: -60px;
  }
  .locationSection.locationLifestyle .locationItem:nth-of-type(n + 3) {
    margin-top: 68px;
  }
  .locationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 65px auto 0;
    width: 1100px;
  }
  .locationItem .name {
    margin-top: 38px;
    font-size: 26px;
    line-height: 1.5;
  }
  .locationItem .text {
    margin-top: 28px;
  }
  .locationId {
    height: 35px;
    width: 35px;
  }
  .aboutMap {
    height: 500px;
    width: 1100px;
  }
  .courseTitle {
    margin-top: 54px;
    font-size: 34px;
  }
  .courseIntro {
    margin: 30px auto 0;
    padding: 82px 240px 0;
    height: 576px;
    width: 1220px;
    background-image: url(/en/asset/img/course/bg_course-intro_pc.jpg);
    position: relative;
  }
  .courseIntro .heading {
    font-size: 30px;
    line-height: 1.7;
  }
  .courseIntro .card {
    margin-top: 38px;
    padding: 30px 0;
  }
  .courseIntro .cardText {
    font-size: 24px;
    line-height: 1.7;
  }
  .courseIntro .card:before {
    border-width: 30px 30px 0 0;
  }
  .courseIntro .card:after {
    border-width: 0 0 30px 30px;
  }
  .courseIntro .text {
    width: 440px;
    font-size: 14px;
    line-height: 1.75;
    position: absolute;
    top: 380px;
    left: 605px;
  }
  .courseInternational .heading02 {
    font-size: 28px;
    line-height: 1.85;
  }
  .courseInternational .content01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1100px;
  }
  .courseInternational .content01 .heading02 {
    margin: 0;
    text-align: left;
  }
  .courseInternational .content01 .heading02:after {
    right: auto;
  }
  .courseInternational .content01 .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px;
  }
  .courseInternational .content01 .text {
    width: 520px;
    line-height: 1.7;
  }
  .courseInternational .content02 {
    margin-top: 148px;
    position: relative;
  }
  .courseInternational .content02 .heading02 {
    margin: auto;
    position: absolute;
    left: 0;
    top: -76px;
    right: 0;
    z-index: 1;
  }
  .courseInternational .content02 .heading02:after {
    bottom: -31px;
  }
  .courseInternational .content03 {
    margin-top: 70px;
  }
  .courseInternational .content04 {
    margin-top: 70px;
  }
  .humanProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0;
    padding: 85px 0 60px;
    height: 545px;
    width: 1100px;
  }
  .humanProfile::before{
    top: 53%;
    width: 45px;
    height: 122px;
  }
  .humanProfile .redCircle,
  .humanProfile .blueCircle {
    margin: 0;
    height: 400px;
    width: 400px;
  }
  .humanProfile strong {
    font-size: 26px;
    line-height: 1.53;
    letter-spacing: 0.05em;
  }
  .humanProfile strong:after {
    width: 3px;
    height: 20px;
  }
  .humanProfile p {
    margin-top: 48px;
    font-size: 16px;
  }
  .courseApproch {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    margin: 82px auto 0;
    width: 1100px;
  }
  .courseApproch .approachBlock {
    width: 530px;
  }
  .courseApproch .approachBlock + .approachBlock {
    margin-left: 50px;
  }
  .courseApproch .contentCard {
    margin: -70px 20px 0;
    padding: 22px 33px;
  }
  .courseApproch .contentCard strong {
    font-size: 26px;
  }
  .courseApproch .contentCard p {
    margin-top: 18px;
  }
  .courseSkillsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px auto 0;
    width: 1100px;
  }
  .courseSkillsItem {
    height: 120px;
    width: 530px;
    background-position: left 3px center;
    background-size: auto auto;
  }
  .courseSkillsItem:nth-of-type(2n) {
    margin-left: 40px;
  }
  .courseSkillsItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .courseSkillsItem span {
    margin-left: 62px;
    font-size: 40px;
  }
  .courseSkillsItem p {
    margin-left: 54px;
    font-size: 18px;
    line-height: 1.9;
  }
  .coursePanels {
    margin: 0 auto;
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coursePanel {
    padding: 30px 40px;
    width: 530px;
  }
  .coursePanelHeading01 {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.46;
  }
  .coursePanelHeading01:after {
    height: 3px;
    width: 60px;
  }
  .coursePanelText {
    margin-top: 60px;
    line-height: 1.84;
  }
  .coursePanelBlock {
    margin-top: 26px;
    padding: 24px 30px;
  }
  .coursePanelBlock ol,
  .coursePanelBlock p {
    line-height: 1.84;
  }
  .coursePanel + .coursePanel {
    margin-left: 40px;
  }
  .courseCurriculumHeading small {
    font-size: 18px;
  }
  .courseCurriculumHeading > span {
    margin-top: 21;
  }
  .courseCurriculumHeading span {
    font-size: 34px;
    line-height: 1.4;
  }
  .courseCurriculumHeading span span {
    padding: 0 15px;
  }
  .courseCurriculum {
    margin: 58px auto 356px;
    width: 1100px;
  }
  .courseCurriculum > .inner {
    position: relative;
  }
  .courseCurriculum .category {
    font-size: 18px;
  }
  .courseCurriculum .category.style01 {
    margin-top: -23px;
    line-height: 1.8;
  }
  .courseCurriculum .category.style01 + .inner ol {
    margin-top: 5px;
  }
  .courseCurriculum .olWrapper ol {
    margin-top: 12px;
    font-size: 16px;
    line-height: 2;
  }
  .courseCurriculum .olWrapper ol li {
    padding-left: 40px;
    text-indent: -40px;
  }
  .courseCurriculum .olWrapper ol li:before {
    width: 40px;
  }
  .courseCurriculum .olWrapper > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .courseCurriculum .olWrapper > .inner ol + ol {
    margin-left: 45px;
  }
  .courseCurriculum .olWrapper + .olWrapper {
    margin-left: 45px;
  }
  .courseCurriculumItem {
    position: absolute;
  }
  .courseCurriculumItem .title {
    display: none;
  }
  .courseCurriculumItem01 {
    top: 90px;
    left: 0;
  }
  .courseCurriculumItem02 {
    width: 1100px;
    top: 570px;
    left: 0;
  }
  .courseCurriculumItem03, .courseCurriculumItem04 {
    right: 0;
  }
  .courseCurriculumItem03 .olWrapper, .courseCurriculumItem04 .olWrapper {
    width: 300px;
  }
  .courseCurriculumItem03 {
    top: 60px;
  }
  .courseCurriculumItem04 {
    top: 372px;
  }
  .careersMessage {
    margin-top: 75px;
  }
  .careersMessage .heading {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .careersMessage .heading:after {
    width: 120px;
    bottom: -35px;
  }
  .careersMessage .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1100px;
  }
  .careersMessage .introPicture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 58px;
    width: 360px;
  }
  .careersMessage .introPicture {
    margin-top: 86px;
  }
  .careersMessage .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
  .careersMessage .introProfessor {
    margin: 0;
    font-size: 16px;
  }
  .careersMessage .introProfessor strong {
    font-size: 20px;
  }
  .careersMessage .introProfessor:after {
    width: 239px;
    background-size: 6px 3px;
  }
  .careersMessage .content {
    margin-top: 120px;
  }
  .careersMessage .panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0;
    width: 1100px;
  }
  .careersMessage .panels .panel {
    width: 530px;
  }
  .careersMessage .panels .panel + .panel {
    margin-left: 40px;
  }
  .careersMessage .translationPDF {
    margin: 50px auto 0;
    height: 47px;
    width: 324px;
    font-size: 16px;
  }
  .careersResults {
    padding: 100px 0 58px;
  }
  .careersResults .heading {
    font-size: 36px;
  }
  .careersResults .heading:after {
    height: 4px;
    width: 120px;
    bottom: -25px;
  }
  .careersResults .intro {
    margin: 0 auto;
    width: 960px;
    position: relative;
  }
  .careersResults .introText01 {
    font-size: 28px;
    line-height: 1.64;
  }
  .careersResults .introText02 {
    margin-top: 14px;
    line-height: 2;
  }
  .careersResults .introStudents {
    margin: 0;
    width: 460px;
    position: absolute;
    top: 60px;
    right: 90px;
  }
  .careersResults .introText03 {
    margin-top: 163px;
    font-size: 28px;
  }
  .careersResults .workCategoriesHeading {
    margin: 0 auto;
    width: 1100px;
    font-size: 18px;
    background-position: left bottom 18px;
  }
  .careersResults .workCategoriesPicture {
    margin: 30px auto 0;
    width: 1100px;
  }
  .careersCenter {
    margin: 0 auto;
    width: 1100px;
  }
  .careersCenter .heading {
    margin-top: 105px;
    font-size: 36px;
    text-align: center;
  }
  .careersCenter .heading:after {
    height: 4px;
    width: 120px;
    bottom: -37px;
  }
  .careersCenter .introText01 {
    margin-top: 80px;
  }
  .careersCenter .introPictures {
    margin-top: 50px;
  }
  .careersCenter .introPictures figure + figure {
    margin-left: 22px;
  }
  .careersCenter .introText02 {
    margin-top: 22px;
    font-size: 13px;
    text-align: center;
  }
  .careersCenter .pointsList {
    margin: 45px auto 0;
    width: 960px;
  }
  .careersCenter .pointsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .careersCenter .pointsItem strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    width: 200px;
  }
  .careersCenter .pointsItem strong.style01 {
    height: 70px;
  }
  .careersCenter .pointsItem strong.style02 {
    height: 90px;
  }
  .careersCenter .pointsItem p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;

    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
  }
  .careersCenter .pointsItem + .pointsItem {
    margin-top: 40px;
  }
  .interviewModule.careersPage {
    margin-top: 83px;
    width: 1030px;
  }
  .graduateTitle {
    font-size: 34px;
  }
  .graduateTitle:before {
    top: 118px;
    z-index: 1;
  }
  .graduateJumbotron {
    margin: 23px 0 0;
    position: relative;
  }
  .graduateJumbotron:before {
    content: "";
    background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
    background-size: 10px auto;
    z-index: -1;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .graduateJumbotron > .inner {
    margin: 0 auto;
    width: 1100px;
    position: relative;
  }
  .graduateProfile {
    margin: 0;
    padding: 33px 52px;
    height: 262px;
    width: 460px;
    position: absolute;
    top: 229px;
    right: 60px;
  }
  .graduateProfile:after {
    width: 72px;
    height: 63px;
    background-image: url(/en/asset/img/graduate/ico_profile_pc.png);
    top: 14px;
    right: auto;
    left: -23px;
  }
  .graduateProfile .meta {
    margin-top: 9px;
    font-size: 16px;
  }
  .graduateProfile .name {
    margin-top: 55px;
    font-size: 25px;
  }
  .graduateProfile .label {
    margin-top: 25px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 34px;
  }
  .graduateComment {
    margin: 150px auto 0;
    width: 740px;
  }
  .graduateComment .heading {
    line-height: 1.66;
  }
  .graduateComment .heading span + span {
    margin-top: 22px;
  }
  .graduateComment .heading:after {
    height: 3px;
    width: 83px;
    background-size: auto 3px;
    bottom: -36px;
  }
  .graduateComment .text {
    margin-top: 60px;
    font-size: 14px;
  }
  .graduateComment .picture {
    position: relative;
  }
  .graduateComment .picture:before {
    content: "";
    min-width: 1220px;
    width: 100vw;
    background-color: #f5f5f5;
    z-index: -1;
    position: absolute;
    top: 45px;
    left: calc(-50vw + 370px);
    bottom: -35px;
  }
  .graduateComment section ~ section {
    margin-top: 84px;
  }
  .graduateCommentsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px auto 0;
    width: 1100px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .graduateCommentsList:before {
    content: "";
    min-width: 1220px;
    width: 100vw;
    background: url(/en/asset/img/common/bg_dots02.png) repeat left top;
    background-size: 10px auto;
    z-index: -1;
    position: absolute;
    top: 40px;
    left: calc(-50vw + 550px);
    bottom: 40px;
  }
  .graduateCommentsItem {
    margin: 0;
    width: 336px;
  }
  .graduateCommentsItem .profile {
    margin: -38px auto 0;
    padding: 30px;
    font-family: "Josefin Sans", sans-serif;
    background: #fff;
    border: solid 2px #f5f5f5;
    position: relative;
    min-height: 120px;
    width: 296px;
  }
  .graduateCommentsItem .profile .name {
    margin-top: -2px;
    font-size: 18px;
    position: relative;
  }
  .graduateCommentsItem .profile .name:after {
    content: "";
    height: 3px;
    width: 53px;
    background-color: #005faa;
    position: absolute;
    left: 0;
    bottom: -15px;
  }
  .graduateCommentsItem .profile .meta {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .graduateCommentsItem:nth-of-type(3n - 1) {
    margin-left: 46px;
    margin-right: 46px;
  }

  .graduateCommentsItem:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .graduateCommentsItem figure {
    overflow: hidden;
  }
  .graduateCommentsItem figure img {
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .graduateCommentsItem:hover figure img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .admissionInfo {
    margin: 75px auto 0;
    width: 1100px;
  }
  .admissionInfo .heading01 {
    font-size: 36px;
    line-height: 1.6;
  }
  .admissionInfo .heading02Wrapper {
    text-align: center;
  }
  .admissionInfo .heading02 {
    font-size: 26px;
  }
  .admissionInfo .heading02:before {
    height: 37px;
    width: 31px;
    background-image: url(/en/asset/img/admission/bg_dots-heading_pc.png);
    top: -12px;
    left: -43px;
  }
  .admissionInfo .internationalStudents01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 52px auto 0;
    width: 960px;
  }
  .admissionInfo .internationalStudents01 .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px;
  }
  .admissionInfo .internationalStudents01 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
  .admissionInfo .internationalStudents01 p {
    font-size: 14px;
  }
  .admissionInfo .internationalStudents02 {
    margin: 40px auto;
    padding: 20px 26px 10px;
    width: 800px;
    border-width: 4px;
  }
  .admissionInfo .internationalStudents02 li:before {
    height: 3px;
    width: 16px;
  }
  .admissionInfo .examination .text {
    margin-top: 48px;
    font-size: 18px;
    text-align: center;
  }
  .admissionInfo .examination .admissionTable01 {
    margin-top: 30px;
  }
  .admissionInfo .academic {
    margin-top: 90px;
  }
  .admissionInfo .academic .admissionTable02 {
    margin-top: 50px;
  }
  .tableNotes {
    font-size: 14px;
  }
  .tableNotes + .tableNotes {
    margin-top: 1em;
  }
  .newsModule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px auto 0;
    width: 1100px;
  }
  .newsModule.isArticle .newsArchives {
    margin-right: 50px;
  }
  .newsModule:before {
    top: -82px;
  }
  .newsModule .newsArchives {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    width: 224px;
  }
  .newsModule .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsModule .newsItem {
    width: 282px;
  }
  .newsModule .newsItem .content {
    margin: 0 10px 0 20px;
  }
  .newsModule .newsItem .date {
    margin-top: 16px;
  }
  .newsModule .newsItem .title {
    line-height: 1.7;
  }
  .newsModule .newsItem .excerpt {
    font-size: 12px;
  }
  .newsModule .newsItem:nth-of-type(3n - 1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .newsModule .newsItem:nth-of-type(n + 4) {
    margin-top: 53px;
  }
  .newsModule .newsContent {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .newsArchives {
    padding: 40px;
  }
  .newsArchives .title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .newsArchives .title:after {
    bottom: -21px;
  }
  .newsArchives .list {
    margin-top: 53px;
    font-size: 14px;
  }
  .newsArchives .list li {
    padding-left: 20px;
    letter-spacing: 0.05em;
  }
  .newsArchives .list li:before {
    top: 2px;
    border-width: 4px 0 4px 6.9px;
  }
  .newsArchives .list li + li {
    margin-top: 16px;
  }
  .newsArticleDate {
    padding-bottom: 11px;
  }
  .newsArticleTitle {
    margin-top: 38px;
    font-size: 20px;
  }
  .newsArticleTitle:after {
    height: 4px;
    width: 50px;
    bottom: -21px;
  }
  .newsArticleContent {
    margin-top: 55px;
  }
  .newsArticleContent > * + * {
    margin-top: 23px;
  }
  .newsArticleHeading01 {
    margin-top: 72px;
    display: inline-block;
    padding: 9px 16px 7px;
    font-size: 16px;
  }
  .pageNaviModule01 {
    margin-top: 100px;
  }
  .postPagination {
    margin-top: 80px;
  }
  .pageNaviModule01 .page-numbers.top {
    width: 260px;
    font-size: 13px;
    font-weight: bold;
    border: solid 2px #005faa;
  }
  .postPagination .page-numbers {
    height: 50px;
    border: solid 4px #F4F4F4;
  }
  .postPagination .page-numbers.top {
    font-size: 16px;
    font-weight: 400;
  }
  .pictureBlock .left,
  .pictureBlock .right {
    width: 48%;
  }
  .pictureBlock .left {
    float: left;
  }
  .pictureBlock .right {
    float: right;
  }
}

@media screen and (min-width: 1360px), print {
  .topSections {
    background-size: 1360px auto;
  }
}

@media screen and (max-width: 374px) {
  .aboutOUT > .wrapper > .inner {
    background-size: 35.73vw auto;
  }
  .aboutOUT .heading {
    font-size: 5.6vw;
    text-align: left;
  }
  .aboutOUT {
    text-align: center;
  }
  .aboutOUT address {
    display: inline-block;
    margin-left: 0;
    text-align: left;
  }
  .aboutOUT .socialMedia {
    top: 270px;
    left: auto;
    right: 10px;
  }
  .humanProfile strong {
    font-size: 5.3vw;
  }
  .humanProfile .redCircle {
    height: 72.26vw;
    width: 72.26vw;
  }
  .humanProfile .blueCircle {
    width: 73.06vw;
    height: 72.8vw;
  }
  .careersMessage .translationPDF {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 1220px) {
  .graduateComment .picture:before {
    left: -240px;
  }
  .graduateCommentsList:before {
    left: -60px;
  }
}

.topBanners img {
  width: 100%;
}

.careersCenter .introPictures figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.introStudents img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .graduateCommentsItem:first-of-type:before, .graduateCommentsItem:nth-of-type(3n + 1):before {
    left: -60px;
  }
}

.admissionTableWrapper {
  -webkit-overflow-scrolling: touch;
}

.approachBlock figure img {
  width: 100%;
}

.errorPage .jumbotron {
  height: auto;
}

.errorModule {
  margin: 20px 15px 0;
  text-align: center;
}

.errorTitle {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: .025em;

  position: relative;
}

.errorTitle:after {
  content: "";

  margin: auto;

  height: 4px;
  width: 50px;

  background: #005faa;

  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.errorText {
  margin-top: 30px;

  font-size: 14px;

  line-height: 2;
  letter-spacing: 0.02em;
}

.errorModule .btn {
  margin-top: 25px;

  height: 52px;
  width: 90%;

  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;

  letter-spacing: 0.05em;

  background-color: #005FA9;

  text-transform: uppercase;

  -webkit-transition: background-color .5s ease, color .5s ease;
  transition: background-color .5s ease, color .5s ease;

  border: solid 3px #005FA9;
  color: #fff;

  position: relative;
}

.errorModule .btn:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.aboutLocation .touristSpot .pictures figcaption {
  background-color: #fff;

  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;

  letter-spacing: 0.05em;

  padding: 0 5px;

  line-height: 23px;

  z-index: 1;

  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .errorText {
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .errorModule {
    margin-top: 60px;
  }

  .errorTitle {
    margin-bottom: 70px;
  }

  .errorTitle:after {
    bottom: -30px;
  }

  .errorText {
    margin-bottom: 40px;
  }

  .errorModule .btn {
    height: 66px;
    width: 300px;
  }

  .errorModule .btn:hover {
    opacity: 1;

    background-color: #fff;
    color: #005FA9;
  }

  .errorModule .btn:hover:after {
    border-color: transparent transparent transparent #005FA9;
  }

  .aboutLocation .touristSpot .pictures figcaption {
    padding: 0 10px;
    line-height: 26px;
  }
}
