@charset "UTF-8";
@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #201E1F;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #B47860;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1280px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@scope (.p-home) {
  .section {
    position: relative;
  }
  .section .l-inner {
    padding-block: 100px;
  }
  @media only screen and (max-width: 551px) {
    .section .l-inner {
      padding-block: 50px;
    }
  }
  .sec_footer {
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
  }
  .sec_footer.mid-content {
    display: flex;
    justify-content: center;
  }
}
@scope (.hero) {
  :scope {
    display: flex;
    width: 100%;
    overflow-x: clip;
    position: relative;
    height: auto;
    justify-content: center;
  }
  .l-inner {
    display: flex;
    justify-content: center;
    z-index: 5;
  }
  .header {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    height: auto;
    color: #201E1F;
    width: min(680px, 100%);
    text-align: center;
    line-height: 1.5;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header .hero-title {
    font-size: 32px;
    padding-bottom: 30px;
    color: #4A4245;
  }
  .header .search-title {
    font-size: 56px;
  }
  .header form {
    width: 100%;
  }
  .header .awesomplete {
    width: 100%;
    padding-top: 25px;
  }
  .header .awesomplete input {
    width: 100%;
    height: 100px;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 24px;
  }
  .header .awesomplete input::placeholder {
    color: #B3AAA8;
    font-size: 24px;
  }
}
.caregiving {
  padding: 70px 0;
}
.caregiving .l-inner {
  display: flex;
  padding: 20px 35px;
}
.caregiving .l-inner .sec_title {
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 551px) {
  .caregiving .l-inner .sec_title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
  }
}
.caregiving .l-inner .sec_title-cn {
  font-size: 40px;
  width: 50px;
  line-height: 1.5;
  font-weight: 400;
  transform: translateY(-10px);
  color: #4A4245;
}
@media only screen and (max-width: 551px) {
  .caregiving .l-inner .sec_title-cn {
    width: 100%;
    text-align: center;
  }
}
.caregiving .l-inner .sec_title-en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #615859;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  font-weight: 300;
}
@media only screen and (max-width: 551px) {
  .caregiving .l-inner .sec_title-en {
    transform: rotate(0);
    position: unset;
  }
}
.caregiving .l-inner .sec_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .caregiving .l-inner .sec_content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .caregiving .l-inner .sec_content .cate_box {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    min-height: 200px;
  }
}
.caregiving .l-inner .cate_box {
  border-radius: 18px;
  border: 4px solid #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}
.caregiving .l-inner .cate_title {
  color: #537362;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 5;
}
.caregiving .l-inner .cate_lists {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 200px;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .caregiving .l-inner .cate_lists {
    flex-direction: column;
  }
}
.caregiving .l-inner .cate_item {
  color: #201E1F;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.caregiving .l-inner .cate_item::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 15px;
  background: url(../images/ic_x.png) no-repeat center center/contain;
}
.caregiving .l-inner .cate_01 {
  grid-row: 1/span 2; /* 占兩列 */
  grid-column: 1/2; /* 在左側 */
  background-color: #D6DCD0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.caregiving .l-inner .cate_01:hover .cate_img_dialog {
  opacity: 1;
  transform: translateX(100%);
}
.caregiving .l-inner .cate_01 .cate_img {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.caregiving .l-inner .cate_01 .cate_img_man {
  position: absolute;
  inset: auto auto 0 10%;
  z-index: 2;
}
@media only screen and (max-width: 860px) {
  .caregiving .l-inner .cate_01 .cate_img_man {
    inset: auto auto 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .caregiving .l-inner .cate_01 .cate_img_man {
    width: 60%;
  }
}
.caregiving .l-inner .cate_01 .cate_img_dialog {
  position: absolute;
  inset: auto auto 0 25%;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 860px) {
  .caregiving .l-inner .cate_01 .cate_img_dialog {
    inset: auto auto 0 15%;
  }
}
@media only screen and (max-width: 768px) {
  .caregiving .l-inner .cate_01 .cate_img_dialog {
    width: 20%;
  }
}
.caregiving .l-inner .cate_01 .cate_lists {
  flex-direction: column;
  max-width: none;
  width: fit-content;
  text-align: left;
}
.caregiving .l-inner .cate_01::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
  background: url(../images/visual_situ_01_deco.webp) no-repeat center bottom/contain;
}
.caregiving .l-inner .cate_02 {
  grid-row: 1/2;
  grid-column: 2/3;
  background-color: #CED5DF;
  position: relative;
}
.caregiving .l-inner .cate_02:hover::before {
  transform: scale(1.05) rotate(2deg);
}
.caregiving .l-inner .cate_02::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  background: url(../images/visual_situ_02.webp) no-repeat right bottom/contain;
  transition: 0.3s ease-in-out;
  transform-origin: 90% center;
}
@media only screen and (max-width: 1024px) {
  .caregiving .l-inner .cate_02::before {
    inset: 20% 0 0 0;
  }
}
@media only screen and (max-width: 431px) {
  .caregiving .l-inner .cate_02::before {
    inset: 50% 0 0 0;
  }
}
.caregiving .l-inner .cate_03 {
  grid-row: 2/3;
  grid-column: 2/3;
  background-color: #E0D7C6;
  position: relative;
}
.caregiving .l-inner .cate_03:hover::before {
  transform: scale(1.05) rotate(2deg);
}
.caregiving .l-inner .cate_03::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  background: url(../images/visual_situ_03.webp) no-repeat right bottom/contain;
  transition: 0.3s ease-in-out;
  transform-origin: 75% center;
}
@media only screen and (max-width: 1024px) {
  .caregiving .l-inner .cate_03::before {
    inset: 20% 0 0 0;
  }
}
@media only screen and (max-width: 431px) {
  .caregiving .l-inner .cate_03::before {
    inset: 50% 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .caregiving .l-inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 551px) {
  .caregiving .l-inner {
    flex-direction: column;
    padding: 20px;
  }
}

/*# sourceMappingURL=home.css.map */
