@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes bounce-title {
  30% {
    transform: scaleX(1);
  }
  32% {
    transform: scale3d(1.15, 0.85, 1);
  }
  34% {
    transform: scale3d(0.8, 1.15, 1);
  }
  36% {
    transform: scale3d(1.08, 0.9, 1);
  }
  38% {
    transform: scale3d(0.95, 1.05, 1);
  }
  40% {
    transform: scale3d(1.05, 0.95, 1);
  }
  42% {
    transform: scaleX(1);
  }
}
@keyframes shake {
  60% {
    transform: rotate(0deg);
  }
  62% {
    transform: rotate(4deg);
  }
  64% {
    transform: rotate(-3deg);
  }
  66% {
    transform: rotate(2deg);
  }
  68% {
    transform: rotate(-1deg);
  }
  70% {
    transform: rotate(0deg);
  }
}
body.popup-scroll {
  overflow: hidden;
}

.all {
  font-size: 18px;
  color: #222222;
  width: 100%;
  font-family: "源柔ゴシックLP", "源柔ゴシックLP", sans-serif, Arial;
  line-height: 1.7;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
  background: url(../images/BG-grid.png) repeat center center/24px auto;
}
@media all and (max-width: 1024px) {
  .all {
    background: url(../images/BG-grid.png) repeat center center/20px auto;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all {
    background: url(../images/BG-grid.png) repeat center center/4vw auto;
  }
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  margin: auto;
}
.all .image-container {
  width: 100%;
}
.all .button {
  width: 80%;
  max-width: 250px;
  color: #fff;
  background-color: #26abe3;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-top: 50px;
  padding: 20px 0 16px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  display: block;
}
@media all and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin-top: 10vw;
    padding: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  top: -5px;
  transition: 0.3s;
  background-color: #52cbff;
}
.all .visual {
  position: relative;
}
.all .visual picture img {
  display: block;
}
.all .visual .title {
  width: 27vw;
  aspect-ratio: 10/6.15;
  top: 22%;
  left: 47%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 87vw;
    aspect-ratio: 10/5.4;
    left: 10%;
    top: 8.5%;
  }
}
.all .visual .title img {
  position: absolute;
}
.all .visual .title [class^=title] {
  animation: bounce-title 7s infinite linear;
}
.all .visual .title .title1 {
  width: 79.5%;
  top: 0;
  left: 0;
}
@media all and (max-width: 768px) {
  .all .visual .title .title1 {
    width: 67%;
  }
}
.all .visual .title .title2 {
  width: 81.5%;
  bottom: 0;
  right: 0;
  animation-delay: 1s;
}
@media all and (max-width: 768px) {
  .all .visual .title .title2 {
    width: 83.4%;
  }
}
.all .visual .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all .visual .img img {
  position: absolute;
}
.all .visual .img .img1 {
  width: 20.8%;
  top: 2.9%;
  left: 68%;
  animation: shake 7s infinite linear;
  transform-origin: left bottom;
}
@media all and (max-width: 768px) {
  .all .visual .img .img1 {
    width: 63%;
    top: 38.5%;
    left: 18%;
  }
}
.all .visual .img .img2 {
  width: 11%;
  left: 52%;
  animation: move 4s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .img .img2 {
    width: 20%;
    left: 71%;
  }
}
@keyframes move {
  0% {
    top: 6%;
  }
  50% {
    top: 7.5%;
  }
  100% {
    top: 6%;
  }
}
.all #form {
  background-color: #fdd118;
}
.all #form .container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}
@media all and (max-width: 500px) {
  .all #form .container {
    padding: 20vw 0;
  }
}
.all #form .box {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 44% 50%;
  align-items: center;
  gap: 0 6%;
}
@media all and (max-width: 900px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media all and (max-width: 500px) {
  .all #form .box {
    gap: 2vw;
    margin-top: -3vw;
  }
}
.all #form .from-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 4%;
}
@media all and (max-width: 500px) {
  .all #form .from-box ul {
    gap: 2vw;
  }
}
.all #form .from-box ul li {
  width: 48%;
}
@media all and (max-width: 500px) {
  .all #form .from-box ul li {
    width: 100%;
  }
}
.all #form .from-box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .from-box #READ {
  text-align: center;
}
.all #form .from-box #READ span,
.all #form .from-box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #222222;
}
@media all and (max-width: 500px) {
  .all #form .from-box #READ span,
  .all #form .from-box #READ a {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.all #form .from-box input[type=text],
.all #form .from-box input[type=tel],
.all #form .from-box input[type=email],
.all #form .from-box select {
  font-size: 20px;
  padding: 16px 25px;
  color: #222222;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-input-placeholder: #222222;
  outline: none;
}
.all #form .from-box input[type=text]::-webkit-input-placeholder,
.all #form .from-box input[type=tel]::-webkit-input-placeholder,
.all #form .from-box input[type=email]::-webkit-input-placeholder,
.all #form .from-box select::-webkit-input-placeholder {
  color: #222222;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=text],
  .all #form .from-box input[type=tel],
  .all #form .from-box input[type=email],
  .all #form .from-box select {
    font-size: 5vw;
    padding: 3.5vw 5vw 2.5vw;
  }
}
.all #form .from-box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
  top: 1px;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox] {
    width: 5.5vw;
    top: 0.4vw;
  }
}
.all #form .from-box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]::before {
    width: 6vw;
    height: 6vw;
    top: -5.5vw;
  }
}
.all #form .from-box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #ffd91f;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #222222;
  border: 1px solid #222222;
}
@media all and (max-width: 500px) {
  .all #form .from-box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .from-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 16px/16px auto;
  background-color: #ffffff;
}
.all #form .img-box {
  width: 100%;
  margin: auto;
}
@media all and (max-width: 900px) {
  .all #form .img-box {
    width: 95%;
    max-width: 500px;
    padding-left: 3%;
  }
}
.all .content {
  background: url(../images/BG-round.svg) repeat-x center top -50px/100px auto;
}
@media all and (max-width: 1024px) {
  .all .content {
    background: url(../images/BG-round.svg) repeat-x center top -40px/80px auto;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .content {
    background: url(../images/BG-round.svg) repeat-x center top -7.5vw/15vw auto;
  }
}
.all .content .container {
  width: 85%;
  margin: auto;
  padding: 10vw 0;
}
@media all and (max-width: 1440px) {
  .all .content .container {
    padding: 12vw 0;
  }
}
@media all and (max-width: 1280px) {
  .all .content .container {
    padding: 14vw 0;
  }
}
@media all and (max-width: 768px) {
  .all .content .container {
    width: 95%;
    padding: 18vw 0;
  }
}
.all .content .btn-list {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin-bottom: -2.4vw;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .all .content .btn-list {
    gap: 1.5%;
    margin-bottom: -2.8vw;
  }
}
@media all and (max-width: 1440px) and (max-width: 768px) {
  .all .content .btn-list {
    gap: 3%;
    margin-bottom: -11vw;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .content .btn-list {
    margin-bottom: -12vw;
  }
}
.all .content .btn-list li {
  font-size: 2.3vw;
  font-weight: 700;
  width: 24%;
  background-color: #fff;
  border: 0.35vw solid #222222;
  border-radius: 100px;
  padding: 0.9vw 0 0.95vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2vw 0.3vw 0;
}
@media all and (max-width: 1440px) {
  .all .content .btn-list li {
    font-size: 2.9vw;
    width: 28%;
    padding: 1.5vw 0 1.2vw;
    border: 0.5vw solid #222222;
  }
}
@media all and (max-width: 1440px) and (max-width: 768px) {
  .all .content .btn-list li {
    font-size: 4.2vw;
    width: 22vw;
    height: 22vw;
    line-height: 1.3;
    border-radius: 50%;
    padding: 2.5vw 0 2vw;
    border: 0.6vw solid #222222;
    box-shadow: 0.4vw 0.5vw 0;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .content .btn-list li {
    font-size: 5.5vw;
    letter-spacing: 0;
    width: 24vw;
    height: 24vw;
    border: 0.85vw solid #222222;
    box-shadow: 0.5vw 0.8vw 0;
  }
}
.all .content .btn-list li:hover {
  background-color: #fff532;
  cursor: pointer;
}
.all .content .btn-list li.active {
  background-color: #fdd118;
}
.all .content .btn-list li.active:hover {
  cursor: default;
}
.all .content .btn-list li a {
  color: #222222;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .all .content .btn-list li br {
    display: none;
  }
}
.all .content .ContentBox {
  width: 100%;
  background: url(../images/BG-star.svg) no-repeat 14% 8%/3.5vw auto, url(../images/BG-star.svg) no-repeat 90% 12%/3.5vw auto, url(../images/BG-star.svg) no-repeat 3% 40%/3.5vw auto, url(../images/BG-star.svg) no-repeat 15% 55%/3.5vw auto, url(../images/BG-star.svg) no-repeat 95% 48%/3.5vw auto, #fdd118;
  padding: 8vw 0 10vw;
  border-radius: 3vw;
  border: 0.35vw solid #222222;
  display: none;
  position: relative;
}
@media all and (max-width: 1440px) {
  .all .content .ContentBox {
    padding: 10vw 0 12vw;
    border: 0.5vw solid #222222;
    background: url(../images/BG-star.svg) no-repeat 5% 8%/5vw auto, url(../images/BG-star.svg) no-repeat 97% 12%/5vw auto, url(../images/BG-star.svg) no-repeat 13% 32%/5vw auto, url(../images/BG-star.svg) no-repeat 45% 55%/5vw auto, url(../images/BG-star.svg) no-repeat 95% 57%/5vw auto, #fdd118;
  }
}
@media all and (max-width: 1440px) and (max-width: 768px) {
  .all .content .ContentBox {
    padding: 18vw 0 20vw;
    border: 0.6vw solid #222222;
    background: url(../images/BG-star.svg) no-repeat 5% 7%/10vw auto, url(../images/BG-star.svg) no-repeat 97% 18%/10vw auto, url(../images/BG-star.svg) no-repeat 13% 37%/10vw auto, url(../images/BG-star.svg) no-repeat 95% 55%/10vw auto, url(../images/BG-star.svg) no-repeat 5% 73%/10vw auto, #fdd118;
  }
}
@media all and (max-width: 1440px) and (max-width: 500px) {
  .all .content .ContentBox {
    padding: 22vw 0 25vw;
    border: 0.85vw solid #222222;
    background: url(../images/BG-star.svg) no-repeat 5% 22%/10vw auto, url(../images/BG-star.svg) no-repeat 97% 20%/10vw auto, url(../images/BG-star.svg) no-repeat 13% 37%/10vw auto, url(../images/BG-star.svg) no-repeat 95% 52%/10vw auto, url(../images/BG-star.svg) no-repeat 10% 68%/10vw auto, #fdd118;
  }
}
.all .content .ContentBox.active {
  display: block;
}
.all .content .ContentBox.BoxA h2 {
  width: 40vw;
  aspect-ratio: 809/79;
  background: url(../images/BG-titleA.png) no-repeat center center/100% auto;
}
@media all and (max-width: 1024px) {
  .all .content .ContentBox.BoxA h2 {
    width: 60vw;
  }
}
@media all and (max-width: 500px) {
  .all .content .ContentBox.BoxA h2 {
    width: 75vw;
    background: url(../images/BG-titleA-m.png) no-repeat center center/100% auto;
  }
}
.all .content .ContentBox.BoxB h2 {
  width: 43vw;
  aspect-ratio: 867/79;
  background: url(../images/BG-titleB.png) no-repeat center center/100% auto;
}
@media all and (max-width: 1024px) {
  .all .content .ContentBox.BoxB h2 {
    width: 65vw;
  }
}
@media all and (max-width: 500px) {
  .all .content .ContentBox.BoxB h2 {
    width: 67vw;
    background: url(../images/BG-titleB-m.png) no-repeat center center/100% auto;
  }
}
.all .content .ContentBox::before {
  width: calc(100% + 170px);
  height: 300px;
  content: "";
  display: block;
  position: absolute;
  left: -85px;
  top: 60%;
  background: url(../images/img-ContentBox-left.png) no-repeat center left/auto 300px, url(../images/img-ContentBox-right.png) no-repeat center right/auto 300px;
}
@media all and (max-width: 1680px) {
  .all .content .ContentBox::before {
    width: 108%;
    top: 48%;
    left: -4%;
    height: 20vw;
    background: url(../images/img-ContentBox-left.png) no-repeat center left/auto 20vw, url(../images/img-ContentBox-right.png) no-repeat center right/auto 20vw;
  }
}
@media all and (max-width: 1280px) {
  .all .content .ContentBox::before {
    width: 114%;
    top: 57%;
    left: -7%;
    height: 30vw;
    background: url(../images/img-ContentBox-left.png) no-repeat center left/auto 30vw, url(../images/img-ContentBox-right.png) no-repeat center right/auto 30vw;
  }
}
@media all and (max-width: 768px) {
  .all .content .ContentBox::before {
    display: none;
  }
}
.all .content .ContentBox::after {
  width: 100%;
  content: "";
  aspect-ratio: 758/272;
  display: block;
  position: absolute;
  left: 0;
  bottom: -16vw;
  background: url(../images/img-ContentBox.png) no-repeat center center/46% auto;
}
@media all and (max-width: 1440px) {
  .all .content .ContentBox::after {
    background: url(../images/img-ContentBox.png) no-repeat center center/60% auto;
  }
}
@media all and (max-width: 768px) {
  .all .content .ContentBox::after {
    background: url(../images/img-ContentBox.png) no-repeat center center/80% auto;
  }
}
@media all and (max-width: 500px) {
  .all .content .ContentBox::after {
    width: 90%;
    left: 5%;
    bottom: -18vw;
    height: 40vw;
    background: url(../images/img-ContentBox-left.png) no-repeat center left/auto 40vw, url(../images/img-ContentBox-right.png) no-repeat center right/auto 40vw;
  }
}
@media all and (max-width: 1680px) {
  .all .content .ContentBox.BoxB::before {
    display: none;
  }
}
.all .content h2 {
  color: transparent;
  font-size: 3vw;
  font-weight: bolder;
  margin: 0 auto 5vw;
  display: table;
  line-height: 1.2;
}
@media all and (max-width: 1024px) {
  .all .content h2 {
    font-size: 3.8vw;
    margin: 0 auto 7vw;
  }
}
@media all and (max-width: 500px) {
  .all .content h2 {
    font-size: 9vw;
    line-height: 1.15;
    margin: 0 auto 10vw;
  }
}
@media all and (min-width: 501px) {
  .all .content h2 br {
    display: none;
  }
}
.all .content .task {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 1vw;
}
@media all and (max-width: 500px) {
  .all .content .task {
    padding-right: 6vw;
    margin-left: -3.75vw;
    width: 98vw;
    margin-bottom: 6vw;
  }
}
.all .content .task li {
  width: 25vw;
  aspect-ratio: 455/530;
  background: url(../images/task.png) no-repeat center center/100% auto;
  padding-left: 2.3vw;
}
@media all and (max-width: 1280px) {
  .all .content .task li {
    width: 35vw;
    padding-left: 3.5vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 768px) {
  .all .content .task li {
    width: 60vw;
    padding-left: 6vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 500px) {
  .all .content .task li {
    width: 94vw;
    padding-left: 8vw;
    margin-bottom: -3vw;
  }
}
.all .content .task li:nth-of-type(1) {
  filter: hue-rotate(220deg) brightness(1.15);
}
.all .content .task li:nth-of-type(2) {
  filter: hue-rotate(310deg) brightness(1.1);
}
.all .content .task li:nth-of-type(3) {
  filter: hue-rotate(160deg) brightness(1);
}
.all .content .task li:nth-of-type(5) {
  filter: hue-rotate(60deg) brightness(1);
}
.all .content .task li:nth-of-type(5) p {
  margin-top: 2vw;
}
@media all and (max-width: 768px) {
  .all .content .task li:nth-of-type(5) p {
    margin-top: 3.5vw;
  }
}
.all .content .task div {
  font-size: 1.5vw;
  font-weight: 700;
  margin-top: 1.3vw;
}
@media all and (max-width: 1280px) {
  .all .content .task div {
    font-size: 2.3vw;
    margin-top: 1.7vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 768px) {
  .all .content .task div {
    font-size: 3.8vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 500px) {
  .all .content .task div {
    font-size: 6vw;
  }
}
.all .content .task div span {
  font-size: 2.8vw;
  font-weight: 800;
  font-family: "華康新特圓體", "源柔ゴシックXP", "華康圓體", sans-serif, Arial;
}
@media all and (max-width: 1280px) {
  .all .content .task div span {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 768px) {
  .all .content .task div span {
    font-size: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .all .content .task div span {
    font-size: 12.5vw;
  }
}
.all .content .task h3 {
  font-size: 2vw;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 3vw;
}
@media all and (max-width: 1280px) {
  .all .content .task h3 {
    font-size: 3.2vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 768px) {
  .all .content .task h3 {
    font-size: 5.5vw;
    margin-top: 6vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 500px) {
  .all .content .task h3 {
    font-size: 8vw;
    margin-top: 9vw;
    letter-spacing: 0;
  }
}
.all .content .task h3 span {
  padding: 0 0.2vw;
  display: inline-block;
  position: relative;
  background: linear-gradient(to top, #9fd9f6 0, #9fd9f6 25px, transparent 26px, transparent 100%);
}
@media all and (max-width: 768px) {
  .all .content .task h3 span {
    padding: 0 1vw;
    background: linear-gradient(to top, #9fd9f6 0, #9fd9f6 15px, transparent 16px, transparent 100%);
  }
}
@media all and (max-width: 500px) {
  .all .content .task h3 span {
    padding: 0 2vw;
    background: linear-gradient(to top, #9fd9f6 0, #9fd9f6 5vw, transparent 5.1vw, transparent 100%);
  }
}
.all .content .task p {
  font-size: 1.1vw;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 2.5vw;
  line-height: 1.5;
}
@media all and (max-width: 1280px) {
  .all .content .task p {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 768px) {
  .all .content .task p {
    font-size: 2.8vw;
    margin-top: 5vw;
  }
}
@media all and (max-width: 500px) {
  .all .content .task p {
    font-size: 4.3vw;
    letter-spacing: 0;
  }
}
.all .content .task .btn {
  font-size: 1.05vw;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  background-color: #69b2d7;
  border: 0;
  padding: 0.1vw 1vw 0.2vw;
  margin-top: 0.5vw;
}
@media all and (max-width: 1280px) {
  .all .content .task .btn {
    font-size: 1.5vw;
    margin-top: 0.8vw;
    padding: 0.2vw 1.7vw 0.3vw;
  }
}
@media all and (max-width: 768px) {
  .all .content .task .btn {
    font-size: 2.6vw;
    margin-top: 1vw;
  }
}
@media all and (max-width: 500px) {
  .all .content .task .btn {
    font-size: 4.3vw;
    padding: 0.2vw 5vw 1vw;
  }
}
.all .content .task .btn:hover {
  cursor: pointer;
  background-color: #a3e0ff;
}
.all .content .subtitle {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .all .content .subtitle {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.all .content .word {
  font-weight: 500;
  text-align: left;
  padding: 0 8vw;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .all .content .word {
    padding: 0 4vw 0;
  }
}
@media all and (max-width: 500px) {
  .all .content p {
    font-size: 4.5vw;
  }
}
.all .content ol li {
  padding-left: 22px;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .content ol li {
    font-size: 4.5vw;
    padding-left: 5vw;
  }
}
.all .content ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .all .content ol li:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.all .content ol li::before {
  content: "✦";
  position: absolute;
  left: 0;
}
.all .content .table-box {
  width: 100%;
  margin: 25px 0 50px;
  border: 3px solid #222222;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.all .content table {
  width: 100%;
  text-align: center;
}
.all .content table td,
.all .content table th {
  vertical-align: middle;
}
.all .content table td:not(:last-child),
.all .content table th:not(:last-child) {
  border-right: 2px solid #fdd118;
}
.all .content table thead {
  font-size: 24px;
  font-weight: 700;
  background-color: #67d2ff;
}
.all .content table thead th {
  padding: 5px 15px;
}
.all .content table tbody {
  background-color: #fff;
}
.all .content table tbody tr:nth-of-type(even) {
  background-color: #fff1c0;
}
.all .content table tbody td {
  font-size: 21px;
  font-weight: 500;
  padding: 15px 15px;
}
.all .content table tbody td[colspan="2"], .all .content table tbody td.td-left {
  text-align: left;
}
.all .content table tbody td:nth-last-of-type(2) {
  color: #d3534c;
}
.all .content table .more {
  color: #0066ff;
  text-decoration: underline;
}
.all .content table .more:hover {
  cursor: pointer;
  color: #ff8c00;
}
@media all and (max-width: 1024px) {
  .all .content table td {
    text-align: left;
    border: 0 !important;
  }
  .all .content table td:nth-of-type(1)::before {
    content: "指定學習任務：";
  }
  .all .content table td:nth-last-of-type(1)::before {
    content: "備註：";
  }
  .all .content table td:nth-last-of-type(2)::before {
    content: "點數加碼：";
  }
  .all .content table td:nth-last-of-type(3)::before {
    content: "原學員福利點數：";
  }
  .all .content table thead {
    display: none;
  }
  .all .content table tbody tr {
    display: block;
    border-bottom: 0;
  }
  .all .content table tbody td,
  .all .content table tbody th {
    width: 100% !important;
    display: block;
    text-align: left;
    border: 0;
  }
  .all .content table tbody td {
    font-size: 20px;
    padding: 0 15px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .all .content table tbody td {
    font-size: 5vw;
    padding: 0 3vw;
  }
}
@media all and (max-width: 1024px) {
  .all .content table tbody td:nth-of-type(1) {
    padding-top: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .all .content table tbody td:nth-of-type(1) {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .all .content table tbody td:nth-of-type(2) {
    font-size: 24px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .all .content table tbody td:nth-of-type(2) {
    font-size: 6vw;
  }
}
@media all and (max-width: 1024px) {
  .all .content table tbody td:nth-last-of-type(1) {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .all .content table tbody td:nth-last-of-type(1) {
    padding-bottom: 8vw;
  }
}
.all .content .more-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  padding: 80px 0 30px;
  overflow-x: auto;
  box-sizing: border-box;
  display: none;
}
.all .content .more-box .close-popup {
  display: block;
  width: 25px;
  height: 25px;
  top: -30px;
  right: 0;
  position: absolute;
  background: url(https://www.soeasyedu.com.tw/2025/images/i-menu-close-w.svg) no-repeat center center/100% auto;
  z-index: 999;
  cursor: pointer;
}
.all .content .more-box .popup-box {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
}
.all .content .more-box .container-box {
  width: 100%;
  background-color: #fdd118;
  padding: 50px;
  border-radius: 25px;
  border: 4px solid #222222;
  position: relative;
}
.all .content .more-box .container-box::before {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 500px) {
  .all .content .more-box .container-box {
    padding: 15vw 5vw 15vw 6vw;
  }
}
.all .content .more-box div {
  position: relative;
}
.all .content .more-box .subtitle {
  margin-bottom: 20px;
}
@media all and (max-width: 500px) {
  .all .content .more-box .subtitle {
    font-size: 6vw;
    margin-bottom: 10vw;
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #ec6d65;
  cursor: pointer;
  z-index: 99;
}
#go-position::before {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1;
  content: "立即\a登記\a";
  white-space: pre;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 2px;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
  background-color: #ff948c;
}
@media all and (max-width: 500px) {
  #go-position {
    width: 54px;
    height: 54px;
    right: 0;
  }
  #go-position::before {
    font-size: 15px;
  }
}

footer {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 20px 20px 50px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 500px) {
  footer {
    font-size: 4.5vw;
    padding: 10vw 5vw 12vw;
  }
}
footer .footer-logo {
  width: 140px;
  display: inline-block;
}
@media all and (max-width: 500px) {
  footer .footer-logo {
    width: 35vw;
  }
}/*# sourceMappingURL=basic.css.map */