#kv p,
#kvsp p {
  font-family: 'Roboto', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryosans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 60%;
  text-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#kv p span,
#kvsp p span {
  font-size: 1.3rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  text-shadow: none;
  font-weight: 500;
  padding: 0.3rem;
}
.sc #kv p span,
.sc #kvsp p span {
  font-family: 'Noto Sans SC', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.ko #kv p span,
.ko #kvsp p span {
  font-family: 'Noto Sans KR', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#kvsp p {
  margin-top: 20%;
}
h2.topH2 {
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}
.h2 {
  font-family: 'Roboto', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryosans-serif;
  font-size: 2rem;
  display: block;
  margin-bottom: -10px;
}
a {
  text-decoration: none;
}
h2 .ja {
  color: #26c5cf;
  border-bottom: #333 solid 5px;
  font-size: 1rem;
  position: relative;
  padding: 20px 5px 0 5px;
  display: inline-block;
  margin-top: -5px;
}
h2 .ja:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-right: solid 4px #26c5cf;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: -4px;
}

img.topAbout {
  width: 100%;
  height: auto;
  align-self: center;
}
/*  学部・学科  */
.topFaculty {
  overflow: hidden;
  position: relative;
  /* background: -webkit-linear-gradient(top,  #ffffff 0%,#d7fffa 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#d7fffa 100%);
  border-top: 5px solid #26c5cf;*/
}
.topFaculties {
  position: relative;
}
.topFaculty div.bg {
  background: url(../img/img_faculty_bg.png);
  padding-bottom: 50px;
}

.topFaculties h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.4em 1em 0.4em 0.6em;
  margin: 0;
  margin-top: -1em;
  background: #fff;
  margin-left: 35px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}
.topFaculties h3:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(/en/img/module/icon_btn_arrow.png);
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
}
ul.gr {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
ul.gr li {
}
ul.gr a {
  display: flex;
  background: #fff;
  color: #181919;
  font-size: 1.2rem;
  padding: 5px;
  margin: 5px;
  position: relative;
}
.en ul.gr a {
  border-left: 10px solid #26c5cf;
}
ul.gr a:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(/en/img/module/icon_btn_arrow.png);
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
}
ul.gr a span.left {
  background: #26c5cf;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.5rem;
  margin-right: 0.5em;
}
ul.gr .right {
  padding: 5px;
}
ul.gr .small {
  font-size: 0.7em;
  display: block;
}
.topFaculties h3 span:nth-of-type(1) {
  font-size: 0.5em;
  display: block;
}

ul.underKv {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.underKv li {
  width: 50%;
  background: #fff;
  border: 1px solid #cfcfcf;
}
/*ul.underKv li:nth-of-type(1) {
  border-right: none;
  border-bottom: none;
}
ul.underKv li:nth-of-type(2) {
  border-bottom: none;
}
ul.underKv li:nth-of-type(3) {
  border-right: none;
}*/
ul.underKv a {
  display: block;
  background: url(/en/img/module/icon_sq.png) no-repeat;
  background-size: 6px 6px;
  background-position: 0.5em center;
  text-align: center;
  color: #333;
  padding: 0.8em 0.5em;
  font-weight: 500;
}

.topFaculties .img img {
  width: 100%;
  max-width: 756px;
}
.topFaculties .info,
.topFaculties .music,
.topFaculties .ouyo,
.topFaculties .butai,
.topFaculties .policy,
.topFaculties .sport {
  padding: 10px 0 70px 0;
  position: relative;
}
.topFaculties .sport {
  padding: 10px 0 10px 0;
}
.topFaculties .info:before,
.topFaculties .music:before,
.topFaculties .ouyo:before,
.topFaculties .butai:before,
.topFaculties .policy:before,
.topFaculties .sport:before {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: #181919;
  position: absolute;
  top: 5px;
  left: 10px;
}
.topFaculties a {
  display: block;
  position: relative;
  /*overflow: hidden;*/
}
.facultyName {
  position: relative;
}
.topFaculties .en {
  position: absolute;
  left: -46%;
  top: -75px;
  /*  bottom:0;*/
  height: 1.5em;
  width: 100%;
  transform: rotate(90deg);
}
.topFaculties .en {
  background: rgba(18, 197, 207, 0.2);
}
.topFaculties .en span {
  background: #181819;
  width: 97%;
  display: block;
  text-align: left;
  padding-left: 0.2em;
  white-space: nowrap;
}

.topFaculties .en span {
  background: #181819;
}
.topFaculties .info a .en {
  color: #c0e42c;
}
.topFaculties .music a .en {
  color: #ff7b61;
}
.topFaculties .ouyo a .en {
  color: #4bb8f6;
}
.topFaculties .butai a .en {
  color: #ff5f80;
}
.topFaculties .policy a .en {
  color: #a099e1;
}
.topFaculties .sport a .en {
  color: #ffbb27;
}
.topFaculty h3 {
  color: #181819;
}
@media screen and (max-width: 325px) {
  .topFaculty .brackets {
    margin-right: 7%;
  }
}
@media screen and (min-width: 326px) {
  .topFaculty .brackets {
    margin-right: 5%;
  }
}
.topFaculty .brackets {
  position: relative;
  color: #181919;
  margin-left: 4rem;
}

.topFaculty .brackets:before {
  content: '';
  display: block;
  width: 15px;
  height: calc(100% + 1em);
  border: 1px solid #181919;
  border-right: none;
  position: absolute;
  left: -1em;
  top: -0.5em;
}
.topFaculty .brackets:after {
  content: '';
  display: block;
  width: 15px;
  height: calc(100% + 1em);
  border: 1px solid #181919;
  border-left: none;
  position: absolute;
  right: -1em;
  top: -0.5em;
}
.topFaculty .course {
  margin-left: 10%;
  margin-right: 5%;
}
.topFaculty .course h4 {
  margin: -3px 0 0 -8px;
  color: #181919;
}
.topFaculty .course ul {
  margin: 0;
  padding: 0;
  color: #181919;
  font-size: 0.9em;
  list-style: none;
}
.topFaculty .course ul li {
  border-left: 1px solid #181919;
  padding-left: 0.5em;
  margin-bottom: 2px;
}

.bgWhite {
  background: #fff;
}
/* ニュースタブ */
.bgNews {
  background: url(../img/img_top_news_bg.jpg) #fff;
  background-size: cover;
  background-position: center center;

  padding-bottom: 20px;
}
.newMenu {
  list-style: none;
  padding: 0;
  text-align: center;
}
/*
.newMenu li {
  border-radius: .7em;
  border: 1px solid #26c5cf;
  lline-height: 1em;
  padding: 0 .5em;
  font-size: .8rem;
  cursor: pointer;
}
*/
.newMenu li {
  border-radius: 1.5em;
  border: 1px solid #26c5cf;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 1em;
  font-size: 0.8em;
  cursor: pointer;
  margin: 0 2.5px 5px;
}
.newMenu li.active {
  background: #26c5cf;
  color: #fff;
  transition: all 0.5s;
}
.newContent {
  display: none;
}
.newContent.active {
  display: block;
}
.newContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.newContent ul li a {
  text-decoration: none;
  color: #040000;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 3px solid #333;
  padding: 3px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.newContent ul li:after {
  content: '';
  display: block;
  height: 3px;
  width: 80px;
  background: #26c5cf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.newContent ul li {
  margin: 10px;
  display: flex;
  position: relative;
  width: 100%;
}
.newContent ul li:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-linear-gradient(left, #c0f4f7 0%, #ffffff 100%);
  background: linear-gradient(to right, #c0f4f7 0%, #ffffff 100%);
  position: absolute;
  top: -5px;
  left: -5px;
}
.newContent ul li a img {
  width: 30%;
  float: left;
  margin-right: 1em;
}
.newContent ul li a .newContents {
  margin: 0;
  overflow: hidden;
  font-size: 0.85rem;
}
.newContent ul li a span.date span {
  font-size: 1em;
  font-weight: 500;
  background: #fff;
  position: relative;
  padding-right: 0.5rem;
  z-index: 20;
}
.newContent ul li a span.date {
  position: relative;
  margin-bottom: 0.3em;
  margin-left: 5px;
  display: block;
}
.newContent ul li a span.date:after {
  height: 1px;
  width: 1000px;
  content: '';
  display: block;
  background: #040000;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.newContent ul li a p span:nth-of-type(2) {
  display: block;
}
.newContent ul li a .text {
  display: block;
  padding: 10px;
}
.topNews .flexH2 {
}
/* イベント */
.topEvent {
  background: #d7fffa;
  padding: 1rem 0;
}
.topEvent:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.topEvent ul {
  margin: 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.topEvent ul li {
  width: calc(50% - 5px);
  margin: 5px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.topEvent ul li:nth-child(2n + 1) {
  margin-left: 0px;
}
.topEvent ul li:nth-child(2n) {
  margin-right: 0px;
}
.topEvent ul li img {
  width: 100%;
}
.topEvent a {
  text-decoration: none;
  color: #040000;
  font-size: 0.85rem;
  display: block;
}
.topEvent .topEvents {
  margin: 0;
  background: #fff;
}
.topEvent .topEvents > span.text {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 1.8em;
}
.topEvent .topEvents > span.text:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_sq.png) no-repeat left top;
  background: cover;
  position: absolute;
  top: -1px;
  left: -1px;
}
.topEvent .topEvents span.title {
  display: block;
  margin-bottom: 1.8em;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 500;
}
.topEvent .date {
  color: #26c5cf;
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 30px;
}
body {
  /*  background-image: url(../img/img_top_faculty_bg.jpg);
  background-size: auto 100%;
	background-attachment: fixed;
  background-position: 50%;*/
}
/* 学部下メニュー */
.topMenu > div {
  border-bottom: 1px solid #26c5cf;
  overflow: hidden;
}
.topMenu > div:nth-of-type(1) {
  border-top: 1px solid #26c5cf;
}
.topMenu a {
  color: #333;
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  position: relative;
}
.topMenu p {
  margin: 0;
  background: url(/en/img/module/icon_sq.png) left center no-repeat #fff;
  position: relative;
  display: inline-block;
  font-weight: 500;
  background-size: 15px 15px;
  padding-left: 25px;
  width: 30vw;
  min-width: 160px;
  /*
  position: absolute;
  top: calc(50% - 0.75rem);
  */
}
.topMenu p:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: -1em;
  top: calc(50% - 5px);
}
.topMenu .linkTitle {
  position: absolute;
  z-index: 5;
  padding: 10px 30px 10px 10px;
  top: calc(50% - 25px);
  background: #fff;
}
.topMenu div.facility,
.topMenu div.admission,
.topMenu div.support,
.topMenu div.studentlife,
.topMenu div.career,
.topMenu div.parents,
.topMenu div.opencampus {
  background-size: auto 150%;
  background-position: 25vw 0;
  background-repeat: no-repeat;
  position: relative;
}
.topMenu div.facility .img,
.topMenu div.admission .img,
.topMenu div.support .img,
.topMenu div.studentlife .img,
.topMenu div.career .img,
.topMenu div.parents .img,
.topMenu div.opencampus .img {
  position: relative;
  height: 96px;
}
.topMenu div.facility img,
.topMenu div.admission img,
.topMenu div.support img,
.topMenu div.studentlife img,
.topMenu div.career img,
.topMenu div.parents img,
.topMenu div.opencampus img {
  position: absolute;
  top: 0;
  left: 70%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* .topMenu div.facility {
  background-image: url('../img/img_top_facility_bg.jpg');
}
.topMenu div.admission {
  background-image: url('../img/img_top_admission_bg.jpg');
}
.topMenu div.support {
  background-image: url('../img/img_top_support_bg.jpg');
}
.topMenu div.studentlife {
  background-image: url(../img/img_top_menu3_bg.jpg);
}
.topMenu div.career {
  background-image: url(../img/img_top_menu4_bg.jpg);
}
.topMenu div.parents {
  background-image: url('../img/img_top_parents_bg.jpg');
} */
.topMenu div.facility:after,
.topMenu div.admission:after,
.topMenu div.support:after,
.topMenu div.studentlife:after,
.topMenu div.career:after,
.topMenu div.parents:after,
.topMenu div.opencampus:after {
  content: '';
  display: block;
  transform: skewX(-30deg);
  background: #fff;
  height: 101%;
  width: 80%;
  position: absolute;
  left: -45vw;
  top: 0;
}
.topMenu .img {
  text-align: right;
}
.topMenu .about a {
  display: block;
}
/* 学部・学科*/
.topFaculty {
  /*background: -webkit-linear-gradient(left,  rgba(244,249,249,0) 6%,rgba(244,249,249,0.74) 6%,rgba(244,249,249,0.74) 100%);
background: linear-gradient(to right,  rgba(244,249,249,0) 6%,rgba(244,249,249,0.74) 6%,rgba(244,249,249,0.74) 100%);*/
  padding-bottom: 1em;
  background: #caf2ff;
}
.topFaculty .wrap {
  padding: 10px;
}
.faclutyFlex {
  background-position: cover;
  font-weight: 500;
}
.faclutyFlex > div {
  width: 100%;
  padding: 110px 0;
}
.faclutyFlex a {
  text-decoration: none;
  color: #040000;
}
.faclutyFlex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faclutyFlex .sport .inlineB {
  display: inline-block;
}
.topFaculty .textWrap ul,
.topFaculty .gr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topFaculty .textWrap ul li,
.topFaculty .gr ul li {
  position: relative;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.topFaculty .textWrap:nth-of-type(1) ul li:last-child,
.topFaculty .gr:nth-of-type(1) ul li:last-child {
  margin-bottom: 0;
}
.topFaculty .textWrap:nth-of-type(2),
.topFaculty .textWrap:nth-of-type(3) {
  margin-top: 15px;
  display: flex;
  flex-direction: column-reverse;
}
.topFaculty .textWrap ul li a,
.topFaculty .gr ul li a {
  display: block;
  color: #181919;
  font-weight: 500;
  position: relative;
  padding: 0.5em;
  padding-left: 1.5em;
  font-size: 1.1rem;
}
.topFaculty .textWrap ul li a:before,
.topFaculty .textWrap ul li a:after,
.topFaculty .gr ul li a:after,
.topFaculty .gr ul li a:before {
  content: '';
  display: block;
}
.topFaculty .textWrap ul li a:before,
.topFaculty .gr ul li a:before {
  background: #26c5cf;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}
.topFaculty .textWrap ul li a:after,
.topFaculty .gr ul li a:after {
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1em;
  top: calc(50% - 0.25em);
}
.topFaculty h3,
.topFaculty .textWrap ul {
  position: relative;
  z-index: 5;
  margin-left: 0;
}
.topFaculties {
  position: relative;
  overflow: hidden;
}
.textWrap:nth-of-type(1) .topFaculties:after,
.textWrap:nth-of-type(2) .topFaculties:after,
.textWrap:nth-of-type(3) .topFaculties:after {
  color: #ebfafa;
  font-family: 'Roboto';
  font-size: 58px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  line-height: 0.85em;
  text-align: right;
}
.textWrap:nth-of-type(1) .topFaculties:after {
  content: 'Faculty of Informatics for Arts';
}
.textWrap:nth-of-type(2) .topFaculties:after {
  content: 'Faculty of Policy Management';
}
.textWrap:nth-of-type(3) .topFaculties:after {
  content: 'Faculty of Sport Management';
}
.topFaculty .graduateLink .gr:nth-of-type(2) {
  margin-top: 0;
  padding-top: 0;
}
.topFaculty .graduateLink .gr:nth-of-type(2) h3 {
  padding-top: 0.8rem;
}
.topFaculty .graduateLink .gr:nth-of-type(1) .left {
  padding-bottom: 0;
}
.topFaculty .graduateLink .gr:nth-of-type(2) .left {
  padding-top: 10px;
}
.faclutyFlex .bgW {
  /*
  background: rgba(255,255,255,0.9);
  */
}
.faclutyFlex .art,
.faclutyFlex .policy,
.faclutyFlex .sport {
  background-size: cover;
  position: relative;
}
.faclutyFlex .art > div,
.faclutyFlex .policy > div,
.faclutyFlex .sport > div {
}
.faclutyFlex .art .bgW,
.faclutyFlex .policy .bgW,
.faclutyFlex .sport .bgW {
  width: 88%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
}
.faclutyFlex .art ul,
.faclutyFlex .policy ul,
.faclutyFlex .sport ul {
  margin: 0 auto;
  font-size: 1.1rem;
}
.facultyLink h3 .inlineB {
  display: inline-block;
}
.faclutyFlex .art {
  background-image: url(../img/img_faculty_art.jpg);
  margin-bottom: 10px;
}
.faclutyFlex .policy {
  background-image: url(../img/img_faculty_policy.jpg);
  margin-bottom: 10px;
}
.faclutyFlex .sport {
  background-image: url(../img/img_faculty_sport.jpg);
}
.faclutyFlex > div h3 {
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 3px 0;
  letter-spacing: 1px;
}
.faclutyFlex > div h3,
.faclutyFlex > div li {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-bottom: 3px;
  padding: 0.8em 0.5rem;
}

.topFaculty .gr > div {
  height: 100%;
}
.en .topFaculty .gr .left {
  /*padding: 1rem 2rem 1.5rem;*/
  display: none;
}
.graduateLink h3 {
  font-size: 1.3rem;
  margin: 0 2.5rem 0 2.5rem;
}
.graduateLink h3 span {
  display: block;
  background: #26c5cf;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0.5rem;
}
.topFaculties {
  /*background: #fff;*/
  padding: 0;
}
.topFaculties h3 {
  margin-top: -2rem;
  margin-left: 2rem;
  padding-right: 2.5rem;
}

.topFaculties h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.topFaculty .img-box {
  width: 100%;
}
.topFaculty .img-box img {
  width: 100%;
}
.cate {
  border: 1px solid #26c5cf;
  color: #26c5cf;
  padding: 0 0.5em;
  position: absolute;
  top: 2px;
  right: 0;
  background: #fff;
  z-index: 5;
}
a.linkBtn {
  display: table;
  background: #26c5cf;
  color: #fff;
  margin: 20px auto;
  font-size: 1rem;
  border: 0;
  padding: 0.7em 1.6em 0.7em 1.3em;
  position: relative;
  border-radius: 3px;
  font-size: 1.3rem;
  letter-spacing: 1.2px;
}
p.about:has(span.jpTtl) {
  display: flex;
  align-items: center;
}
span.jpTtl {
  background: #d1d1d1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline;
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
  margin-left: 0.6rem;
}
@media screen and (min-width: 320px) {
  a.linkBtn br {
    display: none;
  }
}
a.linkBtn span {
  display: inline-block;
  padding-left: 1.5em;
}
a.linkBtn span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 1em;
  top: calc(50% - 5px);
}

/*mainVisual*/
#mainvisual {
  position: relative;
  height: 50vw;
  width: 100%;
}
.mainvisualVideo {
  position: relative;

  width: 100%;
  height: auto;
}
.mainvisualVideo iframe {
  width: 100%;
  height: auto;
}

/*スクロールアニメーション*/
.animate {
  position: relative;
  top: 120px;
  opacity: 0;
}
@keyframes fadeInsp {
  0% {
    opacity: 0;
    top: 50px;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInsp2 {
  0% {
    opacity: 0;
    top: 200px;
  }
  55% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.animate.moving {
  animation: fadeInsp 0.3s ease 0.1s 1 forwards;
  top: 0;
}
.div1 {
  background: #ffecb8;
}
.div2 {
  background: #e1ffb8;
}
.div3 {
  background: #b8fff3;
}
.div4 {
  background: #b8ceff;
}
.animateUl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.faclutyFlex > div,
.animateUl li {
  opacity: 0;
}
.animateUl li.moving:nth-of-type(1) {
  animation: fadeInsp 0.3s ease 0.1s 1 forwards;
}
.animateUl li.moving:nth-of-type(2) {
  animation: fadeInsp 0.3s ease 0.15s 1 forwards;
}
.animateUl li.moving:nth-of-type(3) {
  animation: fadeInsp 0.3s ease 0.2s 1 forwards;
}
.animateUl li.moving:nth-of-type(4) {
  animation: fadeInsp 0.3s ease 0.25s 1 forwards;
}
.animateUl li.moving:nth-of-type(5) {
  animation: fadeInsp 0.3s ease 0.3s 1 forwards;
}
.faclutyFlex > div.moving:nth-of-type(1) {
  animation: fadeInsp2 0.3s ease 0.1s 1 forwards;
}
.faclutyFlex > div.moving:nth-of-type(2) {
  animation: fadeInsp2 0.3s ease 0.2s 1 forwards;
}
.faclutyFlex > div.moving:nth-of-type(3) {
  animation: fadeInsp2 0.3s ease 0.3s 1 forwards;
}
span.japanese:after {
  content: 'JP';
  background: #d1d1d1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
  margin-left: 0.6rem;
  margin-top: 1.6rem;
}
.footerLinks span.japanese:after {
  margin-top: 0;
}
/*IPHONE SEサイズ用
	SPナヴィゲーション（footer）
*/
@media screen and (max-width: 320px) {
  .topFaculties .en span {
    background: #181819;
    width: 115%;
    display: block;
    text-align: left;
    padding-left: 0.2em;
    white-space: nowrap;
  }
}

/*IPHONE SEサイズ用 END */
