.lp2026 {
  letter-spacing: 0;
}
.lp2026 h2 {
  color: var(--main-color-green);
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}
.lp2026 h3 {
  font-size: 2.4rem;
  color: var(--main-color-green);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .lp2026 h3 {
    font-size: 3.2rem;
  }
}
.lp2026 h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .lp2026 h4 {
    font-size: 2.6rem;
  }
}
.lp2026 .main-txt {
  line-height: 1.5;
}
.lp2026 .mv {
  text-align: center;
  background: url(../images/lp/bk.png);
  background-size: cover;
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .lp2026 .mv {
    height: 56vh;
  }
}
.lp2026 .mv p {
  font-size: 2.4rem;
  color: var(--main-color-black);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .lp2026 .mv p {
    font-size: 2.8rem;
  }
}
.lp2026 .mv h1 {
  font-size: 6rem;
  line-height: 1.75;
  color: var(--main-color-green);
  margin: 1rem 0 5rem;
}
.lp2026 .mv a {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  background: var(--main-color-green);
  border-radius: 8px;
  padding: 1.4rem 2.6rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .mv a {
    font-size: 4rem;
  }
}
.lp2026 .lead {
  padding: 9rem 0;
  background: #F9FAFB;
}
.lp2026 .lead-content {
  max-width: 110.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp2026 .lead-content {
    width: 92%;
  }
}
.lp2026 .lead-content-bl {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .lead-content-bl {
    gap: 1rem;
  }
}
.lp2026 .lead-content-bl p {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .lead-content-bl p {
    width: 100%;
  }
}
.lp2026 .lead-content-bl img {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .lp2026 .lead-content-bl img {
    width: 100%;
  }
}
.lp2026 .lead-content-bl:nth-of-type(2) {
  flex-direction: row-reverse;
}
.lp2026 .trouble {
  padding: 9rem 0;
}
.lp2026 .trouble h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp2026 .trouble h2::before, .lp2026 .trouble h2::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.lp2026 .trouble h2::before {
  left: -16rem;
  background-image: url(../images/lp/w-01.png);
}
@media screen and (max-width: 750px) {
  .lp2026 .trouble h2::before {
    left: -13rem;
  }
}
.lp2026 .trouble h2::after {
  right: -16rem;
  background-image: url(../images/lp/m-01.png);
}
@media screen and (max-width: 750px) {
  .lp2026 .trouble h2::after {
    right: -13rem;
  }
}
.lp2026 .trouble ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  max-width: 110.4rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 750px) {
  .lp2026 .trouble ul {
    grid-template-columns: repeat(2, 1fr);
    width: 92%;
  }
}
.lp2026 .trouble ul li {
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  display: grid;
  row-gap: 0.5rem;
  justify-items: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .lp2026 .trouble ul li {
    padding: 2.5rem;
    text-align: center;
  }
}
.lp2026 .trouble ul img {
  width: 6.4rem;
}
.lp2026 .dream {
  background: #F9FAFB;
  padding: 9rem 0;
}
.lp2026 .dream h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp2026 .dream h2::before, .lp2026 .dream h2::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.lp2026 .dream h2::before {
  left: -16rem;
  background-image: url(../images/lp/m-02.png);
}
@media screen and (max-width: 750px) {
  .lp2026 .dream h2::before {
    left: -13rem;
  }
}
.lp2026 .dream h2::after {
  right: -16rem;
  background-image: url(../images/lp/w-02.png);
}
@media screen and (max-width: 750px) {
  .lp2026 .dream h2::after {
    right: -13rem;
  }
}
.lp2026 .dream ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  max-width: 110.4rem;
  margin: 7rem auto 0;
  position: relative;
}
.lp2026 .dream ul::before {
  position: absolute;
  content: "";
  width: 40rem;
  height: 40rem;
  background-image: url(../images/lp/f-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: -3rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .dream ul::before {
    top: auto;
    right: -3rem;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp2026 .dream ul {
    grid-template-columns: repeat(2, 1fr);
    width: 92%;
  }
}
.lp2026 .dream ul li {
  border-radius: 20px;
  background: #FFF;
  padding: 0 2.2rem 4rem;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .lp2026 .dream ul li {
    padding: 4rem 2.4rem;
  }
}
.lp2026 .dream ul li img:nth-child(2) {
  width: 4.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .dream ul li img:nth-child(2) {
    width: 5.8rem;
  }
}
.lp2026 .layout {
  padding: 9rem 0;
}
.lp2026 .layout-content {
  max-width: 110.4rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content {
    width: 92%;
  }
}
.lp2026 .layout-content-bl {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content-bl {
    gap: 0;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content-bl h3 {
    margin-bottom: 1.6rem;
  }
}
.lp2026 .layout-content-bl h3 span {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  background: var(--main-color-green);
  border-radius: 999px;
  text-align: center;
  width: 2.5rem;
  margin: 0 1rem 5rem 0;
  vertical-align: 0.5rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content-bl h3 span {
    font-size: 2.6rem;
    width: 4rem;
    margin: 0 1rem 0 0;
  }
}
.lp2026 .layout-content-bl img {
  width: 54rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content-bl img {
    width: 100%;
  }
}
.lp2026 .layout-content-bl:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .lp2026 .layout-content-bl:nth-of-type(2) {
    flex-direction: inherit;
  }
}
.lp2026 .perf {
  padding: 9rem 0;
  background: #F9FAFB;
}
.lp2026 .perf ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  max-width: 110.4rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 750px) {
  .lp2026 .perf ul {
    grid-template-columns: inherit;
    width: 92%;
  }
}
.lp2026 .perf ul li {
  padding: 5rem 0;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.lp2026 .perf ul li p {
  margin-top: 1rem;
}
.lp2026 .perf ul li img {
  width: auto;
  height: 17rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .perf ul li img {
    width: 50%;
    height: auto;
  }
}
.lp2026 .interior {
  padding: 9rem 0;
}
.lp2026 .interior ul {
  display: flex;
  max-width: 110.4rem;
  margin: 6rem auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .lp2026 .interior ul {
    width: 92%;
    flex-wrap: wrap;
    gap: 8rem;
  }
}
.lp2026 .interior ul li {
  width: 34.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp2026 .interior ul li {
    width: 100%;
  }
}
.lp2026 .interior ul li h3 {
  margin: 1rem 0;
}
.lp2026 .price {
  padding: 9rem 0;
  background: #F9FAFB;
}
.lp2026 .price-container {
  max-width: 110.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp2026 .price-container {
    width: 92%;
  }
}
.lp2026 .price-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp2026 .price-ttl img {
  width: 46rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .price-ttl img {
    width: 37rem;
  }
}
.lp2026 .price-content {
  display: flex;
  align-items: center;
}
.lp2026 .price-content img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .lp2026 .price-content img:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .lp2026 .price-content img:nth-child(2) {
    width: 60%;
  }
}
.lp2026 .member {
  padding: 9rem 0;
  text-align: center;
}
.lp2026 .member h3 {
  color: #000;
  margin-bottom: 1.6rem;
}
.lp2026 .member h2 {
  margin: 6.4rem 0;
}
.lp2026 .member ul {
  max-width: 110.4rem;
  display: flex;
  margin: 0 auto 8rem;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .lp2026 .member ul {
    width: 92%;
    flex-wrap: wrap;
    gap: 7rem;
  }
}
.lp2026 .member ul h3 {
  color: var(--main-color-green);
}
.lp2026 .member ul li {
  border-radius: 20px;
  padding: 2rem 2.5rem 4rem;
  background: #FFF;
  width: 34.9rem;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .lp2026 .member ul li {
    width: 100%;
    padding: 6rem;
  }
}
.lp2026 .member ul li img {
  width: auto;
  height: 20rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .member ul li img {
    width: 40%;
    height: auto;
  }
}
.lp2026 .member ul li .cert {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .member ul li .cert {
    font-size: 2.6rem;
  }
}
.lp2026 .member a {
  background: var(--main-color-yellow);
  color: var(--main-color-green);
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 8px;
  padding: 1.4rem 2.6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .lp2026 .member a {
    font-size: 2.6rem;
  }
}

.contact {
  text-align: left;
}/*# sourceMappingURL=consult.css.map */