@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");
.toptext2 {
  box-sizing: border-box;
  margin: 10px 0px;
  padding: 0px; }
  @media screen and (max-width: 768px) {
    .toptext2 {
      font-size: 1.1em; } }
  @media screen and (min-width: 769px) {
    .toptext2 {
      font-size: 1.4em; } }

.colorboxes {
  background-color: rgba(222, 222, 222, 0.7); }
  @media screen and (max-width: 768px) {
    .colorboxes {
      padding: 2px 0px; } }
  @media screen and (min-width: 769px) {
    .colorboxes {
      padding: 10px 0px; } }

.toptext2 {
  opacity: 0 !important;
  transform: translateY(30px); }

.toptext2.fade-in {
  opacity: 1 !important;
  transform: translateY(0); }

.toptext2 span > span:first-child {
  font-size: 1.1em;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  padding: 3px;
  display: inline-block;
  border-radius: 1px; }

.gridbox2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 50px);
  grid-template-rows: repeat(5, 100px);
  transition: grid-template-columns 1s ease,grid-template-rows 1s ease;
  gap: 2px;
  place-content: center;
  align-self: start;
  overflow: hidden; }
  .gridbox2 .colorbox2 {
    color: white;
    box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.1);
    background-color: wheat;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    padding: 10px; }

.gridbox {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(8, 250px);
  grid-template-rows: repeat(5, 100px);
  transition: grid-template-columns 1s ease,grid-template-rows 1s ease;
  gap: 22px;
  place-content: center;
  align-self: start;
  /* 上端に揃える */ }
  @media screen and (min-width: 769px) {
    .gridbox {
      min-height: 100vh; } }

.colorprint span > span {
  text-shadow: 2px 2px grey; }

.colorprint span > span:first-child {
  background-color: green;
  box-shadow: 4px 5px #337733;
  color: white; }

.redprint span > span:first-child {
  background-color: #ff5555;
  box-shadow: 4px 5px #994444;
  color: white; }

.blueprint span > span:first-child {
  color: white;
  background-color: #5555ff;
  box-shadow: 4px 5px #444499; }

.messagesheet {
  transform: translate(-50%, 0%);
  border-radius: 3px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .messagesheet {
      width: 100vw;
      top: 0%;
      left: 50%;
      height: 700px;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.1); } }
  @media screen and (min-width: 769px) {
    .messagesheet {
      width: 1000px;
      top: 0%;
      left: 50%;
      height: 90%;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.7); } }

.lp-container {
  justify-content: center;
  align-items: center;
  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 table {
    width: 100%;
    border-collapse: collapse;
    color: #555; }
    .lp-container table .price.fade-in {
      transform: scale(1.1);
      color: black; }
    .lp-container table td {
      text-align: left;
      padding: 8px 0px;
      border-bottom: 1px solid #ccc;
      white-space: nowrap;
      border-bottom: 1px solid #ccc;
      font-weight: bold;
      font-size: 1.0em;
      padding-left: 10px; }
  .lp-container ul {
    padding-left: 20px;
    margin: 0;
    list-style: none; }
    .lp-container ul li {
      text-shadow: 1px 1px 1px black;
      text-align: left;
      font-weight: bold;
      font-size: 1.1em;
      padding: 4px; }
  .lp-container h2 {
    padding: 5px 22px;
    box-sizing: border-box;
    width: 90%;
    box-shadow: 1px 1px 1px black;
    display: block;
    font-size: 1.3em;
    color: #f0643c;
    width: 5%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f0643c;
    margin-bottom: 15px;
    text-align: left;
    text-shadow: 2px 2px 2px #c80000;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none; }
    .lp-container h2.fade-in {
      transition: width 0.5s ease 0.0s,color 1s ease 0.7s;
      width: 100%;
      color: white; }
  .lp-container > div {
    flex: 1;
    width: 300px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }

@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; } }
.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(0.85);
    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; } }

.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; }

.container_1a2b3c {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 0px; }
  @media screen and (max-width: 768px) {
    .container_1a2b3c {
      margin-top: 3px;
      margin-bottom: 3px; } }
  .container_1a2b3c .box_rom {
    overflow: hidden;
    color: white;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8); }
    .container_1a2b3c .box_rom:hover {
      transform: translateY(-0.1px); }
    @media screen and (max-width: 768px) {
      .container_1a2b3c .box_rom {
        width: 95vw;
        padding: 1px 2px;
        background-color: rgba(100, 164, 207, 0.7);
        text-shadow: 1px 1px 2px black;
        min-height: 50px;
        margin: 4px 0px; } }
    @media screen and (min-width: 768px) {
      .container_1a2b3c .box_rom {
        background-color: #64a4cf;
        height: 160px;
        flex: 0 0 400px;
        margin: 7px;
        padding: 5px 20px;
        text-shadow: 1px 1px 2px black; } }
    .container_1a2b3c .box_rom > h2 {
      transform: scale(0.95, 1); }
      @media screen and (max-width: 768px) {
        .container_1a2b3c .box_rom > h2 {
          min-height: 1.1em;
          margin: 15px 0px;
          font-size: 1.0em; } }
      @media screen and (min-width: 768px) {
        .container_1a2b3c .box_rom > h2 {
          min-height: 2.0em;
          font-size: 1.2em; } }
    .container_1a2b3c .box_rom > p {
      font-size: 1.0em !important;
      font-weight: bold;
      line-height: 1.5 !important;
      color: white !important;
      text-align: left;
      padding: 0px 5px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .container_1a2b3c .box_rom > p {
          margin: 5px 0px;
          transition: height 0.5s ease;
          overflow: hidden;
          height: 0px; }
          .container_1a2b3c .box_rom > p.active {
            height: 80px !important; } }
      @media screen and (min-width: 768px) {
        .container_1a2b3c .box_rom > p {
          min-height: 80px; } }

.card-grid h3 {
  font-size: 1.5em;
  margin: 5px 0; }
  .card-grid h3 > .emp {
    color: #9b9b00;
    font-size: 1.1em; }
.card-grid p {
  font-size: 1em;
  margin-bottom: 0px 5px;
  background-color: rgba(255, 255, 255, 0.1); }
.card-grid .flow-card {
  min-height: 300px; }
.card-grid div.thinpic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 95% 95%;
  opacity: 0.3;
  background-position: center center;
  z-index: -1;
  background-repeat: no-repeat; }
.card-grid ul {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0px;
  padding: 10px; }
  .card-grid ul li {
    list-style: none;
    font-size: 1.3em;
    font-weight: bold; }

.hero3 {
  margin-bottom: 50px; }

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