@charset "UTF-8";
* {
  --brand: #EB6796;
  --brand-2: #B8666A;
  --brand-color-1: #FAEEEE;
  --brand-color-2: #F3E4E1;
  --brand-color-3: #F9C7CA;
  --brand-color-4: #A2B0A3;
  --icon-default: #000000;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
  --invert: #FFFFFF;
  --surface-default: #F3F2F0;
  --surface-default-2: #FEF9F3;
}

.h1-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.h1-wrapper .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1536px) {
  .h1-wrapper .top {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .h1-wrapper .top {
    gap: 8px;
  }
}
.h1-wrapper .top span {
  color: var(--span-color);
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .h1-wrapper .top span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .h1-wrapper .top span {
    font-size: 16px;
  }
}
.h1-wrapper .top span.line {
  display: inline;
  width: 48px;
  height: 8px;
  background-color: var(--span-color);
}
@media (max-width: 768px) {
  .h1-wrapper .top span.line {
    width: 35px;
    height: 5px;
  }
}
.h1-wrapper h1 {
  color: var(--h1-color);
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 1536px) {
  .h1-wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .h1-wrapper h1 {
    font-size: 28px;
    font-weight: 900;
  }
}

.index-banner {
  width: 100%;
  aspect-ratio: 1.793/1;
  background-image: url("../images/bg/首頁-圖片底.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.index-banner .mask {
  width: 100%;
  aspect-ratio: 1.806/1;
  position: absolute;
  inset: 0;
  background-image: url("../images/banner/index-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
  /* 遮罩圖片 */
  -webkit-mask: url("../images/mask/首頁-圖片.png");
  mask: url("../images/mask/首頁-圖片.png");
  /* 遮罩尺寸 */
  -webkit-mask-size: cover;
  mask-size: cover;
  /* 遮罩位置 */
  -webkit-mask-position: top center;
          mask-position: top center;
  /* 遮罩重複 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

main {
  padding: 0 !important;
}
main section.sec1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  padding: 0 230px;
}
@media (max-width: 1900px) {
  main section.sec1 {
    padding: 0 160px;
  }
}
@media (max-width: 1380px) {
  main section.sec1 {
    padding: 0 120px;
  }
}
@media (max-width: 1200px) {
  main section.sec1 {
    padding: 0 60px;
  }
}
@media (max-width: 990px) {
  main section.sec1 {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  main section.sec1 {
    padding: 0 26px;
    flex-direction: column;
    gap: 24px;
  }
}
main section.sec1 img.section-flower.sec1-1 {
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  main section.sec1 img.section-flower.sec1-1 {
    max-width: 64px;
    min-width: 64px;
  }
}
@media (max-width: 768px) {
  main section.sec1 img.section-flower.sec1-1 {
    max-width: 43px;
    min-width: 43px;
  }
}
main section.sec1 .left,
main section.sec1 .right {
  flex: 1;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  main section.sec1 .left,
  main section.sec1 .right {
    width: 100%;
    max-width: 100%;
  }
}
main section.sec1 .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 68px;
}
@media (max-width: 1536px) {
  main section.sec1 .left {
    gap: 40px;
  }
}
@media (max-width: 990px) {
  main section.sec1 .left {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  main section.sec1 .left {
    gap: 24px;
  }
}
main section.sec1 .left .h1-wrapper {
  transform: translateX(70%);
  align-self: flex-start;
  --span-color: var(--brand-color-3);
  --h1-color: var(--brand-2);
}
@media (max-width: 1536px) {
  main section.sec1 .left .h1-wrapper {
    transform: translateX(48%);
  }
}
@media (max-width: 1200px) {
  main section.sec1 .left .h1-wrapper {
    transform: translateX(40%);
  }
}
main section.sec1 .left .mask-wrapper {
  width: 100%;
  max-width: 885.81px;
  align-self: flex-end;
  aspect-ratio: 1.31/1;
  position: relative;
}
main section.sec1 .left .mask-wrapper .mask {
  width: 100%;
  aspect-ratio: 8.03/6.18;
  position: absolute;
  inset: 0;
  background-image: url("../images/hero/index.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* 遮罩圖片 */
  -webkit-mask: url("../images/mask/首頁-關於敬德-照片用.png");
  mask: url("../images/mask/首頁-關於敬德-照片用.png");
  /* 遮罩尺寸 */
  -webkit-mask-size: cover;
  mask-size: cover;
  /* 遮罩位置 */
  -webkit-mask-position: center;
          mask-position: center;
  /* 遮罩重複 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main section.sec1 .left .mask-wrapper img.section-flower.sec1-2 {
  left: -5%;
  bottom: 8%;
}
@media (max-width: 768px) {
  main section.sec1 .left .mask-wrapper img.section-flower.sec1-2 {
    left: 5%;
    bottom: 9%;
  }
}
@media (max-width: 480px) {
  main section.sec1 .left .mask-wrapper img.section-flower.sec1-2 {
    min-width: 60px;
    left: 2%;
    bottom: 6%;
  }
}
main section.sec1 .left .mask-wrapper img.section-flower.sec1-3 {
  right: -3%;
  bottom: 0%;
}
@media (max-width: 990px) {
  main section.sec1 .left .mask-wrapper img.section-flower.sec1-3 {
    right: 0%;
    bottom: 0%;
  }
}
@media (max-width: 768px) {
  main section.sec1 .left .mask-wrapper img.section-flower.sec1-3 {
    min-width: 100px;
    right: 4%;
    bottom: 2%;
  }
}
@media (max-width: 480px) {
  main section.sec1 .left .mask-wrapper img.section-flower.sec1-3 {
    min-width: 80px;
    right: 0%;
    bottom: 0%;
  }
}
main section.sec1 .right {
  display: flex;
  align-items: flex-end;
  padding: 34px 0 34px 34px;
}
@media (max-width: 768px) {
  main section.sec1 .right {
    padding: 0;
  }
}
main section.sec1 .right .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 1536px) {
  main section.sec1 .right .content-wrapper {
    gap: 24px;
  }
}
main section.sec1 .right .content-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary);
}
@media (max-width: 1536px) {
  main section.sec1 .right .content-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  main section.sec1 .right .content-wrapper h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  main section.sec1 .right .content-wrapper h2 {
    font-size: 22px;
  }
}
main section.sec1 .right .content-wrapper p {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1536px) {
  main section.sec1 .right .content-wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  main section.sec1 .right .content-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  main section.sec1 .right .content-wrapper p {
    font-size: 18px;
  }
}
main section.sec1 .right .content-wrapper button.default {
  align-self: flex-end;
}
@media (max-width: 768px) {
  main section.sec1 .right .content-wrapper button.default {
    align-self: center;
  }
}
main section.sec2 {
  width: 100%;
  aspect-ratio: 1.383/1;
  background-image: url("../images/bg/背景圖-首頁-服務介紹區.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  main section.sec2 {
    margin-top: 46px;
    aspect-ratio: 0.29/1;
    background-image: url("../images/bg/背景圖-首頁-服務介紹區phone.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
main section.sec2 .wrapper {
  width: 100%;
  height: 100%;
  padding: 18vw 12.5vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  main section.sec2 .wrapper {
    padding: 16vw 8vw;
  }
}
@media (max-width: 768px) {
  main section.sec2 .wrapper {
    height: auto;
    justify-content: flex-start;
    row-gap: 5px;
  }
}
main section.sec2 .wrapper .h1-wrapper {
  position: absolute;
  --span-color: var(--brand-color-4);
  --h1-color: #587650;
  right: 16%;
  top: 8%;
}
@media (max-width: 1536px) {
  main section.sec2 .wrapper .h1-wrapper {
    top: 10%;
  }
}
@media (max-width: 1200px) {
  main section.sec2 .wrapper .h1-wrapper {
    right: 15%;
    top: 6%;
  }
}
@media (max-width: 990px) {
  main section.sec2 .wrapper .h1-wrapper {
    right: 12%;
    top: 4%;
  }
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .h1-wrapper {
    right: 18%;
    top: 0%;
  }
}
@media (max-width: 480px) {
  main section.sec2 .wrapper .h1-wrapper {
    right: 14%;
    top: -1.6%;
  }
}
main section.sec2 .wrapper .service-item-wrapper {
  width: 25%;
  aspect-ratio: 1/1;
  padding: 0 20px;
}
main section.sec2 .wrapper .service-item-wrapper .service-item {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.sec2 .wrapper .service-item-wrapper .service-item p {
  font-size: 32px;
  font-weight: 700;
  color: #505C5C;
  text-align: center;
}
@media (max-width: 1536px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item p {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item p {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item p {
    font-size: 20px;
  }
}
main section.sec2 .wrapper .service-item-wrapper .service-item .number-circle {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 34%;
  aspect-ratio: 1/1;
  background-image: url("../images/bg/首頁-服務圓形-數字小圓.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 900;
  padding-bottom: 5px;
  color: var(--brand-color-4);
}
@media (max-width: 1536px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item .number-circle {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item .number-circle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item .number-circle {
    width: 28%;
    left: 4%;
    top: 4%;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  main section.sec2 .wrapper .service-item-wrapper .service-item .number-circle {
    left: 2%;
    top: 2%;
    width: 34%;
    font-size: 24px;
  }
}
main section.sec2 .wrapper .service-item-wrapper .service-item.pink {
  background-image: url("../images//bg/首頁-服務圓形01.png");
}
main section.sec2 .wrapper .service-item-wrapper .service-item.orange {
  background-image: url("../images//bg/首頁-服務圓形02.png");
}
main section.sec2 .wrapper .service-item-wrapper .service-item.red {
  background-image: url("../images//bg/首頁-服務圓形03.png");
}
main section.sec2 .wrapper .service-item-wrapper .service-item.yellow {
  background-image: url("../images//bg/首頁-服務圓形04.png");
}
main section.sec2 .wrapper .service-item-wrapper.mt-2 {
  transform: translateY(-20%);
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper.mt-2 {
    transform: none;
  }
}
main section.sec2 .wrapper .service-item-wrapper.mb-2 {
  transform: translateY(20%);
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper.mb-2 {
    transform: none;
  }
}
main section.sec2 .wrapper .service-item-wrapper.mt-1 {
  transform: translateY(-4%);
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper.mt-1 {
    transform: none;
  }
}
@media (max-width: 1200px) {
  main section.sec2 .wrapper .service-item-wrapper {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  main section.sec2 .wrapper .service-item-wrapper {
    width: 50%;
    padding: 0;
    margin-bottom: 40%;
  }
  main section.sec2 .wrapper .service-item-wrapper:nth-child(odd) {
    transform: translateY(100%);
  }
}
main section.sec3 {
  width: 100%;
  padding: var(--global-padding-pc);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec3 .h1-wrapper {
  --span-color: var(--brand-color-3);
  --h1-color: var(--brand-2);
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  main section.sec3 .h1-wrapper {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 990px) {
  main section.sec3 {
    padding: var(--global-padding-lg);
  }
}
main section.sec3 button.default {
  align-self: center;
}
main section.sec3 .news-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  main section.sec3 .news-wrapper {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=index.css.map */