@charset "UTF-8";
section#contact .block {
    width: 60%;
}
.single-event__detail a {
    color: #1a73e8;
    text-decoration: none;
}
.single-event__detail span {
    font-size: 2.6rem;
}
.lp-cont {
    background-color: #e6eaeb;
    padding: 12.5rem 0 7.4rem;
}
.single-event__detail {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    line-height: 1.7;
}
@media screen and (max-width: 833px) {
.single-event__detail span {
    font-size: 1.6rem;
}
.lp-cont {
    padding: 12.5rem 0 7.4rem;
}
.single-event__detail {
    font-size: 1.4rem;
    margin-top: 1.2rem;
}
section#contact .block {
    width: 100%;
}
}
@media screen and (max-width: 833px) {
    .lp-cont {
        padding: 2rem 0;
    }
}
@media only screen and (max-width: 430px) {
  html {
    font-size: 2.5571428571vw;
  }
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 833px) {
  html {
    font-size: 0.625vw;
  }
}
html {
  scroll-padding-top: 8rem;
}
@media screen and (max-width: 833px) {
  html {
    scroll-padding-top: 6rem;
  }
}

.wrap {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 833px) {
  .inner {
    padding: 0 1.7rem;
  }
}

.lp-header {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 12.7rem;
  z-index: 1000;
  transition: color 0.3s, background-color 0.3s;
  transition: 0.3s;
}
.lp-header.is-scroll {
  background-color: #fff;
  border-bottom: 1px solid #1a1a1a;
}
.lp-header.is-open {
  background-color: #fff;
  border-bottom: 1px solid #1a1a1a;
}
.lp-header.is-scroll .lp-header-link p {
    color: #1a1a1a;
}
@media screen and (max-width: 833px) {
  .lp-header {
    height: 5.5rem;
    border-bottom: 1px solid #fff;
  }
}
.lp-header::before {
  content: "";
  backdrop-filter: blur(1rem);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background 0.3s;
}
.lp-header .inner {
  height: 100%;
}
.lp-header .inner .block {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.lp-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.lp-header-logo {
  width: 16.3rem;
}
@media screen and (max-width: 833px) {
  .lp-header-logo {
    width: 8.7rem;
    object-fit: cover;
    z-index: 6000;
  }
}
.lp-header-logo img {
  display: block;
  width: 100%;
}
.lp-header-list {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.lp-header-link {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  font-family: "Outfit", serif;
  color: #fff;
}
.lp-header.is-scroll .lp-header-link {
  color: #1a1a1a;
}
.lp-header__btn-wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 833px) {
  .lp-header__btn-wrap {
    display: none;
  }
}
.lp-header__btn-wrap .btn-link {
  background: transparent;
  width: 21.2rem;
  height: 4.2rem;
  border: #fff 1px solid;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.lp-header__btn-wrap .btn-link:hover {
  background: #b86f55;
}
.lp-header.is-scroll .lp-header__btn-wrap .btn-link {
  border: #1a1a1a 1px solid;
  color: #1a1a1a;
}
.lp-header.is-scroll .lp-header__btn-wrap .btn-link:hover {
  background: #b86f55;
  color: #fff;
  border: none;
}
.lp-header__menu {
  display: none;
}
@media screen and (max-width: 833px) {
  .lp-header__menu {
    display: flex;
    align-items: center;
    height: inherit;
    cursor: pointer;
  }
}
@media screen and (max-width: 833px) {
  .lp-header__menu-txt {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    z-index: 999;
    margin-right: 1.6rem;
    transition: 0.3s;
    text-transform: capitalize;
  }
}
.lp-header.is-open .lp-header__menu-txt {
  color: #1a1a1a;
}
.lp-header.is-scroll .lp-header__menu-txt {
  color: #1a1a1a;
}
@media screen and (max-width: 833px) {
  .lp-header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 4rem;
    height: inherit;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s;
  }
}
.lp-header__hamburger.is-open {
  background-color: transparent;
}
.lp-header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
.lp-header__hamburger.is-open span {
  background-color: #1a1a1a;
}
.lp-header.is-scroll .lp-header__hamburger span {
  background-color: #1a1a1a;
}
.lp-header__hamburger span:nth-of-type(1) {
  top: -1.3rem;
}
.lp-header__hamburger span:nth-of-type(2) {
  top: 0;
}
.lp-header__hamburger span:nth-of-type(3) {
  top: 1.3rem;
}
.lp-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.lp-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.lp-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.2rem;
  transform: translateX(-50%) rotate(-45deg);
}
.lp-header__drawer {
  top: 5.5rem;
  padding: 13.1rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #e6eaeb;
  overflow-y: scroll;
  scrollbar-width: none;
}
.lp-header__drawer::-webkit-scrollbar {
  display: none;
}
.lp-header__drawer-item a {
  padding: 1.7rem 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.lp-header__drawer-item a:hover {
  opacity: 0.7;
}
.lp-header__drawer-link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.lp-header__drawer-link-sub {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Outfit", serif;
  line-height: 1.2;
  margin-top: 1.1rem;
  color: #b86f55;
}
.lp-header__drawer-link-sub::first-letter {
  text-transform: uppercase;
}
.lp-mv {
  background: url("../img/lp-mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  min-height: 40rem;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
.lp-mv {
  background: url("../img/lp-mv__sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
}
.lp-mv::before {
  position: absolute;
  content: "";
  background-image: url("../img/back-allhousing.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20rem;
  width: 93.7rem;
  opacity: 0.5;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 833px) {
  .lp-mv::before {
    height: 9rem;
    width: 43rem;
    transform: translate(-50%, 0) rotate(-90deg);
    bottom: 22rem;
    left: 93%;
  }
}
.lp-mv .inner {
  height: inherit;
  min-height: inherit;
  position: relative;
}
.lp-mv .inner .block {
  position: relative;
  height: 100svh;
  max-width: 169.9rem;
}
@media screen and (max-width: 833px) {
  .lp-mv .inner .block {
    max-width: 60rem;
  }
.lp-mv .inner .block {
  height: 600px;
}
}
.lp-mv__content {
  display: block;
  padding-left: 7%;
  position: absolute;
  z-index: 2;
  top: 43.8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 833px) {
  .lp-mv__content {
    top: 26%;
    padding-left: 0;
  }
}
.lp-mv__ttl {
  margin-top: 1rem;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}
@media screen and (max-width: 833px) {
  .lp-mv__ttl {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.lp-mv__txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  border: 1px solid #fff;
  padding: 0.7rem 1.4rem;
}
@media screen and (max-width: 833px) {
  .lp-mv__txt {
    font-size: 1.3rem;
    padding: 0.5rem 0.7rem;
  }
}
.lp-mv__btn-wrap--pc {
  display: flex;
  gap: 1rem;
  z-index: 2;
  margin-top: 4.2rem;
}
@media screen and (max-width: 833px) {
  .lp-mv__btn-wrap--pc {
    display: none;
  }
}
.lp-mv__btn-wrap--sp {
  display: none;
}
@media screen and (max-width: 833px) {
  .lp-mv__btn-wrap--sp {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    z-index: 2;
    bottom: 2.2rem;
    transform: translate(0, -50%);
  }
}
.lp-mv .btn-link {
  border: none;
  font-size: 2.4rem;
  height: 6.4rem;
  width: 30.3rem;
  transition: 0.3s;
}
@media screen and (max-width: 833px) {
  .lp-mv .btn-link {
    font-size: 1.6rem;
    height: 3.6rem;
    width: 21.9rem;
  }
}
.lp-mv .btn-link--black {
  background-color: #b86f55;
  color: #fff;
}
.lp-mv .btn-link--blue {
  background-color: #e6eaeb;
}
.lp-mv .btn-link:hover {
  background: #b86f55;
}
.lp-mv__scroll {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, 160%);
}
@media screen and (max-width: 833px) {
  .lp-mv__scroll {
    display: none;
  }
}
.lp-mv__scroll span {
  color: #fff;
  writing-mode: sideways-lr;
  text-orientation: upright;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Outfit", serif;
}
.lp-mv__scroll .line {
  background: #fff;
  width: 0.1rem;
  height: 8rem;
  margin: 1.6rem auto 0;
}
.lp-heading__title-en {
  display: inline-flex;
  align-items: center;
  left: 0;
  top: 50%;
}
.lp-heading__title-en span {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: 0.8rem;
}
@media screen and (max-width: 833px) {
  .lp-heading__title-en span {
    font-size: 1.6rem;
  }
}
.lp-heading__title-en span::first-letter {
  text-transform: uppercase;
}
.lp-heading__title-en .line {
  background: #1a1a1a;
  width: 7rem;
  height: 1px;
}
@media screen and (max-width: 833px) {
  .lp-heading__title-en .line {
    width: 6rem;
  }
}
.lp-heading__title-jp {
  margin-top: 1.2rem;
  font-size: 2.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 833px) {
  .lp-heading__title-jp {
    font-size: 1.6rem;
    margin-top: 0.7rem;
  }
}
.lp-heading2 {
  margin: 0 auto;
  text-align: center;
  font-size: 3.3rem;
  padding: 3.6rem 4rem;
  position: relative;
}
@media screen and (max-width: 833px) {
  .lp-heading2 {
    font-size: 2rem;
    line-height: 1.8;
    padding: 2.5rem 5.2rem 1.4rem;
  }
}
.lp-heading2::before, .lp-heading2::after {
  content: "";
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
}
@media screen and (max-width: 833px) {
  .lp-heading2::before, .lp-heading2::after {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.lp-heading2::before {
  border-left: solid 0.3rem #000000;
  border-top: solid 0.3rem #000000;
  top: 0;
  left: 0;
}
.lp-heading2::after {
  border-right: solid 0.3rem #000000;
  border-bottom: solid 0.3rem #000000;
  bottom: 0;
  right: 0;
}
.lp-about {
  padding: 12.6rem 7% 15rem;
  overflow-x: hidden;
  background-color: #e6eaeb;
}
@media screen and (max-width: 833px) {
  .lp-about {
    padding: 4.8rem 0 6rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 833px) {
  .lp-about .block {
    max-width: 50rem;
  }
}
.lp-about__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 833px) {
  .lp-about__wrapper {
    flex-direction: column;
  }
}
.lp-about__content {
  width: 100%;
  max-width: 60rem;
  flex-shrink: 0;
}
.lp-about__copy {
  margin-top: 2.6rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 833px) {
  .lp-about__copy {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.lp-about__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 833px) {
  .lp-about__txt {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    line-height: 1.7;
  }
}
.lp-about__img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: 8.5rem;
  background-color: #808080;
}
@media screen and (max-width: 833px) {
  .lp-about__img {
    margin: 1.6rem auto 0;
    width: 100%;
  }
}
.lp-about__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 864/508;
}
@media screen and (max-width: 833px) {
  .lp-about__img img {
    aspect-ratio: 358/210;
  }
}
.lp-worry {
  padding: 6.8rem 12.5rem;
  background-color: #cccccc;
  position: relative;
}
@media screen and (max-width: 833px) {
  .lp-worry {
    padding: 4rem 0 4.8rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-worry .block {
    max-width: 50rem;
  }
}
.lp-worry::after {
  display: block;
  width: 100%;
  height: 10.5rem;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -10.5rem;
  left: 0;
  background-color: #cccccc;
}
@media screen and (max-width: 833px) {
  .lp-worry::after {
    height: 2.9rem;
    bottom: -2.9rem;
  }
}
.lp-worry__wrapper {
  text-align: center;
}
.lp-worry__copy {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 833px) {
  .lp-worry__copy {
    font-size: 1.8rem;
  }
}
.lp-worry__list {
  margin-top: 8.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 833px) {
  .lp-worry__list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
}
.lp-worry__list-item {
  display: flex;
  align-items: center;
}
.lp-worry__list-icon {
  font-size: 2rem;
  line-height: 1.25;
  background-color: #1a1a1a;
  padding: 1.6rem 2.3rem;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 833px) {
  .lp-worry__list-icon {
    font-size: 1.6rem;
    padding: 1.5rem 0.8rem;
  }
}
.lp-worry__list-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1.7rem 3rem;
  background-color: #fff;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 833px) {
  .lp-worry__list-text {
    font-size: 1.6rem;
    padding: 1.3rem 1.6rem;
  }
}
.lp-solution {
  padding: 17rem 0 9.4rem;
}
@media screen and (max-width: 833px) {
  .lp-solution .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-solution {
    padding: 5.5rem 0 7.2rem;
  }
}
.lp-solution__content {
  margin: 0 auto;
  max-width: 81rem;
}
.lp-solution__copy {
  font-size: 3.3rem;
  max-width: 70rem;
}
@media screen and (max-width: 833px) {
  .lp-solution__copy {
    font-size: 2rem;
  }
}
.lp-solution__txt-wrap {
  text-align: center;
  margin-top: 5.5rem;
}
@media screen and (max-width: 833px) {
  .lp-solution__txt-wrap {
    margin: 3rem 5% 0;
  }
}
.lp-solution__txt {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 833px) {
  .lp-solution__txt {
    font-size: 1.4rem;
  }
}
.lp-solution__txt:not(:first-child) {
  margin-top: 3.1rem;
}
@media screen and (max-width: 833px) {
  .lp-solution__txt:not(:first-child) {
    margin-top: 1.9rem;
  }
}
.lp-present {
  background-color: #4e4e4e;
  padding: 7.5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 833px) {
  .lp-present .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-present {
    padding: 4rem 0;
  }
}
.lp-present__content {
  max-width: 62rem;
  margin: 0 auto;
}
.lp-present__copy {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 833px) {
  .lp-present__copy {
    width: 100vw;
    font-size: 1.9rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 1.8rem;
  }
}
.lp-present__item {
  margin-top: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 833px) {
  .lp-present__item {
    margin-top: 3rem;
    flex-direction: column;
  }
}
.lp-present__img {
  width: 100%;
  max-width: 25.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 833px) {
  .lp-present__img {
    max-width: 19.5rem;
  }
}
.lp-present__img img {
  width: 100%;
  aspect-ratio: 300/180;
  object-fit: cover;
}
@media screen and (max-width: 833px) {
  .lp-present__img img {
    aspect-ratio: 195/108;
  }
}
.lp-present__txt-wrap {
  color: #fff;
  margin-left: 2.5rem;
}
@media screen and (max-width: 833px) {
  .lp-present__txt-wrap {
    text-align: center;
    margin-left: 0;
    margin-top: 1.9rem;
  }
}
.lp-present__txt {
  font-size: 1.9rem;
  line-height: 1;
}
@media screen and (max-width: 833px) {
  .lp-present__txt {
    font-size: 1.6rem;
  }
}
.lp-present__txt span {
  font-size: 5rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 833px) {
  .lp-present__txt span {
    font-size: 6rem;
  }
}
.lp-present__txt:nth-child(2) {
  margin-top: 2.2rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 833px) {
  .lp-present__txt:nth-child(2) {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.lp-present__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 833px) {
  .lp-present__btn-wrap {
    margin-top: 2.3rem;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
}
.lp-present .btn-link {
  width: 30.3rem;
  font-size: 2.4rem;
  height: 6.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 833px) {
  .lp-present .btn-link {
    font-size: 1.6em;
    height: 3.6rem;
    width: 21.9rem;
    line-height: 1;
  }
}
.lp-present .btn-link--white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.lp-present .btn-link:hover {
  background: #b86f55;
}
.lp-features {
  background-color: #e6eaeb;
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 833px) {
  .lp-features .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-features {
    padding: 6rem 0 6rem;
  }
}
.lp-features__heading {
  padding-left: 7%;
}
@media screen and (max-width: 833px) {
  .lp-features__heading {
    padding-left: 0;
  }
}
.lp-features__btn-wrap {
  margin: 6.4rem auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 132.9rem;
}
@media screen and (max-width: 833px) {
  .lp-features__btn-wrap {
    margin-top: 3.2rem;
    max-width: 33rem;
    flex-direction: column;
  }
}
.lp-features__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0 3rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  gap: 1rem;
}
@media screen and (max-width: 833px) {
  .lp-features__btn {
    border-bottom: 1px #1a1a1a solid;
    flex-direction: row;
    padding: 0 0 1.1rem;
    justify-content: left;
    gap: 0;
  }
}
.lp-features__btn::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-left: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(-45deg);
  bottom: 1rem;
}
@media screen and (max-width: 833px) {
  .lp-features__btn::after {
    right: 0;
    top: 43%;
    transform: translate(0, -50%) rotate(-45deg);
    width: 0.8rem;
    height: 0.8rem;
  }
}
.lp-features__btn:hover {
  opacity: 0.7;
}
.lp-features__btn:not(:first-child) {
  border-left: 1px #1a1a1a solid;
}
@media screen and (max-width: 833px) {
  .lp-features__btn:not(:first-child) {
    border-left: none;
    margin-top: 2.7rem;
  }
}
.lp-features__num {
  font-family: "Outfit", serif;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 833px) {
  .lp-features__num {
    font-size: 5.3rem;
  }
}
.lp-features__ttl-wrap {
  text-align: center;
}
@media screen and (max-width: 833px) {
  .lp-features__ttl-wrap {
    margin-left: 2.4rem;
    text-align: left;
  }
}
.lp-features__ttl {
  font-family: "Outfit", serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 833px) {
  .lp-features__ttl {
    font-size: 1.4rem;
  }
}
.lp-features__txt {
  display: block;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 833px) {
  .lp-features__txt {
    font-size: 1.8rem;
  }
}
.lp-features__list {
  margin-top: 13.8rem;
}
@media screen and (max-width: 833px) {
  .lp-features__list {
    margin-top: 2.8rem;
  }
}
.lp-features-list__item {
  background-color: #fff;
  padding: 3.4rem 5rem 6.7rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__item {
    padding: 2.8rem 1.6rem 2.6rem;
  }
}
.lp-features-list__item:not(:first-child) {
  margin-top: 9.7rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.lp-features-list__heading {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 1rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__heading {
    align-items: center;
    padding-bottom: 0;
  }
}
.lp-features-list__num, .lp-features-list__ttl {
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Outfit", serif;
  font-weight: 500;
}
.lp-features-list__ttl-wrap {
  display: flex;
  align-items: baseline;
  margin-left: 3.4rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__ttl-wrap {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-features-list__ttl {
    font-size: 1.4rem;
  }
}
.lp-features-list__ttl::first-letter {
  text-transform: uppercase;
}
.lp-features-list__txt {
  margin-left: 1.3rem;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 833px) {
  .lp-features-list__txt {
    margin-left: 0;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.lp-features-list__content {
  margin-top: 6.2rem;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__content {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 2.2rem;
  }
}
.lp-features-list__left {
  max-width: 52rem;
  width: 100%;
}
.lp-features-list__copy {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 833px) {
  .lp-features-list__copy {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.lp-features-list__content-txt {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 833px) {
  .lp-features-list__content-txt {
    font-size: 1.4rem;
    margin-top: 2.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 833px) {
  .lp-features-list__content-txt:nth-child(2) {
    margin-top: 1.7rem;
  }
}
.lp-features-list__img {
  width: 100%;
  background-color: #808080;
}
.lp-features-list__img img {
  width: 100%;
  aspect-ratio: 850/450;
  object-fit: cover;
}
@media screen and (max-width: 833px) {
  .lp-features-list__img img {
    aspect-ratio: 326/180;
  }
}
@media screen and (max-width: 833px) {
  .lp-plan .block {
    max-width: 50rem;
  }
}
.lp-plan__content {
  padding: 12.7rem 7% 12rem;
}
@media screen and (max-width: 833px) {
  .lp-plan__content {
    padding: 4rem 0 8rem;
  }
}
.lp-plan__floor {
  margin-top: 6.2rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 833px) {
  .lp-plan__floor {
    flex-direction: column;
    margin-top: 4.2rem;
    gap: 2.4rem;
  }
}
.lp-plan__floor-item {
  position: relative;
  width: 100%;
}
.lp-plan__floor-num {
  font-size: 2rem;
  font-family: "Outfit", serif;
  background-color: #1a1a1a;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0.3rem 2.1rem;
  display: inline-block;
}
@media screen and (max-width: 833px) {
  .lp-plan__floor-num {
    padding: 0.1rem 1.7rem 0.1rem;
    font-size: 1.8rem;
  }
}
.lp-plan__floor-img {
  width: 100%;
  border: 1px solid #1a1a1a;
}
.lp-plan__floor-img img {
  width: 100%;
  aspect-ratio: 700/530;
  object-fit: cover;
}
@media screen and (max-width: 833px) {
  .lp-plan__floor-img img {
    aspect-ratio: 358/300;
  }
}
.lp-plan__floor-point {
  position: absolute;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  bottom: 0;
  right: 0;
  border: 1px solid #1a1a1a;
  background-color: #e6eaeb;
  padding: 0.5rem;
}
@media screen and (max-width: 833px) {
  .lp-plan__floor-point {
    width: 4rem;
    height: 4rem;
  }
}
.lp-plan__floor-point img {
  object-fit: contain;
}
.lp-plan-slick {
  position: relative;
  padding: 0 4rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick {
    margin-top: 2.4rem;
    padding: 0 2.4rem;
  }
}
.lp-plan-slick__wrap.slick-initialized .slick-track {
  display: flex;
}
.lp-plan-slick__wrap.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick__wrap.slick-initialized .slick-slide {
    font-size: 1.6rem;
    flex-direction: column;
  }
}
.lp-plan-slick__item {
  display: flex;
  background-color: #e6eaeb;
}
.lp-plan-slick__img {
  width: 100%;
  background-color: #808080;
}
.lp-plan-slick__img img {
  width: 100%;
  aspect-ratio: 600/400;
  object-fit: cover;
}
.lp-plan-slick__content {
  padding: 2rem 3.3rem;
  max-width: 58rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick__content {
    display: none;
  }
}
.lp-plan-slick__point {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick__point {
    padding: 1.2rem 1.7rem 0;
    font-size: 1.6rem;
  }
}
.lp-plan-slick__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick__txt {
    padding: 0 1.7rem 1.2rem;
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
  .lp-plan-slick__txt + .lp-plan-slick__txt {
    padding: 0 1.7rem 1.2rem;
  }
  .lp-plan-slick__txt:first-of-type:not(:only-of-type) {
    padding: 0 1.7rem 0;
  }
}
.lp-plan-slick__arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 833px) {
  .lp-plan-slick__arrow-wrap {
    width: 110%;
  }
}
.lp-plan-slick__arrow {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  cursor: pointer;
}
.lp-plan-slick__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 0.3rem solid #333;
  border-right: 0.3rem solid #333;
}
.lp-plan-slick__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.lp-plan-slick__arrow--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-voice {
  background-color: #e6eaeb;
  padding: 10.3rem 0 12.2rem;
}
@media screen and (max-width: 833px) {
  .lp-voice .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-voice {
    padding: 4rem 0 6rem;
  }
}
.lp-voice__content {
  padding: 0 7%;
}
@media screen and (max-width: 833px) {
  .lp-voice__content {
    padding: 0;
  }
}
.lp-voice__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 833px) {
  .lp-voice__list {
    margin-top: 3.9rem;
  }
}
.lp-voice-list__item:not(:first-child) {
  margin-top: 10.9rem;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.lp-voice-list__heading {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__heading {
    padding-bottom: 0.6rem;
    align-items: baseline;
  }
}
.lp-voice-list__num {
  font-size: 3.4rem;
  font-family: "Outfit", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__num {
    font-size: 2.4rem;
  }
}
.lp-voice-list__ttl {
  margin-left: 2rem;
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.lp-voice-list__content {
  margin-top: 4.7rem;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__content {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.lp-voice-list__item:nth-child(2n) .lp-voice-list__content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__item:nth-child(2n) .lp-voice-list__content {
    flex-direction: column;
  }
}
.lp-voice-list__left {
  max-width: 49%;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__left {
    max-width: 100%;
  }
}
.lp-voice-list__copy {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__copy {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.lp-voice-list__content-txt {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 1.6rem;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__content-txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
  .lp-voice-list__content-txt + .lp-voice-list__content-txt {
    margin-top: 2.3rem;
  }
}
.lp-voice-list__img {
  width: 100%;
}
.lp-voice-list__img img {
  width: 100%;
  aspect-ratio: 660/450;
  object-fit: cover;
  background-color: #808080;
}
@media screen and (max-width: 833px) {
  .lp-voice-list__img img {
    aspect-ratio: 358/180;
  }
}
.lp-access {
  padding-top: 12.5rem;
}
@media screen and (max-width: 833px) {
  .lp-access .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-access {
    padding-top: 6rem;
  }
}
.lp-access__content {
  padding: 0 7%;
}
@media screen and (max-width: 833px) {
  .lp-access__content {
    padding: 0;
  }
}
.lp-access__access {
  margin: 4.2rem 0;
  padding: 3rem 3.6rem 3.6rem;
  display: flex;
  gap: 2rem;
  justify-content: left;
  background-color: #e6eaeb;
}
@media screen and (max-width: 833px) {
  .lp-access__access {
    margin: 2.2rem 0;
    flex-direction: column;
    padding: 2.4rem 1.2rem;
    gap: 1.2rem;
  }
}
.lp-access__left {
  width: 47%;
}
@media screen and (max-width: 833px) {
  .lp-access__left {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.lp-access__map {
  display: block;
  width: 100%;
  height: 30rem;
  background-color: #808080;
}
@media screen and (max-width: 833px) {
  .lp-access__map {
    margin-top: 0.8rem;
    height: 18.8rem;
  }
}
.lp-access__map span {
  font-family: "Outfit", serif;
}
.lp-access__address {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 833px) {
  .lp-access__address {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.lp-access__list {
  margin-top: 2rem;
}
@media screen and (max-width: 833px) {
  .lp-access__list {
    margin-top: 0;
  }
}
.lp-access__list-item {
  padding-left: 3rem;
}
@media screen and (max-width: 833px) {
  .lp-access__list-item {
    padding-left: 2rem;
  }
}
.lp-access__list-item:not(:first-child) {
  margin-top: 1.4rem;
}
.lp-access__list-ttl {
  font-size: 1.5rem;
  line-height: 2.2;
  position: relative;
}
@media screen and (max-width: 833px) {
  .lp-access__list-ttl {
    font-size: 1.6rem;
  }
}
.lp-access__list-ttl::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #1a1a1a;
  top: 46%;
  left: -2.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 833px) {
  .lp-access__list-ttl::before {
    left: -2.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.lp-access__list-txt {
  font-size: 1.3rem;
  line-height: 1.75;
  text-decoration: dotted;
  list-style: disc;
}
@media screen and (max-width: 833px) {
  .lp-access__list-txt {
    font-size: 1.4rem;
  }
}
.lp-access__list-txt:nth-child(4) {
  list-style: none;
  text-indent: -2rem;
}
.lp-flow {
  margin-top: 12rem;
}
@media screen and (max-width: 833px) {
  .lp-flow .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow {
    margin-top: 5.7em;
  }
}
.lp-flow__content {
  padding: 0 7%;
}
@media screen and (max-width: 833px) {
  .lp-flow__content {
    padding: 0;
  }
}
.lp-flow__list {
  margin-top: 4.9rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8.3rem;
  padding: 0 6rem;
}
@media screen and (max-width: 833px) {
  .lp-flow__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 0;
    gap: 5.3rem 6.6rem;
    margin-top: 3.6rem;
  }
}
.lp-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0.8rem;
  border-top: 0.1rem solid #1a1a1a;
  border-left: 0.1rem solid #1a1a1a;
}
.lp-flow__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 833px) {
  .lp-flow__item::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.lp-flow__item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 0.2rem;
  background: #1a1a1a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 833px) {
  .lp-flow__item::after {
    width: 1.8rem;
  }
}
.lp-flow__item:last-child::before, .lp-flow__item:last-child::after {
  content: none;
}
.lp-flow__item .line {
  display: block;
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  z-index: 10;
  height: 1.6rem;
  width: 1.6rem;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  background: #fff;
}
.lp-flow__item .btn {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 833px) {
  .lp-flow__item .btn {
    margin-top: 0.8rem;
  }
}
.lp-flow__item .btn-link {
  width: 100%;
  max-width: 15.7rem;
  height: 3.4rem;
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 833px) {
  .lp-flow__item .btn-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(1)::before {
    right: -4.2rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(1)::after {
    right: -4.1rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(2)::before {
    top: auto;
    right: 60%;
    transform: translate(100%, -50%) rotate(135deg);
    bottom: -6rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(2)::after {
    width: 1.8rem;
    top: auto;
    right: 57.2%;
    transform: translate(100%, -50%) rotate(90deg);
    bottom: -3.1rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(3)::before {
    right: 0;
    left: -5.6rem;
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(3)::after {
    right: auto;
    left: -4.2rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-flow__item:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.lp-flow__number {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  text-align: center;
  font-family: "Outfit", serif;
}
@media screen and (max-width: 833px) {
  .lp-flow__number {
    font-size: 2.4rem;
  }
}
.lp-flow__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media screen and (max-width: 833px) {
  .lp-flow__ttl {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.lp-flow__ttl span {
  display: block;
  margin: 0.6rem 0;
  writing-mode: sideways-rl;
}
.lp-flow__txt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.7rem;
  flex-grow: 8;
}
@media screen and (max-width: 833px) {
  .lp-flow__txt {
    margin-top: 0.8rem;
  }
}
.lp-contact {
  background-color: #e6eaeb;
  padding: 12.5rem 0 7.4rem;
}
@media screen and (max-width: 833px) {
  .lp-contact .block {
    max-width: 50rem;
  }
}
@media screen and (max-width: 833px) {
  .lp-contact {
    padding: 6rem 0;
  }
}
.lp-contact__heading {
  max-width: 70.6rem;
}
@media screen and (max-width: 833px) {
  .lp-contact__heading {
    max-width: 32.4rem;
    padding-bottom: 3.2rem;
    line-height: 1.2;
  }
}
.lp-contact__tel-box {
  padding: 3.3rem;
  text-align: center;
  background-color: #fff;
  max-width: 80rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 833px) {
  .lp-contact__tel-box {
    margin-top: 3.2rem;
    padding: 3.2rem 0.7rem;
  }
}
.lp-contact__tel-ttl {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 833px) {
  .lp-contact__tel-ttl {
    font-size: 1.4rem;
  }
}
.lp-contact__tel {
  display: inline-block;
  margin-top: 1.6rem;
  font-family: "Outfit", serif;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 833px) {
  .lp-contact__tel {
    font-size: 4rem;
    margin-top: 1.3rem;
  }
}
.lp-contact__caution {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 833px) {
  .lp-contact__caution {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.lp-contact__tel-btn {
  margin-top: 2rem;
  font-size: 1.6rem;
  padding: 0.9rem;
  color: #fff;
  background-color: #1a1a1a;
  width: 100%;
  max-width: 28rem;
  border-radius: 3rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 833px) {
  .lp-contact__tel-btn {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    max-width: 29.3rem;
    padding: 1.2rem;
  }
}
.lp-contact__tel-btn:hover {
  background-color: #b86f55;
}
@media screen and (max-width: 833px) {
  .lp-contact__box {
    margin-top: 4rem;
  }
}
.lp-contact__ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 833px) {
  .lp-contact__ttl {
    font-size: 1.4rem;
  }
}
.lp-contact__calender {
  margin: 4rem auto 0;
  max-width: 100rem;
}
@media screen and (max-width: 833px) {
  .lp-contact__calender {
    margin-top: 2.5rem;
  }
}
.lp-contact__calender-ttl {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 833px) {
  .lp-contact__calender-ttl {
    font-size: 1.4rem;
  }
}
.lp-contact__calender-txt {
  font-size: 1.3rem;
}
@media screen and (max-width: 833px) {
  .lp-contact__calender-txt {
    font-size: 1.3rem;
  }
}
.lp-contact__form {
  margin: 4rem auto 0;
}
.lp-contact-form {
  max-width: 100rem;
  width: 100%;
}
.lp-contact-form__wrap + .lp-contact-form__wrap {
  border-top: none;
}
.lp-contact-form__label {
  font-size: 1.5rem;
  line-height: 1;
  width: 100%;
  max-width: 30rem;
  background-color: #fff;
  padding: 3.3rem;
  border-right: 1px solid #aaaaaa;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__label {
    font-size: 1.5rem;
    padding: 2rem;
    border-right: none;
    border-bottom: 1px solid #aaaaaa;
    max-width: 100%;
  }
}
.lp-contact-form__label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lp-contact-form__label--height {
  height: 15.5rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__label--height {
    height: auto;
  }
}
.lp-contact-form__label--address {
  height: 13.8rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__label--address {
    height: auto;
  }
}
.lp-contact-form__wrap {
  display: flex;
  align-items: center;
  border: 1px solid #aaaaaa;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__wrap {
    flex-direction: column;
  }
}
.lp-contact-form__label span {
  margin-left: 1.5rem;
  padding: 0.4rem 1rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #d80000;
}
.lp-contact-form__label span.gray {
  background-color: #acacac;
}
.lp-contact-form__input {
  flex-grow: 1;
  padding: 1rem 2.4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__input {
    padding: 1rem;
  }
}
.lp-contact-form__input p {
  font-size: 1.6rem;
}
.lp-contact-form__input span span.wpcf7-not-valid-tip {
  display: none;
}
.lp-contact-form__input span input {
  padding: 0.9rem 1.8rem;
  width: 100%;
  max-width: 57.8rem;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  border: 0.2rem solid #aaaaaa;
  appearance: none;
  background-image: none;
}
.lp-contact-form__input span.yubinbango input {
  margin-left: 1rem;
  width: 100%;
  max-width: 14.8rem;
  margin-bottom: 0.6rem;
  padding: 0.9rem;
}
.lp-contact-form__input input:focus {
  border: none;
  border-bottom: 0.2rem solid #e0e0e0;
  box-shadow: none;
  outline: none;
}
.lp-contact-form__input input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.lp-contact-form__textarea {
  padding: 1rem 2.4rem;
  flex-grow: 1;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__textarea {
    padding: 1rem;
  }
}
.lp-contact-form__textarea p {
  font-size: 1.6rem;
}
.lp-contact-form__textarea textarea {
  padding: 1rem 1.8rem;
  width: 100%;
  max-width: 57.8rem;
  height: 11rem;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  border: 0.2rem solid #aaaaaa;
  appearance: none;
  background-image: none;
  resize: none;
}
.lp-contact-form__textarea textarea:focus {
  border: none;
  border-bottom: 0.2rem solid #e0e0e0;
  box-shadow: none;
  outline: none;
}
.lp-contact-form__textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.lp-contact-form__privacy {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__privacy {
    margin-top: 2.4rem;
  }
}
.lp-contact-form__privacy input {
  display: none;
}
.lp-contact-form__privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 4rem;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__privacy input + span {
    font-size: 1.4rem;
  }
}
.lp-contact-form__privacy input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #808080;
  display: block;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__privacy input + span::before {
    top: 0;
  }
}
.lp-contact-form__privacy input + span::after {
  content: "";
  margin-top: -0.2rem;
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
  transform: rotate(-45deg);
  display: block;
  width: 1.5rem;
  height: 0.8rem;
  border-bottom: 0.3rem solid #000;
  border-left: 0.3rem solid #000;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__privacy input + span::after {
    top: 0.6rem;
  }
}
.lp-contact-form__privacy input + span a {
  text-decoration: underline;
}
.lp-contact-form__privacy input:checked + span::after {
  opacity: 1;
}
.lp-contact-form__announcement {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.lp-contact-form__announcement a {
  text-decoration: underline;
}
.lp-contact-form__submit {
  margin: 3.4rem auto 0;
  position: relative;
  max-width: 32.7rem;
  width: 100%;
  transition: 0.3s;
}
.lp-contact-form__submit input {
  padding: 1.4rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #272727;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.lp-contact-form__submit input:hover {
  color: #fff;
  background-color: #b86f55;
  border: 1px solid #b86f55;
}
.lp-contact-form__return {
  margin: 0 auto;
  max-width: 32.7rem;
  width: 100%;
  transition: 0.3s;
}
.lp-contact-form__return a {
  padding: 1.4rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.lp-contact-form__return a:hover {
  color: #fff;
  background-color: #b86f55;
  border: 1px solid #b86f55;
}
.lp-contact-form__caption {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1.8rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__caption {
    font-size: 1.3rem;
  }
}
.lp-contact-form__caption li {
  list-style: disc;
  margin-left: 4rem;
}
@media screen and (max-width: 833px) {
  .lp-contact-form__caption li {
    margin-left: 3rem;
  }
#booking-package_inputFormPanel {
    padding-bottom: 2px;
}
}
.lp-contact #booking-package_inputFormPanel input {
  appearance: auto;
}
.lp-contact #booking-package_pay_locally,
.lp-contact #nextAndReturnPanel {
  text-align: center;
}
.lp-thanks {
  padding: 30rem 0;
  background-color: #d0d1d7;
}
.lp-thanks__heading {
  max-width: 70rem;
}
@media screen and (max-width: 833px) {
  .lp-thanks__heading {
    max-width: 50rem;
  }
}
.lp-thanks__txt {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.8rem;
}
.lp-thanks__txt:not(:nth-of-type(1)) {
  margin-top: 4rem;
}
.lp-thanks__btn {
  margin-top: 7rem;
  text-align: center;
}
.lp-thanks__btn a {
  transition: 0.3s;
}
.lp .returnToSchedules {
  background-color: #000000;
}

@media screen and (max-width: 833px) {
  .footer-foot {
    padding: 4rem 0 6rem;
  }
}
@media screen and (max-width: 833px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 833px) {
  .footer-logo {
    aspect-ratio: 109/40;
    max-width: 10.9rem;
  }
}
@media screen and (max-width: 833px) {
  .footer-list {
    flex-direction: column;
    align-items: center;
    margin-top: 2.8rem;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 833px) {
  .footer-privacy {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 833px) {
  .footer-copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 4.3rem;
  }
}

/*============
固定ボタン設定
=============*/
.fixed-btn {
  position: fixed;
  bottom: -100px;
  right: 0;
  width: 400px;
  z-index: 8;
  transition: bottom 0.3s ease-in-out;
}
.fixed-btn.is-show {
  bottom: 0;
}
@media screen and (max-width: 833px) {
  .fixed-btn {
    max-width: 100%;
    width: 100%;
  }
}
.fixed-btn__button-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
}
.fixed-btn__link-button {
  text-align: center;
  margin-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #b16044;
  transition: 0.3s;
  border: 1px solid #b16044;
}
.fixed-btn__link-button:hover {
  background-color: #fff;
  border: 1px solid #b16044;
}
.fixed-btn__link-button:hover a {
  color: #b16044;
}
.fixed-btn__link-button--tel {
  width: 30%;
}
.fixed-btn__link-button--tel:hover svg {
  fill: #b16044;
}
.fixed-btn__link-button--web-form {
  width: 70%;
}
.fixed-btn__link-button--web-form:hover .fixed-btn__top {
  background-color: #b16044;
  color: #fff;
}
.fixed-btn__link-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.8rem;
  font-size: 1.4rem;
  padding: 1rem 0.9rem 0.6rem;
  transition: 0.3s;
  color: white;
  font-weight: 500;
  text-decoration: none;
  height: 100%;
}
.fixed-btn__link-img {
  width: 100%;
  max-width: 1.8rem;
}
.fixed-btn__link-img svg {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
  fill: #fff;
  transition: 0.3s;
}
.fixed-btn__link-img--gift {
  max-width: 5.7rem;
  background-color: #fff;
}
.fixed-btn__link-img--gift img {
  aspect-ratio: 57/30;
}
.fixed-btn__top {
  font-size: 1.1rem;
  background-color: #fff;
  color: #1a1a1a;
  display: block;
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.1rem;
}
.fixed-btn__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
.fixed-btn__link-txt span {
  font-size: 1.8rem;
  margin-right: 0.2rem;
}
.fixed-btn__gift-txt {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
p.fixed-btn__link-txt {
  font-size: 1rem;
}