@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #404040; }
  a:hover {
    text-decoration: none;
    color: #404040; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #404040; }

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: #404040;
  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; }
  @media screen and (max-width: 600px) {
    #future.lp_wrapper {
      background: none; } }
#future .sidearea {
  top: 60px;
  height: calc(100vh - 60px);
  transition: .8s;
  position: fixed;
  background: #9cb7d4; }
  @media screen and (max-width: 600px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.left_side {
    width: calc(100% - 500px - 10%);
    left: 0; }
    @media screen and (max-width: 1080px) {
      #future .sidearea.left_side {
        width: calc(100% - 500px); } }
    #future .sidearea.left_side .pc_box {
      position: absolute;
      width: 80%;
      height: 85vh;
      max-width: 1200px;
      max-height: 950px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      @media screen and (max-width: 1080px) {
        #future .sidearea.left_side .pc_box {
          height: fit-content;
          width: 97%; } }
      #future .sidearea.left_side .pc_box h2 {
        color: #ffffff;
        font-weight: 600;
        font-size: 3.5em;
        letter-spacing: .1em; }
        @media screen and (max-width: 1080px) {
          #future .sidearea.left_side .pc_box h2 {
            font-size: 2.0em;
            margin-left: 3%; } }
      #future .sidearea.left_side .pc_box img {
        margin: -24px auto 0; }
      #future .sidearea.left_side .pc_box h1 {
        font-size: 1.5em;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: .1em; }
        @media screen and (max-width: 1080px) {
          #future .sidearea.left_side .pc_box h1 {
            font-size: 1.2em;
            margin-left: 3%; } }
  #future .sidearea.right_side {
    width: 10%;
    right: 0; }
    @media screen and (max-width: 1080px) {
      #future .sidearea.right_side {
        display: none; } }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 500px;
  margin: 0 10% 0 auto;
  /* drawer */ }
  @media screen and (max-width: 1080px) {
    #future #box-content {
      margin: 0 0 0 auto; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    max-width: 720px; }
    #future #box-content #drawer .mv {
      margin: 0 auto;
      position: relative;
      background: #9cb7d4;
      display: none; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .mv {
          display: block; } }
      #future #box-content #drawer .mv img {
        margin: 3% auto; }
      #future #box-content #drawer .mv h2 {
        color: #ffffff;
        font-weight: 600;
        font-size: min(2.5em, 8vw);
        width: 90%;
        position: absolute;
        top: 5%;
        left: 5%;
        line-height: 1.2; }
      #future #box-content #drawer .mv h1 {
        font-size: min(1.4em, 4vw);
        font-weight: 400;
        color: #ffffff;
        letter-spacing: .1em;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%; }
    #future #box-content #drawer .innerBox {
      width: 90%;
      margin: 10% auto; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .innerBox {
          margin: 20% auto; } }
      #future #box-content #drawer .innerBox h3.ttl {
        font-size: min(1em, 3.2vw);
        font-weight: 600;
        margin-bottom: 10%; }
        #future #box-content #drawer .innerBox h3.ttl span {
          position: relative; }
          #future #box-content #drawer .innerBox h3.ttl span::after {
            position: absolute;
            content: "";
            width: 3.0em;
            height: 2px;
            background: #404040;
            right: -3.2em;
            top: 50%;
            transform: translateY(-50%); }
      #future #box-content #drawer .innerBox .main-txt {
        margin: 0 auto 10%; }
      #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%, #e2e2e3 60%); }
        #future #box-content #drawer .innerBox p .bold {
          font-weight: 600; }
        #future #box-content #drawer .innerBox p.triangle {
          position: relative; }
          #future #box-content #drawer .innerBox p.triangle::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 6px 0 6px;
            border-color: #404040 transparent transparent transparent;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 0.5em; }
      #future #box-content #drawer .innerBox .menu {
        padding: 32px 24px;
        border: 1px solid #9cb7d4;
        border-radius: 1.0em;
        width: 60%;
        margin: 15% auto; }
        @media screen and (max-width: 1850px) {
          #future #box-content #drawer .innerBox .menu {
            width: 75%; } }
        @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: #9cb7d4;
          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;
          color: #ffffff; }
          @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/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: 400;
          line-height: 2.2; }
          @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: 400;
            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: min(1.2em, 3.5vw);
        line-height: 1.8;
        margin-bottom: 24px;
        position: relative;
        border-bottom: 4px solid #e2e2e3;
        position: relative; }
        #future #box-content #drawer .innerBox h2::after {
          position: absolute;
          content: "";
          left: 0;
          bottom: -4px;
          width: 50%;
          height: 4px;
          background: #9cb7d4; }
      #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 .icon_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto; }
        #future #box-content #drawer .innerBox .icon_flex img {
          display: block;
          width: calc(100%/3 - 2%); }
      #future #box-content #drawer .innerBox h3 {
        font-size: min(1em, 3.2vw);
        font-weight: 600; }
        #future #box-content #drawer .innerBox h3 .icon {
          border: 1px solid #404040;
          border-radius: 50vh;
          padding: 0 .5em;
          font-size: 90%;
          margin-right: 1.0em; }
      #future #box-content #drawer .innerBox h4 {
        font-size: 0.9em;
        font-weight: 600;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h4 {
            font-size: 3.5vw; } }
      #future #box-content #drawer .innerBox .recommend img {
        margin-bottom: 2%; }
      #future #box-content #drawer .innerBox .flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        #future #box-content #drawer .innerBox .flex img {
          display: block;
          width: calc(100%/2 - 1%); }
      #future #box-content #drawer .innerBox .itemBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 16px;
        border: 1px solid #9cb7d4;
        border-radius: .5em;
        margin: 10% auto;
        max-width: 550px; }
        #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 h2 {
            font-size: 0.9em;
            margin-bottom: 8px;
            font-weight: 600;
            border: none; }
            #future #box-content #drawer .innerBox .itemBox div h2::after {
              display: none; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .itemBox div h2 {
                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 #9cb7d4;
            border-radius: 0.5em;
            text-align: center;
            max-width: 180px;
            font-size: 0.8em;
            padding: 0.3em 3.0em 0.3em 2.5em;
            letter-spacing: .1em;
            position: relative;
            background: #9cb7d4;
            color: #ffffff; }
            @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 #ffffff;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              margin-left: 2em; }
            #future #box-content #drawer .innerBox .itemBox div a:hover {
              background: #ffffff;
              color: #9cb7d4; }
              #future #box-content #drawer .innerBox .itemBox div a:hover::after {
                border-color: transparent transparent transparent #9cb7d4; }
      #future #box-content #drawer .innerBox .summary {
        margin-top: 10%; }
        #future #box-content #drawer .innerBox .summary h2 {
          font-size: 1.0em; }
        #future #box-content #drawer .innerBox .summary .box {
          margin-top: -60px; }
        #future #box-content #drawer .innerBox .summary a {
          display: block;
          border: 1px solid #9cb7d4;
          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;
          background: #9cb7d4;
          color: #ffffff; }
          @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 #ffffff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 1em; }
          #future #box-content #drawer .innerBox .summary a:hover {
            background: #ffffff;
            color: #9cb7d4; }
            #future #box-content #drawer .innerBox .summary a:hover::after {
              border-color: transparent transparent transparent #9cb7d4; }
          #future #box-content #drawer .innerBox .summary a.bnr {
            border: none;
            max-width: none;
            width: 100%;
            padding: 0; }
            #future #box-content #drawer .innerBox .summary a.bnr::after {
              display: none; }
