@charset "UTF-8";
@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;
  }
}
/* line 14, ../sass/top.scss */
.sec .inner {
  padding: 20px;
}
/* line 16, ../sass/top.scss */
.sec .inner h2 {
  text-align: left;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 374px) {
  /* line 16, ../sass/top.scss */
  .sec .inner h2 {
    font-size: 9.375vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 16, ../sass/top.scss */
  .sec .inner h2 {
    font-size: 72px;
  }
}

/* line 32, ../sass/top.scss */
header .logo {
  padding: 10px;
  width: 300px;
}
@media screen and (min-width: 769px) {
  /* line 32, ../sass/top.scss */
  header .logo {
    display: none;
  }
}

/* line 41, ../sass/top.scss */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
/* line 52, ../sass/top.scss */
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

/* line 58, ../sass/top.scss */
.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #20a3ea;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
/* line 69, ../sass/top.scss */
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/* line 75, ../sass/top.scss */
.main__visual {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  /* line 75, ../sass/top.scss */
  .main__visual {
    padding-bottom: 0;
  }
}
/* line 81, ../sass/top.scss */
.main__visual .video_main {
  overflow: hidden;
  width: 100%;
  height: 70vh;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 81, ../sass/top.scss */
  .main__visual .video_main {
    height: 100vh;
  }
}
@media screen and (min-width: 1080px) {
  /* line 81, ../sass/top.scss */
  .main__visual .video_main {
    min-height: 900px;
  }
}
/* line 92, ../sass/top.scss */
.main__visual .video_main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 101, ../sass/top.scss */
.main__visual .video_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
/* line 112, ../sass/top.scss */
.main__visual .images__main {
  width: 100%;
  height: 70vh;
  background-image: url(/entrance/img/top/mainvisual.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  filter: blur(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  /* line 112, ../sass/top.scss */
  .main__visual .images__main {
    height: 100vh;
  }
}
@media screen and (min-width: 1080px) {
  /* line 112, ../sass/top.scss */
  .main__visual .images__main {
    min-height: 900px;
  }
}
/* line 141, ../sass/top.scss */
.main__visual .main__cont {
  width: 100%;
  position: relative;
  bottom: -5%;
  z-index: 10;
  transition: 1s;
  opacity: 1;
  padding: 120px 20px 60px;
  background-color: #fa3a00;
}
@media screen and (min-width: 769px) {
  /* line 141, ../sass/top.scss */
  .main__visual .main__cont {
    position: absolute;
    width: 45%;
    left: 0;
    top: 0;
    height: 100vh;
    bottom: 0;
    background-color: rgba(250, 58, 0, 0.747);
  }
}
@media screen and (min-width: 1080px) {
  /* line 141, ../sass/top.scss */
  .main__visual .main__cont {
    min-height: 900px;
    width: 100%;
    max-width: 600px;
  }
}
/* line 164, ../sass/top.scss */
.main__visual .main__cont.none {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.25s;
}
/* line 170, ../sass/top.scss */
.main__visual .main__cont .logo__open {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 170, ../sass/top.scss */
  .main__visual .main__cont .logo__open {
    display: inline-block;
    position: absolute;
    top: 10px;
  }
}
/* line 178, ../sass/top.scss */
.main__visual .main__cont .main__mess {
  position: absolute;
  max-width: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -100px;
  padding: 25px;
}
@media screen and (min-width: 769px) {
  /* line 178, ../sass/top.scss */
  .main__visual .main__cont .main__mess {
    top: 10%;
    max-width: 700px;
    right: -150px;
  }
}
@media screen and (min-width: 769px) {
  /* line 192, ../sass/top.scss */
  .main__visual .main__cont .main__news {
    position: absolute;
    width: 90%;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 201, ../sass/top.scss */
.main__visual .main__cont .main__news .news__head {
  text-align: center;
  background-color: #fff;
  color: #FC3A00;
  font-weight: bold;
}
/* line 207, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list {
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 211, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list .list__item {
  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: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
  transition: color 0.25s;
}
/* line 216, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list .list__item:hover .date {
  color: #fffda2;
  transition: 0.25s;
}
/* line 220, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list .list__item:hover .tit {
  color: #fffda2;
  transition: 0.25s;
}
/* line 225, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list .list__item .date {
  display: block;
  width: 100%;
  transition: color 0.25s;
}
@media screen and (min-width: 769px) {
  /* line 225, ../sass/top.scss */
  .main__visual .main__cont .main__news .news__list .list__item .date {
    width: 25%;
    text-align: left;
  }
}
/* line 235, ../sass/top.scss */
.main__visual .main__cont .main__news .news__list .list__item .tit {
  width: 100%;
  display: block;
  color: #fff;
  padding: 0%;
}
@media screen and (min-width: 769px) {
  /* line 235, ../sass/top.scss */
  .main__visual .main__cont .main__news .news__list .list__item .tit {
    padding: 0 0 0 10px;
    width: 75%;
    text-align: left;
    transition: color 0.25s;
  }
}
/* line 249, ../sass/top.scss */
.main__visual .main__cont .main__news .news__link {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  transition: 0.25s;
}
/* line 259, ../sass/top.scss */
.main__visual .main__cont .main__news .news__link:hover {
  background-color: #fff;
  color: #fa3a00;
  transition: 0.25s;
}
/* line 263, ../sass/top.scss */
.main__visual .main__cont .main__news .news__link:hover:after {
  border-color: #fa3a00;
  transition: 0.25s;
}
/* line 268, ../sass/top.scss */
.main__visual .main__cont .main__news .news__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 5px;
  transition: 0.25s;
}

/* line 286, ../sass/top.scss */
#event {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  /* line 286, ../sass/top.scss */
  #event {
    padding-top: 0;
  }
}
/* line 292, ../sass/top.scss */
#event .inner .ev__slider {
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  /* line 292, ../sass/top.scss */
  #event .inner .ev__slider {
    width: 80%;
  }
}
@media screen and (min-width: ) {
  /* line 292, ../sass/top.scss */
  #event .inner .ev__slider {
    width: 100%;
  }
}
/* line 300, ../sass/top.scss */
#event .inner .ev__slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none !important;
}
@media screen and (min-width: 769px) {
  /* line 300, ../sass/top.scss */
  #event .inner .ev__slider .slide-arrow {
    display: inline !important;
  }
}
/* line 309, ../sass/top.scss */
#event .inner .ev__slider .slide-arrow.prev-arrow {
  left: -70px;
}
/* line 312, ../sass/top.scss */
#event .inner .ev__slider .slide-arrow.next-arrow {
  right: -70px;
}
/* line 316, ../sass/top.scss */
#event .inner .ev__slider .ev__item {
  width: 98%;
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  /* line 316, ../sass/top.scss */
  #event .inner .ev__slider .ev__item {
    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;
  }
}
/* line 322, ../sass/top.scss */
#event .inner .ev__slider .ev__item .ev__img {
  height: 164px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  /* line 322, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .ev__img {
    width: 60%;
    height: 400px;
    order: 2;
  }
}
@media screen and (min-width: ) {
  /* line 322, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .ev__img {
    width: 70%;
  }
}
/* line 336, ../sass/top.scss */
#event .inner .ev__slider .ev__item .ev__cont {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  /* line 336, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .ev__cont {
    width: 40%;
    order: 1;
  }
}
@media screen and (min-width: ) {
  /* line 336, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .ev__cont {
    width: 30%;
  }
}
/* line 345, ../sass/top.scss */
#event .inner .ev__slider .ev__item .ev__cont h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
/* line 355, ../sass/top.scss */
#event .inner .ev__slider .ev__item .inlineC .btn {
  padding: 7px 10px;
  text-align: center;
  border-radius: 24px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  /* line 355, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .inlineC .btn {
    min-width: 180px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 355, ../sass/top.scss */
  #event .inner .ev__slider .ev__item .inlineC .btn {
    min-width: 250px;
  }
}

/* line 379, ../sass/top.scss */
#message {
  background-color: #A50000;
}
@media screen and (min-width: 769px) {
  /* line 379, ../sass/top.scss */
  #message {
    padding: 60px 0;
  }
}
/* line 385, ../sass/top.scss */
#message .inner .mess__img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 385, ../sass/top.scss */
  #message .inner .mess__img {
    width: 50%;
    float: right;
  }
}
/* line 416, ../sass/top.scss */
#message .inner .mess__lead {
  color: #fff;
}
@media screen and (min-width: 769px) {
  /* line 416, ../sass/top.scss */
  #message .inner .mess__lead {
    width: 50%;
    padding: 30px;
    float: left;
  }
}
/* line 423, ../sass/top.scss */
#message .inner .mess__lead h3 {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  /* line 423, ../sass/top.scss */
  #message .inner .mess__lead h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
/* line 430, ../sass/top.scss */
#message .inner .mess__lead p {
  line-height: 2;
  margin-bottom: 40px;
}
/* line 435, ../sass/top.scss */
#message .inner .mess__link {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  transition: 0.25s;
}
/* line 445, ../sass/top.scss */
#message .inner .mess__link:hover {
  border: 1px solid #A50000;
  color: #A50000;
  transition: 0.25s;
  background-color: #fff;
}
/* line 450, ../sass/top.scss */
#message .inner .mess__link:hover::after {
  border-color: #A50000;
  transition: 0.25s;
}
/* line 455, ../sass/top.scss */
#message .inner .mess__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 5px;
  transition: 0.25s;
}

/* line 474, ../sass/top.scss */
#learning {
  position: relative;
  background-image: url(/entrance/img/top/learn_bk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 480, ../sass/top.scss */
#learning:after {
  content: "";
  display: block;
  background-color: #002A45;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* line 493, ../sass/top.scss */
#learning .inner .learn__box {
  position: relative;
}
/* line 495, ../sass/top.scss */
#learning .inner .learn__box .learn__img {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  text-align: center;
}
/* line 501, ../sass/top.scss */
#learning .inner .learn__box .learn__cont {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 501, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 513, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  transition: color .25s ease;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 513, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item {
    position: absolute;
    width: auto;
  }
}
/* line 527, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item .sub {
  position: relative;
}
/* line 529, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item .sub::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: all .25s ease;
  transition-property: transform;
}
/* line 546, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item:hover .sub::before {
  transform: scaleX(0);
  transform-origin: right;
}
@media screen and (min-width: 769px) {
  /* line 552, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link1 {
    top: 10%;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 552, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link1 {
    left: 7%;
  }
}
@media screen and (min-width: 769px) {
  /* line 561, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link2 {
    top: 50%;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 561, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link2 {
    right: 7%;
  }
}
@media screen and (min-width: 769px) {
  /* line 570, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link3 {
    bottom: 10%;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 570, ../sass/top.scss */
  #learning .inner .learn__box .learn__cont .learn__item.link3 {
    left: 7%;
  }
}
/* line 579, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item .sub {
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
}
/* line 587, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item .main {
  font-size: 24px;
  display: block;
  text-align: center;
}
/* line 591, ../sass/top.scss */
#learning .inner .learn__box .learn__cont .learn__item .main:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 3px;
}

/* line 614, ../sass/top.scss */
#interview .inner {
  overflow-x: hidden;
  padding: 40px 20px;
}
/* line 617, ../sass/top.scss */
#interview .inner .int__slider {
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 617, ../sass/top.scss */
  #interview .inner .int__slider {
    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;
  }
}
/* line 622, ../sass/top.scss */
#interview .inner .int__slider .slick-dots {
  bottom: -40px;
}
/* line 625, ../sass/top.scss */
#interview .inner .int__slider .int__item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  /* line 625, ../sass/top.scss */
  #interview .inner .int__slider .int__item {
    width: 48%;
    margin: 10px;
  }
}
@media screen and (min-width: 1080px) {
  /* line 625, ../sass/top.scss */
  #interview .inner .int__slider .int__item {
    width: 31%;
  }
}
/* line 635, ../sass/top.scss */
#interview .inner .int__slider .int__item h3 {
  background-color: #fff;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  position: relative;
  bottom: -50px;
  left: 0;
}
/* line 644, ../sass/top.scss */
#interview .inner .int__slider .int__item .int__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0 20px 20px;
  height: 330px;
}
/* line 651, ../sass/top.scss */
#interview .inner .int__slider .int__item .int__cont {
  margin-bottom: 20px;
}
/* line 653, ../sass/top.scss */
#interview .inner .int__slider .int__item .int__cont .dep {
  display: block;
  text-align: center;
}
/* line 657, ../sass/top.scss */
#interview .inner .int__slider .int__item .int__cont .namae {
  display: block;
  text-align: center;
}
/* line 662, ../sass/top.scss */
#interview .inner .int__slider .int__item .int__btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  transition: 0.25s;
}
@media screen and (min-width: 769px) {
  /* line 672, ../sass/top.scss */
  #interview .inner .int__slider .int__item .int__btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.25s;
  }
  /* line 677, ../sass/top.scss */
  #interview .inner .int__slider .int__item .int__btn:hover:before {
    transition: 0.25s;
    border-color: #000;
  }
}
/* line 686, ../sass/top.scss */
#interview .inner .int__link {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #000;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
/* line 696, ../sass/top.scss */
#interview .inner .int__link:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
/* line 700, ../sass/top.scss */
#interview .inner .int__link:hover::after {
  border-color: #fff;
}
/* line 704, ../sass/top.scss */
#interview .inner .int__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 5px;
}

/* line 721, ../sass/top.scss */
#life {
  background-image: url(/entrance/img/top/campuslife_bk.jpg);
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  /* line 727, ../sass/top.scss */
  #life .relative {
    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;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/* line 733, ../sass/top.scss */
#life .relative .life__img {
  height: 120px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 40px;
}
@media screen and (min-width: 374px) {
  /* line 733, ../sass/top.scss */
  #life .relative .life__img {
    height: 240px;
  }
}
@media screen and (min-width: 769px) {
  /* line 733, ../sass/top.scss */
  #life .relative .life__img {
    height: 400px;
    width: 48%;
    margin: 0;
    order: 2;
  }
}
/* line 749, ../sass/top.scss */
#life .relative .life__cont {
  color: #fff;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  /* line 749, ../sass/top.scss */
  #life .relative .life__cont {
    width: 48%;
    order: 1;
    padding: 40px;
    margin: 0;
  }
}
/* line 758, ../sass/top.scss */
#life .relative .life__cont h2 {
  text-align: left;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 374px) {
  /* line 758, ../sass/top.scss */
  #life .relative .life__cont h2 {
    font-size: 9.375vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 758, ../sass/top.scss */
  #life .relative .life__cont h2 {
    font-size: 72px;
  }
}
/* line 770, ../sass/top.scss */
#life .relative .life__cont .life__link {
  display: block;
  margin: 20px 20px 0;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  transition: 0.25s;
}
/* line 780, ../sass/top.scss */
#life .relative .life__cont .life__link:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
  transition: 0.25s;
}
/* line 785, ../sass/top.scss */
#life .relative .life__cont .life__link:hover::after {
  border-color: #000;
  transition: 0.25s;
}
@media screen and (min-width: 769px) {
  /* line 770, ../sass/top.scss */
  #life .relative .life__cont .life__link {
    width: 100%;
    margin: 30px 0 0;
  }
}
/* line 794, ../sass/top.scss */
#life .relative .life__cont .life__link:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 5px;
  transition: 0.25s;
}

/* line 813, ../sass/top.scss */
#exam {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  /* line 815, ../sass/top.scss */
  #exam .relative {
    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;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/* line 821, ../sass/top.scss */
#exam .relative .exam__img {
  height: 120px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 40px;
}
@media screen and (min-width: 374px) {
  /* line 821, ../sass/top.scss */
  #exam .relative .exam__img {
    height: 240px;
  }
}
@media screen and (min-width: 769px) {
  /* line 821, ../sass/top.scss */
  #exam .relative .exam__img {
    height: 400px;
    width: 48%;
    margin: 0;
  }
}
/* line 836, ../sass/top.scss */
#exam .relative .exam__cont {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  /* line 836, ../sass/top.scss */
  #exam .relative .exam__cont {
    width: 48%;
    order: 1;
    padding: 40px;
    margin: 0;
  }
}
/* line 844, ../sass/top.scss */
#exam .relative .exam__cont h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  /* line 844, ../sass/top.scss */
  #exam .relative .exam__cont h2 {
    font-size: 42px;
  }
}
/* line 852, ../sass/top.scss */
#exam .relative .exam__cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
/* line 857, ../sass/top.scss */
#exam .relative .exam__cont ul li {
  width: 50%;
}
/* line 859, ../sass/top.scss */
#exam .relative .exam__cont ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  text-decoration: none;
}
/* line 867, ../sass/top.scss */
#exam .relative .exam__cont ul li a:hover:after {
  right: 10px;
  transition: 0.5s;
}
/* line 872, ../sass/top.scss */
#exam .relative .exam__cont ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.5s;
}
/* line 886, ../sass/top.scss */
#exam .relative .exam__cont ul li a:nth-child(odd) {
  margin-right: 10px;
}

/***************************************************
 * Generated by SVG Artista on 3/1/2022, 12:00:12 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 925, ../sass/top.scss */
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
  animation: animate-svg-fill-1 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 950, ../sass/top.scss */
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;
  animation: animate-svg-fill-2 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 975, ../sass/top.scss */
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s both;
  animation: animate-svg-fill-3 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1000, ../sass/top.scss */
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.1s both;
  animation: animate-svg-fill-4 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1025, ../sass/top.scss */
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s both;
  animation: animate-svg-fill-5 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1050, ../sass/top.scss */
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.3s both;
  animation: animate-svg-fill-6 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1075, ../sass/top.scss */
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4s both;
  animation: animate-svg-fill-7 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1100, ../sass/top.scss */
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.5s both;
  animation: animate-svg-fill-8 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1125, ../sass/top.scss */
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s both;
  animation: animate-svg-fill-9 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1150, ../sass/top.scss */
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.7s both;
  animation: animate-svg-fill-10 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1175, ../sass/top.scss */
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s both;
  animation: animate-svg-fill-11 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1200, ../sass/top.scss */
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s both;
  animation: animate-svg-fill-12 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1225, ../sass/top.scss */
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s both;
  animation: animate-svg-fill-13 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1250, ../sass/top.scss */
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.1s both;
  animation: animate-svg-fill-14 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1275, ../sass/top.scss */
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.2s both;
  animation: animate-svg-fill-15 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1300, ../sass/top.scss */
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.3s both;
  animation: animate-svg-fill-16 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1325, ../sass/top.scss */
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.4s both;
  animation: animate-svg-fill-17 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.4s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1350, ../sass/top.scss */
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.5s both;
  animation: animate-svg-fill-18 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.5s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1375, ../sass/top.scss */
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.6s both;
  animation: animate-svg-fill-19 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1400, ../sass/top.scss */
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.7s both;
  animation: animate-svg-fill-20 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.7s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
/* line 1425, ../sass/top.scss */
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.8s both;
  animation: animate-svg-fill-21 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.8s both;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
/* line 1434, ../sass/top.scss */
.modal-container {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
/* line 1451, ../sass/top.scss */
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
/* line 1458, ../sass/top.scss */
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
/* line 1463, ../sass/top.scss */
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 768px;
  width: 90%;
}
/* line 1469, ../sass/top.scss */
.modal-body .event__top {
  padding: 20px;
  display: block;
  color: #000;
}
/* line 1473, ../sass/top.scss */
.modal-body .event__top .tit {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1479, ../sass/top.scss */
.modal-body .event__top .images {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
/* line 1484, ../sass/top.scss */
.modal-body .event__top .lead {
  display: block;
}

/*モーダルを閉じるボタンの指定*/
/* line 1490, ../sass/top.scss */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
/* line 1504, ../sass/top.scss */
.modal-content {
  background: #fff;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 769px) {
  /* line 1504, ../sass/top.scss */
  .modal-content {
    padding: 30px;
  }
}

/* line 1517, ../sass/top.scss */
body:lang(en) {
  word-break: keep-all;
  text-align: inherit;
}
@media screen and (min-width: 769px) {
  /* line 1533, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item {
    width: 420px;
  }
}
/* line 1543, ../sass/top.scss */
body:lang(en) #learning .inner .learn__box .learn__cont .learn__item:hover .sub::before {
  transform: scaleX(0);
  transform-origin: right;
}
@media screen and (min-width: 769px) {
  /* line 1549, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link1 {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1549, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link1 {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 1558, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link2 {
    top: 50%;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1558, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link2 {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 1567, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link3 {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1567, ../sass/top.scss */
  body:lang(en) #learning .inner .learn__box .learn__cont .learn__item.link3 {
    left: 0;
  }
}
/* line 1590, ../sass/top.scss */
body:lang(en) #exam .relative .exam__cont h2 {
  font-size: 30px;
}
/* line 1594, ../sass/top.scss */
body:lang(en) #exam .relative .exam__cont ul li {
  width: 100%;
}
/* line 1596, ../sass/top.scss */
body:lang(en) #exam .relative .exam__cont ul li a {
  padding: 10px 35px 10px 0;
}

/* 20250319 */
#preNotice h2 br {
  display: none;
}
#preNotice .pre__cont {
  display: flex;
  margin: 30px auto;
  border: 1px solid #ccc;
}
#preNotice .pre__cont > p {
  width: 30%;
  padding: 30px;
}
#preNotice .pre__cont .pre__img {
  width: 70%;
}
#preNotice .pre__cont .pre__img img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  #preNotice h2 br {
    display: block;
  }
}
@media screen and (max-width:768px) {
  #preNotice {
    padding-top: 40px;
  }
  #preNotice .pre__cont {
    flex-direction: column-reverse;
  }
  #preNotice .pre__cont > p,
  #preNotice .pre__cont .pre__img {
    width: 100%;
  }
}