html {
  font-size: 16px;
}

*,
body {
  font-family: "Noto Sans JP", system-ui;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  *,
body {
    line-height: 1.8;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
}
.c-section {
  padding-bottom: 60px !important;
  position: relative;
  background: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .c-section {
    padding-bottom: 90px !important;
  }
}
.line {
  width: 8px;
  height: 0;
  position: absolute;
  top: 0;
  background: url(../img/section-anim01.png) no-repeat top/cover;
  background-position: bottom;
  right: 10px;
  z-index: 10;
}

.line.line-box02 {
  width: 4px;
  background: url(../img/section-anim02.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.scroll-icon {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  opacity: 0;
}

.js-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.js-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-element.random-element {
  opacity: 1;
  transform: translateY(0);
}

.js-element.random-element .element {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.js-element.random-element.is-visible .element {
  opacity: 1;
  transform: translateY(0);
}

.ttl-element {
  position: relative;
  z-index: 100;
}

.c-ttl {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .c-ttl {
    margin-bottom: 60px;
  }
}
.c-ttl span:nth-child(1) {
  transition-delay: 0.375s;
}

.c-ttl span:nth-child(2) {
  transition-delay: 0.4s;
}

.c-ttl span:nth-child(3) {
  transition-delay: 0.425s;
}

.c-ttl span:nth-child(4) {
  transition-delay: 0.45s;
}

.c-ttl span:nth-child(5) {
  transition-delay: 0.475s;
}

.c-ttl span:nth-child(6) {
  transition-delay: 0.5s;
}

.c-ttl span:nth-child(7) {
  transition-delay: 0.525s;
}

.c-ttl span:nth-child(8) {
  transition-delay: 0.55s;
}

.c-ttl span:nth-child(9) {
  transition-delay: 0.575s;
}

.c-ttl span:nth-child(10) {
  transition-delay: 0.6s;
}

.c-ttl span:nth-child(11) {
  transition-delay: 0.625s;
}

.c-ttl span:nth-child(12) {
  transition-delay: 0.65s;
}

.c-ttl span:nth-child(13) {
  transition-delay: 0.675s;
}

.c-ttl span:nth-child(14) {
  transition-delay: 0.7s;
}

.c-ttl span:nth-child(15) {
  transition-delay: 0.725s;
}

.c-ttl span:nth-child(16) {
  transition-delay: 0.75s;
}

.c-ttl span:nth-child(17) {
  transition-delay: 0.775s;
}

.c-ttl span:nth-child(18) {
  transition-delay: 0.8s;
}

.c-ttl span:nth-child(19) {
  transition-delay: 0.825s;
}

.c-ttl span:nth-child(20) {
  transition-delay: 0.85s;
}

.c-ttl .bg-wrap {
  -webkit-clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
  clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
}

.c-ttl span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: block;
  transform: translate(0, 110%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

@media screen and (min-width: 1024px) {
  .c-ttl span {
    font-size: 16px;
  }
}
.js-interlocking.is-visible .js-bg.c-ttl .bg-wrap {
  margin: 0 auto 40px;
  width: 260px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .js-interlocking.is-visible .js-bg.c-ttl .bg-wrap {
    width: 335px;
    margin: 0 auto 60px;
  }
}
.js-interlocking.is-visible .js-bg.c-ttl .bg-wrap::before {
  background: #000;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: bg 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: bg 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js-interlocking.is-visible .js-bg.c-ttl .bg-wrap span {
  transform: translate(0, 0);
}

.js-interlocking.is-visible .js-bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  width: 300px;
  text-align: center;
}

.js-interlocking.is-visible .js-bg .bg-wrap::before {
  -webkit-animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #d178a6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  opacity: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.js-interlocking.is-visible .js-bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}

.js-interlocking.is-visible .js-zoomin {
  -webkit-animation: zoomInAnime 0.5s forwards;
  animation: zoomInAnime 0.5s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.js-interlocking.is-visible .js-fadeinup {
  opacity: 0;
  -webkit-animation: fadeInUp 0.6s ease-out forwards;
  animation: fadeInUp 0.6s ease-out forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.js-interlocking.is-visible .bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  position: relative;
  overflow: hidden;
  opacity: 0;
  text-align: center;
}

.js-interlocking.is-visible .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6690d3;
}

.js-interlocking.is-visible .bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  color: #6690d3;
  text-align: center;
  font-size: 18px;
}

.js-interlocking.is-visible .bgappear b {
  font-weight: bold;
  font-size: 24px;
  color: #6690d3;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.btn-sticky {
  opacity: 0;
  transition: opacity 0.4s;
  width: 160px;
  height: 45px;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .btn-sticky {
    width: 170px;
    height: 170px;
    right: 20px;
    bottom: 20px;
  }
}
.btn-sticky.is-show {
  opacity: 1;
  z-index: 100;
}

header {
  height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 999;
  top: 0;
  left: 0;
}

header.remove-fixed {
  position: absolute;
}

@media screen and (min-width: 1024px) {
  header {
    border-bottom: 1px solid #000;
    height: 80px;
    padding: 0 36px;
    background: #fff;
  }
}
header h1 {
  width: 166px;
}

@media screen and (min-width: 1024px) {
  header h1 {
    width: 260px;
  }
}
header .btn-entry {
  display: none;
}

@media screen and (min-width: 1024px) {
  header .btn-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 260px;
    background: #dd3c63;
    text-align: center;
    font-size: larger;
    color: #fff;
  }
}
main {
  overflow: hidden;
}

.p-mv {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 70px 0 100px;
}

@media screen and (min-width: 1024px) {
  .p-mv {
    margin: 0px 0 100px !important;
  }
}
.p-mv .inner {
  position: relative;
  overflow: hidden;
  height: 147.5vw;
}

@media screen and (min-width: 767px) {
  .p-mv .inner {
    height: 112vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .inner {
    height: 100vh;
  }
}
.p-mv h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 75vw;
  left: 5vw;
  z-index: 10;
  width: auto;
}

@media screen and (min-width: 767px) {
  .p-mv h2 {
    font-size: 40px;
    top: 62vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv h2 {
    font-size: 3vw;
    top: 33vh;
    left: 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-mv h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .wrapper-pc {
    width: 87vh;
    height: 75vh;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 7vh;
  }
}
@media screen and (min-width: 1025px) {
  .p-mv .wrapper-pc {
    right: 100px;
  }
}
.p-mv .mv-bg {
  width: 100%;
  height: 147.5vw;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg-mv-sp.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: moveBackground 8s linear infinite;
  animation: moveBackground 8s linear infinite;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-bg {
    height: 112vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-bg {
    width: 87vh;
    height: 75vh;
    overflow: hidden;
    background-image: url(../img/bg-mv.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 0;
    margin-left: auto;
  }
}
.p-mv .mv-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/mv-mask-sp.png) no-repeat center top/cover;
  width: 100%;
  height: 147.5vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-mask {
    background: url(../img/mv-mask-tab.png) no-repeat center top/cover;
    height: 112vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-mask {
    width: 87vh;
    height: 75vh;
    background: url(../img/mv-mask.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons {
    width: 87vh;
    height: 75vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.p-mv .mv-student__icons .mv-student__icon {
  position: absolute;
  top: 0;
  left: -3vw;
  z-index: 9;
}

@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon {
    left: 0;
  }
}
.p-mv .mv-student__icons .mv-student__icon.is-show .mv-student__icon__face {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 0.4s;
}

.p-mv .mv-student__icons .mv-student__icon__outline img {
  height: 25.9vw;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon__outline img {
    height: 23vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon__outline img {
    height: 22.5vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon__face {
  position: absolute;
  top: 10vw;
  left: 8vw;
  opacity: 0;
  transform: translate(0px, -20px);
  transition: all 0.4s;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon__face {
    top: 8.5vw;
    left: 7vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon__face {
    top: 8.5vh;
    left: 7vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon__face img {
  height: 8vw;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon__face img {
    height: 7vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(2) {
  left: 28vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(2) {
    left: 26vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(2) {
    left: 29vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(2) .mv-student__icon__face {
  transition-delay: 0.2s;
}

.p-mv .mv-student__icons .mv-student__icon:nth-child(3) {
  left: 61vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(3) {
    left: 54vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(3) {
    left: initial;
    right: 0;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(3) .mv-student__icon__face {
  left: 7vw;
  top: 10.5vw;
  transition-delay: 0.4s;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(3) .mv-student__icon__face {
    left: 6vw;
    top: 9.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(3) .mv-student__icon__face {
    left: 6vh;
    top: 9vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(3) .mv-student__icon__face img {
  height: 7vw;
}

@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(3) .mv-student__icon__face img {
    height: 6vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(4) {
  top: 30.8vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(4) {
    top: 27vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(4) {
    top: 26vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(4) .mv-student__icon__outline img {
  height: 25.3vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(4) .mv-student__icon__outline img {
    height: 23vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(4) .mv-student__icon__outline img {
    height: 22.5vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(5) {
  top: 30vw;
  left: 28vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(5) {
    top: 26.5vw;
    left: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(5) {
    top: 26vh;
    left: 29vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(5) .mv-student__icon__face {
  left: 8vw;
  top: 10.6vw;
  transition-delay: 0.2s;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(5) .mv-student__icon__face {
    left: 7vw;
    top: 9.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(5) .mv-student__icon__face {
    top: 9.5vh;
    left: 7vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(5) .mv-student__icon__face img {
  height: 6vw;
}

@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(5) .mv-student__icon__face img {
    height: 5.2vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(6) {
  top: inherit;
  left: inherit;
  right: 7vw;
  bottom: 30.5vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) {
    right: 17vw;
    bottom: 27vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) {
    right: 0;
    bottom: initial;
    top: 26vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face {
  left: 7.2vw;
  top: 10.6vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face {
    left: 6.2vw;
    top: 9.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face {
    left: 6.5vh;
    top: 9.5vh;
    transition-delay: 0.4s;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face img {
  height: 7.5vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face img {
    height: 7vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(6) .mv-student__icon__face img {
    height: 5.5vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(7) {
  top: inherit;
  bottom: 0vw;
}

@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(7) {
    top: initial;
    bottom: 3px;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__outline img {
  height: 25.3vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__outline img {
    height: 22.3vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__outline img {
    height: 22.5vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__face {
  left: 9vw;
  top: 9.6vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__face {
    left: 7.5vw;
    top: 7.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(7) .mv-student__icon__face {
    left: 7.5vh;
    top: 8vh;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(8) {
  top: inherit;
  bottom: 0vw;
  left: 28vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(8) {
    left: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(8) {
    top: initial;
    left: 28vh;
    bottom: 3px;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(8) .mv-student__icon__face {
  transition-delay: 0.2s;
}

.p-mv .mv-student__icons .mv-student__icon:nth-child(9) {
  top: inherit;
  bottom: 0vw;
  left: 61vw;
}

@media screen and (min-width: 767px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(9) {
    left: 54vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .mv-student__icons .mv-student__icon:nth-child(9) {
    top: initial;
    left: initial;
    right: 0;
    bottom: 3px;
  }
}
.p-mv .mv-student__icons .mv-student__icon:nth-child(9) .mv-student__icon__face {
  transition-delay: 0.4s;
}

.p-mv .skip {
  padding: 0 40px;
  width: 100%;
  font-family: "Jost", sans-serif;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .p-mv .skip {
    padding: 12px 132px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv .skip {
    position: absolute;
    right: 90px;
    bottom: 13vh;
    padding: 0 40px;
  }
}
.p-mv .skip a {
  display: block;
  color: gray;
  width: 55px;
  margin-left: auto;
}

.p-mv .progress-container {
  position: absolute;
  right: 13px;
  top: -70px;
  width: 2px;
  height: calc(100% + 162px);
  background-color: rgba(0, 0, 0, 0);
  z-index: 40;
}

@media screen and (min-width: 1024px) {
  .p-mv .progress-container {
    right: 36px;
  }
}
.p-mv .progress-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background-color: #000;
  height: 0;
  transform: translateX(-50%) !important;
}

.p-mv .progress-ball {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
}

.p-mv .progress-ball.scroll-translate {
  transform: translateX(-50%) !important;
}

.p-mv .scroll-prompt {
  -webkit-animation: bounce 1s infinite alternate;
  animation: bounce 1s infinite alternate;
}

.c-progress-section {
  position: absolute;
  right: 2px;
  top: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  opacity: 1;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .c-progress-section {
    right: 25px;
  }
}
.c-progress-section__01 {
  width: 14px;
  right: 4px;
}

@media screen and (min-width: 1024px) {
  .c-progress-section__01 {
    right: 28px;
  }
}
.c-progress-section__02 {
  width: 17px;
}

.c-progress-section__03 {
  width: 12px;
  right: 6px;
}

@media screen and (min-width: 1024px) {
  .c-progress-section__03 {
    right: 30px;
  }
}
.c-progress-section__04 {
  width: 20px;
}

.c-progress-section__05 {
  width: 15px;
  right: 4px;
}

@media screen and (min-width: 1024px) {
  .c-progress-section__05 {
    right: 28px;
  }
}
.c-progress-section__06 {
  width: 25px;
}

@media screen and (min-width: 1024px) {
  .c-progress-section__06 {
    right: 23px;
  }
}
.c-progress-section-line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  transform: translateX(-50%) !important;
}

.c-progress-section-line__01 {
  width: 8px;
  background: url(../img/section-anim01.png) no-repeat center top/cover;
}

.c-progress-section-line__02 {
  background: url(../img/section-anim02.png) no-repeat center top/cover;
  width: 4px;
}

.c-progress-section-line__03 {
  background: url(../img/section-anim03.png) no-repeat center top/cover;
  width: 5px;
}

.c-progress-section-line__04 {
  background: url(../img/section-anim04.png) no-repeat center top/cover;
  width: 16px;
}

.c-progress-section-line__05 {
  background: url(../img/section-anim05.png) no-repeat center top/cover;
  width: 15px;
}

.c-progress-section-line__06 {
  background: url(../img/section-anim06.png) no-repeat center bottom/cover;
  width: 8px;
}

.c-progress-section-img {
  width: 12px;
  height: 46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 1;
  overflow: hidden;
}

.c-progress-section-img__01 {
  background: url(../img/section-anim01-img.png) no-repeat center top/cover;
}

.c-progress-section-img__02 {
  background: url(../img/section-anim02-img.png) no-repeat center top/cover;
  width: 17px;
  height: 41px;
}

.c-progress-section-img__03 {
  background: url(../img/section-anim03-img.png) no-repeat center top/cover;
  width: 12px;
  height: 41px;
}

.c-progress-section-img__04 {
  background: url(../img/section-anim04-img.png) no-repeat center top/cover;
  width: 20px;
  height: 43px;
}

.c-progress-section-img__05 {
  background: url(../img/section-anim05-img.png) no-repeat center top/cover;
  width: 10px;
  height: 41px;
}

.c-progress-section-img__06 {
  background: url(../img/section-anim06-img.png) no-repeat center top/cover;
  width: 25px;
  height: 40px;
}

.p-about {
  position: relative;
  overflow: hidden;
}

.p-about .about-txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .p-about .about-txt {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.p-about .about-txt__content h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
  .p-about .about-txt__content h3 {
    text-align: left;
    font-size: 29px;
  }
}
.p-about .about-txt__content p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
  .p-about .about-txt__content p {
    text-align: left;
    font-size: 18px;
  }
}
.p-about .about-txt__content h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
  .p-about .about-txt__content h4 {
    text-align: left;
    font-size: 22px;
  }
}
.p-about .about-txt figure {
  width: 315px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-about .about-txt figure {
    margin: 0 60px 0 0;
    width: 454px;
  }
}
.p-about .about-worries {
  position: relative;
  height: 482px;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries {
    height: 320px;
  }
}
.p-about .about-worries h3 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 8%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries h3 {
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 6.5%;
  }
}
.p-about .about-worries h3 strong {
  font-size: 24px;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries h3 strong {
    font-size: 36px;
    line-height: 1.65;
  }
}
.p-about .about-worries h3 strong.gray {
  color: #828282;
}

.p-about .about-worries h3 strong.pink {
  color: #d178a6;
  position: relative;
}

.p-about .about-worries h3 strong.pink span {
  position: relative;
  color: #d178a6;
}

.p-about .about-worries h3 strong.pink span::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #d178a6;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
}

.p-about .about-worries::before {
  content: "";
  display: block;
  width: 100%;
  height: 381px;
  background: url(../img/bg-about-worries.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries::before {
    background: url(../img/bg-about-worries-pc.png) no-repeat center top/cover;
    height: 280px;
  }
}
@media screen and (min-width: 767px) {
  .p-about .about-worries .block {
    width: 430px;
    height: 347px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .about-worries .block {
    width: 985px;
    margin: 0 auto;
    position: relative;
    height: 320px;
  }
}
.p-about .about-worries__img {
  position: absolute;
  width: 240px;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img {
    width: 345px;
  }
}
.p-about .about-worries__img:first-of-type {
  left: 0%;
  top: 12.9%;
  transition-delay: 0.12s;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img:first-of-type {
    top: 10%;
    left: 10%;
  }
}
.p-about .about-worries__img:nth-of-type(2) {
  width: 171px;
  top: 35.8%;
  left: 0;
  transition-delay: 1.3s;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img:nth-of-type(2) {
    width: 300px;
    top: 50%;
    left: 3%;
  }
}
.p-about .about-worries__img:nth-of-type(3) {
  width: 200px;
  top: 0;
  right: 0;
  transition-delay: 1s;
  z-index: 11;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img:nth-of-type(3) {
    width: 350px;
    right: 15%;
  }
}
.p-about .about-worries__img:nth-of-type(4) {
  width: 313px;
  top: 62.4%;
  right: 3.3%;
  transition-delay: 0.4s;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img:nth-of-type(4) {
    transition-delay: 0.3s;
    width: 350px;
    top: 40%;
  }
}
.p-about .about-worries__img:nth-of-type(5) {
  width: 169px;
  top: 31%;
  right: 3%;
  transition-delay: 0.6s;
}

@media screen and (min-width: 1024px) {
  .p-about .about-worries__img:nth-of-type(5) {
    width: 214px;
    right: 42%;
    top: 40%;
  }
}
.p-feature {
  padding: 0 20px;
  position: relative;
  z-index: 11;
  background: #fff;
}

.p-feature .feature-contents {
  position: relative;
  z-index: 30;
}

@media screen and (min-width: 1024px) {
  .p-feature .feature-contents {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-feature .feature-contents .feature-content {
  height: 345px;
  width: 333px;
  background: url(../img/feature-waku01.png) no-repeat center top/cover #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 32px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .p-feature .feature-contents .feature-content {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature .feature-contents .feature-content:nth-child(2) {
    margin: 0 3%;
  }
}
.p-feature .feature-contents .feature-content:not(.p-feature .feature-contents .feature-content:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .p-feature .feature-contents .feature-content:not(.p-feature .feature-contents .feature-content:last-child) {
    margin-bottom: 0;
  }
}
.p-feature .feature-contents .feature-content:nth-child(2) {
  background: url(../img/feature-waku02.png) no-repeat center top/cover #fff;
}

.p-feature .feature-contents .feature-content:nth-child(2) .feature-content__img img {
  height: 121px;
}

.p-feature .feature-contents .feature-content:nth-child(2) .js-bg .bg-wrap::before {
  background: #db9f50;
}

.p-feature .feature-contents .feature-content:nth-child(3) {
  background: url(../img/feature-waku03.png) no-repeat center top/cover #fff;
}

.p-feature .feature-contents .feature-content:nth-child(3) .feature-content__img img {
  height: 100px;
}

.p-feature .feature-contents .feature-content:nth-child(3) .js-bg .bg-wrap::before {
  background: #49b29e;
}

.p-feature .feature-contents .feature-content__img {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .p-feature .feature-contents .feature-content__img {
    margin-bottom: 20px;
  }
}
.p-feature .feature-contents .feature-content__img img {
  height: 98px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-feature .feature-contents .feature-content__img img {
    height: 110px !important;
  }
}
.p-feature .feature-contents .feature-content h3 {
  margin-bottom: 20px;
  letter-spacing: normal;
}

.p-feature .feature-contents .feature-content p {
  text-align: center;
}

.p-flow {
  z-index: 13;
}

.p-flow h3 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .p-flow h3 {
    font-size: 27px;
  }
}
.p-flow h3 span {
  color: #6690d3;
}

.p-flow h4 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .p-flow h4 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow h4 small {
    display: inline-block !important;
    font-size: 22px;
  }
}
.p-flow h4 span {
  color: #6690d3;
}

.p-flow p {
  text-align: center;
}

.p-flow .flow-container {
  position: relative;
  padding: 0 25px;
}

@media screen and (min-width: 1024px) {
  .p-flow .flow-container {
    margin: 0 auto;
    max-width: 870px;
  }
}
.p-flow .flow-container::before {
  top: 34px;
  content: "";
  display: block;
  width: 78%;
  height: 120px;
  background: url(../img/bg-flow.png) no-repeat center top/cover;
  position: absolute;
  z-index: -1;
  left: 25px;
}

@media screen and (min-width: 767px) {
  .p-flow .flow-container::before {
    display: none;
  }
}
.p-flow .flow-wrapper {
  display: flex !important;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.p-flow .flow-wrapper.for-sp {
  display: flex !important;
}

@media screen and (min-width: 767px) {
  .p-flow .flow-wrapper.for-sp {
    display: none !important;
  }
}
.p-flow .flow-wrapper .flow-img {
  margin-right: 4px;
}

.p-flow .flow-wrapper .flow-img:last-child {
  margin-right: 0;
}

.p-flow .flow-wrapper .flow-img:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@media screen and (min-width: 767px) {
  .p-flow .flow-wrapper .flow-img:first-child {
    width: 200px;
    flex-shrink: 0;
  }
}
.p-flow .flow-wrapper .flow-img:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media screen and (min-width: 767px) {
  .p-flow .flow-wrapper .flow-img:nth-child(2) {
    width: 200px;
    flex-shrink: 0;
  }
}
.p-flow .flow-wrapper .flow-img:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.p-flow .flow-wrapper .flow-img:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.p-flow .flow-wrapper .flow-img:nth-child(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.p-possible {
  z-index: 14;
}

.p-possible::before {
  content: "";
  display: block;
  width: 240px;
  height: 640px;
  background: #dde8f9;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .p-possible::before {
    width: 100%;
    height: 227px;
    top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-possible .possible-contents {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-possible .possible-contents .possible-content {
  margin: 0 auto;
  height: 235px;
  width: 284px;
  border: 2px solid #9ab6e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .p-possible .possible-contents .possible-content {
    margin: 0;
  }
}
.p-possible .possible-contents .possible-content:not(.p-possible .possible-contents .possible-content:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .p-possible .possible-contents .possible-content:not(.p-possible .possible-contents .possible-content:last-child) {
    margin-bottom: 0;
  }
}
.p-possible .possible-contents .possible-content:nth-child(2) .possible-content__img {
  width: 77px;
}

.p-possible .possible-contents .possible-content:nth-child(2) .possible-content__img img {
  width: 77px;
  height: 72px;
}

@media screen and (min-width: 1024px) {
  .p-possible .possible-contents .possible-content:nth-child(2) {
    margin: 0 60px;
  }
}
.p-possible .possible-contents .possible-content:nth-child(3) .possible-content__img {
  width: 84px;
}

.p-possible .possible-contents .possible-content:nth-child(3) .possible-content__img img {
  width: 84px;
  height: 70px;
}

.p-possible .possible-contents .possible-content .possible-content__img {
  margin-bottom: 36px;
  position: relative;
  width: 80px;
}

.p-possible .possible-contents .possible-content .possible-content__img span {
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  background: #6690d3;
  position: relative;
  z-index: 1;
}

.p-possible .possible-contents .possible-content .possible-content__img img {
  width: 80px;
  height: 78px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 2;
}

.p-possible .possible-contents .possible-content p {
  text-align: center;
}

.p-possible .possible-contents .possible-content p strong {
  color: #6690d3;
}

.p-possible .possible-contents .possible-content p span {
  color: #6690d3;
}

.slider-contents {
  margin-top: 60px;
  position: relative;
  z-index: 30;
}

@media screen and (min-width: 1024px) {
  .slider-contents {
    margin-top: 230px;
  }
}
.slider-contents .slide01 {
  margin-bottom: 20px;
}

.slider-contents .slide01 .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 147%;
}

.slider-contents .slide01 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-contents .bbs {
  align-items: center;
  color: #fff;
  display: flex;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}

.slider-contents .bbs ul {
  -webkit-animation: flowing 20s linear infinite;
  animation: flowing 20s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .slider-contents .bbs ul {
    font-size: 26px;
  }
}
.slider-contents .bbs ul li {
  display: inline-block;
  color: #727272;
  border: none !important;
}

.embed_youtube {
  margin-top: 35px;
  text-align: center;
}

@-webkit-keyframes flowing {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowing {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slider-contents .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.p-student-voice {
  padding: 0;
  z-index: 15;
}

.p-student-voice .voice-container {
  padding: 0 20px;
  position: relative;
  margin-bottom: 60px;
  z-index: 30;
}

@media screen and (min-width: 767px) {
  .p-student-voice .voice-container {
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-student-voice .voice-container {
    padding: 0;
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.p-student-voice .voice-container .swiper-slide {
  border: 1px solid #231f1f;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .p-student-voice .voice-container .swiper-slide {
    padding: 60px 9vw;
    background: #fff;
  }
}
.p-student-voice .voice-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.p-student-voice .voice-container .swiper-slide h3 {
  margin: -30px 0 10px;
  padding: 14px 28px;
  border: 2px solid #000;
  font-size: 18px;
  background: #fff;
}

.p-student-voice .voice-container .swiper-slide p {
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .p-student-voice .voice-container .swiper-button-next {
    right: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .p-student-voice .voice-container .swiper-button-prev {
    left: 16%;
    right: inherit;
  }
}
.p-college-voice .swiper-container {
  padding: 0 20px;
  position: relative;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 767px) {
  .p-college-voice .swiper-container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-college-voice .swiper-container {
    max-width: 800px;
    margin: 0px auto;
  }
}
.p-college-voice .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-college-voice .swiper-slide h3 {
  margin: 20px 0 40px;
  background: #fff;
  font-size: 18px;
  position: relative;
}

.p-college-voice .swiper-slide h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #231f1f;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
}

.p-college-voice .swiper-slide p {
  text-align: center;
  padding: 10px 20px;
}

.p-college-voice .swiper-button-prev,
.p-college-voice .swiper-button-next {
  top: 90px;
}

@media screen and (min-width: 1024px) {
  .p-college-voice .swiper-button-prev,
.p-college-voice .swiper-button-next {
    top: 210px;
  }
}
.p-college-voice .link {
  text-align: center;
  margin-top: 10px;
}

.p-college-voice .link a {
  color: #4478c9;
  text-decoration: underline;
}

.p-thoughts h2 {
  margin-bottom: 0;
}

.p-thoughts .thougth-wrapper {
  padding: 50px 3px;
  background: #edf2f7;
  margin: -54px calc(50% - 50vw) 30px;
}

@media screen and (min-width: 1024px) {
  .p-thoughts .thougth-wrapper {
    padding: 100px 0;
    margin: -75px calc(50% - 50vw) 100px;
  }
}
.p-thoughts .thougth-wrapper p {
  text-align: center;
  letter-spacing: normal;
}

@media screen and (min-width: 1024px) {
  .p-thoughts .thougth-wrapper p {
    letter-spacing: 0.05em;
  }
}
.p-thoughts .thougth-wrapper p:not(.p-thoughts .thougth-wrapper p:last-of-type) {
  margin-bottom: 1em;
}

.p-next {
  padding: 0 20px;
  z-index: 15;
}

.p-next p {
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {
  .p-next p {
    letter-spacing: 0.05em;
  }
}
.p-next .next-wrapper {
  width: 237px;
  height: 290px;
  position: relative;
  margin: 40px auto;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper {
    width: 800px;
    height: 340px;
  }
}
.p-next .next-wrapper .next-content {
  position: absolute;
  width: 95px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.8s;
  transition-delay: 1s;
  opacity: 0;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content {
    width: 177px;
    transition: all 1.2s;
    transition-delay: 1s;
  }
}
.p-next .next-wrapper .next-content .icon {
  position: absolute;
  width: 40px;
  left: 36%;
  top: -10px;
  display: block;
  transition: all 0.8s;
  transition-delay: 1.3s;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content .icon {
    width: 60px;
    left: 40%;
    top: -25px;
    transition: all 1.2s;
    transition-delay: 1.4s;
  }
}
.p-next .next-wrapper .next-content::before {
  opacity: 0;
}

.p-next .next-wrapper .next-content.next-center {
  opacity: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 173px;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content.next-center {
    width: 335px;
  }
}
.p-next .next-wrapper .next-content.next-cart .icon {
  width: 68px;
  left: 10%;
  top: 2px;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content.next-cart .icon {
    width: 110px;
    top: -10px;
    left: 10%;
  }
}
.p-next .next-wrapper .next-content.next-college .icon {
  width: 54px;
  left: 25%;
  top: -10px;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content.next-college .icon {
    width: 90px;
    left: 30%;
    top: -10px;
  }
}
.p-next .next-wrapper .next-content.next-plan .icon {
  width: 70px;
  left: 13%;
  top: -10px;
}

@media screen and (min-width: 1024px) {
  .p-next .next-wrapper .next-content.next-plan .icon {
    width: 115px;
    left: 5%;
    top: 0px;
  }
}
.p-next .js-element.is-visible.js-scatter {
  position: relative;
}

.p-next .js-element.is-visible.js-scatter .next-content {
  position: absolute;
  width: 95px;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content {
    width: 177px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content .icon {
  left: 28%;
  top: -25px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content .icon {
    left: 30%;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #231f1f;
  position: absolute;
  -webkit-animation: show 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: show 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content::before {
    height: 50px;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-center {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 173px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-center {
    width: 335px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-center::before {
  display: none;
}

.p-next .js-element.is-visible.js-scatter .next-content.next-student {
  transform: translate(0, 0);
  top: 15px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-student {
    top: 10px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-student::before {
  bottom: -28px;
  left: 50px;
  transform: rotate(-15deg);
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-student::before {
    bottom: -16px;
    left: 205px;
    transform: rotate(-50deg);
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-cart {
  top: 15px;
  right: 0;
  transform: translate(0, 0);
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-cart {
    right: inherit;
    left: 620px;
    top: 10px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-cart .icon {
  left: 15%;
  top: -20px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-cart .icon {
    left: 20%;
    top: -24px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-cart::before {
  bottom: -28px;
  left: 50px;
  transform: rotate(15deg);
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-cart::before {
    bottom: -28px;
    left: -25px;
    transform: rotate(50deg);
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-college {
  left: 0;
  transform: translate(0, 0);
  top: 230px;
}

.p-next .js-element.is-visible.js-scatter .next-content.next-college .icon {
  left: 21%;
  top: 0px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-college .icon {
    left: 24%;
    top: 0;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-college::before {
  top: -32px;
  left: 50px;
  transform: rotate(15deg);
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-college::before {
    top: -8px;
    left: 205px;
    transform: rotate(50deg);
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-plan {
  right: 0;
  transform: translate(0, 0);
  top: 230px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-plan {
    left: 620px;
    right: inherit;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-plan .icon {
  left: 16%;
  top: 0px;
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-plan .icon {
    top: 13px;
  }
}
.p-next .js-element.is-visible.js-scatter .next-content.next-plan::before {
  top: -32px;
  left: 50px;
  transform: rotate(-15deg);
}

@media screen and (min-width: 1024px) {
  .p-next .js-element.is-visible.js-scatter .next-content.next-plan::before {
    top: -20px;
    left: -30px;
    transform: rotate(-50deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  background: url(../img/icon-arrow.png) no-repeat center top/cover;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  transform: scale(-1, 1);
}

footer {
  padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  footer {
    padding-bottom: 0;
  }
}
footer .btn-entry {
  text-align: center;
  display: block;
  height: 70px;
  width: 90%;
  margin: 0 auto;
  background: #dd3c63;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  footer .btn-entry {
    width: 450px;
    margin: 0 auto 36px;
    height: 90px;
    font-size: 22px;
  }
}
footer .btn-entry::after {
  content: "";
  display: block;
  width: 44px;
  height: 6px;
  background: url(../img/arrow-white.png) no-repeat center top/cover;
  margin-left: 10px;
}

footer nav ul {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #000;
}

@media screen and (min-width: 1024px) {
  footer nav ul {
    display: flex;
    justify-content: center;
  }
}
footer nav ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  footer nav ul li {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer nav ul li:nth-child(2) {
    margin: 0 30px;
  }
}
footer .copy {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  footer .copy {
    padding: 20px 0;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, 150px);
  }
}
@keyframes bounce {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, 150px);
  }
}
@keyframes moveBackground {
  0% {
    transform: scale(2);
  }
  95% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveBackground {
  0% {
    transform: scale(2);
  }
  95% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*# sourceMappingURL=style.css.map */