@import url("https://fonts.googleapis.com/css2?family=Iceland&family=Noto+Sans+TC:wght@100..900&display=swap");
.bg-color {
  background: whitesmoke !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #222222 !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: 1.5;
  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 #222222;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
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(245, 245, 245, 0.8);
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  font-size: calc(1.8rem + 0.3vw);
  color: #005bac;
  text-align: center;
  letter-spacing: 4px;
  margin: auto;
  font-weight: 600;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.7), 1px 1px 1px rgba(255, 255, 255, 0.7), 2px 6px 10px rgba(255, 255, 255, 0.1);
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: -16px;
  position: relative;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: rgba(34, 34, 34, 0.4);
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 800;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding: 4px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec hr {
  width: 100%;
  border-top: 1px solid #222222;
  margin: 1rem 0 !important;
  opacity: 0.2;
}

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

.fillBtn {
  color: white;
  background: #ff2d2d;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #ff2d2d;
  background: white !important;
  border: 1px solid #ff2d2d;
}
.fillBtn:hover span {
  color: #ff2d2d;
}
.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;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(0, 91, 172, 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.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #e10600;
  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: #005bac;
  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(34, 34, 34, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #222222;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 6px;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #e10600;
  text-shadow: 0px 1px 2px rgba(34, 34, 34, 0.3);
}
.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 headShakeA {
  0% {
    transform: translate(-50%, -50%) translateX(0);
  }
  6.5% {
    transform: translate(-50%, -50%) translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translate(-50%, -50%) translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translate(-50%, -50%) translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translate(-50%, -50%) translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translate(-50%, -50%) translateX(0);
  }
}
body {
  font-family: "Iceland", "Noto Sans TC", sans-serif;
  color: #222222;
  background: whitesmoke;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: transparent;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 600;
  letter-spacing: 2px;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(1.6rem + 0.4vw);
  line-height: 0.6;
  opacity: 0.4;
  position: absolute;
  top: 38%;
  left: 102%;
  transform: translate(0%, -50%);
  font-weight: 700;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  padding: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.7rem + 0.2vw);
  color: white;
  line-height: 16px;
  margin-bottom: -4px;
}
header .navbar .navbar-brand .logoImg {
  display: none;
  width: 200px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  border-radius: 4px;
  object-fit: contain;
}
header .navbar .navbar-toggler {
  aspect-ratio: 1;
  background: whitesmoke;
  border-radius: 50%;
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.5), 0px 0px 3px rgba(34, 34, 34, 0.3);
}
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 {
  font-size: calc(1.3rem + 0.2vw);
  color: #005bac;
  text-transform: uppercase;
  letter-spacing: normal;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  width: 80%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: fit-content;
  color: transparent;
  text-shadow: initial;
  padding: 1px 12px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #005bac;
  opacity: 0.8;
  position: absolute;
  bottom: -5%;
  left: 10%;
  transition: 0.3s ease;
  z-index: -1;
}
header .navbar.scrollDown {
  background: whitesmoke;
  isolation: isolate;
}
header .navbar.scrollDown::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  header .navbar.scrollDown .navbar-nav {
    margin: auto;
    margin-top: 8px;
  }
}
header .navbar.scrollDown .logoImg {
  display: flex;
}
header .navbar.scrollDown .brandTxt {
  color: #222222;
}
header .navbar.scrollDown .nav-link {
  color: #222222 !important;
  text-align: center !important;
  text-shadow: unset !important;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .banner {
    height: 100vh;
  }
}
.banner::before {
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.4));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    height: 89%;
  }
}
.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 {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 70%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: -10%;
  left: 0%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  isolation: isolate;
  z-index: 10;
}
@media (max-width: 768px) {
  .banner .txt-content {
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.banner .txt-content .bannerLogo {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .banner .txt-content .bannerLogo {
    margin: unset;
  }
}
.banner .txt-content h1 {
  font-size: calc(3.2rem + 0.5vw);
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 4px 3px 0px rgb(72, 1.92, 0), 9px 8px 0px rgba(72, 1.92, 0, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: rgba(0, 91, 172, 0.8);
  writing-mode: vertical-lr;
  padding: 12px 4px;
  border-radius: 50px;
  margin: 15% 5%;
}
.banner .txt-content .smallMark h5 {
  margin-right: 4px;
  margin-left: -4px;
}
.banner .txt-content span {
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
}
.banner .txt-content .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .txt-content .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .fillBtn i {
    font-size: calc(1.5rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .fillBtn span {
    display: none;
  }
}
.banner .txt-content .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 .smallMark:nth-of-type(2) {
  color: rgb(168.5, 168.5, 168.5);
}
.about .aboutContext {
  padding: 0 1rem;
  position: relative;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #222222;
  justify-self: start;
  margin: 0.5rem;
}
.about .aboutContext .slogn h4 {
  color: #e10600;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #005bac;
  text-align: end;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: rgb(123, 3.28, 0);
}
.about .aboutImg {
  height: 100%;
  position: relative;
}
.about .aboutImg img {
  object-fit: contain;
  padding: 0;
}
.about .aboutImg i {
  font-size: calc(1.2rem + 0.2vw);
  color: #005bac;
  background: rgba(245, 245, 245, 0.9);
  backdrop-filter: blur(2px);
  border-radius: 0 0 50px 0;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 1.2rem;
  z-index: 1;
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel {
  width: 100%;
}
@media (min-width: 768px) {
  .about #aboutCarousel {
    height: 100%;
  }
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover img {
  transform: scale(1.2);
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.8);
  backdrop-filter: blur(3px);
  border-radius: 4px;
  border: 1px solid rgba(225, 6, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-shadow: rgba(0, 64.0174418605, 121, 0.4) 0px 2px 4px 0px;
  overflow: hidden;
}
.services .serviceCard .serviceCardTxt {
  width: 100%;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  padding: 20px;
  padding-top: 30px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h4 {
  width: 100%;
  font-weight: 600;
  color: rgb(123, 3.28, 0);
  text-wrap-style: pretty;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt p {
  margin-top: 1rem;
}
.services .serviceCard .serviceCardTxt ul {
  margin: 0;
}
.services .serviceCard .serviceCardTxt ul li {
  color: white;
  list-style: disc;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  aspect-ratio: 1/0.7;
  overflow: hidden;
  justify-items: center;
}
.services .serviceCard .serviceCardImg img {
  aspect-ratio: 1/0.6;
  object-position: center;
  transition: all 0.3s ease-in;
}

.process .btnBox {
  width: 100%;
}
.process .processList {
  padding: 1.2rem 0;
}
.process .processList .processTitle {
  align-self: stretch;
  background: #e10600;
  padding: 8px;
  position: relative;
  isolation: isolate;
}
.process .processList .processTitle::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/process_bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  filter: invert(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process .processList .processTitle h4 {
  color: white;
}
@media (min-width: 768px) {
  .process .processList .processTitle h4 {
    margin: 40px 0;
  }
}
.process .processList:nth-of-type(even) .processTitle {
  background: #005bac;
}
.process .processList:nth-of-type(even) .num {
  background: #005bac !important;
}
.process .processList:nth-of-type(even) h5 {
  color: #005bac !important;
}
.process .processList .processItem {
  width: 100%;
  align-self: stretch;
  padding: 0;
  margin-bottom: 1rem;
}
.process .processList .processItem:nth-last-of-type(1) {
  margin-bottom: 0;
}
.process .processList .processCard {
  height: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: relative;
  isolation: isolate;
  box-shadow: rgba(34, 34, 34, 0.2) 1.95px 1.95px 2.6px;
}
.process .processList .processCard .num {
  background: #e10600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.process .processList .processCard .num span {
  font-size: calc(1.5rem + 0.3vw);
  color: white;
  padding: 8px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.process .processList .processCard .num h6 {
  height: 100px;
  font-size: calc(6rem + 0.3vw);
  font-weight: 500;
  color: white;
  opacity: 0.5;
  margin: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .processList .processCard .processCardImg {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: unset;
}
.process .processList .processCard .processCardImg img {
  width: 100%;
  height: 160px;
}
.process .processList .processCard .processCardTxt {
  text-align: center;
  padding: 1rem;
  margin: unset;
}
.process .processList .processCard .processCardTxt h5 {
  color: #e10600;
  font-size: calc(1.2rem + 0.1vw);
  font-weight: 400;
  letter-spacing: 2px;
  padding: 4px 12px;
}
.process .processList .processCard .processCardTxt ul {
  padding: 0;
  margin: 0;
}
.process .processList .processCard .processCardTxt ul li {
  color: #222222;
  text-align: center;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(34, 34, 34, 0.5);
  opacity: 1;
  margin: 50px 0;
}
.process .processList hr:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 425px) {
  .process .processList hr {
    transform: rotate(90deg);
    margin: 30px 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;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #005bac;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

#photo-scroll-List {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
#photo-scroll-List h4 {
  width: auto;
  font-size: calc(3rem + 2vw);
  opacity: 0.4;
  position: absolute;
  top: -8%;
  left: 5%;
  z-index: 1;
}
#photo-scroll-List .f-carousel {
  --f-carousel-gap: 16px;
  padding: 0;
  --f-carousel-slide-width: calc((100% - 32px) / 4);
}
@media (max-width: 991.98px) {
  #photo-scroll-List .f-carousel {
    --f-carousel-slide-width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767.98px) {
  #photo-scroll-List .f-carousel {
    --f-carousel-slide-width: calc((100% - 32px) / 2);
  }
}
#photo-scroll-List .f-carousel img {
  aspect-ratio: 1;
}
#photo-scroll-List .f-carousel .f-carousel__slide {
  position: relative;
}
#photo-scroll-List .f-carousel .f-button {
  padding: 12px;
  border-radius: 4px;
}
#photo-scroll-List .f-carousel .f-button svg {
  width: 44px;
  height: 44px;
  stroke-width: 4px;
  stroke: #005bac;
  background: rgba(245, 245, 245, 0.8);
  opacity: 0.5;
  padding: 8px;
}

.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 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #222222;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #005bac;
}
.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: white;
  background: #e10600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 2px 2px rgba(198, 0, 0, 0.4), 0px 6px 10px rgba(198, 0, 0, 0.1), 0px 0px 15px rgba(198, 0, 0, 0.1);
}
.contact .sns a:hover {
  color: white;
  background: #005bac;
}
.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: #ff2d2d;
  border: 1px solid transparent;
  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: #e10600;
  background: white;
  border: 1px solid #e10600;
}
.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: #005bac;
}
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 */