@charset "UTF-8";
#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;
}

section {
  position: relative;
  background: #fff;
}

footer {
  position: relative;
  background: #fff;
}

.fixed-wrap {
  padding: 0 0 0 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.fixed-wrap #index {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1170px;
}
.fixed-wrap #index .gnav-wrap {
  margin-top: 0;
}

.h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.quo-title {
  font-size: 25px;
  line-height: 1.4;
}
.quo-title small {
  font-size: 20px;
  font-weight: bold;
}
.quo-title .ff-oswald {
  font-weight: 400;
  font-size: 60px;
}
.quo-title.bold {
  font-weight: bold;
}

.quo-text {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  p br {
    display: none;
  }
  .quo-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .quo-title small {
    font-size: 16px;
    display: block;
  }
  .quo-title .ff-oswald {
    font-size: 40px;
  }
  .quo-title.bold {
    font-weight: bold;
  }
  .quo-text {
    font-size: 16px;
  }
}
/* ラベル*/
.label {
  width: 100%;
  font-family: "Oswald";
  font-size: 1.3em;
}

#mainVisual {
  position: relative;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 0;
  background: #fff;
  overflow: hidden;
}
#mainVisual .catch {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(20, 35, 55, 0.25);
  top: 0;
  left: 0;
}
#mainVisual h1 {
  border: solid 2px #fff;
  display: inline-block;
  padding: 5px 20px;
  margin: 35vh 0 0 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 900;
}
#mainVisual h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.4;
  margin: 5vh 0;
}
#mainVisual p {
  font-size: 1.4em;
  margin: 0;
}
#mainVisual .scroll {
  color: #EC6F89;
  font-family: "Oswald";
  font-weight: 500;
  position: absolute;
  bottom: 100px;
  font-size: 35px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#mainVisual .scroll a {
  position: relative;
  text-decoration: none;
}
#mainVisual .scroll i {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  font-size: 70px;
  bottom: -60px;
}
#mainVisual .video-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: -1;
}
#mainVisual video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.lt-ie9 .v-aline-center {
  top: 35%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.lt-ie9 video {
  left: 0 !important;
  top: 0 !important;
}

@media screen and (max-width: 768px) {
  .fixed-wrap #index {
    min-width: 100%;
  }
  #mainVisual {
    min-width: auto;
  }
  #mainVisual .catch {
    width: 100%;
  }
  #mainVisual h1 {
    margin: 25vh 0 0 0;
    font-size: 15px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual h2 {
    font-size: 25px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual p {
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
  }
  #mainVisual .video-wrap {
    background-image: url(../../img/title-rigaku-sp.jpg);
    background-position: center;
    background-size: cover;
  }
  #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;
  }
}
/* 学長メッセージ --------------------------------------*/
#msg {
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#msg .fl_l {
  width: 60%;
  margin: 0;
}
#msg .fl_r {
  width: 35%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #msg {
    background-image: url(../../img/title-outline_sp.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  #msg {
    background-image: url(../../img/title-outline.jpg);
  }
}
/* 教員という生き方 */
#passionate {
  position: relative;
  color: #fff;
}
#passionate .title {
  padding: 40px 40px;
  background-image: url(../../img/pl-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#passionate .h2 {
  border-bottom: solid 1px #fff;
  text-align: center;
  color: #fff;
  margin: 0 0 50px 0;
  line-height: 1;
  padding: 10px 0 20px 0;
  font-weight: 300;
}
#passionate dd {
  line-height: 1.4;
}
#passionate .image {
  background-image: url(../../img/pl-bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  right: 0;
}
#passionate .image:after {
  opacity: 0.2;
}
#passionate a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #passionate .title {
    padding: 40px 20px;
  }
  #passionate .h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
/* 特徴 --------------------------------------*/
#department {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
#department h2 {
  margin-bottom: 60px;
}
#department .row > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: solid 1px #ccc;
  padding-bottom: 2em;
}
#department .row > div:last-child {
  border-right: solid 1px #ccc;
}
#department .btn-group .icon-wrap {
  margin-bottom: 1.5em;
}
#department .btn {
  width: 60%;
}
#department p {
  line-height: 1.4;
  text-align: left;
  min-height: 50px;
  font-size: 0.95em;
}
#department .small {
  font-size: 0.9rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #department {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #department h2 {
    margin-bottom: 20px;
  }
  #department .row > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    padding-bottom: 1em;
  }
  #department .row div:last-child {
    border-right: none;
  }
  #department .flex {
    border-top: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #department .doc-wrap {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    text-align: left;
  }
  #department .btn-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #department .btn {
    width: 100%;
  }
}
/* ティッカー --------------------------------------*/
#roop-wrap {
  background: #eee;
}

#roop {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
#roop img {
  vertical-align: top;
  width: 300px;
  height: auto;
}

/* トピックス --------------------------------------*/
#topics {
  background: #eee;
}
#topics .title {
  background: #8D9496;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin: 0;
}

.scroll-panel {
  height: 400px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .scroll-panel {
    height: 300px;
    overflow-y: scroll;
  }
}
.news-wrap a {
  text-decoration: none;
}
.news-wrap dt {
  font-size: 14px;
  padding-top: 8px;
}
.news-wrap dt .label {
  margin-left: 10px;
  width: auto;
  font-size: 12px;
  vertical-align: middle;
}
.news-wrap dt .label span {
  padding: 0 7px;
}
.news-wrap dt .label span:nth-child(2) {
  background: #fff;
  color: #222;
  display: inline-block;
  padding: 1px 7px;
}
.news-wrap dd {
  padding-top: 3px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  line-height: 1.4;
}

.news-nav {
  padding: 10px 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-nav li {
  width: 48%;
  padding: 0 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-nav li i {
  right: auto;
  left: 10px;
}

@media screen and (max-width: 1100px) {
  .news-nav li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-nav {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #topics .col-sm-4:nth-child(4) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #topics .col-sm-4:nth-child(5) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #topics .col-sm-4:nth-child(6) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.card {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 15px;
  }
}
.card:hover {
  opacity: 0.7;
}

.card figure {
  background-size: cover;
  background-position: center;
  height: 230px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .card figure {
    height: 150px;
  }
}
.card figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.card figure figcaption {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.card figure figcaption h3 {
  font-size: 1.75em;
  font-weight: 500;
  margin: 0;
}

.card figure figcaption h4 {
  font-weight: 200;
  display: inline-block;
  margin: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.card figure figcaption h4.c1 {
  border-color: #4DB20D;
}

.card figure figcaption h4.c2 {
  border-color: #D8B81A;
}

.card figure figcaption h4.c3 {
  border-color: #A154AF;
}

.card .label {
  position: absolute;
  left: -6px;
  top: -15px;
  z-index: 9;
}

.card .label:before, .card .label:after {
  content: "";
  position: absolute;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #EC6F89;
  right: -9px;
}

.card .label:before {
  top: 4px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card .label:after {
  bottom: 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card .label span {
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 0.9em;
  padding: 0 0.5em 0 1em;
  background-color: #EC6F89;
  color: #fff;
}

.card .label span:before {
  content: "";
  position: absolute;
}

.card .label span:before {
  top: 100%;
  left: 0;
  border-width: 0 5px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #000;
}

.card .doc {
  background: #fff;
  position: relative;
  padding: 15px 20px 20px 20px;
  height: 150px;
  line-height: 1.4;
  position: relative;
}

.card .doc h5 {
  margin: 0 0 3px 0;
  font-size: 1.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card .doc p {
  margin: 0;
  font-size: 14px;
}

.card .doc p span {
  display: block;
  margin: 5px 0 0 0;
  color: #999;
}

.card .date {
  color: #999;
  text-align: right;
  font-size: 0.9em;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .card {
    padding: 0 20px;
  }
}
/* キャンパスライフ --------------------------------------*/
#campus {
  background: url(../../img/title-campuslife.jpg) right 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #EC6F89;
}

/* 仕事・先輩 --------------------------------------*/
.feature-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.feature-wrap .linkbox {
  color: #fff;
}
.feature-wrap .text-center {
  text-align: center;
  bottom: 30px;
}
.feature-wrap .text-center .btn {
  margin: 0 auto;
  background: #fff;
}
.feature-wrap .doc-wrap {
  z-index: 10;
  position: relative;
}
.feature-wrap figure {
  position: absolute;
  padding: 0;
  text-align: right;
  height: 230px;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.feature-wrap figure img {
  width: 50%;
}
.feature-wrap dl {
  margin: 1em 0 0 0;
}
.feature-wrap dl dt {
  max-width: 100px;
  margin-bottom: 0.8em;
}
.feature-wrap dl dd {
  font-weight: bold;
  font-size: 24px;
}
.feature-wrap p {
  margin: 0.5em 0;
  font-size: 22px;
}

#ideal {
  background: #7AB5C5;
}
#ideal .btn {
  color: #7AB5C5 !important;
}

#trying {
  background: #F19049;
}
#trying .btn {
  color: #F19049 !important;
}

@media screen and (min-width: 769px) {
  .feature-wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .feature-wrap .doc-wrap {
    min-height: 320px;
  }
  .feature-wrap figure {
    top: 30px;
    right: 30px;
    height: 300px;
  }
  .feature-wrap figure img {
    width: 75%;
  }
}
/* フッター */
#page-top {
  margin-top: 0;
}/*# sourceMappingURL=index.css.map */