

:root {
  --clrHighlight: #11A281;
  --clrText1: #222;
  --clrText2: #777777;
  --clrText3: #222;
  --clrText4: #555555;
  --clrText5: #666;
  --navbarHeightMobile: 4.5rem; }

html:has(#miragino_lp) {
  font-size: 90% !important;
  min-width: 320px; }
  html:has(#miragino_lp) body {
    background-image: url("../img/webroot/bg-image.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    overflow: unset; }

* {
  text-align: initial;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%; }
  *::before, *::after {
    content: none; }

h1 {
  height: initial;
  padding-left: initial;
  line-height: initial;
  cursor: initial; }

h3 {
  text-transform: initial;
  text-overflow: initial;
  white-space: initial;
  cursor: initial; }

html body header#miragino_lp_header {
  height: 6rem;
  position: sticky;
  border-bottom: none;
  background-color: #fcfbfc;
  justify-content: flex-start;
  padding: 0 2.5rem;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 1px 16px 5px rgba(150, 150, 150, 0.1); }
  @media only screen and (max-width: 800px) {
    html body header#miragino_lp_header {
      height: var(--navbarHeightMobile);
      padding: 0 1.5rem; }
      html body header#miragino_lp_header .Wrapper {
        padding: 0; } }
  html body header#miragino_lp_header .Wrapper {
    justify-content: flex-start;
    max-width: unset;
    width: 100%;
    padding: 0; }
  html body header#miragino_lp_header #nav-hamburger {
    padding: 0;
    display: none;
    margin-right: 3rem;
    flex-shrink: 0;
    background-color: transparent; }
    @media only screen and (max-width: 800px) {
      html body header#miragino_lp_header #nav-hamburger {
        display: flex; } }
    @media only screen and (max-width: 800px) {
      html body header#miragino_lp_header #nav-hamburger {
        margin-right: 1.5rem; } }
  html body header#miragino_lp_header a.logo {
    transform: initial;
    flex-shrink: 0;
    width: initial;
    padding: 0.5rem 0;
    background-image: none !important;
    margin-top: -0.3rem;
    height: 2.7rem;
    margin-right: 12px; }
    html body header#miragino_lp_header a.logo img {
      height: 130%;
      width: auto;
      margin-top: -4px; }
    @media only screen and (max-width: 800px) {
      html body header#miragino_lp_header a.logo {
        margin-top: 0.2rem;
        height: 1.6rem;
        padding: 0; } }
  html body header#miragino_lp_header a#contact-btn {
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 6px;
    border: 1px solid #11A281;
    background-color: #11A281;
    padding: 0.5rem 0.5rem;
    font-weight: 500;
    flex-shrink: 0; }
    html body header#miragino_lp_header a#contact-btn span {
      font-size: 1.1rem;
      color: #FFF;
      font-size: 0.8rem; }
    html body header#miragino_lp_header a#contact-btn img {
      margin-right: 0.3rem;
      width: auto;
      height: 1rem;
      margin-top: 0.1rem;
      height: 0.7rem; }
    @media only screen and (max-width: 800px) {
      html body header#miragino_lp_header a#contact-btn {
        display: flex; } }
  html body header#miragino_lp_header nav#nav-links-wide {
    margin-left: auto;
    flex-shrink: 1;
    /*flex-grow: 1;*/
    justify-content: space-between;
    /*max-width: 38rem;*/ }
    html body header#miragino_lp_header nav#nav-links-wide a {
      font-size: 1rem;
      margin-right: 22px;
      color: #090909;
      font-weight: 400;
      font-family: 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
      line-height: initial;
      height: initial;
      display: flex; }
      html body header#miragino_lp_header nav#nav-links-wide a::before {
        content: none; }
      html body header#miragino_lp_header nav#nav-links-wide a:hover {
        color: #11A281; }
        html body header#miragino_lp_header nav#nav-links-wide a:hover span {
          color: #11A281; }
      html body header#miragino_lp_header nav#nav-links-wide a span {
        color: black; }
      html body header#miragino_lp_header nav#nav-links-wide a.login-link {
        /*color: #11A281;*/
        /*text-decoration: underline;*/ }
        html body header#miragino_lp_header nav#nav-links-wide a.login-link:hover {
          color: #119173; }
      html body header#miragino_lp_header nav#nav-links-wide a:last-child {
        color: white;
        background-color: #11A281;
        border-radius: 6px;
        padding: 0px 1.1rem;
        margin-right: 0;
        height: 42px;
        display: flex; }
        html body header#miragino_lp_header nav#nav-links-wide a:last-child:hover {
          background-color: #11A281;
          color: white; }
      @media only screen and (max-width: 900px) {
        html body header#miragino_lp_header nav#nav-links-wide a {
          display: initial; } }
      @media only screen and (max-width: 800px) {
        html body header#miragino_lp_header nav#nav-links-wide a {
          display: none !important; } }

html body main#miragino_lp footer {
  background-color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 8rem;
  border-top: none;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  background-image: none;
  margin: 0 auto; }
  @media only screen and (max-width: 900px) {
    html body main#miragino_lp footer {
      height: 25rem;
      /*padding-top: 2rem;*/ padding: 0 0 25px 0; } }
  html body main#miragino_lp footer div.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 900px) {
      html body main#miragino_lp footer div.wrapper {
        flex-direction: column; } }
    html body main#miragino_lp footer div.wrapper div.logo-and-switch {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      html body main#miragino_lp footer div.wrapper div.logo-and-switch img.ab-logo {
        flex-grow: 0;
        flex-shrink: 0;
        width: auto;
        height: 2.5rem;
        padding-right: 1rem;
        border-right: 1px solid #D0C9C34D; }
        html body main#miragino_lp footer div.wrapper div.logo-and-switch img.ab-logo + a.locale-switch {
          margin-right: 1rem; }
        @media only screen and (max-width: 900px) {
          html body main#miragino_lp footer div.wrapper div.logo-and-switch img.ab-logo {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
            border-bottom: 1px solid #D0C9C34D;
            padding-bottom: 1rem;
            margin-bottom: 1.2rem;
            box-sizing: content-box; } }
      html body main#miragino_lp footer div.wrapper div.logo-and-switch a.locale-switch {
        align-self: center;
        height: initial;
        line-height: 1.4rem;
        font-size: 1.2rem;
        color: #777; }
    html body main#miragino_lp footer div.wrapper .social-links {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-left: 1.5rem;
      margin-right: 1rem; }
      @media only screen and (max-width: 900px) {
        html body main#miragino_lp footer div.wrapper .social-links {
          margin-bottom: 1.5rem;
          margin-left: 0;
          margin-right: 0; } }
      html body main#miragino_lp footer div.wrapper .social-links .icon {
        background-position: center center;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        margin-right: 0.7rem;
        margin-right: 0.7rem; }
        @media only screen and (max-width: 900px) {
          html body main#miragino_lp footer div.wrapper .social-links .icon:last-child {
            margin-right: 0; } }
        html body main#miragino_lp footer div.wrapper .social-links .icon.fb {
          background-image: url("../img/landing/ico-fb.svg"); }
        html body main#miragino_lp footer div.wrapper .social-links .icon.ln {
          background-image: url("../img/landing/ico-ln.svg"); }
        html body main#miragino_lp footer div.wrapper .social-links .icon.inst {
          background-image: url("../img/landing/instav2.svg"); }
    html body main#miragino_lp footer div.wrapper .evo-links {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex; }
      @media only screen and (max-width: 900px) {
        html body main#miragino_lp footer div.wrapper .evo-links {
          margin-bottom: 1.2rem;
          grid-gap: 1rem;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      html body main#miragino_lp footer div.wrapper .evo-links a {
        text-align: center;
        font-family: "Meiryo", sans-serif;
        font-weight: 400;
        white-space: nowrap;
        margin-right: 1rem;
        /*line-height: 1rem;*/
        font-size: 1rem;
        text-decoration: none;
        color: var(--clrText5); }
        @media only screen and (max-width: 900px) {
          html body main#miragino_lp footer div.wrapper .evo-links a {
            text-align: start; } }
        html body main#miragino_lp footer div.wrapper .evo-links a:hover {
          color: #11A281 !important; }
        html body main#miragino_lp footer div.wrapper .evo-links a .evolany-name {
          color: #11A281; }
          html body main#miragino_lp footer div.wrapper .evo-links a .evolany-name:hover {
            filter: brightness(0.8); }
  html body main#miragino_lp footer div.triangles {
    background-image: url("../img/webroot/rect.svg");
    height: 2.5rem;
    position: relative;
    width: 10rem;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    transform: translateX(-50%);
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%; }

html body div#miragino_lp-mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  background-image: url("../img/webroot/bg-image.jpg");
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.3s;
  /* hide the overlay by default */ }
  html body div#miragino_lp-mobile-nav-overlay .wrapper {
    padding: 3rem 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  html body div#miragino_lp-mobile-nav-overlay.hidden {
    max-height: 0vh;
    transition: max-height 0.3s; }
  html body div#miragino_lp-mobile-nav-overlay button {
    margin-left: 0;
    cursor: pointer;
    outline: 0;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    border: none;
    background-color: transparent;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    html body div#miragino_lp-mobile-nav-overlay button img {
      height: 1.8rem;
      width: auto; }
  html body div#miragino_lp-mobile-nav-overlay nav {
    display: flex;
    flex-direction: column;
    width: 100%; }
    html body div#miragino_lp-mobile-nav-overlay nav a {
      color: #090909;
      border-bottom: 0.5px solid #D0C9C3;
      height: 5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-weight: 500; }
      html body div#miragino_lp-mobile-nav-overlay nav a:hover, html body div#miragino_lp-mobile-nav-overlay /*nav a:first-child*/ {
        color: #11A281; }
      html body div#miragino_lp-mobile-nav-overlay nav a::after {
        content: '';
        background-image: url("../webroot/images/caret-right.svg");
        width: 2rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }

html body main#miragino_lp {
  background-size: 100%;
  background-repeat: repeat-y;
  font-size: 1.6em;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Poppins", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  html body main#miragino_lp div.section-wrapper {
    width: 100vw; }
    html body main#miragino_lp div.section-wrapper:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.02); }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp div.section-wrapper:nth-child(2n) section.miragino_lp-section {
          flex-direction: column-reverse; } }
    @media only screen and (max-width: 720px) {
      html body main#miragino_lp div.section-wrapper:nth-child(2n - 1) section.miragino_lp-section {
        flex-direction: /*column-reverse;*/ } }
    html body main#miragino_lp div.section-wrapper:has(#gpt-cta) {
      background-color: #11A281; }
    html body main#miragino_lp div.section-wrapper .articles {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      grid-gap: 2rem; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp div.section-wrapper .articles {
          align-items: center;
          grid-gap: 1rem; } }
      html body main#miragino_lp div.section-wrapper .articles .article {
        display: flex;
        flex-direction: column;
        width: 28rem;
        max-width: calc(100vw - 4rem);
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
        position: relative;
        transition: 0.2s; }
        html body main#miragino_lp div.section-wrapper .articles .article:hover {
          z-index: 100;
          transform: scale(1.05); }
        html body main#miragino_lp div.section-wrapper .articles .article .article-image {
          height: 21rem;
          max-height: calc((100vw - 4rem) / 4 * 3);
          object-fit: cover; }
        html body main#miragino_lp div.section-wrapper .articles .article .article-title {
          padding: 1rem 1.5rem;
          /*height: 8rem;*/
          max-height: calc((100vw - 4rem) / 3.5); }
          html body main#miragino_lp div.section-wrapper .articles .article .article-title h2 {
            margin: initial;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 1.2rem;
            line-height: 2.4rem;
            padding: initial; }
            html body main#miragino_lp div.section-wrapper .articles .article .article-title h2::after, html body main#miragino_lp div.section-wrapper .articles .article .article-title h2::before {
              content: none; }
            @supports (-webkit-line-clamp: 2) {
              html body main#miragino_lp div.section-wrapper .articles .article .article-title h2 {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: initial;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; } }
        html body main#miragino_lp div.section-wrapper .articles .article .article-mask {
          position: absolute;
          z-index: 100;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  html body main#miragino_lp section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 5rem;
    min-width: 26rem;
    max-width: 120rem !important;
    margin: 0 auto; }
    @media only screen and (max-width: 720px) {
      html body main#miragino_lp section {
        padding: 1.8rem; } }
    html body main#miragino_lp section div.column {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: calc((100% - 2rem) / 2); }
      html body main#miragino_lp section div.column:first-child {
        margin-right: 4rem; }
      html body main#miragino_lp section div.column:last-child {
        /*margin-left: 1rem;*/ }
  @media only screen and (max-width: 720px) {
    html body main#miragino_lp section {
      flex-direction: column; }
      html body main#miragino_lp section div.column {
        width: unset; }
        html body main#miragino_lp section div.column:first-child {
          margin-right: initial; }
        html body main#miragino_lp section div.column:last-child {
          margin-left: initial; }
      html body main#miragino_lp section.miragino_lp-section {
        /*padding-top: 4rem;*/
        padding-bottom: 3rem; } }
  html body main#miragino_lp section.miragino_lp-section div.column h3 {
    color: var(--clrHighlight);
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Poppins', 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
    line-height: 1.6rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 620px) {
      html body main#miragino_lp section.miragino_lp-section div.column h3 {
        font-size: 1.3rem;
        margin-bottom: 0.4rem; } }
  html body main#miragino_lp section.miragino_lp-section div.column h2 {
    margin: initial;
    color: var(--clrText1);
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: 'Poppins', 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
    font-weight: 700;
    text-align: start;
    margin-bottom: 1rem;
    padding: initial; }
    html body main#miragino_lp section.miragino_lp-section div.column h2::after, html body main#miragino_lp section.miragino_lp-section div.column h2::before {
      content: none; }
    @media only screen and (max-width: 620px) {
      html body main#miragino_lp section.miragino_lp-section div.column h2 {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  html body main#miragino_lp section.miragino_lp-section div.column p {
    font-size: 1.2rem !important;
    color: var(--clrText2);
    font-family: 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
    line-height: 2.2rem;
    font-weight: 400;
    text-align: start;
    padding: initial;
    margin-bottom: 2.8rem; }
    @media only screen and (max-width: 720px) {
      html body main#miragino_lp section.miragino_lp-section div.column p {
        line-height: 2rem;
        margin-bottom: 2rem; } }
  html body main#miragino_lp section.miragino_lp-section div.column h5 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #11A281;
    font-family: 'Poppins', 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
    font-weight: bold;
    margin-bottom: 0.8rem; }
  html body main#miragino_lp section.miragino_lp-section div.column ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.6rem 1.5rem; }
    @media only screen and (max-width: 800px) {
      html body main#miragino_lp section.miragino_lp-section div.column ul {
        grid-template-columns: 1fr; } }
    html body main#miragino_lp section.miragino_lp-section div.column ul li {
      color: var(--clrText4);
      font-size: 1.2rem;
      line-height: 1.8rem;
      display: flex;
      align-items: center;
      white-space: nowrap; }
      html body main#miragino_lp section.miragino_lp-section div.column ul li::before {
        content: '';
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99998 11.17L1.82998 6.99999L0.414978 8.41499L5.99998 14L18 1.99999L16.585 0.584991L5.99998 11.17Z' fill='%2300D6C9'%3E%3C/path%3E%3C/svg%3E");
        display: flex;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0.6rem; }
  html body main#miragino_lp section.miragino_lp-section img.section-image {
    width: auto;
    max-height: 100%;
    max-height: -moz-available;
    /* WebKit-based browsers will ignore this. */
    max-height: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    max-height: fill-available;
    border-radius: 5px; }
    @media only screen and (max-width: 720px) {
      html body main#miragino_lp section.miragino_lp-section img.section-image {
        margin-top: 40px; margin-bottom: 30px; } }
  html body main#miragino_lp section#intro-section {
    /*padding: 10rem 5rem;*/
    padding: 0; }
    @media only screen and (max-width: 620px) {
      html body main#miragino_lp section#intro-section {
        /*padding: 5rem 2rem;*/ }
        html body main#miragino_lp section#intro-section div.column:last-child {
          /*display: none !important;*/ } }
    @media only screen and (max-width: 1020px) {
      html body main#miragino_lp section#intro-section {
        flex-direction: column; }
        html body main#miragino_lp section#intro-section div.column {
          width: unset; }
          html body main#miragino_lp section#intro-section div.column:first-child {
            /*margin-bottom: 2rem;*/ }
          html body main#miragino_lp section#intro-section div.column:first-child {
            margin-right: initial; }
          html body main#miragino_lp section#intro-section div.column:last-child {
            margin-left: initial;
            padding-left: initial;
            /*padding-top: 32px;*/ } }
    html body main#miragino_lp section#intro-section div.column:first-child {
      margin-right: 0; }
    html body main#miragino_lp section#intro-section div.column h3 {
      color: #11A281;
      font-size: 20px;
      line-height: 1.2em;
      font-weight: 500;
      font-family: 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
      margin-bottom: 1rem;
      border-radius: 2rem;
      position: relative; }
      @media only screen and (max-width: 620px) {
        html body main#miragino_lp section#intro-section div.column h3 {
          font-size: 15px; } }
      html body main#miragino_lp section#intro-section div.column h3 img {
        display: none; }
        @media only screen and (max-width: 620px) {
          html body main#miragino_lp section#intro-section div.column h3 img {
            position: absolute;
            display: flex;
            right: -30px;
            max-height: 4rem;
            z-index: -1;
            bottom: 5px; } }
    html body main#miragino_lp section#intro-section div.column h1 {
      color: var(--clrText1);
      font-size: 2.4rem;
      line-height: 3.8rem;
      font-family: 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
      font-weight: 700;
      text-align: start;
      margin-bottom: 1rem;
      padding-left: initial;
      height: auto;
      cursor: initial;
      margin-bottom: 2rem; }
      html body main#miragino_lp section#intro-section div.column h1 span {
        color: #11A281; }
      @media only screen and (max-width: 620px) {
        html body main#miragino_lp section#intro-section div.column h1 {
          font-size: 2rem;
          line-height: 2.6rem; } }
    html body main#miragino_lp section#intro-section div.column ul {
      list-style: none;
      /* Remove default bullets */
      margin-left: -7px;
      margin-bottom: 28px; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp section#intro-section div.column ul {
          margin-bottom: 16px; } }
      html body main#miragino_lp section#intro-section div.column ul li {
        color: #444444;
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        line-height: 2.2rem;
        margin-bottom: 0.4rem;
        font-weight: 400;
        font-family: 'Noto Sans JP', 'Helvetica Neue', "Helvetica", 'sans-serif';
        text-align: start; }
        html body main#miragino_lp section#intro-section div.column ul li p {
          color: inherit;
          line-height: 1.7em; }
        @media only screen and (max-width: 620px) {
          html body main#miragino_lp section#intro-section div.column ul li {
            font-size: 1rem; } }
        html body main#miragino_lp section#intro-section div.column ul li::before {
          content: "\2022";
          font-size: 1.8rem;
          line-height: 1.9rem;
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: #11A281;
          /* Change the color */
          font-weight: bold;
          /* If you want it to be bold */
          display: inline-block;
          /* Needed to add space between the bullet and the text */
          width: 1em;
          padding: 0 8px;
          /* Also needed for space (tweak if needed) */
          height: 100%;
          align-self: flex-start;
          flex: 0 0 max-content; }
          @media only screen and (max-width: 620px) {
            html body main#miragino_lp section#intro-section div.column ul li::before {
              line-height: 1.3rem; } }
    html body main#miragino_lp section#intro-section div.column small.disclaimer {
      font-size: 0.9rem;
      color: #666;
      font-weight: 100;
      font-family: Noto Sans JP; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp section#intro-section div.column small.disclaimer {
          font-size: 0.8rem; } }
    html body main#miragino_lp section#intro-section div.column:has(video) {
      /*padding-left: 40px;*/ }
      html body main#miragino_lp section#intro-section div.column:has(video) video {
        /*box-shadow: 0 0 40px 40px #fcfbfc;*/ }
    html body main#miragino_lp section#intro-section img.section-image {
      width: auto;
      max-height: 100%;
      max-height: -moz-available;
      max-height: -webkit-fill-available;
      max-height: fill-available; }
  html body main#miragino_lp section#feature-intro {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem 1rem 0rem; }
    html body main#miragino_lp section#feature-intro h1 {
      font-size: 2.4rem;
      font-family: "Noto Sans JP", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1.6rem; }
      @media only screen and (max-width: 620px) {
        html body main#miragino_lp section#feature-intro h1 {
          font-size: 1.8rem;
          margin-bottom: 1.4rem; } }
    html body main#miragino_lp section#feature-intro p {
      color: #11A281;
      font-size: 1.3rem;
      line-height: 2.1rem;
      padding: initial;
      font-weight: 400;
      font-family: "Noto Sans JP", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-align: center; }
      html body main#miragino_lp section#feature-intro p br {
        display: none; }
        @media only screen and (max-width: 900px) {
          html body main#miragino_lp section#feature-intro p br {
            display: initial; } }
      @media only screen and (max-width: 620px) {
        html body main#miragino_lp section#feature-intro p {
          font-size: 1rem;
          line-height: 1.7rem; } }
  html body main#miragino_lp section#miniapp {
    padding: 0;
    padding: 0 2rem; }
    html body main#miragino_lp section#miniapp iframe {
      height: 1000px;
      width: 70%;
      min-width: 30rem; }
  html body main#miragino_lp section#gpt-cta {
    background-color: #11A281;
    padding: 7rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    html body main#miragino_lp section#gpt-cta h2 {
      margin: initial;
      color: #FFF;
      font-size: 2rem;
      font-family: "Noto Sans JP", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      margin-bottom: 1.2rem;
      text-align: center;
      padding: initial; }
      html body main#miragino_lp section#gpt-cta h2 br {
        display: none; }
      html body main#miragino_lp section#gpt-cta h2::after, html body main#miragino_lp section#gpt-cta h2::before {
        content: none; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp section#gpt-cta h2 {
          font-size: 1.4rem; }
          html body main#miragino_lp section#gpt-cta h2 br {
            display: block; } }
    html body main#miragino_lp section#gpt-cta p {
      color: #FFF;
      font-family: "Noto Sans JP", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
      font-weight: 400;
      text-align: center; }
      html body main#miragino_lp section#gpt-cta p br {
        display: none; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp section#gpt-cta p {
          font-size: 1rem;
          margin-bottom: 1.7rem; }
          html body main#miragino_lp section#gpt-cta p br {
            display: block; } }
  html body main#miragino_lp span.avoid-wrap {
    display: inline-block;
    color: inherit; }
  html body main#miragino_lp .btn-main {
    background-color: #11A281;
    color: #FFF;
    font-size: 1rem;
    margin-left: 0;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 2.6rem; }
    @media only screen and (max-width: 720px) {
      html body main#miragino_lp .btn-main {
        font-size: 1.3rem;
        padding: 1.8rem 3.2rem; } }
    html body main#miragino_lp .btn-main.contact {
      width: 100%;
      max-width: 420px;
      height: 3.3rem;
      font-size: 18px;
      margin-bottom: 14px;
      padding: 0; }
      @media only screen and (max-width: 720px) {
        html body main#miragino_lp .btn-main.contact {
          height: 3rem; } }
    html body main#miragino_lp .btn-main.go-to-miniapp {
      background-color: #ffe44e;
      box-shadow: 4px 9px 12px 0px #00612a;
      font-weight: bold;
      color: #000; }
