@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.show--mbxs {
  display: none;
}
@media (max-width: 374px) {
  .show--mbxs {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1399px) {
  .container {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.green {
  color: #1d9c58;
}

.green2 {
  color: #0a6a36;
}

.green3 {
  color: #3bb875;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 790px;
  padding-top: 105px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-animation: ani-kv-bg 0.8s ease;
          animation: ani-kv-bg 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1699px) {
  .kv {
    background-size: cover;
    height: 700px;
    padding-top: 95px;
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .kv {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 450px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 360px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 65%;
    padding-left: 0;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #e9f6fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1699px) {
  .kv .container {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .kv .container {
    padding-left: 20px;
  }
}
.kv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/kv/kv-people.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: ani-kv-people 0.8s ease;
          animation: ani-kv-people 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 1699px) {
  .kv:before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv:before {
    background-size: 190% auto;
    background-position: right 30% bottom;
  }
}
.kv__time {
  font-size: 2.5rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.4;
  letter-spacing: 0.01em;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 1699px) {
  .kv__time {
    font-size: 2.125rem;
  }
}
@media (max-width: 1399px) {
  .kv__time {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .kv__time {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .kv__time {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .kv__time {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .kv__time {
    font-size: 1rem;
  }
}
.kv__time .highlight {
  font-size: 1.06em;
  line-height: 1;
  letter-spacing: 0.035em;
}
.kv__title {
  font-size: 4.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2941;
  letter-spacing: 0.01em;
  margin-top: 10px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (max-width: 1699px) {
  .kv__title {
    font-size: 3.75rem;
  }
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.75rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .kv__title {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .kv__title {
    font-size: 1.625rem;
  }
}
.kv__title .highlight {
  font-size: 1.0588em;
}
.kv__text {
  font-size: 2.75rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.28;
  letter-spacing: 0.01em;
  margin-top: 10px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 1699px) {
  .kv__text {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.625rem;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 0.9375rem;
  }
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 94px;
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .s1__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .s1__content {
    text-align: center;
  }
}
.s1__title {
  font-size: 3.625rem;
  font-weight: 700;
  color: #0a6a36;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .s1__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  .s1__title {
    font-size: 2.25rem;
  }
}
.s1__title .highlight {
  font-size: 1.06896551em;
  font-weight: 900;
  color: #3bb875;
}
.s1__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#3bb875), to(#6ed09b));
  background: linear-gradient(to right, #3bb875 0%, #6ed09b 100%);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .s1__title::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__title::before {
    margin-bottom: 15px;
  }
}
.s1__text {
  font-size: 1.438rem;
  font-weight: 500;
  color: #494949;
  line-height: 1.56521;
  letter-spacing: 0.01em;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s1__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.s1__text .highlight {
  font-size: 1.565217391em;
  font-weight: 900;
  line-height: 1;
}
.s1__note {
  font-size: 1rem;
  color: #747474;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s1__note {
    font-size: 0.875rem;
  }
}
.s1__mission {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 660px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1399px) {
  .s1__mission {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .s1__mission {
    width: 540px;
  }
}
@media (max-width: 991px) {
  .s1__mission {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s1__mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s1__mission-item {
  border: 2px solid #3bb875;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding: 0 24px 30px;
  text-align: center;
  width: 314px;
}
@media (max-width: 1399px) {
  .s1__mission-item {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .s1__mission-item {
    width: 260px;
    padding: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .s1__mission-item {
    margin-top: 15px;
  }
}
.s1__mission-item:first-child {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .s1__mission-item:first-child {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .s1__mission-item:first-child {
    margin-top: 0;
  }
}
.s1__mission-item:first-child .s1__mission-img {
  margin-top: 10px;
}
.s1__mission-item:first-child .s1__mission-text {
  margin-top: 12px;
}
.s1__mission-title {
  width: 152px;
  height: 40px;
  background: url("../images/s1/s1-mission-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.375rem;
  font-weight: 700;
  color: #3bb875;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .s1__mission-title {
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
  }
}
.s1__mission-img {
  margin-top: 26px;
  text-align: center;
}
.s1__mission-img img {
  width: 80%;
}
.s1__mission-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a6a36;
  line-height: 1.5;
  margin-top: 26px;
}
@media (max-width: 1399px) {
  .s1__mission-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s1__mission-text {
    font-size: 1rem;
  }
}
.s1__mission .btn {
  margin-top: 15px;
}
.s1__remark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 55px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s1__remark-title {
  font-size: 1rem;
  color: #3bb875;
  line-height: 1.125;
  border: 1px solid #3bb875;
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.125;
}
.s1__remark .s1__note {
  margin-top: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 10px;
}
@media (max-width: 991px) {
  .s1__remark .s1__note {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg-2.png"), url("../images/s2/s2-bg.jpg"), #f3f4ff;
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-position: center bottom, left calc(50vw - 1000px) top;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-position: center bottom, left calc(50vw - 1050px) top;
  }
}
@media (max-width: 991px) {
  .s2 {
    background: #f3f4ff;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s2::before {
  content: "";
  display: block;
  width: 308px;
  height: 602px;
  background: url("../images/s2/s2-boy-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s2::after {
  content: "";
  display: block;
  width: 308px;
  height: 602px;
  background: url("../images/s2/s2-boy-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.s2::before, .s2::after {
  position: absolute;
  left: calc(50vw - 690px);
  bottom: 0;
}
@media (max-width: 1399px) {
  .s2::before, .s2::after {
    left: calc(50vw - 733px);
  }
}
@media (max-width: 1199px) {
  .s2::before, .s2::after {
    width: 260px;
    height: 500px;
    left: calc(50vw - 567px);
  }
}
@media (max-width: 991px) {
  .s2::before, .s2::after {
    width: 200px;
    height: 380px;
    left: calc(50vw - 446px);
  }
}
@media (max-width: 767px) {
  .s2::before, .s2::after {
    left: calc(50vw - 307px);
    width: 160px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .s2::before, .s2::after {
    left: calc(50vw - 212px);
    width: 120px;
    height: 220px;
  }
}
@media (max-width: 374px) {
  .s2::before, .s2::after {
    display: none;
  }
}
.s2__title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #4c53ac;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .s2__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s2__title {
    font-size: 1.875rem;
  }
}
.s2__title .highlight {
  font-weight: 900;
  color: #828cf1;
}
.s2__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#929bfe), to(#b2b8ff));
  background: linear-gradient(to right, #929bfe 0%, #b2b8ff 100%);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .s2__title::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2__title::before {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .s2__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.s2__item {
  text-align: center;
  margin-left: 14px;
  margin-right: 14px;
}
.s2__item:first-child .s2__item-text::before {
  display: none;
}
.s2__item-img {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s2__item-img {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .s2__item-img {
    width: 100%;
  }
}
.s2__item-no {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d3d7ff;
  margin-top: 20px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .s2__item-no {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
.s2__item-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4c53ac;
  line-height: 1.333;
  margin-top: 5px;
  height: 3.999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .s2__item-text {
    font-size: 0.9375rem;
  }
}
.s2__item-text::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d3d7ff;
  position: absolute;
  top: calc(50% - 1px);
  left: -34px;
}
@media (max-width: 1199px) {
  .s2__item-text::before {
    width: 30px;
    left: -28px;
  }
}
@media (max-width: 767px) {
  .s2__item-text::before {
    display: none;
  }
}
.s2__btn {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .s2__btn {
    margin-top: 10px;
  }
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg-2.png"), url("../images/s3/s3-bg.jpg"), #e9f6fe;
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s3 {
    background-position: center bottom, left calc(50vw - 1000px) top;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-position: center bottom, left calc(50vw - 1050px) top;
  }
}
@media (max-width: 991px) {
  .s3 {
    background: #e9f6fe;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s3::before {
  content: "";
  display: block;
  width: 304px;
  height: 494px;
  background: url("../images/s3/s3-girl.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50vw - 750px);
  bottom: 0;
}
@media (max-width: 1199px) {
  .s3::before {
    width: 240px;
    height: 380px;
    left: calc(50vw - 610px);
  }
}
@media (max-width: 991px) {
  .s3::before {
    width: 200px;
    height: 320px;
    left: calc(50vw - 486px);
  }
}
@media (max-width: 767px) {
  .s3::before {
    left: calc(50vw - 320px);
    width: 160px;
    height: 260px;
  }
}
@media (max-width: 480px) {
  .s3::before {
    left: calc(50vw - 230px);
    width: 120px;
    height: 180px;
  }
}
@media (max-width: 374px) {
  .s3::before {
    display: none;
  }
}
.s3__title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #076193;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .s3__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s3__title {
    font-size: 1.875rem;
  }
}
.s3__title .highlight {
  font-weight: 900;
  color: #35aded;
}
.s3__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#35aded), to(#67c7fb));
  background: linear-gradient(to right, #35aded 0%, #67c7fb 100%);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .s3__title::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s3__title::before {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .s3__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.s3__item {
  text-align: center;
  margin-left: 14px;
  margin-right: 14px;
}
.s3__item:first-child .s3__item-text::before {
  display: none;
}
.s3__item-img {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s3__item-img {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .s3__item-img {
    width: 100%;
  }
}
.s3__item-no {
  font-size: 1.5rem;
  font-weight: 700;
  color: #aae1ff;
  margin-top: 20px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .s3__item-no {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
.s3__item-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #076193;
  line-height: 1.333;
  margin-top: 5px;
  height: 3.999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .s3__item-text {
    font-size: 0.9375rem;
  }
}
.s3__item-text::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #aae1ff;
  position: absolute;
  top: calc(50% - 1px);
  left: -34px;
}
@media (max-width: 1199px) {
  .s3__item-text::before {
    width: 30px;
    left: -28px;
  }
}
@media (max-width: 767px) {
  .s3__item-text::before {
    display: none;
  }
}
.s3__btn {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .s3__btn {
    margin-top: 10px;
  }
}
.s3__text {
  font-size: 1.375rem;
  font-weight: 400;
  color: #494949;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .s3__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .s3__text {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.s3__text .highlight {
  color: #ffab50;
}
.s3__note {
  font-size: 1rem;
  color: #747474;
  line-height: 1.5;
  margin-top: 20px;
  width: 1020px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .s3__note {
    font-size: 0.875rem;
    width: 820px;
  }
}
@media (max-width: 991px) {
  .s3__note {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
  }
}
@media (max-width: 767px) {
  .s3__note {
    width: 340px;
  }
}
@media (max-width: 480px) {
  .s3__note {
    width: 69vw;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .s3__note {
    width: 100%;
    text-align: center;
  }
}
.s3 .tab__bodyitem:nth-child(2) {
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (max-width: 480px) {
  .s3 .tab__bodyitem:nth-child(2) {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.s3 .tab__bodyitem:nth-child(2) .s3__btn {
  margin-top: 2px;
}
.s3 .slick-prev:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.8, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23.7 44.6' style='enable-background:new 0 0 23.7 44.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23076193;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='22.3,44.6 23.7,43.2 2.8,22.3 23.7,1.4 22.3,0 0,22.3 '/%3E%3C/svg%3E%0A");
}
.s3 .slick-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.8, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23.7 44.6' style='enable-background:new 0 0 23.7 44.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23076193;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='1.4,0 0,1.4 20.9,22.3 0,43.2 1.4,44.6 23.7,22.3 '/%3E%3C/svg%3E%0A");
}

.notice {
  position: relative;
  background: #f2f2f2;
  padding: 90px 0 80px;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.notice * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice__title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #5c5c5c;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 1.875rem;
  }
}
.notice__text {
  margin-top: 30px;
}
.notice__text:first-child {
  margin-top: 0;
}
.notice__list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -0.5em;
}
@media (max-width: 767px) {
  .notice__list {
    padding-left: 1.5em;
    margin-left: 0;
  }
}
.notice__list--style2 {
  list-style: none;
}
.notice__list--style2 li {
  position: relative;
}
.notice__list--style2 li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #5c5c5c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: -16px;
}
.notice__list--style3 {
  list-style: none;
}
.notice__list--style3 li {
  position: relative;
  margin-left: 0;
  padding-left: 0;
  text-indent: -4.9em;
  margin-left: 2.9em;
}
.notice__list--style3 li::before {
  display: none;
}
.notice__list--style4 {
  list-style: none;
  padding-left: 0.6em;
}
.notice__list--style4 li {
  position: relative;
  margin-left: 1.2em;
  padding-left: 0;
  text-indent: -1.2em;
}

.btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background: #333333;
  text-decoration: none;
  width: 222px;
  line-height: 52px;
  height: 52px;
  text-align: center;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.25rem;
    width: 170px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.125rem;
    width: 160px;
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
}
.btn--blue {
  background: #076193;
}
.btn--purple {
  background: #4c53ac;
}
.btn--green {
  background: #3bb875;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}

.collapse__item {
  margin-top: 30px;
}
.collapse__item:first-child {
  margin-top: 0;
}
.collapse__item--active .collapse__controller::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapse__head {
  text-align: center;
}
.collapse__body {
  display: none;
  padding-top: 30px;
  font-size: 1.125rem;
  color: #5c5c5c;
  line-height: 1.4444444;
}
@media (max-width: 767px) {
  .collapse__body {
    font-size: 1rem;
  }
}
.collapse__controller {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #5c5c5c;
  position: relative;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .collapse__controller {
    width: 24px;
    height: 24px;
  }
}
.collapse__controller::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #5c5c5c;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .collapse__controller::before {
    width: 12px;
    left: calc(50% - 6px);
  }
}
.collapse__controller::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #5c5c5c;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
@media (max-width: 767px) {
  .collapse__controller::after {
    width: 12px;
    left: calc(50% - 6px);
  }
}

.tab {
  position: relative;
  z-index: 1;
}
.tab--purple .tab__headitem {
  color: #f3f4ff;
  background: #929bfe;
}
.tab--purple .tab__headitem::after {
  border-color: #b2b8ff transparent transparent transparent;
}
.tab--purple .tab__headitem--active {
  color: #494949;
  background: #ffffff;
}
.tab--purple .tab__headitem--active::before {
  border-color: #f3f4ff;
}
.tab--purple .tab__headitem--active::after {
  border-color: #ffab50 transparent transparent transparent;
}
.tab--blue .tab__headitem {
  color: #e9f6fe;
  background: #35aded;
}
.tab--blue .tab__headitem::after {
  border-color: #67c7fb transparent transparent transparent;
}
.tab--blue .tab__headitem--active {
  color: #494949;
  background: #ffffff;
}
.tab--blue .tab__headitem--active::before {
  border-color: #e9f6fe;
}
.tab--blue .tab__headitem--active::after {
  border-color: #ffab50 transparent transparent transparent;
}
.tab__head {
  text-align: right;
  margin-top: -66px;
}
@media (max-width: 1399px) {
  .tab__head {
    margin-top: -56px;
  }
}
@media (max-width: 991px) {
  .tab__head {
    margin-top: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .tab__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab__headitem {
  display: inline-block;
  width: 296px;
  height: 58px;
  line-height: 58px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #f3f4ff;
  text-align: center;
  border-radius: 10em;
  position: relative;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .tab__headitem {
    width: 265px;
  }
}
@media (max-width: 767px) {
  .tab__headitem {
    width: 205px;
    font-size: 1rem;
    height: 52px;
    line-height: 52px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .tab__headitem {
    width: 140px;
    height: 70px;
    line-height: 1.2;
    padding: 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tab__headitem::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #b2b8ff transparent transparent transparent;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tab__headitem::after {
    border-width: 6px 5px 0 5px;
    top: auto;
    right: calc(50% - 5px);
    bottom: 10px;
  }
}
.tab__headitem--active::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #f3f4ff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  .tab__headitem:not(.tab__headitem--active):hover {
    opacity: 0.8;
  }
}
.tab__headitem:first-child {
  margin-left: 0;
}
.tab__body {
  width: 1020px;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f6ff));
  background: linear-gradient(to bottom, #ffffff 0%, #f5f6ff 100%);
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 10px 50px rgba(76, 83, 174, 0.09);
          box-shadow: 0 10px 50px rgba(76, 83, 174, 0.09);
  padding: 35px 45px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .tab__body {
    width: 820px;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .tab__body {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tab__body {
    width: 340px;
  }
}
@media (max-width: 480px) {
  .tab__body {
    width: 220px;
    padding: 15px 0;
    border-radius: 25px;
  }
}
@media (max-width: 374px) {
  .tab__body {
    width: calc(100% - 20px);
  }
}
.tab__bodyitem {
  display: none;
}
.tab__bodyitem--active {
  display: block;
}

@-webkit-keyframes ani-kv-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani-kv-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-kv-people {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani-kv-people {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}