@charset "UTF-8";
/* CSS Document */
html, body, header, footer, h1, h2, h3, h4, h5, h6, section, ul, li, dl, dt, dd, p, div, a, table, tr, td, th, input, textarea, select {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  letter-spacing: 0.5px; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s; }

img {
  max-width: 100%; }

.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

.sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp {
      display: none; } }

.quickview {
  transform: skew(-45deg);
  padding: 5px 20px;
  display: inline-block; }
  .quickview .text {
    transform: skew(45deg);
    font-weight: bold;
    color: #fff; }

.anchor {
  margin-top: -80px;
  padding-top: 80px; }

.nowrap {
  white-space: nowrap; }

.grd {
  background: linear-gradient(to right, #86cee9 0%, #261f63 100%); }

.underline {
  background-image: linear-gradient(to right, #a7bcfc, #7bbad5);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom; }

.btn-1 {
  background: #35314C;
  color: #fff;
  position: relative;
  padding: 10px 10px;
  padding-right: 25px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  display: inline-block;
  font-size: 88%;
  min-width: 90%; }
  @media screen and (min-width: 768px) {
    .btn-1 {
      min-width: auto;
      padding: 10px 30px;
      padding-right: 45px;
      font-size: 115%; } }
  .btn-1:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    border-radius: 5px;
    top: auto;
    left: 0;
    background: #35314C;
    transition-delay: .3s;
    z-index: 3; }
  .btn-1:after {
    position: absolute;
    transition: .2s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    right: 0;
    left: auto;
    z-index: 2; }
  .btn-1:hover {
    cursor: pointer; }
    .btn-1:hover:before {
      height: 100%;
      top: 0; }
    .btn-1:hover:after {
      width: 100%;
      left: 0; }
  .btn-1 .btext {
    z-index: 4;
    position: relative;
    display: block; }
    .btn-1 .btext:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%);
      background: url("../images/btn-1-arrow.svg") no-repeat center center; }
    .btn-1 .btext:hover {
      opacity: 1; }

.btn-2 {
  background: #fff;
  color: #35314C;
  position: relative;
  padding: 10px 30px 10px;
  padding-right: 45px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  box-shadow: 0px 1px 5px 3px rgba(255, 255, 255, 0.2);
  font-weight: bold;
  transition-duration: 0.3s;
  font-size: 110%; }
  .btn-2:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    border-radius: 5px;
    top: auto;
    left: 0;
    background: #fff;
    transition-delay: .3s;
    z-index: 3; }
  .btn-2:after {
    position: absolute;
    transition: .2s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    right: 0;
    left: auto;
    z-index: 2; }
  .btn-2:hover {
    cursor: pointer; }
    .btn-2:hover:before {
      height: 100%;
      top: 0; }
    .btn-2:hover:after {
      width: 100%;
      left: 0; }
  .btn-2 .btext {
    z-index: 4;
    position: relative;
    display: block; }
    .btn-2 .btext:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%);
      background: url("../images/btn-2-arrow.svg") no-repeat center center; }
    .btn-2 .btext:hover {
      opacity: 1; }

.btn-3 {
  background: #35314C;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  padding-right: 35px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  display: inline-block;
  font-size: 80%; }
  .btn-3:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    border-radius: 5px;
    top: auto;
    left: 0;
    background: #35314C;
    transition-delay: .3s;
    z-index: 3; }
  .btn-3:after {
    position: absolute;
    transition: .2s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    right: 0;
    left: auto;
    z-index: 2; }
  .btn-3:hover {
    cursor: pointer; }
    .btn-3:hover:before {
      height: 100%;
      top: 0; }
    .btn-3:hover:after {
      width: 100%;
      left: 0; }
  .btn-3 .btext {
    z-index: 4;
    position: relative;
    display: block; }
    .btn-3 .btext:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%);
      background: url("../images/btn-1-arrow.svg") no-repeat center center; }
    .btn-3 .btext:hover {
      opacity: 1; }

.btn-4 {
  background: #fff;
  color: #35314C;
  position: relative;
  padding: 10px 10px 10px;
  padding-right: 25px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  transition-duration: 0.3s;
  font-size: 90%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .btn-4 {
      width: auto; } }
  .btn-4:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    border-radius: 5px;
    top: auto;
    left: 0;
    background: #fff;
    transition-delay: .3s;
    z-index: 3; }
  .btn-4:after {
    position: absolute;
    transition: .2s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    right: 0;
    left: auto;
    z-index: 2; }
  .btn-4:hover {
    cursor: pointer; }
    .btn-4:hover:before {
      height: 100%;
      top: 0; }
    .btn-4:hover:after {
      width: 100%;
      left: 0; }
  .btn-4 .btext {
    z-index: 4;
    position: relative;
    display: block; }
    .btn-4 .btext:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%);
      background: url("../images/btn-2-arrow.svg") no-repeat center center; }
    .btn-4 .btext:hover {
      opacity: 1; }

.btn-5 {
  background: #35314C;
  color: #fff;
  position: relative;
  padding: 10px 10px;
  padding-right: 25px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  display: inline-block;
  font-size: 88%;
  min-width: 90%;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .btn-5 {
      min-width: auto;
      padding: 10px 30px;
      padding-right: 45px;
      font-size: 115%; } }
  .btn-5:after {
    content: "";
    z-index: 4;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 5px;
    height: 8px;
    transform: translate(0, -50%);
    background: url("../images/btn-1-arrow.svg") no-repeat center center; }

.btn-6 {
  background: #35314C;
  color: #fff;
  position: relative;
  padding: 10px 10px;
  padding-right: 25px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  display: inline-block;
  font-size: 88%;
  min-width: 90%;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .btn-6 {
      min-width: auto;
      padding: 10px 30px;
      padding-left: 45px;
      font-size: 115%; } }
  .btn-6:after {
    content: "";
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 5px;
    height: 8px;
    transform: translate(0, -50%);
    background: url("../images/btn-1-arrowr.svg") no-repeat center center; }

.pagenation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .pagenation .page-numbers {
    padding: 8px 15px;
    border: 2px solid #35314C;
    border-radius: 10px;
    margin: 5px 5px;
    display: inline-block;
    line-height: 1; }
  .pagenation a:hover {
    opacity: 1; }

.current {
  background: #35314c;
  color: #fff; }

.prev, .next {
  background: #35314C;
  color: #fff;
  position: relative;
  padding: 10px 10px;
  padding-right: 25px;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  display: inline-block;
  font-size: 88%; }
  @media screen and (min-width: 768px) {
    .prev, .next {
      min-width: auto;
      padding: 10px 30px;
      padding-right: 45px;
      font-size: 115%; } }
  .prev:before, .next:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    border-radius: 5px;
    top: auto;
    left: 0;
    background: #35314C;
    transition-delay: .3s;
    z-index: 3; }
  .prev:after, .next:after {
    position: absolute;
    transition: .2s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    right: 0;
    left: auto;
    z-index: 2; }
  .prev:hover, .next:hover {
    cursor: pointer; }
    .prev:hover:before, .next:hover:before {
      height: 100%;
      top: 0; }
    .prev:hover:after, .next:hover:after {
      width: 100%;
      left: 0; }
  .prev .btext, .next .btext {
    z-index: 4;
    position: relative;
    display: block; }
    .prev .btext:after, .next .btext:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%);
      background: url("../images/btn-1-arrow.svg") no-repeat center center; }
    .prev .btext:hover, .next .btext:hover {
      opacity: 1; }

.prev {
  padding: 10px 10px;
  padding-left: 25px; }
  @media screen and (min-width: 768px) {
    .prev {
      padding: 10px 30px;
      padding-left: 45px; } }
  .prev .btext:after {
    background: url("../images/btn-1-prev.svg") no-repeat center center;
    right: none;
    left: -15px; }

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden; }

.container-900 {
  max-width: 900px;
  margin: 0 auto; }

.mgn {
  height: 0; }
  @media screen and (min-width: 768px) {
    .mgn {
      height: 80px; } }

@media screen and (min-width: 768px) {
  h2 {
    display: inline-block; } }
h2 .inner-text {
  text-align: center; }
  @media screen and (min-width: 768px) {
    h2 .inner-text {
      text-align: left; } }
  h2 .inner-text .sp {
    margin: 0 auto; }

.sectitle {
  padding: 50px 15px;
  position: relative; }

.firstview {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 38vw;
  min-height: 300px; }
  .firstview-content {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(calc(-50% - 25px));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px; }
    @media screen and (min-width: 768px) {
      .firstview-content {
        padding-top: 80px;
        transform: translateY(-50%); } }
    .firstview-content-title {
      display: inline-block;
      font-size: 120%;
      margin-bottom: 20px;
      color: #35314C;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .firstview-content-title {
          font-size: 200%;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .firstview-content-title img {
          max-height: 75px; } }
      .firstview-content-title .text {
        padding: 0;
        display: block;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .firstview-content-title .text {
            padding: 10px 50px; } }
        .firstview-content-title .text .inner-text {
          position: relative;
          overflow: hidden;
          transform: translateX(calc(-101% - 100px));
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          display: block; }
          .firstview-content-title .text .inner-text span {
            position: relative;
            overflow: hidden;
            transform: translateX(calc(+101% + 100px));
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
            display: block; }
          .firstview-content-title .text .inner-text .catchcopy {
            background: #fff;
            margin: 10px;
            padding: 10px; }
      .firstview-content-title.done .inner-text {
        transition-delay: 0.4s;
        transform: translateX(0); }
        .firstview-content-title.done .inner-text span {
          transition-delay: 0.4s;
          transform: translateX(0); }
  .firstview-btn {
    display: inline-block;
    font-size: 100%; }
  .firstview-video {
    width: 100%;
    height: auto; }

.info {
  margin: 0 0 50px; }
  @media screen and (min-width: 768px) {
    .info {
      margin: 50px 0; } }
  .info-block-covid {
    background: url("../images/covidbg.png") repeat top left;
    margin: 30px auto; }
    .info-block-covid .btn {
      width: 100%;
      padding: 20px 10px;
      text-align: center;
      display: block; }
      @media screen and (min-width: 768px) {
        .info-block-covid .btn {
          padding: 20px; } }
      .info-block-covid .btn:hover {
        text-decoration: underline; }
  .info-block-evaluation {
    text-align: center;
    position: relative;
    display: table;
    font-weight: 900;
    font-size: 150%;
    font-size: 100%;
    /*一時的に*/
    margin-left: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 30px;
    color: #fff;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%); }
    @media screen and (min-width: 768px) {
      .info-block-evaluation {
        font-size: 150%; }
        .info-block-evaluation br {
          display: none; } }
    .info-block-evaluation:after {
      content: "";
      position: absolute;
      bottom: -7px;
      left: calc(50% - 5px);
      width: 9px;
      height: 7px;
      background: url("../images/grdarrow.png") no-repeat top center;
      z-index: 1; }
    .info-block-evaluation-p {
      padding: 5px 15px;
      overflow: hidden; }
  .info-block-title {
    text-align: center;
    /*background:#35314C;
    color:#fff;*/
    color: #35314C;
    font-weight: bold;
    font-size: 110%;
    padding: 5px;
    display: block;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .info-block-title {
        font-size: 150%; }
        .info-block-title .inner-text {
          text-align: center; } }
  .info-block-flex {
    display: flex;
    flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .info-block-flex {
        flex-direction: row;
        padding: 10px 0; } }
    .info-block-flex-parts {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .info-block-flex-parts {
          width: 50%; }
          .info-block-flex-parts:nth-child(2) {
            border-left: 1px dashed #fff; } }
  .info-block-subtitle {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px 12.5%;
    padding-bottom: 15px;
    background: url("../images/info-title-bottom.svg") no-repeat center bottom;
    font-size: 110%; }
    @media screen and (min-width: 768px) {
      .info-block-subtitle {
        font-size: 135%; } }
  .info-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    font-size: 110%; }
    @media screen and (min-width: 768px) {
      .info-btn {
        font-size: 110%; } }
    .info-btn-consult {
      color: #fff;
      font-weight: bold;
      text-align: center;
      border: 3px solid #fff;
      padding: 20px 15px;
      border-radius: 10px;
      background: #35314C;
      width: 100%;
      margin: 10px;
      transition-duration: 0.3s;
      position: relative;
      display: block; }
      @media screen and (min-width: 768px) {
        .info-btn-consult {
          width: 80%; } }
      .info-btn-consult:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: url("../images/info-btn-arrow.svg") no-repeat center center;
        width: 73px;
        height: 8px;
        transform: translate(45%, -50%); }
      .info-btn-consult:hover {
        opacity: 0.5; }
        .info-btn-consult:hover:after {
          transform: translate(65%, -50%); }
    .info-btn-estimate {
      color: #fff;
      font-weight: bold;
      text-align: center;
      border: 3px solid #fff;
      padding: 15px;
      border-radius: 10px;
      background: linear-gradient(to right, #a7bcfc 0%, #7bbad5 100%);
      width: 100%;
      margin: 10px;
      transition-duration: 0.3s;
      position: relative;
      display: block; }
      .info-btn-estimate:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: url("../images/info-btn-arrow.svg") no-repeat center center;
        width: 73px;
        height: 8px;
        transform: translate(45%, -50%); }
      .info-btn-estimate:hover {
        opacity: 0.5; }
        .info-btn-estimate:hover:after {
          transform: translate(65%, -50%); }
  .info-tel-text {
    text-align: center;
    color: #fff;
    margin: 10px;
    font-size: 80%; }
    @media screen and (min-width: 768px) {
      .info-tel-text {
        font-size: 80%; } }
  .info-tel-number {
    margin: 10px auto;
    color: #fff;
    text-align: center;
    max-width: 300px;
    width: 75%; }
    @media screen and (min-width: 768px) {
      .info-tel-number {
        margin: 0 auto;
        max-width: none; } }
  .info-tel-small {
    font-size: 70%;
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .info-tel-small {
        font-size: 80%;
        display: inline;
        padding-left: 10px; } }

.footer-info {
  background: url("../images/sp-footer-info-bg.jpg") no-repeat center bottom;
  background-size: cover;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .footer-info {
      background: url(../images/service-bg.jpg) no-repeat center center; } }
  .footer-info-title {
    text-align: center;
    color: #fff;
    font-size: 110%;
    padding: 10px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    line-height: 20px;
    height: 55px; }
    @media screen and (max-width: 767px) {
      .footer-info-title {
        background: url("../images/sp-footer-info-title-bg.svg") no-repeat center bottom;
        background-size: cover;
        padding-bottom: 3.5vw; } }
    @media screen and (min-width: 768px) {
      .footer-info-title {
        font-size: 150%;
        text-align: center;
        line-height: 1;
        height: auto; }
        .footer-info-title .inner-text {
          text-align: center; } }
  .footer-info-text {
    color: #fff;
    padding: 0 15px;
    margin-top: 30px;
    font-size: 90%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer-info-text {
        font-size: 90%; } }
  .footer-info-flex {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .footer-info-flex {
        flex-direction: row;
        padding: 20px 0; } }
    .footer-info-flex-parts {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .footer-info-flex-parts {
          width: 50%; }
          .footer-info-flex-parts:nth-child(2) {
            border-left: 1px dashed #fff; } }
  .footer-info-subtitle {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px 10%;
    font-size: 90%; }
    @media screen and (min-width: 768px) {
      .footer-info-subtitle {
        font-size: 125%; } }

footer {
  background: #35314C;
  padding: 50px 15px 10px; }
  footer .footer-logo {
    margin: 0 auto;
    max-width: 150px; }
    @media screen and (min-width: 768px) {
      footer .footer-logo {
        max-width: none;
        margin: 0; } }
  footer .footer-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      footer .footer-area {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
  footer .footer-menu {
    width: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      footer .footer-menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 50%; } }
    footer .footer-menu .footer-menu-parts {
      padding: 0 15px; }
      footer .footer-menu .footer-menu-parts h2 {
        margin-left: -35px; }
    footer .footer-menu-ul {
      margin-top: 10px; }
      footer .footer-menu-ul li {
        margin-bottom: 0px;
        font-size: 80%; }
        footer .footer-menu-ul li a {
          color: #fff;
          font-weight: normal;
          line-height: 2;
          transition-duration: 0.3s; }
          footer .footer-menu-ul li a:hover {
            opacity: 1; }
        footer .footer-menu-ul li .line {
          color: #fff;
          transition: .2s ease-in-out;
          text-transform: uppercase;
          position: relative;
          overflow: hidden;
          padding: 0 5px 3px; }
          footer .footer-menu-ul li .line:after {
            position: absolute;
            transition: .3s;
            content: '';
            width: 0;
            left: 50%;
            bottom: 0px;
            height: 3px;
            background: #fff;
            right: 0;
            left: auto; }
        footer .footer-menu-ul li:hover .line {
          cursor: pointer; }
          footer .footer-menu-ul li:hover .line:after {
            width: 100%;
            left: 0%;
            bottom: 0px; }
  footer .footer-copy {
    margin-top: 30px;
    text-align: center;
    font-size: 50%;
    color: #fff; }
    @media screen and (min-width: 768px) {
      footer .footer-copy {
        text-align: center;
        font-size: 80%; } }

.left-slide-text {
  position: relative;
  overflow: hidden; }
  .left-slide-text .text {
    opacity: 0;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .left-slide-text:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    transform: translateX(-101%);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%); }
  .left-slide-text.active .anim {
    opacity: 1;
    z-index: 2;
    transition-delay: 0.6s; }
  .left-slide-text.active:before {
    transform: translateX(0%); }
  .left-slide-text.done:before {
    transform: translateX(101%); }

.left-slide-img {
  position: relative;
  overflow: hidden; }
  .left-slide-img .anim {
    opacity: 0;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .left-slide-img:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    transform: translateX(-101%);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%); }
  .left-slide-img.active .anim {
    opacity: 1;
    z-index: 2;
    transition-delay: 0.6s; }
  .left-slide-img.active:before {
    transform: translateX(0%); }
  .left-slide-img.done:before {
    transform: translateX(101%); }

.top-slide-text {
  position: relative;
  opacity: 0;
  transform: translateY(-10%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .top-slide-text.active {
    transition-delay: 0.3s;
    transform: translate(0);
    opacity: 1; }

.mask-text {
  position: relative;
  overflow: hidden;
  transform: translateX(calc(-101%));
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block; }
  .mask-text span {
    position: relative;
    overflow: hidden;
    transform: translateX(calc(101%));
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block; }
  .mask-text.active {
    transition-delay: 0.4s;
    transform: translateX(0); }
    .mask-text.active span {
      transition-delay: 0.4s;
      transform: translateX(0); }

.top-down {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-10%);
  opacity: 0; }
  .top-down.active {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translateY(0); }

.gotop {
  position: fixed;
  z-index: 500;
  bottom: 50px;
  right: 15px; }
  .gotop .icon {
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .gotop .icon {
        width: 60px;
        height: auto; } }
