.top-mv {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.top-mv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  content: "";
  background-color: #fff;
  -webkit-transition: all cubic-bezier(0.3, 1, 0.1, 1) 1s;
  transition: all cubic-bezier(0.3, 1, 0.1, 1) 1s;
  z-index: 10000;
}
.top-mv:after {
  content: "";
  width: 433px;
  height: 433px;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: -251px;
  background: -webkit-gradient(linear, right top, left top, from(#e1f8ff), color-stop(50%, #f4f8ff), to(#dfeaff));
  background: linear-gradient(to left, #e1f8ff 0%, #f4f8ff 50%, #dfeaff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width:767px) {
  .top-mv:after {
    width: 250px;
    height: 250px;
    left: -45%;
    top: inherit;
    bottom: -39px;
  }
}
.top-mv.is-loaded:before {
  width: 0;
}
.top-mv.is-loaded .top-mv__img picture {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-mv.is-loaded .top-mv__scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.top-mv__inner {
  padding-left: 75px;
  position: relative;
  z-index: 2;
  padding-top: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-mv__inner {
    padding-left: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .top-mv__inner {
    min-height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-mv__inner {
    min-height: 560px;
  }
}
.top-mv__inner:after {
  content: "";
  width: 132px;
  height: 132px;
  border-radius: 50%;
  position: absolute;
  bottom: 32px;
  left: 17%;
  background: -webkit-gradient(linear, left top, right top, from(#f8ffef), to(#eafff6));
  background: linear-gradient(to right, #f8ffef 0%, #eafff6 100%);
}
@media screen and (max-width:767px) {
  .top-mv__inner:after {
    width: 90px;
    height: 90px;
    bottom: 21%;
    left: 68%;
  }
}
.top-mv__inner h3 {
  font-size: 2rem;
  line-height: 1.5;
  color: #60a1ff;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and (max-width:767px) {
  .top-mv__inner h3 {
    font-size: 1.6rem;
  }
}
.top-mv__inner h3 span {
  display: block;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 42px;
}
@media screen and (max-width:767px) {
  .top-mv__inner h3 span {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.top-mv__inner h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#94e0ff), to(#bcb3ff));
  background: linear-gradient(to right, #94e0ff 0%, #bcb3ff 100%);
}
@media screen and (max-width:767px) {
  .top-mv__inner h3 span:after {
    width: 120px;
  }
}
@media screen and (max-width:767px) {
  .top-mv__inner {
    padding: 0;
  }
}
@media print, screen and (min-width:768px) {
  .top-mv__info {
    position: absolute;
    top: 20.5%;
    width: 35%;
    z-index: 9;
  }
  .top-mv__info .js-cover {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .top-mv__info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    position: relative;
    z-index: 9;
  }
}
.top-mv__info img {
  max-width: 100%;
  width: auto;
}
@media print, screen and (min-width:768px) {
  .top-mv__img {
    width: 71%;
    margin-left: auto;
    padding-left: 4px;
    background-color: #fff;
  }
}
.top-mv__img picture {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform ease 15s 0s;
  transition: -webkit-transform ease 15s 0s;
  transition: transform ease 15s 0s;
  transition: transform ease 15s 0s, -webkit-transform ease 15s 0s;
}
.top-mv__scroll {
  position: absolute;
  bottom: 26%;
  left: 48px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: -webkit-transform ease 2s 0s;
  transition: -webkit-transform ease 2s 0s;
  transition: transform ease 2s 0s;
  transition: transform ease 2s 0s, -webkit-transform ease 2s 0s;
}
@media screen and (min-width: 1024px) and (max-width: 1650px) {
  .top-mv__scroll {
    bottom: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-mv__scroll {
    left: 0px;
  }
}
.top-mv__scroll span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  color: #a7a7a7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .top-mv__scroll span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv__scroll {
    left: inherit;
    right: -2px;
    z-index: 1;
    bottom: 18%;
  }
}
.top-mv__scroll i {
  display: block;
  width: 2px;
  margin: 0 auto;
  overflow: hidden;
  top: 61px;
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #eeeeee;
}
@media screen and (max-width:767px) {
  .top-mv__scroll i {
    height: 65px;
  }
}
.top-mv__scroll i:before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width:767px) {
  .top-mv__scroll i:before {
    height: 20px;
  }
}
.top-mv__scroll i:before {
  background-color: #60a1ff;
  z-index: 9;
  -webkit-animation: scroll 4s cubic-bezier(0.01, 0.38, 0.29, 1.01) infinite;
          animation: scroll 4s cubic-bezier(0.01, 0.38, 0.29, 1.01) infinite;
}
.mess-top {
  padding-top: 117px;
  padding-bottom: 110px;
  position: relative;
  background-image: url(../images/top/bg_mess.png), url(../images/top/bg_mess_01.png);
  background-repeat: no-repeat;
  background-position: right 90px, 94% bottom;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mess-top {
    background-size: 48%, auto;
  }
}
@media screen and (max-width:767px) {
  .mess-top {
    padding-top: 81px;
    padding-bottom: 46px;
    background-image: url(../images/top/bg_mess_sp.png), url(../images/top/bg_mess_01_sp.png);
    background-size: 75% auto, 100% auto;
    background-position: right 74px, 0 46%;
  }
}
@media print, screen and (min-width:768px) {
  .mess-top .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width:768px) {
  .mess-top__img {
    width: 46%;
    max-width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    padding-right: 5px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width:767px) {
  .mess-top__img {
    padding-top: 20px;
    padding-left: 37px;
  }
}
.mess-top__img picture {
  display: block;
}
@media print, screen and (min-width:768px) {
  .mess-top__img picture {
    margin-left: -58px;
    margin-top: -46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mess-top__img picture {
    margin-left: 0;
  }
}
@media print, screen and (min-width:768px) {
  .mess-top__info {
    width: 54%;
    max-width: 54%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    padding-left: 45px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mess-top .c-btn {
  margin-top: 63px;
}
@media screen and (max-width:767px) {
  .mess-top .c-btn {
    margin-top: 36px;
    text-align: right;
    padding-right: 34px;
  }
}
.mess-top.is-animate .mess-top__info .c-lead, .mess-top.is-animate .mess-top__info .c-btn, .mess-top.is-animate .mess-top__img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mess-top.is-animate .mess-top__info {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mess-top.is-animate .mess-top__info .c-btn {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mess-top.is-animate.is-animated .mess-top__info .c-lead, .mess-top.is-animate.is-animated .mess-top__info .c-btn, .mess-top.is-animate.is-animated .mess-top__img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.business-top {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .business-top:after {
    top: 0;
    width: 50%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(-138deg, #e1f8ff 0%, #f4f8ff 50%, #dfeaff 100%);
  }
}
.business-top .l-inner {
  position: relative;
  z-index: 2;
}
.business-top__info .js-cover {
  display: inline-block;
}
.business-top__info .js-cover:after {
  background: linear-gradient(-138deg, #e1f8ff 0%, #f4f8ff 50%, #dfeaff 100%);
}
@media print, screen and (min-width:768px) {
  .business-top__info {
    width: 50%;
    float: left;
    padding-top: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .business-top__info {
    padding-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .business-top__info {
    background: linear-gradient(-138deg, #e1f8ff 0%, #f4f8ff 50%, #dfeaff 100%);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 36px;
    padding-bottom: 52px;
  }
}
.business-top__info .c-ttl-01 {
  margin-bottom: 42px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .business-top__info .c-ttl-01 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .business-top__info .c-ttl-01 {
    margin-bottom: 17px;
  }
}
.business-top__info .c-ttl-01:after {
  display: none;
}
.business-top__info .c-lead p {
  line-height: 2;
}
@media screen and (max-width:767px) {
  .business-top__info .c-lead p {
    line-height: 1.5;
  }
}
.business-top__info .c-btn {
  margin-top: 69px;
}
@media screen and (max-width:767px) {
  .business-top__info .c-btn {
    margin-top: 36px;
    text-align: right;
    padding-right: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .business-top__info .c-btn {
    margin-top: 20px;
  }
}
.business-top__info .c-btn span {
  padding-right: 43px;
}
@media print, screen and (min-width:768px) {
  .business-top__img {
    width: 50%;
    float: right;
  }
}
.business-top.is-animate .business-top__info .c-lead, .business-top.is-animate .business-top__info .c-btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.business-top.is-animate .business-top__info .c-btn {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.business-top.is-animate.is-animated .business-top__info .c-lead, .business-top.is-animate.is-animated .business-top__info .c-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.information-top {
  background-color: #f8f9fb;
  padding-top: 95px;
  padding-bottom: 120px;
}
@media screen and (max-width:767px) {
  .information-top {
    padding-top: 37px;
    padding-bottom: 51px;
  }
}
.information-top__ttl {
  text-align: center;
}
.information-top__ttl .js-cover {
  display: inline-block;
}
.information-top__ttl .js-cover:after {
  background-color: #f8f9fb;
}
.information-top .c-ttl-01 {
  margin-bottom: 52px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .information-top .c-ttl-01 {
    margin-bottom: 26px;
  }
}
.information-top .c-ttl-01 span {
  position: relative;
  z-index: 3;
}
.information-top .c-ttl-01:after {
  display: none;
}
@media print, screen and (min-width:768px) {
  .information-top .information-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .information-top .information-grid {
    margin: 0 -10px;
  }
}
@media print, screen and (min-width:768px) {
  .information-top .information-item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .information-top .information-item {
    padding: 0 10px;
  }
}
@media screen and (max-width:767px) {
  .information-top .information-item + .information-item {
    margin-top: 30px;
  }
}
.information-top .information-item a {
  display: block;
  position: relative;
}
.information-top .information-item a:before {
  background-image: url(../images/top/bg_shadow02.png);
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: -38px;
  top: 0;
  z-index: 0;
  background-size: 100% auto;
  background-position: bottom;
}
@media screen and (max-width:767px) {
  .information-top .information-item a:before {
    bottom: -20px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .information-top .information-item a:hover .information-item__img {
    opacity: 0.7;
  }
  .is-view-pc .information-top .information-item a:hover .c-btn .icon:after {
    right: 45%;
  }
}
.information-top .information-item a > * {
  position: relative;
  z-index: 2;
}
.information-top .information-item a + .information-item .information-itemwrap:after {
  background: -webkit-gradient(linear, left top, right top, from(#d8ffaa), to(#9dffd7));
  background: linear-gradient(to right, #d8ffaa 0%, #9dffd7 100%);
}
.information-top .information-item .information-itemwrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.information-top .information-item .information-itemwrap:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#94e0ff), to(#bcb3ff));
  background: linear-gradient(to right, #94e0ff 0%, #bcb3ff 100%);
}
.information-top .information-item__img {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.information-top .information-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 80px 35px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information-top .information-item__info {
    padding-left: 10px;
    padding-right: 50px;
  }
}
@media screen and (max-width:767px) {
  .information-top .information-item__info {
    padding: 24px 55px 29px 20px;
  }
}
.information-top .information-item__info h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information-top .information-item__info h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .information-top .information-item__info h4 {
    font-size: 1.6rem;
    line-height: 1.0625;
  }
}
@media print, screen and (min-width:768px) {
  .information-top .information-item__info .c-btn span {
    padding-right: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information-top .information-item__info .c-btn span {
    text-indent: -9999px;
  }
}
@media screen and (max-width:767px) {
  .information-top .information-item__info .c-btn span {
    text-indent: -9999px;
  }
}
.information-top.is-animate .information-item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.information-top.is-animate .information-item + .information-item {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.information-top.is-animate.is-animated .information-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  10% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  90% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  10% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  90% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
/*# sourceMappingURL=top.css.map */