@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* ←これを追加 */
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.ad_01 {
  animation-delay: 0.1s;
}

.ad_02 {
  animation-delay: 0.2s;
}

.ad_03 {
  animation-delay: 0.3s;
}

br.sp {
  display: none;
}
@media (max-width: 991px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media (max-width: 991px) {
  br.pc {
    display: none;
  }
}

span.sp {
  display: inline;
  color: #0c9b97;
}
@media (max-width: 991px) {
  span.sp {
    display: none;
  }
}

.header__lp {
  display: inline-flex;
  max-width: 880px;
  padding: var(--gap-sm, 12px) var(--padding-xl, 40px);
  justify-content: center;
  align-items: center;
  gap: var(--gap-xl, 40px);
}
.header__lp .logo__header {
  height: 32px;
}
.header__lp .btn__header {
  display: flex;
  width: 160px;
  height: 40px;
  min-width: 126px;
  max-width: 320px;
  padding: var(--Space-xs, 4px) 0;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-full, 9999px);
  color: var(--fg-neutral-primary, #fff);
  background: var(--landwanted-Accent-Primary, #ff8335);
}
.header__lp .btn__header:hover {
  background: var(--landwanted-Accent-Secondary, #ffb07c);
}
@media (max-width: 991px) {
  .header__lp .btn__header {
    display: none;
  }
}

@media (max-width: 991px) {
  .box_hamburger {
    top: 2px;
  }
}

.container__kv {
  background: url(../images/bg_01.jpg) center no-repeat;
  background-size: cover;
  height: 90vh;
}
.container__kv h1 {
  color: var(--fg-inverse-primary, #333);
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--title-fontsize-lg, 24px);
  margin: 0;
  line-height: 180%;
}
.container__kv .text--top {
  display: flex;
  width: 100%;
  padding: var(--gap-xl, 40px) 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-xs, 8px);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.container__kv .title--top {
  text-align: center;
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--title-fontsize-xlplus, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.4px;
}
@media (max-width: 991px) {
  .container__kv .title--top {
    font-size: var(--title-fontsize-xl, 32px);
  }
  .container__kv .title--top.title--sub {
    font-weight: 500;
  }
}

.btn--sp {
  display: none;
}
@media (max-width: 991px) {
  .btn--sp {
    display: flex;
    width: 100%;
    max-width: 320px;
    padding-top: inherit;
    padding-bottom: inherit;
    bottom: 16px;
    position: fixed;
    bottom: 24px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    background: var(--landwanted-Accent-Primary, #ff8335);
    box-shadow: 0 4px 4px rgba(79, 47, 0, 0.2);
  }
  .btn--sp:hover {
    background: var(--landwanted-Accent-Secondary, #ffb07c);
  }
}

.text-color__primary {
  color: #0c9b97;
  font-weight: 700;
}

.main__lp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xxl, 80px);
}

.footer_content {
  justify-content: center;
}

.worries__section {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg, 24px);
}
@media (max-width: 991px) {
  .worries__section {
    width: calc(100% - var(--gap-lg, 24px) * 2);
  }
}

.section__title {
  color: var(--fg-inverse-primary, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--title-fontsize-lg, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}

.worries__list {
  display: flex;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-md, 16px);
}
@media (max-width: 991px) {
  .worries__list {
    max-width: 320px;
  }
}

.worries__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.worries__baloon {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  padding: var(--gap-xs, 8px) var(--gap-md, 16px);
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-xl, 16px) var(--radius-xl, 16px) var(--radius-xl, 16px) 0;
  border: 1px solid var(--landwanted-Brand-Primary, #0c9b97);
  background: var(--landwanted-Brand-Secondary, #f1ffff);
}
@media (max-width: 991px) {
  .worries__baloon {
    max-width: inherit;
    width: auto;
  }
}
.worries__baloon .worries__text {
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--body-fontsize-lg, 16px);
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.32px;
}

.text--sub {
  color: var(--fg-inverse-primary, #333);
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--body-fontsize-sm, 14px);
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.26px;
}

.worries__item--reverse {
  align-items: flex-end;
  border-radius: var(--radius-xl, 16px) var(--radius-xl, 16px) 0 var(--radius-xl, 16px);
  padding-right: 0;
}

.worries__baloon--reverse {
  border-radius: var(--radius-xl, 16px) var(--radius-xl, 16px) 0 var(--radius-xl, 16px);
}

.worries__img {
  width: 120px;
  height: 40px;
}

.secondary__container {
  border-radius: var(--radius-full, 9999px);
  background: var(--landwanted-Accent-Primary, #ff8335);
}
.secondary__container:hover {
  background: var(--landwanted-Accent-Secondary, #ffb07c);
}

.track-record__section {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg, 24px);
}
@media (max-width: 991px) {
  .track-record__section {
    width: calc(100% - var(--gap-lg, 24px) * 2);
  }
}

.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs, 8px);
  align-self: stretch;
}

.about__caption {
  display: flex;
  width: calc(100% - var(--gap-lg, 24px) * 2);
  width: 100%;
  max-width: 960px;
  padding: var(--gap-lg, 24px);
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs, 8px);
  border-radius: var(--radius-lg, 8px);
  border: 1px solid var(--landwanted-Brand-Primary, #0c9b97);
  background: var(--landwanted-Brand-Secondary, #f1ffff);
  text-align: center;
}
@media (max-width: 991px) {
  .about__caption {
    width: calc(100% - var(--gap-lg, 24px) * 2);
  }
}

.track-record__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg, 24px);
}

.track-record__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-xs, 8px);
}

.track-record__item {
  display: flex;
  align-items: center;
  gap: var(--gap-xs, 8px);
}

.track-record__img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.track-record__text {
  color: var(--fg-inverse-primary, #333);
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--body-fontsize-md, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.28px;
}

.section__title--sub {
  color: var(--fg-inverse-primary, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--title-fontsize-sm, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
}

.property__section {
  display: flex;
  padding: var(--padding-xxxl, 80px) 0;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg, 24px);
  align-self: stretch;
  background: var(--landwanted-Accent-Secondary, #ffece0);
}

.property__list {
  display: flex;
  width: 100%;
  max-width: 560px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .property__list {
    width: calc(100% - var(--gap-lg, 24px) * 2);
  }
}

.property__item {
  display: flex;
  padding: var(--gap-lg, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-xs, 8px);
  align-self: stretch;
  border-radius: var(--radius-lg, 8px);
  background: var(--bg-primary, #fff);
}

.property__title {
  color: var(--fg-inverse-primary, #333);
  text-align: center;
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--title-fontsize-sm, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
}

.requirements__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-sm, 12px);
}

.requirements__item {
  display: flex;
  align-items: center;
  gap: var(--gap-xs, 8px);
}

.property__img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.property__text {
  color: var(--fg-inverse-primary, #333);
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--body-fontsize-md, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.28px;
}

.text--gray {
  color: var(--fg-inverse-secondary, #666);
  font-family: var(--title-fontfamily, "Noto Sans JP");
  font-size: var(--body-fontsize-md, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.28px;
}

.referral__section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-md, 16px);
  padding-bottom: var(--padding-xxxl, 80px);
}
@media (max-width: 991px) {
  .referral__section {
    width: calc(100% - var(--gap-lg, 24px) * 2);
  }
}

.referral__img {
  width: 100%;
  max-width: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs, 8px);
}

footer .block_logo a {
  font-weight: 500;
}

footer .block_logo img {
  margin-bottom: 8px;
}

footer .block_logo h2 {
  margin-bottom: 16px;
}

.footer__text {
  color: var(--fg-neutral-primary, #fff);
}/*# sourceMappingURL=landwantedstyle.css.map */