@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #ffffff;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s; }
  .fadeIn.visible {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------*/
#loadBox {
  width: 100%;
  height: 100vh;
  background: #4B7Db4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loadBox .load_ttl_ja {
    position: absolute;
    top: 10%;
    right: 10%; }
    @media screen and (max-width: 1080px) {
      #loadBox .load_ttl_ja {
        max-width: 70px; } }
    @media screen and (max-width: 600px) {
      #loadBox .load_ttl_ja {
        max-width: 45px; } }
  #loadBox .animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 500px;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1080px) {
      #loadBox .animation {
        max-width: 400px; } }
  #loadBox .loading_svg {
    z-index: +1; }

.loading.is-active {
  opacity: 0;
  visibility: hidden; }

.loading-animation {
  opacity: 0;
  visibility: hidden; }

.loading-animation.is-active {
  opacity: 1;
  visibility: visible; }

svg .svg-elem-1 {
  opacity: 0; }

svg.active .svg-elem-1 {
  animation: anime 0.6s ease-in-out 0.7s forwards; }

svg .svg-elem-2 {
  opacity: 0; }

svg.active .svg-elem-2 {
  animation: anime 0.6s ease-in-out 0.7999999999999999s forwards; }

svg .svg-elem-3 {
  opacity: 0; }

svg.active .svg-elem-3 {
  animation: anime 0.6s ease-in-out 0.8999999999999999s forwards; }

svg .svg-elem-4 {
  opacity: 0; }

svg.active .svg-elem-4 {
  animation: anime 0.6s ease-in-out 1s forwards; }

svg .svg-elem-5 {
  opacity: 0; }

svg.active .svg-elem-5 {
  animation: anime 0.6s ease-in-out 1.1s forwards; }

svg .svg-elem-6 {
  opacity: 0; }

svg.active .svg-elem-6 {
  animation: anime 0.6s ease-in-out 1.2s forwards; }

svg .svg-elem-7 {
  opacity: 0; }

svg.active .svg-elem-7 {
  animation: anime 0.6s ease-in-out 1.3s forwards; }

svg .svg-elem-8 {
  opacity: 0; }

svg.active .svg-elem-8 {
  animation: anime 0.6s ease-in-out 1.4s forwards; }

svg .svg-elem-9 {
  opacity: 0; }

svg.active .svg-elem-9 {
  animation: anime 0.6s ease-in-out 1.5s forwards; }

svg .svg-elem-10 {
  opacity: 0; }

svg.active .svg-elem-10 {
  animation: anime 0.6s ease-in-out 1.6s forwards; }

svg .svg-elem-11 {
  opacity: 0; }

svg.active .svg-elem-11 {
  animation: anime 0.6s ease-in-out 1.7s forwards; }

@keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*--------------------------------------------*/
#future {
  background: #4B7Db4;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }
  #future.lp_wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    letter-spacing: 0;
    color: #197D5A;
    font-size: 16px;
    text-align: center;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    line-height: 1.5;
    opacity: 1;
    transition: 1.2s; }
    #future.lp_wrapper.hidden {
      opacity: 0; }
  #future .sidearea {
    position: fixed;
    top: 60px;
    height: 100vh;
    width: calc((100% - 500px)/2);
    background: #4B7Db4;
    z-index: 1002; }
    @media screen and (max-width: 1500px) {
      #future .sidearea {
        width: calc((100% - 450px)/2); } }
    @media screen and (max-width: 1080px) {
      #future .sidearea {
        display: none; } }
    #future .sidearea.boxleft {
      left: 0; }
      #future .sidearea.boxleft .pc_box {
        width: 90%;
        height: 85vh;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 45%;
        left: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        #future .sidearea.boxleft .pc_box .box_1 {
          text-align: left; }
          #future .sidearea.boxleft .pc_box .box_1 .logo {
            text-align: left;
            max-width: 200px; }
            @media screen and (max-width: 1500px) {
              #future .sidearea.boxleft .pc_box .box_1 .logo {
                max-width: 150px;
                width: 40%; } }
          #future .sidearea.boxleft .pc_box .box_1 .svgttl {
            margin: 2.0em auto; }
          #future .sidearea.boxleft .pc_box .box_1 .txt {
            width: 80%; }
        #future .sidearea.boxleft .pc_box .box_2 {
          max-width: 270px;
          width: 80%;
          margin: 0 auto; }
          #future .sidearea.boxleft .pc_box .box_2 .btn {
            display: flex;
            flex-direction: column; }
            #future .sidearea.boxleft .pc_box .box_2 .btn a {
              display: block;
              width: 100%;
              height: 45px;
              margin: 1.0em auto;
              text-align: left;
              font-size: .8em;
              font-weight: 600;
              letter-spacing: 0.2em;
              color: #4B7Db4;
              background-color: #fffaf0;
              padding: 1.0em 2.0em;
              border-radius: 50vh;
              position: relative; }
              @media screen and (max-width: 1500px) {
                #future .sidearea.boxleft .pc_box .box_2 .btn a {
                  font-size: .75em; } }
              #future .sidearea.boxleft .pc_box .box_2 .btn a::after, #future .sidearea.boxleft .pc_box .box_2 .btn a::before {
                content: "";
                position: absolute;
                top: 0;
                right: 0; }
              #future .sidearea.boxleft .pc_box .box_2 .btn a::before {
                width: 45px;
                height: 45px;
                background: #FF8C73;
                border-radius: 50%; }
              #future .sidearea.boxleft .pc_box .box_2 .btn a::after {
                content: "▼";
                color: #fffaf0;
                font-size: 60%;
                top: 50%;
                right: 15px;
                transform: translateY(-50%); }
              #future .sidearea.boxleft .pc_box .box_2 .btn a:hover {
                transform: scale(1.05); }
    #future .sidearea.boxright {
      right: 0; }
      #future .sidearea.boxright .pc_box {
        position: relative;
        width: 100%;
        height: 100vh; }
        #future .sidearea.boxright .pc_box .lp_ttl {
          position: absolute;
          top: 5%;
          right: 5%; }
          @media screen and (max-width: 1500px) {
            #future .sidearea.boxright .pc_box .lp_ttl {
              max-width: 60px; } }
        #future .sidearea.boxright .pc_box .animeBox {
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          width: 90%;
          max-width: 450px; }
          #future .sidearea.boxright .pc_box .animeBox .anime_1 {
            transform-origin: center bottom;
            animation: yurayura 2.0s step-end 0s infinite;
            max-width: 150px; }
            @media screen and (max-width: 1500px) {
              #future .sidearea.boxright .pc_box .animeBox .anime_1 {
                max-width: 100px; } }
          #future .sidearea.boxright .pc_box .animeBox .anime_2 {
            max-width: 250px; }
            @media screen and (max-width: 1500px) {
              #future .sidearea.boxright .pc_box .animeBox .anime_2 {
                max-width: 200px; } }
  #future #box-content {
    position: relative;
    z-index: 1000;
    /* drawer */ }
    #future #box-content #drawer {
      position: relative;
      max-width: 500px;
      top: 0;
      padding-top: 20vh;
      min-height: 100vh;
      margin: 0 auto;
      background: #fffaf0; }
      @media screen and (max-width: 1500px) {
        #future #box-content #drawer {
          max-width: 450px; } }
      @media screen and (max-width: 1080px) {
        #future #box-content #drawer {
          margin: 0 auto;
          padding-top: 0;
          max-width: 550px; } }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer {
          max-width: none; } }
      #future #box-content #drawer .spBox {
        height: 100vh;
        background: #4B7Db4;
        position: relative;
        display: none; }
        @media screen and (max-width: 1080px) {
          #future #box-content #drawer .spBox {
            display: block;
            margin-bottom: 10vh; } }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .spBox {
            margin-bottom: 15vh; } }
        #future #box-content #drawer .spBox .ja_ttl {
          max-width: 60px;
          position: absolute;
          top: 5%;
          right: 5%; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .spBox .ja_ttl {
              right: 10%;
              max-width: 45px; } }
        #future #box-content #drawer .spBox .innerBox {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 95%;
          text-align: left; }
          @media screen and (max-width: 1080px) {
            #future #box-content #drawer .spBox .innerBox {
              width: 80%; } }
          #future #box-content #drawer .spBox .innerBox .logo {
            max-width: 150px;
            margin-bottom: 2.0em; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .spBox .innerBox .logo {
                width: 40%;
                max-width: 110px; } }
          #future #box-content #drawer .spBox .innerBox .txt {
            max-width: 200px;
            margin-top: 2.0em; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .spBox .innerBox .txt {
                width: 50%;
                max-width: 120px; } }
        #future #box-content #drawer .spBox .animeBox {
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-end; }
          #future #box-content #drawer .spBox .animeBox .anime_1 {
            transform-origin: center bottom;
            animation: yurayura 2.0s step-end 0s infinite; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .spBox .animeBox .anime_1 {
                max-width: 120px; } }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .spBox .animeBox .anime_2 {
              max-width: 200px; } }
      #future #box-content #drawer .main_txt p {
        font-weight: 600;
        font-size: 1.0em;
        line-height: 2.2; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .main_txt p {
            font-size: 3.5vw; } }
      #future #box-content #drawer .linkBtn {
        width: 70%;
        margin: 20vh auto; }
        @media screen and (max-width: 1080px) {
          #future #box-content #drawer .linkBtn {
            margin: 10vh auto; } }
        #future #box-content #drawer .linkBtn a {
          display: block;
          background: #197D5A;
          color: #fffaf0;
          font-size: 1.1em;
          letter-spacing: 0.2em;
          position: relative;
          padding: 1.0em;
          border-radius: 50vh;
          border: 2px solid #197D5A;
          font-weight: 600; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .linkBtn a {
              font-size: 3.5vw; } }
          #future #box-content #drawer .linkBtn a::before {
            content: "▼";
            top: 52%;
            right: 2.0em;
            font-size: 60%;
            transform: translateY(-50%);
            color: #fffaf0;
            position: absolute; }
          #future #box-content #drawer .linkBtn a:hover {
            color: #197D5A;
            background: #fffaf0; }
            #future #box-content #drawer .linkBtn a:hover::before {
              color: #197D5A; }
      #future #box-content #drawer section {
        padding-top: 60px; }
        #future #box-content #drawer section.last {
          margin-bottom: 0;
          padding-bottom: 5px; }
          #future #box-content #drawer section.last .linkBtn {
            margin-bottom: 10vh; }
        #future #box-content #drawer section h2 img {
          max-height: 40px; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section h2 img {
              max-height: 35px; } }
        #future #box-content #drawer section h3 {
          font-size: 1.0em;
          letter-spacing: 0.2em;
          margin-top: 1.5em;
          font-weight: 600; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section h3 {
              font-size: 3.5vw; } }
        #future #box-content #drawer section .itemBox {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          width: 90%;
          margin: 15% auto; }
          #future #box-content #drawer section .itemBox div {
            width: calc(100%/2 - 2%);
            text-align: left; }
            #future #box-content #drawer section .itemBox div .item_img {
              width: 80%;
              margin: 0 auto;
              display: block; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer section .itemBox div .item_img {
                  width: 90%; } }
            #future #box-content #drawer section .itemBox div p {
              font-weight: 600;
              color: #4B7Db4;
              font-size: 0.7em;
              width: 90%;
              margin: 1.0em auto; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer section .itemBox div p {
                  font-size: 3.0vw; } }
              #future #box-content #drawer section .itemBox div p.number {
                text-align: left !important;
                width: 100%; }
                #future #box-content #drawer section .itemBox div p.number img {
                  max-height: 20px;
                  display: block;
                  text-align: left;
                  width: auto; }
                  @media screen and (max-width: 600px) {
                    #future #box-content #drawer section .itemBox div p.number img {
                      max-height: 17px; } }
            #future #box-content #drawer section .itemBox div dl {
              width: 90%;
              margin: 0 auto;
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-wrap: wrap; }
              #future #box-content #drawer section .itemBox div dl dt, #future #box-content #drawer section .itemBox div dl dd {
                width: calc(100%/2 - 2%);
                font-size: 0.7em; }
                @media screen and (max-width: 600px) {
                  #future #box-content #drawer section .itemBox div dl dt, #future #box-content #drawer section .itemBox div dl dd {
                    font-size: 3.0vw; } }
            #future #box-content #drawer section .itemBox div a {
              display: block;
              width: fit-content;
              margin: 1.0em 25% 0 auto; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer section .itemBox div a {
                  margin-right: 10%; } }
              #future #box-content #drawer section .itemBox div a img {
                max-width: 45px; }
                @media screen and (max-width: 600px) {
                  #future #box-content #drawer section .itemBox div a img {
                    max-width: 40px; } }
              #future #box-content #drawer section .itemBox div a:hover {
                opacity: .8; }
        #future #box-content #drawer section .orangeLine {
          width: 90%;
          margin: 15% auto; }
        #future #box-content #drawer section .chartBox {
          margin: 15% auto 150px;
          width: 90%; }
          #future #box-content #drawer section .chartBox .chart {
            display: flex;
            align-items: stretch;
            justify-content: center; }
            #future #box-content #drawer section .chartBox .chart .txtBox {
              width: 30%;
              position: relative;
              display: flex;
              flex-direction: column;
              justify-content: space-around; }
              #future #box-content #drawer section .chartBox .chart .txtBox .txtAnime {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                flex-direction: row-reverse; }
                #future #box-content #drawer section .chartBox .chart .txtBox .txtAnime p {
                  background: #4B7Db4;
                  color: #fffaf0;
                  font-weight: 600;
                  font-size: 1.0em;
                  white-space: pre;
                  writing-mode: vertical-rl;
                  display: inline-block;
                  margin: 0.2em;
                  padding: 0.5em;
                  letter-spacing: 0.2em;
                  line-height: 1.0; }
                  @media screen and (max-width: 600px) {
                    #future #box-content #drawer section .chartBox .chart .txtBox .txtAnime p {
                      font-size: 3.5vw; } }
            #future #box-content #drawer section .chartBox .chart .imgBox {
              width: 70%;
              position: relative; }
              #future #box-content #drawer section .chartBox .chart .imgBox img.number {
                position: absolute;
                top: -25px; }
                #future #box-content #drawer section .chartBox .chart .imgBox img.number.right {
                  right: 1.8em; }
                #future #box-content #drawer section .chartBox .chart .imgBox img.number.left {
                  left: 1.8em; }
              #future #box-content #drawer section .chartBox .chart .imgBox img:last-child {
                border: 2px solid #FF8C73;
                border-radius: 2.0em; }
          #future #box-content #drawer section .chartBox .scroll {
            margin: 0 auto;
            width: 100%;
            max-height: 150px;
            position: absolute;
            padding-right: 10%; }
            #future #box-content #drawer section .chartBox .scroll.right {
              padding-right: 0;
              padding-left: 10%; }
            #future #box-content #drawer section .chartBox .scroll .linestretches {
              position: relative;
              width: 2px;
              height: 150px;
              color: #FF8C73;
              display: inline-block;
              transform: translateY(0); }
              #future #box-content #drawer section .chartBox .scroll .linestretches::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 1px;
                height: 100%;
                background: #FF8C73; }
              #future #box-content #drawer section .chartBox .scroll .linestretches::after {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                border-top: 2px solid #FF8C73;
                border-left: 2px solid #FF8C73;
                transform: rotate(-135deg);
                margin-top: -8px;
                left: -3.5px; }
              #future #box-content #drawer section .chartBox .scroll .linestretches.visible::before {
                animation: arrowlong01 2s ease forwards; }
              #future #box-content #drawer section .chartBox .scroll .linestretches.visible::after {
                animation: arrowlong02 2s ease forwards; }
      #future #box-content #drawer .greenLine {
        width: 90%;
        margin: 0 auto; }
      #future #box-content #drawer .attention {
        width: 85%;
        margin: 10% auto; }
        #future #box-content #drawer .attention h3 {
          text-align: left;
          margin-bottom: 10%; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .attention h3 {
              font-size: 3.7vw; } }
        #future #box-content #drawer .attention ul li {
          position: relative;
          font-size: 0.8em;
          text-align: left;
          padding-left: 1.2em;
          color: #4B7Db4;
          line-height: 1.8; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .attention ul li {
              font-size: 3.0vw; } }
          #future #box-content #drawer .attention ul li::before {
            content: "●";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 80%; }

@keyframes yurayura {
  0% , 100% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); } }
@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 1; }
  80% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes arrowlong02 {
  0% {
    top: 0;
    opacity: 1; }
  80% {
    top: 100%;
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 1; } }
