@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
.pcOnly {
  display: block!important; }

.spOnly {
  display: none!important; }

.smallPC {
  display: none; }

* {
  min-height: 0vw;
  -webkit-appearance: none; }

#gfooter,.copyright{display: none!important;}

#lp-2026 {
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important; }

#main {
  width: 100%;
  padding: 0;
}

.static {
  position: static; }

.floating-bt-bg {
  width: 100%;
  height: 125px;
  background-color: rgba(179, 179, 179, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .floating-bt-bg .floating-bt {
    position: relative;
    width: 345px;
    margin: 0 auto;
    height: 60px;
    /* justify-content: center; */
    display: grid;
    place-items: center;
    color: #2b468f;
    font-size: 18px;
    font-weight: bold;
    border: 4px solid #2b468f;
    border-radius: 6px;
    background-image: linear-gradient(171deg, #ffdb4c 51%, #ffcc00 51%);
    box-shadow: 4px 5px 0px 0px #2b468f; }
  .floating-bt-bg .floating-bt::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 60px;
    height: 1px;
    right: -30px;
    display: block;
    border: 1px solid;
    transform: translateY(-50%);
    transition: transform 0.3s ease; }
  .floating-bt-bg .floating-bt:hover::after {
    transform: translate(10px, -50%); }
  .floating-bt-bg img {
    width: 380px;
    height: auto; }

#lp-2026 main {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #e6e6e6 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 25px 25px; }
  #lp-2026 main #top {
    background-image: repeating-linear-gradient(285deg, #c6ebe7, #c6ebe7 40px, #e8f7f6 40px, #e8f7f6 75px);
    height: 640px;
    position: relative; }
    #lp-2026 main #top .container {
      width: 1037px;
      max-width: 100%;
      margin: 0 auto;
      height: 640px; }
      #lp-2026 main #top .container .top-logo {
        width: 400px;
        margin: auto;
        display: flex;
        justify-content: center;
        padding: 60px 0 0 0; }
      #lp-2026 main #top .container .top_img {
        position: absolute;
        bottom: -3px;
        margin: 0 auto;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        min-width: 1440px;
        max-width: 1500px; }
    #lp-2026 main #top span {
      color: #00a08e;
      text-align: center;
      font-size: clamp(1.125rem, -2.532rem + 4.57vw, 3.125rem); }
    #lp-2026 main #top h1 {
      color: #00a08e;
      text-align: center;
      font-size: clamp(2.375rem, -1.511rem + 4.86vw, 4.5rem);
      font-weight: bold; }
    #lp-2026 main #top .top_box {
      background-color: #00a08e;
      text-align: center;
      color: white;
      width: max-content;
      margin: 30px auto 0;
      height: 53px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      font-weight: bold; }
      #lp-2026 main #top .top_box :before, #lp-2026 main #top .top_box :after {
        border-top: 2px solid;
        content: "";
        width: 1em;
        /* 線の長さ */ }
      #lp-2026 main #top .top_box :before {
        margin-right: 0.5em;
        /* 文字の右隣 */ }
      #lp-2026 main #top .top_box :after {
        margin-left: 0.5em;
        /* 文字の左隣 */ }
    #lp-2026 main #top .top_box p {
      color: white;
      font-size: clamp(1.125rem, -0.475rem + 2vw, 2rem);
      display: flex;
      justify-content: center;
      align-items: center; }
    #lp-2026 main #top .top_box span {
      color: #fff151;
      font-size: clamp(1.125rem, -0.475rem + 2vw, 2rem); }
    #lp-2026 main #top .top_box span:before {
      display: none;
      width: 0px; }
    #lp-2026 main #top .top_box span:after {
      display: none;
      width: 0px; }
    #lp-2026 main #top .wrapper {
      width: 1037px;
      max-width: 100%;
      margin: 0 auto;
      height: auto;
      position: relative; }
  #lp-2026 main #feature {
    width: 1037px;
    margin: 123px auto 30px; }
    #lp-2026 main #feature .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center; }
    #lp-2026 main #feature h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      font-weight: bold; }
  #lp-2026 main .feature {
    width: 100%;
    background-size: cover;
    padding-top: 30px;
    margin: 40px auto 0px;
    position: relative;
    background-color: #1cb3a5;
    height: 100%;
    padding-bottom: 120px; }
    #lp-2026 main .feature .feature-txtbox {
      width: 1037px;
      background-color: #fff151;
      margin: 40px auto 50px;
      border-radius: 6px;
      position: relative;
      z-index: 2; }
      #lp-2026 main .feature .feature-txtbox p {
        text-align: center;
        color: #00a08e;
        padding: 15px 0px;
        font-size: 24px;
        font-weight: bold; }
  #lp-2026 main .feature-bg {
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #e8f7f6;
    top: 0;
    height: 100%;
    background: no-repeat center url(../img/features_bg.png);
    background-size: 100% 100%; }
  #lp-2026 main .feature-r {
    width: 90%;
    margin: auto;
    background-color: white;
    height: 412px;
    position: relative;
    /* left: 5%; */
    border-radius: 250px 0 0 250px;
    z-index: 9;
    margin: auto;
    filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
    #lp-2026 main .feature-r .container {
      width: 1037px;
      max-width: 100rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      height: 412px; }
      #lp-2026 main .feature-r .container .left {
        position: relative;
        width: 100%; }
        #lp-2026 main .feature-r .container .left .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 100%; }
        #lp-2026 main .feature-r .container .left .inner-img {
          width: 88%;
          position: relative;
          top: 7%;
          margin: 0 auto;
          display: flex;
          justify-content: center; }
    #lp-2026 main .feature-r .right {
      display: grid;
      place-items: center;
      width: 100%;
      height: 412px; }
      #lp-2026 main .feature-r .right .inner {
        margin: auto;
        width: 80%; }
        #lp-2026 main .feature-r .right .inner .logo {
          width: 80%;
          margin: 0 0px 10px -15px; }
      #lp-2026 main .feature-r .right span {
        background-color: #1cb3a5;
        color: white;
        padding: 0.5px 10px;
        text-align: center;
        position: relative; }
      #lp-2026 main .feature-r .right span:before {
        position: relative;
        display: inline-block;
        content: "";
        background: white;
        width: 1px;
        height: 1em;
        margin: 0 0.5em;
        margin-top: -.2em;
        vertical-align: middle;
        transform: rotate(-35deg); }
      #lp-2026 main .feature-r .right span:after {
        position: relative;
        display: inline-block;
        content: "";
        background: white;
        width: 1px;
        height: 1em;
        margin: 0 0.5em;
        margin-top: -.2em;
        vertical-align: middle;
        transform: rotate(35deg); }
      #lp-2026 main .feature-r .right h3 {
        font-size: 23px;
        color: #00a08e;
        margin: 14px 0 30px;
        line-height: 1.5;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 9px;
        text-decoration-color: yellow;
        text-underline-offset: -2px; }
      #lp-2026 main .feature-r .right p {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.7; }
  #lp-2026 main .feature-r::after {
    content: '';
    display: block;
    width: 10%;
    margin: auto;
    background-color: white;
    height: 412px;
    position: absolute;
    right: -10%;
    top: 0;
    border-radius: 0;
    z-index: 9;
    margin: auto; }
  #lp-2026 main .feature-l {
    width: 90%;
    margin: auto;
    background-color: white;
    height: 412px;
    position: relative;
    z-index: 9;
    margin: 57px auto 0;
    border-radius: 0 250px 250px 0;
    filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
    #lp-2026 main .feature-l .container {
      width: 1037px;
      max-width: 100rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      height: 412px; }
      #lp-2026 main .feature-l .container .left {
        display: grid;
        place-items: center;
        width: 100%;
        height: 412px; }
        #lp-2026 main .feature-l .container .left .inner {
          margin: auto;
          width: 80%; }
          #lp-2026 main .feature-l .container .left .inner .logo {
            width: 80%;
            margin: 0 0px 10px -15px; }
          #lp-2026 main .feature-l .container .left .inner img {
            width: 100%; }
        #lp-2026 main .feature-l .container .left span {
          background-color: #2b468f;
          color: white;
          padding: 0.5px 10px;
          text-align: center;
          position: relative; }
        #lp-2026 main .feature-l .container .left span:before {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(-35deg); }
        #lp-2026 main .feature-l .container .left span:after {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(35deg); }
        #lp-2026 main .feature-l .container .left h3 {
          font-size: 23px;
          color: #2b468f;
          margin: 14px 0 30px;
          line-height: 1.5;
          font-weight: bold;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 9px;
          text-decoration-color: yellow;
          text-underline-offset: -2px; }
        #lp-2026 main .feature-l .container .left p {
          font-size: 15px;
          font-weight: normal;
          line-height: 1.7; }
    #lp-2026 main .feature-l .right {
      position: relative;
      width: 100%; }
      #lp-2026 main .feature-l .right .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%; }
      #lp-2026 main .feature-l .right .inner-img {
        width: 88%;
        display: flex;
        justify-content: center;
        position: relative;
        top: 19%;
        margin: 0 auto; }
  #lp-2026 main .feature-l::after {
    content: '';
    display: block;
    width: 10%;
    margin: auto;
    background-color: white;
    height: 412px;
    position: absolute;
    left: -10%;
    top: 0;
    border-radius: 0;
    z-index: 9;
    margin: auto; }
  #lp-2026 main #how {
    width: 1037px;
    margin: 123px auto 30px; }
    #lp-2026 main #how .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center; }
    #lp-2026 main #how h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      font-weight: bold; }
  #lp-2026 main .how {
    width: 100%;
    margin: 50px auto 0px; }
    #lp-2026 main .how .how-txtbox {
      width: 1037px;
      background-color: #fff151;
      margin: 40px auto 20px;
      border-radius: 6px;
      position: relative;
      z-index: 2;
      font-weight: bold; }
      #lp-2026 main .how .how-txtbox p {
        text-align: center;
        color: #00a08e;
        padding: 15px 0px;
        font-size: 24px;
        font-weight: bold; }
    #lp-2026 main .how .how-list {
      display: flex; }
      #lp-2026 main .how .how-list li {
        flex: 1;
        width: 100%;
        text-align: center; }
        #lp-2026 main .how .how-list li .how-img-box {
          display: flex;
          justify-content: center;
          width: 55%;
          height: auto;
          margin: 0 auto; }
        #lp-2026 main .how .how-list li img {
          width: auto;
          display: flex;
          justify-content: center;
          margin: 0 auto; }
        #lp-2026 main .how .how-list li p {
          color: #222222;
          font-size: 15px;
          font-weight: normal;
          line-height: 1.8;
          margin-top: 20px; }
  #lp-2026 main .how-gray {
    width: 100%;
    background-color: #f2f2f2;
    height: 277px;
    position: relative;
    margin-top: 102px; }
    #lp-2026 main .how-gray .how_cursol {
      width: 4%;
      position: absolute;
      top: -20px;
      right: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    #lp-2026 main .how-gray .inner {
      width: 1037px;
      margin: 0 auto;
      position: relative; }
    #lp-2026 main .how-gray ul {
      display: flex;
      justify-content: space-around; }
      #lp-2026 main .how-gray ul img {
        position: absolute;
        bottom: 0;
        width: 340px;
        right: 0;
        bottom: 0; }
    #lp-2026 main .how-gray .how-text-list {
      display: grid;
      place-items: center;
      height: 277px;
      line-height: 2; }
      #lp-2026 main .how-gray .how-text-list p {
        font-size: 17px;
        font-weight: bold; }
        #lp-2026 main .how-gray .how-text-list p span {
          font-size: 25px;
          font-weight: normal;
          text-decoration: underline;
          font-weight: bold; }
  #lp-2026 main #movie {
    width: 100%;
    margin: 128px auto 30px; }
    #lp-2026 main #movie .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center; }
    #lp-2026 main #movie h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      font-weight: bold; }
  #lp-2026 main .movie {
    width: 100%;
    background-size: cover;
    padding-top: 60px;
    margin: 40px auto 0px;
    height: 720px;
    position: relative;
    background-color: #e8f7f6; }
    #lp-2026 main .movie .iframe-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 5000;
      }
      #lp-2026 main .movie .iframe-box span{
      z-index: 5000;
      padding-top: 15px;
      font-size: 14px;
      }
      #lp-2026 main .movie .iframe-box .iframe-box {
        width: 580px;
        height: 335px;
        background-color: #1cb3a5;
        align-items: center;
        margin: 50px 0 0 0; }
      #lp-2026 main .movie .iframe-box iframe {
        width: 560px;
        height: 315px; }
  #lp-2026 main .movie-bg {
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #e8f7f6;
    height: 720px;
    background: no-repeat center/cover url(../img/movie_bg.png);
    top: 0;
    background-position: inherit;
    background-size: 100% 100%; }
  #lp-2026 main #system {
    width: 1037px;
    margin: 123px auto 30px; }
    #lp-2026 main #system .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center; }
    #lp-2026 main #system h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      font-weight: bold; }
  #lp-2026 main .system {
    width: 100%;
    background-size: cover;
    padding-top: 30px;
    margin: 40px auto 130px;
    height: auto; }
    #lp-2026 main .system img {
      width: 100%; }
  #lp-2026 main #point {
    width: 1037px;
    margin: 0px auto 30px;
    position: relative;
    z-index: 5;
    height: 400px; }
    #lp-2026 main #point .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center; }
    #lp-2026 main #point h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      font-weight: bold; }
    #lp-2026 main #point .point-list {
      display: flex;
      justify-content: space-between;
      margin-top: 0px;
      width: 100%;
      position: absolute;
      top: 191px;
      width: 100%; }
      #lp-2026 main #point .point-list .triangle {
        width: 0;
        height: 0;
        border-width: 42px;
        border-radius: 15px 0 0 0;
        border-style: solid;
        border-color: #fff151 transparent transparent #fff151;
        position: absolute;
        top: 0; 
        left: 0;
        }
        #lp-2026 main #point .point-list .triangle div {
          position: relative;
          width: 30px;
          height: 30px;
          top: -38px;
          left: -33px;
          text-align: center; }
          #lp-2026 main #point .point-list .triangle div span {
            text-align: center;
            color: #00a08e;
            font-size: 32px;
            font-weight: bold; }
      #lp-2026 main #point .point-list li {
        background-color: white;
        width: 317px;
        border-radius: 15px;
        height: auto;
        place-items: center;
        filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
        #lp-2026 main #point .point-list li h3 {
          color: #00a08e;
          font-size: 32px;
          font-weight: bold;
          margin: 66px 0 10px 0; 
          text-align: center;
          width: calc(100% - 20px);
          height: 50px;}
        #lp-2026 main #point .point-list li:nth-of-type(2) h3 {
          font-size: 20px;
          }
        #lp-2026 main #point .point-list li p {
          padding: 20px 15px 30px;
          font-size: 15px;
          font-weight: normal;
          line-height: 1.5; }
        #lp-2026 main #point .point-list li .img-box {
          height: 147px;
          place-items: center;
          display: grid; }
          #lp-2026 main #point .point-list li .img-box img {
            width: 38%;
            height: auto;
            margin: 0 auto;
            display: flex;
            justify-content: center; }
      #lp-2026 main #point .point-list li:first-child .img-box img {
        width: 50% !important; }
  #lp-2026 main .point-bg {
    width: 100%;
    background-color: #1cb3a5;
    height: 289px;
    position: relative;
    z-index: 0; }
  #lp-2026 main #flow {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
    z-index: 5;
    height: 100%; }
    #lp-2026 main #flow .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 5; }
    #lp-2026 main #flow h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 5;
      font-weight: bold; }
  #lp-2026 main .flow {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 137px;
    margin: 0px auto 0px;
    height: 100%;
    background-color: #e8f7f6;
    padding-bottom: 30px; }
  #lp-2026 main .flow-bg {
    width: 100%;
    z-index: 0;
    background-color: #e8f7f6;
    height: 100%;
    background: no-repeat center/cover url(../img/flow_bg.png);
    top: 0;
    background-position: inherit;
    position: absolute;
    background-size: 100% 100%; }
  #lp-2026 main .flow-box {
    list-style: none;
    margin: 57px auto 0;
    box-sizing: border-box;
    width: 900px;
    position: relative;
    top: 0px; }
    #lp-2026 main .flow-box .green-line {
      border-left: 2px solid #00a08e;
      height: 451px;
      padding-left: 31px;
      position: absolute;
      top: 50px;
      left: 100px; }
    #lp-2026 main .flow-box .flow-title {
      width: 200px;
      display: flex;
      place-items: center;
      margin-left: -12em;
      padding: 4px 0 0;
      margin-top: 48px;
      vertical-align: unset;
      position: absolute;
      text-align: end;
      box-sizing: content-box;
      height: 70px;
      background-color: #00a08e;
      z-index: 100;
      justify-content: center;
      left: 240px;
      color: #ffff00;
      font-weight: bold;
      font-size: 20px;
      line-height: 0; }
      #lp-2026 main .flow-box .flow-title span {
        color: #ffff00;
        font-weight: bold;
        font-size: 50px;
        margin-left: 3px; }
    #lp-2026 main .flow-box .flow_box {
      display: grid;
      place-items: center;
      width: 700px;
      margin-left: 0;
      vertical-align: middle;
      background: white;
      box-sizing: border-box;
      border-radius: 6px;
      margin-bottom: 20px;
      height: 170px;
      position: relative;
      right: -140px;
      z-index: 0;
      filter: drop-shadow(7px 5px 5px rgba(0, 102, 102, 0.3)); }
      #lp-2026 main .flow-box .flow_box .container {
        padding: 20px 10px 15px 106px;
        width: 100%; }
      #lp-2026 main .flow-box .flow_box .flow_title {
        color: #00a08e;
        font-weight: bold;
        font-size: 23px;
        margin-bottom: 7px; }

      #lp-2026 main .flow-box .flow_box .flow_title span{
        display: inline-block;}
        #lp-2026 main .flow-box .flow_box .flow_title .bottom {
          display: flex;
          align-items: baseline; }
      #lp-2026 main .flow-box .flow_box .flow_tx {
        font-weight: normal;
        font-size: 15px;
        line-height: 1.5; }
  #lp-2026 main #qa {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
    z-index: 5;
    background-color: #f2f2f2;
    height: auto;
    max-height: 100%;
    padding-bottom: 50px;
    padding-top: 70px; }
    #lp-2026 main #qa .title-img {
      margin: 0 auto;
      width: auto;
      height: 95px;
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 5; }
    #lp-2026 main #qa h2 {
      margin: auto;
      font-size: 34px;
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 5;
      font-weight: bold; }
    #lp-2026 main #qa .accordion {
      margin: 3em auto 0px;
      max-width: 60vw; }
    #lp-2026 main #qa .toggle {
      display: none; }
    #lp-2026 main #qa .qbox::before {
      content: "Q";
      position: absolute;
      width: 30px;
      height: 30px;
      left: 20px;
      top: 19px;
      background-color: #00a08e;
      text-align: center;
      color: white;
      display: flex;
      justify-content: center;
      line-height: 27px; }
    #lp-2026 main #qa .option {
      position: relative; }
    #lp-2026 main #qa .title,
    #lp-2026 main #qa .qacontent {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateY(0);
      transition: all 0.5s; }
    #lp-2026 main #qa .title {
      padding: 1em 1em 1em 5em;
      justify-content: left;
      height: 67px;
      display: grid;
      font-weight: bold;
      background-color: white;
      font-size: 16px;
      margin-bottom: 10px;
      border-radius: 6px;
      color: #222222; }
    #lp-2026 main #qa .title::after,
    #lp-2026 main #qa .title::before {
      content: "";
      position: absolute;
      right: 1.25em;
      top: 1.7em;
      width: 2px;
      height: 0.75em;
      background-color: #999;
      transition: all 0s; }
    #lp-2026 main #qa .title::after {
      transform: rotate(90deg); }
    #lp-2026 main #qa .qacontent {
      max-height: 0;
      overflow: hidden;
      background-color: white;
      border-radius: 6px;
      display: flex;
      align-items: center; }
      #lp-2026 main #qa .qacontent p {
        margin: 0;
        width: 100%;
        padding: 1em 1em 1em 5em;
        font-size: 16px;
        line-height: 1.5;
        height: max-content;
        font-weight: bold;
        display: grid;
        place-items: self-start;
        text-align: left;
        width: 100%;
        position: relative;
        left: 0; }
    #lp-2026 main #qa .qacontent::before {
      content: "A";
      position: absolute;
      width: 30px;
      height: 30px;
      left: 20px;
      top: auto;
      background-color: #fff151;
      font-weight: bold;
      text-align: center;
      color: #00a08e;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 27px;
      display: flex;
      align-items: center; }
    #lp-2026 main #qa .toggle:checked + .title + .qacontent {
      max-height: 300px;
      margin-bottom: 20px;
      transform: translateY(0);
      transition: all 0.3s 0s linear;
      display: flex;
      align-items: center; }
    #lp-2026 main #qa .toggle:checked + .title::before {
      transform: rotate(90deg) !important; }

footer {
  width: 100%;
  background-color: #00a08e;
  height: 242px; }
  footer p {
    color: white;
    font-weight: normal;
    font-size: 16px;
    display: grid;
    place-items: center;
    height: 121px; }

@media only screen and (max-width: 1023px) and (min-width: 768px) and (orientation: landscape) {
  * {
    width: 100%;
    -webkit-appearance: none; }

  #lp-2026 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif; }

  .pcOnly {
    display: block!important; }

  .spOnly {
    display: none!important; }

  .smallPC {
    display: block; }

  .floating-bt-bg {
    width: 100%;
    height: 125px;
    background-color: rgba(179, 179, 179, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 9999; }
    .floating-bt-bg .floating-bt {
      width: 30%;
      max-width: 500px;
      margin: 0 auto;
      height: 70px;
      align-items: center;
      justify-content: center;
      display: grid; }
    .floating-bt-bg .floating-bt::after {
      position: absolute;
      content: "";
      top: 50%;
      width: 14%;
      height: 1px;
      right: -7%;
      display: block;
      border: 1px solid;
      transform: translateY(-50%);
      transition: transform 0.3s ease; }

  #lp-2026 main {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #e6e6e6 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 25px 25px; }
    #lp-2026 main #top {
      background-image: repeating-linear-gradient(285deg, #c6ebe7, #c6ebe7 40px, #e8f7f6 40px, #e8f7f6 75px);
      height: 545px;
      position: relative; }
      #lp-2026 main #top .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: max-content;
        align-self: baseline; }
        #lp-2026 main #top .container .top-logo {
          width: 30%;
          margin: auto;
          display: flex;
          justify-content: center;
          padding: 60px 0 0 0; }
        #lp-2026 main #top .container .top_img {
          position: absolute;
          bottom: -2px;
          margin: 0 auto;
          right: 0;
          left: 0;
          transform: translateX(0%);
          z-index: 0;
          width: 100%;
          min-width: unset;
          max-width: unset; }
      #lp-2026 main #top span {
        color: #00a08e;
        text-align: center;
        font-size: 27px; }
      #lp-2026 main #top h1 {
        color: #00a08e;
        text-align: center;
        font-size: 54px;
        font-weight: bold;
        position: sticky;
        z-index: 9999; }
      #lp-2026 main #top .top_box {
        background-color: #00a08e;
        text-align: center;
        font-size: 50px;
        color: white;
        width: 64%;
        margin: 25px auto 0;
        padding: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold; }
        #lp-2026 main #top .top_box :before, #lp-2026 main #top .top_box :after {
          border-top: 2px solid;
          content: "";
          width: 1em;
          /* 線の長さ */ }
        #lp-2026 main #top .top_box :before {
          margin-right: 0.5em;
          /* 文字の右隣 */ }
        #lp-2026 main #top .top_box :after {
          margin-left: 0.5em;
          /* 文字の左隣 */ }
      #lp-2026 main #top .top_box p {
        color: white;
        font-size: 28px;
        font-weight: bold; }
      #lp-2026 main #top .top_box span {
        color: #fff151;
        font-size: 28px;
        display: contents; }
      #lp-2026 main #top .top_box span:before {
        display: none;
        width: 0px; }
      #lp-2026 main #top .top_box span:after {
        display: none;
        width: 0px; }
      #lp-2026 main #top .wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative; }
    #lp-2026 main #feature {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #feature .title-img {
        margin: 0 auto;
        width: 30%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #feature h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .feature {
      width: 100%;
      background-size: cover;
      padding-top: 30px;
      margin: 40px auto 0px;
      position: relative;
      background-color: #1cb3a5;
      height: 100%;
      padding-bottom: 120px; }
      #lp-2026 main .feature .feature-txtbox {
        width: 90%;
        background-color: #fff151;
        margin: 40px auto 50px;
        border-radius: 6px;
        position: relative;
        z-index: 2; }
        #lp-2026 main .feature .feature-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px;
          font-weight: bold; }
    #lp-2026 main .feature-bg {
      width: 100%;
      position: absolute;
      z-index: 0;
      background-color: #e8f7f6;
      top: 0;
      height: 100%;
      background: no-repeat center url(../img/features_bg.png);
      background-size: 100% 100%; }
    #lp-2026 main .feature-r {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      /* left: 5%; */
      border-radius: 20px 0 0 20px;
      z-index: 9;
      margin: 0 0 40px 10%;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-r .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-r .container .left {
          position: relative;
          width: 100%;
          display: flex;
          justify-content: center; }
          #lp-2026 main .feature-r .container .left .inner {
            position: unset;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: 0;
            width: 85%; }
          #lp-2026 main .feature-r .container .left .inner-img {
            width: 100%;
            position: unset;
            top: 4%; }
      #lp-2026 main .feature-r .right {
        display: grid;
        place-items: center;
        width: 100%;
        height: auto;
        margin: 35px 0; }
        #lp-2026 main .feature-r .right .inner {
          margin: 0px auto;
          width: 85%; }
          #lp-2026 main .feature-r .right .inner .logo {
            width: 100%;
            margin: 10px auto; }
        #lp-2026 main .feature-r .right span {
          background-color: #1cb3a5;
          color: white;
          padding: 5px 10px;
          margin: 0 auto;
          display: grid;
          place-items: center;
          width: 50%;
          position: relative;
          display: block; }
        #lp-2026 main .feature-r .right span:before {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(-35deg); }
        #lp-2026 main .feature-r .right span:after {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(35deg); }
        #lp-2026 main .feature-r .right h3 {
          font-size: 20px;
          text-align: center;
          color: #00a08e;
          margin: 14px 0 30px;
          line-height: 1.5;
          font-weight: bold;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 9px;
          text-decoration-color: yellow;
          text-underline-offset: -2px; }
        #lp-2026 main .feature-r .right p {
          font-size: 15px;
          line-height: 1.7;
          font-weight: normal; }
    #lp-2026 main .feature-r::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      right: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main .feature-l {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      z-index: 9;
      margin: 0 10% 0 0;
      border-radius: 0 20px 20px 0;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-l .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-l .container .left {
          display: flex;
          place-items: center;
          width: 98%;
          height: auto;
          margin: 35px 0; }
          #lp-2026 main .feature-l .container .left .inner {
            margin: 0px auto 0;
            width: 80%; }
            #lp-2026 main .feature-l .container .left .inner img {
              width: 85%;
              margin: 0 auto;
              display: flex; }
            #lp-2026 main .feature-l .container .left .inner .logo {
              width: 100%;
              margin: 10px auto; }
          #lp-2026 main .feature-l .container .left span {
            background-color: #2b468f;
            color: white;
            padding: 5px 10px;
            margin: 0 auto;
            display: grid;
            place-items: center;
            width: 50%;
            position: relative;
            display: block; }
          #lp-2026 main .feature-l .container .left span:before {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(-35deg); }
          #lp-2026 main .feature-l .container .left span:after {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(35deg); }
          #lp-2026 main .feature-l .container .left h3 {
            font-size: 20px;
            text-align: center;
            color: #2b468f;
            margin: 14px 0 30px;
            line-height: 1.5;
            font-weight: bold;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: 9px;
            text-decoration-color: yellow;
            text-underline-offset: -2px; }
          #lp-2026 main .feature-l .container .left p {
            font-size: 15px;
            line-height: 1.7;
            font-weight: normal; }
      #lp-2026 main .feature-l .right {
        position: relative;
        width: 100%;
        display: none; }
        #lp-2026 main .feature-l .right .inner {
          position: unset;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 80%; }
        #lp-2026 main .feature-l .right .inner-img {
          width: 100%;
          position: unset;
          top: 15%; }
    #lp-2026 main .feature-l::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      left: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main #how {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #how .title-img {
        margin: 0 auto;
        width: 15%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #how h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .how {
      width: 100%;
      margin: 50px auto 0px; }
      #lp-2026 main .how .how-txtbox {
        width: 100%;
        background-color: #fff151;
        margin: 40px auto 20px;
        border-radius: 6px;
        position: relative;
        z-index: 2;
        font-weight: bold; }
        #lp-2026 main .how .how-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px;
          font-weight: bold; }
      #lp-2026 main .how .how-list {
        display: flex; }
        #lp-2026 main .how .how-list li {
          flex: 1;
          width: 100%;
          text-align: center; }
          #lp-2026 main .how .how-list li .how-img-box {
            width: 60%;
            display: inline-block; }
          #lp-2026 main .how .how-list li img {
            width: 100%;
            margin: 0 auto; }
          #lp-2026 main .how .how-list li p {
            color: #222222;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.8;
            margin: 5px 0 40px 0;
            font-weight: normal; }
    #lp-2026 main .how-gray {
      width: 100%;
      background-color: #f2f2f2;
      height: 370px;
      position: relative;
      margin-top: 20px; }
      #lp-2026 main .how-gray .how_cursol {
        width: 7%;
        position: absolute;
        top: -2vh;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto; }
      #lp-2026 main .how-gray .inner {
        width: 100%;
        margin: 0 auto;
        position: relative; }
      #lp-2026 main .how-gray ul {
        display: grid;
        justify-content: space-around;
        height: auto;
        margin: 0 0 177px; }
        #lp-2026 main .how-gray ul img {
          position: absolute;
          bottom: 0;
          width: 40%;
          right: 0;
          bottom: 0;
          top: 200px;
          left: 0;
          margin: 0 auto;
          width: 22%;
          max-width: 278px;
          height: auto; }
      #lp-2026 main .how-gray .how-text-list {
        display: grid;
        place-items: center;
        height: 350px;
        line-height: 2; }
        #lp-2026 main .how-gray .how-text-list p {
          font-size: 17px;
          font-weight: normal;
          text-align: center;
          padding: 95px 0 153px 0; }
          #lp-2026 main .how-gray .how-text-list p span {
            font-size: 25px;
            font-weight: normal;
            text-decoration: underline;
            font-weight: bold; }
    #lp-2026 main #movie {
      width: 100%;
      margin: 250px auto 30px; }
      #lp-2026 main #movie .title-box {
        position: relative;
        z-index: 9999; }
      #lp-2026 main #movie .title-img {
        margin: 0 auto;
        width: 15%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #movie h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #movie .movie {
        width: 100%;
        background-size: cover;
        padding-top: 60px;
        margin: 40px auto 0px;
        max-height: 660px;
        position: relative;
        background-color: #e8f7f6; }
        #lp-2026 main #movie .movie .iframe-box {
          width: 60%;
          max-width: 650px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 5000;
          margin: 40px auto; }
          #lp-2026 main #movie .movie .iframe-box .iframe-box {
            width: 95%;
            height: 95%;
            background-color: #1cb3a5;
            align-items: center;
            margin: 0 auto;
            aspect-ratio: 16 / 9; }
          #lp-2026 main #movie .movie .iframe-box iframe {
            width: 100%;
            height: 100%;
            padding: 2%; }
        #lp-2026 main #movie .movie .movie-bg {
          width: 100%;
          position: absolute;
          z-index: 0;
          background-color: #e8f7f6;
          max-height: 660px;
          background: no-repeat center/cover url(../img/movie_bg.png);
          top: 0;
          background-position: inherit;
          background-size: 100% 100%; }
    #lp-2026 main #system {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #system .title-img {
        margin: 0 auto;
        width: 20%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #system h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .system {
      width: 100%;
      background-size: cover;
      padding-top: 30px;
      margin: 40px auto 130px;
      height: auto; }
      #lp-2026 main .system img {
        width: 100%; }
    #lp-2026 main #point {
      width: 100%;
      margin: 0px auto 30px;
      position: relative;
      z-index: 5;
      height: 400px; }
      #lp-2026 main #point .title-img {
        margin: 0 auto;
        width: auto;
        height: 95px;
        display: flex;
        justify-content: center; }
      #lp-2026 main #point h2 {
        margin: auto;
        font-size: 34px;
        display: flex;
        justify-content: center;
        font-weight: bold; }
      #lp-2026 main #point .point-list {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        width: 100%;
        position: absolute;
        top: 191px;
        width: 100%; }
        #lp-2026 main #point .point-list .triangle {
          width: 0;
          height: 0;
          border-width: 42px;
          border-radius: 15px 0 0 0;
          border-style: solid;
          border-color: #fff151 transparent transparent #fff151;
          position: absolute;
          top: 0; }
          #lp-2026 main #point .point-list .triangle div {
            position: relative;
            width: 30px;
            height: 30px;
            top: -38px;
            left: -33px;
            text-align: center; }
            #lp-2026 main #point .point-list .triangle div span {
              text-align: center;
              color: #00a08e;
              font-size: 32px;
              font-weight: bold; }
        #lp-2026 main #point .point-list li {
          background-color: white;
          width: 31%;
          border-radius: 15px;
          height: auto;
          place-items: center;
          filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2));
          margin: 3%; }
          #lp-2026 main #point .point-list li h3 {
            color: #00a08e;
            font-size: 32px;
            font-weight: bold;
            margin: 50px 0 20px 0;
            text-align: center; }
          #lp-2026 main #point .point-list li p {
            padding: 20px 15px 30px;
            font-size: 15px;
            font-weight: normal;
            line-height: 1.5; }
          #lp-2026 main #point .point-list li .img-box {
            height: 147px;
            place-items: center;
            display: grid; }
            #lp-2026 main #point .point-list li .img-box img {
              width: 30%;
              height: auto;
              margin: 0 auto;
              display: flex;
              justify-content: center; }
        #lp-2026 main #point .point-list li:first-child .img-box img {
          width: 50% !important; }
    #lp-2026 main .point-bg {
      width: 100%;
      background-color: #1cb3a5;
      height: 289px;
      position: relative;
      z-index: 0; }
    #lp-2026 main #flow {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      height: 100%; }
      #lp-2026 main #flow .title-img {
        margin: 0 auto;
        width: auto;
        height: 95px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #flow h2 {
        margin: auto;
        font-size: 34px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold; }
    #lp-2026 main .flow {
      width: 100%;
      height: 100%;
      background-size: cover;
      padding-top: 137px;
      margin: 0px auto 0px;
      height: 100%;
      background-color: #e8f7f6;
      padding-bottom: 30px; }
    #lp-2026 main .flow-bg {
      width: 100%;
      z-index: 0;
      background-color: #e8f7f6;
      height: 100%;
      background: no-repeat center/cover url(../img/flow_bg.png);
      top: 0;
      background-position: inherit;
      position: absolute;
      background-size: 100% 100%; }
    #lp-2026 main .flow-box {
      list-style: none;
      margin: 57px auto 0;
      box-sizing: border-box;
      width: 900px;
      position: relative;
      top: 0px; }
      #lp-2026 main .flow-box .green-line {
        border-left: 2px solid #00a08e;
        height: 440px;
        padding-left: 31px;
        position: absolute;
        top: 50px;
        left: 100px; }
      #lp-2026 main .flow-box .flow-title {
        width: 200px;
        display: flex;
        place-items: center;
        margin-left: -12em;
        padding: 0px 0 0px;
        margin-top: 50px;
        vertical-align: unset;
        position: absolute;
        text-align: center;
        box-sizing: content-box;
        height: 70px;
        background-color: #00a08e;
        z-index: 100;
        justify-content: center;
        left: 240px;
        color: #ffff00;
        font-weight: bold;
        font-size: 20px;
        line-height: 0; }
        #lp-2026 main .flow-box .flow-title span {
          color: #ffff00;
          font-weight: bold;
          font-size: 50px;
          margin-left: 3px; }
      #lp-2026 main .flow-box .flow_box {
        display: grid;
        place-items: center;
        width: 700px;
        margin-left: 0;
        vertical-align: middle;
        background: white;
        box-sizing: border-box;
        border-radius: 6px;
        margin-bottom: 20px;
        height: 170px;
        position: relative;
        right: -140px;
        z-index: 0;
        filter: drop-shadow(7px 5px 5px rgba(0, 102, 102, 0.3)); }
        #lp-2026 main .flow-box .flow_box .container {
          padding: 20px 10px 15px 106px;
          width: 100%; }
        #lp-2026 main .flow-box .flow_box .flow_title {
          color: #00a08e;
          font-weight: bold;
          font-size: 23px;
          margin-bottom: 7px; }
          #lp-2026 main .flow-box .flow_box .flow_title .bottom {
            display: flex;
            align-items: baseline; }
        #lp-2026 main .flow-box .flow_box .flow_tx {
          font-weight: normal;
          font-size: 15px;
          line-height: 1.8; }
    #lp-2026 main #qa {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      background-color: #f2f2f2;
      height: auto;
      max-height: 100%;
      padding-bottom: 30px;
      padding-top: 70px; }
      #lp-2026 main #qa .title-img {
        margin: 0 auto;
        width: 12%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #qa h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #qa .accordion {
        margin: 3em auto 0px;
        max-width: 80vw; }
      #lp-2026 main #qa .toggle {
        display: none; }
      #lp-2026 main #qa .qbox::before {
        content: "Q";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #00a08e;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        line-height: 27px;
        top: 25px;
        left: 4%;
        transform: translateY(-46%);
        -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%); }
      #lp-2026 main #qa .option {
        position: relative; }
      #lp-2026 main #qa .title,
      #lp-2026 main #qa .qacontent {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateY();
        transition: all 0.3s; }
      #lp-2026 main #qa .title {
        padding: 1em 2.5em 1em 6em;
        justify-content: left;
        height: auto;
        display: grid;
        font-weight: bold;
        background-color: white;
        margin: 0px 0 10px;
        font-size: 16px;
        line-height: 1.5; }
      #lp-2026 main #qa .title::after,
      #lp-2026 main #qa .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 38%;
        width: 2px;
        height: 0.75em;
        background-color: #999;
        transition: all 0.3s; }
      #lp-2026 main #qa .title::after {
        transform: rotate(90deg); }
      #lp-2026 main #qa .qacontent {
        max-height: 0;
        overflow: hidden;
        background-color: white;
        align-items: flex-start; }
        #lp-2026 main #qa .qacontent p {
          margin: 0;
          padding: 1em 1em 1em 6em;
          font-size: 14px;
          line-height: 1.5;
          height: auto;
          font-weight: bold;
          display: grid;
          place-items: center;
          text-align: left;
          width: fit-content; }
      #lp-2026 main #qa .qacontent::before {
        top: 10px;
        left: 4%; }
      #lp-2026 main #qa .toggle:checked + .title + .qacontent {
        max-height: 500px;
        transition: all 0s;
        margin-bottom: 15px;
        position: relative;
        transform: translateY(0);
        transition: all 0.3s 0s linear;
        align-items: flex-start; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent.qacontent::before {
          top: 10px; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent .toggle:checked + .title::before {
          transform: rotate(90deg) !important; }

  footer {
    width: 100%;
    background-color: #00a08e;
    height: 242px;
    padding-bottom: 121px; }
    footer p {
      color: white;
      font-weight: normal;
      font-size: 14px;
      display: grid;
      place-items: center;
      height: 121px;
      text-align: center;
      position: sticky;
      z-index: 9999; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) and (orientation: portrait) {
  * {
    width: 100%;
    -webkit-appearance: none; }

  #lp-2026 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif; }

  .pcOnly {
    display: none!important; }

  .spOnly {
    display: block!important; }

  .smallPC {
    display: block; }

  .floating-bt-bg {
    width: 100%;
    height: 125px;
    background-color: rgba(179, 179, 179, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 9999; }
    .floating-bt-bg .floating-bt {
      width: 80%;
      max-width: 480px;
      margin: 0 auto;
      height: 70px;
      align-items: center;
      justify-content: center;
      display: grid; }
    .floating-bt-bg .floating-bt::after {
      position: absolute;
      content: "";
      top: 50%;
      width: 10%;
      height: 1px;
      right: -4%;
      display: block;
      border: 1px solid;
      transform: translateY(-50%);
      transition: transform 0.3s ease; }

  #lp-2026 main {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #e6e6e6 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 25px 25px; }
    #lp-2026 main #top {
      background-image: repeating-linear-gradient(285deg, #c6ebe7, #c6ebe7 40px, #e8f7f6 40px, #e8f7f6 75px);
      height: 1100px !important;
      position: relative; }
      #lp-2026 main #top .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: max-content;
        align-self: baseline; }
        #lp-2026 main #top .container .top-logo {
          width: 30%;
          margin: auto;
          display: flex;
          justify-content: center;
          padding: 60px 0 0 0; }
        #lp-2026 main #top .container .top_img {
          position: absolute;
          bottom: -3px;
          margin: 0 auto;
          right: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          min-width: 25%;
          max-width: 85% !important;
          height: 60% !important; }
      #lp-2026 main #top span {
        color: #00a08e;
        text-align: center;
        font-size: 27px; }
      #lp-2026 main #top h1 {
        color: #00a08e;
        text-align: center;
        font-size: 57px;
        font-weight: bold; }
      #lp-2026 main #top .top_box {
        background-color: #00a08e;
        text-align: center;
        font-size: 50px;
        color: white;
        width: 75%;
        margin: 25px auto 0;
        padding: 27px;
        align-items: center;
        display: flex;
        justify-content: center;
        font-weight: bold; }
        #lp-2026 main #top .top_box :before, #lp-2026 main #top .top_box :after {
          border-top: 2px solid;
          content: "";
          width: 1em;
          /* 線の長さ */ }
        #lp-2026 main #top .top_box :before {
          margin-right: 0.5em;
          /* 文字の右隣 */ }
        #lp-2026 main #top .top_box :after {
          margin-left: 0.5em;
          /* 文字の左隣 */ }
      #lp-2026 main #top .top_box p {
        color: white;
        font-size: 27px;
        font-weight: bold; }
      #lp-2026 main #top .top_box span {
        color: #fff151;
        font-size: 28px;
        display: contents; }
      #lp-2026 main #top .top_box span:before {
        display: none;
        width: 0px; }
      #lp-2026 main #top .top_box span:after {
        display: none;
        width: 0px; }
      #lp-2026 main #top .wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative; }
    #lp-2026 main #feature {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #feature .title-img {
        margin: 0 auto;
        width: 45%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #feature h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .feature {
      width: 100%;
      background-size: cover;
      padding-top: 30px;
      margin: 40px auto 0px;
      position: relative;
      background-color: #1cb3a5;
      height: 100%;
      padding-bottom: 120px; }
      #lp-2026 main .feature .feature-txtbox {
        width: 90%;
        background-color: #fff151;
        margin: 40px auto 50px;
        border-radius: 6px;
        position: relative;
        z-index: 2; }
        #lp-2026 main .feature .feature-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px;
          font-weight: bold; }
    #lp-2026 main .feature-bg {
      width: 100%;
      position: absolute;
      z-index: 0;
      background-color: #e8f7f6;
      top: 0;
      height: 100%;
      background: no-repeat center url(../img/features_bg.png);
      background-size: 100% 100%; }
    #lp-2026 main .feature-r {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      /* left: 5%; */
      border-radius: 20px 0 0 20px;
      z-index: 9;
      margin: 0 0 40px 10%;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-r .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-r .container .left {
          position: relative;
          width: 100%;
          display: flex;
          justify-content: center; }
          #lp-2026 main .feature-r .container .left .inner {
            position: unset;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: 0;
            width: 85%; }
          #lp-2026 main .feature-r .container .left .inner-img {
            width: 100%;
            position: unset;
            top: 4%; }
      #lp-2026 main .feature-r .right {
        display: grid;
        place-items: center;
        width: 100%;
        height: auto;
        margin: 35px 0; }
        #lp-2026 main .feature-r .right .inner {
          margin: 0px auto;
          width: 85%; }
          #lp-2026 main .feature-r .right .inner .logo {
            width: 100%;
            margin: 10px auto; }
        #lp-2026 main .feature-r .right span {
          background-color: #1cb3a5;
          color: white;
          padding: 5px 10px;
          margin: 0 auto;
          display: grid;
          place-items: center;
          width: 50%;
          position: relative;
          display: block; }
        #lp-2026 main .feature-r .right span:before {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(-35deg); }
        #lp-2026 main .feature-r .right span:after {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(35deg); }
        #lp-2026 main .feature-r .right h3 {
          font-size: 20px;
          text-align: center;
          color: #00a08e;
          margin: 14px 0 30px;
          line-height: 1.5;
          font-weight: bold;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 9px;
          text-decoration-color: yellow;
          text-underline-offset: -2px; }
        #lp-2026 main .feature-r .right p {
          font-size: 15px;
          line-height: 1.7;
          font-weight: normal; }
    #lp-2026 main .feature-r::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      right: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main .feature-l {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      z-index: 9;
      margin: 0 10% 0 0;
      border-radius: 0 20px 20px 0;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-l .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-l .container .left {
          display: flex;
          place-items: center;
          width: 98%;
          height: auto;
          margin: 35px 0; }
          #lp-2026 main .feature-l .container .left .inner {
            margin: 0px auto 0;
            width: 80%; }
            #lp-2026 main .feature-l .container .left .inner img {
              width: 85%;
              margin: 0 auto;
              display: flex; }
            #lp-2026 main .feature-l .container .left .inner .logo {
              width: 100%;
              margin: 10px auto; }
          #lp-2026 main .feature-l .container .left span {
            background-color: #2b468f;
            color: white;
            padding: 5px 10px;
            margin: 0 auto;
            display: grid;
            place-items: center;
            width: 50%;
            position: relative;
            display: block; }
          #lp-2026 main .feature-l .container .left span:before {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(-35deg); }
          #lp-2026 main .feature-l .container .left span:after {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(35deg); }
          #lp-2026 main .feature-l .container .left h3 {
            font-size: 20px;
            text-align: center;
            color: #2b468f;
            margin: 14px 0 30px;
            line-height: 1.5;
            font-weight: bold;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: 9px;
            text-decoration-color: yellow;
            text-underline-offset: -2px; }
          #lp-2026 main .feature-l .container .left p {
            font-size: 15px;
            line-height: 1.7;
            font-weight: normal; }
      #lp-2026 main .feature-l .right {
        position: relative;
        width: 100%;
        display: none; }
        #lp-2026 main .feature-l .right .inner {
          position: unset;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 80%; }
        #lp-2026 main .feature-l .right .inner-img {
          width: 100%;
          position: unset;
          top: 15%; }
    #lp-2026 main .feature-l::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      left: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main #how {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #how .title-img {
        margin: 0 auto;
        width: 20%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #how h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .how {
      width: 100%;
      margin: 50px auto 0px; }
      #lp-2026 main .how .how-txtbox {
        width: 100%;
        background-color: #fff151;
        margin: 40px auto 20px;
        border-radius: 6px;
        position: relative;
        z-index: 2;
        font-weight: bold; }
        #lp-2026 main .how .how-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px; }
      #lp-2026 main .how .how-list {
        display: flex; }
        #lp-2026 main .how .how-list li {
          flex: 1;
          width: 100%;
          text-align: center; }
          #lp-2026 main .how .how-list li .how-img-box {
            width: 60%;
            display: inline-block; }
          #lp-2026 main .how .how-list li img {
            width: 100%;
            margin: 0 auto; }
          #lp-2026 main .how .how-list li p {
            color: #222222;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.8;
            margin: 5px 0 40px 0; }
    #lp-2026 main .how-gray {
      width: 100%;
      background-color: #f2f2f2;
      height: 370px;
      position: relative;
      margin-top: 20px; }
      #lp-2026 main .how-gray .how_cursol {
        width: 7%;
        position: absolute;
        top: -2vh;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto; }
      #lp-2026 main .how-gray .inner {
        width: 100%;
        margin: 0 auto;
        position: relative; }
      #lp-2026 main .how-gray ul {
        display: grid;
        justify-content: space-around;
        height: auto;
        margin: 0 0 177px; }
        #lp-2026 main .how-gray ul img {
          position: absolute;
          bottom: 0;
          width: 40%;
          right: 0;
          bottom: 0;
          top: 0;
          left: 0;
          margin: 250px auto 0px;
          width: fit-content;
          width: 45%;
          height: auto; }
      #lp-2026 main .how-gray .how-text-list {
        display: grid;
        place-items: center;
        height: 350px;
        line-height: 2; }
        #lp-2026 main .how-gray .how-text-list p {
          font-size: 17px;
          font-weight: bold;
          text-align: center;
          padding: 95px 0 153px 0; }
          #lp-2026 main .how-gray .how-text-list p span {
            font-size: 25px;
            font-weight: normal;
            text-decoration: underline;
            font-weight: bold; }
    #lp-2026 main #movie {
      width: 100%;
      margin: 250px auto 30px; }
      #lp-2026 main #movie .title-box {
        position: relative;
        z-index: 9999; }
      #lp-2026 main #movie .title-img {
        margin: 0 auto;
        width: 25%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #movie h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #movie .movie {
        width: 100%;
        background-size: cover;
        padding-top: 60px;
        margin: 40px auto 0px;
        height: 700px;
        position: relative;
        background-color: #e8f7f6; }
        #lp-2026 main #movie .movie .iframe-box {
          width: 80%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 5000;
          margin: 80px auto 0; }
          #lp-2026 main #movie .movie .iframe-box .iframe-box {
            width: 95%;
            height: 95%;
            background-color: #1cb3a5;
            align-items: center;
            margin: 0 auto;
            aspect-ratio: 16 / 9; }
          #lp-2026 main #movie .movie .iframe-box iframe {
            width: 100%;
            height: 100%;
            padding: 2%; }
        #lp-2026 main #movie .movie .movie-bg {
          width: 100%;
          position: absolute;
          z-index: 0;
          background-color: #e8f7f6;
          height: 700px;
          background: no-repeat center/cover url(../img/movie_bg.png);
          top: 0;
          background-position: inherit;
          background-size: 100% 100%; }
    #lp-2026 main #system {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #system .title-img {
        margin: 0 auto;
        width: 32%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #system h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .system {
      width: 100%;
      background-size: cover;
      padding-top: 30px;
      margin: 40px auto 130px;
      height: auto; }
      #lp-2026 main .system img {
        width: 100%; }
    #lp-2026 main #point {
      width: 100%;
      margin: 0px auto;
      position: relative;
      z-index: 5;
      height: max-content; }
      #lp-2026 main #point .container {
        margin: 0 0 30px 0; }
      #lp-2026 main #point .title-img {
        margin: 0 auto;
        width: 20%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #point h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #point .point-list {
        display: grid;
        justify-content: center;
        width: 100%;
        position: relative;
        top: 0px;
        width: 80%;
        margin: 0 auto;
        z-index: 5;
        padding-bottom: 50px; }
        #lp-2026 main #point .point-list .triangle {
          width: 0;
          height: 0;
          border-width: 50px;
          border-radius: 15px 0 0 0;
          border-style: solid;
          border-color: #fff151 transparent transparent #fff151;
          position: absolute;
          top: 0; }
          #lp-2026 main #point .point-list .triangle div {
            position: relative;
            width: 30px;
            height: 30px;
            top: -40px;
            left: -35px;
            text-align: center; }
            #lp-2026 main #point .point-list .triangle div span {
              text-align: center;
              color: #00a08e;
              font-size: 32px;
              font-weight: bold; }
        #lp-2026 main #point .point-list li {
          background-color: white;
          width: 95%;
          border-radius: 15px;
          height: auto;
          place-items: center;
          filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2));
          margin: 0 auto 30px; }
          #lp-2026 main #point .point-list li h3 {
            color: #00a08e;
            font-size: 32px;
            font-weight: bold;
            margin: 20px 0 20px 0;
            text-align: center; }
          #lp-2026 main #point .point-list li p {
            padding: 20px 15px 20px 15px;
            font-size: 15px;
            font-weight: normal;
            line-height: 1.5;
            text-align: center; }
          #lp-2026 main #point .point-list li .img-box {
            width: 30%;
            height: auto;
            place-items: center;
            display: grid; }
            #lp-2026 main #point .point-list li .img-box img {
              width: 50%;
              height: auto;
              margin: 0 auto;
              display: flex;
              justify-content: center; }
    #lp-2026 main .point-bg {
      width: 100%;
      background-color: #1cb3a5;
      height: 840px;
      position: absolute;
      z-index: 0;
      bottom: 0; }
    #lp-2026 main #flow {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      height: 100%; }
      #lp-2026 main #flow .title-img {
        margin: 0 auto;
        width: 20%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #flow h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .flow {
      width: 100%;
      height: 100%;
      background-size: cover;
      padding-top: 45px;
      margin: 0px auto 0px;
      height: 100%;
      background-color: #e8f7f6;
      padding-bottom: 30px; }
    #lp-2026 main .flow-bg {
      width: 100%;
      z-index: 0;
      background-color: #e8f7f6;
      height: 100%;
      background: no-repeat center/cover url(../img/flow_bg.png);
      top: 0;
      background-position: inherit;
      position: absolute;
      background-size: 100% 100%; }
    #lp-2026 main .flow-box {
      list-style: none;
      margin: 0px auto 0;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      top: 0px; }
      #lp-2026 main .flow-box .green-line {
        border-left: 4px solid #00a08e;
        height: 10vh;
        position: relative;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 50%;
        margin-bottom: -10vh; }
      #lp-2026 main .flow-box .flow-title {
        width: 50%;
        display: flex;
        justify-content: center;
        margin-left: 0;
        padding: 0px 0 0px;
        margin-top: 27px;
        vertical-align: unset;
        position: relative;
        text-align: center;
        box-sizing: border-box;
        height: 70px;
        background-color: #00a08e;
        z-index: 100;
        justify-content: center;
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        color: #ffff00;
        font-weight: bold;
        font-size: 30px;
        line-height: 0;
        margin: 0 auto; }
        #lp-2026 main .flow-box .flow-title span {
          color: #ffff00;
          font-weight: bold;
          font-size: 50px;
          margin-left: 3px; }
      #lp-2026 main .flow-box .flow_box {
        display: grid;
        place-items: center;
        width: 80%;
        margin-left: 0;
        vertical-align: middle;
        background: white;
        box-sizing: border-box;
        border-radius: 6px;
        margin-bottom: 20px;
        height: max-content;
        position: relative;
        right: 0px;
        z-index: 0;
        filter: drop-shadow(7px 5px 5px rgba(0, 102, 102, 0.3));
        margin: 0 auto; }
        #lp-2026 main .flow-box .flow_box .container {
          padding: 5% 5% 50px;
          width: 100%; }
        #lp-2026 main .flow-box .flow_box .flow_title {
          color: #00a08e;
          font-weight: bold;
          font-size: 31px;
          text-align: center;
          margin: 27px 0 27px 0; }
          #lp-2026 main .flow-box .flow_box .flow_title .bottom {
            display: flex;
            align-items: baseline; }
        #lp-2026 main .flow-box .flow_box .flow_tx {
          font-weight: normal;
          font-size: 15px;
          line-height: 1.8;
          text-align: center; }
    #lp-2026 main #qa {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      background-color: #f2f2f2;
      height: auto;
      max-height: 100%;
      padding-bottom: 30px;
      padding-top: 70px; }
      #lp-2026 main #qa .title-img {
        margin: 0 auto;
        width: 16%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #qa h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #qa .accordion {
        margin: 3em auto 0px;
        max-width: 80vw; }
      #lp-2026 main #qa .toggle {
        display: none; }
      #lp-2026 main #qa .qbox::before {
        content: "Q";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #00a08e;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        line-height: 27px;
        top: 25px;
        left: 4%;
        transform: translateY(-46%);
        -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%); }
      #lp-2026 main #qa .option {
        position: relative; }
      #lp-2026 main #qa .title,
      #lp-2026 main #qa .qacontent {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateY();
        transition: all 0.3s; }
      #lp-2026 main #qa .title {
        padding: 1em 2.5em 1em 6em;
        justify-content: left;
        height: auto;
        display: grid;
        font-weight: bold;
        background-color: white;
        margin: 0px 0 10px;
        font-size: 14px;
        line-height: 1.5; }
      #lp-2026 main #qa .title::after,
      #lp-2026 main #qa .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 38%;
        width: 2px;
        height: 0.75em;
        background-color: #999;
        transition: all 0.3s; }
      #lp-2026 main #qa .title::after {
        transform: rotate(90deg); }
      #lp-2026 main #qa .qacontent {
        max-height: 0;
        overflow: hidden;
        background-color: white;
        align-items: flex-start; }
        #lp-2026 main #qa .qacontent p {
          margin: 0;
          padding: 1em 1em 1em 6em;
          font-size: 14px;
          line-height: 1.5;
          height: auto;
          font-weight: bold;
          display: grid;
          place-items: center;
          text-align: left;
          width: fit-content; }
      #lp-2026 main #qa .qacontent::before {
        top: 10px;
        left: 4%; }
      #lp-2026 main #qa .toggle:checked + .title + .qacontent {
        max-height: 500px;
        transition: all 0s;
        margin-bottom: 15px;
        position: relative;
        transform: translateY(0);
        transition: all 0.3s 0s linear;
        align-items: flex-start; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent.qacontent::before {
          top: 10px; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent .toggle:checked + .title::before {
          transform: rotate(90deg) !important; }

  footer {
    width: 100%;
    background-color: #00a08e;
    height: 242px;
    padding-bottom: 121px; }
    footer p {
      color: white;
      font-weight: bold;
      font-size: 14px;
      display: grid;
      place-items: center;
      height: 121px;
      text-align: center;
      position: sticky;
      z-index: 9999; } }
@media only screen and (max-width: 767px) {
  footer {
    height: 208px;
  }
  #lp-2026 * {
    width: 100%;
    -webkit-appearance: none;
    }

  #lp-2026 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    }

  .pcOnly {
    display: none!important; }

  .spOnly {
    display: block!important; }

  .floating-bt-bg {
    width: 100%!important;
    height: 90px;
    background-color: rgba(179, 179, 179, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    }
    .floating-bt-bg .floating-bt {
      width: 80%!important;
      margin: 0 auto;
      height: 50px;
      align-items: center;
      justify-content: center;
      display: grid; }
    .floating-bt-bg .floating-bt::after {
      position: absolute;
      content: "";
      top: 50%;
      width: 15%;
      height: 1px;
      right: -10%;
      display: block;
      border: 1px solid;
      transform: translateY(-50%);
      transition: transform 0.3s ease; }

  #lp-2026 main {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #e6e6e6 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 25px 25px; }
    #lp-2026 main #top {
      background-image: repeating-linear-gradient(285deg, #c6ebe7, #c6ebe7 40px, #e8f7f6 40px, #e8f7f6 75px);
      height: 580px;
      position: relative; }
      #lp-2026 main #top .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: 591px;
        }
        #lp-2026 main #top .container .top-logo {
          width: 250px;
          margin: auto;
          display: flex;
          justify-content: center;
          padding: 60px 0 0 0; }
        #lp-2026 main #top .container .top_img {
          position: absolute;
          bottom: -1px;
          margin: 0 auto;
          right: 0;
          left: 0%;
          transform: translateX(0%);
          width: 100%;
          min-width: 50%;
          max-width: 100%;
          max-height: 250px;
          z-index: 0;
          }
      #lp-2026 main #top span {
        color: #00a08e;
        text-align: center;
        font-size: 18px; }
      #lp-2026 main #top h1 {
        color: #00a08e;
        text-align: center;
        font-size: 40px;
        line-height: 1.35;
        font-weight: bold;
        }
      #lp-2026 main #top .top_box {
        background-color: #00a08e;
        text-align: center;
        font-size: 38px;
        color: white;
        width: 350px;
        margin: 10px auto 0;
        height: auto;
        padding: 5px;
        align-items: center;
        display: flex;
        justify-content: center;
        font-weight: bold;
        position: relative;
        z-index: 1;
        }
        #lp-2026 main #top .top_box :before, #lp-2026 main #top .top_box :after {
          border-top: 2px solid;
          content: "";
          width: 0.5em;
          /* 線の長さ */ }
        #lp-2026 main #top .top_box :before {
          margin-right: 0.5em;
          /* 文字の右隣 */ }
        #lp-2026 main #top .top_box :after {
          margin-left: 0.5em;
          /* 文字の左隣 */ }
      #lp-2026 main #top .top_box p {
        color: white;
        font-size: 16px;
        font-weight: bold; }
      #lp-2026 main #top .top_box span {
        color: #fff151;
        font-size: 16px;
        display: contents; }
      #lp-2026 main #top .top_box span:before {
        display: none;
        width: 0px; }
      #lp-2026 main #top .top_box span:after {
        display: none;
        width: 0px; }
      #lp-2026 main #top .wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative; }
    #lp-2026 main #feature {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #feature .title-img {
        margin: 0 auto;
        width: 80%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #feature h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .feature {
      width: 100%;
      background-size: cover;
      padding-top: 30px;
      margin: 40px auto 0px;
      position: relative;
      background-color: #1cb3a5;
      height: 100%;
      padding-bottom: 15%; }
      #lp-2026 main .feature .feature-txtbox {
        width: 90%;
        background-color: #fff151;
        margin: 40px auto 50px;
        border-radius: 6px;
        position: relative;
        z-index: 2; }
        #lp-2026 main .feature .feature-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px;
          font-weight: bold; }
    #lp-2026 main .feature-bg {
      width: 100%;
      position: absolute;
      z-index: 0;
      background-color: #e8f7f6;
      top: 0;
      height: 100%;
      background: no-repeat center url(../img/features_bg.png);
      background-size: 100% 100%; }
    #lp-2026 main .feature-r {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      /* left: 5%; */
      border-radius: 20px 0 0 20px;
      z-index: 9;
      margin: 0 0 40px 10%;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-r .container {
        width: 100%;
        max-width: 100rem;
        margin: 0 auto;
        display: grid;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-r .container .left {
          position: relative;
          width: 100%; }
          #lp-2026 main .feature-r .container .left .inner {
            position: unset;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: 35px auto 0;
            width: 85%; }
          #lp-2026 main .feature-r .container .left .inner-img {
            width: 100%;
            position: unset;
            top: 4%; }
      #lp-2026 main .feature-r .right {
        display: grid;
        place-items: center;
        width: 100%;
        height: auto;
        margin-bottom: 35px; }
        #lp-2026 main .feature-r .right .inner {
          margin: 0px auto;
          width: 85%; }
          #lp-2026 main .feature-r .right .inner .logo {
            width: 100%;
            margin: 10px auto; }
        #lp-2026 main .feature-r .right span {
          background-color: #1cb3a5;
          color: white;
          padding: 5px 10px;
          margin: 0 auto;
          display: grid;
          place-items: center;
          width: 50%;
          position: relative;
          display: block; }
        #lp-2026 main .feature-r .right span:before {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(-35deg); }
        #lp-2026 main .feature-r .right span:after {
          position: relative;
          display: inline-block;
          content: "";
          background: white;
          width: 1px;
          height: 1em;
          margin: 0 0.5em;
          margin-top: -.2em;
          vertical-align: middle;
          transform: rotate(35deg); }
        #lp-2026 main .feature-r .right h3 {
          font-size: 20px;
          text-align: center;
          color: #00a08e;
          margin: 14px 0 30px;
          line-height: 1.5;
          font-weight: bold;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 9px;
          text-decoration-color: yellow;
          text-underline-offset: -2px; }
        #lp-2026 main .feature-r .right p {
          font-size: 15px;
          line-height: 1.7;
          font-weight: normal; }
    #lp-2026 main .feature-r::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      right: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main .feature-l {
      width: 90%;
      margin: auto;
      background-color: white;
      height: max-content;
      position: unset;
      z-index: 9;
      margin: 0 10% 0 0;
      border-radius: 0 20px 20px 0;
      filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2)); }
      #lp-2026 main .feature-l .container {
        width: 100%;
        max-width: 100rem;
        margin: 0 auto;
        display: grid;
        justify-content: space-between;
        height: max-content; }
        #lp-2026 main .feature-l .container .left {
          display: grid;
          place-items: center;
          width: 100%;
          height: auto;
          margin: 35px 0; }
          #lp-2026 main .feature-l .container .left .inner {
            margin: 0px auto 0;
            width: 80%; }
            #lp-2026 main .feature-l .container .left .inner .logo {
              width: 100%;
              margin: 10px auto; }
          #lp-2026 main .feature-l .container .left span {
            background-color: #2b468f;
            color: white;
            padding: 5px 10px;
            margin: 0 auto;
            display: grid;
            place-items: center;
            width: 50%;
            position: relative;
            display: block; }
          #lp-2026 main .feature-l .container .left span:before {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(-35deg); }
          #lp-2026 main .feature-l .container .left span:after {
            position: relative;
            display: inline-block;
            content: "";
            background: white;
            width: 1px;
            height: 1em;
            margin: 0 0.5em;
            margin-top: -.2em;
            vertical-align: middle;
            transform: rotate(35deg); }
          #lp-2026 main .feature-l .container .left h3 {
            font-size: 20px;
            text-align: center;
            color: #2b468f;
            margin: 14px 0 30px;
            line-height: 1.5;
            font-weight: bold;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: 9px;
            text-decoration-color: yellow;
            text-underline-offset: -2px; }
          #lp-2026 main .feature-l .container .left p {
            font-size: 15px;
            line-height: 1.7;
            font-weight: normal; }
      #lp-2026 main .feature-l .right {
        position: relative;
        width: 100%; }
        #lp-2026 main .feature-l .right .inner {
          position: unset;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 80%; }
        #lp-2026 main .feature-l .right .inner-img {
          width: 100%;
          position: unset;
          top: 15%; }
    #lp-2026 main .feature-l::after {
      content: '';
      display: none;
      width: 10%;
      margin: auto;
      background-color: white;
      height: 412px;
      position: absolute;
      left: -10%;
      top: 0;
      border-radius: 0;
      z-index: 9;
      margin: auto; }
    #lp-2026 main #how {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #how .title-img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #how h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .how {
      width: 100%;
      margin: 50px auto 0px; }
      #lp-2026 main .how .how-txtbox {
        width: 100%;
        background-color: #fff151;
        margin: 40px auto 20px;
        border-radius: 6px;
        position: relative;
        z-index: 2;
        font-weight: bold; }
        #lp-2026 main .how .how-txtbox p {
          text-align: center;
          color: #00a08e;
          padding: 15px 0px;
          font-size: 16px;
          font-weight: bold; }
      #lp-2026 main .how .how-list {
        display: grid; }
        #lp-2026 main .how .how-list li {
          flex: 1;
          width: 100%;
          text-align: center; }
          #lp-2026 main .how .how-list li .how-img-box {
            height: auto;
            width: 40%;
            display: inline-block; }
          #lp-2026 main .how .how-list li img {
            width: 100%;
            margin: 0 auto; }
          #lp-2026 main .how .how-list li p {
            color: #222222;
            font-size: 15px;
            font-weight: normal;
            line-height: 1.8;
            margin: 7px 0 40px 0; }
    #lp-2026 main .how-gray {
      width: 100%;
      background-color: #f2f2f2;
      height: 277px;
      position: relative;
      margin-top: 20px; }
      #lp-2026 main .how-gray .how_cursol {
        width: auto;
        position: absolute;
        top: -10px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        max-height: 30px; }
      #lp-2026 main .how-gray .inner {
        width: 100%;
        margin: 0 auto;
        position: relative; }
      #lp-2026 main .how-gray ul {
        display: grid;
        justify-content: space-around;
        height: auto;
        margin: 0 0 177px; }
        #lp-2026 main .how-gray ul img {
          position: absolute;
          bottom: 0;
          width: auto;
          right: 0;
          bottom: 0;
          top: 280px;
          left: 0;
          margin: auto;
          max-height: 60%; }
      #lp-2026 main .how-gray .how-text-list {
        display: grid;
        place-items: center;
        height: 350px;
        line-height: 2; }
        #lp-2026 main .how-gray .how-text-list p {
          font-size: 17px;
          font-weight: normal;
          text-align: center;
          padding: 30px 0 153px 0; }
          #lp-2026 main .how-gray .how-text-list p span {
            font-size: 25px;
            font-weight: normal;
            text-decoration: underline;
            font-weight: bold; }
    #lp-2026 main #movie {
      width: 100%;
      margin: 180px auto 30px; }
      #lp-2026 main #movie .title-box {
        position: relative;
        z-index: 9999; }
      #lp-2026 main #movie .title-img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #movie h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #movie .movie {
        width: 100%;
        background-size: cover;
        padding-top: 60px;
        margin: 40px auto 0px;
        height: 440px;
        position: relative;
        background-color: #e8f7f6; }
        #lp-2026 main #movie .movie .iframe-box {
          width: 96%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 5000;
          margin: 40px auto; }
          #lp-2026 main #movie .movie .iframe-box .iframe-box {
            width: 95%;
            height: 95%;
            background-color: #1cb3a5;
            align-items: center;
            margin: 0 auto;
            aspect-ratio: 16 / 9; }
          #lp-2026 main #movie .movie .iframe-box span{
            text-align: center;
            padding: 6px 0;
          }
          #lp-2026 main #movie .movie .iframe-box iframe {
            width: 100%;
            height: 100%;
            padding: 2%; }
        #lp-2026 main #movie .movie .movie-bg {
          width: 100%;
          position: absolute;
          z-index: 0;
          background-color: #e8f7f6;
          height: 440px;
          background: no-repeat center/cover url(../img/movie_bg.png);
          top: 0;
          background-position: inherit;
          background-size: 100% 100%; }
    #lp-2026 main #system {
      width: 90%;
      margin: 123px auto 30px; }
      #lp-2026 main #system .title-img {
        margin: 0 auto;
        width: 60%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #system h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .system {
      width: 100%;
      background-size: cover;
      padding-top: 0px;
      margin: 40px auto 130px;
      height: auto; }
      #lp-2026 main .system img {
        width: 100%; }
    #lp-2026 main #point {
      width: 100%;
      margin: 0px auto;
      position: relative;
      z-index: 5;
      height: max-content; }
      #lp-2026 main #point .container {
        margin: 0 0 30px 0; }
      #lp-2026 main #point .title-img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center; }
      #lp-2026 main #point h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #point .point-list {
        display: grid;
        justify-content: center;
        width: 100%;
        position: relative;
        top: 0px;
        width: 80%;
        margin: 0 auto;
        z-index: 5;
        padding-bottom: 5px; 
        min-width: 330px;
  }
        #lp-2026 main #point .point-list .triangle {
          width: 0;
          height: 0;
          border-width: 40px;
          border-radius: 15px 0 0 0;
          border-style: solid;
          border-color: #fff151 transparent transparent #fff151;
          position: absolute;
          top: 0;
          }
          #lp-2026 main #point .point-list .triangle div {
            position: relative;
            width: 30px;
            height: 30px;
            top: -35px;
            left: -30px;
            text-align: center;
            }
            #lp-2026 main #point .point-list .triangle div span {
              text-align: center;
              color: #00a08e;
              font-size: 28px;
              font-weight: bold;
              }
        #lp-2026 main #point .point-list li {
          position: relative;
          background-color: white;
          width: 100%;
          border-radius: 15px;
          height: auto;
          place-items: center;
          filter: drop-shadow(7px 7px 7px rgba(30, 30, 30, 0.2));
          margin: 0 auto 30px; }
          #lp-2026 main #point .point-list li h3 {
            color: #00a08e;
            font-size: 24px;
            font-weight: bold;
            margin: 40px 0 20px 0;
            text-align: center;
            width: calc(100% - 30px);
            line-height: 1.5;
            }
          #lp-2026 main #point .point-list li:nth-of-type(2) h3 {
            font-size: 18px;
          }
          #lp-2026 main #point .point-list li p {
            padding: 20px 15px 20px 15px;
            font-size: 15px;
            font-weight: normal;
            line-height: 1.5; }
          #lp-2026 main #point .point-list li .img-box {
            width: 100%;
            height: 130px;
            place-items: center;
            display: grid;
            margin: auto; }
            #lp-2026 main #point .point-list li .img-box img {
              width: 35%;
              max-height: 120px;
              height: auto;
              margin: 0 auto;
              place-items: center; }
        #lp-2026 main #point .point-list li:first-child .img-box img {
          width: 50%; }
        #lp-2026 main #point .point-list li:nth-child(2) .img-box img {
          position: relative;
          right: -16px; }
        #lp-2026 main #point .point-list li:nth-child(3) .img-box img {
          width: 30%; }
    #lp-2026 main .point-bg {
      width: 100%;
      background-color: #1cb3a5;
      height: 1000px;
      position: absolute;
      z-index: 0;
      bottom: 0; }
    #lp-2026 main #flow {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      height: 100%; }
      #lp-2026 main #flow .title-img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #flow h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold;
        text-align: center; }
    #lp-2026 main .flow {
      width: 100%;
      height: 100%;
      background-size: cover;
      padding-top: 45px;
      margin: 0px auto 0px;
      height: 100%;
      background-color: #e8f7f6;
      padding-bottom: 30px; }
    #lp-2026 main .flow-bg {
      width: 100%;
      z-index: 0;
      background-color: #e8f7f6;
      height: 100%;
      background: no-repeat center/cover url(../img/flow_bg.png);
      top: 0;
      background-position: inherit;
      position: absolute;
      background-size: 100% 100%; }
    #lp-2026 main .flow-box {
      list-style: none;
      margin: 0px auto 0;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      top: 0px; }
      #lp-2026 main .flow-box .green-line {
        border-left: 4px solid #00a08e;
        height: 10vh;
        position: relative;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 50%;
        margin-bottom: -10vh; }
      #lp-2026 main .flow-box .flow-title {
        width: 40%;
        display: flex;
        justify-content: center;
        margin-left: 0;
        padding: 0px 0 0px;
        margin-top: 27px;
        vertical-align: unset;
        position: relative;
        text-align: center;
        box-sizing: border-box;
        height: 50px;
        background-color: #00a08e;
        z-index: 100;
        justify-content: center;
        left: 0;
        top: 25px;
        right: 0;
        bottom: 0;
        color: #ffff00;
        font-weight: bold;
        font-size: 18px;
        line-height: 0;
        margin: 0 auto; }
        #lp-2026 main .flow-box .flow-title span {
          color: #ffff00;
          font-weight: bold;
          font-size: 25px;
          margin-left: 3px; }
      #lp-2026 main .flow-box .flow_box {
        display: grid;
        place-items: center;
        width: 80%;
        margin-left: 0;
        vertical-align: middle;
        background: white;
        box-sizing: border-box;
        border-radius: 6px;
        margin-bottom: 20px;
        height: max-content;
        position: relative;
        right: 0px;
        z-index: 0;
        filter: drop-shadow(7px 5px 5px rgba(0, 102, 102, 0.3));
        margin: 0 auto;
        min-width: 330px;}
        #lp-2026 main .flow-box .flow_box .container {
          padding: 5% 5% 50px;
          width: 100%; }
        #lp-2026 main .flow-box .flow_box .flow_title {
          color: #00a08e;
          font-weight: bold;
          font-size: 23px;
          text-align: center;
          margin: 50px 0 27px 0; }
        #lp-2026 main .flow-box .flow_box .flow_title {
          font-size: 22px;}
      
          #lp-2026 main .flow-box li:nth-of-type(2) .flow_box .flow_title .bottom {
            display: flex;
            align-items: baseline; }
        #lp-2026 main .flow-box .flow_box .flow_tx {
          font-weight: normal;
          font-size: 15px;
          line-height: 1.8; }
    #lp-2026 main #qa {
      width: 100%;
      margin: 0px auto 0px;
      position: relative;
      z-index: 5;
      background-color: #f2f2f2;
      height: auto;
      max-height: 100%;
      padding-bottom: 30px;
      padding-top: 70px; }
      #lp-2026 main #qa .title-img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5; }
      #lp-2026 main #qa h2 {
        margin: auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-weight: bold;
        text-align: center; }
      #lp-2026 main #qa .accordion {
        margin: 3em auto 0px;
        max-width: 80vw; 
        min-width: 330px;
  }
      #lp-2026 main #qa .toggle {
        display: none; }
      #lp-2026 main #qa .qbox::before {
        content: "Q";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #00a08e;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        line-height: 27px;
        top: 50%;
        left: 4%;
        transform: translateY(-46%);
        -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%); }
      #lp-2026 main #qa .option {
        position: relative; }
      #lp-2026 main #qa .title,
      #lp-2026 main #qa .qacontent {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateY();
        transition: all 0.3s; }
      #lp-2026 main #qa .title {
        padding: 1em 2.5em 1em 4em;
        justify-content: left;
        height: auto;
        display: grid;
        font-weight: bold;
        background-color: white;
        margin: 0px 0 5px;
        font-size: 14px;
        line-height: 1.5; }
      #lp-2026 main #qa .title::after,
      #lp-2026 main #qa .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 38%;
        width: 2px;
        height: 0.75em;
        background-color: #999;
        transition: all 0.3s; }
      #lp-2026 main #qa .title::after {
        transform: rotate(90deg); }
      #lp-2026 main #qa .qacontent {
        max-height: 0;
        overflow: hidden;
        background-color: white;
        align-items: flex-start; }
        #lp-2026 main #qa .qacontent p {
          margin: 0;
          padding: 1em 1em 1em 4em;
          font-size: 14px;
          line-height: 1.5;
          height: auto;
          font-weight: bold;
          display: grid;
          place-items: center;
          text-align: left;
          width: fit-content; }
      #lp-2026 main #qa .qacontent::before {
        content: "A";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #fff151;
        text-align: center;
        color: #00a08e;
        display: flex;
        justify-content: center;
        line-height: 27px;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all 0s; }
      #lp-2026 main #qa .toggle:checked + .title + .qacontent {
        max-height: 500px;
        transition: all 0s;
        margin-bottom: 10px;
        position: relative;
        transform: translateY(0);
        transition: all 0.3s 0s linear;
        align-items: flex-start; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent.qacontent::before {
          content: "A";
          position: absolute;
          width: 30px;
          height: 30px;
          background-color: #fff151;
          text-align: center;
          color: #00a08e;
          display: flex;
          justify-content: center;
          line-height: 27px;
          top: 50%;
          left: 4%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transition: all 0s; }
        #lp-2026 main #qa .toggle:checked + .title + .qacontent .toggle:checked + .title::before {
          transform: rotate(90deg) !important; }
      #lp-2026 main #qa footer {
        width: 100%;
        background-color: #00a08e;
        height: 160px;
        padding-bottom: 90px; }
        #lp-2026 main #qa footer p {
          color: white;
          font-weight: bold;
          font-size: 14px;
          display: grid;
          place-items: center;
          height: 70px;
          text-align: center; } 
        
        }
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  #lp-2026 main #top {
    max-height: 1100px; }
    #lp-2026 main #top .container .top_img {
      max-width: 100%;
      height: 100%;
      object-fit: cover; }
    #lp-2026 main #top .container .top_box {
      min-width: 680px;
      font-weight: bold; } }

#smartphone_footer_link, #footer {
  display: none;
}
