@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.color-primary {
  color: #001759;
}

.color-secondary {
  color: #0060CD;
}

body {
  background-color: #FFB000;
}

a {
  color: unset;
}

.pointer {
  cursor: pointer;
}

.wrapper {
  font-family: "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, sans-serif;
  padding-top: 65px;
}
.wrapper .go_fillform {
  transition: translate 0.2s ease;
}
.wrapper .go_fillform:hover {
  translate: 0 -5px;
}
.wrapper .hero .hero-title {
  top: 18%;
  left: 13%;
  width: 52%;
  animation: zoom 2s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .hero-title {
    width: 89%;
    left: 5%;
    top: 3%;
  }
}
.wrapper .hero .highlight {
  cursor: pointer;
  top: 35%;
  width: 8.7vw;
  height: 8.5vw;
  background-color: white;
  border-radius: 50%;
  font-size: 1.1vw;
  text-align: center;
  align-content: center;
  border: 0.1vw solid #001759;
  outline: 0.3vw solid white;
  box-shadow: 0 0.2vw 0.5vw 0.2vw rgba(4, 12, 58, 0.5);
  line-height: 1.3;
}
.wrapper .hero .highlight.level {
  left: 13%;
}
.wrapper .hero .highlight.learning {
  left: 24%;
}
.wrapper .hero .highlight.human {
  left: 35%;
}
.wrapper .hero .highlight.digital {
  left: 46%;
}
.wrapper .hero .highlight.discount {
  left: 57%;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .highlight {
    width: 26vw;
    height: 26vw;
    font-size: 3.5vw;
  }
  .wrapper .hero .highlight.level {
    top: 18%;
    left: 8%;
  }
  .wrapper .hero .highlight.learning {
    top: 18%;
    left: 37%;
  }
  .wrapper .hero .highlight.human {
    top: 18%;
    left: 66%;
  }
  .wrapper .hero .highlight.digital {
    top: 28%;
    left: 8%;
  }
  .wrapper .hero .highlight.discount {
    top: 28%;
    left: 37%;
  }
}
.wrapper .hero .qualification-con {
  left: 10%;
  width: 80vw;
  top: 75%;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .qualification-con {
    top: 62%;
    width: 90%;
    left: 5%;
  }
}
.wrapper .hero .qualification-con .text-con {
  display: flex;
  flex-direction: row;
  padding: 0 5% 1% 5%;
}
.wrapper .hero .qualification-con .text-con .title {
  font-size: 1.5vw;
  width: 12vw;
}
.wrapper .hero .qualification-con .text-con .detail {
  font-size: 1.08vw;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .qualification-con .text-con {
    flex-direction: column;
    padding: 0 0% 5% 0%;
    line-height: 1.6;
  }
  .wrapper .hero .qualification-con .text-con .title {
    font-size: 5.5vw;
    width: 100%;
    text-align: center;
  }
  .wrapper .hero .qualification-con .text-con .detail {
    font-size: 4vw;
    width: 100%;
  }
}
.wrapper .hero .qualification-con .qualification {
  padding: 1% 5% 1% 5%;
  font-size: 1.4vw;
  color: white;
  background: linear-gradient(90deg, #083EAD, #018BDC, #00C3D0);
  border-radius: 50vw;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .qualification-con .qualification {
    padding: 1% 3% 1% 3%;
    border-radius: 3vw;
    font-size: 4.5vw;
  }
}
.wrapper .hero .qualification-con .qualification .points-flex {
  display: flex;
  align-items: center;
}
.wrapper .hero .qualification-con .qualification .points-flex.points-age {
  justify-content: start;
}
.wrapper .hero .qualification-con .qualification .points-flex.points-deadline {
  justify-content: end;
}
.wrapper .hero .qualification-con .qualification .points-flex .points-w {
  width: 29%;
}
.wrapper .hero .qualification-con .qualification .points-flex .bi {
  margin-right: 3%;
  width: 3vw;
  height: 3vw;
  background-color: #FFFF00;
  color: #083EAD;
  border-radius: 50%;
  margin-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .hero .qualification-con .qualification .points-flex .bi.bi-person-fill {
  font-size: 1.9vw;
}
.wrapper .hero .qualification-con .qualification .points-flex .bi.bi-calendar-check-fill {
  font-size: 1.5vw;
}
@media screen and (max-width: 992px) {
  .wrapper .hero .qualification-con .qualification .points-flex {
    flex-direction: column;
    padding: 5% 0 5% 0;
  }
  .wrapper .hero .qualification-con .qualification .points-flex .points-w {
    width: 100%;
  }
  .wrapper .hero .qualification-con .qualification .points-flex .bi {
    width: 10vw;
    height: 10vw;
    margin-bottom: 2%;
  }
  .wrapper .hero .qualification-con .qualification .points-flex .bi.bi-person-fill {
    font-size: 7vw;
  }
  .wrapper .hero .qualification-con .qualification .points-flex .bi.bi-calendar-check-fill {
    font-size: 5.5vw;
  }
}
.wrapper .form {
  background-color: white;
}
.wrapper .form .form-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.wrapper .form .form-container .form-pd {
  padding: 0 3rem 0 3rem;
}
@media screen and (max-width: 992px) {
  .wrapper .form .form-container .form-pd {
    padding: 0 2rem 0 2rem;
  }
}
.wrapper .form .form-container .input-style {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  color: #8F8F8F;
  background-color: #EAF4FF;
  border: 1px solid #679BCD;
  border-radius: 8px;
  margin-bottom: 16px;
}
.wrapper .form .form-container .checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  flex: 0 0 18px;
  background-color: #D9D9D9;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.wrapper .form .form-container .checkbox:checked {
  background-color: #0060CD;
  border-color: #0060CD;
}
.wrapper .form .form-container .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wrapper .form .form-container .statement {
  color: #313131;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.wrapper .form .form-container .statement a {
  color: #313131;
  text-decoration: underline;
}
.wrapper .form .form-container .statement a:hover {
  color: #000;
}
.wrapper .form .form-container .bt {
  font-size: 22px;
  padding: 0.25rem;
  border-radius: 8px;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #00599B;
  border: 1px solid #679BCD;
}
.wrapper .blue-checked {
  background: url("../images/checked.png") repeat, linear-gradient(180deg, #C2E1FF, #69B0F7);
}
.wrapper .blue-checked .reasons {
  padding-top: 65%;
}
.wrapper .blue-checked .reasons .city {
  width: 100%;
  bottom: 0;
}
.wrapper .blue-checked .reasons .roadsign {
  bottom: 0;
  width: 30%;
  left: 35%;
}
.wrapper .blue-checked .reasons .pic-style {
  width: 33%;
}
.wrapper .blue-checked .reasons .pic-style.pic1 {
  left: 2%;
  top: 10%;
}
.wrapper .blue-checked .reasons .pic-style.pic2 {
  left: 3%;
  top: 55%;
  width: 29%;
}
.wrapper .blue-checked .reasons .pic-style.pic3 {
  right: 1%;
  top: 35%;
}
.wrapper .blue-checked .reasons .pic-style {
  animation: zoom 2s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .reasons {
    padding-top: 370%;
  }
  .wrapper .blue-checked .reasons .city {
    width: 380%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .wrapper .blue-checked .reasons .roadsign {
    bottom: 50%;
    width: 90%;
    left: 5%;
  }
  .wrapper .blue-checked .reasons .pic-style {
    z-index: 100;
    width: 90%;
  }
  .wrapper .blue-checked .reasons .pic-style.pic1 {
    left: 7%;
    top: 36%;
  }
  .wrapper .blue-checked .reasons .pic-style.pic2 {
    left: 9%;
    top: 57%;
    width: 80%;
  }
  .wrapper .blue-checked .reasons .pic-style.pic3 {
    right: 3%;
    top: 76%;
  }
}
.wrapper .blue-checked .ways {
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
  align-items: flex-start;
}
.wrapper .blue-checked .ways .ways-sticky {
  position: sticky;
  top: 10%;
  overflow: unset;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .ways .ways-sticky {
    position: relative;
    overflow: hidden;
  }
}
.wrapper .blue-checked .ways .ways-sticky .star-line {
  position: absolute;
  top: 3rem;
  left: 2.5rem;
  width: 100%;
}
.wrapper .blue-checked .ways .ways-sticky .star-line .star-line-img {
  width: 100%;
  display: block;
}
.wrapper .blue-checked .ways .ways-sticky .star-line .star-rotate-text {
  position: absolute;
  top: 50%;
  left: 3.4%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  animation: star-text-rotate 8s linear infinite;
  overflow: visible;
}
.wrapper .blue-checked .ways .ways-sticky .star-line .star-rotate-text text {
  fill: #001759;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 0.16em;
}
.wrapper .blue-checked .ways .ways-sticky .title {
  padding-top: 10rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  font-size: clamp(24px, 15vw, 80px);
  line-height: 1.2;
  font-weight: bold;
  color: white;
}
.wrapper .blue-checked .ways .ways-sticky .title .char {
  display: inline-block;
}
.wrapper .blue-checked .ways .white-bg {
  background-color: white;
  border-radius: 20px;
}
.wrapper .blue-checked .plans {
  position: relative;
  overflow: hidden;
  padding: 4vw 0;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .plans {
    padding: 8vw 0;
  }
}
.wrapper .blue-checked .plans .plans-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) scale(0); /* 初始為 0 */
}
.wrapper .blue-checked .plans .running-track {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .plans .running-track {
    width: 250%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wrapper .blue-checked .plans .title-style {
  position: relative;
  color: white;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  padding: 0 0 2vw 0;
}
.wrapper .blue-checked .plans .title-style .title {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 1vw;
  line-height: 1;
}
.wrapper .blue-checked .plans .title-style .sub-title {
  border-radius: 100px;
  font-size: 2vw;
  display: inline;
  border: #fff 0.2vw solid;
  padding: 0 2vw;
  width: 25vw;
  display: flex;
  justify-content: space-around;
  margin-top: unset;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .plans .title-style {
    display: flex;
    flex-direction: column;
  }
  .wrapper .blue-checked .plans .title-style .title {
    font-size: 14vw;
  }
  .wrapper .blue-checked .plans .title-style .sub-title {
    width: 70vw;
    font-size: 6vw;
    margin-top: 2vw;
  }
}
.wrapper .blue-checked .plans .plans-swiper-con {
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.wrapper .blue-checked .plans .plans-swiper-con p {
  font-size: 1.5vw;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .plans .plans-swiper-con p {
    font-size: 5vw;
  }
}
.wrapper .blue-checked .plans .plans-swiper-con .coverSwiper {
  width: 100%;
  padding: 2vw 0;
  overflow: visible;
}
.wrapper .blue-checked .plans .plans-swiper-con .coverSwiper .swiper-slide {
  width: 40vw;
  transition: opacity 0.4s ease;
  padding: unset;
}
@media screen and (max-width: 992px) {
  .wrapper .blue-checked .plans .plans-swiper-con .coverSwiper .swiper-slide {
    width: 80vw;
    padding: 2vw 0;
  }
}
.wrapper .blue-checked .plans .plans-swiper-con .coverSwiper .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transform: scale(0.9);
  transform-origin: center center;
  transition: transform 0.4s ease;
}
.wrapper .blue-checked .plans .plans-swiper-con .coverSwiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.wrapper .blue-checked .plans .plans-swiper-con__caption {
  text-align: center;
  color: #fff;
  padding: 0 6vw;
}
.wrapper .blue-checked .plans .plans-swiper-con__btn {
  display: inline-block;
  border: 0.15vw solid white;
  color: #fff;
  padding: 0.5vw 4vw;
  border-radius: 999px;
  margin: 2vw 0 1vw 0;
}
.wrapper .blue-checked .plans .plans-swiper-con__btn, .wrapper .blue-checked .plans .plans-swiper-con__desc {
  transition: opacity 0.35s ease;
}
.wrapper .blue-checked .plans .plans-swiper-con__btn.is-fading, .wrapper .blue-checked .plans .plans-swiper-con__desc.is-fading {
  opacity: 0;
}
.wrapper .topics {
  overflow: hidden;
  background: #ebf5ff;
  padding: 5% 0 20% 0;
}
.wrapper .topics .bicycle {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: unset;
}
@media screen and (max-width: 992px) {
  .wrapper .topics {
    padding: 5% 0 60% 0;
  }
  .wrapper .topics .bicycle {
    width: 260%;
    right: 0;
  }
}
.wrapper .topics .topic-card {
  position: relative;
  z-index: 10;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wrapper .topics .topic-card__head {
  color: #0060CD;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.2;
  padding: 6% 0;
}
.wrapper .topics .topic-card__head i {
  font-size: 200%;
}
.wrapper .topics .topic-card__item {
  position: relative;
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.wrapper .topics .topic-card__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55%;
  border-top: 1px dashed #dddddd;
  transform: translateX(-50%);
}
.wrapper .topics .topic-card__item:last-of-type::after {
  display: none;
}
.wrapper .topics .topic-card__item p {
  margin: 0;
}
.wrapper .topics .topic-card__button {
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 6px 50px;
  border-radius: 50px;
  color: #fff;
  background: #0060CD;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

@keyframes star-text-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}/*# sourceMappingURL=style.css.map */