:root {
  --lending-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  box-sizing: border-box;
  background-color: #ffffff !important;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
figure {
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #f4a466;
  color: #ffffff;
}

::selection {
  background-color: #f4a466;
  color: #ffffff;
}

::-webkit-tap-highlight-color {
  background-color: transparent;
}

.p-swiper {
  position: relative;
  width: 100%;
  height: 650px;
}
.p-swiper__wrapper, .p-swiper__slide, .p-swiper picture {
  width: 100% !important;
  height: 100% !important;
}
.p-swiper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-swiper__img.\--top {
  -o-object-position: top;
  object-position: top;
}
.p-swiper__img.\--center {
  -o-object-position: center;
  object-position: center;
}
.p-swiper__img.\--left {
  -o-object-position: left;
  object-position: left;
}
@media only screen and (min-width: 1600px) {
  .p-swiper {
    height: 730px;
  }
}
@media only screen and (max-width: 1300px) {
  .p-swiper {
    aspect-ratio: 1366/700;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-swiper {
    aspect-ratio: 1/1;
  }
  .p-swiper__img {
    -o-object-position: top;
    object-position: top;
  }
}

.p-intro {
  position: relative;
  padding-right: 60px;
}
.p-intro::before {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: min(59.6723868955dvw, 47.8125rem);
  height: min(90.0936037441dvw, 72.1875rem);
  transform: translateY(-57%);
  background-image: url(../../../images/home/illus-tree@2x.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1350px) {
  .p-intro {
    padding-right: 130px;
  }
}
@media screen and (max-width: 781px) {
  .p-intro {
    padding-right: 7.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__concept {
    font-size: 7.5609756098vw !important;
  }
  .p-intro::before {
    width: 79.7590361446dvw;
    height: 113.2530120482dvw;
    transform: translateY(-52%);
    background-image: url(../../../images/home/illus-tree-sp@2x.png);
  }
}

.p-news {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #799e7c;
  color: #ffffff;
}
.p-news__title {
  margin-bottom: 72px;
  text-align: center;
}
.p-news__title-sub {
  margin-top: 10px;
  font-size: clamp(17px, 1.063rem + (1vw - 3.2px) * 0.102, 18px);
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
