: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;
}

figure {
  line-height: 1;
}

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

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

::selection {
  background-color: #dda887;
  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;
}
@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;
  margin-bottom: 10.1756954612vw;
}
.p-intro > * {
  z-index: 10;
  position: relative;
}
.p-intro::before {
  display: inline-block;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53.1918008785vw;
  transform: translateY(24%);
  background-image: url(../../../images/home/intro_bg.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-bottom: 16.4251207729vw;
  }
  .p-intro::before {
    height: 71.9806763285vw;
    background-image: url(../../../images/home/intro_bg-sp2.svg);
  }
  .p-intro::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 414px);
    height: 93.4782608696vw;
    background-image: url(../../../images/home/intro_bg-sp1.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}

.p-news {
  padding-top: clamp(48px, 1.587rem + 5.4608vw, 80px);
  padding-bottom: clamp(36px, 1.1903rem + 4.0956vw, 60px);
  background-color: #7e8ea3;
  color: #ffffff;
}
.p-news__inner {
  padding-top: clamp(55px, 1.4505rem + 7.6792vw, 100px);
  padding-bottom: clamp(48px, 1.587rem + 5.4608vw, 80px);
}
.p-news__title {
  margin-bottom: 72px;
  text-align: center;
}
.p-news__title-text {
  display: block;
  margin-bottom: calc(12px + var(--lending-trim));
}
.p-news__title-sub {
  display: block;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
