.top-content {
  line-height: 0;
}

.top-content__box {
  line-height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.top-content__box p {
  line-height: 0;
}

.top-content__box img {
  width: 100%;
}

.top-content__box--fv {
  background-image: url(../image/site/login_back_01.jpg);
}

.top-content__box--fv .btn-wrapper {
  background-image: url(../image/site/login_back_02_01.jpg);
  background-position: bottom;
  padding-bottom: .5rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.top-content__box--fv .btn-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-content__box--fv .btn-wrapper ul li {
  width: 48%;
}

.top-content__box--q1 {
  background-image: url(../image/site/login_back_02_02.jpg);
}

.top-content__box--q2 {
  background-image: url(../image/site/login_back_03.jpg);
}

.top-content__box--q3 {
  background-image: url(../image/site/login_back_04.jpg);
}

.top-content__box--registbtn {
  background-image: url(../image/site/login_back_05.jpg);
  padding-bottom: 2.5rem;
}

.ex-content {
  line-height: 0;
}

.ex-content img {
  width: 100%;
}

.ex-content__box {
  line-height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ex-content__box p {
  line-height: 0;
}

.ex-content__box--ex01 {
  background-image: url(../image/site/login_back_06.jpg);
}

.ex-content__box--ex02 {
  background-image: url(../image/site/login_back_07.jpg);
}

.ex-content__box--ex03 {
  background-image: url(../image/site/login_back_08.jpg);
}

.con-content img {
  width: 100%;
}

.con-content__box {
  line-height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.con-content__box p {
  line-height: 0;
}

.con-content__box--ss {
  background-image: url(../image/site/login_back_09.jpg);
}

.supervisor img {
  width: 100%;
}

.supervisor-text {
  width: 90%;
  margin: 1rem auto 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
}

.uhs_contents {
  padding-top: 0px !important;
}

@media screen and (max-width: 480px) {
  .uhs_contents {
    padding-top: 0px !important;
  }
}

#top_foot_scroll {
  display: none;
  z-index: 99;
  position: fixed;
}

.top_foot_scroll-child {
  width: 100%;
  max-width: 768px;
  position: fixed;
  bottom: 0px;
  background-color: rgba(111, 212, 227, 0.9);
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  z-index: 99;
}

.top_foot_scroll-child a {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
  z-index: 99;
  position: relative;
}

/* 768px over */
@media screen and (min-width: 768px) {
  .top_foot_scroll-child {
    padding: 15px 0;
  }
  .top_foot_scroll-child a {
    font-size: 25px;
    padding: 15px 0px;
  }
}

.jump {
  -webkit-animation: 0.5s jump infinite alternate linear;
          animation: 0.5s jump infinite alternate linear;
}

@-webkit-keyframes jump {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@keyframes jump {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.top_otameshi {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #26c666;
  border-radius: .5rem;
  color: #ffffff;
  width: 90%;
  margin: 1rem auto 3rem auto;
  text-align: center;
}

.top_otameshi {
  text-decoration: none;
  color: #ffffff;
}

.top_otameshi h5 {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: bold;
}

.top_otameshi h6 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  line-height: 1;
}

.top_otameshi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #26c666;
}

h6.otameshi {
  padding: 1rem;
  text-align: center;
  background-color: #efecea;
  margin-bottom: 2rem;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=index.css.map */