@charset "UTF-8";

:root {
  --orange: #ff5f47;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0, 0, 0, 0%);
}

/* campaign-in-box */
.campaign-in-box ~ .dialog-box {
  top: 0 !important;
}
.campaign-in-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.campaign-in-box > .box {
  width: 100%;  
}
.campaign-in-box > .box.v1 {
  background-color: var(--beige);
}
.campaign-in-box > .box.v2 {
  background-color: #bed5dc;
}
.campaign-in-box > .box.v4 {
  background-color: #bed5dc;
  margin-top: auto;
}
.campaign-in-box > .box.v4.old {
  background-color: var(--beige);
  margin-top: auto;
}
.campaign-in-box > .box.v5 {
  background-color: var(--beige);
}
.campaign-in-box > .box > .logo {
  width: 100%;
  display: flex;
  padding: 20px;
}
.campaign-in-box > .box > .logo > a {
  display: block;
  width: 86px;
  height: auto;
}
.campaign-in-box > .box > .content {
  position: relative;
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 0px 20px;
}
.campaign-in-box > .box.v1 > .content {
  padding-top: 8px;
}
.campaign-in-box > .box.v2 > .content {
  max-width: 375px;
}
.campaign-in-box > .box.v3 > .content {
  margin-bottom: 56px;
}
.campaign-in-box > .box.v4 > .content {
  margin-bottom: 56px;
}
.campaign-in-box > .box.v5 > .content {
  margin-bottom: 28px;
}
.campaign-in-box > .box > .content > .img1 {
  /* padding-top: 56.25%; */
  padding-top: 48.25%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../img/LP-Banner-01.png);
  background-position: center center;
  background-size: contain;
}
.campaign-in-box > .box > .content .title {
  text-align: center;
  margin: 46px 0 0 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: var(--black);
}
.campaign-in-box > .box.v3 > .content .title {
  margin-bottom: 24px;
}
.campaign-in-box > .box > .content .title-sub {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: var(--black);
}
.campaign-in-box > .box > .content form .form-control {
  border-radius: var(--border-radius-1);
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.campaign-in-box > .box > .content form .valid-feedback {
  color: var(--orange);
}
.campaign-in-box > .box > .content form .row > * {
  margin-bottom: 16px;
}
.campaign-in-box > .box > .content form .row > *:last-child {
  margin-bottom: 24px;
}
.campaign-in-box > .box > .content form .text {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--black);
}
.campaign-in-box > .box > .content form .row > .agree {
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: var(--black);
}
.campaign-in-box > .box > .content form .row > .agree .form-check {
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
}
.campaign-in-box > .box > .content form .row > .agree .form-check-input {
  font-size: 16px;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 4px;
}
.campaign-in-box > .box > .content form a {
  color: var(--black);
  text-decoration: underline;
  font-weight: bold;
  transition: var(--transition-all-1);
}
.campaign-in-box > .box > .content form .btn {
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--white-w);
  width: 100%;
  height: 48px;
  border-radius: var(--border-radius-1);
  background-color: var(--orange);
  transition: var(--transition-all-1);
  transform: translateZ(0); /* 平滑縮放用 */
}
.campaign-in-box > .box.v4 > .content ol {
  margin-top: 8px;
  padding-left: 20px;
}
.campaign-in-box > .box.v4 > .content ol li {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: justify;
  word-break: break-all;
  color: var(--greyish-brown);
}
.campaign-in-box > .box.v4 > .line {
  padding: 0 40px;
}
.campaign-in-box > .box.v4 > .line > * {
  width: 100%;
  height: 1px;
  background-color: var(--light-grey-green);
}
.campaign-in-box > .box.v4 > .information {
  max-width: 116px;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  margin: 12px auto;
}
.campaign-in-box > .box.v4 > .information > a {
  color: var(--greyish-brown);
  transition: var(--transition-all-1);
}
.campaign-in-box > .box.v4 > .information > a:last-child {
  margin-top: 2px;
  font-size: 24px;
}
.campaign-in-box > .box.v4 > .copy-text {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--greyish-brown);
  margin-bottom: 60px;
}
.campaign-in-box > .box.v5 > .content .title {
  margin-bottom: 24px;
}
.item-box .item {
  max-width: 752px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 36px;
}
.item-box .item:last-child {
  margin-bottom: 0px;
}
.item-box .item > .img {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.item-box .item:nth-child(even) > .img {
  order: 2;
}
.item-box .item > .box {
  display: flex;
  padding-left: 8px;
}
.item-box .item:nth-child(even) > .box {
  order: 1;
  padding-right: 8px;
}
.item-box .item > .box > .img {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 16px;
  margin-right: 4px;
}
.item-box .item > .box > .text .top {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: var(--greyish-brown);
}
.item-box .item > .box > .text .bottom {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.item-box .item > .box > .text .bottom > .line {
  width: 60px;
  height: 2px;
  background-color: var(--dark-lime-green);
  margin-right: 8px;
}
.item-box .item:nth-child(even) > .box > .text .bottom > .line {
  background-color: var(--orange);
}
.item-box .item > .box > .text .bottom > .text {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: var(--black);
}
.campaign-in-box > .box.v5 > .content .button {
  max-width: 335px;
  margin: 0 auto;
}
.campaign-in-box > .box.v5 > .content .button > .btn {
  padding: 0px;
  margin-top: 36px;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--white-w);
  width: 100%;
  height: 48px;
  border-radius: var(--border-radius-1);
  background-color: var(--dark-lime-green);
  transition: var(--transition-all-1);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.36;
  transform: translateZ(0); /* 平滑縮放用 */
}
.campaign-in-box > .box > .bg {
  width: 100%;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px auto;
  background-color: var(--white-w);
}
.campaign-in-box > .box.v1 > .bg {
  background-image: url(../img/wave_large_b.svg);
}
.campaign-in-box > .box.v2 > .bg {
  background-image: url(../img/wave_large_b_under.svg);
}
.campaign-in-box > .box.v4 > .bg {
  background-image: url(../img/wave_large_b.svg);
}
.campaign-in-box > .box.v4.old > .bg {
  background-image: url(../img/wave_large_g.svg);
}
.campaign-in-box > .box.v5 > .bg {
  background-image: url(../img/wave_large_g.svg);
}
@media (min-width: 1200px) {
  .campaign-in-box > .box > .content form a:hover {
    color: rgb(67, 110, 142, 1);
  }
  .campaign-in-box > .box > .content form .btn:hover {
    transform: scale(1.06);
    box-shadow: var(--box-shadow-1);
  }
  .campaign-in-box > .box.v4 > .information > a:hover {
    color: rgb(67, 110, 142, 1);
  }
  .campaign-in-box > .box.v5 > .content .button > .btn:hover {
    transform: scale(1.06);
    box-shadow: var(--box-shadow-1);
  }
}
@media (max-width: 1199px) {  
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
  .campaign-in-box > .box > .logo {
    justify-content: center;
    padding: 20px 20px 8px 20px;
  }
  .campaign-in-box > .box > .content > .img1 {
    padding-top: 88%;
    background-image: url(../img/LP-Banner-02.png);
  }
  .campaign-in-box > .box.v1 > .content {
    padding-top: 0px;
  }
  .campaign-in-box > .box > .content .title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .campaign-in-box > .box.v4 > .line {
    padding: 0 20px;
  }
  .campaign-in-box > .box > .bg {
    height: 26px;
    background-size: 767px auto;
  }
  .item-box .item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
  .item-box .item > .img {
    margin-bottom: 8px;
  }
  .item-box .item:nth-child(even) > .img {
    order: 1;
  }
  .item-box .item > .box {
    padding-left: 0px;
  } 
  .item-box .item:nth-child(even) > .box {
    order: 2;
    padding-right: 0px;
  }  
  .item-box .item > .box > .img {
    flex: 0 0 20px;
    width: 20px;
    height: 13.3px;
  }
  .item-box .item > .box > .text .top {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .campaign-in-box > .box.v1 > .bg {
    background-image: url(../img/wave_small_b.svg);
  }
  .campaign-in-box > .box.v2 > .bg {
    background-image: url(../img/wave_small_b_under.svg);
  }
  .campaign-in-box > .box.v4 > .bg {
    background-image: url(../img/wave_small_b.svg);
  }
  .campaign-in-box > .box.v4.old > .bg {
    background-image: url(../img/wave_small_g.svg);
  }
  .campaign-in-box > .box.v5 > .bg {
    background-image: url(../img/wave_small_g.svg);
  }
}
@media (max-width: 374px) {
  .campaign-in-box > .box.v5 > .content .button > .btn {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 359px) {
}
/* campaign-in-box*/

.campaign-in-box > .box > .content form .form-control:focus {  
  box-shadow: 0 0 3px 0.5px rgb(67, 110, 142, 1)
}
.campaign-free-course-box {
  user-select: none;
  pointer-events: none;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9998;
  opacity: 1;
  transition: var(--transition-all-2);
}
.campaign-free-course-box > .free-course-main {
  width: 48px;
  display: flex;
}
.campaign-free-course-box > .free-course-main > .text {
  color: var(--white-w);
  pointer-events: auto;
  cursor: pointer;
  flex: 0 0 48px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px 0 0 20px;
  background-color: var(--orange);
  box-shadow: -2px 0px 4px 0px rgb(0 0 0 / 40%);
  z-index: 2;
  transition: var(--transition-all-1);
}
.campaign-free-course-box > .free-course-main > .text > * {
  line-height: 1.36;
  font-size: 20px;
  letter-spacing: 10px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-lr;
  margin-bottom: -10px;
}
.campaign-free-course-icon {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-22px, -100px);
  will-change: transform;  
  transition: var(--transition-all-1);
  filter: drop-shadow(-2px 2px 5px rgba(0, 0, 0, 0.3));
}
.campaign-free-course-icon {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-22px, -22px);
  will-change: transform;  
  transition: var(--transition-all-1);
  filter: drop-shadow(-2px 2px 5px rgba(0, 0, 0, 0.3));
}
@media (min-width: 1200px) {
  .campaign-free-course-box > .free-course-main > .text:hover {
    color: var(--orange);
    background-color: var(--white-w);
  }
}
@media (max-width: 767px) {
  .campaign-free-course-box {
    opacity: 0;    
  }
  .campaign-free-course-box > .free-course-main > .text {
    pointer-events: none;
  }
  .campaign-free-course-icon {
    opacity: 1;
    pointer-events: auto;
  }
}