@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@keyframes floating-y_s {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1%);
  }
}
@keyframes floating-y_l {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
}
.entry-intro {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media (max-width: 440px) {
  .entry-intro {
    padding-top: 56px;
    padding-bottom: 240px;
  }
}

.entry-intro_ttl--sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 440px) {
  .entry-intro_ttl--sub {
    font-size: 14px;
    font-weight: 400;
  }
}
.entry-intro_ttl--main {
  display: block;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
  font-size: 56px;
  width: fit-content;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 440px) {
  .entry-intro_ttl--main {
    font-size: 32px;
    line-height: 1.5;
  }
}

.entry-progress {
  margin-top: 80px;
  display: flex;
  column-gap: 24px;
}
@media (max-width: 440px) {
  .entry-progress {
    column-gap: 16px;
    margin-top: 64px;
  }
}
.entry-progress--item {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  background-color: #e7f3f9;
  color: #00A0E9;
  position: relative;
}
.entry-progress--item.current {
  background-color: #00a0e9;
  color: #fff;
}
.entry-progress--item:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: -16px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #e7f3f9;
}
.entry-progress--item.current:after {
  background-color: #00A0E9;
}
.entry-progress--item:last-child:after {
  display: none;
}
@media (max-width: 440px) {
  .entry-progress--item {
    padding-top: 12px;
    padding-bottom: 12px;
    column-gap: 8px;
    flex: 0 1 56px;
  }
  .entry-progress--item.current {
    flex-grow: 1;
  }
  .entry-progress--item:after {
    width: 12px;
    right: -12px;
  }
}
.entry-progress--item_number {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .entry-progress--item_number {
    font-size: 20px;
  }
}
.entry-progress--item_text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 440px) {
  .entry-progress--item_text {
    font-size: 14px;
    display: none;
  }
  .current .entry-progress--item_text {
    display: block;
  }
}

.entry-form {
  margin-top: 55px;
}
@media (max-width: 440px) {
  .entry-form {
    margin-top: 40px;
  }
}

.entry-complete {
  background-color: #f5f5f7;
  padding-top: 96px;
  padding-bottom: 120px;
  margin-top: 55px;
  border-radius: 20px;
}
@media (max-width: 440px) {
  .entry-complete {
    padding: 56px 16px 64px;
    margin-top: 40px;
  }
}
.entry-complete--ttl {
  color: #00A0E9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
}
@media (max-width: 440px) {
  .entry-complete--ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.entry-complete--desc {
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 440px) {
  .entry-complete--desc {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
}
.entry-complete--layout {
  margin-top: 40px;
}
.entry-complete--call {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.entry-complete--call_head {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6666666667;
  color: #00A0E9;
}
@media (max-width: 440px) {
  .entry-complete--call_head {
    font-size: 18px;
    line-height: 1.5;
  }
}
.entry-complete--call_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .entry-complete--call_number {
    font-size: 28px;
  }
}
.entry-complete--time {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .entry-complete--time {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.entry-complete--link {
  display: block;
  width: 360px;
  height: 72px;
  margin: 56px auto auto;
  background-color: #fff;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  border: 1px solid #00A0E9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  .entry-complete--link {
    margin-top: 48px;
    width: 279px;
    height: 54px;
  }
}
.entry-complete--link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .entry-complete--link:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=entry.css.map */
