@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+TC:wght@100..900&display=swap");
.bg-color {
  background: #f9f5f0 !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #5a4e44 !important;
  text-shadow: 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(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.05rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  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 #5a4e44;
  margin: 50px 0;
}

.isNumberFontSize {
  font-size: calc(1.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: 100px !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) {
  background: rgba(241.7142857143, 232.8571428571, 221.7857142857, 0.7);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  margin: auto;
  z-index: 2;
  position: relative;
  isolation: isolate;
}
.sectionTitle::before {
  content: "";
  width: 125%;
  height: 100px;
  background: url(../images/decorate/title_bg.avif) no-repeat center/contain;
  /* 遮罩控制圖片顯示範圍（上透明 → 下實心） */
  mask-image: linear-gradient(to top, transparent 10%, black 50%);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  -webkit-mask-image: linear-gradient(to top, transparent 10%, black 50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle hr {
  width: 30%;
  border-top: 2px solid #6e4f35;
  margin: 0;
  position: absolute;
  top: 60%;
  left: calc(132px + 1.3vw);
  transform: translate(-50%, 0%) rotate(-60deg);
}
.sectionTitle h2 {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  color: #6e4f35;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 2px 2px 0px white, 1px 1px 1px rgba(255, 255, 255, 0.5), 2px 6px 10px rgba(255, 255, 255, 0.1);
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: auto;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: #b3a491;
  font-size: calc(1.5rem + 0.3vw);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  line-height: normal;
  color: #a7c8c6;
  background: white;
  border: 1px solid #a7c8c6;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: white;
  background: rgba(109, 138, 124, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn:hover span {
  color: rgba(109, 138, 124, 0.7);
}
.btn i {
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}

.fillBtn {
  color: white;
  background: #a7c8c6;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #6d8a7c;
  background: white !important;
  border: 1px solid #6d8a7c;
}
.fillBtn:hover span {
  color: #6d8a7c;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #2eb900;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0765ff;
}
.fillBtn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.fillBtn.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;
}
.fillBtn.IG:hover span,
.fillBtn.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(109, 138, 124, 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::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #6e4f35;
  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: #6d8a7c;
  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(90, 78, 68, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(90, 78, 68, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 6px;
  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: white;
  letter-spacing: 2px;
  margin-bottom: -4px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #6e4f35;
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
}
.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);
  }
}
body {
  font-family: "Cinzel", "Noto Sans TC", sans-serif;
  color: #5a4e44;
  background: #f9f5f0;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.avif) no-repeat center/cover;
  filter: grayscale(1);
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

header .navbar {
  background: #f9f5f0;
  transition: 0.3s ease;
  isolation: isolate;
}
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.5rem + 0.4vw);
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  line-height: normal;
  text-shadow: 2px 1px 1px rgba(41.1656441718, 29.5644171779, 19.8343558282, 0.8), 0px 0px 0px rgba(41.1656441718, 29.5644171779, 19.8343558282, 0.8);
}
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: 84px;
  height: auto;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  object-fit: contain;
}
header .navbar .navbar-toggler {
  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 {
  position: relative;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 4px;
  line-height: normal;
  color: #5a4e44;
  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 {
  color: #5a4e44;
  text-transform: uppercase;
  border-color: rgba(179, 164, 145, 0.8);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  width: 24px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: fit-content;
  color: transparent;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-shadow: initial;
  border: 0px solid transparent;
  border-width: 2px 0 2px 0;
  padding: 4px 8px;
  margin-bottom: -4px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease-in;
  z-index: -1;
  isolation: isolate;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 110px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 576px) {
  .banner {
    height: auto;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: auto;
  max-width: 600px;
  height: fit-content;
  background: linear-gradient(135deg, #f9f5f0, rgba(249, 245, 240, 0.5) 80% 100%);
  backdrop-filter: blur(4px);
  border-radius: 0 8px 8px 0;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(90, 78, 68, 0.24) 0px 3px 8px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: 10;
  isolation: isolate;
}
@media (max-width: 576px) {
  .banner .txt-content {
    display: none;
    width: 90%;
    border-radius: 50px 50px 0 0;
    padding: 30px;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.banner .txt-content .txt-contentTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .txt-content .bannerLogo {
  width: 13vh;
  margin-right: 4px;
}
.banner .txt-content .bannerLogo img {
  object-fit: contain;
}
.banner .txt-content h1 {
  width: min-content;
  font-size: calc(2.7rem + 0.5vw);
  font-weight: 600;
  color: #6e4f35;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 3px 2px 0px #f9f5f0, 9px 8px 0px rgba(249, 245, 240, 0.15);
}
.banner .txt-content .smallMark {
  width: 100%;
  color: rgb(191.9202453988, 155.0245398773, 124.0797546012);
  background: #6e4f35;
  border-radius: 4px;
  padding: 4px 16px;
  margin-top: 8px;
}
.banner .txt-content .smallMark h5 {
  width: 100%;
  color: #f9f5f0;
  letter-spacing: normal;
  text-align-last: justify;
}
.banner .txt-content span {
  display: inline-block;
  color: #5a4e44;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  text-wrap-style: pretty;
}
.banner .txt-content .btnBox {
  width: auto;
}
.banner .txt-content .btnBox .btn {
  width: 50px;
  height: 50px;
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) {
  .banner .txt-content .btnBox .btn {
    aspect-ratio: 1;
  }
  .banner .txt-content .btnBox .btn i {
    font-size: calc(1.3rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .btnBox .btn span {
    display: none;
  }
}
.banner .txt-content .btnBox .btn 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 .smallMark:nth-of-type(2) {
  color: rgb(205.2857142857, 172.1428571429, 130.7142857143);
}
.about .aboutContext {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .about .aboutContext:nth-of-type(1) .aboutImg {
    height: 55vh;
  }
}
.about .aboutContext:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  color: #6d8a7c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #6d8a7c;
  text-align: end;
}
.about .aboutContext p {
  margin: 0.5rem 0;
}
.about .aboutContext b {
  color: rgb(41.1656441718, 29.5644171779, 19.8343558282);
}
.about .aboutContext ul {
  display: inline-grid;
  gap: 0.5rem;
  margin: 0;
  margin: 1.5rem 0;
}
.about .aboutContext ul p {
  margin-left: -2rem;
}
.about .aboutContext ul li {
  list-style: square;
}
.about .aboutImgBox {
  padding: 0px;
}
.about .aboutImgBox .aboutImg {
  width: 100%;
  height: 40vh;
  padding: 0;
  position: relative;
  box-shadow: rgba(190.7142857143, 147.8571428571, 94.2857142857, 0.25) 0px 6px 12px -2px, rgba(190.7142857143, 147.8571428571, 94.2857142857, 0.3) 0px 3px 7px -3px;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}

.feature p {
  line-height: 1.8;
}
.feature p b {
  font-size: calc(1.15rem + 0.2vw);
  font-weight: 500;
}
.feature .featureItem {
  position: relative;
}
.feature .featureItem .featureCard {
  padding: 0;
  margin: 0;
}
.feature .featureItem .featureCard:nth-of-type(1) .imgBox {
  height: 68vh;
}
@media (max-width: 767.98px) {
  .feature .featureItem .featureCard:nth-of-type(1) .imgBox {
    height: 40vh;
  }
}
.feature .featureItem .featureCard:nth-of-type(2) img {
  object-position: center bottom;
}
.feature .featureItem .imgBox {
  height: 40vh;
}
.feature .featureItem .txtBox {
  width: 70%;
  background: #f9f5f0;
  border-radius: 12px 0 0 12px;
  padding: 20px 40px;
  position: absolute;
  bottom: 3%;
  right: 0%;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .feature .featureItem .txtBox {
    width: 100%;
    background: unset;
    padding: 1rem;
    position: relative;
  }
  .feature .featureItem .txtBox::before {
    display: none;
  }
}
.feature .featureItem .txtBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/feature_txt_bg.avif) no-repeat center/cover;
  /* 遮罩控制圖片顯示範圍（左透明 → 右實心） */
  mask-image: linear-gradient(to right, transparent 50%, black 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  -webkit-mask-image: linear-gradient(to right, transparent 50%, black 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  filter: hue-rotate(0deg) contrast(0.7) brightness(1.1);
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.feature .featureItem .txtBox h5 {
  color: #6d8a7c;
  font-weight: 500;
}
.feature .featureItem .txtBox h5 i {
  color: #ffd53a;
  padding-right: 4px;
  animation: heartBeat 1s infinite ease-in-out;
}
.feature .featureItem .txtBox ul {
  margin: 1rem 0;
}
.feature .featureItem .txtBox ul li {
  list-style: disc;
}
.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 500;
}
.services .serviceItem {
  padding: 0;
}
.services .serviceItem:nth-of-type(2n) .serviceCard {
  flex-direction: row-reverse;
}
.services .serviceCard .serviceCardTxt {
  text-align: center;
  align-self: stretch;
  padding: 30px 20px;
  position: relative;
}
.services .serviceCard .serviceCardTxt h5,
.services .serviceCard .serviceCardTxt ul {
  color: #f9f5f0;
}
.services .serviceCard .serviceCardTxt h5 {
  border-bottom: 2px solid #a7c8c6;
  padding-bottom: 6px;
  margin-bottom: 1.5rem;
}
.services .serviceCard .serviceCardTxt ul {
  width: fit-content;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: auto;
}
.services .serviceCard .serviceCardTxt ul li {
  list-style-type: disc;
}
.services .serviceCard .serviceCardTxt .cardTxtBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt .cardTxtBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services .serviceCard .serviceCardTxt .cardTxtBg img {
  filter: blur(3px);
}
.services .serviceCard .serviceCardImgBox {
  background: #6d8a7c;
}
.services .serviceCard .serviceCardImgBox .row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.services .serviceCard .serviceCardImgBox img {
  height: 24vh;
}
@media (max-width: 425px) {
  .services .serviceCard .serviceCardImgBox img {
    height: 17vh;
  }
}
.services .serviceCard .serviceCardImgBox .blankArea {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.services .serviceCard .serviceCardImgBox .blankArea img {
  height: 11vh;
  object-fit: contain;
  mix-blend-mode: plus-lighter;
  filter: contrast(0.9) grayscale(1) brightness(1.2);
  opacity: 0.25;
}
@media (max-width: 425px) {
  .services .serviceCard .serviceCardImgBox .blankArea img {
    height: 8vh;
  }
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style1 .processItem {
  margin-bottom: 20px;
}
.process .processList-style1 .processCard {
  position: relative;
}
.process .processList-style1 .processCard .num {
  opacity: 0.4;
  margin-bottom: -68px;
  margin-left: 50px;
}
.process .processList-style1 .processCard .num span {
  font-size: calc(2.5rem + 0.4vw);
  font-weight: 600;
  color: #6d8a7c;
}
.process .processList-style1 .processCard .num span:nth-of-type(2) {
  font-size: calc(5rem + 0.4vw);
}
.process .processList-style1 .processCard .processCardTxt {
  position: relative;
  z-index: 1;
}
.process .processList-style1 .processCard .processCardTxt h4 {
  font-size: calc(1.2rem + 0.2vw);
  margin-bottom: -1rem;
}
.process .processList-style1 .processCard .processCardTxt h4 span {
  font-size: calc(2.7rem + 0.4vw);
  font-weight: 500;
}
.process .processList-style1 .processCard .processCardTxt .content p {
  margin: 0.7rem 0;
}
.process .processList-style1 .processCard .processCardTxt .content ul {
  margin: 0;
}
.process .processList-style1 .processCard .processCardTxt .content ul span {
  display: inline-block;
  margin-left: -2rem;
  border-bottom: 4px solid #6d8a7c;
  margin-bottom: 1rem;
}
.process .processList-style1 .processCard .processCardTxt .content ul li {
  list-style: disc;
}
.process .processList-style1 .processCard .processCardTxt .content .contentImgBox {
  aspect-ratio: 1/0.3;
}
@media (max-width: 425px) {
  .process .processList-style1 .processCard .processCardTxt .content .contentImgBox {
    aspect-ratio: 1/0.5;
  }
}
.process .processList-style2 {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.process .processList-style2::before {
  content: "";
  width: 4px;
  height: 80%;
  background: #6e4f35;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process .processList-style2 .processItem {
  position: relative;
  isolation: isolate;
}
.process .processList-style2 .processItem::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #a7c8c6;
  border: 6px solid #6e4f35;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process .processList-style2 .processItem::after {
  content: "";
  width: 25%;
  height: 4px;
  background: #6e4f35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  z-index: -2;
}
.process .processList-style2 .processItem:nth-of-type(even)::after {
  content: "";
  width: 25%;
  height: 4px;
  background: #6e4f35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: -2;
}
.process .processList-style2 .processItem:nth-of-type(even) .processCard {
  margin-left: auto;
}
.process .processList-style2 .processCard {
  background: #6e4f35;
  padding: 20px;
  margin-top: 24px;
  position: relative;
}
.process .processList-style2 .processCard .num {
  color: white;
  opacity: 0.8;
  margin-top: -24px;
  text-shadow: 2px 2px 10px rgba(63.987854251, 81.012145749, 72.7935222672, 0.7);
}
.process .processList-style2 .processCard .num span {
  font-size: calc(1.2rem + 0.4vw);
  font-weight: 500;
  letter-spacing: normal;
}
.process .processList-style2 .processCard .num h4 {
  font-size: calc(3rem + 0.4vw);
  font-weight: 600;
}
.process .processList-style2 .processCard .processCardTxt {
  position: relative;
  z-index: 1;
}
.process .processList-style2 .processCard .processCardTxt h6 {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 500;
  color: #a7c8c6;
}
.process .processList-style2 .processCard .processCardTxt p {
  color: #f9f5f0;
  margin-top: 0.5rem;
}
.process .processList-style3 {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.process .processList-style3 .processItem {
  align-self: stretch;
  padding: 1rem;
  position: relative;
}
.process .processList-style3 .processCard {
  height: 100%;
  backdrop-filter: blur(3px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.process .processList-style3 .processCard::before {
  content: "";
  width: 100%;
  height: 85%;
  border: 1px solid rgba(110, 79, 53, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.process .processList-style3 .processCard .num {
  color: rgba(109, 138, 124, 0.8);
  background: #f9f5f0;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-top: -30px;
}
.process .processList-style3 .processCard .num span {
  font-size: calc(2.5rem + 0.4vw);
  font-weight: 500;
  letter-spacing: normal;
}
.process .processList-style3 .processCard .num h4 {
  display: flex;
  font-size: calc(5.2rem + 0.4vw);
  font-weight: 600;
  line-height: 0.8;
  padding-left: 8px;
}
.process .processList-style3 .processCard .processCardTxt {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process .processList-style3 .processCard .processCardTxt h5 {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 600;
  color: rgb(41.1656441718, 29.5644171779, 19.8343558282);
  margin: 0.5rem 0;
}
.process .processList-style3 .processCard .processCardTxt ul {
  padding: 0;
  margin: 0;
}
.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: #6e4f35;
}
.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 address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #5a4e44;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #6d8a7c;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: #f9f5f0;
  background: #6d8a7c;
  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.8987341772, 27.6455696203, 24.1012658228, 0.2);
}
.contact .sns a:hover {
  color: rgb(92.1153846154, 147.3846153846, 144.034965035);
  background: white;
  border-color: rgb(92.1153846154, 147.3846153846, 144.034965035);
}
.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: #6d8a7c;
  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: #6d8a7c;
  background: white;
  border: 1px solid #6d8a7c;
}
.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: #6e4f35;
}
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 */