@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: 0;
  left: 0;
  height: 100vh;
  transition: .8s;
  width: calc(100%/2);
  position: fixed;
  background: url("../images/pc_back.webp") no-repeat;
  background-size: cover;
  background-position: right; }
  @media screen and (max-width: 1080px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea .pc_kv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 1000px;
    transform: translate(-50%, -50%); }
#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;
    max-width: 720px; }
    #future #box-content #drawer .mv {
      margin: 0 auto;
      text-align: center;
      position: relative; }
      #future #box-content #drawer .mv .ttl {
        position: absolute;
        top: 10%;
        left: 50%;
        width: 60%;
        transform: translateX(-50%); }
    #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;
            text-align: center;
            line-height: 2.0; } }
      #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%, #ffffb8 60%); }
        #future #box-content #drawer .innerBox p .bold {
          font-weight: 600; }
      #future #box-content #drawer .innerBox .menu {
        padding: 32px 24px;
        border: 1px solid #404040;
        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: #91b8e2;
          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/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: 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: 1.3em;
        line-height: 1.8;
        margin-bottom: 24px;
        position: relative;
        border-bottom: 1px solid #91b8e2;
        padding-left: 0.5em;
        border-left: 5px solid #91b8e2; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h2 {
            font-size: 3.9vw; } }
      #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: 1.1em;
        margin-bottom: 1.0em;
        font-weight: 600; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox h3 {
            font-size: 3.7vw; } }
      #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 #404040;
        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 h3 {
            font-size: 0.9em;
            margin-bottom: 8px;
            font-weight: 600; }
            @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 #b8b8b8;
            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: #b8b8b8;
            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: #b8b8b8; }
              #future #box-content #drawer .innerBox .itemBox div a:hover::after {
                border-color: transparent transparent transparent #b8b8b8; }
        #future #box-content #drawer .innerBox .itemBox.recommendBox {
          flex-direction: column;
          padding: 32px 24px; }
          #future #box-content #drawer .innerBox .itemBox.recommendBox h3 {
            font-size: 0.9em;
            margin-bottom: 2em; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .itemBox.recommendBox h3 {
                font-size: 3.5vw; } }
          #future #box-content #drawer .innerBox .itemBox.recommendBox div {
            width: 100%;
            text-align: center; }
            #future #box-content #drawer .innerBox .itemBox.recommendBox div img {
              width: 60%; }
            #future #box-content #drawer .innerBox .itemBox.recommendBox div:last-child p {
              font-size: .9em;
              text-align: left; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer .innerBox .itemBox.recommendBox div:last-child p {
                  font-size: 3.5vw; } }
            #future #box-content #drawer .innerBox .itemBox.recommendBox div:last-child a {
              margin: 1.0em auto 0; }
      #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 #404040;
          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 #404040;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 1em; }
          #future #box-content #drawer .innerBox .summary a:hover {
            background: #404040;
            color: #ffffff; }
            #future #box-content #drawer .innerBox .summary a:hover::after {
              border-color: transparent transparent transparent #ffffff; }
