@charset "UTF-8";
/*リセットcss
***************************************************************/
html.lp-2510 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}

html.lp-2510 *,
html.lp-2510 *::before,
html.lp-2510 *::after {
  box-sizing: border-box;
}
html.lp-2510 body,
html.lp-2510 h1,
html.lp-2510 h2,
html.lp-2510 h3,
html.lp-2510 h4,
html.lp-2510 h5,
html.lp-2510 h6,
html.lp-2510 ul,
html.lp-2510 ol,
html.lp-2510 dl,
html.lp-2510 li,
html.lp-2510 dt,
html.lp-2510 dd,
html.lp-2510 p,
html.lp-2510 div,
html.lp-2510 span,
html.lp-2510 img,
html.lp-2510 a,
html.lp-2510 table,
html.lp-2510 tr,
html.lp-2510 th,
html.lp-2510 td,
html.lp-2510 small,
html.lp-2510 button,
html.lp-2510 time,
html.lp-2510 figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html.lp-2510 ol,
html.lp-2510 ul {
  list-style: none;
}
html.lp-2510 li,
html.lp-2510 dd {
  list-style-type: none;
}
html.lp-2510 header,
html.lp-2510 footer,
html.lp-2510 nav,
html.lp-2510 section,
html.lp-2510 article,
html.lp-2510 main,
html.lp-2510 aside,
html.lp-2510 figure,
html.lp-2510 figcaption {
  display: block;
}
html.lp-2510 img {
  border: none;
  vertical-align: bottom;
}

/* ルートフォント設定(PCファースト)
***************************************************************/
html.lp-2510 {
  font-size: 62.5%;
}
@media screen and (max-width: 1144px) and (min-width: 768px) {
  html.lp-2510 {
    font-size: calc(10 / 1144 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html.lp-2510 {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html.lp-2510 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html.lp-2510::-webkit-scrollbar {
    display: none;
  }
}

/* base（基本）設定
***************************************************************/
html.lp-2510 body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}
html.lp-2510 a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (any-hover: hover) {
  html.lp-2510 a:hover {
    cursor: pointer;
  }
}
html.lp-2510 picture,
html.lp-2510 img,
html.lp-2510 a,
html.lp-2510 span {
  display: inline-block;
}
html.lp-2510 picture,
html.lp-2510 video,
html.lp-2510 img,
html.lp-2510 svg {
  width: 100%;
  height: 100%;
}

/* mainレイアウト
***************************************************************/
.lp-2510 .lp-2510-main {
  overflow: hidden;
  width: 100%;
}

/* 共通innerレイアウト
***************************************************************/
.lp-2510 .lp-2510-inner {
  position: relative;
  width: 100%;
  max-width: 1144px;
  height: inherit;
  padding: 0 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-inner {
    width: 100%;
    padding: 0 1.5rem;
  }
}

/* ディスプレイ表示切り替え
***************************************************************/
@media (min-width: 768px) {
  .lp-2510 .lp-2510-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-pc-only {
    display: none !important;
  }
}

/* 共通テキスト装飾
***************************************************************/
.lp-2510 .lp-2510-text-green {
  color: #13913a;
  display: inline;
}
.lp-2510 .lp-2510-u-text-orange {
  color: #f17133;
  display: inline;
}

/* 背景グラデーション
***************************************************************/
.lp-2510 .lp-2510-bg-gradient {
  background: linear-gradient(0deg, rgb(249, 226, 162) 0%, rgb(253, 248, 217) 100%);
}

.lp-2510 {
  /* ファーストビュー
  ***************************************************************/
}
.lp-2510 .lp-2510-fv {
  background: url(../img/bg_fv--pc.webp) no-repeat center center/cover;
  padding-block: 6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv {
    background: #ddfad3;
    padding-block: 2rem 1rem;
  }
}
.lp-2510 .lp-2510-fv__contents {
  width: 50.4rem;
  background: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.3rem solid #333333;
  padding: 9.6rem 2.2rem 2rem 2.2rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__contents {
    width: 100%;
    border-radius: 0.8rem;
    border: 0.2rem solid #333333;
    padding: 6rem 0.6rem 0.6rem 0.6rem;
  }
}
.lp-2510 .lp-2510-fv__babble {
  position: absolute;
  background: #13913a;
  width: 52.2rem;
  top: 2.2rem;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}
.lp-2510 .lp-2510-fv__babble::after {
  content: "";
  position: absolute;
  width: 8.9rem;
  height: 8.9rem;
  background: url(../img/deco_bee.webp) no-repeat center center/contain;
  top: -2rem;
  right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__babble {
    width: 35.5rem;
    top: 1.5rem;
  }
  .lp-2510 .lp-2510-fv__babble::after {
    width: 6.2rem;
    height: 6.2rem;
    top: -1.5rem;
    right: 1rem;
  }
}
.lp-2510 .lp-2510-fv__sub-title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding-block: 1.2rem 1.3rem;
  padding-inline-end: 1rem;
  font-feature-settings: "palt" 1;
  position: relative;
}
.lp-2510 .lp-2510-fv__sub-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.9rem 0.9rem 0;
  border-color: transparent #276647 transparent transparent;
  top: 99%;
  left: 0;
  z-index: -1;
}
.lp-2510 .lp-2510-fv__sub-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.9rem 0 0;
  border-color: #276647 transparent transparent transparent;
  top: 99%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__sub-title {
    font-size: 1.9rem;
    padding-block: 0.8rem;
    padding-inline-end: 3rem;
  }
  .lp-2510 .lp-2510-fv__sub-title::before {
    border-width: 0 0.6rem 0.6rem 0;
  }
  .lp-2510 .lp-2510-fv__sub-title::after {
    border-width: 0.6rem 0.6rem 0 0;
  }
}
.lp-2510 .lp-2510-fv__title {
  width: 94%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__title {
    width: 100%;
  }
}
.lp-2510 .lp-2510-fv__text {
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: center;
  margin-block-start: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__text {
    margin-block-start: 0.6rem;
    line-height: 1.2;
  }
}
.lp-2510 .lp-2510-fv__text .lp-2510-fv__text--emphasis {
  color: #f17133;
  background-image: radial-gradient(circle at center, #f17133 10%, transparent 10%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.1em;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__text .lp-2510-fv__text--emphasis {
    padding-top: 0.1em;
  }
}
.lp-2510 .lp-2510-fv__text .lp-2510-fv__text--marker {
  background-color: #f4cf1e;
  padding: 0.1em 0.2em;
  border-radius: 0.5rem;
  margin-inline: 0.1em;
}
.lp-2510 .lp-2510-fv__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__img--sp {
    display: block;
    width: 96%;
    margin-inline: auto;
    margin-block-start: 0.6rem;
  }
}
.lp-2510 .lp-2510-fv__text--large {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1695454545;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-block-start: 1rem;
  padding-block-end: 0.5rem;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__text--large {
    font-size: 1.8rem;
    margin-block-start: 0.6rem;
  }
}
.lp-2510 .lp-2510-fv__text--large::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.35rem;
  background: url(../img/deco_fv-line.webp) no-repeat center center/contain;
  bottom: 0;
  left: 0;
}
.lp-2510 .lp-2510-fv__merit {
  margin-block-start: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__merit {
    margin-block-start: 0.5rem;
  }
}
.lp-2510 .lp-2510-fv__cta {
  margin-block-start: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__cta {
    margin-block-start: 1rem;
  }
}
.lp-2510 .lp-2510-fv__cta a {
  width: 89%;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .lp-2510 .lp-2510-fv__cta a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__cta a {
    width: 100%;
  }
}
.lp-2510 .lp-2510-fv__notes {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  color: #000000;
  padding-inline-start: 1em;
  margin-block-start: 1rem;
  position: relative;
}
.lp-2510 .lp-2510-fv__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-fv__notes {
    font-size: 0.9rem;
    margin-block-start: 0.8rem;
    line-height: 1.65;
  }
}

/* 選ばれる理由
***************************************************************/
.lp-2510 .lp-2510-reason {
  background: #fdf8d9;
  padding-block: 7.5rem 8.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason {
    padding-block: 3rem;
  }
}
.lp-2510 .lp-2510-reason__title {
  width: 36.8rem;
  margin-inline: auto;
  position: relative;
}
.lp-2510 .lp-2510-reason__title::after {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  background: url(../img/deco_dog.webp) no-repeat center center/contain;
  top: 4.6rem;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__title {
    width: 24.3rem;
  }
  .lp-2510 .lp-2510-reason__title::after {
    width: 8rem;
    height: 8rem;
    top: -3rem;
    left: calc(100% - 2.5rem);
  }
}
.lp-2510 .lp-2510-reason__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2.4rem;
  margin-block-start: 2.6rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__container {
    flex-direction: column;
    gap: 1.4rem;
    margin-block-start: 2.6rem;
    width: 32.1rem;
    margin-inline: auto;
  }
}
.lp-2510 .lp-2510-reason__item {
  width: 31.3%;
  flex-shrink: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 0.3rem solid #13913a;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(180deg, #13913a 5.9rem, #ffffff 5.9rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item {
    width: 100%;
    background-image: linear-gradient(180deg, #13913a 5.9rem, #ffffff 5.9rem);
  }
}
.lp-2510 .lp-2510-reason_item-title {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 1.1rem 1rem 1.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason_item-title {
    font-size: 3.5rem;
  }
}
.lp-2510 .lp-2510-reason__item-contents {
  padding: 0 2rem 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-contents {
    padding: 0rem 1.8rem 1.8rem 1.8rem;
  }
}
.lp-2510 .lp-2510-reason__item-img {
  min-height: 15.8rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img {
    min-height: 16rem;
  }
}
.lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--01 {
  width: 12.7rem;
  aspect-ratio: 254/243;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--01 {
    width: 12.4rem;
  }
}
.lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--02 {
  width: 12.9rem;
  aspect-ratio: 258/245;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--02 {
    width: 12.5rem;
  }
}
.lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--03 {
  width: 9.2rem;
  aspect-ratio: 184/223;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--03 {
    width: 8.8rem;
  }
}
.lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--04 {
  width: 6.5rem;
  aspect-ratio: 130/255;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--04 {
    width: 6.2rem;
  }
}
.lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--05 {
  width: 10.7rem;
  aspect-ratio: 214/189;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__item-img .lp-2510-reason__item-img--05 {
    width: 10.7rem;
  }
}
.lp-2510 .lp-2510-reason__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  font-feature-settings: "palt" 1;
}
.lp-2510 .lp-2510-reason__item-text .lp-2510-u-text-orange {
  font-weight: 600;
}
.lp-2510 .lp-2510-reason__deco-house {
  position: absolute;
  width: 30.3rem;
  top: 64rem;
  left: calc(50% + 35rem);
}
.lp-2510 .lp-2510-reason__deco-house img {
  aspect-ratio: 607/499;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__deco-house {
    display: none;
  }
}
.lp-2510 .lp-2510-reason__deco-flower {
  position: absolute;
  width: 29rem;
  top: 83rem;
  right: calc(50% + 33.1rem);
}
.lp-2510 .lp-2510-reason__deco-flower img {
  aspect-ratio: 580/399;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-reason__deco-flower {
    display: none;
  }
}

/* ３つの理由
***************************************************************/
.lp-2510 .lp-2510-three-reasons {
  background: url(../img/bg_three-reasons--pc.webp) no-repeat center center/cover;
  padding-block: 7.8rem 9.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons {
    background: url(../img/bg_three-reasons--sp.webp) no-repeat center center/cover;
    padding-block: 3.8rem 3.5rem;
  }
}
.lp-2510 .lp-2510-three-reasons__title {
  width: 33rem;
  margin-inline: auto;
  position: relative;
}
.lp-2510 .lp-2510-three-reasons__title::before {
  content: "";
  position: absolute;
  width: 10.2rem;
  height: 13.9rem;
  background: url(../img/deco_cat.webp) no-repeat center center/contain;
  top: 2.8rem;
  right: calc(100% + 2rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__title {
    width: 22.8rem;
  }
  .lp-2510 .lp-2510-three-reasons__title::before {
    width: 5.5rem;
    height: 7.5rem;
    top: 1.4rem;
    right: calc(100% + 0.2rem);
  }
}
.lp-2510 .lp-2510-three-reasons__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 83rem;
  margin-inline: auto;
  margin-block-start: 3.4rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__container {
    gap: 2.4rem;
    margin-block-start: 2.4rem;
  }
}
.lp-2510 .lp-2510-three-reasons__item {
  display: flex;
  min-height: 25.9rem;
  background: #fcf9e8;
  border-radius: 1.6rem;
  align-items: center;
  justify-content: space-between;
  padding: 2.8rem 6.4rem;
  box-shadow: 0.8rem 0.6rem 0 rgba(13, 45, 13, 0.2);
}
.lp-2510 .lp-2510-three-reasons__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item {
    flex-direction: column;
    border-radius: 0.8rem;
    padding: 2rem 1.5rem;
    box-shadow: 0.6rem 0.4rem 0 rgba(13, 45, 13, 0.2);
    gap: 1.6rem;
  }
  .lp-2510 .lp-2510-three-reasons__item:nth-child(even) {
    flex-direction: column;
  }
}
.lp-2510 .lp-2510-three-reasons__item-img {
  width: 40%;
  flex-shrink: 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-img {
    order: 2;
  }
}
.lp-2510 .lp-2510-three-reasons__item-img--01 {
  width: 22rem;
  aspect-ratio: 442/325;
}
.lp-2510 .lp-2510-three-reasons__item-img--02 {
  width: 20.9rem;
  aspect-ratio: 418/396;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-img--02 {
    width: 18rem;
  }
}
.lp-2510 .lp-2510-three-reasons__item-img--03 {
  width: 25.8rem;
  aspect-ratio: 517/307;
  translate: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-img--03 {
    translate: 0;
  }
}
.lp-2510 .lp-2510-three-reasons__item-contents {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-contents {
    display: contents;
    width: 100%;
  }
}
.lp-2510 .lp-2510-three-reasons__item-label {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.375;
  color: #FFFFFF;
  font-feature-settings: "palt" 1;
  padding: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #f17133;
  border-radius: 100vmax;
}
.lp-2510 .lp-2510-three-reasons__item-label .label--number {
  font-size: 2.8rem;
  line-height: 1;
  margin-left: 0.6rem;
  translate: 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-label {
    order: 1;
  }
}
.lp-2510 .lp-2510-three-reasons__item-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857142857;
  font-feature-settings: "palt" 1;
  color: #13913a;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    order: 3;
  }
}
.lp-2510 .lp-2510-three-reasons__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  font-feature-settings: "palt" 1;
}
.lp-2510 .lp-2510-three-reasons__item-text .lp-2510-u-text-orange {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__item-text {
    order: 4;
  }
}
.lp-2510 .lp-2510-three-reasons__deco-flowers {
  position: absolute;
  width: 11.4rem;
  top: 76rem;
  right: calc(50% + 46rem);
}
.lp-2510 .lp-2510-three-reasons__deco-flowers img {
  aspect-ratio: 229/113;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__deco-flowers {
    display: none;
  }
}
.lp-2510 .lp-2510-three-reasons__deco-bee {
  position: absolute;
  width: 14.6rem;
  top: 108.5rem;
  left: calc(50% + 37.5rem);
}
.lp-2510 .lp-2510-three-reasons__deco-bee img {
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-three-reasons__deco-bee {
    display: none;
  }
}

/* ご利用の流れ
***************************************************************/
.lp-2510 .lp-2510-flow {
  padding-block: 10.5rem;
  background: url(../img/bg_step--pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow {
    padding-block: 4.8rem 4.5rem;
    background: url(../img/bg_step--sp.webp) no-repeat center center/cover;
  }
}
.lp-2510 .lp-2510-flow__title {
  width: 39.2rem;
  margin-inline: auto;
  position: relative;
}
.lp-2510 .lp-2510-flow__title::before {
  content: "";
  position: absolute;
  width: 15.2rem;
  height: 17.4rem;
  background: url(../img/deco_tree.webp) no-repeat center center/contain;
  top: -3rem;
  right: calc(100% + 4rem);
}
.lp-2510 .lp-2510-flow__title::after {
  content: "";
  position: absolute;
  width: 11.85rem;
  height: 14.25rem;
  background: url(../img/deco_cat02.webp) no-repeat center center/contain;
  top: -1rem;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__title {
    width: 26rem;
  }
  .lp-2510 .lp-2510-flow__title::before {
    width: 6.2rem;
    height: 7.8rem;
    top: -2.2rem;
    right: calc(100% - 1.1rem);
  }
  .lp-2510 .lp-2510-flow__title::after {
    width: 6.8rem;
    height: 8.2rem;
    top: -4.5rem;
    left: calc(100% - 1.8rem);
  }
}
.lp-2510 .lp-2510-flow__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-block-start: 10.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__container {
    flex-direction: column;
    margin-block-start: 8.5rem;
    max-width: 30rem;
    margin-inline: auto;
  }
}
.lp-2510 .lp-2510-flow__item {
  position: relative;
}
.lp-2510 .lp-2510-flow__item.lp-2510-flow__item--01 {
  width: 29.6551724138%;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item.lp-2510-flow__item--01 {
    width: 100%;
  }
}
.lp-2510 .lp-2510-flow__item.lp-2510-flow__item--02 {
  width: 34.4827586207%;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item.lp-2510-flow__item--02 {
    width: 100%;
  }
}
.lp-2510 .lp-2510-flow__item.lp-2510-flow__item--03 {
  width: 35.8620689655%;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item.lp-2510-flow__item--03 {
    width: 100%;
  }
}
.lp-2510 .lp-2510-flow__item-step {
  position: absolute;
  bottom: calc(100% - 4.4rem);
  left: 55%;
  translate: -50% 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-step {
    bottom: auto;
    left: 50%;
    top: 0;
  }
}
.lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--01 {
  width: 10.8rem;
  aspect-ratio: 216/287;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--01 {
    width: 8.7rem;
    top: -7rem;
  }
}
.lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--02 {
  width: 10.7rem;
  aspect-ratio: 216/238;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--02 {
    width: 8.3rem;
    top: -6.2rem;
  }
}
.lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--03 {
  bottom: calc(100% - 4rem);
  width: 10.8rem;
  aspect-ratio: 216/350;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-step.lp-2510-flow__item-step--03 {
    width: 8.7rem;
    bottom: auto;
    top: -6.2rem;
  }
}
.lp-2510 .lp-2510-flow__item-contents {
  height: 45.1rem;
  padding: 6rem 0 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents {
    height: auto;
    padding: 0 2.4rem;
  }
}
.lp-2510 .lp-2510-flow__item-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--01 {
  z-index: 3;
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--01::before {
  background: url(../img/bg_step01--pc.webp) no-repeat center center/cover;
  width: 37.4rem;
  height: 46.05rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--01 {
    padding-block: 6rem 9.1rem;
    width: 100%;
  }
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--01::before {
    background: url(../img/bg_step01--sp.webp) no-repeat center center/cover;
    width: 30rem;
    height: 40.45rem;
  }
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--02 {
  z-index: 2;
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--02::before {
  background: url(../img/bg_step02--pc.webp) no-repeat center center/cover;
  width: 41.55rem;
  height: 46.05rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--02 {
    padding-block: 4rem 9.1rem;
  }
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--02::before {
    background: url(../img/bg_step02--sp.webp) no-repeat center center/cover;
    width: 30rem;
    height: 52.3rem;
    top: -6.2rem;
  }
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--03 {
  z-index: 1;
}
.lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--03::before {
  background: url(../img/bg_step03--pc.webp) no-repeat center center/cover;
  width: 37rem;
  height: 46.05rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--03 {
    padding-block: 9rem 2rem;
  }
  .lp-2510 .lp-2510-flow__item-contents.lp-2510-flow__item-contents--03::before {
    background: url(../img/bg_step03--sp.webp) no-repeat center center/cover;
    width: 30rem;
    height: 41.2rem;
    top: auto;
    bottom: 0;
  }
}
.lp-2510 .lp-2510-flow__item-contents--01 .lp-2510-flow__item-body {
  translate: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents--01 .lp-2510-flow__item-body {
    translate: 0;
  }
}
.lp-2510 .lp-2510-flow__item-contents--02 .lp-2510-flow__item-body {
  translate: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents--02 .lp-2510-flow__item-body {
    translate: 0;
  }
}
.lp-2510 .lp-2510-flow__item-contents--03 .lp-2510-flow__item-body {
  translate: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-contents--03 .lp-2510-flow__item-body {
    translate: 0;
  }
}
.lp-2510 .lp-2510-flow__item-body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.lp-2510 .lp-2510-flow__item-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.19375;
  font-feature-settings: "palt" 1;
  color: #276647;
  text-shadow: 0.1rem 0.1rem 0 #fff, -0.1rem 0.1rem 0 #fff, 0.1rem -0.1rem 0 #fff, -0.1rem -0.1rem 0 #fff, 0 0.1rem 0 #fff, 0 -0.1rem 0 #fff, 0.1rem 0 0 #fff, -0.1rem 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-title {
    font-size: 2.6rem;
  }
}
.lp-2510 .lp-2510-flow__item-img {
  height: 20.4rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-img {
    height: 16.3rem;
  }
}
.lp-2510 .lp-2510-flow__item-img--01 {
  width: 7.9rem;
  aspect-ratio: 158/353;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-img--01 {
    width: 6rem;
  }
}
.lp-2510 .lp-2510-flow__item-img--02 {
  width: 18.8rem;
  aspect-ratio: 376/184;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-img--02 {
    width: 14.9rem;
  }
}
.lp-2510 .lp-2510-flow__item-img--03 {
  width: 9.9rem;
  aspect-ratio: 198/336;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-img--03 {
    width: 7.7rem;
  }
}
.lp-2510 .lp-2510-flow__item-box {
  padding: 0.8rem 1rem 0.4rem 1rem;
  background: #fdf9db;
  border-radius: 1.5rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-box {
    padding: 0.6rem 0.8rem;
    border-radius: 0.75rem;
    width: 24.4rem;
  }
}
.lp-2510 .lp-2510-flow__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-flow__item-text {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
}

/* よくある質問
***************************************************************/
.lp-2510 .lp-2510-faq {
  padding-block: 12rem 7.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq {
    padding-block: 8.2rem 5rem;
  }
}
.lp-2510 .lp-2510-faq__title {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 800;
  font-feature-settings: "palt" 1;
  color: #13913a;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__title {
    font-size: 4.2rem;
  }
}
.lp-2510 .lp-2510-faq__title::after {
  content: "";
  position: absolute;
  width: 11.8rem;
  height: 14.2rem;
  aspect-ratio: 235/283;
  background: url(../img/deco_post.webp) no-repeat center center/contain;
  top: -4rem;
  left: calc(100% + 2rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__title::after {
    width: 5.9rem;
    height: 7rem;
    top: -6rem;
    left: calc(100% + 0rem);
  }
}
.lp-2510 .lp-2510-faq__container {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  max-width: 88rem;
  margin-inline: auto;
  margin-block-start: 4.4rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__container {
    margin-block-start: 2rem;
    gap: 1.6rem;
  }
}
.lp-2510 .lp-2510-faq__item {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item {
    border-radius: 0.75rem;
  }
}
.lp-2510 .lp-2510-faq__item-question {
  background: #13913a;
  padding: 2rem 4rem 2rem 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-question {
    padding: 1.1rem 1.3rem 1rem 5.5rem;
  }
}
.lp-2510 .lp-2510-faq__item-question::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/icon_q.svg) no-repeat center center/contain;
  top: 1.2rem;
  left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-question::before {
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: 1rem;
  }
}
.lp-2510 .lp-2510-faq__item-question-text {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-question-text {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.lp-2510 .lp-2510-faq__item-answer {
  background: #FFFFFF;
  padding: 1.2rem 4rem 1.2rem 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-answer {
    padding: 1.1rem 1.3rem 1rem 5.5rem;
  }
}
.lp-2510 .lp-2510-faq__item-answer::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/icon_a.svg) no-repeat center center/contain;
  top: 1.2rem;
  left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-answer::before {
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: 1rem;
  }
}
.lp-2510 .lp-2510-faq__item-answer-text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__item-answer-text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.lp-2510 .lp-2510-faq__deco-flower {
  position: absolute;
  width: 8.2rem;
  top: 71rem;
  left: calc(50% + 52rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__deco-flower {
    width: 3.6rem;
    top: auto;
    bottom: 0.5rem;
    left: calc(50% + 14rem);
  }
}
.lp-2510 .lp-2510-faq__deco-flower img {
  aspect-ratio: 164/129;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-2510 .lp-2510-faq__deco-flowers {
  position: absolute;
  width: 15.05rem;
  bottom: 0rem;
  right: calc(50% + 44rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-faq__deco-flowers {
    width: 7.5rem;
    bottom: 0rem;
    right: calc(50% + 11rem);
  }
}
.lp-2510 .lp-2510-faq__deco-flowers img {
  aspect-ratio: 301/177;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 新規登録
***************************************************************/
.lp-2510 .lp-2510-registration {
  padding-block: 10rem 15rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration {
    padding-block: 4rem 17rem;
  }
}
.lp-2510 .lp-2510-registration__title-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.lp-2510 .lp-2510-registration__title-sub {
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__title-sub {
    max-width: 28rem;
  }
}
.lp-2510 .lp-2510-registration__title {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 800;
  font-feature-settings: "palt" 1;
  color: #f17133;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__title {
    font-size: 4.4rem;
  }
}
.lp-2510 .lp-2510-registration__text {
  font-size: 2.2rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.lp-2510 .lp-2510-registration__text::before, .lp-2510 .lp-2510-registration__text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.85rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__text::before, .lp-2510 .lp-2510-registration__text::after {
    width: 3rem;
    height: 3.9rem;
    top: 0.7rem;
  }
}
.lp-2510 .lp-2510-registration__text::before {
  background: url(../img/deco_title-left.webp) no-repeat center center/contain;
  right: calc(100% + 0.4rem);
}
.lp-2510 .lp-2510-registration__text::after {
  background: url(../img/deco_title-right.webp) no-repeat center center/contain;
  left: calc(100% + 0rem);
}
.lp-2510 .lp-2510-registration__container {
  max-width: 60rem;
  margin-inline: auto;
  margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__container {
    margin-block-start: 2rem;
  }
}
.lp-2510 .lp-2510-registration__form {
  border-radius: 3rem;
  background-color: #FFFFFF;
  padding: 5.6rem 9.6rem 8rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__form {
    border-radius: 1.5rem;
    padding: 3rem 2rem;
  }
}
.lp-2510 .lp-2510-registration__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__form-wrapper {
    gap: 2.2rem;
  }
}
.lp-2510 .lp-2510-registration__form-field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.lp-2510 .lp-2510-registration__form-field input[type=text],
.lp-2510 .lp-2510-registration__form-field input[type=email],
.lp-2510 .lp-2510-registration__form-field input[type=password] {
  width: 100%;
  border-radius: 0.8rem;
  border: solid 0.2rem #13913a;
  padding: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__form-field input[type=text],
  .lp-2510 .lp-2510-registration__form-field input[type=email],
  .lp-2510 .lp-2510-registration__form-field input[type=password] {
    font-size: 1.4rem;
  }
}
.lp-2510 .lp-2510-registration__form-field input[type=text]:focus,
.lp-2510 .lp-2510-registration__form-field input[type=email]:focus,
.lp-2510 .lp-2510-registration__form-field input[type=password]:focus {
  outline: none;
  border: solid 0.2rem #ff9c00;
}
.lp-2510 .p-2510-registration__form-label {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lp-2510 .p-2510-registration__form-label {
    font-size: 1.4rem;
  }
}
.lp-2510 .lp-2510-registration__password-description {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #c8ffee;
  padding: 2.4rem 3.4rem 2rem 3.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-registration__password-description {
    font-size: 1.2rem;
    border-radius: 1rem;
  }
}
.lp-2510 .lp-2510-registration__password-title {
  font-weight: 700;
  color: #2e6e49;
}
.lp-2510 .lp-2510-registration__password-conditions {
  margin-block-start: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.lp-2510 .lp-2510-registration__password-conditions > li {
  position: relative;
  padding-inline: 1.6rem 0;
}
.lp-2510 .lp-2510-registration__password-conditions > li::before {
  content: "●";
  color: #13913a;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.lp-2510 .lp-2510-registration__password-symbol {
  padding-inline: 1.2rem;
  font-feature-settings: "palt" 1;
  margin-top: 0.8rem;
}
.lp-2510 .lp-2510-registration__form-button {
  text-align: center;
}
.lp-2510 .lp-2510-registration__form-button input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.lp-2510 .lp-2510-registration__form-button input[type=submit]:focus {
  outline: none;
}
.lp-2510 .lp-2510-registration__form-submit {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/button.webp) no-repeat center center/contain;
  aspect-ratio: 807/162;
  width: 30rem;
  height: auto;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .lp-2510 .lp-2510-registration__form-submit:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.lp-2510 .lp-2510-registration__attention {
  font-size: 1.4rem;
  text-align: center;
  color: #ff5275;
}
.lp-2510 .lp-2510-registration__attention a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .lp-2510 .lp-2510-registration__attention a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.lp-2510 .lp-2510-registration__notes {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  margin-block-start: 1.6rem;
}

/* footer
***************************************************************/
.lp-2510 .lp-2510-footer {
  padding-block: 0 4rem;
  background: #276647;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer {
    padding-block: 2rem 4rem;
  }
}
.lp-2510 .lp-2510-footer::before {
  content: "";
  position: absolute;
  width: 120vw;
  height: 26rem;
  background: #276647;
  border-radius: 50%;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer::before {
    height: 12rem;
    top: -3rem;
  }
}
.lp-2510 .lp-2510-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.lp-2510 .lp-2510-footer__logo {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__logo {
    width: 24rem;
  }
}
.lp-2510 .lp-2510-footer__sns {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__sns {
    gap: 4rem;
    margin-block-start: 2.5rem;
  }
}
.lp-2510 .lp-2510-footer__sns-link--x {
  width: 2.65rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__sns-link--x {
    width: 2.7rem;
  }
}
.lp-2510 .lp-2510-footer__sns-link--note {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__sns-link--note {
    width: 13rem;
  }
}
.lp-2510 .lp-2510-footer__laws {
  display: flex;
  gap: 3.8rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__laws {
    flex-wrap: wrap;
    gap: 2rem 4.2rem;
    margin-block-start: 4.4rem;
  }
}
.lp-2510 .lp-2510-footer__laws-item {
  font-size: 1.6rem;
  line-height: 1.1875;
  position: relative;
}
.lp-2510 .lp-2510-footer__laws-item:nth-child(1)::after, .lp-2510 .lp-2510-footer__laws-item:nth-child(2)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__laws-item {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .lp-2510 .lp-2510-footer__laws-item:nth-child(1)::after {
    right: -2.4rem;
  }
  .lp-2510 .lp-2510-footer__laws-item:nth-child(2)::after {
    display: none;
  }
}
.lp-2510 .lp-2510-footer__copyright {
  font-size: 1.4rem;
  margin-block-start: 2.3rem;
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__copyright {
    font-size: 1.3rem;
    margin-block-start: 4rem;
  }
}
.lp-2510 .lp-2510-footer__deco-farm {
  position: absolute;
  width: 27.7rem;
  top: -9rem;
  right: calc(50% + 29.5rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__deco-farm {
    width: 15.5rem;
    top: -12.5rem;
    right: calc(50% + 3rem);
  }
}
.lp-2510 .lp-2510-footer__deco-box {
  position: absolute;
  width: 6.1rem;
  top: -7rem;
  left: calc(50% + 35.5rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__deco-box {
    display: none;
  }
}
.lp-2510 .lp-2510-footer__deco-flower-bed {
  position: absolute;
  width: 24rem;
  top: 2.4rem;
  left: calc(50% + 34rem);
}
@media screen and (max-width: 767px) {
  .lp-2510 .lp-2510-footer__deco-flower-bed {
    width: 12rem;
    top: -6.7rem;
    left: calc(50% + 8rem);
  }
}
/*# sourceMappingURL=style.css.map */
