@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;
  }
}

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: 1120px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.title__icon {
  text-align: center;
}
@media (max-width: 1399px) {
  .title__icon {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .title__icon {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .title__icon {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .title__icon {
    width: 100px;
  }
}
.title__item {
  font-size: 3.625rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .title__item {
    font-size: 2.875rem;
  }
}
@media (max-width: 991px) {
  .title__item {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .title__item {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .title__item {
    font-size: 1.625rem;
  }
}

.fixed {
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f6), to(#ebebeb));
  background: linear-gradient(to right, #f4f4f6 0%, #ebebeb 100%);
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 15px rgba(153, 153, 153, 0.5);
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 999;
  width: 100px;
  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;
  border-radius: 22px;
  padding: 14px 10px;
}
@media (max-width: 767px) {
  .fixed {
    width: auto;
    padding: 10px 5px;
    border-radius: 10px;
    right: 15px;
  }
}
.fixed__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 72px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .fixed__item {
    width: 60px;
    font-size: 0.875rem;
  }
}
.fixed__item-icon {
  display: inline-block;
  width: 100%;
  height: 72px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .fixed__item-icon {
    margin-bottom: 4px;
    height: 60px;
  }
}
.fixed__item:nth-child(1) .fixed__item-icon {
  background: url("../images/common/fixed-item-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .fixed__item:nth-child(1):hover .fixed__item-icon {
    background: url("../images/common/fixed-item-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.fixed__item:nth-child(2) .fixed__item-icon {
  background: url("../images/common/fixed-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .fixed__item:nth-child(2):hover .fixed__item-icon {
    background: url("../images/common/fixed-item-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.fixed__item:first-child {
  margin-top: 0;
}

.purple {
  color: #676ed5;
}

.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;
  }
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg"), #eafaf0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 805px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 200px;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1399px) {
  .kv {
    height: 650px;
    padding-top: 160px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 570px;
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 450px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 28vw;
    padding-bottom: 65%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #eafaf0;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-man.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ani-kv-man 0.8s ease;
          animation: ani-kv-man 0.8s ease;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-man-sm.png");
    background-position: center bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
  }
}
.kv .container {
  padding-left: 0px;
}
@media (max-width: 1399px) {
  .kv .container {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .kv .container {
    padding-left: 20px;
  }
}
.kv__title {
  font-size: 4.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.294117647;
  letter-spacing: 0.01em;
  margin-top: 26px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3.875rem;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 374px) {
  .kv__title {
    font-size: 1.875rem;
  }
}
.kv__text {
  font-size: 2.75rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.3863;
  letter-spacing: 0.01em;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .kv__text {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 1rem;
  }
}
.kv__btn {
  margin-top: 40px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__btn {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .kv__btn {
    margin-top: 15px;
  }
}
.kv__btn .btn {
  font-size: 1.875rem;
  width: 200px;
  height: 64px;
  line-height: 64px;
  margin-left: 46px;
}
@media (max-width: 1399px) {
  .kv__btn .btn {
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1199px) {
  .kv__btn .btn {
    font-size: 1.5rem;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-left: 32px;
  }
}
@media (max-width: 991px) {
  .kv__btn .btn {
    font-size: 1.25rem;
    width: 140px;
    height: 44px;
    line-height: 44px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .kv__btn .btn {
    font-size: 1rem;
    width: 120px;
    line-height: 38px;
    height: 38px;
  }
}
.kv__btn .btn:first-child {
  margin-left: 0;
}

.s1 {
  position: relative;
  overflow: hidden;
  background: url("../images/s1/s1-bg_01.jpg"), url("../images/s1/s1-bg_02.jpg");
  background-position: center top, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
  padding-top: 170px;
  padding-bottom: 160px;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s1 {
    background-size: 1700px auto, 1700px auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 120px;
    padding-bottom: 100px;
    background-size: 1400px auto, 1400px auto;
  }
}
@media (max-width: 991px) {
  .s1 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-size: 1200px auto, 1200px auto;
  }
}
@media (max-width: 480px) {
  .s1 {
    background-size: 100% auto, 100% auto;
  }
}
@media (min-width: 1400px) {
  .s1 .container {
    width: 1294px;
  }
}
.s1__date {
  font-size: 1.875rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
@media (max-width: 1399px) {
  .s1__date {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .s1__date {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s1__date {
    font-size: 1.125rem;
  }
}
.s1__date-item {
  display: inline-block;
  position: relative;
}
.s1__date-item::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/s1/s1-date-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -44px;
}
@media (max-width: 1399px) {
  .s1__date-item::before {
    width: 20px;
    height: 20px;
    left: -34px;
  }
}
@media (max-width: 991px) {
  .s1__date-item::before {
    width: 14px;
    height: 14px;
    left: -24px;
  }
}
@media (max-width: 767px) {
  .s1__date-item::before {
    width: 10px;
    height: 10px;
    left: -20px;
  }
}
@media (max-width: 374px) {
  .s1__date-item::before {
    display: none;
  }
}
.s1__date-item::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/s1/s1-date-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: -44px;
}
@media (max-width: 1399px) {
  .s1__date-item::after {
    width: 20px;
    height: 20px;
    right: -34px;
  }
}
@media (max-width: 991px) {
  .s1__date-item::after {
    width: 14px;
    height: 14px;
    right: -24px;
  }
}
@media (max-width: 767px) {
  .s1__date-item::after {
    width: 10px;
    height: 10px;
    right: -20px;
  }
}
@media (max-width: 374px) {
  .s1__date-item::after {
    display: none;
  }
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 44px;
}
@media (max-width: 1199px) {
  .s1__block {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s1__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .s1__block {
    display: block;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s1__item {
  width: 313px;
  height: 354px;
  text-align: center;
}
@media (max-width: 1399px) {
  .s1__item {
    width: 270px;
    height: 306px;
  }
}
@media (max-width: 1199px) {
  .s1__item {
    width: 24.4%;
    height: 270px;
  }
}
@media (max-width: 991px) {
  .s1__item {
    width: 250px;
    height: 286px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    margin-top: 15px;
    height: 306px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s1__item:first-child {
    margin-top: 0;
  }
}
.s1__item:first-child .highlight {
  color: #3bb875;
}
.s1__item:nth-child(2) {
  margin-top: 38px;
}
@media (max-width: 991px) {
  .s1__item:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(2) {
    margin-top: 0;
  }
}
.s1__item:nth-child(2) .highlight {
  color: #35aded;
}
.s1__item:nth-child(3) {
  margin-top: 14px;
}
@media (max-width: 991px) {
  .s1__item:nth-child(3) {
    margin-top: 0;
  }
}
.s1__item:nth-child(3) .highlight {
  color: #929bfe;
}
.s1__item:nth-child(4) {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .s1__item:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(4) {
    margin-top: 0;
  }
}
.s1__item:nth-child(4) .highlight {
  color: #ed944a;
}
.s1__item:nth-child(1) {
  background: url("../images/s1/s1-item-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__item:nth-child(2) {
  background: url("../images/s1/s1-item-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__item:nth-child(3) {
  background: url("../images/s1/s1-item-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__item:nth-child(4) {
  background: url("../images/s1/s1-item-bg-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__item-head {
  height: 90px;
  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: 1399px) {
  .s1__item-head {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .s1__item-head {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .s1__item-head {
    height: 74px;
  }
}
.s1__item-body {
  height: 170px;
  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: 1399px) {
  .s1__item-body {
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .s1__item-body {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .s1__item-body {
    height: 130px;
  }
}
.s1__item-body::after {
  content: "";
  display: block;
  width: 263px;
  height: 26px;
  background: url("../images/s1/s1-item-line.png");
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 136px);
  bottom: -13px;
}
@media (max-width: 1399px) {
  .s1__item-body::after {
    width: 220px;
    left: calc(50% - 110px);
  }
}
@media (max-width: 1199px) {
  .s1__item-body::after {
    width: 200px;
    left: calc(50% - 100px);
    background-size: 100% auto;
  }
}
.s1__item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .s1__item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s1__item-title {
    font-size: 1.375rem;
  }
}
.s1__item-title::after {
  content: "......";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.s1__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.428571;
}
@media (max-width: 1399px) {
  .s1__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s1__item-text {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .s1__item-text {
    font-size: 1.125rem;
  }
}
.s1__item-text .lg {
  font-size: 1.1428571em;
  line-height: 1.25em;
}
.s1__item-btn {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .s1__item-btn {
    margin-top: 15px;
  }
}
.s1__item-btn .btn {
  width: 180px;
  font-size: 1.5rem;
}
@media (max-width: 1399px) {
  .s1__item-btn .btn {
    width: 120px;
    font-size: 1.25rem;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .s1__item-btn .btn {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s1 .slick-prev {
    left: -20px;
  }
}
@media (max-width: 374px) {
  .s1 .slick-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .s1 .slick-next {
    right: -20px;
  }
}
@media (max-width: 374px) {
  .s1 .slick-next {
    right: -15px;
  }
}

.s2 {
  position: relative;
  overflow: hidden;
  background: url("../images/s2/s2-bg_02.jpg"), url("../images/s2/s2-bg_01.jpg");
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-size: 1400px auto, 1400px auto;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 100% auto, 100% auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.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%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .s2__block {
    display: block;
    width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .s2__block .slick-next, .s2__block .slick-prev {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .s2__block {
    width: 90%;
  }
}
@media (max-width: 374px) {
  .s2__block {
    width: 100%;
  }
}
.s2__item {
  width: 440px;
  border-radius: 40px;
  margin-left: 24px;
}
@media (max-width: 1399px) {
  .s2__item {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .s2__item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.s2__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .s2__item:first-child {
    margin-top: 0;
  }
}
.s2__item-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
}
@media (max-width: 374px) {
  .s2__item-box {
    border-width: 4px;
  }
}
.s2__item-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px rgba(117, 234, 204, 0.3);
          box-shadow: 0 0 30px rgba(117, 234, 204, 0.3);
}
@media (max-width: 374px) {
  .s2__item-box {
    border-width: 4px;
  }
}
.s2__item-head {
  background: url("../images/s2/s2-item-head.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  font-size: 2.5rem;
  font-weight: 700;
  color: #06532a;
  letter-spacing: 0.01em;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  text-align: center;
  line-height: 84px;
  height: 106px;
}
@media (max-width: 1399px) {
  .s2__item-head {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s2__item-head {
    font-size: 1.75rem;
    line-height: 64px;
    height: 86px;
  }
}
@media (max-width: 480px) {
  .s2__item-head {
    font-size: 1.375rem;
  }
}
.s2__item-body {
  background: #ffffff;
  text-align: center;
  padding: 20px 15px 30px;
  border-radius: 30px;
  border-top-right-radius: 0;
  margin-top: -26px;
  min-height: 346px;
}
@media (max-width: 1399px) {
  .s2__item-body {
    min-height: 328px;
  }
}
@media (max-width: 1199px) {
  .s2__item-body {
    min-height: 286px;
  }
}
@media (max-width: 991px) {
  .s2__item-body {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .s2__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s2__item-icon {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .s2__item-icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__item-icon {
    width: 90px;
  }
}
.s2__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1399px) {
  .s2__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s2__item-text {
    font-size: 1rem;
  }
}
.s2__item-text .highlight {
  font-size: 1.2380952381em;
  color: #f38282;
  font-weight: 700;
  line-height: 1;
}
.s2__item-remark {
  font-weight: 500;
  color: #707070;
}
@media (max-width: 991px) {
  .s2__item-remark {
    font-size: 0.875rem;
  }
}
.s2__btn {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 1400px) {
  .s2__btn .btn {
    font-size: 2rem;
    width: 280px;
    line-height: 72px;
    height: 72px;
  }
}
.s2 .remark {
  width: 250px;
  max-width: 100%;
  margin: 10px auto 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  padding-left: 0;
}
@media (max-width: 480px) {
  .s2 .remark {
    font-size: 0.875rem;
    width: 218px;
  }
}

.s3 {
  position: relative;
  overflow: hidden;
  background: url("../images/s3/s3-bg.jpg"), #e9f6fe;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1399px) {
  .s3 {
    background-size: 1400px auto;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  .s3 {
    background-size: 100% auto;
    padding-top: 40px;
  }
}
.s3__wrap {
  padding-left: 77px;
  padding-right: 77px;
}
@media (max-width: 1399px) {
  .s3__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.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%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .s3__block {
    display: block;
    width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .s3__block .slick-next, .s3__block .slick-prev {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .s3__block {
    width: 90%;
  }
}
@media (max-width: 374px) {
  .s3__block {
    width: 100%;
  }
}
.s3__item {
  width: 440px;
  border-radius: 40px;
  margin-left: 24px;
}
@media (max-width: 1399px) {
  .s3__item {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s3__item {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .s3__item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.s3__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .s3__item:first-child {
    margin-top: 0;
  }
}
.s3__item-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px rgba(28, 137, 196, 0.15);
          box-shadow: 0 0 30px rgba(28, 137, 196, 0.15);
}
@media (max-width: 374px) {
  .s3__item-box {
    border-width: 4px;
  }
}
.s3__item-head {
  background: url("../images/s3/s3-item-head.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  font-size: 2.5rem;
  font-weight: 700;
  color: #044d75;
  letter-spacing: 0.01em;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  text-align: center;
  line-height: 84px;
  height: 106px;
}
@media (max-width: 1399px) {
  .s3__item-head {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s3__item-head {
    font-size: 1.75rem;
    line-height: 64px;
    height: 86px;
  }
}
@media (max-width: 480px) {
  .s3__item-head {
    font-size: 1.375rem;
  }
}
.s3__item-body {
  background: #ffffff;
  text-align: center;
  padding: 20px 15px 30px;
  border-radius: 30px;
  border-top-right-radius: 0;
  margin-top: -26px;
  min-height: 364px;
}
@media (max-width: 1399px) {
  .s3__item-body {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .s3__item-body {
    min-height: 304px;
  }
}
@media (max-width: 767px) {
  .s3__item-body {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .s3__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s3__item-icon {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .s3__item-icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s3__item-icon {
    width: 90px;
  }
}
.s3__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1399px) {
  .s3__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s3__item-text {
    font-size: 1rem;
  }
}
.s3__item-text .highlight {
  font-size: 1.2380952381em;
  color: #f38282;
  font-weight: 700;
  line-height: 1;
}
.s3__item-remark {
  font-weight: 500;
  color: #707070;
}
@media (max-width: 991px) {
  .s3__item-remark {
    font-size: 0.875rem;
  }
}
.s3__btn {
  text-align: center;
  margin-top: 16px;
}
.s3__btn .btn {
  background: #1c89c4;
}
@media (min-width: 1400px) {
  .s3__btn .btn {
    font-size: 2rem;
    width: 280px;
    line-height: 72px;
    height: 72px;
  }
}
.s3 .remark {
  width: 250px;
  max-width: 100%;
  margin: 10px auto 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  padding-left: 0;
}

.s4 {
  position: relative;
  overflow: hidden;
  background: url("../images/s4/s4-bg.jpg"), #d3d7ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .s4 {
    background-size: 1700px auto;
  }
}
@media (max-width: 767px) {
  .s4 {
    background: url("../images/s4/s4-bg-sm_01.jpg"), url("../images/s4/s4-bg-sm_02.jpg"), #e3e6ff;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    padding-top: 40px;
  }
}
.s4__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5833333em;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s4__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s4__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s4__text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.s4__text .sm {
  font-size: 0.583333em;
}
.s4__text img {
  width: 38px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1399px) {
  .s4__text img {
    width: 24px;
    margin-top: -4px;
  }
}
.s4__remark {
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .s4__remark {
    font-size: 0.875rem;
  }
}
.s4__remark a {
  color: #707070;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s4__remark a:hover {
    opacity: 0.8;
  }
}
.s4__mission {
  width: 904px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s4__mission {
    width: 820px;
  }
}
@media (max-width: 991px) {
  .s4__mission {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s4__mission {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .s4__mission {
    width: 90%;
  }
}
@media (max-width: 374px) {
  .s4__mission {
    width: 100%;
  }
}
.s4__mission-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(178, 184, 255, 0.3);
          box-shadow: 0 0 30px rgba(178, 184, 255, 0.3);
}
@media (max-width: 767px) {
  .s4__mission-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 374px) {
  .s4__mission-box {
    border-width: 4px;
  }
}
.s4__mission-head {
  background: url("../images/s4/s4-item-head.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  font-size: 2.5rem;
  font-weight: 700;
  color: #3c418a;
  letter-spacing: 0.01em;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  text-align: center;
  width: 142px;
  line-height: 1.2;
  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;
  padding-right: 20px;
}
@media (max-width: 1399px) {
  .s4__mission-head {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s4__mission-head {
    font-size: 1.75rem;
    width: 122px;
  }
}
@media (max-width: 767px) {
  .s4__mission-head {
    width: 100%;
    line-height: 64px;
    height: 86px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .s4__mission-head {
    font-size: 1.375rem;
  }
}
.s4__mission-body {
  background: #ffffff;
  text-align: center;
  padding: 20px 20px 30px;
  width: calc(100% - 122px);
  margin-left: -20px;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .s4__mission-body {
    width: calc(100% - 102px);
  }
}
@media (max-width: 767px) {
  .s4__mission-body {
    margin-top: -26px;
    margin-left: 0;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    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: 374px) {
  .s4__mission-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s4__mission-icon {
  text-align: center;
}
@media (max-width: 991px) {
  .s4__mission-icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s4__mission-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .s4__mission-icon {
    width: 90px;
  }
}
.s4__mission-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
  width: calc(100% - 160px);
  text-align: left;
  padding-left: 10px;
  line-height: 1.809523;
}
@media (max-width: 1399px) {
  .s4__mission-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s4__mission-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s4__mission-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.s4__mission-text .highlight {
  color: #f38282;
  font-weight: 700;
}
.s4__mission-text .lg {
  font-size: 1.2380952381em;
  line-height: 1;
}
.s4__mission-remark {
  font-weight: 500;
  color: #707070;
}
@media (max-width: 991px) {
  .s4__mission-remark {
    font-size: 0.875rem;
  }
}
.s4__mission-btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .s4__mission-btn {
    margin-top: 16px;
  }
}
.s4__mission-btn .btn {
  background: #676ed5;
}
@media (min-width: 1400px) {
  .s4__mission-btn .btn {
    font-size: 2rem;
    width: 280px;
    line-height: 72px;
    height: 72px;
  }
}
.s4__subtitle {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .s4__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .s4__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .s4__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.s4__subtitle-item {
  display: inline-block;
  position: relative;
}
.s4__subtitle-item::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #676ed5;
  position: absolute;
  top: 8px;
  left: -26px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .s4__subtitle-item::before {
    height: 24px;
    top: 6px;
    left: -20px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle-item::before {
    height: 22px;
    top: 4px;
    left: -12px;
  }
}
@media (max-width: 374px) {
  .s4__subtitle-item::before {
    height: 18px;
  }
}
.s4__subtitle-item::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #676ed5;
  position: absolute;
  top: 8px;
  right: -26px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (max-width: 991px) {
  .s4__subtitle-item::after {
    height: 24px;
    top: 6px;
    right: -20px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle-item::after {
    height: 22px;
    top: 4px;
    right: -12px;
  }
}
@media (max-width: 374px) {
  .s4__subtitle-item::after {
    height: 18px;
  }
}
.s4__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: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .s4__block {
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s4__block {
    max-width: 90%;
  }
}
@media (max-width: 374px) {
  .s4__block {
    max-width: 100%;
  }
}
.s4__item {
  width: 340px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px rgba(178, 184, 255, 0.5);
          box-shadow: 6px 6px rgba(178, 184, 255, 0.5);
  background: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .s4__item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .s4__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .s4__item:nth-child(2) {
    border: none;
  }
}
.s4__item::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px dashed #d3d7ff;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 40px;
  pointer-events: none;
}
.s4__item-head {
  font-size: 1.875rem;
  font-weight: 700;
  color: #3c418a;
  letter-spacing: 0.01em;
  background: url("../images/s4/s4-item-head-2.png"), #ffffff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 65px;
  line-height: 65px;
}
@media (max-width: 1399px) {
  .s4__item-head {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s4__item-head {
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  .s4__item-head {
    font-size: 1.375rem;
  }
}
.s4__item-body {
  padding: 20px 15px 0;
}
.s4__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.61904761;
}
@media (max-width: 1399px) {
  .s4__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s4__item-text {
    font-size: 1rem;
  }
}
.s4__item-text .highlight {
  color: #f38282;
}
.s4__item-text .lg {
  font-size: 1.2380952381em;
  line-height: 1;
}
.s4__item-btn {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .s4__item-btn .btn {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .s4__item-btn .btn {
    font-size: 1.5rem;
    width: 180px;
  }
}

.s5 {
  position: relative;
  overflow: hidden;
  background: url("../images/s5/s5-bg.jpg"), #f5f5f5;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .s5 {
    background-size: 1200px auto;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding-top: 60px;
    background-size: 140% auto;
  }
}
.s5__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: 30px;
}
@media (max-width: 767px) {
  .s5__block {
    display: block;
    width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .s5__block .slick-next, .s5__block .slick-prev {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .s5__block {
    width: 100%;
  }
}
.s5__item {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .s5__item {
    width: 100%;
    margin-top: 30px;
  }
}
.s5__item:first-child {
  width: 616px;
}
@media (max-width: 991px) {
  .s5__item:first-child {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .s5__item:first-child {
    width: 100%;
  }
}
.s5__item:first-child .s5__item-list {
  width: 385px;
}
@media (max-width: 991px) {
  .s5__item:first-child .s5__item-list {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .s5__item:first-child .s5__item-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s5__item:first-child {
    margin-top: 0;
  }
}
.s5__item:nth-child(2) {
  width: 536px;
  margin-left: -48px;
}
@media (max-width: 991px) {
  .s5__item:nth-child(2) {
    margin-left: -30px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .s5__item:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.s5__item:nth-child(2) .s5__item-list {
  width: 320px;
}
@media (max-width: 991px) {
  .s5__item:nth-child(2) .s5__item-list {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .s5__item:nth-child(2) .s5__item-list {
    width: 100%;
  }
}
.s5__item-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px rgba(186, 186, 186, 0.3);
          box-shadow: 0 0 30px rgba(186, 186, 186, 0.3);
}
@media (max-width: 374px) {
  .s5__item-box {
    border-width: 4px;
  }
}
.s5__item-head {
  background: url("../images/s5/s5-item-head.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  font-size: 2.5rem;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.01em;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  text-align: center;
  line-height: 84px;
  height: 106px;
}
@media (max-width: 1399px) {
  .s5__item-head {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s5__item-head {
    font-size: 1.75rem;
    line-height: 64px;
    height: 86px;
  }
}
@media (max-width: 480px) {
  .s5__item-head {
    font-size: 1.375rem;
  }
}
.s5__item-body {
  background: #ffffff;
  padding: 20px 15px 30px;
  border-radius: 30px;
  border-top-right-radius: 0;
  margin-top: -26px;
  min-height: 436px;
}
@media (max-width: 1399px) {
  .s5__item-body {
    min-height: 407px;
  }
}
@media (max-width: 991px) {
  .s5__item-body {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .s5__item-body {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .s5__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s5__item-icon {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .s5__item-icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s5__item-icon {
    width: 90px;
  }
}
.s5__item-list {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.619047619;
  padding-left: 0;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .s5__item-list {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s5__item-list {
    font-size: 1rem;
  }
}
.s5__item-list li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .s5__item-list li {
    padding-left: 20px;
  }
}
.s5__item-list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/s5/s5-item-list.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 1399px) {
  .s5__item-list li::before {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .s5__item-list li::before {
    width: 12px;
    height: 12px;
  }
}
.s5__item-list li:first-child {
  margin-top: 0;
}
.s5__item-list .highlight {
  color: #f38282;
  font-weight: 700;
}
.s5__item-list .lg {
  font-size: 1.2380952381em;
  line-height: 1;
}
.s5__item-list a {
  color: #1d9c58;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s5__item-list a:hover {
    opacity: 0.8;
  }
}
.s5__btn {
  text-align: center;
  margin-top: 20px;
}
.s5__btn .btn {
  background: #00283d;
}
@media (min-width: 1400px) {
  .s5__btn .btn {
    font-size: 2rem;
    width: 280px;
    line-height: 72px;
    height: 72px;
  }
}
.s5__remark {
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .s5__remark {
    font-size: 0.875rem;
  }
}

.s6 {
  position: relative;
  overflow: hidden;
  background: url("../images/s6/s6-bg_01.jpg"), url("../images/s6/s6-bg_02.jpg"), #f3f4ff;
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .s6 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s6 {
    background-size: 1400px auto, 1400px auto;
  }
}
@media (max-width: 991px) {
  .s6 {
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .s6 {
    background-size: 100% auto, 100% auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.s6::before {
  content: "";
  display: block;
  width: 194px;
  height: 444px;
  background: url("../images/s6/s6-man.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 138px;
  left: calc(50vw - 825px);
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s6::before {
    left: calc(50vw - 750px);
  }
}
@media (max-width: 1199px) {
  .s6::before {
    width: 140px;
    height: 320px;
    bottom: -100px;
    left: calc(50vw - 530px);
  }
}
@media (max-width: 991px) {
  .s6::before {
    left: calc(50vw - 430px);
  }
}
@media (max-width: 767px) {
  .s6::before {
    left: -40px;
  }
}
@media (max-width: 480px) {
  .s6::before {
    width: 100px;
    height: 280px;
    left: -20px;
  }
}
@media (max-width: 374px) {
  .s6::before {
    display: none;
  }
}
.s6::after {
  content: "";
  display: block;
  width: 288px;
  height: 470px;
  background: url("../images/s6/s6-girl.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 260px;
  right: calc(50vw - 905px);
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s6::after {
    right: calc(50vw - 850px);
  }
}
@media (max-width: 1199px) {
  .s6::after {
    width: 210px;
    height: 400px;
    bottom: -150px;
    right: calc(50vw - 590px);
  }
}
@media (max-width: 991px) {
  .s6::after {
    right: calc(50vw - 490px);
  }
}
@media (max-width: 767px) {
  .s6::after {
    right: -80px;
  }
}
@media (max-width: 480px) {
  .s6::after {
    width: 150px;
    height: 350px;
    right: -60px;
  }
}
@media (max-width: 374px) {
  .s6::after {
    display: none;
  }
}
.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: 30px;
}
@media (max-width: 767px) {
  .s6__block {
    display: block;
    width: 400px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .s6__block .slick-next, .s6__block .slick-prev {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .s6__block {
    width: 100%;
  }
}
.s6__item {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .s6__item {
    width: 100%;
    margin-top: 30px;
  }
}
.s6__item:first-child {
  width: 538px;
}
@media (max-width: 1199px) {
  .s6__item:first-child {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .s6__item:first-child {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .s6__item:first-child {
    width: 100%;
  }
}
.s6__item:first-child .s6__item-body {
  padding-left: 34px;
  padding-right: 75px;
}
@media (max-width: 1399px) {
  .s6__item:first-child .s6__item-body {
    padding-left: 55px;
    padding-right: 95px;
  }
}
@media (max-width: 991px) {
  .s6__item:first-child .s6__item-body {
    padding-left: 35px;
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .s6__item:first-child .s6__item-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  .s6__item:first-child .s6__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .s6__item:first-child {
    margin-top: 0;
  }
}
.s6__item:nth-child(2) {
  width: 616px;
  margin-left: -48px;
}
@media (max-width: 1199px) {
  .s6__item:nth-child(2) {
    width: 530px;
  }
}
@media (max-width: 991px) {
  .s6__item:nth-child(2) {
    margin-left: -30px;
    width: 420px;
  }
}
@media (max-width: 767px) {
  .s6__item:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.s6__item:nth-child(2) .s6__item-body {
  padding-left: 70px;
  padding-right: 65px;
}
@media (max-width: 1399px) {
  .s6__item:nth-child(2) .s6__item-body {
    padding-left: 95px;
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .s6__item:nth-child(2) .s6__item-body {
    padding-left: 50px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .s6__item:nth-child(2) .s6__item-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  .s6__item:nth-child(2) .s6__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s6__item-box {
  border: 8px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px rgba(186, 186, 186, 0.3);
          box-shadow: 0 0 30px rgba(186, 186, 186, 0.3);
}
@media (max-width: 374px) {
  .s6__item-box {
    border-width: 4px;
  }
}
.s6__item-head {
  background: url("../images/s5/s5-item-head.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  font-size: 2.5rem;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.01em;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  text-align: center;
  line-height: 1.25;
  padding-top: 18px;
  height: 134px;
}
@media (max-width: 1399px) {
  .s6__item-head {
    font-size: 2rem;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .s6__item-head {
    font-size: 1.75rem;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .s6__item-head {
    font-size: 1.375rem;
    height: 86px;
  }
}
.s6__item-body {
  background: #ffffff;
  padding: 20px 15px 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 436px;
}
@media (max-width: 1399px) {
  .s6__item-body {
    min-height: 407px;
  }
}
@media (max-width: 991px) {
  .s6__item-body {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .s6__item-body {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .s6__item-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s6__item-icon {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .s6__item-icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s6__item-icon {
    width: 90px;
  }
}
.s6__item-list {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.619047619;
  padding-left: 0;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .s6__item-list {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s6__item-list {
    font-size: 1rem;
  }
}
.s6__item-list li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .s6__item-list li {
    padding-left: 20px;
  }
}
.s6__item-list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/s5/s5-item-list.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 1399px) {
  .s6__item-list li::before {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .s6__item-list li::before {
    width: 12px;
    height: 12px;
  }
}
.s6__item-list li:first-child {
  margin-top: 0;
}
.s6__item-list .highlight {
  color: #f38282;
  font-weight: 700;
}
.s6__item-list .lg {
  font-size: 1.2380952381em;
  line-height: 1;
}
.s6__item-list a {
  color: #1d9c58;
  text-decoration: underline;
}
.s6__item-remark {
  font-weight: 500;
  color: #707070;
  padding-left: 0;
  margin-top: 5px;
  margin-left: 30px;
  list-style: none;
}
@media (max-width: 991px) {
  .s6__item-remark {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .s6__item-remark {
    margin-left: 26px;
  }
}
.s6__item-remark li {
  text-indent: -0.5em;
}
.s6__btn {
  text-align: center;
  margin-top: 20px;
}
.s6__btn .btn {
  background: #00283d;
}
@media (min-width: 1400px) {
  .s6__btn .btn {
    font-size: 2rem;
    width: 280px;
    line-height: 72px;
    height: 72px;
  }
}

.btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background: #00283d;
  letter-spacing: 0.05em;
  text-decoration: none;
  width: 220px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    width: 180px;
    line-height: 44px;
    height: 44px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}
.btn--green {
  background: #1d9c58;
}
.btn--purple {
  background: #676ed5;
}

@-webkit-keyframes ani-kv-man {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani-kv-man {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}