@charset "UTF-8";
.bg-color {
  background: #fafaf7 !important;
  box-shadow: 0px 4px 20px rgba(82, 82, 82, 0.2);
  isolation: isolate;
}
.bg-color .nav-link {
  color: rgb(68.7931034483, 121.2068965517, 95) !important;
  text-shadow: unset !important;
}
.bg-color .brandTxt h3 {
  color: rgb(148.4655172414, 194.5344827586, 171.5) !important;
}
.bg-color .brandTxt span {
  color: rgba(82, 82, 82, 0.5) !important;
}
.bg-color .logoImg img {
  filter: unset !important;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: normal;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.03rem + 0.1vw);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #525252;
  margin: 30px 0;
}

.isNumberFontSize {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px !important;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) {
  background: rgba(221, 231, 240, 0.7);
  mix-blend-mode: multiply;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) .sectionTitle h2 {
  color: rgb(63.0612244898, 105.1020408163, 142.9387755102);
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) .sectionTitle span {
  color: rgba(114.8367346939, 156.0612244898, 193.1632653061, 0.7);
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 20px 12px;
  padding-bottom: 0;
  margin: auto;
  margin-bottom: calc(16px + 2vh);
  position: relative;
  z-index: 2;
}
.sectionTitle::before {
  content: "";
  width: 72px;
  height: 100%;
  background: url(../images/decorate/title_bg-1.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: calc(37% + 0.5vw);
  right: -30%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.sectionTitle::after {
  content: "";
  width: 200px;
  height: 100%;
  background: url(../images/decorate/title_bg-2.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  white-space: nowrap;
  color: rgb(50.3275862069, 88.6724137931, 69.5);
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  margin-top: -6px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: rgba(68.7931034483, 121.2068965517, 95, 0.7);
  font-size: calc(1.6rem + 0.3vw);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  text-wrap-mode: nowrap;
  padding: 0 2px;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #b5d5c5;
  margin: 1rem 0 !important;
  opacity: 0.4;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: #f5a9a4;
  background: white;
  border: 1px solid #f5a9a4;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #fafaf7;
  background: rgba(245, 169, 164, 0.7);
  border: 1px solid rgba(250, 250, 247, 0.7);
}
.btn:hover span {
  color: rgba(250, 250, 247, 0.7);
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: white;
  background: #f5a9a4;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #f5a9a4;
  background: white !important;
  border: 1px solid #f5a9a4;
}
.btn.fillBtn:hover span {
  color: #f5a9a4;
}
.btn.LINE {
  background: #2eb900;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover span {
  color: #2eb900;
}
.btn.FB {
  background: #0765ff;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover span {
  color: #0765ff;
}
.btn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.btn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.btn.IG:hover span,
.btn.IG:hover i {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(250, 250, 247, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  height: 40vh;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .container-fluid {
  height: 100%;
}
.interval .intervalBg {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg img {
  object-position: center 82%;
}
@media (max-width: 425px) {
  .interval .intervalBg img {
    object-position: 80% center;
  }
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: #525252;
}
.interval .intervalTxt h4 {
  margin-bottom: 8px;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #b5d5c5;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #fafaf7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(82, 82, 82, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 6px;
  padding: 4px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogList .nav-tabs .nav-link span {
  font-size: calc(1.05rem + 0.2vw);
  font-weight: 400;
  color: #525252;
  letter-spacing: 2px;
  line-height: normal;
}
.catalogList .nav-tabs .nav-link.active {
  border-width: 0 0 4px 0;
  border-color: rgb(239.6326530612, 193.5306122449, 19.3673469388);
  background: rgb(244.3163265306, 212.2653061224, 91.1836734694);
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
  text-shadow: 0px 0px 2px rgba(82, 82, 82, 0.4);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: var(--anime-position) scale(0.85);
  }
  to {
    opacity: 1;
    transform: var(--anime-position) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: var(--anime-position) scale(1.05);
  }
  70% {
    transform: var(--anime-position) scale(0.9);
  }
  100% {
    transform: var(--anime-position) scale(1);
  }
}
@keyframes stretching {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1.03);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
body {
  font-family: ar-yuanb5std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #525252;
  background: #fafaf7;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.avif) no-repeat left center/cover;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

header .navbar {
  background: transparent;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.3rem + 0.4vw);
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(0.9rem + 0.3vw);
  color: rgba(250, 250, 247, 0.8);
  letter-spacing: 1px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  border-radius: 4px;
  margin-left: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
}
header .navbar .navbar-brand .logoImg {
  width: 68px;
  height: auto;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  object-fit: contain;
  border-radius: 4px;
  filter: invert(1);
}
header .navbar .navbar-toggler {
  width: 50px;
  height: 50px;
  background: #fafaf7;
  border-radius: 50%;
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
  align-items: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fafaf7;
  position: relative;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 4px;
  line-height: normal;
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  width: 85%;
  color: #fafaf7;
  background: #f5a9a4;
  text-transform: uppercase;
  border-color: rgb(250.0495049505, 212.4257425743, 209.9504950495);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 0%;
  color: transparent;
  font-size: calc(0.8rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  text-shadow: initial;
  border: 0px solid transparent;
  border-width: 0px 0 4px 0;
  border-radius: 8px;
  padding: 6px 8px;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar.scrollDown {
  background: #fafaf7;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  header .navbar.scrollDown .navbar-nav {
    margin: auto;
    margin-top: 8px;
  }
}
header .navbar.scrollDown .logoImg {
  display: flex;
}
header .navbar.scrollDown .logoImg img {
  filter: unset;
}
header .navbar.scrollDown .brandTxt h3 {
  color: rgb(148.4655172414, 194.5344827586, 171.5);
}
header .navbar.scrollDown .brandTxt span {
  color: rgba(82, 82, 82, 0.5);
}
header .navbar.scrollDown .nav-link {
  color: rgb(68.7931034483, 121.2068965517, 95) !important;
  text-align: center !important;
  text-shadow: unset !important;
}

.banner {
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
  /*
  *** 目前的 banner 排列，輪播圖片會檔到按鈕，導致點擊事件被攔截
  - 輪播不需要拖曳/滑動(不需與使用者互動)，加上這行可直接穿透點擊到按鈕 
  - 需要輪播互動就不要加這行
  */
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  object-position: center 78%;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg img {
    object-position: 64% bottom;
  }
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 60%;
  height: auto;
  padding: 1rem 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translate(0%, -50%);
  isolation: isolate;
  z-index: 1;
}
@media (max-width: 576px) {
  .banner .txt-content {
    width: 100%;
    height: 90%;
    top: unset;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .banner .txt-content .title-and-logo {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }
  .banner .txt-content .title-and-logo .bannerLogo {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    margin: unset !important;
  }
  .banner .txt-content .title-and-logo .bannerLogo img {
    object-fit: contain;
    border-radius: 8px;
  }
  .banner .txt-content .btnBox {
    margin-top: auto;
    margin-bottom: -30px;
  }
}
.banner .txt-content hr {
  width: 75%;
  border-top: 1px solid #dde7f0;
  opacity: 0.7;
  margin: 0;
  margin-top: 20px;
}
.banner .txt-content .bannerLogo {
  width: 70%;
  min-width: 224px;
  max-width: 280px;
  margin: auto;
}
.banner .txt-content .bannerLogo img {
  object-fit: contain;
  border-radius: 8px;
}
.banner .txt-content h1 {
  width: fit-content;
  font-size: calc(3rem + 0.5vw);
  font-weight: 700;
  white-space: nowrap;
  color: #fafaf7;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 3px 2px 0px rgb(132.1982758621, 185.3017241379, 158.75), 9px 8px 0px rgba(132.1982758621, 185.3017241379, 158.75, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: transparent;
  border: 1px solid #f5a9a4;
  border-radius: 0px;
  padding: 4px 20px;
  margin-top: 12px;
}
.banner .txt-content .smallMark h5 {
  margin: auto;
}
.banner .txt-content .bannerTxt {
  width: 100%;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  color: #ffd700;
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 400;
  text-align: center;
  text-wrap-style: pretty;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(82, 82, 82, 0.7), 2px 2px 0px rgba(82, 82, 82, 0.4);
}
.banner .txt-content .btnBox {
  width: auto;
}
.banner .txt-content .btnBox .btn {
  width: 50px;
  height: 50px;
  margin: auto;
}
.banner .txt-content .btnBox .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) {
  .banner .txt-content .btnBox .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .btnBox .fillBtn i {
    font-size: calc(1.4rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .btnBox .fillBtn span {
    display: none;
  }
}
.banner .txt-content .btnBox .fillBtn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin: 0 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.about .aboutContext .slogn {
  gap: 0.5rem;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  white-space: nowrap;
  color: white;
  background: #fafaf7;
  border-radius: 50px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 1px 2px rgba(171.5384615385, 171.5384615385, 121.4615384615, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.4);
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #fafaf7;
  text-align: end;
}
.about .aboutContext b {
  color: rgb(115.9310344828, 176.0689655172, 146);
  font-size: calc(1.1rem + 0.2vw);
}
.about .aboutContext ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 1rem 0;
}
.about .aboutContext ul p {
  margin-left: -2rem;
}
.about .aboutImgBox {
  align-self: stretch;
  border-radius: 4px 100px 4px 100px;
  overflow: hidden;
}
.about .aboutImgBox .aboutImg {
  height: 100%;
  padding: 0;
  position: relative;
  box-shadow: rgba(79.4489795918, 131.0816326531, 177.5510204082, 0.25) 0px 6px 12px -2px, rgba(79.4489795918, 131.0816326531, 177.5510204082, 0.3) 0px 3px 7px -3px;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}
.about .intro hr {
  width: fit-content;
  height: 35vh;
  border-top: unset;
  border-right: 2px solid rgb(68.7931034483, 121.2068965517, 95);
  align-self: center;
  padding: 0;
  margin: 0 10px;
}
@media (max-width: 991.98px) {
  .about .intro hr {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .about .intro hr {
    display: none;
  }
}
.about .intro ul {
  width: fit-content;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.about .intro ul p {
  margin-left: -2rem;
}
.about .intro ul li {
  list-style-type: disc;
}
.about .intro ul.txt {
  margin-top: 24px;
  gap: 4px;
}
.about .intro ul.txt li {
  list-style-type: none;
}

.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .styleB .serviceItem {
  align-self: stretch;
  padding: 30px 20px;
  margin: 0;
  position: relative;
  isolation: isolate;
}
.services .styleB .serviceItem:nth-of-type(2n) .serviceCard {
  flex-direction: row-reverse;
}
.services .styleB .serviceItem:nth-of-type(2n) .serviceCardTxt {
  transform: perspective(1000px) rotateY(12deg) translateZ(-50px);
}
.services .styleB .serviceItem:nth-of-type(2n) .serviceCardTxt:before {
  right: unset;
  left: 0%;
  box-shadow: rgba(63.0612244898, 105.1020408163, 142.9387755102, 0.15) -2px 0px 8px;
}
.services .styleB .serviceCard {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.services .styleB .serviceCard .serviceCardTxt {
  height: 100%;
  border-radius: 12px;
  padding: 40px 20px;
  transform: perspective(1000px) rotateY(-12deg) translateZ(-50px);
  transform-origin: left center;
  position: relative;
  isolation: isolate;
}
.services .styleB .serviceCard .serviceCardTxt::before {
  content: "";
  width: 135%;
  height: 100%;
  background: linear-gradient(rgba(250, 250, 247, 0.75), rgba(250, 250, 247, 0.75)), url(../images/decorate/servicCard_bg.avif) no-repeat center/cover;
  border-radius: 12px;
  box-shadow: rgba(63.0612244898, 105.1020408163, 142.9387755102, 0.15) 2px 0px 8px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.services .styleB .serviceCard .serviceCardTxt ul {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 1.5rem;
  margin: 0;
}
.services .styleB .serviceCard .serviceCardTxt ul li {
  list-style: disc;
}
.services .styleB .serviceCard .serviceCardImg {
  height: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  z-index: 1;
}
.services .styleB .serviceCard .serviceCardImg img {
  height: 27vh;
  object-fit: contain;
}
.services .styleB .serviceCard .serviceCardImg h4 {
  width: 70%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  color: white;
  background: #f5a9a4;
  border: 1px solid white;
  border-radius: 50px;
  padding: 4px 16px;
  padding-right: 12px;
  margin-bottom: 15%;
}
@media (max-width: 767.98px) {
  .services .styleB .serviceCard {
    border: 2px solid #fafaf7;
    border-radius: 16px;
    padding: 8px;
  }
  .services .styleB .serviceCard .serviceCardTxt {
    height: fit-content;
    transform: unset !important;
    transform-origin: unset;
  }
  .services .styleB .serviceCard .serviceCardTxt::before {
    content: "";
    width: 100%;
    top: 50%;
    left: 50% !important;
    right: unset;
    transform: translate(-50%, -50%) !important;
  }
  .services .styleB .serviceCard .serviceCardImg {
    height: auto;
    padding: unset;
    padding-bottom: 1rem;
  }
  .services .styleB .serviceCard .serviceCardImg h4 {
    margin: 0px auto;
    margin-bottom: 1.5rem;
    margin-top: -36px;
  }
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style4 {
  height: auto;
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processItem {
  align-self: stretch;
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processCard {
  height: 100%;
  text-align: center;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 6px rgba(181, 213, 197, 0.2);
  position: relative;
}
.process .processList-style4 .processCard .num {
  color: white;
  opacity: 0.4;
  margin: -16px 0;
  margin-bottom: -40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.process .processList-style4 .processCard .num span {
  font-size: calc(1.5rem + 0.4vw);
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 8px;
}
.process .processList-style4 .processCard .num h4 {
  font-size: calc(7rem + 0.4vw);
  font-weight: 600;
}
.process .processList-style4 .processCard .txtBox {
  flex-grow: 1;
  background: #b5d5c5;
  padding: 1.2rem;
  margin: 0;
}
.process .processList-style4 .processCard .processCardTxt {
  position: relative;
  z-index: 1;
}
.process .processList-style4 .processCard .processCardTxt h4 {
  letter-spacing: 2px;
  color: rgb(56.5, 56.5, 56.5);
}
.process .processList-style4 .processCard .processCardTxt p,
.process .processList-style4 .processCard .processCardTxt li {
  color: #525252;
}
.process .processList-style4 .processCard .processCardTxt p {
  margin-top: 0.5rem;
}
.process .processList-style4 .processCard .processCardTxt ul {
  width: fit-content;
  padding-left: 0;
  margin: 0;
  margin: auto;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.process .processList-style4 .processCard .processCardTxt ul b {
  color: white;
  text-shadow: 1px 1px 2px rgba(50.3275862069, 88.6724137931, 69.5, 0.5);
}
.process .processList-style4 .processCard .processCardTxt ul ul {
  gap: 0.6rem;
  padding-left: 1.5rem;
}
.process .processList-style4 .processCard .processCardTxt ul ul li {
  list-style: disc;
}
.process .processList-style4 .processCard .processCardImg {
  padding: 0;
  margin: 0;
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processCard .processCardImg img {
  height: 30vh;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.6rem + 0.2vw);
  color: #b5d5c5;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #525252;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #f5a9a4;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  text-align: center;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: rgb(167.9183673469, 193.5306122449, 216.5816326531);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  padding: 12px 18px;
  transition: 0.3s;
  text-shadow: 0px 1px 1px rgba(31, 31, 31, 0.2);
}
.contact .sns a:hover {
  color: rgb(167.9183673469, 193.5306122449, 216.5816326531);
  background: white;
  border-color: rgb(167.9183673469, 193.5306122449, 216.5816326531);
  text-shadow: unset;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: white;
  background: #f5a9a4;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #f5a9a4;
  background: white;
  border: 1px solid #f5a9a4;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #b5d5c5;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */