@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

@media (max-width: 1399px) {
  .hide--lg {
    display: none;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.show--mbsm {
  display: none;
}
@media (max-width: 413px) {
  .show--mbsm {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1350px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1399px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.en {
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
}

.title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 3.6875rem;
}
@media (max-width: 1399px) {
  .title {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 2.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.title__main {
  font-weight: 900;
  color: #757eec;
}
.title__main::after {
  content: "/";
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  color: #d3d7ff;
  margin-left: 5px;
  margin-right: 5px;
}
.title__sub {
  font-weight: 500;
  color: #333333;
}

.kv {
  position: relative;
  background: url("../images/s1/s1-bg_01.png"), url("../images/kv/kv-bg.webp");
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  height: 752px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 122px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1699px) {
  .kv {
    height: 620px;
    padding-top: 90px;
    background-size: 1700px auto, 1700px auto;
  }
}
@media (max-width: 1399px) {
  .kv {
    padding-top: 40px;
    height: 520px;
    background-size: 1400px auto, 1400px auto;
  }
}
@media (max-width: 991px) {
  .kv {
    padding-top: 20px;
    height: 340px;
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 64%;
    text-align: center;
    height: auto;
    background: url("../images/s1/s1-bg_01.png"), url("../images/kv/kv-bg-sm.webp"), #f2f2f2;
    background-position: center bottom, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
  }
}
.kv .container {
  padding-left: 75px;
}
@media (max-width: 1399px) {
  .kv .container {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .kv .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kv__date {
  font-size: 1.875rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.389;
  letter-spacing: 0.01em;
}
@media (max-width: 1399px) {
  .kv__date {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .kv__date {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .kv__date {
    font-size: 1rem;
  }
}
.kv__title {
  font-size: 3.75rem;
  font-weight: 900;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 17px;
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3rem;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
.kv__text {
  font-size: 2.125rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.389;
  letter-spacing: 0.01em;
  margin-top: 23px;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 1rem;
  }
}
.kv__text .highlight {
  font-size: 1.1764705882em;
  color: #1d9c58;
}
.kv__btn {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  background: #1d9c58;
  border-radius: 10em;
  text-decoration: none;
  display: block;
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-top: 18px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1399px) {
  .kv__btn {
    font-size: 1.5rem;
    width: 180px;
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .kv__btn {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .kv__btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    width: 140px;
    height: 44px;
    line-height: 44px;
  }
}
.kv__btn:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg_02.jpg"), #ffffff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 112px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .s1 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s1 .title__main {
  color: #757eec;
}
.s1 .title__main::after {
  color: #d3d7ff;
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1399px) {
  .s1__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .s1__wrap {
    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;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s1__head {
  width: 510px;
  padding-left: 70px;
  text-align: center;
}
@media (max-width: 1399px) {
  .s1__head {
    width: 380px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .s1__head {
    width: 310px;
    max-width: 100%;
  }
}
.s1__body {
  width: calc(100% - 510px);
  padding-left: 100px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1399px) {
  .s1__body {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 380px);
  }
}
@media (max-width: 1199px) {
  .s1__body {
    width: 500px;
    max-width: 100%;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .s1__body {
    padding-left: 0;
    margin-top: 30px;
  }
}
.s1__body::before {
  content: "";
  display: block;
  width: 186px;
  height: 125px;
  background: url("../images/s1/s1-block-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  right: -10px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s1__body::before {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .s1__body::before {
    width: 60px;
    height: 50px;
    top: -20px;
    right: 0;
  }
}
.s1__body::after {
  content: "";
  display: block;
  width: 114px;
  height: 127px;
  background: url("../images/s1/s1-block-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  bottom: 40%;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s1__body::after {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .s1__body::after {
    width: 80px;
    height: 90px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__body::after {
    top: 420px;
    left: -60px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .s1__body::after {
    width: 40px;
    height: 60px;
    left: -10px;
    top: 490px;
  }
}
.s1__text {
  font-size: 1.5rem;
  color: #707070;
  line-height: 1.4;
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s1__text {
    text-align: center;
    margin-top: 15px;
  }
}
.s1__text .highlight {
  font-size: 1.25em;
  color: #1d9c58;
  font-weight: 900;
}
.s1__btn {
  width: 416px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1399px) {
  .s1__btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s1__btn {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.s1__btn .btn {
  margin-top: 20px;
}
.s1__btn .btn:first-child {
  margin-top: 0;
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s1__item {
  border-radius: 20px;
  border-bottom-right-radius: 50px;
  position: relative;
  padding-top: 36px;
  padding-bottom: 32px;
}
.s1__item:first-child {
  background: #f3f4ff;
  width: 332px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .s1__item:first-child {
    width: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s1__item:first-child .s1__item-tag {
  color: #757eec;
  background: #d3d7ff;
  -webkit-box-shadow: 2px 5px 12px rgba(209, 213, 255, 0.8);
          box-shadow: 2px 5px 12px rgba(209, 213, 255, 0.8);
}
.s1__item:first-child .s1__item-tag, .s1__item:first-child .s1__item-title {
  color: #757eec;
}
.s1__item:nth-child(2) {
  background: #e9f6fe;
  width: 332px;
  padding-left: 55px;
  padding-right: 55px;
  margin-left: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s1__item:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(2) {
    width: 240px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s1__item:nth-child(2) .s1__item-tag {
  color: #1890d2;
  background: #aae1ff;
  -webkit-box-shadow: 2px 5px 12px rgba(170, 225, 255, 0.8);
          box-shadow: 2px 5px 12px rgba(170, 225, 255, 0.8);
}
.s1__item:nth-child(2) .s1__item-tag, .s1__item:nth-child(2) .s1__item-title {
  color: #1890d2;
}
.s1__item:nth-child(3) {
  background: #e9f8f0;
  width: 524px;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .s1__item:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(3) {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s1__item:nth-child(3) .s1__item-tag {
  color: #1d9c58;
  background: #ade6c7;
  -webkit-box-shadow: 2px 5px 12px rgba(173, 230, 199, 0.8);
          box-shadow: 2px 5px 12px rgba(173, 230, 199, 0.8);
}
.s1__item:nth-child(3) .s1__item-tag, .s1__item:nth-child(3) .s1__item-title {
  color: #1d9c58;
}
.s1__item:nth-child(3)::before {
  content: "";
  display: block;
  width: 142px;
  height: 150px;
  background: url("../images/s1/s1-girl.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -140px;
  right: 165px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s1__item:nth-child(3)::before {
    width: 100px;
    height: 110px;
    top: -100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(3)::before {
    width: 60px;
    height: 70px;
    top: -58px;
    right: 15px;
  }
}
.s1__item-tag {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 9px 18px;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media (max-width: 1199px) {
  .s1__item-tag {
    font-size: 1.125rem;
  }
}
.s1__item-title {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 1.125rem;
  }
}
.s1__item-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .s1__item-text {
    font-size: 1rem;
  }
}
.s1__note {
  font-size: 1rem;
  color: #707070;
  line-height: 1.5;
  padding-left: 70px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .s1__note {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .s1__note {
    font-size: 0.875rem;
  }
}

.s2 {
  padding-bottom: 65px;
}
.s2__wrap {
  background: #f5f5f5;
  border-radius: 80px;
  position: relative;
  padding: 80px 120px;
}
@media (max-width: 1399px) {
  .s2__wrap {
    padding: 60px 30px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    padding: 40px 30px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .s2__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s2__wrap::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  top: 9px;
  left: 9px;
  border: 2px dashed #ffffff;
  border-radius: 78px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s2__wrap::before {
    border-radius: 38px;
  }
}
@media (max-width: 767px) {
  .s2__wrap::before {
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .s2__wrap::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
}
.s2__wrap::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: url("../images/s2/s2-wrap-bg-1.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .s2__wrap::after {
    height: 3px;
    bottom: -3px;
  }
}
.s2__title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #707070;
}
@media (max-width: 1199px) {
  .s2__title {
    font-size: 1.625rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s2__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .s2__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .s2__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% + 86px);
    margin-left: -43px;
    margin-right: -43px;
  }
}
@media (max-width: 991px) {
  .s2__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
}
.s2__item {
  width: 33.33%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .s2__item {
    padding-bottom: 10px;
  }
}
.s2__item::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #1d9c58;
  position: absolute;
  top: 390px;
  left: -20px;
}
@media (max-width: 1399px) {
  .s2__item::before {
    top: 380px;
  }
}
@media (max-width: 1199px) {
  .s2__item::before {
    top: 330px;
  }
}
@media (max-width: 991px) {
  .s2__item::before {
    display: none;
  }
}
.s2__item:first-child::before {
  display: none;
}
.s2__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #535046;
  position: relative;
  margin-top: 4px;
  margin-left: 70px;
  margin-right: 40px;
  word-break: break-all;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1199px) {
  .s2__item-text {
    font-size: 1rem;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .s2__item-text {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .s2__item-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
}
.s2__item-text .no {
  display: inline-block;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  font-weight: 700;
  color: #ffffff;
  background: #1d9c58;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 10em;
  text-align: center;
  position: absolute;
  top: 2px;
  left: -28px;
}
@media (max-width: 991px) {
  .s2__item-text .no {
    left: 0;
  }
}
.s2__btn {
  width: 416px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .s2__btn {
    width: 310px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s2__btn {
    width: 300px;
    max-width: 100%;
  }
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg_01.jpg"), url("../images/s3/s3-bg_02.jpg");
  background-position: center top, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
  padding-top: 180px;
}
@media (max-width: 991px) {
  .s3 {
    padding-top: 60px;
  }
}
.s3 .title__main {
  color: #1d9c58;
}
.s3 .title__main::after {
  color: #ffffff;
}
.s3__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 124px;
  padding-right: 124px;
}
@media (max-width: 1399px) {
  .s3__wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s3__card {
  width: 340px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 54px rgba(29, 156, 88, 0.2);
          box-shadow: 0 0 54px rgba(29, 156, 88, 0.2);
}
@media (max-width: 991px) {
  .s3__card {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .s3__card {
    width: 200px;
  }
}
.s3__card img {
  display: block;
}
.s3__content {
  width: calc(100% - 340px);
  padding-left: 45px;
}
@media (max-width: 991px) {
  .s3__content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.s3__text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #5c5c5c;
  line-height: 1.8181818182;
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .s3__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s3__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__text {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.s3__text .highlight {
  font-size: 1.363636363em;
  font-weight: 900;
  color: #1d9c58;
  line-height: 1;
}
.s3__text .sm {
  font-size: 0.8181818182em;
  color: #1d9c58;
}
.s3__img {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .s3__img {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3__img {
    margin-top: 30px;
  }
}

.notice {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1399px) {
  .notice .container {
    width: 1200px;
  }
}
.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;
  display: inline-block;
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 1.875rem;
  }
}
.notice__text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .notice__text {
    font-size: 1rem;
  }
}
.notice__list {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5c5c5c;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1em;
  line-height: 1.75;
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 1rem;
  }
}
.notice__list ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.notice__list.inside {
  margin: 0;
  padding-left: 7em;
}
.notice__list.inside li {
  text-indent: -5em;
}
.notice__list.inside2 {
  margin: 0;
  padding-left: 2em;
}
.notice__list.inside2 li {
  text-indent: -1.6em;
}
.notice__list.inside3 {
  margin: 0;
  padding-left: 0.5em;
}
.notice__list.inside3 li {
  text-indent: 0em;
}
.notice__list.inside4 {
  margin: 0;
  padding-left: 7em;
}
.notice__list.inside4 li {
  text-indent: -7em;
}
.notice__list.inside5 {
  margin: 0;
  padding-left: 2.1em;
}
.notice__list.inside5 li {
  text-indent: -1.4em;
}
.notice__list-ordered {
  margin: 0;
}
.notice__list-ordered li {
  text-indent: -0.8em;
}

.note {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1399px) {
  .note .container {
    width: 1200px;
  }
}
.note__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #777777;
  text-align: center;
}
.note__text {
  font-size: 1rem;
  font-weight: 500;
  color: #777777;
  line-height: 1.5;
}

.cube-logo {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .cube-logo {
    margin-left: 10px;
  }
}
@media (max-width: 374px) {
  .cube-logo {
    margin-left: 5px;
  }
}
.cube-logo__img {
  height: 34px;
}
@media (max-width: 1199px) {
  .cube-logo__img {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .cube-logo__img {
    height: 20px;
  }
}
@media (max-width: 374px) {
  .cube-logo__img {
    height: 16px;
  }
}

.parenting-logo {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .parenting-logo {
    margin-left: 10px;
  }
}
@media (max-width: 374px) {
  .parenting-logo {
    margin-left: 5px;
  }
}
.parenting-logo__img {
  height: 34px;
}
@media (max-width: 1199px) {
  .parenting-logo__img {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .parenting-logo__img {
    height: 20px;
  }
}
@media (max-width: 374px) {
  .parenting-logo__img {
    height: 16px;
  }
}

@-webkit-keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 1.375rem;
  font-weight: 500;
  color: white;
  background-color: #373737;
  letter-spacing: 0.2em;
  border-radius: 10em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 374px) {
  .btn {
    font-size: 1rem;
  }
}
.btn::before {
  content: "";
  display: inline-block;
  background: url("../images/icon/btn-arrow-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: calc(50% - 13px);
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
  .btn:hover::before {
    -webkit-animation: ani-arrow 0.8s ease infinite;
            animation: ani-arrow 0.8s ease infinite;
  }
}
.btn--green {
  background-color: #1d9c58;
}

.collapse.active .collapse__head-controller::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapse__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collapse__head-controller {
  width: 30px;
  height: 30px;
  border: 1px solid #5c5c5c;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .collapse__head-controller {
    width: 24px;
    height: 24px;
  }
}
.collapse__head-controller::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #5c5c5c;
  position: absolute;
  top: 13px;
  left: 6px;
}
@media (max-width: 767px) {
  .collapse__head-controller::before {
    width: 12px;
    height: 1px;
    top: 11px;
    left: 5px;
  }
}
.collapse__head-controller::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #5c5c5c;
  position: absolute;
  top: 13px;
  left: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .collapse__head-controller::after {
    width: 12px;
    height: 1px;
    top: 11px;
    left: 5px;
  }
}
.collapse__body {
  display: none;
  margin-top: 30px;
}

.tab {
  margin-top: -50px;
  text-align: right;
}
@media (max-width: 1199px) {
  .tab {
    margin-top: 30px;
    text-align: center;
  }
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 644px;
}
@media (max-width: 767px) {
  .tab__head {
    width: 100%;
  }
}
.tab__head::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #1d9c58;
  z-index: 1;
}
.tab__headitem {
  font-size: 1.25rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.1em;
  border: 1px solid #1d9c58;
  border-bottom: none;
  width: 322px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 10px;
  position: relative;
  border-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tab__headitem {
    width: 50%;
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .tab__headitem {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
.tab__headitem .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #1d9c58 transparent transparent transparent;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
}
@media (max-width: 767px) {
  .tab__headitem .arrow {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .tab__headitem .arrow {
    top: calc(50% - 2px);
    right: 10px;
    border-width: 5px 5px 0 5px;
  }
}
@media (max-width: 413px) {
  .tab__headitem .arrow {
    display: none;
  }
}
.tab__headitem.active {
  color: #1d9c58;
  border-color: #1d9c58;
}
.tab__headitem.active .arrow {
  opacity: 1;
}
.tab__headitem.active::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 1;
}
.tab__headitem.active::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 16px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  background: url("../images/s2/s2-tab-head.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.tab__headitem:last-child.active::before {
  width: 100%;
}
.tab__headitem:last-child.active::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: -20px;
}
.tab__bodyitem {
  display: none;
  text-align: left;
  padding-top: 46px;
}
@media (max-width: 767px) {
  .tab__bodyitem {
    padding-top: 15px;
  }
}