* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  color: #303030;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding-block: 20px;
  text-align: center;
  background-color: #1565c0;
}
.footer__wrap {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    max-width: 100%;
  }
}
.footer__note {
  opacity: 0.5;
  font-size: 11px;
  display: block;
  margin-top: 6px;
}

.main {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f4f7fb;
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 60px;
  }
}
.main__wrap {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__wrap {
    max-width: 100%;
  }
}
.main__banner {
  z-index: 1;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-block: 30px 50px;
  background: linear-gradient(135deg, #1565c0 0%, #2196f3 55%, #42a5f5 100%);
  -webkit-box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.25);
}
.main__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(253, 216, 53, 0.25) 0%, transparent 60%), radial-gradient(ellipse at 10% 80%, rgba(229, 57, 53, 0.18) 0%, transparent 50%);
}
.main__wave {
  position: relative;
}
.main__wave::after {
  bottom: -60px;
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  min-width: 1440px;
  background: url("../assets/images/wave.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .main__wave::after {
    bottom: -30px;
    height: 30px;
    max-width: 760px;
  }
}
.main__banner-logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main__banner-logo {
    width: 100px;
  }
}
.main__banner-tags {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__banner-tag {
  font-size: 1.3rem;
  color: #1a2340;
  padding: 3px 20px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #fdd835;
}
@media screen and (max-width: 767px) {
  .main__banner-tag {
    font-size: 11px;
  }
}
.main__tiles {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.main__tile {
  opacity: 0.2;
  position: absolute;
  border-radius: 20px;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.main__tile--1 {
  top: -20px;
  left: -50px;
  width: 200px;
  height: 200px;
  rotate: 15deg;
  background-color: #2196f3;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .main__tile--1 {
    width: 160px;
    height: 160px;
  }
}
.main__tile--2 {
  top: 10px;
  right: 30px;
  width: 150px;
  height: 150px;
  rotate: -15deg;
  background-color: #e53935;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .main__tile--2 {
    width: 110px;
    height: 110px;
  }
}
.main__tile--3 {
  bottom: -30px;
  width: 120px;
  height: 120px;
  left: 18%;
  rotate: -15deg;
  background-color: #fdd835;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (max-width: 767px) {
  .main__tile--3 {
    width: 80px;
    height: 80px;
  }
}
.main__tile--4 {
  width: 100px;
  height: 100px;
  right: 20%;
  bottom: 30px;
  rotate: 15deg;
  background-color: #5cb800;
}
@media screen and (max-width: 767px) {
  .main__tile--4 {
    width: 60px;
    height: 60px;
  }
}
.main__title {
  text-align: center;
  font: 700 6rem "Fredoka", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 35px;
  }
}
.main__title--h2 {
  font-size: 4.5rem;
  color: #1565c0;
}
@media screen and (max-width: 767px) {
  .main__title--h2 {
    font-size: 35px;
  }
}
.main__title .yellow {
  color: #fdd835;
}
.main__steps {
  padding-block: 100px;
}
.main__subtitle {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
  color: #5a6a8a;
}
.main__list {
  margin-top: 60px;
  counter-reset: counter-step;
}
.main__item {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 50px 0 50px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  counter-increment: counter-step;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px rgba(33, 150, 243, 0.1);
          box-shadow: 0 6px 30px rgba(33, 150, 243, 0.1);
}
@media screen and (max-width: 900px) {
  .main__item {
    padding: 70px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main__item:not(:last-child) {
  margin-bottom: 50px;
}
.main__item::before {
  top: 0;
  left: 0;
  content: counter(counter-step);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 21px;
  position: absolute;
  background-color: #2196f3;
  font: 700 3rem "Fredoka", sans-serif;
}
@media screen and (max-width: 900px) {
  .main__item::before {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.main__item--2::before {
  background-color: #e53935;
}
.main__item--3::before {
  background-color: #fdd835;
}
.main__item--4::before {
  background-color: #5cb800;
}
.main__text {
  width: 100%;
  font-size: 2rem;
  line-height: 1.8em;
  color: #5a6a8a;
}
@media screen and (max-width: 767px) {
  .main__text {
    font-size: 16px;
  }
}
.main__image {
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  height: 400px;
}
@media screen and (max-width: 900px) {
  .main__image {
    min-width: unset;
    max-height: 350px;
  }
}
.main__label {
  margin-bottom: 20px;
  color: #1565c0;
  font: 700 3rem "Fredoka", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__label {
    font-size: 25px;
  }
}
.main__reminders {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main__reminders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__reminder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  padding: 30px;
  border-top: 5px solid #2196f3;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}
.main__reminder--red {
  border-color: #e53935;
}
.main__reminder--yellow {
  border-color: #fdd835;
}
.main__reminder-label {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.main__reminder-text {
  font-size: 1.6rem;
  line-height: 1.5em;
}

.overflow {
  overflow: hidden;
}

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

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

.bold {
  font-weight: 700;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
@-webkit-keyframes float-move {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-18px) translateX(10px);
            transform: translateY(-18px) translateX(10px);
  }
}
@keyframes float-move {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-18px) translateX(10px);
            transform: translateY(-18px) translateX(10px);
  }
}