@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
.se-md .h2 {
  margin: 0;
  text-align: center;
  font-weight: 300;
}
.se-md .h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .se-md .h3 {
    font-size: 22px;
  }
  .se-md .h3 br {
    display: none;
  }
}
.se-md .text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .se-md .text {
    font-size: 14px;
    line-height: 1.4;
  }
}

#page-top {
  margin-top: 0;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
  border-top: none;
  background: #fff;
}

.afix #subjectList {
  top: 45px;
  right: 90px;
}

.se-md {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .se-md {
    padding: 20px;
  }
  .se-md .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.se-md .item-wrap {
  padding: 80px 50px 70px 50px;
}
@media screen and (max-width: 768px) {
  .se-md .item-wrap {
    padding: 20px 0 20px 0;
  }
}
.se-md h2 {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 auto;
  top: 60px;
  font-weight: 200;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .se-md h2 {
    top: 7px;
    font-size: 20px;
  }
}

.content-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-title {
    min-height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .content-title {
    margin: 0 80px;
    min-height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .content-title {
    margin: 0 auto;
    width: 1170px;
  }
}

.animated .content-title {
  border-top: none;
  position: relative;
  overflow: hidden;
}
.animated .line {
  background: #fff;
  display: block;
  position: absolute;
}
.animated .line.topR {
  top: 0;
  left: calc(50% + 120px);
  height: 2px;
  width: 50%;
  -webkit-animation: slideinTR 1s ease-in 1;
          animation: slideinTR 1s ease-in 1;
}
@media screen and (max-width: 768px) {
  .animated .line.topR {
    left: calc(50% + 60px);
  }
}
.animated .line.topL {
  top: 0;
  left: -120px;
  height: 2px;
  width: 50%;
  -webkit-animation: slideinTR 1s ease-in 1;
          animation: slideinTR 1s ease-in 1;
}
@media screen and (max-width: 768px) {
  .animated .line.topL {
    left: -60px;
  }
}
.animated .line.left {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  -webkit-animation: slideinL 1s ease-in 1;
          animation: slideinL 1s ease-in 1;
}
.animated .line.right {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  -webkit-animation: slideinR 1s ease-in 1;
          animation: slideinR 1s ease-in 1;
}
.animated .line.bottom {
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-animation-name: slideinB;
          animation-name: slideinB;
  -webkit-animation: slideinB 1s ease-in 1;
          animation: slideinB 1s ease-in 1;
}

@-webkit-keyframes slideinTR {
  0% {
    width: 0;
  }
  70% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes slideinTR {
  0% {
    width: 0;
  }
  70% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes slideinL {
  0% {
    bottom: -100%;
  }
  60% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideinL {
  0% {
    bottom: -100%;
  }
  60% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes slideinR {
  0% {
    top: -100%;
  }
  60% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideinR {
  0% {
    top: -100%;
  }
  60% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideinB {
  0% {
    right: -100%;
  }
  60% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slideinB {
  0% {
    right: -100%;
  }
  60% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
#loader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
}
#loader img {
  position: relative;
  top: 45%;
  left: 50%;
  margin-left: -70px;
}

#gNav-sub {
  display: none;
}

#gNav-index {
  background: #EC6F89;
}
#gNav-index ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  line-height: 1.4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gNav-index li {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#gNav-index a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#gNav-index.afix {
  background: #EC6F89;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 45px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #gNav-index.afix {
    top: 55px !important;
  }
}
@media screen and (min-width: 769px) {
  #gNav-index.afix ul {
    margin: 0 90px;
  }
}
#gNav-index.afix a:hover {
  color: #fff;
  opacity: 1;
  background: #DD5A7B;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#gNav-index.afix h3, #gNav-index.afix .animation-panel {
  display: none !important;
}
#gNav-index.afix .category {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  height: 45px;
  padding-top: 1px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
#gNav-index.afix .category small {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #gNav-index.afix .category {
    font-size: 10px;
  }
}
#gNav-index.unfix ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  line-height: 1.4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1380px) {
  #gNav-index.unfix ul {
    margin: 0 90px;
  }
}
#gNav-index.unfix li {
  width: 25%;
  margin: 0;
  text-align: center;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
#gNav-index.unfix li:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix li {
    width: 50%;
  }
  #gNav-index.unfix li:nth-child(3), #gNav-index.unfix li:nth-child(4) {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix a {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  #gNav-index.unfix a {
    height: 240px;
  }
}
#gNav-index.unfix h3 {
  font-size: 18px;
  max-width: 280px;
  margin: 15px auto 5px auto;
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix h3 {
    margin: 5px auto 5px auto;
    font-size: 13px;
    text-align: left;
  }
}
#gNav-index.unfix h4 {
  font-size: 12px;
  background: #EC6F89;
  width: 110px;
  margin: 5px auto 10px auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix h4 {
    margin: 0 auto 3px auto;
  }
}
#gNav-index.unfix p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix p {
    font-size: 18px;
  }
}
#gNav-index.unfix .text {
  position: absolute;
  width: 100%;
  top: -100px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#gNav-index.unfix .thum {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix .thum img {
    width: 80px;
    height: auto;
  }
}
#gNav-index.unfix .animation-panel {
  position: relative;
  overflow: hidden;
  height: 110px;
}
@media screen and (max-width: 768px) {
  #gNav-index.unfix .animation-panel {
    height: 75px;
  }
}
#gNav-index.unfix a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#gNav-index.unfix a:hover {
  background: #DD5A7B;
  opacity: 1;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#gNav-index.unfix a:hover .text {
  top: 0;
}
#gNav-index.unfix a:hover .thum {
  top: 100px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#gNav-index.unfix small {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
}
#gNav-index.unfix .category {
  bottom: 10px;
  height: 35px;
  display: inline-block;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

#mainVisual {
  position: relative;
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  /*  .title{
      display: none;
    }
    .rate{
      h2{
        margin: 1.5em 0 0 0;
        font-size: 35px;
      }
      h3{
        margin: 0;
        font-size: 100px;
      }
    }*/
  /*  .scroll{
      color:#fff;
      font-weight: 500;
      position: absolute;
      bottom:100px;
      font-size: 20px;
      text-align: center;
      width: 100%;
      z-index: 2;
      a {
        position: relative;
        text-decoration: none;
        color:#fff;
        font-weight: 200;
        letter-spacing: 1px;
      }
      i{
        position: absolute;
        left: 50%;
        margin-left: -25px;
        font-size: 40px;
        bottom: -25px;
      }
    }*/
}
#mainVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#mainVisual .catch {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mainVisual .catch h1 {
  border: solid 2px #fff;
  display: inline-block;
  padding: 5px 0;
  margin: 37vh 0 0 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 900;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #mainVisual .catch h1 {
    min-width: 50%;
  }
}
#mainVisual .catch h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin: 7vh 0;
}
#mainVisual .catch p {
  font-size: 1.4em;
  margin: 0;
}
#mainVisual video {
  background: #000;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

#indexContents {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #mainVisual {
    background-image: url(../../img/title-cr_sp.jpg);
    background-size: cover;
    min-width: auto;
  }
  #mainVisual .catch {
    width: 100%;
  }
  #mainVisual .catch h1 {
    margin: 25vh 0 0 0;
    font-size: 15px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual .catch h2 {
    font-size: 25px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual .catch p {
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual video {
    display: none;
  }
}
.swing {
  -webkit-animation: swing 2.5s infinite;
  animation: swing 2.5s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes swing {
  0% {
    bottom: -60px;
  }
  50% {
    bottom: -80px;
  }
  100% {
    bottom: -60px;
  }
}

@keyframes swing {
  0% {
    bottom: -60px;
  }
  50% {
    bottom: -80px;
  }
  100% {
    bottom: -60px;
  }
}
#data-wrap {
  height: 100vh;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #data-wrap {
    margin-top: 25px;
  }
}
#data-wrap h2 {
  margin-top: 10vh;
  opacity: 0;
}
#data-wrap .content-title {
  margin-top: 10vh;
  min-height: 100px;
  height: 71vh;
}
#data-wrap .content-title .item-wrap {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #videoContents {
    padding: 0 1em 0 1em;
  }
}
#videoContents.typeB div {
  display: none;
  opacity: 1;
}
#videoContents.typeB h3 {
  font-weight: 300;
  font-size: 40px;
}
#videoContents.typeB h3 span {
  font-size: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB h3 {
    font-size: 22px;
    text-align: center;
  }
  #videoContents.typeB h3 span {
    display: block;
    font-size: 14px;
  }
}
#videoContents.typeB p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB p {
    font-size: 14px;
  }
}
#videoContents.typeB p .value {
  font-size: 65px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB p .value {
    font-size: 20px;
  }
}
#videoContents.typeB p .unit {
  padding-left: 5px;
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB p .unit {
    font-size: 20px;
  }
}
#videoContents.typeB p .note {
  font-size: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB p .note {
    font-size: 12px;
  }
}
#videoContents.typeB p .date {
  padding-top: 15px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #videoContents.typeB p .date {
    font-size: 12px;
  }
}
#videoContents.typeB .active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation: fadein 0.3s ease-in 1;
          animation: fadein 0.3s ease-in 1;
  display: block;
}
#videoContents.typeA div {
  display: none;
  opacity: 1;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 25px;
}
#videoContents.typeA .active {
  -webkit-animation: fadein 1.2s ease-in 1;
          animation: fadein 1.2s ease-in 1;
  display: block;
  opacity: 1;
}
#videoContents.typeA h3 {
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  margin: 0 0 5px 0;
  font-size: 17px;
}
#videoContents.typeA h3 span {
  font-size: 12px;
  padding-right: 3px;
}
#videoContents.typeA p {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}
#videoContents.typeA small {
  font-size: 0.85em;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#msg {
  background-image: url(../../img/title-outline.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #msg figure {
    text-align: center;
  }
  #msg img {
    max-width: 50%;
    margin: 0 auto;
  }
}
#msg figcaption {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #msg figcaption {
    text-align: left;
  }
}
#msg .btn {
  line-height: 1.2;
  font-size: 1.2em;
}
#msg .btn span {
  display: block;
  font-size: 14px;
}

#people {
  background: none;
  background: rgba(102, 102, 102, 0.8);
}
@media screen and (max-width: 768px) {
  #people .col-sm-4:nth-child(3) .card {
    margin-bottom: 0;
  }
}
#people h5 {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news {
  background: #bbb;
}
@media screen and (min-width: 769px) {
  #news .col-sm-4:nth-child(4) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #news .col-sm-4:nth-child(5) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #news .col-sm-4:nth-child(6) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#campus {
  background: url(../../img/title-campuslife.jpg) right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #EC6F89;
}
@media screen and (max-width: 768px) {
  #campus {
    text-align: center;
  }
}
#campus.animated .content-title:before, #campus.animated .content-title:after {
  background: #EC6F89;
}
#campus .line {
  background-color: #EC6F89;
}
#campus h2 {
  color: #EC6F89;
}
#campus .h3 {
  font-size: 32px;
  font-weight: 500px;
  font-weight: normal;
  line-height: 1.4;
}
#campus .h3 small {
  font-weight: 300;
  font-size: 18px;
  display: block;
}
#campus .h4 {
  font-size: 32px;
  font-weight: 500px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #campus .h4 {
    font-size: 22px;
    text-align: left;
    margin-left: 1em;
    margin-right: 1em;
  }
  #campus .h4 br {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */