@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/top.scss */
  .section {
    position: relative;
  }

  /* line 24, ../sass/top.scss */
  #newsList,
  #fullpage #sec2 .newsRelease,
  #fullpage #sec3 .faculty,
  #fullpage #sec5 .btm,
  .flex {
    position: static !important;
  }

  /* line 33, ../sass/top.scss */
  .outer .footer {
    background: #fff;
  }
}
/* line 38, ../sass/top.scss */
#fp-nav ul li .fp-tooltip.right {
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 200px 2px 20px;
  top: -40%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  /* line 47, ../sass/top.scss */
  .sm-slider {
    height: 60%;
  }
}

/* line 53, ../sass/top.scss */
#fullpage {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
/* line 57, ../sass/top.scss */
#fullpage #tabSec {
  background: #f5f5f5;
  position: relative;
  padding-bottom: 100px;
}
/* line 61, ../sass/top.scss */
#fullpage #tabSec #tabBoxes {
  border-bottom: 2px solid #dcdcdc;
}
/* line 64, ../sass/top.scss */
#fullpage #tabSec #tabMenu {
  border-bottom: 2px solid #dcdcdc;
  background: #f5f5f5;
  padding-top: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 69, ../sass/top.scss */
#fullpage #tabSec #tabMenu li {
  margin: 0 0.3%;
  width: 27%;
}
@media screen and (max-width: 768px) {
  /* line 69, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li {
    width: auto;
  }
  /* line 74, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li:first-of-type {
    margin: 0 0;
  }
  /* line 77, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li:last-of-type {
    margin: 0 0;
  }
}
/* line 81, ../sass/top.scss */
#fullpage #tabSec #tabMenu li span {
  display: inline-block;
  background: #fff;
  padding: 1em;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-width: 2px 2px 0;
  border-style: solid;
  border-color: #dcdcdc;
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  /* line 81, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li span {
    font-size: 1.31772vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 81, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 81, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li span {
    font-size: 2.34375vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 81, ../sass/top.scss */
  #fullpage #tabSec #tabMenu li span {
    font-size: 3.75vw;
  }
}
/* line 98, ../sass/top.scss */
#fullpage #tabSec #tabMenu li span.now {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYWZlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxYmY4ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #31afe2), color-stop(100%, #31bf8f));
  background-image: -moz-linear-gradient(left, #31afe2, #31bf8f);
  background-image: -webkit-linear-gradient(left, #31afe2, #31bf8f);
  background-image: linear-gradient(to right, #31afe2, #31bf8f);
  border-color: #31bf8f;
  color: #fff;
}
/* line 107, ../sass/top.scss */
#fullpage #tabSec:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/tabSecShadowTop.png) center top no-repeat;
}
/* line 116, ../sass/top.scss */
#fullpage #tabSec:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/top/tabSecShadowBtm.png) center bottom no-repeat;
}
/* line 126, ../sass/top.scss */
#fullpage #sec1 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  /* line 126, ../sass/top.scss */
  #fullpage #sec1 {
    height: 56.22255vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 126, ../sass/top.scss */
  #fullpage #sec1 {
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/top.scss */
  #fullpage #sec1 #sec1Slider {
    height: 19.27083vw;
  }
}
/* line 145, ../sass/top.scss */
#fullpage #sec1 #sec1Slider a:after {
  display: none;
}
/* line 149, ../sass/top.scss */
#fullpage #sec1 #sec01logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  /* line 149, ../sass/top.scss */
  #fullpage #sec1 #sec01logo {
    top: 10%;
    -moz-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
}
@media screen and (max-width: 414px) {
  /* line 149, ../sass/top.scss */
  #fullpage #sec1 #sec01logo {
    top: 5%;
    width: 236px;
    height: 88px;
  }
}
/* line 164, ../sass/top.scss */
#fullpage #sec1 .emergency {
  position: absolute;
  width: 80%;
  top: 90px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #ffeeee;
  border-width: 3px;
  border-style: solid;
  border-color: #cb0000;
  padding: 1vw 1vw 1vw 13vw;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  /* line 164, ../sass/top.scss */
  #fullpage #sec1 .emergency {
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
/* line 184, ../sass/top.scss */
#fullpage #sec1 .emergency h2 {
  color: #fff;
  background-color: #cb0000;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  /* line 184, ../sass/top.scss */
  #fullpage #sec1 .emergency h2 {
    font-size: 1.39092vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 184, ../sass/top.scss */
  #fullpage #sec1 .emergency h2 {
    position: static;
    padding: 0.5em;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 184, ../sass/top.scss */
  #fullpage #sec1 .emergency h2 {
    font-size: 2.47396vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 202, ../sass/top.scss */
  #fullpage #sec1 .emergency ul li {
    padding: 0.5em;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 202, ../sass/top.scss */
  #fullpage #sec1 .emergency ul li {
    font-size: 2.47396vw;
  }
}

/* line 207, ../sass/top.scss */
#fullpage #sec1 .emergency ul li a {
  color: #333;
}
/* line 209, ../sass/top.scss */
#fullpage #sec1 .emergency ul li a span {
  padding: 0 1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  /* line 209, ../sass/top.scss */
  #fullpage #sec1 .emergency ul li a span {
    padding: 0 0.5em 0 0;
  }
}
/* line 220, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox {
  width: 51.24451vw;
  position: absolute;
  bottom: 1.83016vw;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  /* line 220, ../sass/top.scss */
  #fullpage #sec1 .sec1SlideBox {
    height: 13.17716vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 220, ../sass/top.scss */
  #fullpage #sec1 .sec1SlideBox {
    position: static;
    left: 0;
    bottom: 0;
    width: 90%;
    margin-left: 5%;
    margin-top: 58.85417vw;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 238, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox img {
  width: 100%;
  height: auto;
}
/* line 244, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 248, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-dots li {
  width: 30px;
}
/* line 250, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-dots li.slick-active button:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  border: 1px solid #333;
  background: #019bbc;
}
/* line 256, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-dots li button:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 30px;
  height: 5px;
  background: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  /* line 256, ../sass/top.scss */
  #fullpage #sec1 .sec1SlideBox .slick-dots li button:before {
    background: #ccc;
    border: 1px solid #ccc;
  }
}
/* line 269, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-prev, #fullpage #sec1 .sec1SlideBox #sec3 .faculty #gakubuSlider .slick-next, #fullpage #sec3 .faculty #gakubuSlider #sec1 .sec1SlideBox .slick-next {
  left: -4.39239vw;
  width: 4.39239vw;
  height: 4.39239vw;
}
/* line 273, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-prev:before, #fullpage #sec1 .sec1SlideBox #sec3 .faculty #gakubuSlider .slick-next:before, #fullpage #sec3 .faculty #gakubuSlider #sec1 .sec1SlideBox .slick-next:before {
  font-family: 'icomoon' !important;
  content: "\f137";
  color: rgba(255, 255, 255, 0.5);
  width: 4.39239vw;
  height: 4.39239vw;
  z-index: 100;
  display: block;
  font-size: 50px;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  /* line 273, ../sass/top.scss */
  #fullpage #sec1 .sec1SlideBox .slick-prev:before, #fullpage #sec1 .sec1SlideBox #sec3 .faculty #gakubuSlider .slick-next:before, #fullpage #sec3 .faculty #gakubuSlider #sec1 .sec1SlideBox .slick-next:before {
    font-size: 3.66032vw;
  }
}
/* line 285, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-next {
  right: -4.39239vw;
  width: 4.39239vw;
  height: 4.39239vw;
}
/* line 289, ../sass/top.scss */
#fullpage #sec1 .sec1SlideBox .slick-next:before {
  font-family: 'icomoon' !important;
  content: "\f138";
  color: rgba(255, 255, 255, 0.5);
  width: 4.39239vw;
  height: 4.39239vw;
  z-index: 100;
  display: block;
  font-size: 50px;
  line-height: 150%;
}
@media screen and (max-width: 1366px) {
  /* line 289, ../sass/top.scss */
  #fullpage #sec1 .sec1SlideBox .slick-next:before {
    font-size: 3.66032vw;
  }
}
/* line 303, ../sass/top.scss */
#fullpage #sec2 {
  position: relative;
  background: #fff;
}
/* line 306, ../sass/top.scss */
#fullpage #sec2 .newsRelease {
  position: relative;
  padding: 5.12445vw 3.51391vw;
}
@media screen and (max-width: 768px) {
  /* line 306, ../sass/top.scss */
  #fullpage #sec2 .newsRelease {
    padding: 4vw;
    text-align: center;
  }
}
/* line 317, ../sass/top.scss */
#fullpage #sec2 .newsRelease h2 {
  font-size: 22px;
}
@media screen and (max-width: 1366px) {
  /* line 317, ../sass/top.scss */
  #fullpage #sec2 .newsRelease h2 {
    font-size: 1.61054vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 317, ../sass/top.scss */
  #fullpage #sec2 .newsRelease h2 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 317, ../sass/top.scss */
  #fullpage #sec2 .newsRelease h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 317, ../sass/top.scss */
  #fullpage #sec2 .newsRelease h2 {
    font-size: 2.0rem;
  }
}
/* line 327, ../sass/top.scss */
#fullpage #sec2 .newsRelease #listLink {
  position: absolute;
  top: 5.12445vw;
  right: 3.29429vw;
}
@media screen and (max-width: 768px) {
  /* line 327, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLink {
    top: 3.33333vw;
    padding: 0.5em 2em;
    margin-right: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 327, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLink {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 327, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLink {
    font-size: 1.2rem;
  }
}
/* line 341, ../sass/top.scss */
#fullpage #sec2 .newsRelease #listLinkBtm,
#fullpage #sec2 .newsRelease #eveLink {
  position: absolute;
  top: 5.12445vw;
  right: 3.29429vw;
  -moz-transform: translate(-70%, 0);
  -ms-transform: translate(-70%, 0);
  -webkit-transform: translate(-70%, 0);
  transform: translate(-70%, 0);
}
@media screen and (max-width: 768px) {
  /* line 341, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLinkBtm,
  #fullpage #sec2 .newsRelease #eveLink {
    position: static;
    font-size: 20px;
    margin: 1em auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 341, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLinkBtm,
  #fullpage #sec2 .newsRelease #eveLink {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 341, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLinkBtm,
  #fullpage #sec2 .newsRelease #eveLink {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 357, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLinkBtm {
    width: 48.95833vw;
  }
}
@media screen and (max-width: 540px) {
  /* line 357, ../sass/top.scss */
  #fullpage #sec2 .newsRelease #listLinkBtm {
    width: 250px;
  }
}
/* line 367, ../sass/top.scss */
#fullpage #sec3 {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) {
  /* line 367, ../sass/top.scss */
  #fullpage #sec3 {
    padding-bottom: 7.32064vw;
  }
}
/* line 374, ../sass/top.scss */
#fullpage #sec3 .faculty {
  top: 100px;
  bottom: 2.782vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 374, ../sass/top.scss */
  #fullpage #sec3 .faculty {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* line 384, ../sass/top.scss */
#fullpage #sec3 .faculty h2 {
  text-align: center;
  padding-top: 7.32064vw;
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  /* line 384, ../sass/top.scss */
  #fullpage #sec3 .faculty h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 384, ../sass/top.scss */
  #fullpage #sec3 .faculty h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 384, ../sass/top.scss */
  #fullpage #sec3 .faculty h2 {
    font-size: 5.86667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 384, ../sass/top.scss */
  #fullpage #sec3 .faculty h2 {
    font-size: 6.25vw;
  }
}
/* line 397, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-prev, #fullpage #sec3 .faculty #gakubuSlider .slick-next, #fullpage #sec3 .faculty #gakubuSlider .slick-next {
  width: 3.66vw;
  height: 3.66vw;
  top: 35%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #5c5c5c;
  z-index: 9997;
  left: 50%;
  right: auto;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  /* line 397, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-prev, #fullpage #sec3 .faculty #gakubuSlider .slick-next, #fullpage #sec3 .faculty #gakubuSlider .slick-next {
    width: 6.66vw;
    height: 6.66vw;
  }
}
/* line 414, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-prev, #fullpage #sec3 .faculty #gakubuSlider .slick-next {
  margin-left: -25vw;
}
@media screen and (max-width: 768px) {
  /* line 414, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-prev, #fullpage #sec3 .faculty #gakubuSlider .slick-next {
    margin-left: -45vw;
  }
}
/* line 420, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-prev:before, #fullpage #sec3 .faculty #gakubuSlider .slick-next:before {
  font-family: 'icomoon' !important;
  content: "\f104";
  font-size: 36px;
  color: #333;
  display: block;
  z-index: 9998;
  position: absolute;
  height: auto;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1366px) {
  /* line 420, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-prev:before, #fullpage #sec3 .faculty #gakubuSlider .slick-next:before {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 420, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-prev:before, #fullpage #sec3 .faculty #gakubuSlider .slick-next:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 420, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-prev:before, #fullpage #sec3 .faculty #gakubuSlider .slick-next:before {
    font-size: 2.66667vw;
  }
}

/* line 437, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-next {
  margin-left: 25vw;
}
@media screen and (max-width: 768px) {
  /* line 437, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-next {
    margin-left: 45vw;
  }
}
/* line 444, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-next:before {
  content: "\f105";
}
/* line 448, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li {
  width: 30px;
}
/* line 450, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li:nth-of-type(1) button:before {
  background-color: #384690;
}
/* line 453, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li:nth-of-type(2) button:before {
  background-color: #c2202d;
}
/* line 456, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li:nth-of-type(3) button:before {
  background-color: #d5b004;
}
/* line 459, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li:nth-of-type(4) button:before {
  background-color: #129f51;
}
/* line 462, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li:nth-of-type(5) button:before {
  background-color: #d66f00;
}
/* line 465, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li.slick-active button:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
  border: 1px solid #333;
}
/* line 470, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-dots li button:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 30px;
  height: 5px;
}
/* line 480, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide {
  padding: 10px 2.928vw;
}
/* line 482, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
  background: #fff;
  color: #fff;
  height: 25.62225vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 484, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.education .text {
  background-color: #384690;
}
/* line 488, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.education:hover .btn {
  background: #fff;
  color: #384690;
}
/* line 495, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.medicine .text {
  background-color: #c2202d;
}
/* line 499, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.medicine:hover .btn {
  background: #fff;
  color: #c2202d;
}
/* line 506, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.engineering .text {
  background-color: #d5b004;
}
/* line 510, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.engineering:hover .btn {
  background: #fff;
  color: #d5b004;
}
/* line 517, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.agriculture .text {
  background-color: #129f51;
}
/* line 521, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.agriculture:hover .btn {
  background: #fff;
  color: #129f51;
}
/* line 528, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.regional .text {
  background-color: #d66f00;
}
/* line 532, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner.regional:hover .btn {
  background: #fff;
  color: #d66f00;
}
/* line 538, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  /* line 482, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
    height: 256px;
  }
}
@media screen and (max-width: 768px) {
  /* line 482, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
    width: 80vw;
    height: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  /* line 482, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
    height: 140.625vw;
  }
}
/* line 563, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .image {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 563, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .image {
    width: 100%;
    height: 55%;
  }
}
/* line 575, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 575, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text {
    width: 100%;
    height: 45.2%;
  }
}
/* line 582, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
  font-size: 20px;
  margin-top: 2em;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1366px) {
  /* line 582, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
    font-size: 1.46413vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 582, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
    font-size: 30px;
    padding-bottom: 0.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 582, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 582, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
    font-size: 5.625vw;
  }
}
/* line 600, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3:after {
  content: "";
  background: #fff;
  width: 15%;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 612, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
  margin: 0 13.3333%;
  line-height: 2;
  margin-bottom: 2em;
  font-size: 12px;
}
@media screen and (max-width: 1366px) {
  /* line 612, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
    font-size: 0.87848vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 612, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
    font-size: 20px;
    margin: 0 3% 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 612, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 612, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
    font-size: 3.75vw;
    line-height: 1.6;
  }
}
/* line 627, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text .btn {
  border-color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 627, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text .btn {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 627, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 627, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text .btn {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 627, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text .btn {
    font-size: 3.75vw;
  }
}
/* line 642, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin {
  margin-top: 1em;
  text-align: center;
}
/* line 645, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff {
  border: 2px solid #019bbc;
  padding: 0.5em 3em;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  font-size: 1.4rem;
  margin: 0 15px 15px;
  text-align: center;
  border: none;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1.5em 2em;
  width: 48.5%;
  margin: 1% 0;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 645, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff {
    font-size: 1.02489vw;
  }
}
/* line 665, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff:after {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  /* line 645, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff {
    width: 85%;
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 645, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff {
    font-size: 2.34375vw;
  }
}

/* line 673, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff.regional {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3OWQyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4NTgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e79d29), color-stop(100%, #e85800));
  background-image: -moz-linear-gradient(left, #e79d29, #e85800);
  background-image: -webkit-linear-gradient(left, #e79d29, #e85800);
  background-image: linear-gradient(to right, #e79d29, #e85800);
}
/* line 675, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff.regional span {
  color: #e85800;
}
/* line 679, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff span {
  background: #fff;
  position: relative;
  left: -0.5em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 0.2em 1em;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 679, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff span {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 679, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btnOff span {
    font-size: 3.75vw !important;
  }
}
/* line 693, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
  border: none;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1.5em 1em 1.5em 1.5em;
  text-align: left;
  width: 48.5%;
  margin: 1% 0;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 693, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
    font-size: 1.02489vw;
  }
}
/* line 703, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn:after {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  /* line 693, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
    width: 85%;
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 693, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
    font-size: 2.34375vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 693, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
    font-size: 3.75vw !important;
  }
}
/* line 716, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn:nth-of-type(2n+2) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  /* line 716, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn:nth-of-type(2n+2) {
    margin-left: 0;
  }
}
/* line 723, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn:hover {
  text-decoration: none;
  -moz-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}
/* line 728, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.education {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiYTVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4NjM5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3ba5f5), color-stop(100%, #58639f));
  background-image: -moz-linear-gradient(left, #3ba5f5, #58639f);
  background-image: -webkit-linear-gradient(left, #3ba5f5, #58639f);
  background-image: linear-gradient(to right, #3ba5f5, #58639f);
}
/* line 730, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.education span {
  color: #58639f;
}
/* line 734, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.medicine {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNmYzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M4MDIxMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eb6f32), color-stop(100%, #c80212));
  background-image: -moz-linear-gradient(left, #eb6f32, #c80212);
  background-image: -webkit-linear-gradient(left, #eb6f32, #c80212);
  background-image: linear-gradient(to right, #eb6f32, #c80212);
}
/* line 736, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.medicine span {
  color: #c80212;
}
/* line 740, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.engineering {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWQ1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4YjIwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffed51), color-stop(100%, #d8b201));
  background-image: -moz-linear-gradient(left, #ffed51, #d8b201);
  background-image: -webkit-linear-gradient(left, #ffed51, #d8b201);
  background-image: linear-gradient(to right, #ffed51, #d8b201);
}
/* line 742, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.engineering span {
  color: #d8b201;
}
/* line 746, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.agriculture {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYzI1MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTI0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #92c253), color-stop(100%, #069244));
  background-image: -moz-linear-gradient(left, #92c253, #069244);
  background-image: -webkit-linear-gradient(left, #92c253, #069244);
  background-image: linear-gradient(to right, #92c253, #069244);
}
/* line 748, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.agriculture span {
  color: #069244;
}
/* line 752, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.regional {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3OWQyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4NTgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e79d29), color-stop(100%, #e85800));
  background-image: -moz-linear-gradient(left, #e79d29, #e85800);
  background-image: -webkit-linear-gradient(left, #e79d29, #e85800);
  background-image: linear-gradient(to right, #e79d29, #e85800);
}
/* line 754, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn.regional span {
  color: #e85800;
}
/* line 758, ../sass/top.scss */
#fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
  background: #fff;
  position: relative;
  left: -0.5em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 0.2em 1em;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 758, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 758, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 758, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 758, ../sass/top.scss */
  #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
    font-size: 3.75vw;
  }
}
/* line 781, ../sass/top.scss */
#fullpage #sec13 {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  /* line 781, ../sass/top.scss */
  #fullpage #sec13 {
    padding-bottom: 7.32064vw;
  }
}
/* line 788, ../sass/top.scss */
#fullpage #sec13 .fuzoku {
  top: 100px;
  bottom: 2.782vw;
  left: 0;
  right: 0;
}
/* line 794, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider {
  margin: 0 4em;
}
/* line 796, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .slick-dots li button:before {
  color: #ccc;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 18px;
}
/* line 803, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .slick-dots li.slick-active button:before {
  color: #fff;
}
/* line 806, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 808, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item {
  width: 20%;
  height: 18.35536vw;
  padding: 0.30769vw;
}
@media screen and (max-width: 768px) {
  /* line 808, ../sass/top.scss */
  #fullpage #sec13 .fuzoku #fzSlider .fzs .item {
    width: 50%;
  }
}
/* line 815, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 823, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item a:hover:before {
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 828, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 839, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item a:after {
  display: none;
}
/* line 842, ../sass/top.scss */
#fullpage #sec13 .fuzoku #fzSlider .fzs .item a span {
  position: absolute;
  width: 100%;
  font-size: 1.47692vw;
  color: #fff;
  text-align: center;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  /* line 842, ../sass/top.scss */
  #fullpage #sec13 .fuzoku #fzSlider .fzs .item a span {
    font-size: 2.60417vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 788, ../sass/top.scss */
  #fullpage #sec13 .fuzoku {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* line 866, ../sass/top.scss */
#fullpage #sec13 .fuzoku h2 {
  text-align: center;
  padding-top: 7.32064vw;
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  /* line 866, ../sass/top.scss */
  #fullpage #sec13 .fuzoku h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 866, ../sass/top.scss */
  #fullpage #sec13 .fuzoku h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 866, ../sass/top.scss */
  #fullpage #sec13 .fuzoku h2 {
    font-size: 5.86667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 866, ../sass/top.scss */
  #fullpage #sec13 .fuzoku h2 {
    font-size: 6.25vw;
  }
}
/* line 1264, ../sass/top.scss */
#fullpage #sec4 {
  background: #333;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 1271, ../sass/top.scss */
  #fullpage #sec4 .youtube iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 1277, ../sass/top.scss */
#fullpage #sec4 .bgarea {
  position: relative;
  background-image: url(/img/top/campuslifebg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  /* line 1277, ../sass/top.scss */
  #fullpage #sec4 .bgarea {
    padding-top: 80%;
  }
}
/* line 1288, ../sass/top.scss */
#fullpage #sec4 .bgarea .btn {
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 1288, ../sass/top.scss */
  #fullpage #sec4 .bgarea .btn {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1288, ../sass/top.scss */
  #fullpage #sec4 .bgarea .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1288, ../sass/top.scss */
  #fullpage #sec4 .bgarea .btn {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1288, ../sass/top.scss */
  #fullpage #sec4 .bgarea .btn {
    font-size: 3.75vw;
  }
}
/* line 1297, ../sass/top.scss */
#fullpage #sec4 .bgarea .textZone {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
/* line 1308, ../sass/top.scss */
#fullpage #sec4 .bgarea .textZone .inner {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  /* line 1308, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner {
    width: 80%;
    position: static;
    padding-top: 5%;
    -moz-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}
/* line 1319, ../sass/top.scss */
#fullpage #sec4 .bgarea .textZone .inner h2 {
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  /* line 1319, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1319, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1319, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner h2 {
    font-size: 5.86667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1319, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner h2 {
    font-size: 6.25vw;
  }
}
/* line 1329, ../sass/top.scss */
#fullpage #sec4 .bgarea .textZone .inner p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 1366px) {
  /* line 1329, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner p {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1329, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1329, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner p {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1329, ../sass/top.scss */
  #fullpage #sec4 .bgarea .textZone .inner p {
    font-size: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1277, ../sass/top.scss */
  #fullpage #sec4 .bgarea {
    margin-bottom: 24vw;
  }
}
/* line 1346, ../sass/top.scss */
#fullpage #sec4 .btmBox {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  padding: 4em 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1346, ../sass/top.scss */
  #fullpage #sec4 .btmBox {
    height: 32vw;
    bottom: -32vw;
    padding-top: 3.73333vw;
  }
}
@media screen and (max-width: 540px) {
  /* line 1346, ../sass/top.scss */
  #fullpage #sec4 .btmBox {
    height: 38vw;
    bottom: -38vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1364, ../sass/top.scss */
  #fullpage #sec4 .btmBox .btn {
    font-size: 14px;
    padding: 0.5em 4.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1364, ../sass/top.scss */
  #fullpage #sec4 .btmBox .btn {
    font-size: 1.86667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1368, ../sass/top.scss */
  #fullpage #sec4 .btmBox .btn:after {
    color: #fff;
  }
}
@media screen and (max-width: 540px) {
  /* line 1364, ../sass/top.scss */
  #fullpage #sec4 .btmBox .btn {
    font-size: 3.75vw;
    padding: 0.5em 3em;
  }
}
/* line 1377, ../sass/top.scss */
#fullpage #sec4 .btmBox p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 1366px) {
  /* line 1377, ../sass/top.scss */
  #fullpage #sec4 .btmBox p {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1377, ../sass/top.scss */
  #fullpage #sec4 .btmBox p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1377, ../sass/top.scss */
  #fullpage #sec4 .btmBox p {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1377, ../sass/top.scss */
  #fullpage #sec4 .btmBox p {
    font-size: 3.75vw;
    line-height: 1.5;
  }
}
/* line 1391, ../sass/top.scss */
#fullpage #sec5 {
  background: #fff;
}
/* line 1393, ../sass/top.scss */
#fullpage #sec5 .flex {
  top: 0;
  left: 0;
  width: 100vw;
  height: 71.42857vh;
}
@media screen and (max-width: 768px) {
  /* line 1393, ../sass/top.scss */
  #fullpage #sec5 .flex {
    height: auto;
  }
}
/* line 1403, ../sass/top.scss */
#fullpage #sec5 .flex .photo {
  width: 50%;
  background-image: url(../img/top/sec05img01.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 1403, ../sass/top.scss */
  #fullpage #sec5 .flex .photo {
    width: 100vw;
    height: 73.33333vw;
  }
}
/* line 1413, ../sass/top.scss */
#fullpage #sec5 .flex .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 1413, ../sass/top.scss */
  #fullpage #sec5 .flex .text {
    width: 100vw;
  }
}
/* line 1429, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner {
  width: 100%;
}
/* line 1431, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner.part1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 50%;
}
/* line 1434, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner.part1 .inbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1431, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner.part1 {
    padding-top: 1em;
    display: block;
    height: auto;
  }
}
/* line 1443, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner.part2 {
  background: #f5f5f5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 50%;
}
/* line 1447, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner.part2 .inbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1443, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner.part2 {
    padding-top: 1em;
    display: block;
    height: auto;
  }
}
/* line 1456, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1366px) {
  /* line 1456, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1456, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner h2 {
    font-size: 44px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1456, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner h2 {
    font-size: 5.86667vw;
  }
}

/* line 1464, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 1366px) {
  /* line 1464, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner p {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1464, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner p {
    font-size: 22px;
    padding: 0 5.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1464, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner p {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1464, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner p {
    font-size: 4.0625vw;
    padding: 0 2em;
  }
}
/* line 1477, ../sass/top.scss */
#fullpage #sec5 .flex .text .inner .btn {
  width: 23.42606vw;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 1477, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner .btn {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1477, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner .btn {
    font-size: 20px;
    width: 72.72727vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1477, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner .btn {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1477, ../sass/top.scss */
  #fullpage #sec5 .flex .text .inner .btn {
    font-size: 3.75vw;
  }
}
/* line 1494, ../sass/top.scss */
#fullpage #sec5 .btm {
  width: 100%;
  height: 28.57143vh;
  background: #019bbc;
  color: #fff;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 1494, ../sass/top.scss */
  #fullpage #sec5 .btm {
    height: auto;
    padding-bottom: 2em;
  }
}
/* line 1508, ../sass/top.scss */
#fullpage #sec5 .btm .inner {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 1508, ../sass/top.scss */
  #fullpage #sec5 .btm .inner {
    font-size: 1.02489vw;
  }
}
/* line 1512, ../sass/top.scss */
#fullpage #sec5 .btm .inner p {
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  /* line 1512, ../sass/top.scss */
  #fullpage #sec5 .btm .inner p {
    margin-top: 2em;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1512, ../sass/top.scss */
  #fullpage #sec5 .btm .inner p {
    font-size: 2.93333vw;
  }
}

/* line 1520, ../sass/top.scss */
#fullpage #sec5 .btm .inner .btn {
  border-color: #fff;
  color: #fff;
  width: 320px;
}
@media screen and (max-width: 768px) {
  /* line 1520, ../sass/top.scss */
  #fullpage #sec5 .btm .inner .btn {
    font-size: 20px;
    width: 72.72727vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1520, ../sass/top.scss */
  #fullpage #sec5 .btm .inner .btn {
    font-size: 2.66667vw;
  }
}

/* line 1533, ../sass/top.scss */
#fullpage #sec6, #fullpage #sec10 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  /* line 1533, ../sass/top.scss */
  #fullpage #sec6, #fullpage #sec10 {
    height: 56.22255vw;
  }
}
/* line 1539, ../sass/top.scss */
#fullpage #sec6 .flex, #fullpage #sec10 .flex {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1539, ../sass/top.scss */
  #fullpage #sec6 .flex, #fullpage #sec10 .flex {
    height: auto;
  }
}
/* line 1549, ../sass/top.scss */
#fullpage #sec6 .flex .photo, #fullpage #sec10 .flex .photo {
  width: 50%;
  background-image: url(../img/top/sec06img01.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 1549, ../sass/top.scss */
  #fullpage #sec6 .flex .photo, #fullpage #sec10 .flex .photo {
    width: 100vw;
    height: 73.33333vw;
  }
}
/* line 1559, ../sass/top.scss */
#fullpage #sec6 .flex .text, #fullpage #sec10 .flex .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 1559, ../sass/top.scss */
  #fullpage #sec6 .flex .text, #fullpage #sec10 .flex .text {
    width: 100vw;
  }
}
/* line 1569, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner, #fullpage #sec10 .flex .text .inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1569, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner, #fullpage #sec10 .flex .text .inner {
    padding-top: 2em;
  }
}
/* line 1574, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner.part1, #fullpage #sec10 .flex .text .inner.part1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 50%;
}
/* line 1577, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner.part1 .inbox, #fullpage #sec10 .flex .text .inner.part1 .inbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1574, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner.part1, #fullpage #sec10 .flex .text .inner.part1 {
    height: auto;
  }
}
/* line 1584, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner.part2, #fullpage #sec10 .flex .text .inner.part2 {
  background: #f5f5f5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 50%;
}
/* line 1588, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner.part2 .inbox, #fullpage #sec10 .flex .text .inner.part2 .inbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1584, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner.part2, #fullpage #sec10 .flex .text .inner.part2 {
    height: auto;
  }
}
/* line 1595, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner h2, #fullpage #sec10 .flex .text .inner h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1366px) {
  /* line 1595, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner h2, #fullpage #sec10 .flex .text .inner h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1595, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner h2, #fullpage #sec10 .flex .text .inner h2 {
    font-size: 44px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1595, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner h2, #fullpage #sec10 .flex .text .inner h2 {
    font-size: 5.86667vw;
  }
}

/* line 1603, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner p, #fullpage #sec10 .flex .text .inner p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  /* line 1603, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner p, #fullpage #sec10 .flex .text .inner p {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1603, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner p, #fullpage #sec10 .flex .text .inner p {
    font-size: 22px;
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1603, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner p, #fullpage #sec10 .flex .text .inner p {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1603, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner p, #fullpage #sec10 .flex .text .inner p {
    font-size: 4.0625vw;
    padding: 0 1em;
  }
}
/* line 1616, ../sass/top.scss */
#fullpage #sec6 .flex .text .inner .btn, #fullpage #sec10 .flex .text .inner .btn {
  width: 24.89019vw;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 1616, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner .btn, #fullpage #sec10 .flex .text .inner .btn {
    font-size: 1.02489vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1616, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner .btn, #fullpage #sec10 .flex .text .inner .btn {
    font-size: 20px;
    width: 72.72727vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1616, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner .btn, #fullpage #sec10 .flex .text .inner .btn {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 540px) {
  /* line 1616, ../sass/top.scss */
  #fullpage #sec6 .flex .text .inner .btn, #fullpage #sec10 .flex .text .inner .btn {
    font-size: 3.75vw;
  }
}
/* line 1632, ../sass/top.scss */
#fullpage #sec6 .btm, #fullpage #sec10 .btm {
  width: 100%;
  height: 28.57143vh;
  background: #019bbc;
  color: #fff;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1641, ../sass/top.scss */
#fullpage #sec6 .btm .inner, #fullpage #sec10 .btm .inner {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  /* line 1641, ../sass/top.scss */
  #fullpage #sec6 .btm .inner, #fullpage #sec10 .btm .inner {
    font-size: 1.02489vw;
  }
}
/* line 1645, ../sass/top.scss */
#fullpage #sec6 .btm .inner p, #fullpage #sec10 .btm .inner p {
  line-height: 2;
  margin-bottom: 2em;
}
/* line 1649, ../sass/top.scss */
#fullpage #sec6 .btm .inner .btn, #fullpage #sec10 .btm .inner .btn {
  border-color: #fff;
  color: #fff;
  width: 250px;
}
/* line 1657, ../sass/top.scss */
#fullpage #sec10 {
  background: #f5f5f5;
}
/* line 1662, ../sass/top.scss */
#fullpage #sec10 .flex .photo {
  background-image: url(../img/top/sec10img01.jpg);
}
/* line 1665, ../sass/top.scss */
#fullpage #sec10 .flex .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background: #fff;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 1665, ../sass/top.scss */
  #fullpage #sec10 .flex .text {
    width: 100vw;
  }
}
/* line 1680, ../sass/top.scss */
#fullpage #sec7 {
  background-image: url(../img/top/sec07bg.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 7.32064vw 1.46413vw;
}
@media screen and (max-width: 768px) {
  /* line 1680, ../sass/top.scss */
  #fullpage #sec7 {
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
/* line 1691, ../sass/top.scss */
#fullpage #sec7 h2 {
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1366px) {
  /* line 1691, ../sass/top.scss */
  #fullpage #sec7 h2 {
    font-size: 2.63543vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1691, ../sass/top.scss */
  #fullpage #sec7 h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 1691, ../sass/top.scss */
  #fullpage #sec7 h2 {
    font-size: 5.86667vw;
  }
}

/* line 1702, ../sass/top.scss */
#fullpage #sec7 #instafeed {
  margin-bottom: 3em;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: lex-start;
  justify-content: lex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 1702, ../sass/top.scss */
  #fullpage #sec7 #instafeed {
    padding-bottom: 1em;
  }
}
/* line 1712, ../sass/top.scss */
#fullpage #sec7 #instafeed .instaImage {
  width: 16.6666%;
  height: 15.75vw;
  padding: 1px;
}
@media screen and (max-width: 768px) {
  /* line 1712, ../sass/top.scss */
  #fullpage #sec7 #instafeed .instaImage {
    width: 48vw;
    height: 48vw;
    padding: 10px;
  }
  /* line 1721, ../sass/top.scss */
  #fullpage #sec7 #instafeed .instaImage:nth-of-type(n+7) {
    display: none;
  }
}
/* line 1725, ../sass/top.scss */
#fullpage #sec7 #instafeed .instaImage a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 1735, ../sass/top.scss */
#fullpage #sec8 {
  background: #333;
}
@media screen and (max-width: 768px) {
  /* line 1735, ../sass/top.scss */
  #fullpage #sec8 {
    padding: 2em 0;
  }
}
/* line 1740, ../sass/top.scss */
#fullpage #sec8 .footer {
  background: #fff;
}
/* line 1743, ../sass/top.scss */
#fullpage #sec8 .banners {
  width: 73.20644vw;
  margin: 0 auto 3em;
  padding-top: 3em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 1743, ../sass/top.scss */
  #fullpage #sec8 .banners {
    padding-top: 0;
    width: 90vw;
  }
}
@media screen and (max-width: 540px) {
  /* line 1743, ../sass/top.scss */
  #fullpage #sec8 .banners {
    width: 95vw;
  }
}
/* line 1755, ../sass/top.scss */
#fullpage #sec8 .banners a {
  display: block;
  width: 24%;
  margin: 5px 0.5%;
}
@media screen and (max-width: 768px) {
  /* line 1755, ../sass/top.scss */
  #fullpage #sec8 .banners a {
    width: 48%;
    margin: 5px 1%;
  }
}
/* line 1763, ../sass/top.scss */
#fullpage #sec8 .banners a img {
  width: 100%;
  height: auto;
}
/* line 1771, ../sass/top.scss */
#fullpage #sec12 {
  background: #fff;
  text-align: center;
  padding: 50px 10px;
}
/* line 1775, ../sass/top.scss */
#fullpage #sec12 img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 1771, ../sass/top.scss */
  #fullpage #sec12 {
    padding: 10px 10px 0;
  }
}

/* line 1785, ../sass/top.scss */
#gnav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 40%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  right: 17px;
}
/* line 1793, ../sass/top.scss */
#gnav li {
  position: relative;
  margin: 3px 0;
}
/* line 1796, ../sass/top.scss */
#gnav li a {
  display: block;
  margin-right: -240px;
}
/* line 1799, ../sass/top.scss */
#gnav li a:hover, #gnav li a.current {
  text-decoration: none;
}
/* line 1802, ../sass/top.scss */
#gnav li a:hover .ball, #gnav li a.current .ball {
  border-radius: 100%;
  background: #f6d600;
  border: 1px solid #f6d600;
  -moz-box-shadow: 0 0 8px 4px rgba(246, 214, 0, 0.5);
  -webkit-box-shadow: 0 0 8px 4px rgba(246, 214, 0, 0.5);
  box-shadow: 0 0 8px 4px rgba(246, 214, 0, 0.5);
}
@media screen and (min-width: 769px) {
  /* line 1814, ../sass/top.scss */
  #gnav li a:hover .name {
    right: 180px !important;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* line 1828, ../sass/top.scss */
#gnav li a .name {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 6em 1px 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 180px;
}
/* line 1838, ../sass/top.scss */
#gnav li a .ball {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 1px solid #999;
  background: #cdcdcd;
  right: 0;
  top: 50%;
  margin: -4px 0 0 -4px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  /* line 1785, ../sass/top.scss */
  #gnav {
    display: none;
  }
}

/* line 1861, ../sass/top.scss */
#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 1866, ../sass/top.scss */
#bgVideo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 1904, ../sass/top.scss */
body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
  padding: 1.5em 3em 1.5em 1.5em;
}

@media screen and (min-width: 769px) {
  /* line 1911, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn {
    padding: 1.5em 3em 1.5em 1.5em;
    height: 6em;
    float: left;
    line-height: 1.4;
  }
  /* line 1916, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn:nth-of-type(2n+2) {
    float: right;
  }
  /* line 1919, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .daigakuin .btn span {
    position: absolute;
    top: -0.6em;
  }
  /* line 1925, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-next {
    margin-left: 32vw !important;
  }
  /* line 1928, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-prev, body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-next {
    margin-left: -32vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1937, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text p {
    line-height: 1.5;
    -ms-word-break: break-word;
    word-break: break-word;
  }
  /* line 1942, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner .text h3 {
    margin-top: 0.5em;
    font-size: 4.6875vw;
  }
  /* line 1946, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
    height: 100vw;
  }
}
@media screen and (max-width: 540px) {
  /* line 1954, ../sass/top.scss */
  body.engSite #fullpage #sec3 .faculty #gakubuSlider .slick-slide .inner {
    height: 156.25vw;
  }
}
