: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: #f4a466;
  color: #ffffff;
}

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

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

.p-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 88px;
  background-color: #799e7c;
  color: #ffffff;
}
.p-content::before {
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.2489019034vw;
  transform: translateY(-99%);
  background-image: url(../../../images/news/wave-divider.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-heading-secondary {
  margin-bottom: calc(76px + var(--lending-trim));
}

@media only screen and (max-width: 767px) {
  .p-content {
    padding-top: 40px;
  }
  .p-content::before {
    height: 14.2512077295vw;
    background-image: url(../../../images/news/wave-divider-sp.svg);
  }
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
