@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

@media (max-width: 1279px) {
  .hide--lg {
    display: none;
  }
}

.show--mbsm {
  display: none;
}
@media (max-width: 413px) {
  .show--mbsm {
    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: 1279px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title {
  position: relative;
  text-align: center;
}
.title__main {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.2;
  color: #262626;
  position: relative;
}
@media (max-width: 1199px) {
  .title__main {
    font-size: 3.125em;
  }
}
@media (max-width: 991px) {
  .title__main {
    font-size: 2.75em;
  }
}
@media (max-width: 767px) {
  .title__main {
    font-size: 2.25em;
  }
}
@media (max-width: 374px) {
  .title__main {
    font-size: 2em;
  }
}
.title__main .en {
  font-weight: 700;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
}
.title__main .highlight {
  font-weight: 900;
  color: #5e66cc;
}
.title__sub {
  font-size: 1.5em;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
  letter-spacing: 0.075em;
}
@media (max-width: 1199px) {
  .title__sub {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .title__sub {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .title__sub {
    font-size: 1em;
  }
}

.underline {
  border-bottom: 1px solid #000;
}

.btn {
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #00283d;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 10em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    width: 180px;
    font-size: 1.125em;
  }
}
.btn:hover {
  opacity: 0.8;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 790px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 54px;
}
@media (min-width: 1921px) {
  .kv {
    height: 40vw;
    background-size: cover;
  }
}
@media (max-width: 1599px) {
  .kv {
    height: 42vw;
    background-size: cover;
    padding-top: 3.4vw;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 62%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.webp"), #ecf5fc;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-animation: ani-kv 1.2s ease infinite;
          animation: ani-kv 1.2s ease infinite;
}
@media (min-width: 1921px) {
  .kv::before {
    background-size: cover;
  }
}
@media (max-width: 1599px) {
  .kv::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv::before {
    background-position: left 65% bottom;
    background-size: 200% auto;
  }
}
.kv__box {
  position: relative;
  width: 650px;
  margin-left: 23px;
  -webkit-animation: zoomIn 0.7s ease;
          animation: zoomIn 0.7s ease;
}
@media (max-width: 1599px) {
  .kv__box {
    margin-left: 6vw;
  }
}
@media (max-width: 1279px) {
  .kv__box {
    margin-left: 10vw;
  }
}
@media (max-width: 991px) {
  .kv__box {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .kv__box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kv__date {
  font-size: 2.3125em;
  font-weight: 500;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #707070;
}
@media (max-width: 1599px) {
  .kv__date {
    font-size: 1.927vw;
  }
}
@media (max-width: 767px) {
  .kv__date {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .kv__date {
    font-size: 5vw;
  }
}
.kv__title {
  display: block;
  font-size: 5.25em;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 34px;
}
@media (max-width: 1599px) {
  .kv__title {
    font-size: 4.375vw;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 8vw;
  }
}
@media (max-width: 480px) {
  .kv__title {
    font-size: 10vw;
    margin-top: 2vw;
  }
}

.s1 {
  position: relative;
  padding-top: 75px;
  padding-bottom: 45px;
  background: url("../images/s1/s1-bg_01.jpg"), url("../images/s1/s1-bg_03.jpg"), #f3f4ff;
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 991px) {
  .s1 {
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 800px auto, 800px auto;
  }
}
.s1::before {
  content: "";
  display: inline-block;
  width: 198px;
  height: 554px;
  background: url("../images/s1/s1-girl.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50vw - 800px);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s1::before {
    width: 160px;
    height: 450px;
    left: calc(50vw - 660px);
  }
}
@media (max-width: 1199px) {
  .s1::before {
    width: 100px;
    height: 270px;
    left: calc(50vw - 520px);
  }
}
@media (max-width: 991px) {
  .s1::before {
    left: calc(50vw - 300px);
  }
}
@media (max-width: 767px) {
  .s1::before {
    left: calc(50vw - 260px);
  }
}
@media (max-width: 480px) {
  .s1::before {
    width: 80px;
    height: 200px;
    left: calc(50vw - 200px);
  }
}
@media (max-width: 374px) {
  .s1::before {
    display: none;
  }
}
@media (min-width: 1600px) {
  .s1 .container {
    width: 1440px;
  }
}
.s1__info {
  font-size: 1.75em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .s1__info {
    font-size: 1.5em;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s1__info {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s1__info {
    font-size: 1.125em;
    margin-top: 15px;
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .s1__block {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .s1__block {
    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: 767px) {
  .s1__block {
    margin-top: 70px;
  }
}
.s1__item {
  width: 540px;
  padding: 50px 20px 20px;
  -webkit-box-shadow: 10px 9px #d3d7ff;
          box-shadow: 10px 9px #d3d7ff;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1599px) {
  .s1__item {
    width: 490px;
  }
}
@media (max-width: 1199px) {
  .s1__item {
    width: 440px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    padding: 30px 10px 15px;
    width: 370px;
  }
}
@media (max-width: 480px) {
  .s1__item {
    width: 100%;
    -webkit-box-shadow: 5px 5px #d3d7ff;
            box-shadow: 5px 5px #d3d7ff;
  }
}
.s1__item--blue {
  margin-left: 78px;
}
@media (max-width: 1199px) {
  .s1__item--blue {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .s1__item--blue {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .s1__item--blue {
    margin-top: 60px;
  }
}
.s1__item--blue .s1__head-tag {
  top: -62px;
  left: -45px;
}
@media (max-width: 767px) {
  .s1__item--blue .s1__head-tag {
    left: calc(50% - 60px);
    top: -40px;
  }
}
.s1__item--blue .s1__subtitle {
  background: #aae1ff;
}
.s1__item--blue .s1__subtitle::after {
  background: url("../images/s1/s1-body-bg-2.png");
  background-position: left bottom;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.s1__item--blue .s1__body {
  background: #e9f6fe;
}
.s1__item--blue .s1__table .highlight {
  color: #1c88c4;
}
.s1__item--blue .s1__table tr td {
  border-color: #caecff;
}
.s1__item--blue .s1__qty {
  background: #1c88c4;
}
.s1__item--blue .s1__qty .highlight {
  color: #ffffff;
}
.s1__item--blue .s1__total {
  background: #1c88c4;
}
.s1__item--blue .s1__total-title {
  background: #aae1ff;
}
.s1__head-tag {
  position: absolute;
  top: -50px;
  left: -85px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s1__head-tag {
    top: -30px;
    left: -50px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .s1__head-tag {
    left: calc(50% - 80px);
    top: -35px;
    width: 120px;
  }
}
.s1__head-title {
  font-size: 1.5em;
  font-weight: 500;
  color: #262626;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1199px) {
  .s1__head-title {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s1__head-title {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s1__head-title {
    font-size: 1em;
  }
}
.s1__subtitle {
  background: #ade6c7;
  font-size: 1.625em;
  font-weight: 700;
  color: #262626;
  text-align: center;
  letter-spacing: 0.01em;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s1__subtitle {
    font-size: 1.375em;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .s1__subtitle {
    font-size: 1.125em;
  }
}
.s1__subtitle::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 58px;
  background: url("../images/s1/s1-subtitle-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .s1__subtitle::before {
    width: 40px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .s1__subtitle::before {
    width: 30px;
    height: 34px;
    margin-right: 10px;
  }
}
.s1__subtitle::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: url("../images/s1/s1-body-bg-1.png");
  background-position: left bottom;
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: -5px;
}
.s1__body {
  background: #e9f8f0;
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 8px;
}
@media (max-width: 1599px) {
  .s1__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .s1__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s1__table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.01em;
  border-collapse: collapse;
}
@media (max-width: 1599px) {
  .s1__table {
    font-size: 1.375em;
  }
}
@media (max-width: 1199px) {
  .s1__table {
    font-size: 1.188em;
  }
}
@media (max-width: 767px) {
  .s1__table {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s1__table {
    font-size: 1em;
  }
}
.s1__table .highlight {
  font-weight: 700;
  color: #1d9c57;
}
.s1__table tr td {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 3px solid #cbefdc;
}
.s1__table tr td:first-child {
  width: 75%;
  padding-left: 25px;
}
@media (max-width: 1599px) {
  .s1__table tr td:first-child {
    padding-left: 0;
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .s1__table tr td:first-child {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .s1__table tr td:first-child {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .s1__table tr td:first-child {
    width: 75%;
  }
}
@media (max-width: 374px) {
  .s1__table tr td:first-child {
    width: 70%;
  }
}
.s1__table tr td:last-child {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1599px) {
  .s1__table tr td:last-child {
    padding-right: 0;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .s1__table tr td:last-child {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .s1__table tr td:last-child {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .s1__table tr td:last-child {
    width: 25%;
    padding-left: 0px;
  }
}
@media (max-width: 374px) {
  .s1__table tr td:last-child {
    width: 30%;
  }
}
.s1__table tr:first-child td {
  border-top: none;
}
.s1__table-td--style1 {
  padding-left: 0 !important;
}
.s1__table-td--style1 .s1__table-tag {
  margin-right: 10px;
}
.s1__table-td--style2 {
  padding-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
.s1__table-td--style2 .s1__table-tag {
  margin-right: 10px;
  height: 137px;
}
.s1__table-td--style2 .s1__table-row {
  width: calc(100% - 46px);
  line-height: 1.25;
}
@media (max-width: 991px) {
  .s1__table-td--style2 .s1__table-row {
    width: calc(100% - 36px);
  }
}
.s1__table-td--style2 .s1__table-col {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 3px solid #caecff;
}
.s1__table-td--style2 .s1__table-col:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.s1__table-tag {
  font-size: 0.75em;
  font-weight: 700;
  color: #262626;
  width: 36px;
  height: 60px;
  background: #caecff;
  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;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .s1__table-tag {
    width: 26px;
  }
}
@media (max-width: 480px) {
  .s1__table-tag {
    width: 20px;
  }
}
.s1__table-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s1__qty {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #3bb875;
  border: 3px solid #ffffff;
  color: #ffffff;
  text-align: center;
  border-radius: 10em;
  font-size: 0.875em;
  margin-left: 3px;
}
@media (max-width: 480px) {
  .s1__qty {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
}
.s1__qty .highlight {
  font-size: 1.7142em;
  font-weight: 900;
  color: #ffffff;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
}
.s1__total {
  background: #3bb875;
  border-radius: 10em;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.s1__total-title {
  font-size: 1.313em;
  color: #262626;
  font-weight: 700;
  width: 198px;
  background: #ade6c7;
  padding-left: 40px;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 10px 0 10px 50px;
  line-height: 1.2;
  border-radius: 10em;
  position: relative;
}
@media (max-width: 1199px) {
  .s1__total-title {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s1__total-title {
    font-size: 1em;
    width: 160px;
    padding-left: 40px;
  }
}
@media (max-width: 374px) {
  .s1__total-title {
    font-size: 0.875em;
    width: 140px;
    padding-left: 30px;
  }
}
.s1__total-title::before {
  content: "";
  display: block;
  width: 67px;
  height: 83px;
  background: url("../images/s1/s1-total-title.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .s1__total-title::before {
    width: 50px;
    height: 64px;
  }
}
.s1__total-text {
  width: calc(100% - 198px);
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199px) {
  .s1__total-text {
    font-size: 2.25em;
  }
}
@media (max-width: 767px) {
  .s1__total-text {
    font-size: 1.875em;
    width: calc(100% - 160px);
  }
}
@media (max-width: 374px) {
  .s1__total-text {
    font-size: 1.625em;
    width: calc(100% - 140px);
    padding-right: 10px;
  }
}
.s1__total-text .highlight {
  font-size: 1.35em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .s1__total-text .highlight {
    line-height: 1.5;
  }
}
.s1__note {
  font-size: 1.125em;
  font-weight: 500;
  color: #494949;
  text-align: right;
  margin-top: 5px;
  padding-right: 38px;
}
@media (max-width: 1199px) {
  .s1__note {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .s1__note {
    font-size: 0.875em;
  }
}
.s1__btn {
  margin-top: 32px;
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-bottom: 60px;
  }
}
.s2::before {
  content: "";
  display: block;
  width: 300px;
  height: 486px;
  background: url("../images/s2/s2-man.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: calc(50vw - 800px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s2::before {
    width: 250px;
    height: 400px;
    right: calc(50vw - 650px);
  }
}
@media (max-width: 1279px) {
  .s2::before {
    right: calc(50vw - 620px);
  }
}
@media (max-width: 1199px) {
  .s2::before {
    width: 160px;
    height: 250px;
    right: calc(50vw - 520px);
  }
}
@media (max-width: 991px) {
  .s2::before {
    width: 140px;
    height: 220px;
    right: calc(50vw - 380px);
  }
}
@media (max-width: 767px) {
  .s2::before {
    right: 0;
  }
}
@media (max-width: 480px) {
  .s2::before {
    width: 110px;
    height: 180px;
    right: -5px;
  }
}
@media (max-width: 374px) {
  .s2::before {
    display: none;
  }
}
.s2__wrap {
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  background: #e8e7db;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px #f1f4e6 inset;
          box-shadow: 0 5px #f1f4e6 inset;
  padding: 25px 65px 70px;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .s2__wrap {
    width: 700px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    width: 100%;
    padding: 25px 30px 50px;
  }
}
.s2__item iframe {
  width: 100%;
  height: 405px;
}
@media (max-width: 991px) {
  .s2__item iframe {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .s2__item iframe {
    height: 50vw;
  }
}
.s2__btn {
  margin-top: 35px;
}

.s3 {
  position: relative;
  padding-top: 85px;
  padding-bottom: 20px;
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .s3 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .s3 {
    padding-bottom: 190px;
  }
}
.s3::before {
  content: "";
  display: inline-block;
  width: 390px;
  height: 520px;
  background: url("../images/s3/s3-man.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50vw - 680px);
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s3::before {
    width: 360px;
    height: 450px;
    left: calc(50vw - 660px);
  }
}
@media (max-width: 1199px) {
  .s3::before {
    width: 220px;
    height: 280px;
    left: calc(50vw - 530px);
  }
}
@media (max-width: 991px) {
  .s3::before {
    left: calc(50vw - 400px);
  }
}
@media (max-width: 767px) {
  .s3::before {
    left: calc(50vw - 260px);
    height: 200px;
  }
}
@media (max-width: 480px) {
  .s3::before {
    width: 180px;
    height: 180px;
    left: calc(50vw - 180px);
  }
}
.s3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/s3/s3-bg-2.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .s3::after {
    background-position: left calc(50vw - 995px) bottom;
  }
}
@media (max-width: 1199px) {
  .s3::after {
    background-size: 1800px auto;
  }
}
@media (max-width: 991px) {
  .s3::after {
    background: url("../images/s3/s3-bg-2-tb.png");
    background-position: right bottom;
    background-size: 220px auto;
    background-repeat: no-repeat;
  }
}
.s3__info {
  font-size: 1.75em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s3__info {
    font-size: 1.5em;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s3__info {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s3__info {
    font-size: 1.125em;
    margin-top: 15px;
  }
}
.s3__info .highlight {
  color: #1d9c58;
}
.s3__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  margin-top: 65px;
}
@media (max-width: 1279px) {
  .s3__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10vw;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .s3__block {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s3__block {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    padding-right: 0;
  }
}
.s3__box {
  width: 290px;
  height: 363px;
  background: url("../images/s3/s3-box.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .s3__box {
    width: 250px;
    height: 314px;
  }
}
@media (max-width: 480px) {
  .s3__box {
    width: 220px;
    height: 276px;
  }
}
.s3__item {
  width: 660px;
  padding: 23px 30px;
  background: #ffffff;
  -webkit-box-shadow: 10px 9px #0c76b0;
          box-shadow: 10px 9px #0c76b0;
  margin-left: 37px;
  position: relative;
}
@media (max-width: 991px) {
  .s3__item {
    width: 575px;
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .s3__item {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .s3__item {
    padding: 15px 10px;
    -webkit-box-shadow: 5px 8px #0c76b0;
            box-shadow: 5px 8px #0c76b0;
  }
}
.s3__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/s3/s3-body-bg-1.png");
  background-position: left bottom;
  background-size: auto;
  background-repeat: repeat-x;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
}
.s3__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/s3/s3-body-bg-2.png");
  background-position: left bottom;
  background-size: auto;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
}
.s3__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .s3__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s3__head-tag {
  width: 134px;
}
@media (max-width: 991px) {
  .s3__head-tag {
    width: 80px;
  }
}
@media (max-width: 374px) {
  .s3__head-tag {
    width: 70px;
  }
}
.s3__head-content {
  text-align: center;
}
.s3__head-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #262626;
}
@media (max-width: 991px) {
  .s3__head-title {
    font-size: 2.125em;
  }
}
@media (max-width: 480px) {
  .s3__head-title {
    font-size: 1.875em;
  }
}
.s3__head-text {
  font-size: 1.25em;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 991px) {
  .s3__head-text {
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s3__head-text {
    font-size: 0.875em;
  }
}
.s3__body {
  margin-top: 8px;
}
.s3__body-item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 17px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .s3__body-item {
    padding: 10px;
  }
}
.s3__body-item:first-child {
  margin-top: 0;
}
.s3__body-tag {
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  background: #3bb875;
  width: 78px;
  height: 78px;
  border-radius: 10em;
  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;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .s3__body-tag {
    font-size: 1.125em;
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .s3__body-tag {
    font-size: 1em;
    width: 60px;
    height: 60px;
  }
}
.s3__body-text {
  font-size: 1.5em;
  font-weight: 500;
  color: #222222;
  width: calc(100% - 78px);
  padding-left: 16px;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .s3__body-text {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s3__body-text {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s3__body-text {
    font-size: 1em;
    text-align: justify;
    padding-left: 10px;
  }
}
.s3__body-text .highlight {
  font-weight: 700;
  color: #1890d2;
}
.s3__btn {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .s3__btn {
    margin-top: 40px;
  }
}
.s3__note {
  font-size: 1em;
  font-weight: 700;
  color: #959595;
  text-align: center;
  margin-top: 20px;
}

.s4 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
  background: url("../images/s4/s4-bg_02.jpg"), url("../images/s4/s4-bg_01.jpg");
  background-position: center bottom, center top 36px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .s4 {
    background-size: cover;
    padding-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .s4 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .s4 {
    padding-bottom: 80px;
  }
}
.s4::before {
  content: "";
  display: inline-block;
  width: 392px;
  height: 384px;
  background: url("../images/s4/s4-girl.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(50vw - 960px);
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s4::before {
    width: 230px;
    height: 220px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .s4::before {
    width: 180px;
    height: 175px;
  }
}
@media (max-width: 480px) {
  .s4::before {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 374px) {
  .s4::before {
    width: 120px;
    height: 120px;
  }
}
.s4__info {
  font-size: 1.75em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s4__info {
    font-size: 1.5em;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s4__info {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s4__info {
    font-size: 1.125em;
    margin-top: 15px;
  }
}
.s4__info .highlight {
  color: #1d9c58;
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 70px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: 46px;
}
@media (max-width: 991px) {
  .s4__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (max-width: 767px) {
  .s4__block {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.s4__item {
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .s4__item {
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.s4__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 27px;
  background: url("../images/s4/s4-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  bottom: 54px;
}
@media (max-width: 1199px) {
  .s4__item::before {
    width: 12px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .s4__item::before {
    display: none;
  }
}
.s4__item:first-child::before {
  display: none;
}
.s4__item-img {
  display: inline-block;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 29px rgba(149, 178, 163, 0.5);
          box-shadow: 0 0 29px rgba(149, 178, 163, 0.5);
}
.s4__item-no {
  font-size: 1.875em;
  font-weight: 700;
  color: #92d0ae;
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .s4__item-no {
    font-size: 1.5em;
  }
}
.s4__item-text {
  font-size: 1.375em;
  font-weight: 700;
  color: #00283d;
  line-height: 1.63636;
}
@media (max-width: 1199px) {
  .s4__item-text {
    font-size: 1.125em;
  }
}
.s4__btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s4__btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s4 .slick-next, .s4 .slick-prev {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .s4 .slick-next, .s4 .slick-prev {
    top: 45%;
  }
}
.s4 .slick-prev {
  left: 5vw;
}
@media (max-width: 767px) {
  .s4 .slick-prev {
    left: 18vw;
  }
}
@media (max-width: 575px) {
  .s4 .slick-prev {
    left: 12vw;
  }
}
@media (max-width: 480px) {
  .s4 .slick-prev {
    left: 0;
  }
}
.s4 .slick-next {
  right: 5vw;
}
@media (max-width: 767px) {
  .s4 .slick-next {
    right: 18vw;
  }
}
@media (max-width: 575px) {
  .s4 .slick-next {
    right: 12vw;
  }
}
@media (max-width: 480px) {
  .s4 .slick-next {
    right: 0;
  }
}

.s5 {
  position: relative;
  padding-top: 50px;
  background: url("../images/s5/s5-bg_01.jpg"), #e9f8f0;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .s5 {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .s5 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s5 {
    background-size: 900px auto;
  }
}
.s5.active {
  background: url("../images/s5/s5-bg_01.jpg"), url("../images/s5/s5-bg_02.jpg"), #e9f8f0;
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 767px) {
  .s5.active {
    background-size: 900px auto, 900px auto;
  }
}
.s5__controller {
  width: 40px;
  height: 30px;
  background: url("../images/s5/s5-controller.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  cursor: pointer;
}
.s5__controller.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (hover: hover) {
  .s5__controller:hover {
    opacity: 0.8;
  }
}
.s5__head {
  padding-bottom: 15px;
}
.s5__wrap {
  position: relative;
  padding-bottom: 66px;
  display: none;
}
@media (max-width: 767px) {
  .s5__wrap {
    padding-bottom: 30px;
  }
}
.s5__box {
  padding: 55px 80px 35px;
  -webkit-box-shadow: 10px 9px #d3d7ff;
          box-shadow: 10px 9px #d3d7ff;
  background: url("../images/s5/s5-box-bg_01.png"), url("../images/s5/s5-box-bg_03.png"), #ffffff;
  background-position: left top, right bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1199px) {
  .s5__box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .s5__box {
    padding: 30px 15px;
    background-size: 100% auto, 100% auto;
    -webkit-box-shadow: 5px 5px #d3d7ff;
            box-shadow: 5px 5px #d3d7ff;
  }
}
.s5__box-item {
  border-top: 4px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 25px;
}
.s5__box-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.s5__title {
  font-size: 1.875em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  .s5__title {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .s5__title {
    font-size: 1.25em;
  }
}
.s5__subtitle {
  font-size: 1.625em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .s5__subtitle {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .s5__subtitle {
    font-size: 1em;
  }
}
.s5__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .s5__block {
    margin-top: 10px;
  }
}
.s5__item {
  width: 33.33%;
  font-size: 1.875em;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.s5__item:nth-child(1) {
  margin-top: 0;
}
.s5__item:nth-child(2) {
  margin-top: 0;
}
.s5__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .s5__item {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .s5__item {
    font-size: 1.25em;
    width: 50%;
    margin-top: 10px;
  }
  .s5__item:nth-child(3) {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s5__item {
    font-size: 0.9375em;
  }
}
@media (max-width: 374px) {
  .s5__item {
    font-size: 0.75em;
  }
}
.s5__text {
  font-size: 1.875em;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 767px) {
  .s5__text {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .s5__text {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s5__text {
    font-size: 1em;
  }
}

.s6 {
  position: relative;
  background: url("../images/s6/s6-bg.jpg"), #e9f8f0;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1921px) {
  .s6 {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .s6 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s6 {
    background: #e9f6fe;
  }
}
.s6::before {
  content: "";
  display: inline-block;
  width: 236px;
  height: 387px;
  background: url("../images/s6/s6-girl.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(50vw - 740px);
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s6::before {
    right: 0;
    width: 180px;
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .s6::before {
    width: 150px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .s6::before {
    width: 130px;
    height: 240px;
    right: -15px;
  }
}
@media (max-width: 480px) {
  .s6::before {
    width: 110px;
    height: 200px;
    right: 0px;
  }
}
@media (max-width: 374px) {
  .s6::before {
    width: 90px;
    height: 180px;
    right: -5px;
  }
}
.s6__info {
  font-size: 1.75em;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s6__info {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .s6__info {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s6__info {
    font-size: 1.125em;
  }
}
.s6__info .highlight {
  color: #1d9c58;
}
.s6__wrap {
  width: 967px;
  padding: 18px 30px;
  background: #ffffff;
  -webkit-box-shadow: 10px 9px #4c53ac;
          box-shadow: 10px 9px #4c53ac;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s6__wrap {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .s6__wrap {
    width: 400px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .s6__wrap {
    -webkit-box-shadow: 5px 8px #4c53ac;
            box-shadow: 5px 8px #4c53ac;
  }
}
.s6__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/s3/s3-body-bg-1.png");
  background-position: left bottom;
  background-size: auto;
  background-repeat: repeat-x;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
}
.s6__wrap-title {
  font-size: 1.5em;
  font-weight: 500;
  color: #1890d2;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .s6__wrap-title {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .s6__wrap-title {
    font-size: 1.125em;
  }
}
.s6__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%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .s6__block {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s6__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .s6__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .s6__item:first-child {
    margin-top: 0;
  }
}
.s6__item-title {
  width: 78px;
  height: 78px;
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #3bb875;
  border-radius: 10em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .s6__item-title {
    font-size: 1em;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .s6__item-title {
    font-size: 0.875em;
    width: 65px;
    height: 65px;
  }
}
.s6__item-title .highlight {
  display: block;
  font-size: 1.8em;
  line-height: 0.8em;
}
.s6__item-text {
  font-size: 1.375em;
  font-weight: 500;
  color: #222222;
  background: #e9f8f0;
  line-height: 1.2;
  width: 328px;
  height: 90px;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 55px;
  padding-right: 30px;
  margin-left: -40px;
}
@media (max-width: 1199px) {
  .s6__item-text {
    font-size: 1.25em;
    padding-left: 50px;
    padding-right: 15px;
    width: 290px;
  }
}
@media (max-width: 991px) {
  .s6__item-text {
    font-size: 1.125em;
    width: 240px;
    padding-left: 30px;
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .s6__item-text {
    font-size: 1em;
    width: 220px;
    height: 80px;
  }
}
.s6__item:first-child {
  margin-left: 0;
}
.s6__item:last-child {
  margin-right: 0;
}
.s6__btn {
  margin-top: 20px;
}
.s6__note {
  font-size: 1em;
  font-weight: 700;
  color: #959595;
  text-align: center;
  margin-top: 10px;
}

.notice.active .notice__head-controller {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice__head {
  background: #6b6b6b;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
.notice__head-controller {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../images/notice/notice-head-controller.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .notice__head-controller {
    width: 20px;
    height: 16px;
    margin-left: 5px;
  }
}
.notice__head-title {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
  .notice__head-title {
    font-size: 1.25em;
  }
}
.notice__body {
  background: #e8e8e8;
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 1.25em;
  font-weight: 500;
  color: #262626;
  line-height: 1.6;
  display: none;
}
@media (max-width: 1199px) {
  .notice__body {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .notice__body {
    font-size: 1em;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.notice__title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .notice__title {
    line-height: 1.3;
    font-size: 1.3em;
  }
}
.notice__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
  margin-left: 0.8em;
  margin-right: 0.5em;
}
@media (max-width: 1199px) {
  .notice__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.notice__list li {
  text-indent: -2em;
}
.notice__list.inside {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3em;
}
.notice__list.inside li {
  text-indent: -3em;
}
.notice__list.inside2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.8em;
}
.notice__list.inside2 li {
  text-indent: -0.8em;
}
.notice__list a {
  text-decoration: none;
  color: #134d85;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-bottom: 1px solid #134d85;
}
.notice__list a:hover {
  opacity: 0.8;
}
.notice__table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 480px) {
  .notice__table {
    font-size: 3.3vw;
  }
}
.notice__table tr:nth-child(2) td {
  border-top: none;
}
.notice__table th {
  font-weight: 700;
  color: #262626;
  background: #bdbdbd;
  text-align: center;
  padding: 9px;
}
.notice__table td {
  background: #ffffff;
  border-left: 4px solid #e7e7e7;
  border-top: 2px solid #e7e7e7;
  padding: 5px;
}
.notice__table-text::before {
  content: "◆";
  display: inline-block;
  font-size: 0.7em;
  margin-right: 8px;
}
.notice__table--style1 {
  margin-top: 10px;
  position: relative;
}
.notice__table--style1 td.col1 {
  text-align: center;
  width: 378px;
}
@media (max-width: 1199px) {
  .notice__table--style1 td.col1 {
    width: 35%;
  }
}
.notice__table--style1 td.col2 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .notice__table--style1 td.col2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.notice__table--style1 td.col3 {
  text-align: center;
  width: 282px;
}
@media (max-width: 1199px) {
  .notice__table--style1 td.col3 {
    width: 25%;
  }
}
.notice__table--style2 {
  margin-bottom: 20px;
  position: relative;
}
.notice__table--style2 td.col1 {
  text-align: center;
  width: 378px;
}
@media (max-width: 1199px) {
  .notice__table--style2 td.col1 {
    width: 35%;
  }
}
.notice__table--style2 td.col2 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .notice__table--style2 td.col2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.notice__table--style2 td.col3 {
  text-align: center;
  width: 282px;
}
@media (max-width: 1199px) {
  .notice__table--style2 td.col3 {
    width: 25%;
  }
}
.notice__table--style2 td.col4 {
  text-align: center;
  width: 3em;
}
.notice__table--style3 {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.notice__table--style3 td {
  width: 50%;
  text-align: center;
}
.notice__table--radius-top tr:first-child th:first-child {
  position: relative;
}
.notice__table--radius-top tr:first-child th:first-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_01.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.notice__table--radius-top tr:first-child th:last-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_02.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.notice__table--radius-bottom tr:last-child td:first-child {
  position: relative;
}
.notice__table--radius-bottom tr:last-child td:first-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_03.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.notice__table--radius-bottom tr:last-child td:last-child::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_04.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.notice__table--radius-bottom2 {
  position: relative;
}
.notice__table--radius-bottom2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_03.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.notice__table--radius-bottom2::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/notice/notice-table-bg_04.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125em;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 0.875em;
  }
}
.footer__block {
  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;
}
@media (max-width: 767px) {
  .footer__block {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer__item {
    width: 100%;
    text-align: center;
  }
}
.footer__item::before {
  content: "│";
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}
.footer__item:first-child::before {
  display: none;
  margin-left: 0;
}

@-webkit-keyframes ani-kv {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-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);
  }
}