@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto&display=swap");
.s1 .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.s1 .bannerwrap {
  width: 50%;
}
.s1 .bannerwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s1 .bannercontentwrap {
  width: 50%;
  padding: 125px 80px;
  position: relative;
}
.s1 .bannercontentwrap img {
  z-index: 2;
  position: relative;
}
.s1 .bannercontentwrap::before {
  content: "";
  width: 193px;
  height: 78px;
  background: url(../image/index/bird.png);
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 5%;
  top: 120px;
  z-index: -1;
}
.s1 .bannercontentwrap::after {
  content: "";
  width: 14%;
  height: 110%;
  background: url(../../dist/image/index/banner_WH.png) center/cover no-repeat;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 1;
}
.s1 .btnwrap {
  position: absolute;
  right: 15%;
  bottom: 80px;
}
.s1 .btnwrap .btn {
  font-size: 1rem;
  padding: 14px 37px;
}
@media (max-width: 1200px) {
  .s1 .bannercontentwrap {
    width: 50%;
    padding: 40px 20px;
  }
  .s1 .bannercontentwrap::before {
    display: none;
  }
  .s1 .btnwrap {
    bottom: 20px;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .s1 .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s1 .bannerwrap,
.s1 .bannercontentwrap {
    width: 100%;
    margin-top: -20px;
  }
  .s1 .bannercontentwrap {
    padding: 40px 20px 140px 20px;
  }
  .s1 .bannercontentwrap::after {
    content: "";
    width: 100%;
    height: 53px;
    background: url(../../dist/image/bg-whiteline_mb.png) center/cover no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
  }
  .s1 .btnwrap {
    bottom: 70px;
    right: 20px;
  }
}

.s2 {
  z-index: 1;
  background-color: #f1e2c9;
  padding: 690px 0 300px;
  position: relative;
}
.s2::before {
  content: "";
  width: 100%;
  height: 39px;
  display: block;
  background: url(../image/bg-brownline.png) top left no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}
@media (max-width: 767px) {
  .s2::before {
    background-image: url(../image/bg-brownline_mb.png);
    top: -37px;
  }
}
.s2 .talk {
  position: absolute;
  top: 140px;
  left: 21%;
  background: url(../image/index/talk.png) center no-repeat;
  padding: 60px 90px 100px;
}
.s2 .talk .f24 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #c45b56;
}
.s2 .talk .f20 {
  line-height: 1.8;
}
.s2 .talk .mobile {
  display: none;
}
.s2 .article {
  position: relative;
}
.s2 .article .title {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 59px;
}
.s2 .article .title .f28 {
  font-weight: 700;
}
.s2 .article .title .f28::after {
  content: "";
  width: 165px;
  height: 29px;
  display: block;
  background: url(../../dist/image/article.png);
  margin: 5px auto 0;
}
.s2 .article .title .f17 {
  margin-top: 40px;
}
.s2 .article .title .f17 br {
  display: none;
}
.s2 .article .content {
  z-index: 1;
  position: relative;
  margin-top: 55px;
  max-width: 856px;
  margin: 0 auto;
}
.s2 .article .content li {
  width: 259.4px;
}
.s2 .article .content li:not(:last-child) {
  margin-right: 39px;
}
@media (min-width: 768px) {
  .s2 .article .content li:hover .imgwrap::before {
    opacity: 1;
    visibility: visible;
  }
  .s2 .article .content li:hover .f20 {
    color: #9bcecb;
  }
}
.s2 .article .content .tag {
  max-width: 98px;
  padding: 8px 16px;
  color: white;
  background-color: #0086dd;
  border-radius: 18px;
  margin: 0 auto 16px;
}
.s2 .article .content .imgwrap {
  width: 259.4px;
  height: 227.3px;
  background: url(../image/index/a_img01.jpg) center no-repeat;
  background-size: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}
.s2 .article .content .imgwrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.s2 .article .content .time {
  text-align: center;
  color: #9bcecb;
  font-weight: 700;
}
.s2 .article .content .f20 {
  overflow: hidden;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.s2 .article .book {
  width: 1429px;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.s2 .article .btnwrap {
  z-index: 1;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 52px;
}
.s2 .article .btnwrap .btn {
  font-size: 1rem;
  padding: 14px 37px;
}
.s2 .imgwrap1 {
  position: absolute;
  top: 20px;
  right: 26%;
}
.s2 .imgwrap2 {
  position: absolute;
  top: 420px;
  left: 0;
  width: 19%;
}
.s2 .imgwrap3 {
  position: absolute;
  top: 300px;
  right: 21%;
  width: 11%;
  min-width: 131px;
  z-index: 1;
}
.s2 .imgwrap4 {
  position: absolute;
  top: 410px;
  right: 20%;
  width: 26%;
  min-width: 319px;
}
.s2 .imgwrap5 {
  position: absolute;
  top: 200px;
  right: 35%;
}
.s2 .imgwrap6 {
  position: absolute;
  bottom: 60px;
  right: 24%;
}
.s2 .imgwrap7 {
  position: absolute;
  bottom: -120px;
  right: 5%;
  z-index: 1;
}
.s2 .imgwrap8 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: 420px;
  right: 9%;
  width: 11%;
}
.s2 .imgwrap9 {
  position: absolute;
  top: 680px;
  left: 12%;
  width: 9%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .s2 {
    padding: 600px 0 70px;
  }
  .s2 .article .book {
    display: none;
  }
  .s2 .article .title {
    margin-bottom: 30px;
  }
  .s2 .article .title .f28::after {
    width: 165px;
    height: 29px;
    background: url(../../dist/image/article_mb.png) center/contain no-repeat;
  }
  .s2 .article .btnwrap {
    margin-top: 30px;
  }
  .s2 .imgwrap1 {
    top: 10px;
    right: 7%;
    width: 55%;
  }
  .s2 .imgwrap3 {
    top: 350px;
  }
  .s2 .imgwrap5,
.s2 .imgwrap6,
.s2 .imgwrap7,
.s2 .imgwrap9 {
    display: none;
  }
  .s2 .talk {
    top: 85px;
    left: 10%;
  }
}
@media (max-width: 1024px) {
  .s2 {
    padding: 525px 0 70px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding: 485px 0 70px;
  }
  .s2 .talk .f24 {
    font-size: 1rem;
  }
  .s2 .article .content li {
    width: 293.5px;
  }
  .s2 .article .content li:not(:last-child) {
    margin-right: 20px;
  }
  .s2 .article .content .imgwrap {
    width: 293.5px;
    height: 227.5px;
  }
  .s2 .article .content .time {
    color: black;
    font-weight: 700;
  }
  .s2 .article .title .f17 {
    margin-top: 25px;
  }
  .s2 .article .title .f17 br {
    display: block;
  }
  .s2 .article .btnwrap {
    margin-top: 30px;
  }
  .s2 .imgwrap1 {
    top: 5px;
    width: 49%;
  }
  .s2 .imgwrap3 {
    top: 330px;
    right: 10%;
  }
  .s2 .imgwrap4 {
    top: 394px;
    right: 7%;
  }
  .s2 .imgwrap2,
.s2 .imgwrap5,
.s2 .imgwrap6,
.s2 .imgwrap7,
.s2 .imgwrap8 {
    display: none;
  }
  .s2 .talk {
    text-align: center;
    top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 348.5px;
    background: url(../image/index/talk_mb.png) center/95% no-repeat;
    padding: 60px 45px 110px;
  }
  .s2 .talk .mobile {
    display: block;
  }
  .s2 .content {
    position: relative;
  }
  .s2 .content::after {
    content: "";
    width: 25px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 226, 192, 0)), to(rgb(241, 226, 201)));
    background: linear-gradient(90deg, rgba(241, 226, 192, 0) 0%, rgb(241, 226, 201) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.s3 {
  padding: 100px 0 200px;
  position: relative;
}
.s3::before {
  content: "";
  width: 100%;
  height: 39px;
  display: block;
  background: url(../image/bg-whiteline.png) top left no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}
@media (max-width: 1024px) {
  .s3 {
    padding: 70px 0 150px;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding: 30px 0 180px;
  }
  .s3::before {
    background-image: url(../image/bg-whiteline_mb.png);
    top: -37px;
  }
}
.s3 .title {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.s3 .title .f28 {
  font-weight: 700;
}
.s3 .title .f28::after {
  content: "";
  width: 165px;
  height: 29px;
  display: block;
  background: url(../../dist/image/member.png) center no-repeat;
  margin: 5px auto 0;
}
.s3 .title .f17 {
  margin-top: 40px;
}
.s3 .title .f17 br {
  display: none;
}
.s3 .title::before {
  content: "";
  width: 153px;
  height: 149px;
  background: url(../image/index/kids_girl.png);
  display: block;
  position: absolute;
  left: 150px;
  top: 50px;
}
.s3 .content1 {
  margin-top: 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s3 .content1 .flip-card {
  background-color: transparent;
  width: 246px;
  height: 251px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.s3 .content1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.s3 .content1 .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.s3 .content1 .flip-card-front,
.s3 .content1 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
}
.s3 .content1 .flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.s3 .content1 .second-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s3 .content1::before {
  content: "";
  width: 316px;
  height: 118px;
  background: url(../image/index/chicken09.png) no-repeat;
  display: block;
  position: absolute;
  left: -200px;
  bottom: -240px;
}
.s3 .mobile {
  display: none;
}
.s3 .content2 {
  margin-top: 285px;
}
.s3 .content2 ul {
  padding: 0 50px;
}
.s3 .content2 ul li {
  margin: 15px;
  position: relative;
}
.s3 .content2 ul li.teacher {
  background-color: #fdf6e7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.s3 .content2 ul li.teacher .tag {
  background-color: #f4c32a;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.s3 .content2 ul li.the-to-be {
  background-color: #fcf2ee;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.s3 .content2 ul li.the-to-be .tag {
  background-color: #db5a26;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .s3 .content2 ul li:hover.teacher {
    background: rgba(244, 195, 42, 0.65);
  }
  .s3 .content2 ul li:hover.the-to-be {
    background: rgba(219, 90, 38, 0.65);
  }
  .s3 .content2 ul li:hover .tag {
    background-color: black;
    color: white;
  }
}
.s3 .content2 .imgwrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.s3 .content2 .txt {
  padding: 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s3 .content2 .txt .tag {
  position: absolute;
  padding: 5px 21px;
  border-radius: 15px;
  top: -50px;
  left: 20px;
  white-space: nowrap;
}
.s3 .content2 .txt .f16:not(:first-child) {
  line-height: 1.5;
}
.s3 .content2 .txt .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s3 .content2 .txt .rating .star {
  margin-top: 5px;
  display: block;
  width: 19px;
  height: 18px;
  background: url(../image/star.png) center/contain no-repeat;
}
.s3 .content2 .slick-list.height-auto {
  height: auto !important;
}
.s3 .content2 .slick-next,
.s3 .content2 .slick-prev {
  top: 46%;
}
.s3 .content2 .slick-next {
  width: 50px;
  height: 50px;
}
.s3 .content2 .slick-next::before {
  content: "";
}
.s3 .content2 .slick-next .arrow {
  width: 28px;
  height: 50px;
  background: url(../image/next.png) center/28px no-repeat;
}
.s3 .content2 .slick-prev {
  width: 50px;
  height: 50px;
}
.s3 .content2 .slick-prev::before {
  content: "";
}
.s3 .content2 .slick-prev .arrow {
  width: 28px;
  height: 50px;
  background: url(../image/prev.png) center/contain no-repeat;
}
@media (max-width: 1200px) {
  .s3 .title::before {
    display: none;
  }
  .s3 .content1::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .s3 .title {
    margin-bottom: 0px;
  }
  .s3 .content1 {
    margin-top: 70px;
  }
  .s3 .content2 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .s3 .content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s3 .content1 .parant {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s3 .title {
    margin-bottom: 40px;
  }
  .s3 .title::before {
    display: none;
  }
  .s3 .title .f17 {
    margin-top: 25px;
  }
  .s3 .desk {
    display: none;
  }
  .s3 .mobile {
    display: block;
  }
  .s3 .content1 {
    margin-top: 40px;
  }
  .s3 .content1 .first-layer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s3 .content1 .first-layer .card {
    width: 50%;
  }
  .s3 .content1 .second-layer {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s3 .content1 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .s3 .content1 .card .imgwrap {
    width: 10%;
    min-width: 130px;
  }
  .s3 .content1 .card .f16 {
    color: #db5a26;
    margin-top: 10px;
  }
  .s3 .content1::before {
    display: none;
  }
  .s3 .content2 {
    margin-top: 47px;
  }
  .s3 .content2 ul {
    padding: 0;
  }
  .s3 .content2 ul li {
    margin: 10px 0;
  }
  .s3 .content2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
  }
  .s3 .content2 ul li .imgwrap {
    width: 41%;
    padding-bottom: 41%;
  }
  .s3 .content2 .txt {
    width: 59%;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    position: relative;
  }
  .s3 .content2 .txt .tag {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .s3 .content2 .txt .f20 {
    position: relative;
  }
  .s3 .content2 .txt .rating {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 100px;
    bottom: 0;
  }
  .s3 .content2 .txt .rating .star {
    width: 15px;
    height: 14px;
    margin-top: 0px;
    margin-right: 5px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .s3 .content2 .slick-next {
    display: none !important;
  }
  .s3 .content2 .slick-prev {
    width: 35px;
    height: 30px;
    top: 103%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .s3 .content2 .slick-prev .arrow {
    height: 30px;
    width: 35px;
    background: url(../image/down-arrow.png) center/contain no-repeat;
  }
}

.s4 {
  background-color: #fdf6e7;
  position: relative;
  padding: 130px 0 50px;
}
.s4::before {
  content: "";
  width: 100%;
  height: 39px;
  display: block;
  background: url(../image/bg-yelline.png) top left no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}
.s4 .title {
  margin-bottom: 87px;
  width: 59%;
  margin-left: auto;
  text-align: center;
  padding-right: 7%;
  position: relative;
}
.s4 .title::before {
  content: "";
  width: 1257px;
  height: 573px;
  background: url(../image/index/bg-search.png) no-repeat center/100%;
  display: block;
  position: absolute;
  left: -900px;
  top: -120px;
}
.s4 .title .f28 {
  font-weight: 700;
  position: relative;
}
.s4 .title .f28::after {
  content: "";
  width: 165px;
  height: 29px;
  display: block;
  background: url(../image/search.png) center no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .s4 .title {
    width: 100%;
    padding-right: 0;
  }
  .s4 .title::before {
    width: 114px;
    height: 185px;
    background: url(../image/index/pin.png) no-repeat center/50%;
    top: -160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.s4 form {
  position: relative;
}
.s4 .checkboxwrap {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s4 .checkboxwrap div {
  margin-right: 3%;
  margin-bottom: 15px;
}
.s4 .form-group {
  width: 59%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
  padding-right: 7%;
}
.s4 .form-group.send {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s4 .form-group .areaBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  display: none;
}
.s4 .form-group .wrap {
  width: 78%;
}
.s4 .form-group .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.s4 .form-group .flex .select-city {
  width: 46%;
  position: relative;
}
.s4 .form-group .flex .select-dist {
  width: 47%;
  position: relative;
}
.s4 .form-group .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s4 .form-group .select label {
  white-space: nowrap;
}
.s4 .form-group .select-input-city {
  margin-left: 10%;
  width: 142px;
  height: 50px;
  border-bottom: 1px solid black;
  cursor: pointer;
  background: url(../image/down-arrow.png) 100%/34px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .s4 .form-group .select-input-city {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group .select-input-city {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group .select-input-city {
    font-size: 1.125rem;
  }
}
.s4 .form-group .select-input-dist {
  margin-left: 10%;
  width: 142px;
  height: 50px;
  border-bottom: 1px solid black;
  cursor: pointer;
  background: url(../image/down-arrow.png) 100%/34px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .s4 .form-group .select-input-dist {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group .select-input-dist {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group .select-input-dist {
    font-size: 1.125rem;
  }
}
.s4 .form-group .select-input-dist .ellipsis {
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s4 .form-group .select-input-city,
.s4 .form-group .select-input-dist {
  color: #8c8c8c;
}
.s4 .form-group .select-options {
  z-index: 100;
  background-color: #f7f7f7;
  padding: 20px;
  display: none;
  position: absolute;
  left: 70px;
  width: 400px;
}
.s4 .form-group .select-options .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #5d5d5d;
  margin-bottom: 20px;
}
.s4 .form-group .select-options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s4 .form-group .select-options ul li {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
}
.s4 .form-group .select-options ul li .form-check-label {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.s4 .form-group .select-options.open {
  display: block;
}
.s4 .form-group .select-chosen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #5d5d5d;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s4 .form-group .select-chosen span {
  margin-right: 5px;
}
.s4 .form-group .select-chosen .district {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s4 .form-group .select-chosen .box {
  -webkit-box-shadow: 0 0 0 1px #5d5d5d;
          box-shadow: 0 0 0 1px #5d5d5d;
  border-radius: 3px;
  padding: 3px 30px 3px 7px;
  margin: 5px;
  background: url(../image/delete.png) 90%/15px no-repeat;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .s4 .form-group .select-chosen .box {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group .select-chosen .box {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group .select-chosen .box {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .s4 .form-group .select-chosen .box:hover {
    color: white;
    background-color: #5d5d5d;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url(../image/delete_hover.png);
  }
}
@media (max-width: 1440px) {
  .s4 .form-group .select-options {
    left: 0px;
    width: 300px;
  }
  .s4 .form-group .select-options ul li {
    width: 33%;
  }
  .s4 .form-group .select-chosen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s4 .form-group .select-chosen .district {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s4 .form-group .select-chosen .box {
    margin: 5px 0;
  }
}
@media (max-width: 1200px) {
  .s4 .form-group .select-input-city,
.s4 .form-group .select-input-dist {
    margin-left: 2%;
  }
  .s4 .form-group .select-options {
    left: 48px;
    width: 300px;
  }
  .s4 .form-group .select-options ul li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .s4 .form-group .select-options {
    left: 0;
    width: 300px;
  }
  .s4 .form-group .select-input-city,
.s4 .form-group .select-input-dist {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .s4 .form-group .wrap {
    width: 100%;
  }
  .s4 .form-group .select-options {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s4 .form-group .select-options .notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s4 .form-group .select-options .notice div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .s4 .form-group .select-options .notice div:last-child {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 25px;
  }
  .s4 .form-group .select-options ul li {
    width: 33%;
  }
  .s4 .form-group .select-chosen {
    margin-top: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s4 .form-group .select-chosen span {
    white-space: nowrap;
  }
  .s4 .form-group .select-chosen .district {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s4 .form-group .select-chosen .district .box {
    margin-bottom: 5px;
  }
  .s4 .form-group .select-input-city,
.s4 .form-group .select-input-dist {
    width: 100%;
  }
}
.s4 .form-group input[type=checkbox],
.s4 .form-group input[type=radio] {
  display: none;
}
.s4 .form-group label {
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .s4 .form-group label {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group label {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group label {
    font-size: 1.125rem;
  }
}
.s4 .form-group input:not(:checked) ~ label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.s4 .form-group input:checked ~ label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.s4 .form-group .form-check-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .s4 .form-group .form-check-label {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group .form-check-label {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group .form-check-label {
    font-size: 1.125rem;
  }
}
.s4 .form-group .form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: #e5e5e5;
}
.s4 .form-group .form-check-label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../image/check-mark.png) 100% no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.s4 .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 78%;
  height: 50px;
  border: none;
  border-bottom: 1px solid black;
  cursor: pointer;
  background: url(../image/down-arrow.png) 100%/34px no-repeat;
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .s4 .form-group select {
    font-size: 1rem;
  }
}
@media all and (min-width: 576px) and (max-width: 1439px) {
  .s4 .form-group select {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .s4 .form-group select {
    font-size: 1.125rem;
  }
}
.s4 .form-group select:focus-visible {
  outline: none;
}
.s4 .form-group select,
.s4 .form-group select option {
  color: black;
}
.s4 .form-group select:invalid,
.s4 .form-group select option[value=""] {
  color: #999999;
}
.s4 .form-group .btnwrap {
  position: relative;
  margin-top: 18px;
}
.s4 .form-group .btnwrap .btn {
  min-width: 124px;
  padding: 10px 32px;
}
.s4 .form-group .btnwrap::before {
  content: "";
  width: 73px;
  height: 63px;
  background: url(../image/index/magnifier.png);
  display: block;
  position: absolute;
  left: -45px;
  top: -5px;
}
.s4 .form-group .btnwrap::after {
  content: "";
  width: 235px;
  height: 154px;
  background: url(../image/index/pig.png) no-repeat;
  display: block;
  position: absolute;
  right: -600px;
  bottom: -78px;
}
@media (max-width: 1200px) {
  .s4 .form-group {
    width: 70%;
  }
  .s4 .form-group .btnwrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .s4 .form-group {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .s4 .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s4 .form-group .flex {
    width: 100%;
  }
  .s4 .form-group .flex .select-city,
.s4 .form-group .flex .select-dist {
    width: 45%;
  }
  .s4 .form-group select {
    width: 100%;
  }
  .s4 .form-group .select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s4 .form-group .label-title {
    margin-bottom: 20px;
  }
  .s4 .form-group .btnwrap {
    margin: 10px auto 0;
  }
}
@media (max-width: 1024px) {
  .s4 {
    padding: 160px 0 50px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding: 40px 0 60px;
  }
  .s4::before {
    background-image: url(../image/bg-yelline_mb.png);
    top: -37px;
  }
  .s4 .checkboxwrap {
    width: 100%;
  }
}

.s5 {
  background-color: #9bcecb;
  position: relative;
  padding: 100px 0;
}
.s5::before {
  content: "";
  width: 100%;
  height: 39px;
  display: block;
  background: url(../image/bg-blueline.png) top left no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}
.s5 .title {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.s5 .title::before {
  content: "";
  width: 193px;
  height: 78px;
  background: url(../image/index/bird.png) no-repeat center;
  display: block;
  position: absolute;
  left: 150px;
  top: -10px;
}
.s5 .title::after {
  content: "";
  width: 170px;
  height: 76px;
  background: url(../image/index/cloud.png) no-repeat center;
  display: block;
  position: absolute;
  right: 120px;
  top: 0px;
}
.s5 .title .f28 {
  font-weight: 700;
}
.s5 .title .f28::after {
  content: "";
  width: 128px;
  height: 29px;
  display: block;
  background: url(../image/contact.png) no-repeat;
  margin: 5px auto 0;
}
.s5 .content {
  text-align: center;
}
.s5 .content .f18 {
  margin-bottom: 50px;
}
.s5 .content .btnwrap {
  position: relative;
}
.s5 .content .btnwrap::before {
  content: "";
  width: 340px;
  height: 273px;
  background: url(../image/index/grass.png) no-repeat center/100%;
  display: block;
  position: absolute;
  left: -550px;
  top: -100px;
}
.s5 .content .btnwrap::after {
  content: "";
  width: 312px;
  height: 164px;
  background: url(../image/index/cow.png) no-repeat center/100%;
  display: block;
  position: absolute;
  right: -550px;
  top: -20px;
}
@media (max-width: 1024px) {
  .s5 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .s5 .title::before, .s5 .title::after {
    display: none;
  }
  .s5 .content .btnwrap::before, .s5 .content .btnwrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding: 50px 0 100px;
  }
  .s5::before {
    background-image: url(../image/bg-blueline_mb.png);
    top: -37px;
  }
}