a.btnyl {
  background: #FAD744;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

a.btnyl span {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  padding: 0 20px;
}

@media all and (max-width: 768px) {
  a.btnyl span {
    font-size: 20px;
    padding: 0 10px;
  }
}

a.btnyl:hover {
  background: #62c2c3;
}

body {
  overflow-x: hidden;
  min-width: inherit;
}

header {
  background: #fff;
}

header .btnyl {
  height: 100px;
}

@media all and (max-width: 768px) {
  header .btnyl {
    height: 60px;
  }
}

@media all and (max-width: 768px) {
  header a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  header a img {
    max-height: 60px;
  }
  header a.btncontact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  header a.btncontact span {
    font-size: 18px;
  }
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.container p {
  font-size: 16px;
}

@media all and (max-width: 480px) {
  .container p {
    font-size: 14px;
  }
}

.clyl {
  color: #fdd735;
}

.clmain {
  color: #63C3C4;
}

.clwhite {
  color: #fff;
}

.banner {
  background: #63C3C4 url(../../images/lp/bgbanner.png) no-repeat top center;
  background-size: cover;
}

.banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 200px 0;
}

@media all and (max-width: 768px) {
  .banner .content {
    padding: 150px 0 70px;
  }
}

@media all and (max-width: 480px) {
  .banner .content {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}

.banner h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-indent: -40px;
}

.banner h1 span {
  font-size: 52px;
  display: block;
  margin-top: 10px;
  text-indent: -30px;
}

@media all and (max-width: 768px) {
  .banner h1 {
    font-size: 26px;
    text-indent: -22px;
  }
  .banner h1 span {
    font-size: 44px;
  }
}

@media all and (max-width: 520px) {
  .banner h1 {
    font-size: 20px;
    text-indent: -20px;
  }
  .banner h1 span {
    font-size: 34px;
  }
}

.banner p {
  font-size: 24px;
  line-height: 1.6;
}

@media all and (max-width: 768px) {
  .banner p {
    font-size: 18px;
  }
}

@media all and (max-width: 480px) {
  .banner p {
    font-size: 16px;
  }
}

.banner .btnyl {
  border-radius: 10px;
  padding: 22px;
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .banner .btnyl {
    max-width: 380px;
  }
}

.banner .text {
  width: 50%;
  position: relative;
}

@media all and (max-width: 768px) {
  .banner .text {
    width: 60%;
  }
}

@media all and (max-width: 480px) {
  .banner .text {
    width: 100%;
  }
}

.banner .img {
  position: absolute;
  right: -130px;
  top: 30px;
}

@media all and (max-width: 768px) {
  .banner .img {
    width: 50%;
    right: -20px;
    top: 100px;
  }
}

@media all and (max-width: 480px) {
  .banner .img {
    top: 20px;
  }
}

.banner .imglecter {
  position: absolute;
  top: -160px;
  left: -90px;
}

@media all and (max-width: 768px) {
  .banner .imglecter {
    left: -20px;
  }
}

@media all and (max-width: 480px) {
  .banner .imglecter {
    top: -120px;
  }
  .banner .imglecter img {
    width: 70%;
  }
}

.tit {
  position: relative;
}

.tit::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 25px;
  left: 50%;
  margin-left: -200px;
  bottom: -25px;
}

@media all and (max-width: 768px) {
  .tit::after {
    height: 20px;
    bottom: -20px;
    width: 320px;
    margin-left: -160px;
  }
}

@media all and (max-width: 480px) {
  .tit::after {
    width: 260px;
    margin-left: -130px;
  }
}

.tit h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
}

@media all and (max-width: 768px) {
  .tit h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 480px) {
  .tit h2 {
    font-size: 24px;
  }
}

.tit.lineyl::after {
  background: #fdd735;
}

.tit.linegreen::after {
  background: #63C3C4;
}

.sec1 {
  background: #63C3C4;
  padding: 80px 0 100px;
}

@media all and (max-width: 768px) {
  .sec1 {
    padding: 50px 0 70px;
  }
}

.sec1 .slick {
  margin-top: 70px;
}

.sec1 .slick .slick-slide {
  margin: 0 20px;
}

.sec1 .slick-item {
  padding-bottom: 10px;
}

.sec1 .slick .flexbox {
  min-height: 440px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.sec1 .slick .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media all and (max-width: 768px) {
  .sec1 .slick .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media all and (max-width: 480px) {
  .sec1 .slick .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .sec1 .slick .icon img {
    margin: 0 auto;
    height: 200px;
  }
}

.sec1 .slick .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 40px;
  padding-left: 40px;
}

@media all and (max-width: 768px) {
  .sec1 .slick .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 480px) {
  .sec1 .slick .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 20px;
    min-height: 265px;
  }
}

.sec1 .slick h3 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
}

@media all and (max-width: 768px) {
  .sec1 .slick h3 {
    font-size: 24px;
  }
}

@media all and (max-width: 480px) {
  .sec1 .slick h3 {
    font-size: 20px;
  }
}

.sec1 .slick h3 span {
  position: relative;
  z-index: 1;
}

.sec1 .slick h3::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 20px;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -10px;
  background: #fdd735;
  z-index: 0;
}

@media all and (max-width: 768px) {
  .sec1 .slick h3::after {
    width: 300px;
    left: 0;
    margin-left: 0;
  }
}

@media all and (max-width: 480px) {
  .sec1 .slick h3::after {
    width: 260px;
  }
}

.sec1 .slick h3.fixline::after {
  margin-top: 0;
}

.sec1 .slick-dots {
  bottom: -40px;
}

.sec1 .slick-dots li {
  margin: 0 10px;
}

.sec1 .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}

@media all and (max-width: 480px) {
  .sec1 .slick-dots li button:before {
    font-size: 16px;
  }
}

.sec1 .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

@media all and (max-width: 768px) {
  .sec1 .slick-next {
    right: -10px;
  }
  .sec1 .slick-prev {
    left: -10px;
  }
}

.sec2 {
  background: #fff;
  padding: 80px 0 100px;
}

@media all and (max-width: 768px) {
  .sec2 {
    padding: 50px 0 70px;
  }
}

.sec2 .boxgreen {
  margin-top: 70px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  border: 2px solid #63C3C4;
  padding: 20px 15px 20px 35px;
}

@media all and (max-width: 480px) {
  .sec2 .boxgreen {
    padding: 20px 12px;
  }
}

.sec2 .boxgreen h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .sec2 .boxgreen h3 {
    font-size: 18px;
  }
}

.sec2 .boxgreen h4 {
  font-size: 34px;
  color: red;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .sec2 .boxgreen h4 {
    font-size: 24px;
  }
}

@media all and (max-width: 480px) {
  .sec2 .boxgreen h4 {
    font-size: 18px;
  }
}

.sec2 .boxgreen p {
  font-size: 20px;
  padding-left: 35px;
}

@media all and (max-width: 768px) {
  .sec2 .boxgreen p {
    font-size: 16px;
    padding-left: 25px;
  }
}

@media all and (max-width: 768px) {
  .sec2 .boxgreen p {
    font-size: 14px;
    padding-left: 17px;
  }
}

.sec3 {
  background: url(../../images/lp/bgsec2.png) no-repeat top 20% center;
  background-size: auto;
  padding: 80px 0;
  position: relative;
}

@media all and (max-width: 768px) {
  .sec3 {
    padding: 50px 0 0;
  }
}

.sec3 .tit {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .sec3 .tit {
    margin-bottom: 30px;
  }
}

.sec3 .tit2 {
  padding-top: 30px;
}

@media all and (max-width: 768px) {
  .sec3 .tit2 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% + 30px);
    background: #fff;
    margin-left: -15px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .tit2 {
    margin-top: 80px;
  }
}

.sec3 .tit2 p {
  font-size: 20px;
  color: #fdd735;
  background: url(../../images/lp/icontit.png) no-repeat top center;
  font-weight: bold;
}

.sec3 .tit2 h4 {
  color: #63C3C4;
  font-size: 30px;
  margin: 25px 0 20px;
}

@media all and (max-width: 768px) {
  .sec3 .tit2 h4 {
    font-size: 24px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .tit2 h4 {
    font-size: 22px;
    margin-top: 20px;
  }
}

.sec3 .tit2 .btnyl {
  max-width: 500px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 20px;
}

@media all and (max-width: 768px) {
  .sec3 .tit2 .btnyl {
    max-width: 360px;
  }
}

.sec3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}

.sec3 .content .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: inherit;
  margin-right: -50px;
  margin-top: -20px;
}

.sec3 .content .img img {
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}

@media all and (max-width: 768px) {
  .sec3 .content .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 50px;
    text-align: right;
  }
  .sec3 .content .img img {
    width: 60%;
  }
}

@media all and (max-width: 480px) {
  .sec3 .content .img {
    right: -5px;
    top: inherit;
    bottom: -40px;
  }
  .sec3 .content .img img {
    width: 40%;
  }
}

@media all and (min-width: 769px) {
  .sec3 .content.revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec3 .content.revert .img {
    margin-right: 0;
    margin-left: -50px;
  }
  .sec3 .content.revert .img img {
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.sec3 .content .text {
  background: rgba(255, 255, 255, 0.7);
  max-width: 725px;
  padding: 15px 25px;
  padding-bottom: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .sec3 .content .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec3 .content .text p {
    max-width: 65%;
  }
}

@media all and (max-width: 480px) {
  .sec3 .content .text {
    padding: 15px;
    margin-top: 40px;
  }
  .sec3 .content .text p {
    max-width: 63%;
  }
}

.sec3 .content h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  position: relative;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .sec3 .content h3 {
    font-size: 24px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.sec3 .content h3 span {
  position: relative;
  z-index: 1;
}

.sec3 .content h3::after {
  position: absolute;
  content: '';
  width: 460px;
  height: 25px;
  left: 0;
  bottom: -5px;
}

@media all and (max-width: 768px) {
  .sec3 .content h3::after {
    height: 20px;
    width: 400px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .content h3::after {
    width: 100%;
  }
}

.sec3 .content h3.linegreen::after {
  background: #63C3C4;
}

.sec3 .content h3.lineyl::after {
  background: #fdd735;
}

.sec3 .point1 {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .sec3 .point1 {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .point1 {
    margin-top: 20px;
  }
}

.sec3 .point2 {
  margin-bottom: 70px;
}

@media all and (max-width: 768px) {
  .sec3 .point2 {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .point2 {
    margin-top: 20px;
  }
}

.sec3 .point3 {
  margin-bottom: 80px;
}

@media all and (max-width: 768px) {
  .sec3 .point3 {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  .sec3 .point3 {
    margin-top: 20px;
  }
}

.sec4 {
  background: #63C3C4;
  padding: 80px 0 100px;
}

@media all and (max-width: 768px) {
  .sec4 {
    padding: 50px 0 70px;
  }
}

.sec4 .content {
  margin-top: 70px;
}

.sec4 .content dl {
  margin-bottom: 15px;
}

.sec4 .content dl:last-child {
  margin-bottom: 0;
}

.sec4 .content dl:last-child dt {
  margin-bottom: 0;
}

.sec4 .content dt {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .sec4 .content dt {
    padding-right: 45px;
    padding-left: 10px;
  }
  .sec4 .content dt .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}

.sec4 .content dt::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #63C3C4;
  border-right: 2px solid #63C3C4;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 22px;
  margin-top: -8px;
}

.sec4 .content dt.open::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
  right: 20px;
}

.sec4 .content dd {
  background: rgba(255, 255, 255, 0.7);
  width: 86%;
  padding: 20px;
  margin: 15px auto;
}

@media all and (max-width: 768px) {
  .sec4 .content dd {
    width: 100%;
  }
}

.sec5 {
  padding: 80px 0 100px;
}

@media all and (max-width: 768px) {
  .sec5 {
    padding: 50px 0 70px;
  }
}

.sec5 .tit {
  margin-bottom: 30px;
}

.sec5 .content {
  margin-top: 40px;
}

.sec5 table {
  width: 100%;
}

.sec5 table th {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  display: block;
  width: 100%;
}

@media all and (max-width: 768px) {
  .sec5 table th {
    font-size: 16px;
  }
}

.sec5 table td {
  padding: 10px 0;
  display: block;
  width: 100%;
}

.sec5 table input, .sec5 table textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc !important;
}

.sec5 table textarea {
  height: 260px;
}

@media all and (max-width: 768px) {
  .sec5 table textarea {
    height: 200px;
  }
}

.sec5 table span {
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 10px;
}

.sec5 table span.required {
  background: #b71c1c;
}

.sec5 table span.nonrequired {
  background: #000;
}

.sec5 .form_submit {
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .sec5 .form_submit {
    margin-top: 30px;
  }
}

.sec5 .form_submit_btn {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .sec5 .form_submit_btn {
    margin-top: 30px;
  }
}

.sec5 .form_submit_btn button {
  background: #f54337;
  border-radius: 10px;
  width: 250px;
  margin: 0 auto;
  padding: 20px;
}

.sec5 .form_submit_btn button span {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.sec6 {
  background: #E7FEFF;
  padding: 80px 0 100px;
}

@media all and (max-width: 768px) {
  .sec6 {
    padding: 50px 0 70px;
  }
}

.sec6 .content {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .sec6 .content {
    margin-top: 50px;
  }
}

@media all and (max-width: 480px) {
  .sec6 .content {
    padding: 17px;
    margin-top: 30px;
  }
}

footer {
  padding: 15px 20px;
  background: #fff;
}

@media all and (max-width: 768px) {
  footer {
    padding: 15px 0;
  }
  footer .flexbox img {
    max-height: 60px;
  }
}

@media all and (max-width: 480px) {
  footer .flexbox img {
    max-height: 36px;
  }
}

footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 0;
}

@media all and (max-width: 768px) {
  footer .backtop {
    bottom: 75px;
  }
}

footer .backtop--icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

@media all and (max-width: 768px) {
  footer .backtop--icon {
    right: 10px;
  }
}

@media all and (max-width: 768px) {
  footer .backtop--icon img {
    width: 45px;
    height: 45px;
  }
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .1rem;
    font-size: .875em;
    color: red;
}
.invalid-inner {
    font-weight: 500 !important;
}