.mb-65 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0;
}

body {
  background: #fcf8f1;
}

.preface p {
  max-width: 940px;
  width: 100%;
  margin: 150px auto;
  padding: 0 20px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .preface p {
    margin: 100px auto;
  }
}
@media screen and (max-width: 992px) {
  .preface p {
    margin: 100px auto;
    font-size: 20px;
  }
}
.preface img {
  width: 100%;
}
.preface .team {
  position: relative;
}
.preface .team .title {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .preface .team .title {
    transform: scale(0.7);
    transform-origin: top;
  }
}
.preface .team .title h2 {
  font-size: 36px;
  color: #e78584;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-top: 10px;
}
.preface .team .title h3 {
  color: #9fa0a0;
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .preface .team .team-w {
    display: none;
  }
}
.preface .team .team-p {
  display: none;
}
@media screen and (max-width: 992px) {
  .preface .team .team-p {
    display: block;
  }
}

.text {
  color: #666;
  font-size: 24px;
  line-height: 42px;
  text-align: justify;
}

.color1 {
  color: #e29d90;
}

.about {
  overflow: hidden;
}
.about article {
  padding: 120px 20px;
  max-width: 1260px;
  width: 100%;
  margin: auto;
  position: relative;
}
.about article h2 {
  color: rgba(226, 157, 144, 0.2);
  margin: 0;
  font-size: 100px;
  position: absolute;
  top: 85px;
  left: 20px;
}
@media screen and (max-width: 992px) {
  .about article h2 {
    font-size: 70px;
    top: 115px;
  }
}
.about article .content {
  width: 60%;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .about article .content {
    width: 100%;
  }
}
.about article .content h3 {
  font-size: 36px;
  color: #3e3a39;
  text-align: center;
  margin: 0 0 60px 0;
  position: relative;
}
.about article .content h3 img {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: -60%;
  top: -100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .about article .content h3 img {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin: 20px auto;
  }
}
.about article .content .more {
  color: #e29d90;
  display: block;
  font-size: 20px;
  width: 180px;
  text-align: center;
  margin-left: auto;
  border-bottom: 1px dashed #e29d90;
}
@media screen and (max-width: 1200px) {
  .about article .content .more {
    margin: 50px auto auto auto;
  }
}
.about article .content .more:hover {
  opacity: 0.7;
}
.about article .content .more:after {
  content: "";
  background: url(../../images/home/more.png) no-repeat;
  width: 15px;
  height: 5px;
  background-size: 15px 5px;
  display: inline-block;
}
.about article figure {
  position: absolute;
  right: -30%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .about article figure {
    display: none;
  }
}
.about article figure img {
  width: 100%;
}

.project {
  position: relative;
  margin-top: 200px;
  padding-top: 250px;
}
.project:before {
  content: "";
  width: 100%;
  height: 250px;
  background: url(../../images/home/project.png) no-repeat top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.project::after {
  content: "";
  width: 176px;
  height: 280px;
  background: url(../../images/home/project2.png) no-repeat center;
  background-size: 176px 280px;
  position: absolute;
  left: -300px;
  right: 0;
  top: -250px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .project::after {
    transform: scale(0.5);
    left: -200px;
    transform-origin: left bottom;
  }
}
.project article {
  margin: auto;
  background: #faf3e5;
  padding: 0 20px;
}
.project article .content {
  max-width: 1000px;
  margin: auto;
  position: relative;
  top: -150px;
}
.project article .content h2 {
  color: #e78584;
  text-align: center;
  margin-bottom: 70px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.project article .content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.project article .content ul li {
  width: 30%;
  padding-top: 30%;
  position: relative;
  background: #db998c;
  border-radius: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .project article .content ul li {
    width: 49%;
    padding-top: 49%;
  }
}
@media screen and (max-width: 576px) {
  .project article .content ul li {
    width: 100%;
    padding-top: 100%;
  }
}
.project article .content ul li > div {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 100%;
  padding: 30px;
  border: 4px dashed #faf3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.project article .content ul li > div h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.project article .content ul li > div span {
  font-size: 20px;
  display: block;
  color: #eee;
  text-align: center;
}
.project .more {
  position: absolute;
  bottom: 100px;
  color: #e29d90;
  display: block;
  font-size: 20px;
  width: 140px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #e29d90;
}
.project .more:hover {
  opacity: 0.7;
}
.project .more:after {
  content: "";
  background: url(../../images/home/more.png) no-repeat;
  width: 15px;
  height: 5px;
  background-size: 15px 5px;
  display: inline-block;
}

.reserve {
  background: url(../../images/home/reserve.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 75px 20px;
}
.reserve p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e29d90;
  border-radius: 2px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  color: #fff;
  font-size: 18px;
  border: 1px #fff solid;
  transition: 0.5s all;
}
.reserve a:hover {
  opacity: 0.7;
}
.reserve a::after {
  content: "";
  display: inline-block;
  background: url(../../images/home/more2.png) no-repeat;
  width: 21px;
  height: 6px;
  background-size: 21px 6px;
  margin-left: 5px;
}

.home-prev,
.home-next {
  width: 44px !important;
  height: 44px !important;
  background: #e29d90;
}
.home-prev::after,
.home-next::after {
  font-size: 20px !important;
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #e29d90 !important;
}

.news {
  padding: 50px 0;
}
.news h2 {
  color: #e78584;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.news .news-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 2px #db998c solid;
}
.news .news-item .type {
  position: absolute;
  background: #e29d90;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.news .news-item .news-item-content {
  background: rgba(248, 239, 237, 0.3);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  color: #666;
}
.news .news-item .news-item-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #555;
}
.news .more {
  color: #e29d90;
  display: block;
  font-size: 20px;
  width: 100px;
  margin: 40px auto auto auto;
  border-bottom: 1px dashed #e29d90;
}
.news .more:hover {
  opacity: 0.7;
}
.news .more:after {
  content: "";
  background: url(../../images/home/more.png) no-repeat;
  width: 15px;
  height: 5px;
  background-size: 15px 5px;
  display: inline-block;
}

.page-kv {
  margin-bottom: 100px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-kv img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-kv h2 {
  color: #fff;
  font-size: 50px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.charges-box {
  max-width: 940px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.charges-box .wp {
  border-radius: 30px;
  border: 5px #e29d90 solid;
  padding: 30px;
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .charges-box .wp {
    padding: 15px;
  }
}
.charges-box .wp h3 {
  text-align: center;
  margin-top: -60px;
}
@media screen and (max-width: 992px) {
  .charges-box .wp h3 {
    margin-top: -50px;
  }
}
.charges-box .wp h3 span {
  background: #e78584;
  font-size: 30px;
  margin: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
}
.charges-box .wp ol {
  padding-left: 20px;
  margin: 30px 0;
}
.charges-box .wp ol li {
  line-height: 36px;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.charges-box .wp img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.charges-box .wp table {
  width: 100%;
  margin: 30px 0;
}
.charges-box .wp table thead {
  background: rgba(226, 157, 144, 0.1);
}
.charges-box .wp table thead tr th {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  border: 2px #fff solid;
  letter-spacing: 0.2em;
}
.charges-box .wp table tbody tr {
  border-bottom: 2px rgba(226, 157, 144, 0.1) solid;
}
.charges-box .wp table tbody tr td {
  padding: 12px 25px;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.05em;
}
.charges-box .wp table tbody tr td span {
  color: #aaa;
  display: block;
}
@media screen and (max-width: 992px) {
  .charges-box .wp table tbody tr td {
    padding: 8px 20px;
  }
}
.charges-box .wp table tbody tr:hover td {
  background-color: #fafafa;
}

.page-h3 {
  font-size: 36px;
  color: #444;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 60px 0;
  position: relative;
}

.method {
  padding: 0 0px;
}
.method .content {
  background: #faf3e5;
  padding: 50px 20px;
}
.method .content .project-item {
  max-width: 1000px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.method .content .project-item li {
  width: 30%;
  padding-top: 30%;
  position: relative;
  background: #db998c;
  border-radius: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .method .content .project-item li {
    width: 49%;
    padding-top: 49%;
  }
}
@media screen and (max-width: 576px) {
  .method .content .project-item li {
    width: 100%;
    padding-top: 100%;
  }
}
.method .content .project-item li > div {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 100%;
  padding: 30px;
  border: 4px dashed #faf3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.method .content .project-item li > div h3 {
  font-size: 26px;
  text-align: center;
}
.method .content .project-item li > div span {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #eee;
}
.method .content .no4-title {
  max-width: 100%;
  margin: auto auto 50px auto;
  display: block;
}
.method .content .no4 {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.method .content .no4 li {
  width: 23%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 578px) {
  .method .content .no4 li {
    width: 49%;
    margin-bottom: 30px;
  }
}
.method .content .no4 li figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 5px #fff solid;
}
.method .content .no4 li figure::after {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.method .content .no4 li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.method .content .no4 li span {
  color: #db998c;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.method .preface {
  padding: 0 40px 0 80px;
}
.method .preface .page-h3 {
  display: none;
}
@media screen and (max-width: 992px) {
  .method .preface .page-h3 {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .method .preface {
    padding: 0 20px 0 20px;
  }
}
.method .preface .text {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 60px;
  border: 3px #db998c dashed;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .method .preface .text {
    padding: 30px 20px;
  }
}
.method .preface .text:before {
  content: "";
  position: absolute;
  background: url(../../images/care1.png) no-repeat;
  width: 274px;
  height: 374px;
  background-size: 274px 374px;
  left: -190px;
  top: -80px;
}
@media screen and (max-width: 1500px) {
  .method .preface .text:before {
    transform: scale(0.7);
    transform-origin: left;
    left: -100px;
  }
}
@media screen and (max-width: 992px) {
  .method .preface .text:before {
    display: none;
  }
}
.method .preface .text:after {
  content: "";
  position: absolute;
  background: url(../../images/care2.png) no-repeat;
  width: 105px;
  height: 118px;
  background-size: 105px 118px;
  right: -45px;
  top: -60px;
}
@media screen and (max-width: 992px) {
  .method .preface .text:after {
    display: none;
  }
}

.home-swiper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .home-swiper {
    margin-top: 20px;
  }
}

.team-list {
  max-width: 1200px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.team-list li {
  width: 25%;
  padding: 0 10px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .team-list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .team-list li {
    width: 50%;
  }
}
.team-list li a {
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
}
.team-list li a figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
  border: 5px #e78584 solid;
  overflow: hidden;
}
.team-list li a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.team-list li a figure img:hover {
  transform: scale(1.2);
}
.team-list li a h3 {
  color: #333;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.team-list li a h4 {
  color: #777;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.team-photo {
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  border: 5px #e78584 solid;
  position: relative;
  margin-bottom: 20px;
}
.team-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  top: 0;
  left: 0;
}

.job-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  width: 100%;
  min-block-size: 120px;
}

.team-certificate img {
  display: block;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.page-bg1 {
  background: url(../../images/page-bg1.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

.page-bg2 {
  position: relative;
  padding: 50px 0;
  background: #f7e5e3;
}
.page-bg2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/page-bg3.png) no-repeat bottom left;
  width: 427px;
  height: 432px;
  background-size: 427px 432px;
}
@media screen and (max-width: 1200px) {
  .page-bg2:before {
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.page-bg2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../images/page-bg4.png) no-repeat bottom right;
  width: 238px;
  height: 262px;
  background-size: 238px 262px;
}
@media screen and (max-width: 1200px) {
  .page-bg2:after {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}

.home-slide-w {
  display: block;
}

.home-slide-p {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-slide-w {
    display: none;
  }
  .home-slide-p {
    display: block;
  }
}/*# sourceMappingURL=new_home.css.map */