:root {
  --fixed-header-height: 210px;
}
@media screen and (max-width: 1000px) {
  :root {
    --fixed-header-height: 65px;
  }
}

/* ---------------------------------------------
*   l-home-wrapper
--------------------------------------------- */
.l-home-wrapper {
  padding-top: var(--fixed-header-height);
}

/*  l-header-logo
--------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .l-header-logo {
    text-align: center;
  }
}

/*  l-header-menu
--------------------------------------------- */
@media screen and (min-width: 1001px) {
  .l-header-menu {
    display: block !important;
    margin-top: 50px;
  }
}

/* ---------------------------------------------
*   header-swiper 
--------------------------------------------- */
.header-swiper {
  position: fixed;
  left: 0;
  width: 100%;
}
.header-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (max-width: 767px) {
  .header-swiper {
    background-size: cover;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-swiper {
    max-height: 100vh;
  }
}
.header-swiper .swiper-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.header-swiper .swiper-slide-active .swiper-slide__item,
.header-swiper .swiper-slide-duplicate-active .swiper-slide__item,
.header-swiper .swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 5s linear 0s normal both;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.header-swiper .swiper-slide__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-swiper .swiper-slide__text h2,
.header-swiper .swiper-slide__text2 h2 {
  margin-bottom: 10px;
}
.header-swiper .swiper-slide__text p,
.header-swiper .swiper-slide__text2 p {
  font-size: calc(2.1rem + 1vw);
}
@media print, screen and (max-width: 767px) {
  .header-swiper .swiper-slide__text p,
  .header-swiper .swiper-slide__text2 p {
    font-size: calc(1.4rem + 0.5vw);
  }
}
.header-swiper .swiper-slide__text {
  position: absolute;
  top: 30%;
  left: 15%;
  color: #fff;
  z-index: 2;
}
@media print, screen and (min-width: 1000px) {
  .header-swiper .swiper-slide__text span {
    display: block;
    text-indent: 1.5em;
  }
}
@media print, screen and (max-width: 767px) {
  .header-swiper .swiper-slide__text {
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
.header-swiper .swiper-slide__text2 {
  position: absolute;
  top: 30%;
  right: 15%;
  color: #fff;
  z-index: 2;
}
@media print, screen and (min-width: 1000px) {
  .header-swiper .swiper-slide__text2 span {
    display: block;
    text-indent: 1.5em;
  }
}
@media print, screen and (max-width: 767px) {
  .header-swiper .swiper-slide__text2 {
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
.header-swiper .swiper-slide__item__bgimg img {
  width: 100%;
}

.l-home {
  padding: 50px 0;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 1000px) {
  .l-home {
    padding-top: 80px;
  }
}
.l-home h2 {
  font-weight: 700;
  border-bottom: 1px solid #39b54a;
  margin-bottom: 1em;
  padding-bottom: 0.5rem;
}
.l-home h2 span {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 1em;
}
.l-home section p {
  margin-bottom: 0.5em;
}
.l-home section p strong {
  font-size: 2.1rem;
}

.l-home-contents-about,
.l-home-contents-service {
  margin-bottom: 80px;
  line-height: 1.8;
}
.l-home-contents-about-txt,
.l-home-contents-service-txt {
  margin-bottom: 30px;
}
.l-home-contents-about-txt p,
.l-home-contents-service-txt p {
  padding: 0.5em;
}
@media print, screen and (min-width: 1000px) {
  .l-home-contents-about-txt,
  .l-home-contents-service-txt {
    width: 48%;
  }
  .l-home-contents-about-img,
  .l-home-contents-service-img {
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .l-home-contents-about,
  .l-home-contents-service {
    display: flex;
  }
  .l-home-contents-about-txt, .l-home-contents-about-img,
  .l-home-contents-service-txt,
  .l-home-contents-service-img {
    width: 48%;
  }
}

.l-instagram {
  margin-top: 130px;
}
.l-instagram p {
  padding-bottom: 1.6em;
}/*# sourceMappingURL=home.css.map */