@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
.lp-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  font-family: Hina Mincho, serif;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .lp-container h2 {
    box-shadow: 1px 1px 1px black;
    display: block;
    font-size: 24px;
    color: #ff3c3c;
    width: 5%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ff3c3c;
    margin-bottom: 15px;
    text-align: left;
    text-shadow: 2px 2px 2px #c80000;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none; }
  .lp-container > div {
    flex: 1;
    width: 300px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }
    .lp-container > div li {
      padding: 7px; }

@media screen and (max-width: 768px) {
  .lp-container > div {
    padding: 50px 0px;
    max-width: 95vw; } }
@media screen and (min-width: 769px) {
  .lp-container > div {
    padding: 50px 20px;
    max-width: 90vw;
    font-size: 1.3em; }

  .lp-container > li {
    font-size: 1.3em; } }
.lp-container ul {
  padding-left: 20px;
  color: #555;
  margin: 0;
  list-style: none; }

.lp-container li {
  text-align: left; }

.lp-container li::before {
  content: "✔ ";
  color: green; }

.lp-container table {
  width: 100%;
  border-collapse: collapse;
  color: #555; }

.lp-container td {
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap; }

.pp_h2mess {
  margin: 70px 0px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  .pp_h2mess > .p_h2mess {
    position: absolute;
    filter: blur(2px) brightness(1.5);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 25px 0px; }
  .pp_h2mess > .h2mess {
    font-size: 26px;
    color: #white;
    display: block;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none; }

.land2 {
  font-family: "Hina Mincho", serif;
  font-weight: 600;
  text-align: left; }
  .land2 .hero1 .button-wrapper {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    background-color: rgba(10, 10, 10, 0.5) !important; }
  .land2 .hero1 .cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0px;
    color: white;
    font-size: 36px;
    text-decoration: none;
    border-radius: 1px !important;
    position: relative; }
  .land2 .hero1 .cta-button:hover::after {
    filter: brightness(10);
    opacity: 1; }
  .land2 .hero1 div.toptext {
    text-align: left;
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 10px;
    text-shadow: 1px 1px 2px black;
    background-color: #64a4cf;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
    .land2 .hero1 div.toptext:hover {
      transform: translateY(-2px); }
    @media screen and (min-width: 768px) {
      .land2 .hero1 div.toptext {
        width: 70vw;
        margin-top: 100px !important;
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .land2 .hero1 div.toptext {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 50px !important; } }
    .land2 .hero1 div.toptext > h1 {
      font-size: 2.9em;
      color: #ccc;
      display: inline-block;
      transform: scaleX(0.9);
      letter-spacing: -2px;
      color: white; }
      @media screen and (min-width: 768px) {
        .land2 .hero1 div.toptext > h1 {
          margin-top: 10px !important;
          margin-left: 20px !important;
          margin-bottom: 0px !important; } }
      @media screen and (max-width: 768px) {
        .land2 .hero1 div.toptext > h1 {
          margin-top: 0px !important;
          margin-left: 6px !important;
          margin-bottom: 10px !important; } }
    .land2 .hero1 div.toptext > p {
      color: white !important;
      font-size: 1.2em;
      display: inline-block;
      color: #ccc;
      transform: scaleX(0.9);
      letter-spacing: -2px; }
      @media screen and (min-width: 768px) {
        .land2 .hero1 div.toptext > p {
          margin-top: 10px !important;
          margin-left: 40px !important; } }
      @media screen and (max-width: 768px) {
        .land2 .hero1 div.toptext > p {
          margin-top: 0px !important;
          margin-left: 10px !important; } }
  .land2 .hero1 .container_1a2b3c {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 0px; }
    @media screen and (max-width: 768px) {
      .land2 .hero1 .container_1a2b3c {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .land2 .hero1 .container_1a2b3c {
        margin-top: 30px;
        margin-bottom: 30px; } }
    .land2 .hero1 .container_1a2b3c .box_rom {
      padding: 10px;
      margin: 15px 15px;
      overflow: hidden;
      background-color: #64a4cf;
      color: white;
      text-shadow: 1px 1px 2px black;
      text-align: center;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
      .land2 .hero1 .container_1a2b3c .box_rom:hover {
        transform: translateY(-5px); }
      @media screen and (max-width: 768px) {
        .land2 .hero1 .container_1a2b3c .box_rom {
          width: 95vw; } }
      @media screen and (min-width: 768px) {
        .land2 .hero1 .container_1a2b3c .box_rom {
          flex: 0 0 380px; } }
      .land2 .hero1 .container_1a2b3c .box_rom > h2 {
        font-size: 1.2em;
        white-space: nowrap;
        transform: scale(0.95, 1); }
      .land2 .hero1 .container_1a2b3c .box_rom > p {
        font-size: 0.9em !important;
        line-height: 1.5 !important;
        color: white !important;
        text-align: left;
        padding: 20px 10px;
        min-height: 110px;
        box-sizing: border-box; }

.hero2 {
  background-color: rgba(222, 222, 222, 0.5);
  padding: 10px;
  text-align: center; }
  .hero2 > h2 {
    color: #dedede; }
  .hero2 > p {
    display: inline-block;
    width: 600px; }

.graphicalstep > li {
  list-style: none;
  display: block;
  width: 500px;
  height: 200px;
  background-color: grey;
  margin: auto; }
.graphicalstep img {
  width: 100px;
  height: 100px;
  object-fit: fill; }

.hero h1 {
  font-size: 2.9em;
  color: #ccc;
  display: inline-block;
  margin: 0.2em; }

.hero p {
  font-size: 1.2em;
  display: inline-block;
  color: #ccc;
  margin: 0.0em 1em; }

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  border-radius: 5px; }

.features, .testimonials, .faq {
  padding: 50px 20px;
  background: #fff; }

.features h2, .testimonials h2, .faq h2 {
  text-align: center;
  color: #333; }

.features .feature {
  margin: 20px 0;
  text-align: center; }

.testimonials .testimonial {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px; }

.faq dt {
  font-weight: bold;
  margin-top: 20px; }

.footer {
  text-align: center;
  padding: 20px;
  background: #333;
  color: #fff; }

.footer .cta-button {
  background: #ff6600; }

/*# sourceMappingURL=land2.css.map */
