@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #171717; }
  a:hover {
    text-decoration: none;
    color: #171717; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #171717; }

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; }

.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(50px);
  transition: opacity 1s, transform 1s; }
  .fadeIn.visible {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #171717;
  font-size: 14px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1600px; }
  @media screen and (max-width: 600px) {
    #future.lp_wrapper {
      background: none; } }
#future .sidearea {
  top: 0;
  left: 0;
  height: 100vh;
  transition: .8s;
  width: calc(100%/2);
  position: fixed;
  background: url("../images/pc.jpg") no-repeat;
  background-size: contain;
  background-position: right; }
  @media screen and (max-width: 1080px) {
    #future .sidearea {
      display: none; } }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: calc(100%/2);
  margin: 0 0 0 auto;
  /* drawer */ }
  @media screen and (max-width: 1080px) {
    #future #box-content {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff; }
    #future #box-content #drawer .mv {
      margin: 0 auto;
      text-align: center; }
    #future #box-content #drawer .innerBox {
      width: 80%;
      margin: 10% auto; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .innerBox {
          width: 90%;
          margin: 20% auto; } }
      #future #box-content #drawer .innerBox .main-txt {
        margin: 0 auto 10%; }
      #future #box-content #drawer .innerBox h1 {
        font-size: 1.2em;
        margin-bottom: 24px; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h1 {
            font-size: 3.7vw; } }
      #future #box-content #drawer .innerBox p {
        font-size: 1.0em;
        line-height: 1.8;
        margin-bottom: 24px;
        font-weight: 400; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox p {
            font-size: 3.2vw; } }
        #future #box-content #drawer .innerBox p .marker {
          font-size: 100%;
          background: linear-gradient(transparent 60%, #b6d3e2 60%); }
        #future #box-content #drawer .innerBox p .bold {
          font-weight: 600; }
      #future #box-content #drawer .innerBox .menu {
        padding: 32px 24px;
        border: 1px solid #171717;
        border-radius: 1.0em;
        width: 60%;
        margin: 15% auto; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox .menu {
            width: 80%;
            margin: 20% auto; } }
        #future #box-content #drawer .innerBox .menu .icon {
          background: #b6d3e2;
          position: relative;
          font-size: 1.0em;
          padding: 0.3em 2.0em 0.3em 3.5em;
          width: fit-content;
          border-radius: 50vh;
          margin: 0 auto 24px; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .innerBox .menu .icon {
              font-size: 3.2vw; } }
          #future #box-content #drawer .innerBox .menu .icon::before {
            content: "";
            position: absolute;
            background: url("../images/SVG/menu_icon.svg") no-repeat;
            top: 50%;
            left: 2.0em;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            background-size: cover; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .menu .icon::before {
                width: 10px;
                height: 10px; } }
        #future #box-content #drawer .innerBox .menu h6 {
          font-size: 1.0em;
          font-weight: 600; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .innerBox .menu h6 {
              font-size: 3.2vw; } }
        #future #box-content #drawer .innerBox .menu ul {
          padding-left: 2.0em; }
          #future #box-content #drawer .innerBox .menu ul li {
            margin: 1.0em 0;
            font-size: .9em;
            font-weight: 600;
            list-style: decimal; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .menu ul li {
                font-size: 3.0vw; } }
      #future #box-content #drawer .innerBox section {
        padding-top: 60px; }
      #future #box-content #drawer .innerBox h2 {
        font-size: 1.2em;
        margin-bottom: 24px;
        position: relative; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h2 {
            font-size: 3.8vw; } }
        #future #box-content #drawer .innerBox h2::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: calc(100% - 18em);
          height: .5px;
          background: #171717; }
        #future #box-content #drawer .innerBox h2.second::before {
          width: calc(100% - 15em); }
      #future #box-content #drawer .innerBox .box {
        margin: calc(10% - 60px) auto 10%;
        padding-top: 60px; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox .box {
            margin: calc(15% - 60px) auto 10%; } }
        #future #box-content #drawer .innerBox .box img {
          margin-bottom: 24px; }
      #future #box-content #drawer .innerBox h3 {
        font-size: 1.2em;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h3 {
            font-size: 3.8vw; } }
      #future #box-content #drawer .innerBox .itemBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        border: 1px solid #171717;
        margin: 10% auto; }
        #future #box-content #drawer .innerBox .itemBox div {
          width: 30%; }
          #future #box-content #drawer .innerBox .itemBox div:nth-child(2) {
            width: 70%;
            margin-left: 14px; }
          #future #box-content #drawer .innerBox .itemBox div h3 {
            font-size: 0.9em;
            margin-bottom: 8px; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .itemBox div h3 {
                font-size: 3.0vw; } }
          #future #box-content #drawer .innerBox .itemBox div p {
            font-size: 0.8em;
            margin-bottom: 8px; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .itemBox div p {
                font-size: 2.8vw; } }
          #future #box-content #drawer .innerBox .itemBox div a {
            display: block;
            border: 1px solid #171717;
            border-radius: 50vh;
            text-align: center;
            max-width: 180px;
            font-size: 0.8em;
            padding: 0.3em 3.0em 0.3em 2.5em;
            letter-spacing: .1em;
            position: relative; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .itemBox div a {
                font-size: 2.8vw;
                width: 70%; } }
            #future #box-content #drawer .innerBox .itemBox div a::after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 6px;
              border-color: transparent transparent transparent #171717;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              margin-left: 2em; }
            #future #box-content #drawer .innerBox .itemBox div a:hover {
              background: #171717;
              color: #ffffff; }
              #future #box-content #drawer .innerBox .itemBox div a:hover::after {
                border-color: transparent transparent transparent #ffffff; }
      #future #box-content #drawer .innerBox .summary {
        margin-top: 10%; }
        #future #box-content #drawer .innerBox .summary h2::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: calc(100% - 4em);
          height: .5px;
          background: #171717; }
        #future #box-content #drawer .innerBox .summary .box {
          margin-top: -60px; }
        #future #box-content #drawer .innerBox .summary a {
          display: block;
          border: 1px solid #171717;
          border-radius: .5em;
          max-width: 350px;
          text-align: center;
          font-size: 1.0em;
          padding: 1em 2.5em;
          letter-spacing: .1em;
          position: relative;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .innerBox .summary a {
              font-size: 3.2vw; } }
          #future #box-content #drawer .innerBox .summary a::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 8px;
            border-color: transparent transparent transparent #171717;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 1em; }
          #future #box-content #drawer .innerBox .summary a:hover {
            background: #171717;
            color: #ffffff; }
            #future #box-content #drawer .innerBox .summary a:hover::after {
              border-color: transparent transparent transparent #ffffff; }
