@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");
.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 {
    background-color: #64a4cf;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
    @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-align: center;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
      @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 */
