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

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

.show--tb {
  display: none;
}

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

.show--mbsm {
  display: none;
}

@media (max-width: 413px) {
  .show--mbsm {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 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;
}

.en {
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
}

.title {
  position: relative;
  text-align: center;
}

.title__sub {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  background: #757eec;
  border-radius: 50px;
  padding: 10px 30px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .title__sub {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .title__sub {
    font-size: 1.125rem;
  }
}

.title__main {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  padding-bottom: 36px;
  position: relative;
}

@media (max-width: 991px) {
  .title__main {
    font-size: 2.125rem;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .title__main {
    font-size: 1.625rem;
  }
}

.title__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #222222;
}

@media (max-width: 991px) {
  .title__text {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .title__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .title__text {
    font-size: 1.125rem;
  }
}

.tl-center {
  text-align: center;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.webp");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 698px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}

@media (max-width: 1899px) {
  .kv {
    height: 38vw;
    background-size: auto 100%;
  }
}

@media (max-width: 1279px) {
  .kv {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .kv {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 44%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.webp"), #f3f9fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.kv__title {
  font-size: 3.75rem;
  font-weight: 900;
  color: #333333;
  line-height: 1;
  text-align: left;
}

@media (max-width: 1279px) {
  .kv__title {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .kv__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .kv__title {
    font-size: 3rem;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .kv__title {
    font-size: 1.875rem;
  }
}

.kv__text {
  font-size: 1.875rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.389;
  margin-top: 15px;
}

@media (max-width: 1279px) {
  .kv__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 374px) {
  .kv__text {
    font-size: 1rem;
  }
}

.kv__text .highlight {
  color: #1d9c58;
}

.kv__btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .kv__btn {
    margin-top: 20px;
  }
}

.preface {
  position: relative;
  background: url("../images/preface/preface-bg.webp") #ffffff;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 490px;
}

@media (max-width: 991px) {
  .preface {
    background-size: 100%;
    height: 416px;
  }
}

@media (max-width: 767px) {
  .preface {
    height: auto;
  }
}

.preface__block {
  background: url("../images/preface/peter.png");
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 490px;
  position: relative;
}

@media (max-width: 991px) {
  .preface__block {
    background-size: 100%;
    height: 416px;
  }
}

@media (max-width: 767px) {
  .preface__block {
    height: auto;
    padding-bottom: 29vw;
  }
}

.preface__name {
  position: absolute;
  top: 196px;
  left: 150px;
  font-size: 1.75rem;
  letter-spacing: 2px;
}

@media (max-width: 1199px) {
  .preface__name {
    left: 8vw;
    top: 17vw;
  }
}

@media (max-width: 1080px) {
  .preface__name {
    left: 0vw;
  }
}

@media (max-width: 991px) {
  .preface__name {
    top: 21vw;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .preface__name {
    position: static;
    display: block;
    text-align: center;
    margin: 40px auto 14px;
  }
}

.preface__name .highlight {
  color: #1890d2;
}

.preface__text {
  position: absolute;
  right: 50px;
  top: 36px;
  font-size: 1.313rem;
  background-color: #e7e7e7;
  color: #333333;
  padding: 28px 20px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .preface__text {
    font-size: 1.125rem;
    right: 0;
  }
}

@media (max-width: 767px) {
  .preface__text {
    position: relative;
    display: block;
    width: 400px;
    text-align: center;
    margin: 0 auto 20px;
    top: auto;
    right: auto;
  }
}

@media (max-width: 413px) {
  .preface__text {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
  }
}

.preface__text::before {
  content: " ";
  display: block;
  background: url("../images/preface/deco.png");
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 17px;
  height: 32px;
  position: absolute;
  bottom: 27px;
  left: -17px;
}

@media (max-width: 767px) {
  .preface__text::before {
    background: url("../images/preface/deco-sm.png");
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 17px;
    height: 32px;
    bottom: -26px;
    left: auto;
    right: 78px;
  }
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg.webp") #e3e6ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 765px;
  padding-top: 72px;
}

@media (max-width: 991px) {
  .s1 {
    height: auto;
    padding-top: 72px;
    padding-bottom: 138px;
  }
}

.s1:after {
  content: " ";
  display: block;
  background: url("../images/s1/s1-bg-bottom.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .s1:after {
    background-size: 167%;
  }
}

.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (max-width: 413px) {
  .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;
  }
}

.s1__block-item {
  width: 295px;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 5px 4px 0 rgba(73, 73, 73, 0.2);
          box-shadow: 5px 4px 0 rgba(73, 73, 73, 0.2);
  padding-bottom: 20px;
}

.s1__block-item:last-child {
  margin-left: 28px;
  margin-top: 45px;
}

@media (max-width: 413px) {
  .s1__block-item {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto;
  }
}

.s1__block-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #494949;
  padding-top: 30px;
  height: 118px;
  background-color: #d3d7ff;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

@media (max-width: 767px) {
  .s1__block-title {
    font-size: 1.5rem;
    padding-top: 20px;
    height: 102px;
  }
}

.s1__block-title.blue {
  background-color: #aae1ff;
}

.s1__block-text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .s1__block-text {
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 413px) {
  .s1__block-text {
    margin-top: 20px;
  }
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg.jpg") repeat;
  background-position: center top;
  background-size: auto;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .s2 {
    background-size: 167%;
  }
}

.s2::after {
  content: "";
  display: block;
  width: 100%;
  height: 501px;
  background: url("../images/s2/s2-footer-bg.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .s2::after {
    background-size: 150%;
  }
}

.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 74px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .s2__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.s2__block-col {
  text-align: center;
}

@media (max-width: 1199px) {
  .s2__block-col {
    padding: 0 10px;
  }
}

@media (max-width: 892px) {
  .s2__block-col {
    padding: 0;
  }
}

.s2__block-col .btn {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .s2__block-col .btn {
    margin-bottom: 40px;
  }
}

.s2__block-item {
  background: url("../images/s2/block-bg.jpg");
  background-position: center top;
  background-repeat: repeat;
  width: 420px;
  border-radius: 50px;
  padding-top: 30px;
  text-align: center;
  border: 4px solid #e9f8f0;
  -webkit-box-shadow: 5px 4px 0 rgba(203, 239, 220, 0.6);
          box-shadow: 5px 4px 0 rgba(203, 239, 220, 0.6);
  position: relative;
}

@media (max-width: 480px) {
  .s2__block-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.s2__block-item::before {
  content: " ";
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  background-color: #cbefdc;
  position: absolute;
  top: -40px;
  left: -100px;
}

.s2__block-item.blue {
  margin-left: 40px;
  border-color: #e9f6fe;
  -webkit-box-shadow: 5px 4px 0 rgba(202, 236, 255, 0.6);
          box-shadow: 5px 4px 0 rgba(202, 236, 255, 0.6);
}

@media (max-width: 991px) {
  .s2__block-item.blue {
    margin-left: 0;
  }
}

.s2__block-item.blue::before {
  content: " ";
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  background-color: #caecff;
  position: absolute;
  top: 80px;
  left: auto;
  right: -150px;
}

.s2__block-text {
  font-size: 1.125rem;
  color: #333333;
}

.s2__block-tips {
  font-size: 0.75rem;
  color: #333333;
  margin-top: 12px;
}

.s2__block-img {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .s2__block-img {
    width: 60%;
  }
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg-bottom.png"), url("../images/s3/s3-bg.webp"), #e9f6fe;
  background-position: center bottom,center top;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  padding-bottom: 100px;
  padding-top: 10px;
}

.s3::before {
  content: " ";
  display: block;
  background: url("../images/s3/s3-bg-top.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  z-index: 7;
}

.s3::after {
  content: " ";
  display: block;
  background: url("../images/s3/s3-bg-top2.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -51px;
  right: 0;
  width: 100%;
  height: 51px;
  z-index: 0;
}

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

@media (max-width: 767px) {
  .s3 {
    padding-top: 0;
  }
}

.s3 .title__main {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .s3 .title__main {
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  .s3 .title__main {
    padding-bottom: 57px;
  }
}

@media (max-width: 450px) {
  .s3 .title__main {
    padding-bottom: 43px;
  }
}

@media (max-width: 380px) {
  .s3 .title__main {
    padding-bottom: 33px;
  }
}

.s3 .container {
  position: relative;
}

.s3 .container .s3__woman {
  background: url("../images/s3/woman.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 272px;
  height: 584px;
  position: absolute;
  right: 60px;
  bottom: -102px;
}

@media (max-width: 1199px) {
  .s3 .container .s3__woman {
    width: 198px;
    height: 422px;
    background-size: 100%;
    z-index: 6;
  }
}

@media (max-width: 991px) {
  .s3 .container .s3__woman {
    width: 136px;
    height: 293px;
    background-size: 100%;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .s3 .container .s3__woman {
    right: 0;
    width: 106px;
    height: 230px;
  }
}

.s3__block {
  background: url("../images/s3/board.png");
  background-position: center -17px;
  background-size: auto;
  background-repeat: no-repeat;
  width: 756px;
  height: 703px;
  margin-left: 64px;
  text-align: center;
  padding-top: 80px;
  padding-left: 52px;
  padding-right: 42px;
  position: relative;
  z-index: 5;
  margin-top: -20px;
}

@media (max-width: 991px) {
  .s3__block {
    width: 760px;
    height: 580px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    padding-top: 56px;
    padding-left: 108px;
    padding-right: 97px;
  }
}

@media (max-width: 767px) {
  .s3__block {
    width: 590px;
    height: 548px;
    padding-left: 37px;
    padding-right: 25px;
    padding-top: 35px;
  }
}

@media (max-width: 640px) {
  .s3__block {
    background: url("../images/s3/m-board.png");
    background-position: center -17px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 520px;
    height: 600px;
    padding-left: 75px;
    padding-right: 70px;
    padding-top: 19px;
  }
}

@media (max-width: 520px) {
  .s3__block {
    width: 450px;
    height: 600px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 19px;
  }
}

@media (max-width: 450px) {
  .s3__block {
    width: 380px;
    height: 600px;
    padding-left: 25px;
    padding-right: 18px;
    padding-top: 18px;
  }
}

@media (max-width: 380px) {
  .s3__block {
    background: url("../images/s3/m-board2.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 322px;
    height: 645px;
    padding-left: 25px;
    padding-right: 18px;
    padding-top: 18px;
  }
}

@media (max-width: 322px) {
  .s3__block {
    width: 288px;
    padding-left: 20px;
    padding-right: 14px;
  }
}

.s3__block-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}

@media (max-width: 380px) {
  .s3__block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 322px) {
  .s3__block-item {
    padding: 8px;
    margin-bottom: 12px;
  }
}

.s3__block-item.last {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 322px) {
  .s3__block-item.last {
    padding: 8px;
    margin-bottom: 12px;
  }
}

.s3__block-tips {
  width: 182px;
  height: 75px;
  font-size: 1.875rem;
  line-height: 74px;
  font-weight: 700;
  background-color: #3bb875;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.s3__block-tips:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media (max-width: 991px) {
  .s3__block-tips {
    font-size: 1.5rem;
    width: 142px;
    height: 52px;
    line-height: 52px;
  }
}

@media (max-width: 640px) {
  .s3__block-tips {
    font-size: 1.25rem;
    width: 136px;
  }
}

@media (max-width: 450px) {
  .s3__block-tips {
    font-size: 1.125rem;
    width: 110px;
  }
}

.s3__block-tips.purple {
  background-color: #929bfe;
}

.s3__block-tips.blue {
  background-color: #35aded;
}

.s3__block-text {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 20px;
  text-align: left;
}

@media (max-width: 991px) {
  .s3__block-text {
    font-size: 1.25rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .s3__block-text {
    width: calc(100% - 142px);
  }
}

@media (max-width: 640px) {
  .s3__block-text {
    width: calc(100% - 136px);
  }
}

@media (max-width: 450px) {
  .s3__block-text {
    font-size: 1.125rem;
    width: calc(100% - 110px);
  }
}

@media (max-width: 380px) {
  .s3__block-text {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.s3__block-text .highlight {
  font-style: normal;
  color: #1d9c58;
  font-weight: 700;
}

.s3__block-text .highlight.purple {
  color: #757eec;
}

.s3__block-text .highlight.blue {
  color: #1890d2;
}

.s3__block-text .en {
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .s3__block-text .en {
    font-size: 1.875rem;
  }
}

@media (max-width: 450px) {
  .s3__block-text .en {
    font-size: 1.5rem;
  }
}

.s4 {
  position: relative;
  background: url("../images/s4/s4-bg-bottom.png"), url("../images/s4/s4-bg-top.png"), #f5f5f5;
  background-position: center bottom,center top;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.s4__block-left {
  width: 560px;
  background-color: #ffffff;
  border: 3px solid #cbefdc;
  border-radius: 15px;
  text-align: center;
  padding: 28px 62px 40px;
  position: relative;
  margin-top: 260px;
  float: left;
  z-index: 0;
}

@media (max-width: 1199px) {
  .s4__block-left {
    width: 40%;
    padding-left: 40px;
    padding-right: 60px;
    margin-top: 148px;
  }
}

@media (max-width: 991px) {
  .s4__block-left {
    width: 100%;
    padding-right: 40px;
    margin-top: 170px;
  }
}

@media (max-width: 767px) {
  .s4__block-left {
    padding-bottom: 25px;
  }
}

@media (max-width: 413px) {
  .s4__block-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.s4__block-left::before {
  content: " ";
  display: block;
  background: url("../images/s4/s4-img-1.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 462px;
  height: 258px;
  position: absolute;
  top: -247px;
  left: 33px;
}

@media (max-width: 1199px) {
  .s4__block-left::before {
    background-size: contain;
    width: 75%;
    height: 154px;
    position: absolute;
    top: -148px;
    left: 33px;
  }
}

@media (max-width: 991px) {
  .s4__block-left::before {
    width: 100%;
  }
}

.s4__block-right {
  display: inline-block;
  background-color: #ffffff;
  border: 3px solid #cbefdc;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0 5px 0 #ade6c7;
          box-shadow: 0 5px 0 #ade6c7;
  margin-left: -42px;
  position: relative;
  z-index: 2;
  margin-top: 92px;
}

@media (max-width: 1199px) {
  .s4__block-right {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .s4__block-right {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.s4__block-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #1d9c58;
}

@media (max-width: 1199px) {
  .s4__block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .s4__block-title {
    font-size: 1.25rem;
  }
}

.s4__block-text {
  font-size: 1.313rem;
  font-weight: 400;
  color: #333333;
  text-align: justify;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .s4__block-text {
    font-size: 1.125rem;
  }
}

@media (max-width: 413px) {
  .s4__block-text {
    font-size: 1rem;
  }
}

.s4__block .btn {
  position: absolute;
  bottom: -26px;
  left: 31%;
}

@media (max-width: 1199px) {
  .s4__block .btn {
    left: 24%;
  }
}

@media (max-width: 991px) {
  .s4__block .btn {
    left: 34%;
  }
}

@media (max-width: 767px) {
  .s4__block .btn {
    position: static;
    margin-top: 20px;
  }
}

.s5 {
  position: relative;
  background: url("../images/s5/s5-bg-bottom.png"), url("../images/s5/s5-bg.jpg");
  background-position: center bottom,center top;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .s5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.s5 .s5-img {
  background: url("../images/s5/s5-img.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 337px;
  height: 490px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1899px) {
  .s5 .s5-img {
    display: none;
  }
}

.s5__block {
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .s5__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1199px) {
  .s5__block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .s5__block {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s5__block {
    width: 100%;
    margin-top: 15px;
  }
}

.s5__item {
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

@media (max-width: 1279px) {
  .s5__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .s5__item {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .s5__item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

.s5__item::before {
  content: "";
  display: block;
  width: 18px;
  height: 28px;
  background: url("../images/s3/s3-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  bottom: 60px;
}

@media (max-width: 1279px) {
  .s5__item::before {
    right: -20px;
  }
}

@media (max-width: 1199px) {
  .s5__item::before {
    width: 14px;
    height: 24px;
    right: -16px;
  }
}

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

.s5__item:first-child {
  margin-left: 0;
}

.s5__item:last-child {
  margin-right: 0;
}

.s5__item:last-child::before {
  display: none;
}

.s5__img {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s5__img {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .s5__img {
    width: 274px;
  }
}

.s5__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d9c58;
  line-height: 1.6363;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .s5__title {
    font-size: 1.25rem;
  }
}

.s5__text {
  font-size: 1.313rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-top: 6px;
  text-align: left;
}

@media (max-width: 1199px) {
  .s5__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .s5__text {
    font-size: 1rem;
  }
}

.s5__btn {
  display: block;
  background: #00283d;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-decoration: none;
  width: 220px;
  padding: 10px 20px;
  border-radius: 10em;
  margin-top: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (max-width: 1699px) {
  .s5__btn {
    font-size: 1.25rem;
    width: 180px;
  }
}

@media (max-width: 767px) {
  .s5__btn {
    font-size: 1.125rem;
    width: 160px;
    margin-top: 30px;
  }
}

.s5__btn:hover {
  opacity: 0.8;
}

.s5 .tl-center {
  margin-top: 40px;
}

.notice {
  position: relative;
  padding-top: 50px;
  padding-bottom: 45px;
  background: #f2f2f2;
}

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

.notice__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.notice__text {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-top: 28px;
}

.notice__list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333333;
  margin-left: -1em;
  line-height: 1.75;
}

.notice__list .red {
  color: #cf0000;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .footer {
    font-size: 0.875rem;
  }
}

.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-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.btn {
  width: 200px;
  height: 64px;
  line-height: 64px;
  font-size: 1.875rem;
  background-color: #1d9c58;
  color: white;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media (max-width: 1279px) {
  .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}

.btn--blue {
  background-color: #00283d;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 1.25rem;
}

.btn--blue:hover {
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .btn--blue {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}
