@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@-webkit-keyframes bounce-in-right01 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) rotate(9deg);
            transform: translate3d(3000px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0) rotate(9deg);
            transform: translate3d(-25px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) rotate(9deg);
            transform: translate3d(10px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(9deg);
            transform: translate3d(-5px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(9deg);
            transform: translate3d(0, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-right01 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) rotate(9deg);
            transform: translate3d(3000px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0) rotate(9deg);
            transform: translate3d(-25px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) rotate(9deg);
            transform: translate3d(10px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(9deg);
            transform: translate3d(-5px, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(9deg);
            transform: translate3d(0, 0, 0) rotate(9deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-left01-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-left01-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-right02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) rotate(2deg);
            transform: translate3d(3000px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0) rotate(2deg);
            transform: translate3d(-25px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) rotate(2deg);
            transform: translate3d(10px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(2deg);
            transform: translate3d(-5px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(2deg);
            transform: translate3d(0, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-right02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) rotate(2deg);
            transform: translate3d(3000px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0) rotate(2deg);
            transform: translate3d(-25px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) rotate(2deg);
            transform: translate3d(10px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(2deg);
            transform: translate3d(-5px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(2deg);
            transform: translate3d(0, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-left02-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) rotate(2deg);
            transform: translate3d(-3000px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0) rotate(2deg);
            transform: translate3d(25px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(2deg);
            transform: translate3d(-10px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) rotate(2deg);
            transform: translate3d(5px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(2deg);
            transform: translate3d(0, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-left02-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) rotate(2deg);
            transform: translate3d(-3000px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0) rotate(2deg);
            transform: translate3d(25px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(2deg);
            transform: translate3d(-10px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) rotate(2deg);
            transform: translate3d(5px, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(2deg);
            transform: translate3d(0, 0, 0) rotate(2deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) rotate(-13deg);
            transform: translate3d(-3000px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0) rotate(-13deg);
            transform: translate3d(25px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(-13deg);
            transform: translate3d(-10px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) rotate(-13deg);
            transform: translate3d(5px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-13deg);
            transform: translate3d(0, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) rotate(-13deg);
            transform: translate3d(-3000px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0) rotate(-13deg);
            transform: translate3d(25px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(-13deg);
            transform: translate3d(-10px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) rotate(-13deg);
            transform: translate3d(5px, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-13deg);
            transform: translate3d(0, 0, 0) rotate(-13deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-right-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-right-sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes bounce-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes bounce-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ff87b9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.spinner {
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  height: 16rem;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 99;
}

@media only screen and (max-width: 1440px) {
  .header {
    height: 12.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    height: 10.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .header {
    height: 65px;
  }
}

.header .header__contents-bg {
  background: url("../../assets/images/header-pattern.svg");
  background-size: contain;
}

.header .header__contents {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.header .header__contents-wrap {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1440px) {
  .header .header__contents-wrap {
    padding: 0 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__contents-wrap {
    height: 10.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__contents-wrap {
    height: 65px;
  }
}

.header .header__contents-wrap-item {
  height: 16rem;
  width: 20%;
}

@media only screen and (max-width: 1440px) {
  .header .header__contents-wrap-item {
    height: 12.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__contents-wrap-item {
    width: 100%;
    height: 10.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__contents-wrap-item {
    height: 65px;
  }
}

.header .header__contents-wrap-item img {
  height: 16rem;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
}

@media only screen and (max-width: 1440px) {
  .header .header__contents-wrap-item img {
    height: 12.8rem;
    padding: 1.6rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__contents-wrap-item img {
    height: 10.4rem;
    padding: 1.3rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__contents-wrap-item img {
    padding: 10px 0;
    height: 65px;
  }
}

.header .header__contents-wrap-art {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.header .header__contents-wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header__contents-wrap-title-text {
  width: 100%;
}

.header .header__contents-wrap-title-logo {
  margin-top: 5px;
  width: 100%;
}

.header .header__hamburger-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
}

.header .header__hamburger-menu div {
  position: relative;
  border: 1px solid #1bb5ec;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  width: 6.4rem;
  height: 6.4rem;
}

.header .header__hamburger-menu div:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .header .header__hamburger-menu div {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.header .header__hamburger-menu div::before, .header .header__hamburger-menu div::after {
  background-color: #1bb5ec;
  border-radius: 50px;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2.4rem;
  height: 0.32rem;
}

@media only screen and (max-width: 1440px) {
  .header .header__hamburger-menu div::before, .header .header__hamburger-menu div::after {
    width: 1.95rem;
  }
}

.header .header__hamburger-menu div::before {
  top: 40%;
}

.header .header__hamburger-menu div::after {
  top: 60%;
}

.header .header__hamburger-menu.close div {
  background-color: #1bb5ec;
}

.header .header__hamburger-menu.close div::before, .header .header__hamburger-menu.close div::after {
  background-color: #fff;
  top: 50%;
}

.header .header__hamburger-menu.close div::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header .header__hamburger-menu.close div::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header .header__nav {
  background-color: rgba(255, 135, 185, 0.85);
  position: fixed;
  width: 100%;
  height: calc(100vh - 16rem);
  z-index: 99;
  -webkit-transition: 0.5s all cubic-bezier(0.87, 0.41, 0.19, 1);
  transition: 0.5s all cubic-bezier(0.87, 0.41, 0.19, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 1440px) {
  .header .header__nav {
    height: calc(100vh - 12.8rem);
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__nav {
    height: calc(100vh - 10.4rem);
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav {
    height: calc(100vh - 65px);
  }
}

.header .header__nav.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .header__nav-contents {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: calc(100vh - 16rem);
  padding: 10rem 3rem;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents {
    padding: 8rem 3rem;
    height: calc(100vh - 12.8rem);
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__nav-contents {
    height: calc(100vh - 10.4rem);
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents {
    height: calc(100vh - 65px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 40px;
  }
}

.header .header__nav-contents nav {
  margin-left: 8rem;
  width: 50%;
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents nav {
    margin-left: 0;
    width: 100%;
  }
}

.header .header__nav-contents li {
  list-style: none;
}

.header .header__nav-contents li a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-decoration: none;
  list-style: none;
  color: #fff;
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents li a {
    font-size: 2.6rem;
    margin-bottom: 2.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__nav-contents li a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents li a {
    font-size: 2rem;
  }
}

.header .header__nav-contents li a:hover {
  opacity: 0.8;
}

.header .header__nav-contents-img {
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-img {
    width: 70%;
    height: auto;
    margin-bottom: 30px;
  }
}

.header .header__nav-contents-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-img img {
    height: auto;
  }
}

.header .header__nav-contents-link--1 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  background-color: #e30053;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55rem;
  font-size: 2.6rem;
  min-width: 55rem;
  height: 6.8rem;
  padding: 0 2.8rem;
  max-width: 505px;
  margin: 4.8rem 0 4rem 0;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents-link--1 {
    width: 45rem;
    min-width: 45rem;
    font-size: 2.1rem;
    height: 5.5rem;
    padding: 0 2.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__nav-contents-link--1 {
    font-size: 1.8rem;
    height: 4.5rem;
    min-width: 35rem;
    width: 35rem;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-link--1 {
    font-size: 1.8rem;
    width: 36rem;
    min-width: 36rem;
    height: 5rem;
    border: 2px solid #fff;
    padding: 0 1.2rem 0 1.8rem;
  }
}

.header .header__nav-contents-link--1 span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents-link--1 span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.7rem;
  }
}

.header .header__nav-contents-link--1:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents-link--1 {
    margin: 3.9rem 0 3.2rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-link--1 {
    width: 30rem;
    min-width: 30rem;
  }
}

.header .header__nav-contents-link--2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  background-color: #fff;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  color: #e30053;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55rem;
  font-size: 2.6rem;
  min-width: 55rem;
  height: 6.8rem;
  padding: 0 2.8rem;
  max-width: 505px;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents-link--2 {
    width: 45rem;
    min-width: 45rem;
    font-size: 2.1rem;
    height: 5.5rem;
    padding: 0 2.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header__nav-contents-link--2 {
    font-size: 1.8rem;
    height: 4.5rem;
    min-width: 35rem;
    width: 35rem;
  }
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-link--2 {
    font-size: 1.8rem;
    width: 36rem;
    min-width: 36rem;
    height: 5rem;
    border: 2px solid #e30053;
    padding: 0 1.2rem 0 1.8rem;
  }
}

.header .header__nav-contents-link--2 span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
  border-top: 0.3rem solid #e30053;
  border-right: 0.3rem solid #e30053;
}

@media only screen and (max-width: 1440px) {
  .header .header__nav-contents-link--2 span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.7rem;
  }
}

.header .header__nav-contents-link--2:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 699px) {
  .header .header__nav-contents-link--2 {
    width: 30rem;
    min-width: 30rem;
  }
}

.visible-pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .visible-pc {
    display: none;
  }
}

.noscroll {
  overflow: hidden;
}

.privacy {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 16rem;
  background-color: rgba(255, 135, 185, 0.1);
}

@media only screen and (max-width: 1440px) {
  .privacy {
    padding-top: 12.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy {
    padding-top: 10.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .privacy {
    padding-top: 65px;
  }
}

.privacy .privacy__wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 10rem 0;
}

@media only screen and (max-width: 699px) {
  .privacy .privacy__wrapper {
    padding: 50px 15px;
  }
}

.privacy .privacy__content {
  padding: 5rem 4rem;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 699px) {
  .privacy .privacy__content {
    padding: 25px 15px;
  }
}

.privacy h1 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 699px) {
  .privacy h1 {
    margin-bottom: 15px;
  }
}

.privacy .privacy__content-item {
  margin-top: 2.5rem;
}

.privacy h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  line-height: 1;
}

.privacy ul li {
  padding: 0.3rem 0;
  list-style-type: none;
  margin-left: 2rem;
  text-indent: -1.2rem;
}

.privacy ul li:before {
  display: inline;
  content: "-";
  padding-right: 0.4rem;
}

.top {
  padding-top: 16rem;
  background-color: #ffcfe1;
  background-size: cover;
  background-image: url("../../assets/images/top-background.png");
  background-position: center;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .top {
    padding-top: 12.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .top {
    padding-top: 10.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .top {
    padding-top: 65px;
  }
}

.top .top__contents {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 16rem);
}

@media only screen and (max-width: 1440px) {
  .top .top__contents {
    min-height: calc(100vh - 12.8rem);
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents {
    min-height: calc(100vh - 10.4rem);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents {
    min-height: calc(100vh - 65px);
  }
}

.top .top__contents img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.top .top__contents-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1400px;
}

.top .top__contents-map {
  position: absolute;
  top: -7%;
  width: 49%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-map {
    top: -7%;
    width: 49%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-map {
    top: -15%;
    width: 79%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-map {
    top: -13%;
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-map img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top .top__contents-center-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 16rem);
  padding: 1% 0;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-center-images {
    min-height: calc(100vh - 12.8rem);
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-center-images {
    padding: 7% 0;
    min-height: calc(100vh - 10.4rem);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-center-images {
    min-height: calc(100vh - 65px);
  }
}

.top .top__contents-illustration-wrap {
  position: relative;
  width: 100%;
}

.top .top__contents-illustration {
  position: relative;
  margin: 0 auto;
  width: 68%;
  z-index: 10;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-illustration {
    width: 68%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-illustration {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-illustration {
    padding: 13% 0 0 0;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-illustration img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

.top .top__contents-shrine {
  position: absolute;
  top: 15%;
  left: 23%;
  width: 13%;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-shrine {
    top: 16%;
    left: 24%;
    width: 12.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-shrine {
    top: -6%;
    left: 20%;
    width: 18%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-shrine {
    top: -11%;
    left: 12%;
    width: 23%;
  }
}

.top .top__contents-skytree {
  position: absolute;
  top: 16%;
  width: 10%;
  right: 28%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-skytree {
    top: 16%;
    width: 11%;
    right: 27%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-skytree {
    top: 11%;
    width: 16%;
    right: 15%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-skytree {
    top: 6%;
    width: 26%;
    right: -2%;
  }
}

.top .top__contents-fujisan {
  position: absolute;
  top: 20%;
  right: 18%;
  width: 16%;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  z-index: 10;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-fujisan {
    top: 25%;
    right: 20%;
    width: 14%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-fujisan {
    top: 67%;
    right: 9%;
    width: 23%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-fujisan {
    top: 86%;
    right: -11%;
    width: 41%;
  }
}

.top .top__contents-dice {
  position: absolute;
  bottom: 8%;
  width: 14%;
  left: 20%;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-dice {
    bottom: 9%;
    width: 13.5%;
    left: 20.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-dice {
    bottom: -25%;
    width: 21%;
    left: 12%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-dice {
    bottom: -66%;
    width: 30%;
    left: -2%;
  }
}

.top .top__contents-document-wrap {
  position: absolute;
  bottom: 1%;
  right: 23%;
  width: 10%;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-document-wrap {
    display: none;
  }
}

.top .top__contents-document-wrap p {
  display: inline-block;
  background-color: #1bb5ec;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  width: 9rem;
  height: 9rem;
  font-size: 2.2rem;
  right: -28%;
  top: -17%;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-document-wrap p {
    width: 7.8rem;
    height: 7.8rem;
    font-size: 1.9rem;
    top: -17%;
    right: -24%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-document-wrap p {
    display: none;
  }
}

.top .top__contents-document {
  width: 100%;
}

.top .top__contents-documents {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-documents {
    padding-top: 10%;
  }
}

.top .top__contents-document-sp1 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-document-sp1 {
    display: block;
    width: 20%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-document-sp1 {
    width: 25%;
  }
}

.top .top__contents-document-sp2 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-document-sp2 {
    display: block;
    width: 13%;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-document-sp2 {
    width: 15%;
    margin: 0 20px;
  }
}

.top .top__contents-document-sp3 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-document-sp3 {
    width: 20%;
    display: block;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-document-sp3 {
    width: 22%;
  }
}

.top .top__contents-name {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  position: absolute;
  bottom: 3%;
  right: 19%;
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-name {
    font-size: 1.4rem;
    text-align: center;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
  }
}

.top .top__contents-dot-pink1 {
  position: absolute;
  top: 14%;
  left: 7%;
  width: 7%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-dot-pink1 {
    top: 5%;
    left: 14%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-dot-pink1 {
    -webkit-transform: rotate(-155deg);
            transform: rotate(-155deg);
    top: -9%;
    left: 13%;
    width: 10%;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-dot-pink1 {
    top: -14%;
    left: 7%;
    width: 13%;
  }
}

.top .top__contents-dot-pink2 {
  position: absolute;
  top: 40%;
  width: 9%;
  left: 12%;
  -webkit-transform: rotate(74deg);
          transform: rotate(74deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-dot-pink2 {
    top: 38%;
    width: 8%;
    left: 17%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-dot-pink2 {
    top: 28%;
    width: 9%;
    left: 20%;
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-dot-pink2 {
    top: 28%;
    width: 11%;
    left: 10%;
  }
}

.top .top__contents-dot-white1 {
  position: absolute;
  top: 6%;
  right: 21%;
  width: 7%;
  -webkit-transform: rotate(-74deg);
          transform: rotate(-74deg);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-dot-white1 {
    top: 6%;
    right: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-dot-white1 {
    top: -13%;
    right: 19%;
    width: 12%;
    -webkit-transform: rotate(-78deg);
            transform: rotate(-78deg);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-dot-white1 {
    top: -23%;
    right: 8%;
    width: 16%;
  }
}

.top .top__contents-dot-white2 {
  position: absolute;
  top: 37%;
  right: 15%;
  width: 6%;
  -webkit-transform: rotate(119deg);
          transform: rotate(119deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-dot-white2 {
    -webkit-transform: rotate(94deg);
            transform: rotate(94deg);
    top: 39%;
    right: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-dot-white2 {
    top: 34%;
    right: 18%;
    width: 6%;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-dot-white2 {
    top: 38%;
    right: 7%;
    width: 8%;
  }
}

.top .top__contents-button {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #e30053;
  display: block;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  min-width: 36.6rem;
  line-height: 6.8rem;
  z-index: 20;
  bottom: 40%;
  position: unset;
  -webkit-transform: none;
          transform: none;
  width: 250px;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
}

.top .top__contents-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-button {
    font-size: 2.1rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-button {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1440px) {
  .top .top__contents-button {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
}

@media only screen and (max-width: 1024px) {
  .top .top__contents-button {
    min-width: 280px;
  }
}

@media only screen and (max-width: 699px) {
  .top .top__contents-button {
    min-width: 250px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 13% auto 0 auto;
  }
}

.bounce-in-up {
  -webkit-animation: bounce-in-up 1s ease-in-out;
  animation: bounce-in-up 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.top-illustration {
  opacity: 0;
}

.top-illustration.bounce-in-up {
  opacity: 1;
}

.table-of-contents {
  background-color: #ff87b9;
  overflow: hidden;
  padding: 13.6rem 0 20rem 0;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents {
    padding: 14rem 0 16rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents {
    padding: 9rem 0 10rem 0;
  }
}

.table-of-contents .table-of-contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.table-of-contents .table-of-contents__title span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__title span {
    font-size: 2.9rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__title span {
    font-size: 2.5rem;
  }
}

.table-of-contents .table-of-contents__title-img {
  width: 22.5%;
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__title-img {
    width: 25%;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__title-img {
    width: 45%;
  }
}

.table-of-contents .table-of-contents__title-img img {
  display: block;
  width: 100%;
}

.table-of-contents .table-of-contents__title-story {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.8rem;
  color: #000000;
  margin-top: 15rem;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__title-story {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__title-story {
    margin-top: 13rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__title-story {
    font-size: 3rem;
    margin-top: 10rem;
  }
}

.table-of-contents .table-of-contents__title-line {
  width: 17%;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__title-line {
    width: 13%;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__title-line {
    width: 29%;
  }
}

.table-of-contents .table-of-contents__title-line img {
  display: block;
  width: 100%;
}

.table-of-contents .table-of-contents__contents {
  margin: 0 auto;
  padding: 4rem 0;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents {
    padding: 3.2rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents {
    padding: 0;
  }
}

.table-of-contents .table-of-contents__contents-points {
  margin: 6rem auto 0 auto;
  max-width: 1160px;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points {
    max-width: 100vw;
    padding: 0 6rem 0 5rem;
    margin: 2rem auto 0 auto;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points {
    max-width: 100vw;
    padding: 0;
    margin: 6rem 30px 0 30px;
  }
}

.table-of-contents .table-of-contents__contents-points-item-num, .table-of-contents .table-of-contents__contents-points-item-num--01, .table-of-contents .table-of-contents__contents-points-item-num--02, .table-of-contents .table-of-contents__contents-points-item-num--03 {
  width: 20%;
  padding-top: 4.8rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-num, .table-of-contents .table-of-contents__contents-points-item-num--01, .table-of-contents .table-of-contents__contents-points-item-num--02, .table-of-contents .table-of-contents__contents-points-item-num--03 {
    padding-top: 3.9rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-num, .table-of-contents .table-of-contents__contents-points-item-num--01, .table-of-contents .table-of-contents__contents-points-item-num--02, .table-of-contents .table-of-contents__contents-points-item-num--03 {
    display: none;
  }
}

.table-of-contents .table-of-contents__contents-points-item, .table-of-contents .table-of-contents__contents-points-item--01, .table-of-contents .table-of-contents__contents-points-item--02, .table-of-contents .table-of-contents__contents-points-item--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 16rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item, .table-of-contents .table-of-contents__contents-points-item--01, .table-of-contents .table-of-contents__contents-points-item--02, .table-of-contents .table-of-contents__contents-points-item--03 {
    margin-bottom: 13rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item, .table-of-contents .table-of-contents__contents-points-item--01, .table-of-contents .table-of-contents__contents-points-item--02, .table-of-contents .table-of-contents__contents-points-item--03 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item, .table-of-contents .table-of-contents__contents-points-item--01, .table-of-contents .table-of-contents__contents-points-item--02, .table-of-contents .table-of-contents__contents-points-item--03 {
    margin-bottom: 7rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap, .table-of-contents .table-of-contents__contents-points-item-wrap--01, .table-of-contents .table-of-contents__contents-points-item-wrap--02, .table-of-contents .table-of-contents__contents-points-item-wrap--03 {
  padding: 75px 50px 40px 50px;
  width: 80%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap, .table-of-contents .table-of-contents__contents-points-item-wrap--01, .table-of-contents .table-of-contents__contents-points-item-wrap--02, .table-of-contents .table-of-contents__contents-points-item-wrap--03 {
    padding: 45px 35px 35px 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap, .table-of-contents .table-of-contents__contents-points-item-wrap--01, .table-of-contents .table-of-contents__contents-points-item-wrap--02, .table-of-contents .table-of-contents__contents-points-item-wrap--03 {
    padding: 33px 33px 30px 33px;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap, .table-of-contents .table-of-contents__contents-points-item-wrap--01, .table-of-contents .table-of-contents__contents-points-item-wrap--02, .table-of-contents .table-of-contents__contents-points-item-wrap--03 {
    padding: 20px 5px 35px 11px;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap, .table-of-contents .table-of-contents__contents-points-item-wrap--01, .table-of-contents .table-of-contents__contents-points-item-wrap--02, .table-of-contents .table-of-contents__contents-points-item-wrap--03 {
    width: 100%;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap p, .table-of-contents .table-of-contents__contents-points-item-wrap--01 p, .table-of-contents .table-of-contents__contents-points-item-wrap--02 p, .table-of-contents .table-of-contents__contents-points-item-wrap--03 p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 1.2rem 2.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap p, .table-of-contents .table-of-contents__contents-points-item-wrap--01 p, .table-of-contents .table-of-contents__contents-points-item-wrap--02 p, .table-of-contents .table-of-contents__contents-points-item-wrap--03 p {
    font-size: 1.95rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap p, .table-of-contents .table-of-contents__contents-points-item-wrap--01 p, .table-of-contents .table-of-contents__contents-points-item-wrap--02 p, .table-of-contents .table-of-contents__contents-points-item-wrap--03 p {
    margin: 0 0 1.2rem 1.5rem;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap p, .table-of-contents .table-of-contents__contents-points-item-wrap--01 p, .table-of-contents .table-of-contents__contents-points-item-wrap--02 p, .table-of-contents .table-of-contents__contents-points-item-wrap--03 p {
    font-size: 1.75rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap a, .table-of-contents .table-of-contents__contents-points-item-wrap--01 a, .table-of-contents .table-of-contents__contents-points-item-wrap--02 a, .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
  border: 5px solid #fff;
  margin: 0.8rem 8rem 0 auto;
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap a, .table-of-contents .table-of-contents__contents-points-item-wrap--01 a, .table-of-contents .table-of-contents__contents-points-item-wrap--02 a, .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    border: 3px solid #fff;
    margin: 0.8rem 6rem 0 auto;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap a, .table-of-contents .table-of-contents__contents-points-item-wrap--01 a, .table-of-contents .table-of-contents__contents-points-item-wrap--02 a, .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    position: absolute;
    margin: 0;
    bottom: -2rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap::before, .table-of-contents .table-of-contents__contents-points-item-wrap--01::before, .table-of-contents .table-of-contents__contents-points-item-wrap--02::before, .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 40px;
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap::before, .table-of-contents .table-of-contents__contents-points-item-wrap--01::before, .table-of-contents .table-of-contents__contents-points-item-wrap--02::before, .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
    border-radius: 25px;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap::before, .table-of-contents .table-of-contents__contents-points-item-wrap--01::before, .table-of-contents .table-of-contents__contents-points-item-wrap--02::before, .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
    border-radius: 20px;
  }
}

.table-of-contents .table-of-contents__contents-points-item-title, .table-of-contents .table-of-contents__contents-points-item-title--01, .table-of-contents .table-of-contents__contents-points-item-title--02, .table-of-contents .table-of-contents__contents-points-item-title--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-of-contents .table-of-contents__contents-points-item-title img, .table-of-contents .table-of-contents__contents-points-item-title--01 img, .table-of-contents .table-of-contents__contents-points-item-title--02 img, .table-of-contents .table-of-contents__contents-points-item-title--03 img {
  width: 100%;
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-title img, .table-of-contents .table-of-contents__contents-points-item-title--01 img, .table-of-contents .table-of-contents__contents-points-item-title--02 img, .table-of-contents .table-of-contents__contents-points-item-title--03 img {
    width: 96%;
  }
}

.table-of-contents .table-of-contents__contents-points-item-illust, .table-of-contents .table-of-contents__contents-points-item-illust--01, .table-of-contents .table-of-contents__contents-points-item-illust--02, .table-of-contents .table-of-contents__contents-points-item-illust--03 {
  width: 16%;
  position: absolute;
  z-index: 99;
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-illust, .table-of-contents .table-of-contents__contents-points-item-illust--01, .table-of-contents .table-of-contents__contents-points-item-illust--02, .table-of-contents .table-of-contents__contents-points-item-illust--03 {
    width: 17%;
  }
}

.table-of-contents .table-of-contents__contents-points-item-num--01 {
  margin-right: 2.5rem;
  width: 18.5%;
}

.table-of-contents .table-of-contents__contents-points-item-wrap--01 a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  background-color: #72c304;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55rem;
  font-size: 2.6rem;
  min-width: 55rem;
  height: 6.8rem;
  padding: 0 2.8rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01 a {
    width: 45rem;
    min-width: 45rem;
    font-size: 2.1rem;
    height: 5.5rem;
    padding: 0 2.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01 a {
    font-size: 1.8rem;
    height: 4.5rem;
    min-width: 35rem;
    width: 35rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01 a {
    font-size: 1.8rem;
    width: 36rem;
    min-width: 36rem;
    height: 5rem;
    border: 2px solid #fff;
    padding: 0 1.2rem 0 1.8rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--01 a span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01 a span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.7rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--01 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01 a {
    right: -2%;
    width: 32rem;
    min-width: 32rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--01::before {
  border: 15px solid #72c304;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01::before {
    border: 10px solid #72c304;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01::before {
    border: 7px solid #72c304;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--01::before {
    border: 4px solid #72c304;
  }
}

.table-of-contents .table-of-contents__contents-points-item-illust--01 {
  right: 0;
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--01 {
    left: -6%;
    right: unset;
  }
}

.table-of-contents .table-of-contents__contents-points-item-num--02 {
  margin-left: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-num--02 {
    margin-right: 1.3rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--02 a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  background-color: #1bb5ec;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55rem;
  font-size: 2.6rem;
  min-width: 55rem;
  height: 6.8rem;
  padding: 0 2.8rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02 a {
    width: 45rem;
    min-width: 45rem;
    font-size: 2.1rem;
    height: 5.5rem;
    padding: 0 2.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02 a {
    font-size: 1.8rem;
    height: 4.5rem;
    min-width: 35rem;
    width: 35rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02 a {
    font-size: 1.8rem;
    width: 36rem;
    min-width: 36rem;
    height: 5rem;
    border: 2px solid #fff;
    padding: 0 1.2rem 0 1.8rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--02 a span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02 a span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.7rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--02 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02 a {
    left: 0;
    width: 32rem;
    min-width: 32rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--02::before {
  border: 15px solid #1bb5ec;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02::before {
    border: 10px solid #1bb5ec;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02::before {
    border: 7px solid #1bb5ec;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--02::before {
    border: 4px solid #1bb5ec;
  }
}

.table-of-contents .table-of-contents__contents-points-item-illust--02 {
  width: 18%;
  left: 6%;
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--02 {
    width: 19%;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--02 {
    right: -8%;
    left: unset;
  }
}

.table-of-contents .table-of-contents__contents-points-item--03 {
  margin-bottom: 0;
}

.table-of-contents .table-of-contents__contents-points-item-num--03 {
  margin-right: 2.4rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-num--03 {
    margin-right: 1.95rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  background-color: #fb0006;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55rem;
  font-size: 2.6rem;
  min-width: 55rem;
  height: 6.8rem;
  padding: 0 2.8rem;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    width: 45rem;
    min-width: 45rem;
    font-size: 2.1rem;
    height: 5.5rem;
    padding: 0 2.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    font-size: 1.8rem;
    height: 4.5rem;
    min-width: 35rem;
    width: 35rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    font-size: 1.8rem;
    width: 36rem;
    min-width: 36rem;
    height: 5rem;
    border: 2px solid #fff;
    padding: 0 1.2rem 0 1.8rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--03 a span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03 a span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.7rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--03 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03 a {
    right: -2rem;
    width: 32rem;
    min-width: 32rem;
  }
}

.table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
  border: 15px solid #fb0006;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
    border: 10px solid #fb0006;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
    border: 7px solid #fb0006;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-wrap--03::before {
    border: 4px solid #fb0006;
  }
}

.table-of-contents .table-of-contents__contents-points-item-title--03 {
  width: 80%;
}

.table-of-contents .table-of-contents__contents-points-item-illust--03 {
  width: 23.5%;
  right: -8%;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--03 {
    width: 25.5%;
    right: -7%;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--03 {
    right: -4%;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-points-item-illust--03 {
    left: -6%;
    right: unset;
  }
}

.table-of-contents .table-of-contents__contents-story {
  max-width: 960px;
  margin: 6.5rem auto 0 auto;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .table-of-contents .table-of-contents__contents-story {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1024px) {
  .table-of-contents .table-of-contents__contents-story {
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .table-of-contents .table-of-contents__contents-story {
    max-width: 100%;
    padding: 0;
    margin: 4rem 25px 0 25px;
  }
}

.table-of-contents .table-of-contents__contents-story-bg-img {
  width: 100%;
  display: block;
}

.table-of-contents .table-of-contents__contents-story-img {
  position: absolute;
}

.table-of-contents .table-of-contents__contents-story-img img {
  width: 100%;
}

.table-of-contents .table-of-contents__contents-story-img:nth-child(1) {
  top: 25%;
  right: 10%;
  width: 31%;
}

.table-of-contents .table-of-contents__contents-story-img:nth-child(2) {
  top: 41%;
  left: 10%;
  width: 32%;
}

.table-of-contents .table-of-contents__contents-story-img:nth-child(3) {
  top: 56%;
  right: 6%;
  width: 44%;
}

.table-of-contents .table-of-contents__contents-story-img:nth-child(4) {
  bottom: 3%;
  left: 17%;
  width: 19%;
}

.bounce-in-right01 {
  -webkit-animation: bounce-in-right01 1s ease-in-out;
  animation: bounce-in-right01 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 699px) {
  .bounce-in-right01 {
    -webkit-animation: bounce-in-left01-sp 1s ease-in-out;
    animation: bounce-in-left01-sp 1s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.bounce-in-right02 {
  -webkit-animation: bounce-in-right02 1s ease-in-out;
  animation: bounce-in-right02 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 699px) {
  .bounce-in-right02 {
    -webkit-animation: bounce-in-left02-sp 1s ease-in-out;
    animation: bounce-in-left02-sp 1s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.bounce-in-left {
  -webkit-animation: bounce-in-left 1s ease-in-out;
  animation: bounce-in-left 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 699px) {
  .bounce-in-left {
    -webkit-animation: bounce-in-right-sp 1s ease-in-out;
    animation: bounce-in-right-sp 1s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.bounce-in-right01.scroll-in,
.bounce-in-right02.scroll-in,
.bounce-in-left.scroll-in {
  opacity: 1;
}

.three-points {
  background-color: rgba(255, 135, 185, 0.1);
  padding: 13rem 0 24rem 0;
}

@media only screen and (max-width: 1440px) {
  .three-points {
    padding: 13rem 0 19.5rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .three-points {
    padding: 8rem 0 12rem 0;
    overflow: hidden;
  }
}

.three-points .three-points__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.8rem;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__title {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__title {
    font-size: 3rem;
  }
}

.three-points .three-points__title-line {
  width: 17%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__title-line {
    width: 13%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__title-line {
    width: 29%;
  }
}

.three-points .three-points__title-line img {
  width: 100%;
}

.three-points .three-points__contents {
  max-width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents {
    max-width: 920px;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents {
    padding: 0 15px;
  }
}

.three-points .three-points__contents-point--01 {
  padding-top: 8rem;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point--01 {
    padding-top: 6rem;
  }
}

.three-points .three-points__contents-point--02,
.three-points .three-points__contents-point--03 {
  padding-top: 15rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point--02,
  .three-points .three-points__contents-point--03 {
    padding-top: 13rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point--02,
  .three-points .three-points__contents-point--03 {
    padding-top: 10rem;
  }
}

.three-points .three-points__contents-point--03 {
  margin-bottom: 20rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point--03 {
    margin-bottom: 16rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point--03 {
    margin-bottom: 11rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point--03 {
    margin-bottom: 10rem;
  }
}

.three-points .three-points__contents-point-title, .three-points .three-points__contents-point-title--01, .three-points .three-points__contents-point-title--02, .three-points .three-points__contents-point-title--03 {
  background-color: #fff;
  border: 10px solid #72c304;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  width: calc(100% - 6.4rem);
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title, .three-points .three-points__contents-point-title--01, .three-points .three-points__contents-point-title--02, .three-points .three-points__contents-point-title--03 {
    padding: 1.3rem 1.95rem;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title, .three-points .three-points__contents-point-title--01, .three-points .three-points__contents-point-title--02, .three-points .three-points__contents-point-title--03 {
    width: calc(100% - 5rem);
    padding: 1rem 1.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title, .three-points .three-points__contents-point-title--01, .three-points .three-points__contents-point-title--02, .three-points .three-points__contents-point-title--03 {
    width: 100%;
    border: 3px solid #72c304;
    border-radius: 10px;
    position: relative;
    padding: 1.5rem 2rem;
  }
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title--01 {
    border: 6px solid #72c304;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title--01 {
    border: 3px solid #72c304;
  }
}

.three-points .three-points__contents-point-title--02 {
  border: 10px solid #1bb5ec;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title--02 {
    border: 6px solid #1bb5ec;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title--02 {
    border: 3px solid #1bb5ec;
  }
}

.three-points .three-points__contents-point-title--03 {
  border: 10px solid #fb0006;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title--03 {
    border: 6px solid #fb0006;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title--03 {
    border: 3px solid #fb0006;
  }
}

.three-points .three-points__contents-point-title-num, .three-points .three-points__contents-point-title-num--01 {
  -webkit-filter: drop-shadow(0 9px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 9px 5px rgba(0, 0, 0, 0.2));
  width: 15%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-num, .three-points .three-points__contents-point-title-num--01 {
    width: 17%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-num, .three-points .three-points__contents-point-title-num--01 {
    position: absolute;
    width: 25%;
    top: -58%;
  }
}

.three-points .three-points__contents-point-title-num--01 {
  width: 14.1%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-num--01 {
    width: 16%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-num--01 {
    width: 23.8%;
  }
}

.three-points .three-points__contents-point-title-text, .three-points .three-points__contents-point-title-text--01, .three-points .three-points__contents-point-title-text--02, .three-points .three-points__contents-point-title-text--03 {
  font-size: 6rem;
  line-height: 1;
  width: 85%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-text, .three-points .three-points__contents-point-title-text--01, .three-points .three-points__contents-point-title-text--02, .three-points .three-points__contents-point-title-text--03 {
    width: 100%;
  }
}

.three-points .three-points__contents-point-title-text span, .three-points .three-points__contents-point-title-text--01 span, .three-points .three-points__contents-point-title-text--02 span, .three-points .three-points__contents-point-title-text--03 span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  display: block;
  margin: 1.6rem 0 1rem 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-text span, .three-points .three-points__contents-point-title-text--01 span, .three-points .three-points__contents-point-title-text--02 span, .three-points .three-points__contents-point-title-text--03 span {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-text span, .three-points .three-points__contents-point-title-text--01 span, .three-points .three-points__contents-point-title-text--02 span, .three-points .three-points__contents-point-title-text--03 span {
    font-size: 1.8rem;
    margin: 1.6rem 0 0.5rem 0.5rem;
  }
}

.three-points .three-points__contents-point-title-text img, .three-points .three-points__contents-point-title-text--01 img, .three-points .three-points__contents-point-title-text--02 img, .three-points .three-points__contents-point-title-text--03 img {
  width: 60%;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title-text img, .three-points .three-points__contents-point-title-text--01 img, .three-points .three-points__contents-point-title-text--02 img, .three-points .three-points__contents-point-title-text--03 img {
    width: 79%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-text img, .three-points .three-points__contents-point-title-text--01 img, .three-points .three-points__contents-point-title-text--02 img, .three-points .three-points__contents-point-title-text--03 img {
    width: 100%;
  }
}

.three-points .three-points__contents-point-title-text--01 {
  color: #72c304;
}

.three-points .three-points__contents-point-title-text--02 {
  color: #1bb5ec;
}

.three-points .three-points__contents-point-title-text--03 {
  color: #fb0006;
}

.three-points .three-points__contents-point-title-text--03 img {
  width: 50%;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-title-text--03 img {
    width: 65%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-text--03 img {
    width: 75%;
  }
}

.three-points .three-points__contents-point-title-illust, .three-points .three-points__contents-point-title-illust--01, .three-points .three-points__contents-point-title-illust--02, .three-points .three-points__contents-point-title-illust--03 {
  position: absolute;
  right: 4%;
  top: 18%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-illust, .three-points .three-points__contents-point-title-illust--01, .three-points .three-points__contents-point-title-illust--02, .three-points .three-points__contents-point-title-illust--03 {
    right: 0%;
    top: 0%;
  }
}

.three-points .three-points__contents-point-title-illust--01 {
  width: 11%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-illust--01 {
    top: 31%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-illust--01 {
    width: 21%;
    top: 85%;
  }
}

.three-points .three-points__contents-point-title-illust--02 {
  width: 13.5%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-illust--02 {
    top: 33%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-illust--02 {
    width: 25%;
    top: 90%;
  }
}

.three-points .three-points__contents-point-title-illust--03 {
  width: 17%;
  top: 37%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-title-illust--03 {
    top: 42%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-title-illust--03 {
    width: 31%;
    top: 63%;
  }
}

.three-points .three-points__contents-point-item-wrap {
  position: relative;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-wrap {
    margin-top: 8rem;
  }
}

.three-points .three-points__contents-frame {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: -6rem;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-frame {
    margin-top: -3.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-frame {
    display: none;
  }
}

.three-points .three-points__contents-point-item, .three-points .three-points__contents-point-item--1, .three-points .three-points__contents-point-item--2, .three-points .three-points__contents-point-item--3, .three-points .three-points__contents-point-item--3-2 {
  width: 1160px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 85%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item, .three-points .three-points__contents-point-item--1, .three-points .three-points__contents-point-item--2, .three-points .three-points__contents-point-item--3, .three-points .three-points__contents-point-item--3-2 {
    max-width: 93%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item, .three-points .three-points__contents-point-item--1, .three-points .three-points__contents-point-item--2, .three-points .three-points__contents-point-item--3, .three-points .three-points__contents-point-item--3-2 {
    padding: 0;
    max-width: 100%;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .three-points .three-points__contents-point-item:last-child, .three-points .three-points__contents-point-item--1:last-child, .three-points .three-points__contents-point-item--2:last-child, .three-points .three-points__contents-point-item--3:last-child, .three-points .three-points__contents-point-item--3-2:last-child {
    margin-bottom: 0;
  }
}

.three-points .three-points__contents-point-item--1 {
  top: 3%;
}

.three-points .three-points__contents-point-item--1 img {
  background: #fff;
}

.three-points .three-points__contents-point-item--2 {
  top: calc(50% - 5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item--2 {
    top: calc(50% - 2rem);
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item--2 {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
}

.three-points .three-points__contents-point-item--2 img {
  background: #fff;
}

.three-points .three-points__contents-point-item--3 {
  bottom: 9%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item--3 {
    bottom: 7%;
  }
}

.three-points .three-points__contents-point-item--3 img {
  background: #fff;
}

.three-points .three-points__contents-point-item--3-2 img {
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item--3-2 {
    bottom: 9%;
    margin-top: 1rem;
  }
}

.three-points .three-points__contents-point-item-title, .three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right, .three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
  color: #fff;
  width: 60%;
  font-weight: bold;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-title, .three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right, .three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
    width: 80%;
    min-width: 80%;
    z-index: 10;
    height: 43px;
  }
}

.three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #72c304;
  display: block;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  min-width: 36.6rem;
  line-height: 6.8rem;
  cursor: unset;
}

.three-points .three-points__contents-point-item-title--01:hover, .three-points .three-points__contents-point-item-title--01-right:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right {
    font-size: 2.1rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-title--01, .three-points .three-points__contents-point-item-title--01-right {
    border-radius: 0 50px 50px 0;
    -webkit-transform: translateX(-15px) translateY(50%);
            transform: translateX(-15px) translateY(50%);
    font-size: 1.8rem;
    line-height: 43px;
  }
}

.three-points .three-points__contents-point-item-title--01:hover, .three-points .three-points__contents-point-item-title--01-right:hover {
  opacity: 1;
}

.three-points .three-points__contents-point-item-title--01-right {
  margin-left: auto;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-title--01-right {
    border-radius: 50px 0 0 50px;
    -webkit-transform: translateX(15px) translateY(50%);
            transform: translateX(15px) translateY(50%);
  }
}

.three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #1bb5ec;
  display: block;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  min-width: 36.6rem;
  line-height: 6.8rem;
  cursor: unset;
}

.three-points .three-points__contents-point-item-title--02:hover, .three-points .three-points__contents-point-item-title--02-right:hover, .three-points .three-points__contents-point-item-title--02-3:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
    font-size: 2.1rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-title--02, .three-points .three-points__contents-point-item-title--02-right, .three-points .three-points__contents-point-item-title--02-3 {
    border-radius: 0 50px 50px 0;
    -webkit-transform: translateX(-15px) translateY(50%);
            transform: translateX(-15px) translateY(50%);
    font-size: 1.8rem;
    line-height: 43px;
  }
}

.three-points .three-points__contents-point-item-title--02:hover, .three-points .three-points__contents-point-item-title--02-right:hover, .three-points .three-points__contents-point-item-title--02-3:hover {
  opacity: 1;
}

.three-points .three-points__contents-point-item-title--02-right {
  margin-left: auto;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-title--02-right {
    border-radius: 50px 0 0 50px;
    -webkit-transform: translateX(15px) translateY(50%);
            transform: translateX(15px) translateY(50%);
  }
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item-title--02-3 {
    width: 65%;
  }
}

.three-points .three-points__contents-point-item-desc, .three-points .three-points__contents-point-item-desc--1, .three-points .three-points__contents-point-item-desc--6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-desc, .three-points .three-points__contents-point-item-desc--1, .three-points .three-points__contents-point-item-desc--6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.three-points .three-points__contents-point-item-desc p, .three-points .three-points__contents-point-item-desc--1 p, .three-points .three-points__contents-point-item-desc--6 p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  padding: 1rem 5rem 0 5rem;
  width: 60%;
  text-align: justify;
  font-size: 1.9rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item-desc p, .three-points .three-points__contents-point-item-desc--1 p, .three-points .three-points__contents-point-item-desc--6 p {
    padding: 0.8rem 3.5rem 0 3.5rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point-item-desc p, .three-points .three-points__contents-point-item-desc--1 p, .three-points .three-points__contents-point-item-desc--6 p {
    padding: 0.8rem 2rem 0 2rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-desc p, .three-points .three-points__contents-point-item-desc--1 p, .three-points .three-points__contents-point-item-desc--6 p {
    font-size: 1.75rem;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px 15px 0 15px;
  }
}

.three-points .three-points__contents-point-item-desc--1 {
  margin-top: 1rem;
}

.three-points .three-points__contents-point-item-desc--1 p {
  width: 55%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-desc--1 p {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point-item-desc--6 {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-desc--6 {
    margin-top: 0;
  }
}

.three-points .three-points__contents-point-item-img, .three-points .three-points__contents-point-item-img--1, .three-points .three-points__contents-point-item-img--2 {
  width: 40%;
  position: relative;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-img, .three-points .three-points__contents-point-item-img--1, .three-points .three-points__contents-point-item-img--2 {
    width: 100%;
  }
}

.three-points .three-points__contents-point-item-img::before, .three-points .three-points__contents-point-item-img--1::before, .three-points .three-points__contents-point-item-img--2::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.three-points .three-points__contents-point-item-img img, .three-points .three-points__contents-point-item-img--1 img, .three-points .three-points__contents-point-item-img--2 img {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-img img, .three-points .three-points__contents-point-item-img--1 img, .three-points .three-points__contents-point-item-img--2 img {
    border-radius: 10px;
  }
}

.three-points .three-points__contents-point-item-img--1 {
  width: 45%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-img--1 {
    width: 100%;
  }
}

.three-points .three-points__contents-point-item-img--1::before {
  padding-top: 46%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-img--1::before {
    padding-top: 60%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point-item-img--1 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.three-points .three-points__contents-point03-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 9.6rem auto 10.4rem auto;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-wrap {
    margin: 7.8rem auto 8.4rem auto;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-wrap {
    margin: 6rem auto 7rem auto;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 50px auto;
  }
}

.three-points .three-points__contents-point03-item, .three-points .three-points__contents-point03-item-2 {
  width: 30%;
  margin-right: 5%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item, .three-points .three-points__contents-point03-item-2 {
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.three-points .three-points__contents-point03-item:last-child, .three-points .three-points__contents-point03-item-2:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item:last-child, .three-points .three-points__contents-point03-item-2:last-child {
    margin-bottom: 0;
  }
}

.three-points .three-points__contents-point03-item img, .three-points .three-points__contents-point03-item-2 img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid #fb0006;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item img, .three-points .three-points__contents-point03-item-2 img {
    border: 3px solid #fb0006;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item img, .three-points .three-points__contents-point03-item-2 img {
    border: 3px solid #fb0006;
    border-radius: 10px;
  }
}

.three-points .three-points__contents-point03-item p, .three-points .three-points__contents-point03-item-2 p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  text-align: justify;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item p, .three-points .three-points__contents-point03-item-2 p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item p, .three-points .three-points__contents-point03-item-2 p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item p, .three-points .three-points__contents-point03-item-2 p {
    font-size: 1.75rem;
  }
}

.three-points .three-points__contents-point03-item-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fb0006;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-title {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-title {
    color: #fff;
    background-color: #fb0006;
    border-radius: 0 50px 50px 0;
    -webkit-transform: translateX(-35px) translateY(50%);
            transform: translateX(-35px) translateY(50%);
    margin-bottom: 0;
    font-size: 1.8rem;
    height: 43px;
    width: 230px;
    min-width: 230px;
  }
}

.three-points .three-points__contents-point03-item-title span {
  background-color: #fb0006;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0.8rem;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-title span {
    font-size: 1.95rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-title span {
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-title span {
    background-color: unset;
    font-size: 2.6rem;
    margin-left: 35px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.three-points .three-points__title-line-red {
  width: 38%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__title-line-red {
    width: 75%;
  }
}

.three-points .three-points__title-line-red img {
  width: 100%;
}

.three-points .three-points__title-2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
  color: #fb0006;
  text-align: center;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__title-2 {
    font-size: 2.6rem;
  }
}

.three-points .three-points__contents-point03-item-2 {
  width: 48%;
  margin-right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-2 p {
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-2 p {
    margin-top: 5px;
  }
}

.three-points .three-points__contents-point03-item-left-2 {
  width: 40%;
  margin-right: 2rem;
}

.three-points .three-points__contents-point03-item-left-2 img {
  width: 100%;
  margin-right: 1.8rem;
}

.three-points .three-points__contents-point03-item-right-2 {
  width: 60%;
}

.three-points .three-points__contents-point03-item-right-2-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fb0006;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-right-2-title {
    font-size: 2.9rem;
  }
}

.three-points .three-points__contents-point03-item-right-2-title p {
  margin-top: 0;
  text-align: justify;
  font-size: 3.2rem;
  margin-left: 0.8rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-right-2-title p {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-right-2-title p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-point03-item-right-2-title p {
    font-size: 2rem;
  }
}

.three-points .three-points__contents-point03-item-right-2-title img {
  width: 5rem;
  height: 5rem;
  margin-right: 0;
  border: none;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-point03-item-right-2-title img {
    width: 3.3rem;
    height: 3.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-point03-item-right-2-title img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.three-points .three-points__contents-voice-title {
  margin: 0 auto 10rem auto;
  display: block;
  width: 38%;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-voice-title {
    margin: 0 auto 6.5rem auto;
    width: 36%;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-title {
    margin: 0 auto s5rem auto;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-title {
    width: 55%;
  }
}

.three-points .three-points__contents-voice-item-wrap-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-wrap-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-wrap-half {
    margin: 0 20px;
  }
}

.three-points .three-points__contents-voice-item-wrap-full {
  margin-bottom: 4%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-wrap-full {
    margin: 0 20px 30px 20px;
  }
}

.three-points .three-points__contents-voice-item, .three-points .three-points__contents-voice-item--full, .three-points .three-points__contents-voice-item--half {
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item, .three-points .three-points__contents-voice-item--full, .three-points .three-points__contents-voice-item--half {
    width: 100%;
    border-radius: 10px;
    margin-right: 0;
  }
}

.three-points .three-points__contents-voice-item--full {
  width: 100%;
}

.three-points .three-points__contents-voice-item--full:first-child {
  margin-bottom: 4%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item--full:first-child {
    margin-bottom: 30px;
  }
}

.three-points .three-points__contents-voice-item--half {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item--half {
    width: 100%;
  }
  .three-points .three-points__contents-voice-item--half:first-child {
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 699px) {
  .three-points .three-points__contents-voice-item--half:first-child {
    margin-bottom: 30px;
  }
}

.three-points .three-points__contents-voice-item-title, .three-points .three-points__contents-voice-item-title--full, .three-points .three-points__contents-voice-item-title--half {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  background-color: #e30053;
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.2rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-voice-item-title, .three-points .three-points__contents-voice-item-title--full, .three-points .three-points__contents-voice-item-title--half {
    font-size: 2.1rem;
    height: 5.8rem;
    padding: 0.5rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-title, .three-points .three-points__contents-voice-item-title--full, .three-points .three-points__contents-voice-item-title--half {
    height: 4.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title, .three-points .three-points__contents-voice-item-title--full, .three-points .three-points__contents-voice-item-title--half {
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
  }
}

.three-points .three-points__contents-voice-item-title p, .three-points .three-points__contents-voice-item-title--full p, .three-points .three-points__contents-voice-item-title--half p {
  margin: 0 auto;
}

.three-points .three-points__contents-voice-item-title--full p {
  margin: 0 auto 0 2rem;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title--full p {
    margin: 0 auto 0 1rem;
  }
}

.three-points .three-points__contents-voice-item-title--half p {
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-title--half p {
    margin: 0 auto 0 2rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title--half p {
    margin: 0 auto 0 1rem;
  }
}

.three-points .three-points__contents-voice-item-title-icon, .three-points .three-points__contents-voice-item-title-icon--school, .three-points .three-points__contents-voice-item-title-icon--kids {
  line-height: 1;
  width: 40%;
  margin-left: 1.6rem;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title-icon, .three-points .three-points__contents-voice-item-title-icon--school, .three-points .three-points__contents-voice-item-title-icon--kids {
    margin-left: 1.5rem;
  }
}

.three-points .three-points__contents-voice-item-title-icon img, .three-points .three-points__contents-voice-item-title-icon--school img, .three-points .three-points__contents-voice-item-title-icon--kids img {
  width: 100%;
}

.three-points .three-points__contents-voice-item-title-icon--school {
  width: 60px;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-voice-item-title-icon--school {
    width: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-title-icon--school {
    width: 43px;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title-icon--school {
    width: 30px;
  }
}

.three-points .three-points__contents-voice-item-title-icon--kids {
  width: 30px;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-voice-item-title-icon--kids {
    width: 29px;
  }
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-title-icon--kids {
    width: 24px;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-title-icon--kids {
    width: 19px;
  }
}

.three-points .three-points__contents-voice-item-content, .three-points .three-points__contents-voice-item-content--full, .three-points .three-points__contents-voice-item-content--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.4rem;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content, .three-points .three-points__contents-voice-item-content--full, .three-points .three-points__contents-voice-item-content--half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.three-points .three-points__contents-voice-item-content p, .three-points .three-points__contents-voice-item-content--full p, .three-points .three-points__contents-voice-item-content--half p {
  text-align: justify;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1440px) {
  .three-points .three-points__contents-voice-item-content p, .three-points .three-points__contents-voice-item-content--full p, .three-points .three-points__contents-voice-item-content--half p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content p, .three-points .three-points__contents-voice-item-content--full p, .three-points .three-points__contents-voice-item-content--half p {
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.7;
    padding: 15px;
  }
}

.three-points .three-points__contents-voice-item-content--full p {
  width: 78.2%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-content--full p {
    width: 79%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content--full p {
    width: 100%;
  }
}

.three-points .three-points__contents-voice-item-content--half p {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-content--half p {
    width: 79%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content--half p {
    width: 100%;
  }
}

.three-points .three-points__contents-voice-item-content-img, .three-points .three-points__contents-voice-item-content-img--full, .three-points .three-points__contents-voice-item-content-img--half {
  position: relative;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content-img, .three-points .three-points__contents-voice-item-content-img--full, .three-points .three-points__contents-voice-item-content-img--half {
    margin-right: 0;
  }
}

.three-points .three-points__contents-voice-item-content-img img, .three-points .three-points__contents-voice-item-content-img--full img, .three-points .three-points__contents-voice-item-content-img--half img {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content-img img, .three-points .three-points__contents-voice-item-content-img--full img, .three-points .three-points__contents-voice-item-content-img--half img {
    border-radius: 0;
  }
}

.three-points .three-points__contents-voice-item-content-img::before, .three-points .three-points__contents-voice-item-content-img--full::before, .three-points .three-points__contents-voice-item-content-img--half::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content-img::before, .three-points .three-points__contents-voice-item-content-img--full::before, .three-points .three-points__contents-voice-item-content-img--half::before {
    padding-top: 55%;
  }
}

.three-points .three-points__contents-voice-item-content-img--full {
  width: 21.8%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-content-img--full {
    width: 21%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content-img--full {
    width: 100%;
  }
}

.three-points .three-points__contents-voice-item-content-img--half {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .three-points .three-points__contents-voice-item-content-img--half {
    width: 21%;
  }
}

@media only screen and (max-width: 699px) {
  .three-points .three-points__contents-voice-item-content-img--half {
    width: 100%;
  }
}

.bounce-in-up {
  -webkit-animation: bounce-in-up 0.8s ease-in-out;
  animation: bounce-in-up 0.8s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounce-in-up.scroll-in {
  opacity: 1;
}

.touch-plus {
  background-color: #fff;
}

.touch-plus .touch-plus__contents {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20rem 0 23rem 0;
}

@media only screen and (max-width: 1024px) {
  .touch-plus .touch-plus__contents {
    max-width: 100vw;
    padding: 12rem 2.5rem 16rem 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents {
    margin: 8rem 15px;
    padding: 0;
    background-image: url("../../assets/images/touch-background.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
  }
}

.touch-plus .touch-plus__contents-text-center {
  text-align: justify;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  text-align: center;
  margin-top: 4.8rem;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-text-center {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-text-center {
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.8;
  }
}

.touch-plus .touch-plus__contents-text-left-wrap {
  margin: 0 auto;
  max-width: 710px;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-text-left-wrap {
    max-width: 700px;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-text-left-wrap {
    margin: 30px 15px 0 15px;
  }
}

.touch-plus .touch-plus__contents-text-left {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  text-align: justify;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-text-left {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-text-left {
    line-height: 1.5;
    font-size: 1.75rem;
  }
}

.touch-plus .touch-plus__contents-bg {
  width: 100%;
  opacity: 0.5;
}

.touch-plus .touch-plus__contents-title-wrap {
  background-image: url("../../assets/images/touch-background.png");
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-title-wrap {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-title-wrap {
    margin-bottom: 0;
    background-image: none;
  }
}

.touch-plus .touch-plus__contents-title-wrap-text {
  width: 31%;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-title-wrap-text {
    width: 25%;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-title-wrap-text {
    width: 63%;
    margin-bottom: 1rem;
  }
}

.touch-plus .touch-plus__contents-title-wrap-logo {
  width: 35%;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-title-wrap-logo {
    width: 28%;
  }
}

@media only screen and (max-width: 1024px) {
  .touch-plus .touch-plus__contents-title-wrap-logo {
    width: 30%;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-title-wrap-logo {
    width: 50%;
  }
}

.touch-plus .touch-plus__contents-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem 0;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-button-wrap {
    margin: 4.9rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-button-wrap {
    margin: 30px 15px 0 15px;
  }
}

.touch-plus .touch-plus__contents-button {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #de6c31;
  display: block;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  min-width: 36.6rem;
  line-height: 6.8rem;
  padding: 0 3.2rem;
}

.touch-plus .touch-plus__contents-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-button {
    font-size: 2.1rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .touch-plus .touch-plus__contents-button {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-button {
    padding: 0 2.6rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-button {
    padding: 0;
    width: 100%;
  }
}

.touch-plus .touch-plus__contents-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .touch-plus .touch-plus__contents-img-wrap {
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .touch-plus .touch-plus__contents-img-wrap {
    display: none;
  }
}

.touch-plus .touch-plus__contents-img-wrap img {
  width: 18%;
  -webkit-animation: rotate 5s ease infinite;
  animation: rotate 5s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1440px) {
  .touch-plus .touch-plus__contents-img-wrap img {
    width: 15%;
  }
}

.questions {
  background-color: rgba(0, 159, 232, 0.1);
  padding-bottom: 15.2rem;
}

@media only screen and (max-width: 1440px) {
  .questions {
    padding-bottom: 13rem;
  }
}

@media only screen and (max-width: 699px) {
  .questions {
    padding-bottom: 8rem;
  }
}

.questions img {
  width: 33%;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .questions img {
    width: 40%;
  }
}

@media only screen and (max-width: 699px) {
  .questions img {
    width: 66%;
  }
}

.questions .questions__contents {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__contents {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__contents {
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .questions .questions__contents {
    padding: 0 15px;
  }
}

.questions .questions__item {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 699px) {
  .questions .questions__item {
    margin-bottom: 2.8rem;
  }
}

.questions .questions__item:first-child span img {
  width: 52%;
}

@media only screen and (max-width: 699px) {
  .questions .questions__item:first-child span img {
    max-width: 3.4rem;
    width: 67%;
  }
}

.questions .questions__item:last-child {
  margin-bottom: 0;
}

.questions .questions__item-header {
  z-index: 5;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 8px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 8px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 100px;
  color: #1bb5ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  height: 10.4rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header {
    height: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header {
    height: 6.5rem;
  }
}

.questions .questions__item-header span {
  background-color: #1bb5ec;
  color: #fff;
  border-radius: 80px 0 0 80px;
  width: 11%;
  text-align: center;
  height: 10.4rem;
}

.questions .questions__item-header span img {
  height: 100%;
  width: 60%;
  padding-left: 2%;
}

@media only screen and (max-width: 699px) {
  .questions .questions__item-header span img {
    max-width: 3.8rem;
    width: 72%;
  }
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header span {
    height: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header span {
    height: 6.5rem;
    width: 14%;
  }
}

@media only screen and (max-width: 699px) {
  .questions .questions__item-header span {
    width: 19%;
  }
}

.questions .questions__item-header p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  width: 100%;
  padding-left: 5.6rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header p {
    font-size: 2.4rem;
    padding-left: 4.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header p {
    font-size: 1.8rem;
    padding: 0 0.5rem 0 1.5rem;
  }
}

.questions .questions__item-header-toggle-btn, .questions .questions__item-header-toggle-btn.open {
  cursor: pointer;
  position: relative;
  padding-right: 6.4rem;
  width: 2.8rem;
  height: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header-toggle-btn, .questions .questions__item-header-toggle-btn.open {
    padding-right: 5.2rem;
    width: 2.2rem;
    height: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header-toggle-btn, .questions .questions__item-header-toggle-btn.open {
    padding-right: 4rem;
  }
}

.questions .questions__item-header-toggle-btn::before, .questions .questions__item-header-toggle-btn.open::before, .questions .questions__item-header-toggle-btn::after, .questions .questions__item-header-toggle-btn.open::after {
  position: absolute;
  content: '';
  background-color: #1bb5ec;
  width: 2rem;
  height: 0.48rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header-toggle-btn::before, .questions .questions__item-header-toggle-btn.open::before, .questions .questions__item-header-toggle-btn::after, .questions .questions__item-header-toggle-btn.open::after {
    width: 1.6rem;
    height: 0.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header-toggle-btn::before, .questions .questions__item-header-toggle-btn.open::before, .questions .questions__item-header-toggle-btn::after, .questions .questions__item-header-toggle-btn.open::after {
    width: 1.5rem;
    height: 0.4rem;
  }
}

.questions .questions__item-header-toggle-btn:before, .questions .questions__item-header-toggle-btn.open:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0.6rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header-toggle-btn:before, .questions .questions__item-header-toggle-btn.open:before {
    left: 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header-toggle-btn:before, .questions .questions__item-header-toggle-btn.open:before {
    left: 0.4rem;
  }
}

.questions .questions__item-header-toggle-btn:after, .questions .questions__item-header-toggle-btn.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -0.5rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-header-toggle-btn:after, .questions .questions__item-header-toggle-btn.open:after {
    left: -0.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-header-toggle-btn:after, .questions .questions__item-header-toggle-btn.open:after {
    left: -0.4rem;
  }
}

.questions .open.questions__item-header-toggle-btn:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.questions .open.questions__item-header-toggle-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.questions .questions__item-inner {
  display: none;
  background-color: #fff;
  -webkit-transform: translateY(-63px);
          transform: translateY(-63px);
  border-radius: 1.6rem;
  padding: 8.81rem 4rem 3rem;
  margin-bottom: -5.1rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-inner {
    padding: 9.5rem 4rem 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .questions .questions__item-inner {
    -webkit-transform: translateY(-31px);
            transform: translateY(-31px);
    padding: 6rem 2.5rem 2.5rem;
    margin-bottom: -2.8rem;
  }
}

.questions .questions__item-inner p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
}

@media only screen and (max-width: 1440px) {
  .questions .questions__item-inner p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 699px) {
  .questions .questions__item-inner p {
    font-size: 1.75rem;
  }
}

.download-form {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #1bb5ec;
  padding: 13.6rem;
}

@media only screen and (max-width: 1440px) {
  .download-form {
    padding: 11.5rem 0;
  }
}

@media only screen and (max-width: 699px) {
  .download-form {
    padding: 8rem 0 13rem 0;
  }
}

.download-form .download-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.download-form .download-form__title img {
  width: 48%;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__title img {
    width: 38%;
  }
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__title img {
    width: 48%;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__title img {
    width: 77%;
  }
}

.download-form .download-form__contents {
  background-color: #fff;
  max-width: 1160px;
  border-radius: 10px;
  margin: 5.6rem auto 0 auto;
  padding: 7.2rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__contents {
    max-width: 920px;
    margin: 4.55rem auto 0 auto;
    padding: 5.85rem;
  }
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__contents {
    max-width: 100%;
    margin: 7rem 2.5rem 0 2.5rem;
    padding: 4rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__contents {
    padding: 35px 15px;
    margin: 40px 15px 0 15px;
  }
}

.download-form .download-form__contents-desc {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 4.4rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__contents-desc {
    font-size: 1.6rem;
    margin-bottom: 3.7rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__contents-desc {
    font-size: 1.75rem;
  }
}

.download-form .download-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.download-form .download-form__label {
  width: 25%;
  padding-right: 1.6rem;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.download-form .download-form__label-text {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__label-text {
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__label-text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__label-text {
    margin-bottom: 0;
  }
}

.download-form .download-form__label-tag {
  background-color: #ff87b9;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1.3rem;
  padding: 0 1.2rem;
  max-width: 5.6rem;
  width: 100%;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__label-tag {
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
    max-width: 8rem;
  }
}

.download-form .download-form__form-group, .download-form .download-form__form-group--row {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  width: 75%;
  padding: 2.4rem 4.8rem;
  min-height: 5.9rem;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__form-group, .download-form .download-form__form-group--row {
    padding: 1.95rem 3.5rem;
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__form-group, .download-form .download-form__form-group--row {
    padding: 1.95rem 2.5rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__form-group, .download-form .download-form__form-group--row {
    width: 100%;
    padding: 15px;
  }
}

.download-form .download-form__form-group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__form-group--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.download-form .download-form__form-group p, .download-form .download-form__form-group--row p {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__form-group p, .download-form .download-form__form-group--row p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__form-group p, .download-form .download-form__form-group--row p {
    font-size: 1.75rem;
  }
}

.download-form .download-form__input-half {
  width: 49%;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__input-half {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__input-half:last-child {
    margin-top: 1.8rem;
  }
}

.download-form .download-form__contents-form-item-school-type-wrap-text {
  font-size: 1.6rem;
  margin: 2.4rem 0 0.4rem 0;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__contents-form-item-school-type-wrap-text {
    margin: 1.95rem 0 0.4rem 0;
  }
}

.download-form .download-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.download-form .download-form__contents-form-item-school-type-wrap-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__contents-form-item-school-type-wrap-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.download-form .download-form__annotation {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #868686;
  margin: 0.8rem 0 0.4rem 0 !important;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__annotation {
    font-size: 1.6rem;
  }
}

.download-form .download-form__input-field-wrap {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__input-field-wrap {
    margin-bottom: 1.8rem;
  }
}

.download-form .download-form__input-field-wrap--school-type {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__input-field-wrap--school-type {
    margin-top: 1.95rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__input-field-wrap--school-type {
    margin-top: 1.8rem;
  }
}

.download-form .download-form__input-field-wrap--school-type .download-form__form-group-text {
  margin-bottom: 0.4rem;
}

.download-form .download-form__input-field {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: block;
  height: 5.6rem;
  padding-left: 1.6rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__input-field {
    height: 5rem;
  }
}

.download-form .download-form__error-msg {
  display: none;
  color: #fb0006;
  margin-top: 0.8rem;
}

.download-form .download-form__select-wrap:last-child {
  margin-top: 2rem;
}

.download-form .download-form__select-wrap--school-type {
  margin-bottom: 2.4rem;
}

.download-form .download-form__select {
  border: 1px solid rgba(51, 51, 51, 0.3);
  width: 50%;
  border-radius: 5px;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  display: block;
  height: 5.6rem;
  padding-left: 1.6rem;
  margin-top: 0.7rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__select {
    height: 5rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__select {
    width: 100%;
    font-size: 1.8rem;
  }
}

.download-form .download-form__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.4rem;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__radio-wrap {
    margin-right: 0;
    border: 1px solid rgba(51, 51, 51, 0.3);
    border-radius: 8px;
    margin-bottom: 1.2rem;
  }
}

.download-form .download-form__radio-wrap:last-child {
  margin-right: 0;
}

.download-form .download-form__radio-wrap input {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__radio-wrap input {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__radio-wrap input {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.download-form .download-form__radio-wrap label {
  line-height: 1;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__radio-wrap label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__radio-wrap label {
    font-size: 1.8rem;
    padding: 15px;
    width: 100%;
  }
}

.download-form .download-form__privacy-policy {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__privacy-policy {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}

.download-form .download-form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.6rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__button-wrap {
    margin-top: 4.5rem;
  }
}

.download-form .download-form__button {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  background-color: #ff87b9;
  display: block;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  min-width: 36.6rem;
  line-height: 6.8rem;
  position: relative;
  padding: 0 2.4rem;
}

.download-form .download-form__button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__button {
    font-size: 2.1rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .download-form .download-form__button {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__button {
    padding: 1rem 0;
    line-height: 1.2;
    width: 100%;
    min-width: 100%;
  }
}

.download-form .download-form__button:active {
  opacity: 0.8;
}

.download-form .download-form__loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.download-form .download-form__loader div {
  border-radius: 50%;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1rem solid rgba(255, 255, 255, 0.2);
  border-right: 1.1rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1rem solid rgba(255, 255, 255, 0.2);
  border-left: 1.1rem solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 4rem;
  height: 4rem;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__loader div {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.download-form .download-form__loader div:after {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__loader div:after {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.download-form .download-form__foot-img {
  width: 18%;
  display: block;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin: 3.2rem auto 0 auto;
}

@media only screen and (max-width: 699px) {
  .download-form .download-form__foot-img {
    width: 40%;
  }
}

.download-form .download-form__loading-message {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .download-form .download-form__loading-message {
    font-size: 1.7rem;
  }
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 699px) {
  .br-sp {
    display: block;
  }
}

.is-active {
  display: block !important;
}

.is-download-loading {
  opacity: 1 !important;
}

.is-button-loading {
  background-color: rgba(255, 135, 185, 0.8) !important;
}

.footer {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  padding-bottom: 5.6rem;
}

@media only screen and (max-width: 1440px) {
  .footer {
    padding-bottom: 4.5rem;
  }
}

.footer .footer__contents {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 1.9rem;
}

@media only screen and (max-width: 1440px) {
  .footer .footer__contents {
    max-width: 920px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer__contents {
    max-width: 100%;
    margin: 0 2.5rem;
  }
}

.footer .footer__contents-link-wrap, .footer .footer__contents-link-wrap--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer__contents-link-wrap small, .footer .footer__contents-link-wrap--bottom small {
  display: inline-block;
  font-size: 1.9rem;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 1440px) {
  .footer .footer__contents-link-wrap small, .footer .footer__contents-link-wrap--bottom small {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.footer .footer__contents-link-wrap a, .footer .footer__contents-link-wrap--bottom a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .footer__contents-link-wrap a:hover, .footer .footer__contents-link-wrap--bottom a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .footer .footer__contents-link-wrap--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer__contents-link-wrap--bottom .providers {
  font-size: 1.9rem;
}

@media only screen and (max-width: 1440px) {
  .footer .footer__contents-link-wrap--bottom .providers {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer__contents-link-wrap--bottom .providers {
    margin-top: 2rem;
  }
}

.footer .footer__contents-link-wrap--bottom .providers a {
  display: inline;
  text-decoration: underline;
}

.footer .footer__contents-link-wrap--bottom .providers .providers__list {
  list-style-type: none;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .footer .footer__contents-link-wrap--bottom .providers .providers__list {
    white-space: unset;
  }
}

.footer .footer__contents-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__contents-logo-wrap img {
  width: 100%;
}

.footer .footer__contents-logo-wrap-coleyo {
  width: 23%;
}

.footer .footer__contents-logo-wrap-cel {
  width: 33%;
}

.footer .footer__contents-logo-wrap-80 {
  width: 16%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  margin: 0;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue';
}

.body-loading {
  position: fixed;
}

@media screen and (max-width: 699px) {
  html {
    font-size: 50%;
  }
}
/*# sourceMappingURL=style.css.map */