@charset "UTF-8";
/* hover
=================================================================== */
/* common
=================================================================== */
/* layout
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* vw
=================================================================== */
/* rem
=================================================================== */
/* form
=================================================================== */
/* hover
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
/*============================================================================================ animation */
@keyframes arrowAnime {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(72px, 0, 0); } }
/*============================================================================================ common */
.toward.towardContents {
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー contents Grid */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー slick arrow */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー wrapper */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー SvgLine */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー science white */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー btn */ }
  .toward.towardContents .wrapperTop .wrapperTop__text {
    display: none; }
  .toward.towardContents .header .headerContents .nav .navList > li > a .navArrow {
    display: none; }
  .toward.towardContents .towardContentsGrid {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 50px; }
  .toward.towardContents .towardContentsGrid--s {
    max-width: 905px;
    margin: 0 auto;
    padding: 0 50px; }
  .toward.towardContents .slick-arrow-01 {
    width: 45px;
    height: 50%; }
    .toward.towardContents .slick-arrow-01:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-size: 23px auto;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
    .toward.towardContents .slick-arrow-01.slick-prev-01 {
      left: -55px; }
      .toward.towardContents .slick-arrow-01.slick-prev-01:before {
        background-image: url("../img/contents/detailCommon/slick__arrow--prev--white.svg"); }
    .toward.towardContents .slick-arrow-01.slick-next-01 {
      right: -55px; }
      .toward.towardContents .slick-arrow-01.slick-next-01:before {
        background-image: url("../img/contents/detailCommon/slick__arrow--next--white.svg"); }
  .toward.towardContents .sp-wrapper {
    padding-top: 0; }
  .toward.towardContents .contetnsSvgLine .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 26;
    stroke-miterlimit: 10;
    stroke-dashoffset: 300px;
    stroke-dasharray: 290px, 10020px; }
  .toward.towardContents .science.white > span:after {
    background-size: auto 100%;
    background-position: left center;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.4s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    width: 0; }
  .toward.towardContents .towardBtn > a {
    display: inline-block;
    position: relative; }
    .toward.towardContents .towardBtn > a > p {
      position: relative;
      padding: 0 35px; }
      .toward.towardContents .towardBtn > a > p:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: auto;
        right: 0;
        background-color: rgba(255, 255, 255, 0.2);
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.4s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.4s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        width: 0; }
      .toward.towardContents .towardBtn > a > p > img {
        position: relative;
        height: 34px;
        width: auto;
        z-index: 2; }
    .toward.towardContents .towardBtn > a .towardContents__btn--frame {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .toward.towardContents .towardBtn > a .towardContents__btn--frame:before, .toward.towardContents .towardBtn > a .towardContents__btn--frame:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 8px;
        height: 39px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto; }
      .toward.towardContents .towardBtn > a .towardContents__btn--frame:before {
        background-image: url("../img/common/textFrame--left--white.svg"); }
      .toward.towardContents .towardBtn > a .towardContents__btn--frame:after {
        left: auto;
        right: 0;
        background-image: url("../img/common/textFrame--right--white.svg"); }
  .toward.towardContents .towardBtn.right {
    text-align: right; }

/*============================================================================================ Contents */
.toward.towardContents {
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー contentsKv */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー leader */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー towardContents__slick */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー section */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー Future */
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー footer */ }
  .toward.towardContents .contentsKv__main {
    position: absolute;
    width: 415px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 0;
    z-index: 2; }
    .toward.towardContents .contentsKv__main .contentsKv__main--title, .toward.towardContents .contentsKv__main .contentsKv__main--subText {
      position: absolute; }
    .toward.towardContents .contentsKv__main .contentsKv__main--title {
      width: 100%;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      overflow: hidden; }
      .toward.towardContents .contentsKv__main .contentsKv__main--title > p {
        text-indent: -9999px;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -ms-transition-duration: 0.4s;
        -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-duration: 0.4s;
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transform: translateY(150%);
        -webkit-transform: translateY(150%); }
    .toward.towardContents .contentsKv__main .contentsKv__main--subText {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .toward.towardContents .contentsKv__main .contentsKv__main--subText > li {
        position: absolute; }
      .toward.towardContents .contentsKv__main .contentsKv__main--subText > li.subText__tl {
        top: 0;
        left: 0; }
      .toward.towardContents .contentsKv__main .contentsKv__main--subText > li.subText__br {
        width: 100%;
        right: 0;
        bottom: 0;
        height: 14px; }
        .toward.towardContents .contentsKv__main .contentsKv__main--subText > li.subText__br > p {
          position: absolute;
          width: 100%;
          top: 0;
          right: 0;
          text-indent: -9999px;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: right center;
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-delay: 0.4s;
          -webkit-transition-delay: 0.4s;
          width: 0; }
    .toward.towardContents .contentsKv__main.contents--01 .contentsKv__main--title > p {
      background-image: url("../img/contents/01/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--01 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/01/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.contents--02 .contentsKv__main--title > p {
      background-image: url("../img/contents/02/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--02 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/02/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.contents--03 .contentsKv__main--title > p {
      background-image: url("../img/contents/03/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--03 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/03/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.contents--04 .contentsKv__main--title > p {
      background-image: url("../img/contents/04/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--04 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/04/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.contents--05 .contentsKv__main--title > p {
      background-image: url("../img/contents/05/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--05 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/05/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.contents--06 .contentsKv__main--title > p {
      background-image: url("../img/contents/06/kv__title.svg"); }
    .toward.towardContents .contentsKv__main.contents--06 .contentsKv__main--subText > li.subText__br > p {
      background-image: url("../img/contents/06/kv__title--subText.svg"); }
    .toward.towardContents .contentsKv__main.active .contentsKv__main--title > p {
      transform: translateY(0);
      -webkit-transform: translateY(0); }
    .toward.towardContents .contentsKv__main.active .contentsKv__main--subText > li.subText__br > p {
      width: 100%; }
    .toward.towardContents .contentsKv__main.active .science.white > span:after {
      width: 100%; }
  .toward.towardContents .contentsKv {
    display: block;
    position: relative;
    height: 500px; }
    .toward.towardContents .contentsKv .contentsKv__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .toward.towardContents .contentsKv .contentsKv__img .contentsKv__img--list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0952A8; }
        .toward.towardContents .contentsKv .contentsKv__img .contentsKv__img--list > li {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: none; }
          .toward.towardContents .contentsKv .contentsKv__img .contentsKv__img--list > li > span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 1; }
          .toward.towardContents .contentsKv .contentsKv__img .contentsKv__img--list > li > p {
            position: absolute;
            right: 20px;
            bottom: 15px;
            font-size: 12px;
            /*IE9以下で反映されるよう記述*/
            font-size: 0.75rem;
            text-align: right;
            color: #fff;
            line-height: 1.2;
            z-index: 2; }
  .toward.towardContents .towardContents__leader {
    position: relative;
    z-index: 2;
    transform: translateY(-44.15%);
    margin-bottom: -5%; }
    .toward.towardContents .towardContents__leader .towardContents__leader--title {
      width: calc(310 / 950 * 100%); }
      .toward.towardContents .towardContents__leader .towardContents__leader--title > p {
        position: relative;
        padding-top: calc(530 / 670 * 100%); }
        .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span {
          text-indent: -9999px;
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          overflow: hidden;
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          opacity: 0;
          transform: translateY(20px); }
          .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% auto; }
          .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span:nth-child(1) {
            height: calc(234 / 530 * 100%);
            top: 0; }
            .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
              background-position: center top; }
          .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span:nth-child(2) {
            height: calc(296 / 530 * 100%);
            bottom: 0; }
            .toward.towardContents .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
              background-position: center bottom; }
    .toward.towardContents .towardContents__leader .towardContents__leader--subText {
      position: absolute;
      width: calc(560 / 950* 100%);
      bottom: 0;
      right: 0; }
      .toward.towardContents .towardContents__leader .towardContents__leader--subText:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: auto;
        right: 0;
        background-color: #F2F2F2;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.3s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: 0.45s;
        -webkit-transition-delay: 0.45s; }
    .toward.towardContents .towardContents__leader.active .towardContents__leader--title > p > span {
      opacity: 1;
      transform: translateY(0); }
    .toward.towardContents .towardContents__leader.active .towardContents__leader--subText:after {
      width: 0; }
  .toward.towardContents .towardContents__slick {
    margin-bottom: 70px; }
    .toward.towardContents .towardContents__slick .towardContents__slick--items p {
      font-size: 14px;
      /*IE9以下で反映されるよう記述*/
      font-size: 0.875rem;
      line-height: 1.7;
      margin-top: 18px;
      padding-right: 200px; }
    .toward.towardContents .towardContents__slick .slick-arrow-01 {
      width: 13px;
      height: 25px;
      top: auto;
      bottom: 2px;
      transform: translate(0, 0);
      z-index: 2;
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition-duration: 0.3s;
      -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-duration: 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition-duration: 0.3s;
      -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .toward.towardContents .towardContents__slick .slick-arrow-01.slick-prev-01 {
        left: auto;
        right: 100px; }
        .toward.towardContents .towardContents__slick .slick-arrow-01.slick-prev-01:before {
          background-image: url("../img/contents/detailCommon/slick__arrow--prev.svg"); }
      .toward.towardContents .towardContents__slick .slick-arrow-01.slick-next-01 {
        right: 0; }
        .toward.towardContents .towardContents__slick .slick-arrow-01.slick-next-01:before {
          background-image: url("../img/contents/detailCommon/slick__arrow--next.svg"); }
      .toward.towardContents .towardContents__slick .slick-arrow-01.slick-disabled {
        opacity: 0; }
    .toward.towardContents .towardContents__slick .slick-dots {
      position: absolute;
      bottom: -8px;
      right: 0;
      padding: 0 25px;
      width: auto;
      text-align: right; }
      .toward.towardContents .towardContents__slick .slick-dots:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 150%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: #F2F2F2;
        z-index: 1;
        pointer-events: none; }
      .toward.towardContents .towardContents__slick .slick-dots > li {
        position: relative;
        width: 13px;
        height: 25px;
        margin: 0 10px;
        z-index: 2; }
        .toward.towardContents .towardContents__slick .slick-dots > li button {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto; }
          .toward.towardContents .towardContents__slick .slick-dots > li button:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            height: 1px;
            top: auto;
            bottom: 0;
            background-color: #0952A8;
            width: 0;
            left: auto;
            right: 0;
            transition-duration: 0.4s;
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -ms-transition-duration: 0.4s;
            -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -webkit-transition-duration: 0.4s;
            -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -moz-transition-duration: 0.4s;
            -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(1) button {
          background-image: url("../img/contents/detailCommon/slick__num--01.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(2) button {
          background-image: url("../img/contents/detailCommon/slick__num--02.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(3) button {
          background-image: url("../img/contents/detailCommon/slick__num--03.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(4) button {
          background-image: url("../img/contents/detailCommon/slick__num--04.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(5) button {
          background-image: url("../img/contents/detailCommon/slick__num--05.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li:nth-child(6) button {
          background-image: url("../img/contents/detailCommon/slick__num--06.svg"); }
        .toward.towardContents .towardContents__slick .slick-dots > li.slick-active button::before {
          width: 100%;
          right: auto;
          left: 0; }
  .toward.towardContents .towardContents__section {
    margin-bottom: 140px; }
    .toward.towardContents .towardContents__section .marginB {
      margin-bottom: 60px; }
    .toward.towardContents .towardContents__section .towardContents__section--h3 {
      font-size: 32px;
      /*IE9以下で反映されるよう記述*/
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 20px; }
      .toward.towardContents .towardContents__section .towardContents__section--h3.marginB {
        margin-bottom: 40px; }
    .toward.towardContents .towardContents__section .towardContents__section--p {
      font-size: 21px;
      /*IE9以下で反映されるよう記述*/
      font-size: 1.3125rem; }
      .toward.towardContents .towardContents__section .towardContents__section--p strong {
        font-weight: bold; }
    .toward.towardContents .towardContents__section img {
      margin-bottom: 20px; }
    .toward.towardContents .towardContents__section .towardContents__section--h4 {
      font-size: 24px;
      /*IE9以下で反映されるよう記述*/
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 20px; }
    .toward.towardContents .towardContents__section .towardContents__section--frame {
      border: 1px solid #0952A8;
      padding: 20px 25px;
      font-size: 19px;
      /*IE9以下で反映されるよう記述*/
      font-size: 1.1875rem;
      line-height: 1.6;
      margin-bottom: 35px; }
      .toward.towardContents .towardContents__section .towardContents__section--frame .underline {
        padding-bottom: 5px;
        border-bottom: 2px solid #0952A8; }
      .toward.towardContents .towardContents__section .towardContents__section--frame strong {
        font-weight: bold; }
      .toward.towardContents .towardContents__section .towardContents__section--frame ul li {
        font-weight: bold;
        margin-bottom: 15px; }
        .toward.towardContents .towardContents__section .towardContents__section--frame ul li strong {
          font-size: 25px;
          /*IE9以下で反映されるよう記述*/
          font-size: 1.5625rem;
          margin-left: 0.1em; }
        .toward.towardContents .towardContents__section .towardContents__section--frame ul li span {
          font-size: 13px;
          /*IE9以下で反映されるよう記述*/
          font-size: 0.8125rem;
          margin-left: 0.5em;
          display: block; }
        .toward.towardContents .towardContents__section .towardContents__section--frame ul li:last-child {
          margin-bottom: 0; }
  .toward.towardContents .contetnsFuture {
    padding: 75px 0 100px;
    background-color: #0952A8;
    color: #fff;
    overflow: hidden;
    /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー keyword */
    /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー contact */ }
    .toward.towardContents .contetnsFuture a {
      color: #fff; }
    .toward.towardContents .contetnsFuture .contetnsFuture__title {
      position: relative;
      margin-bottom: 40px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__title--arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: calc(100% + 144px);
        height: 43px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1; }
        .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__title--arrow:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url("../img/contents/detailCommon/future__title--arrow.svg");
          background-repeat: repeat-x;
          background-size: auto 100%;
          background-position: left center;
          -webkit-animation: arrowAnime 1.3s linear infinite;
          animation: arrowAnime 1.3s linear infinite; }
      .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__h2 {
        position: relative;
        z-index: 2; }
        .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__h2 > p {
          position: relative;
          width: 309px; }
          .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__h2 > p:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            width: calc(100% + 20px);
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            background-color: #0952A8;
            z-index: 1; }
          .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__h2 > p > img {
            position: relative;
            z-index: 2; }
    .toward.towardContents .contetnsFuture .contetnsFuture__main {
      margin-bottom: 80px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__main .contetnsFuture__main--h3 {
        font-size: 32px;
        /*IE9以下で反映されるよう記述*/
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 30px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__main .contetnsFuture__leader {
        font-size: 21px;
        /*IE9以下で反映されるよう記述*/
        font-size: 1.3125rem;
        margin-bottom: 35px; }
        .toward.towardContents .contetnsFuture .contetnsFuture__main .contetnsFuture__leader .textMarker {
          font-size: 26px;
          /*IE9以下で反映されるよう記述*/
          font-size: 1.625rem;
          font-weight: bold;
          background-color: #fff;
          color: #0952A8;
          padding: 0.02em 0.2em;
          margin: 0 0.2em; }
    .toward.towardContents .contetnsFuture .contetnsIframe {
      margin-top: 150px;
      margin-bottom: 150px; }
      .toward.towardContents .contetnsFuture .contetnsIframe .contetnsIframe__title {
        width: 471px;
        margin-bottom: 35px; }
        .toward.towardContents .contetnsFuture .contetnsIframe .contetnsIframe__title > span {
          display: block;
          text-indent: -9999px;
          height: 0;
          padding-top: calc(26 / 471 * 100%);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-image: url("../img/contents/detailCommon/future--movie.svg"); }
      .toward.towardContents .contetnsFuture .contetnsIframe .iframeWrapper {
        position: relative;
        padding-top: 56.25%; }
        .toward.towardContents .contetnsFuture .contetnsIframe .iframeWrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; }
    .toward.towardContents .contetnsFuture .contetnsFuture__keyword {
      margin-bottom: 90px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--title {
        margin-bottom: 25px; }
        .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--title img {
          height: 25px;
          width: auto; }
      .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link {
        font-size: 0;
        text-align: left;
        margin-bottom: 80px; }
        .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li {
          display: inline-block;
          margin-right: 25px;
          margin-bottom: 15px; }
          .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a {
            position: relative;
            font-size: 19px;
            /*IE9以下で反映されるよう記述*/
            font-size: 1.1875rem;
            line-height: 1.5;
            font-weight: bold;
            padding-bottom: 10px; }
            .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:before, .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:after {
              content: " ";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              height: 1px;
              top: auto;
              bottom: 0;
              transition-duration: 0.3s;
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -ms-transition-duration: 0.3s;
              -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -webkit-transition-duration: 0.3s;
              -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              -moz-transition-duration: 0.3s;
              -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
            .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:before {
              bottom: -1px;
              border-top: 1px dashed #fff; }
            .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:after {
              left: auto;
              right: 0;
              background-color: #fff;
              width: 0;
              transition-delay: 0.2s;
              -webkit-transition-delay: 0.2s; }
      .toward.towardContents .contetnsFuture .contetnsFuture__keyword .keywordSlick__title {
        font-size: 16px;
        /*IE9以下で反映されるよう記述*/
        font-size: 1rem;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 20px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick .keywordSlickItems {
        padding-right: 25px; }
        .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick .keywordSlickItems img {
          height: 210px;
          width: auto;
          margin-bottom: 15px; }
        .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick .keywordSlickItems p {
          font-size: 14px;
          /*IE9以下で反映されるよう記述*/
          font-size: 0.875rem;
          line-height: 1.6; }
    .toward.towardContents .contetnsFuture .contetnsFuture__contact {
      position: relative; }
      .toward.towardContents .contetnsFuture .contetnsFuture__contact .contetnsFuture__contact--title {
        font-size: 23px;
        /*IE9以下で反映されるよう記述*/
        font-size: 1.4375rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 30px; }
      .toward.towardContents .contetnsFuture .contetnsFuture__contact .contetnsFuture__contact--p {
        font-size: 21px;
        /*IE9以下で反映されるよう記述*/
        font-size: 1.3125rem;
        line-height: 1.9; }
      .toward.towardContents .contetnsFuture .contetnsFuture__contact .towardBtn {
        position: absolute;
        right: 50px;
        bottom: 0; }
  .toward.towardContents .towardContents__footer {
    position: relative;
    height: 625px; }
    .toward.towardContents .towardContents__footer .towardContents__footer--img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .toward.towardContents .towardContents__footer .towardContents__footer--img:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.3s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .toward.towardContents .towardContents__footer .towardContents__footer--img > li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .toward.towardContents .towardContents__footer .towardContents__footer--img > li > span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
    .toward.towardContents .towardContents__footer .contentsKv__main {
      pointer-events: none; }
    .toward.towardContents .towardContents__footer .towardContents__footer--aside {
      position: absolute;
      width: calc(100% - 80px);
      height: calc(100% - 80px);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      z-index: 3;
      pointer-events: none; }
      .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__title, .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn, .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle, .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle--sub {
        position: absolute;
        overflow: hidden; }
      .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__title {
        width: 313px;
        top: 0;
        left: 0; }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__title img {
          transform: translateY(-120%);
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
      .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn {
        top: 0;
        right: 0;
        pointer-events: all; }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn > a {
          transform: translateY(-120%);
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn > a > p {
          padding: 0 25px; }
          .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn > a > p > img {
            height: 25px; }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn .towardContents__btn--frame:before, .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn .towardContents__btn--frame:after {
          width: 6px; }
      .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle {
        width: 217px;
        bottom: -5px;
        left: 0; }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle img {
          transform: translateY(120%);
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
      .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle--sub {
        width: 426px;
        bottom: 0;
        right: 0; }
        .toward.towardContents .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle--sub img {
          transform: translateY(120%);
          transition-duration: 0.4s;
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -ms-transition-duration: 0.4s;
          -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -webkit-transition-duration: 0.4s;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          -moz-transition-duration: 0.4s;
          -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
    .toward.towardContents .towardContents__footer.active .towardContents__footer--aside .footerAside__title img, .toward.towardContents .towardContents__footer.active .towardContents__footer--aside .towardBtn > a, .toward.towardContents .towardContents__footer.active .towardContents__footer--aside .footerAside__nextTitle > img, .toward.towardContents .towardContents__footer.active .towardContents__footer--aside .footerAside__nextTitle--sub > img {
      transform: translateY(0); }

/*======================================================================================================================= 01 */
.toward.towardContents.towardContents--01 {
  /*ーーーーーーーーーーーーーーー wrapperTop slide img */
  /*ーーーーーーーーーーーーーーー title */
  /*ーーーーーーーーーーーーーーー section */ }
  .toward.towardContents.towardContents--01 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li {
    width: 2304px; }
    .toward.towardContents.towardContents--01 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span {
      padding-top: calc(71 / 2304 * 100%); }
      .toward.towardContents.towardContents--01 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span:after {
        background-image: url("../img/common/top__slider--white--1.svg"); }
  .toward.towardContents.towardContents--01 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
    background-image: url("../img/contents/01/contentsTitle--top.png"); }
  .toward.towardContents.towardContents--01 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
    background-image: url("../img/contents/01/contentsTitle--bottom.png"); }
  .toward.towardContents.towardContents--01 .towardContents__leader .towardContents__leader--subText {
    bottom: 3%; }
  .toward.towardContents.towardContents--01 .fourT__list > li {
    position: relative;
    padding-left: 120px;
    margin-bottom: 35px; }
    .toward.towardContents.towardContents--01 .fourT__list > li .fourT__list--num {
      position: absolute;
      width: 87px;
      top: 0;
      left: 0; }
    .toward.towardContents.towardContents--01 .fourT__list > li > dl > dt {
      margin-bottom: 15px; }
      .toward.towardContents.towardContents--01 .fourT__list > li > dl > dt p {
        font-size: 13px;
        /*IE9以下で反映されるよう記述*/
        font-size: 0.8125rem;
        font-weight: bold;
        line-height: 1.2; }
      .toward.towardContents.towardContents--01 .fourT__list > li > dl > dt p:lang(en) {
        font-size: 20px;
        /*IE9以下で反映されるよう記述*/
        font-size: 1.25rem;
        margin-bottom: 10px; }
    .toward.towardContents.towardContents--01 .fourT__list > li > dl > dd {
      font-size: 16px;
      /*IE9以下で反映されるよう記述*/
      font-size: 1rem;
      line-height: 1.8; }

/*======================================================================================================================= 02 */
.toward.towardContents.towardContents--02 {
  /*ーーーーーーーーーーーーーーー wrapperTop slide img */
  /*ーーーーーーーーーーーーーーー title */ }
  .toward.towardContents.towardContents--02 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li {
    width: 2252px; }
    .toward.towardContents.towardContents--02 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span {
      padding-top: calc(71 / 2252 * 100%); }
      .toward.towardContents.towardContents--02 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span:after {
        background-image: url("../img/common/top__slider--white--3.svg"); }
  .toward.towardContents.towardContents--02 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
    background-image: url("../img/contents/02/contentsTitle--top.png"); }
  .toward.towardContents.towardContents--02 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
    background-image: url("../img/contents/02/contentsTitle--bottom.png"); }
  .toward.towardContents.towardContents--02 .towardContents__leader .towardContents__leader--subText {
    bottom: 6%; }

/*======================================================================================================================= 03 */
.toward.towardContents.towardContents--03 {
  /*ーーーーーーーーーーーーーーー wrapperTop slide img */
  /*ーーーーーーーーーーーーーーー title */ }
  .toward.towardContents.towardContents--03 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li {
    width: 1776px; }
    .toward.towardContents.towardContents--03 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span {
      padding-top: calc(71 / 1776 * 100%); }
      .toward.towardContents.towardContents--03 .wrapperTop .wrapperTop__text .wrapperTop__text--list > li > span:after {
        background-image: url("../img/common/top__slider--white--2.svg"); }
  .toward.towardContents.towardContents--03 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
    background-image: url("../img/contents/03/contentsTitle--top.png"); }
  .toward.towardContents.towardContents--03 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
    background-image: url("../img/contents/03/contentsTitle--bottom.png"); }
  .toward.towardContents.towardContents--03 .towardContents__leader .towardContents__leader--subText {
    bottom: 8%; }

/*============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .toward.towardContents .towardBtn > a:hover > p::after, .toward.towardContents .towardBtn > a:active > p::after {
    width: 100%;
    right: auto;
    left: 0; }

  .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:hover:before, .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:active:before {
    width: 0;
    left: auto;
    right: 0; }
  .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:hover:after, .toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--link > li > a:active:after {
    width: 100%;
    right: auto;
    left: 0; }

  .toward.towardContents .contetnsFuture .contetnsFuture__keyword--slick a:hover, .toward.towardContents .contetnsFuture .contetnsFuture__keyword--slick a:active {
    text-decoration: underline; }

  .toward.towardContents .towardContents__slick .slick-dots > li:hover button::before, .toward.towardContents .towardContents__slick .slick-dots > li:active button::before {
    width: 100%;
    right: auto;
    left: 0; }

  .toward.towardContents .slick-arrow-01.slick-prev-01:hover:before, .toward.towardContents .slick-arrow-01.slick-prev-01:active:before {
    transform: translateX(-4px); }

  .toward.towardContents .slick-arrow-01.slick-next-01:hover:before, .toward.towardContents .slick-arrow-01.slick-next-01:active:before {
    transform: translateX(4px); }

  .toward.towardContents .towardContents__footer > a:hover .towardContents__footer--img::after, .toward.towardContents .towardContents__footer > a:active .towardContents__footer--img::after {
    opacity: 1; } }
/*============================================================================================ ieハック */
@media screen\0  {
  .toward.towardContents .contentsKv__main svg {
    height: 265px; }

  .toward.towardContents.towardContents--01 .contentsKv__main.active .contentsKv__main--subText > li.subText__br {
    width: 240px; }

  .toward.towardContents.towardContents--02 .contentsKv__main.active .contentsKv__main--subText > li.subText__br {
    width: 225px; }

  .toward.towardContents.towardContents--03 .contentsKv__main.active .contentsKv__main--subText > li.subText__br {
    width: 220px; }

  .toward.towardContents.towardContents--06 .contentsKv__main.active .contentsKv__main--subText > li.subText__br {
    width: 295px; }

  .toward.towardContents .contetnsFuture .contetnsFuture__title .contetnsFuture__title--arrow:after {
    background-image: url("../img/contents/detailCommon/future__title--arrow.png"); }

  .toward.towardContents .contetnsFuture .contetnsFuture__main .towardBtn > a > p > img {
    width: 247px; }

  .toward.towardContents .contetnsFuture .contetnsFuture__contact .towardBtn > a > p > img {
    width: 211px; }

  .toward.towardContents .towardContents__footer .towardContents__footer--aside .towardBtn > a > p > img {
    width: 108px; }

  .toward.towardContents .towardContents__footer .contentsKv__main:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/contents/detailCommon/footer__svg--ie.png");
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .toward.towardContents .towardContents__footer .contentsKv__main.active:after {
    opacity: 1; } }
/*======================================================================================================================= 04 */
.toward.towardContents.towardContents--04 {
  /*ーーーーーーーーーーーーーーー title */ }
  .toward.towardContents.towardContents--04 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
    background-image: url("../img/contents/04/contentsTitle--top.png"); }
  .toward.towardContents.towardContents--04 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
    background-image: url("../img/contents/04/contentsTitle--bottom.png"); }

/*======================================================================================================================= 05 */
.toward.towardContents.towardContents--05 {
  /*ーーーーーーーーーーーーーーー title */ }
  .toward.towardContents.towardContents--05 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
    background-image: url("../img/contents/05/contentsTitle--top.png"); }
  .toward.towardContents.towardContents--05 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
    background-image: url("../img/contents/05/contentsTitle--bottom.png"); }
  .toward.towardContents.towardContents--05 .towardContents__leader .towardContents__leader--subText {
    bottom: 8%; }

/*======================================================================================================================= 06 */
.toward.towardContents.towardContents--06 {
  /*ーーーーーーーーーーーーーーー title */ }
  .toward.towardContents.towardContents--06 .towardContents__leader .towardContents__leader--title > p {
    padding-top: calc(530 / 846 * 100%); }
    .toward.towardContents.towardContents--06 .towardContents__leader .towardContents__leader--title > p > span:nth-child(1):after {
      background-image: url("../img/contents/06/contentsTitle--top.png"); }
    .toward.towardContents.towardContents--06 .towardContents__leader .towardContents__leader--title > p > span:nth-child(2):after {
      background-image: url("../img/contents/06/contentsTitle--bottom.png"); }

/*============================================================================================================= lang */
.toward.towardContents .langNav {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 3;
  transform: translateY(-200%);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s; }
  .toward.towardContents .langNav > li {
    margin: 0 10px;
    width: 30px; }
    .toward.towardContents .langNav > li > a {
      position: relative;
      padding-bottom: 10px; }
      .toward.towardContents .langNav > li > a:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
        background-color: #fff;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.3s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        width: 0;
        left: auto;
        right: 0; }
      .toward.towardContents .langNav > li > a > span {
        display: block;
        text-indent: -9999px;
        height: 0;
        padding-top: calc(20 / 30 * 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto; }
    .toward.towardContents .langNav > li:nth-child(1) > a > span {
      background-image: url("../img/common/en/lang__jp.svg"); }
    .toward.towardContents .langNav > li:nth-child(2) > a > span {
      background-image: url("../img/common/en/lang__en.svg"); }
    .toward.towardContents .langNav > li.selected {
      pointer-events: none; }
      .toward.towardContents .langNav > li.selected > a::after {
        width: 100%;
        right: auto;
        left: 0; }
  .toward.towardContents .langNav.show {
    transform: translateY(0); }

@media (hover: hover) and (pointer: fine) {
  .toward.towardContents .langNav > li:hover > a::after {
    width: 100%;
    right: auto;
    left: 0; } }
/*============================================================================================================= en */
.toward.towardContents.en .towardContents__section .towardContents__section--frame ul li span {
  padding-left: 1em;
  margin-top: 0.5em; }
.toward.towardContents.en .contetnsFuture .contetnsFuture__main .contetnsFuture__leader .textMarker {
  padding: 0.02em 0.2em 0.2em; }
.toward.towardContents.en .towardContents__leader .towardContents__leader--subText {
  width: calc(520 / 950* 100%); }
.toward.towardContents.en .towardContents__footer .towardContents__footer--aside .towardBtn {
  display: none; }
.toward.towardContents.en .towardContents__footer .towardContents__footer--aside .footerAside__nextTitle--sub {
  width: 400px; }
.toward.towardContents.en .contentsKv__main.contents--01 .contentsKv__main--title > p {
  background-image: url("../img/contents/01/en/kv__title.svg"); }
.toward.towardContents.en .contentsKv__main.contents--02 .contentsKv__main--title > p {
  background-image: url("../img/contents/02/en/kv__title.svg"); }

/*ーーーーーーーーーーーーーーー 02 */
.toward.towardContents.towardContents--02.en .towardContents__leader .towardContents__leader--subText {
  bottom: -6%; }

/*ーーーーーーーーーーーーーーー 06 */
.toward.towardContents.towardContents--06.en .towardContents__leader .towardContents__leader--subText {
  bottom: 6%; }

.toward.towardContents.en .contetnsFuture .contetnsFuture__title .contetnsFuture__h2 > p {
  width: 542px; }
/*============================================================================================================= edit 2021/12/21 */
.toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick .keywordSlickItems {
    width: calc(50% - 15px);
    padding-right: 0;
}
.toward.towardContents .contetnsFuture .contetnsFuture__keyword .contetnsFuture__keyword--slick .keywordSlickItems img {
    width: 100%;
    height: auto;
}