.mfp-wrap {
  width: 100vw; }

.pc {
  display: block; }

.sp {
  display: none; }
.sp_img {
  display: none;
}

.sp_tab {
  display: none; }
.mfp-iframe-scaler {
  padding: 0;
  height: 100%;
}
.mfp-wrap {
  height: 100%!important;
}

html, body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
 }

header {
  background-color: #212121;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 59px; }
  header .header_inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }
    header .header_inner h1 span img {
      width: 309px; }

.mfp-iframe-scaler iframe {
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto; }

.mfp-iframe-holder .mfp-close {
  top: 3%; }

h1 {
  padding: 17px 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  h1 .logo {
    width: 100px;
    margin-right: 40px; }

.humberger_btn {
  display: none; }
  .humberger_btn:checked ~ .humberger span:nth-child(1) {
    webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px); }
  .humberger_btn:checked ~ .humberger span:nth-child(2) {
    opacity: 0; }
  .humberger_btn:checked ~ .humberger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    -ms-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    transform: rotate(-45deg) translateX(6px) translateY(-7px); }

.humberger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 27px;
  height: 20px;
  transition: 0.6s;
  cursor: pointer; }
  .humberger span {
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: 0.6s; }
    .humberger span:nth-child(1) {
      top: 0; }
    .humberger span:nth-child(2) {
      top: 9px; }
    .humberger span:nth-child(3) {
      bottom: 0; }

.drawer_menu {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  transition: 0.6s;
  background-color: #212121;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 90px;
  z-index: 99; }
  .drawer_menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 0.6s;
    display: block;
    padding-top: 65px;
    position: fixed;
    z-index: 99;
    height: calc(100vh - 59px);
    overflow-y: scroll; }
  .drawer_menu_txt {
    width: 500px;
    margin: 0 auto;
    padding: 70px 0 0; }
    .drawer_menu_txt li {
      margin: 35px 0 0; }
      .drawer_menu_txt li:nth-child(1) {
        margin: 0; }
      .drawer_menu_txt li span {
        display: inline-block;
        position: relative; }
        .drawer_menu_txt li span.active::before {
          left: 0;
          content: "";
          width: 100%;
          height: 1px;
          display: inline-block;
          position: absolute;
          margin: 8px 0;
          background-color: #6d6d6d; }
  .drawer_menu .sns_btn {
    width: 500px;
    margin: 65px auto 0;
    overflow: hidden;
    display: table;
    padding-bottom: 30px; }
    .drawer_menu .sns_btn p {
      vertical-align: middle;
      display: table-cell;
      float: left;
      margin: 6px 0; }
    .drawer_menu .sns_btn .border {
      vertical-align: middle;
      display: table-cell;
      float: left;
      width: 77px;
      height: 1px;
      margin: 13px 20px;
      background-color: #5e5e5e; }
    .drawer_menu .sns_btn ul {
      vertical-align: middle;
      display: table-cell;
      float: center;
      width: 60px;
      -webkit-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }

.first {
  width: 100%;
  min-height: 1380px;
  /* height: 110vh; */
  background-color: #004198;
  background-image: url("../eng_images/img_hero_pc.png");
  background-size: 1700px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 65px 0 90px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
  .first_human {
    position: absolute;
    bottom: 0;
    left: 0; }
  .first_wrapper {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .first_inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto; }
    .first h2 {
      width: 1000px;
      max-width: 90%;
      margin: 180px auto 0; }
      .first h2 .sa {
        transition: all 1s ease;
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px); }
        .first h2 .sa_active {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          opacity: 1; }
    .first_inner_txt {
      margin: 60% 0 0;
      line-height: 42px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: bold; }
    .first_inner .sa {
      transition: all 1s ease;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      .first_inner .sa_active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
    .first_inner_logo {
      text-align: center;
      margin: 50px 0 0; }
      .first_inner_logo img {
        width: 140px; }
    .first_inner_60 {
      margin: 20px 0 0;
      text-align: center; }
      .first_inner_60 img {
        width: 60px; }

.movie {
  width: 100%;
  height: 100; }
  .movie_inner {
    width: 100%;
    height: 100%;
    background-image: url("../eng_images/movie_Bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center; }
    .movie_inner_border {
      width: 100%;
      height: 100%;
      border: 3px solid #fff;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-display: flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .movie_inner_ttl {
      display: block;
      margin: 0 auto 40px; }
    .movie_inner_btn {
      margin: 0;
      display: inline-block; }
    .movie_inner a .pc {
      display: inline;
      margin-bottom: 50px; }
    .movie_inner .sp {
      display: none; }

#inline_popup_1992_top {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_1992_top .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_1992_top .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_1992_top .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_1992_top .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_1992_top .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_1992_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_1992_top .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_1992_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
      #inline_popup_1992_top .wrapper .flex_inner_left .con2 {
        margin: 30px 0 0; }
        #inline_popup_1992_top .wrapper .flex_inner_left .con2_ttl {
          margin-bottom: 15px;
          position: relative;
          display: inline-block;
          color: #000;
          font-size: 15px;
          font-weight: bold; }
          #inline_popup_1992_top .wrapper .flex_inner_left .con2_ttl::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            position: absolute;
            background-color: #000;
            top: 0;
            bottom: 0;
            margin: auto;
            right: -120%; }
        #inline_popup_1992_top .wrapper .flex_inner_left .con2 img {
          display: block;
          width: 240px; }
    #inline_popup_1992_top .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_1992_top .wrapper .flex_inner_right img {
        max-width: 100%; }

#inline_popup_1992_bottom {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_1992_bottom .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_1992_bottom .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_1992_bottom .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_1992_bottom .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_1992_bottom .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_1992_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_1992_bottom .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
    #inline_popup_1992_bottom .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_1992_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

#inline_popup_2001_top {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_2001_top .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_2001_top .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_2001_top .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_2001_top .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_2001_top .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_2001_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2001_top .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2001_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
    #inline_popup_2001_top .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_2001_top .wrapper .flex_inner_right img {
        max-width: 100%; }

#inline_popup_2001_bottom {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_2001_bottom .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_2001_bottom .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_2001_bottom .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_2001_bottom .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_2001_bottom .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_2001_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2001_bottom .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
    #inline_popup_2001_bottom .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_2001_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

#inline_popup_2015_top {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_2015_top .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_2015_top .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_2015_top .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_2015_top .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_2015_top .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_2015_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2015_top .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        display: inline-block;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2015_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
    #inline_popup_2015_top .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_2015_top .wrapper .flex_inner_right img {
        max-width: 100%; }

#inline_popup_2015_bottom {
  margin: 0 auto;
  background-color: #fff;
  width: 940px;
  max-width: 90%; }
  #inline_popup_2015_bottom .mfp-close {
    right: 0;
    margin: 20px 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    background-image: url("../eng_images/timeline_popup_close.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #inline_popup_2015_bottom .wrapper {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative; }
    #inline_popup_2015_bottom .wrapper h4 {
      width: 100%;
      margin: 0 0 35px; }
      #inline_popup_2015_bottom .wrapper h4 .ttl_top {
        display: block;
        width: 100%;
        border-bottom: 1px solid #363636;
        padding-bottom: 5px; }
      #inline_popup_2015_bottom .wrapper h4 .ttl_bottom {
        display: block;
        width: 100%;
        padding-top: 5px;
        color: #363636;
        font-size: 15px;
        font-weight: bold; }
    #inline_popup_2015_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2015_bottom .wrapper .flex_inner_left {
      width: 50%; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        padding: 7px 20px;
        background-color: #2f9190;
        margin: 0 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt_ttl .job {
        margin: 15px 15px 0 0;
        display: inline-block;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt_ttl .name {
        color: #000;
        display: inline-block;
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0 30px;
        line-height: 29px;
        color: #000;
        font-size: 22px;
        font-weight: bold; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt {
        line-height: 24px;
        color: #000;
        font-size: 14px;
        font-weight: normal; }
    #inline_popup_2015_bottom .wrapper .flex_inner_right {
      width: 50%;
      text-align: right; }
      #inline_popup_2015_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

.timeline {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .timeline h2 {
    padding: 130px 0;
    text-align: center; }
    .timeline h2 img.sub {
      margin: 0 auto;
      display: block;
      margin-top: 30px; }
  .timeline .con_wrapper {
    background-image: url("../eng_images/bg_PC01_family.png");
    background-position: top center;
    background-repeat: no-repeat; }
  .timeline .con_inner_2 {
    background-image: url("../eng_images/bg_PC03_metabolic.png");
    background-position: top 1600px center;
    background-repeat: no-repeat; }
  .timeline .con_inner_3 {
    background-image: url("../eng_images/bg_PC04_runner.png");
    background-position: top 2100px center;
    background-repeat: no-repeat; }
  .timeline .con_inner {
    background-image: url("../eng_images/bg_PC02_healthMeter.png");
    background-position: top 700px center;
    background-repeat: no-repeat; }
    .timeline .con_inner_inner {
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
      background-image: url("../eng_images/timeline_Bg_passage.png");
      background-repeat: no-repeat;
      background-position: top 35px center;
      background-size: 760px auto;
      padding-bottom: 300px;
      position: relative; }
  .timeline .con1 {
    position: relative;
    display: block;
    text-align: left; }
    .timeline .con1_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 55px; }
      .timeline .con1_inner .ttl {
        position: absolute;
        top: -30px;
        right: -120px;
        z-index: -1; }
      .timeline .con1_inner .txt {
        position: absolute;
        top: 25px;
        right: -283px;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con2 {
    margin: 30px 0 0;
    position: relative;
    text-align: left;
    height: 85px; }
    .timeline .con2 .txt {
      position: absolute;
      left: 230px;
      line-height: 22px;
      color: #000;
      font-size: 14px;
      font-weight: bold; }
  .timeline .con3 {
    position: relative;
    display: block;
    margin: 55px 0 0;
    text-align: left; }
    .timeline .con3_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 250px; }
      .timeline .con3_inner .ttl {
        position: absolute;
        top: -20px;
        right: -115px;
        z-index: -1; }
      .timeline .con3_inner .txt {
        position: absolute;
        top: 30px;
        right: -125px;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .timeline .con3_inner .txt_hukidashi {
        position: absolute;
        top: -175px;
        right: -500px;
        padding: 13px;
        background-color: #fff;
        border: 1px solid #b0b0b0;
        width: 360px; }
        .timeline .con3_inner .txt_hukidashi p {
          line-height: 24px;
          color: #000;
          font-size: 14px;
          font-weight: bold; }
        .timeline .con3_inner .txt_hukidashi::before {
          border-top: 35px solid #b0b0b0;
          border-right: 18px solid transparent;
          border-bottom: 0px solid transparent;
          border-left: 0px solid transparent;
          bottom: -35px;
          left: 15px;
          content: "";
          height: 0;
          position: absolute;
          width: 0; }
        .timeline .con3_inner .txt_hukidashi::after {
          border-top: 35px solid #fff;
          border-right: 18px solid transparent;
          border-bottom: 0px solid transparent;
          border-left: 0px solid transparent;
          content: "";
          height: 0;
          bottom: -31px;
          left: 16px;
          position: absolute;
          width: 0; }
  .timeline .con4 {
    position: relative;
    display: block;
    margin: 0px 0 0;
    text-align: left; }
    .timeline .con4_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 393px; }
      .timeline .con4_inner .ttl {
        position: absolute;
        top: -20px;
        right: -115px;
        z-index: -1; }
      .timeline .con4_inner .txt {
        position: absolute;
        top: 30px;
        right: -138px;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .timeline .con4_inner .fukidashi {
        background-image: url("../eng_images/timeline_1992_fukidashi.png");
        background-repeat: no-repeat;
        width: 86px;
        height: 88px;
        position: absolute;
        top: -75px;
        right: -153px;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: bold; }
        .timeline .con4_inner .fukidashi.sa {
          transition: all 1s ease;
          opacity: 0;
          transform: none; }
          .timeline .con4_inner .fukidashi.sa_active {
            transform: none;
            opacity: 1; }
        .timeline .con4_inner .fukidashi span {
          position: absolute;
          right: 0;
          left: 0;
          top: 25px;
          line-height: 22px;
          margin: auto;
        }
        .timeline .con4_inner .fukidashi span img {
          padding-left: 3px;
        }
  .timeline .con5 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left;
    margin-top: -25px; }
    .timeline .con5_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      text-align: left;
      width: 300px;
      height: 100%;
      left: 595px;
      margin-top: 10px; }
      .timeline .con5_inner .txt_top {
        position: absolute;
        text-align: left;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .timeline .con5_inner .txt_bottom {
        position: absolute;
        text-align: left;
        line-height: 19px;
        bottom: 0;
        right: 0;
        border: 1px solid #004597;
        padding: 7px 11px;
        color: #004597;
        font-size: 16px;
        font-weight: bold; }
  .timeline .con6 {
    position: relative;
    display: block;
    padding: 90px 0 0;
    overflow: hidden;
    text-align: left; }
    .timeline .con6_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 30px; }
      .timeline .con6_inner .ttl {
        position: absolute;
        top: -66px;
        right: -370px;
        z-index: -1; }
      .timeline .con6_inner .fukidashi {
        background-image: url("../eng_images/timeline_1992_fukidashi.png");
        background-repeat: no-repeat;
        width: 86px;
        height: 88px;
        position: absolute;
        top: -40px;
        right: -275px;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: bold; }
        .timeline .con6_inner .fukidashi.sa {
          transition: all 1s ease;
          opacity: 0;
          transform: none; }
          .timeline .con6_inner .fukidashi.sa_active {
            transform: none;
            opacity: 1; }
            .timeline .con6_inner .fukidashi span {
              position: absolute;
              right: 0;
              left: 0;
              top: 25px;
              line-height: 22px;
              margin: auto;
            }
            .timeline .con6_inner .fukidashi span img {
              padding-left: 3px;
            }
      .timeline .con6_inner .txt_wrapper {
        position: absolute;
        top: 60px;
        right: -370px;
        z-index: -1; }
        .timeline .con6_inner .txt_wrapper .txt {
          margin: -25px 0 0;
          text-align: left;
          line-height: 19px;
          color: #000;
          font-size: 14px;
          font-weight: bold; }
        .timeline .con6_inner .txt_wrapper .txt_bottom {
          margin: 25px 0 0;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con6_inner .txt_wrapper .txt_bottom a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 4.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con6_inner .txt_wrapper .txt_bottom a span {
              position: absolute;
              top: -8px;
              left: 7px;
              display: inline-block; }
              .timeline .con6_inner .txt_wrapper .txt_bottom a span img {
                display: inline-block; }
        .timeline .con6_inner .txt_wrapper .txt_bottom_2 {
          margin: 15px 0 0;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con6_inner .txt_wrapper .txt_bottom_2 a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 3.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con6_inner .txt_wrapper .txt_bottom_2 a span {
              position: absolute;
              top: -10px;
              left: 7px;
              display: inline-block; }
              .timeline .con6_inner .txt_wrapper .txt_bottom_2 a span img {
                display: inline-block; }
  .timeline .con7 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: right;
    margin-top: 25px; }
    .timeline .con7_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-208px) translateY(-5px);
      -ms-transform: translateX(-208px) translateY(-5px);
      transform: translateX(-208px) translateY(-5px); }
      .timeline .con7_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con8 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: right;
    margin-top: 20px; }
    .timeline .con8_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-275px);
      -ms-transform: translateX(-275px);
      transform: translateX(-275px); }
      .timeline .con8_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con9 {
    position: relative;
    display: block;
    margin: 40px 0 0;
    text-align: left; }
    .timeline .con9_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 475px; }
      .timeline .con9_inner .ttl {
        position: absolute;
        top: -20px;
        right: -115px;
        z-index: -1; }
      .timeline .con9_inner .txt {
        position: absolute;
        top: 30px;
        right: -215px;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .timeline .con9_inner .fukidashi {
        background-image: url("../eng_images/timeline_1992_fukidashi.png");
        background-repeat: no-repeat;
        width: 86px;
        height: 88px;
        position: absolute;
        top: -75px;
        right: -150px;
        text-align: center;
        line-height: 5em;
        color: #fff;
        font-size: 17px;
        font-weight: bold; }
        .timeline .con9_inner .fukidashi.sa {
          transition: all 1s ease;
          opacity: 0;
          transform: none; }
          .timeline .con9_inner .fukidashi.sa_active {
            transform: none;
            opacity: 1; }
            .timeline .con9_inner .fukidashi span {
              position: absolute;
              right: 0;
              left: 0;
              top: 25px;
              line-height: 22px;
              margin: auto;
            }
            .timeline .con9_inner .fukidashi span img {
              padding-left: 3px;
            }
  .timeline .con10 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: center;
    margin-top: -10px; }
    .timeline .con10_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-170px);
      -ms-transform: translateX(-170px);
      transform: translateX(-170px); }
      .timeline .con10_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con11 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left;
    margin-top: -10px; }
    .timeline .con11_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(130px);
      -ms-transform: translateX(130px);
      transform: translateX(130px); }
      .timeline .con11_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        font-weight: bold !important;
        border: 1.5px solid #004597;
        padding: 7px 11px;
        color: #004597;
        font-size: 16px;
        font-weight: normal; }
  .timeline .con11_add {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left; }
    .timeline .con11_add_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
      .timeline .con11_add_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        font-weight: bold !important;
        border: 1.5px solid #004597;
        padding: 7px 11px;
        color: #004597;
        font-size: 16px;
        font-weight: normal; }
  .timeline .con12 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left;
    margin-top: 20px; }
    .timeline .con12_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      transform: translateX(-5px); }
      .timeline .con12_inner .ttl {
        position: absolute;
        top: -30px;
        font-weight: bold !important;
        border: 1.5px solid #004198;
        padding: 2px 10px;
        color: #004198;
        font-size: 14px;
        font-weight: normal;
        border-radius: 15px; }
      .timeline .con12_inner .txt_top {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .timeline .con12_inner .txt_bottom {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        margin-top: 15px;
        font-weight: bold !important;
        border: 1.5px solid #004597;
        padding: 7px 11px;
        display: inline-block;
        color: #004597;
        font-size: 16px;
        font-weight: normal; }
  .timeline .con13 {
    position: relative;
    display: block;
    margin: 100px 0 0;
    text-align: left; }
    .timeline .con13_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 30px; }
      .timeline .con13_inner .ttl {
        position: absolute;
        top: -42px;
        right: -400px;
        z-index: -1; }
      .timeline .con13_inner .fukidashi {
        background-image: url("../eng_images/timeline_1992_fukidashi.png");
        background-repeat: no-repeat;
        width: 86px;
        height: 88px;
        position: absolute;
        top: -20px;
        right: -295px;
        text-align: center;
        line-height: 5em;
        color: #fff;
        font-size: 17px;
        font-weight: bold; }
        .timeline .con13_inner .fukidashi.sa {
          transition: all 1s ease;
          opacity: 0;
          transform: none; }
          .timeline .con13_inner .fukidashi.sa_active {
            transform: none;
            opacity: 1; }
            .timeline .con13_inner .fukidashi span {
              position: absolute;
              right: 0;
              left: 0;
              top: 25px;
              line-height: 22px;
              margin: auto;
            }
            .timeline .con13_inner .fukidashi span img {
              padding-left: 3px;
            }
      .timeline .con13_inner .txt_wrapper {
        position: absolute;
        top: 80px;
        right: -535px;
        z-index: -1; }
        .timeline .con13_inner .txt_wrapper .txt {
          margin: -20px 0 0;
          text-align: left;
          line-height: 19px;
          color: #000;
          font-size: 14px;
          font-weight: bold; }
        .timeline .con13_inner .txt_wrapper .txt_bottom {
          margin: 30px 0 0;
          width: 370px;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con13_inner .txt_wrapper .txt_bottom a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 4.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con13_inner .txt_wrapper .txt_bottom a span {
              position: absolute;
              top: -7px;
              left: 7px;
              display: inline-block; }
              .timeline .con13_inner .txt_wrapper .txt_bottom a span img {
                display: inline-block; }
        .timeline .con13_inner .txt_wrapper .txt_bottom_2 {
          margin: 15px 0 0;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con13_inner .txt_wrapper .txt_bottom_2 a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 3.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con13_inner .txt_wrapper .txt_bottom_2 a span {
              position: absolute;
              top: -11px;
              left: 7px;
              display: inline-block; }
              .timeline .con13_inner .txt_wrapper .txt_bottom_2 a span img {
                display: inline-block; }
  .timeline .con14 {
    position: relative;
    display: block;
    margin: 100px 0 0;
    text-align: left; }
    .timeline .con14_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 420px; }
      .timeline .con14_inner .ttl {
        position: absolute;
        top: -23px;
        right: -126px;
        z-index: -1; }
      .timeline .con14_inner .txt {
        position: absolute;
        top: 30px;
        right: -245px;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con15 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: right; }
    .timeline .con15_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-125px);
      -ms-transform: translateX(-125px);
      transform: translateX(-125px); }
      .timeline .con15_inner .ttl {
        position: absolute;
        top: -30px;
        font-weight: bold !important;
        border: 1.5px solid #004198;
        padding: 2px 10px;
        color: #004198;
        font-size: 14px;
        font-weight: normal;
        border-radius: 15px; }
      .timeline .con15_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con16 {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    text-align: right; }
    .timeline .con16_inner {
      display: inline-block;
      text-align: left;
      -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
      transform: translateX(-60px); }
      .timeline .con16_inner .ttl {
        position: absolute;
        top: -30px;
        font-weight: bold !important;
        border: 1.5px solid #004198;
        padding: 2px 10px;
        color: #004198;
        font-size: 14px;
        font-weight: normal;
        border-radius: 15px; }
      .timeline .con16_inner .txt {
        top: 0;
        right: 0;
        text-align: left;
        line-height: 19px;
        color: #000;
        font-size: 14px;
        font-weight: bold; }
  .timeline .con18 {
    position: relative;
    display: block;
    margin-top: 150px;
    text-align: left; }
    .timeline .con18_inner {
      display: inline-block;
      position: relative;
      z-index: 10;
      left: 105px;
      -webkit-transform: translateX(-149px);
      -ms-transform: translateX(-149px);
      transform: translateX(-149px); }
      .timeline .con18_inner .ttl {
        position: absolute;
        top: -70px;
        right: -400px;
        z-index: -1; }
      .timeline .con18_inner .fukidashi {
        background-image: url("../eng_images/timeline_1992_fukidashi.png");
        background-repeat: no-repeat;
        width: 86px;
        height: 88px;
        position: absolute;
        top: -45px;
        right: -295px;
        text-align: center;
        line-height: 5em;
        color: #fff;
        font-size: 17px;
        font-weight: bold; }
        .timeline .con18_inner .fukidashi.sa {
          transition: all 1s ease;
          opacity: 0;
          transform: none; }
          .timeline .con18_inner .fukidashi.sa_active {
            transform: none;
            opacity: 1; }
            .timeline .con18_inner .fukidashi span {
              position: absolute;
              right: 0;
              left: 0;
              top: 25px;
              line-height: 22px;
              margin: auto;
            }
            .timeline .con18_inner .fukidashi span img {
              padding-left: 3px;
            }
      .timeline .con18_inner .txt_wrapper {
        position: absolute;
        top: 55px;
        right: -380px;
        z-index: -1; }
        .timeline .con18_inner .txt_wrapper .txt {
          margin: 20px 0 0;
          text-align: left;
          line-height: 19px;
          color: #000;
          font-size: 14px;
          font-weight: bold; }
        .timeline .con18_inner .txt_wrapper .txt_bottom {
          margin: 30px 0 0;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con18_inner .txt_wrapper .txt_bottom a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 3.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con18_inner .txt_wrapper .txt_bottom a span {
              position: absolute;
              top: -7px;
              left: 7px;
              display: inline-block; }
              .timeline .con18_inner .txt_wrapper .txt_bottom a span img {
                display: inline-block; }
        .timeline .con18_inner .txt_wrapper .txt_bottom_2 {
          margin: 15px 0 0;
          padding: 0 10px 7px 0;
          background-image: url("../eng_images/timeline_1992_txt_Bg.png");
          background-repeat: no-repeat;
          background-position: bottom right; }
          .timeline .con18_inner .txt_wrapper .txt_bottom_2 a {
            width: 360px;
            height: 45px;
            text-align: center;
            display: inline-block;
            line-height: 3.8em;
            background-color: #2f9190;
            position: relative;
            background-image: url("../eng_images/timeline_txt_arrow.png");
            background-repeat: no-repeat;
            background-position: center right 15px; }
            .timeline .con18_inner .txt_wrapper .txt_bottom_2 a span {
              position: absolute;
              top: -8px;
              left: 10px;
              display: inline-block; }
              .timeline .con18_inner .txt_wrapper .txt_bottom_2 a span img {
                display: inline-block; }
  .timeline .human {
    position: absolute;
    bottom: -30px;
    left: 360px; }
  .timeline .sa {
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    .timeline .sa_active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

.background {
  background-color: #004198;
  background-image: url("../eng_images/background_Bg.png");
  background-repeat: no-repeat;
  background-size: 3000px auto;
  background-position: center top;
  padding: 135px 0; }
  .background_inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%; }
  .background h2 {
    margin: 0 0 185px;
    text-align: center; }
    .background h2 .sub {
      display: block;
      margin: 25px auto 0; }
  .background .Bg_1 {
    display: none; }
  .background .Bg_2 {
    display: none; }
  .background .con_wrapper {
    -webkit-display: flex;
    display: flex; }
    .background .con_wrapper_1 {
      margin: 0 0 140px; }
    .background .con_wrapper_2 {
      margin: 0 0 110px; }
    .background .con_wrapper img.pc {
      display: inline; }
  .background .con1 {
    width: 50%;
    padding: 35px 0 0 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .background .con1 h3 {
      display: inline-block;
      margin: 6px 0 20px 30px; }
      .background .con1 h3 .btn {
        position: relative;
        display: inline-block;
        padding: 12px 75px 13px 25px; }
        .background .con1 h3 .btn::before {
          content: "";
          position: absolute;
          top: auto;
          right: 0;
          bottom: 0;
          left: auto;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con1 h3 .btn::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con1 h3 .btn .btn_inner::before {
          content: "";
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
        .background .con1 h3 .btn .btn_inner::after {
          content: "";
          position: absolute;
          top: auto;
          left: 0;
          bottom: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
      .background .con1 h3 .sa_active::before {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con1 h3 .sa_active::after {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con1 h3 .sa_active .btn_inner::before {
        width: 100%;
        transition-delay: 0s; }
      .background .con1 h3 .sa_active .btn_inner::after {
        width: 100%;
        transition-delay: 0s; }
    .background .con1 p {
      line-height: 28px;
      padding: 0 40px 0 60px;
      width: 470px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-size: 16px;
      font-weight: #fff; }
    .background .con1 .img_1 {
      position: absolute;
      top: -170px;
      left: 0; }
  .background .con2 {
    padding: 0 0 0 45px;
    position: relative; }
    .background .con2 img {
      transition: all 1s ease-out;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .background .con2 .img_2 {
      width: 299px;
      height: 333px;
      overflow: hidden; }
    .background .con2 .img_3 {
      position: absolute;
      right: -120px;
      bottom: -70px;
      width: 187px;
      height: 148px;
      overflow: hidden; }
    .background .con2 .sa_active {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .background .con2 .sp_450 {
      display: none; }
  .background .con3 {
    width: 50%;
    padding: 55px 60px 0 70px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .background .con3 .img_4 {
      width: 362px;
      height: 293px;
      overflow: hidden; }
      .background .con3 .img_4 img {
        transition: all 1s ease-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .background .con3 .img_4 .sa_active {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .background .con4 {
    padding: 0 55px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    .background .con4 .sp_450 {
      display: none; }
    .background .con4 h3 {
      display: inline-block;
      margin: 0 0 20px; }
      .background .con4 h3 .btn {
        position: relative;
        display: inline-block;
        padding: 12px 30px 13px; }
        .background .con4 h3 .btn::before {
          content: "";
          position: absolute;
          top: auto;
          right: 0;
          bottom: 0;
          left: auto;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con4 h3 .btn::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con4 h3 .btn .btn_inner::before {
          content: "";
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
        .background .con4 h3 .btn .btn_inner::after {
          content: "";
          position: absolute;
          top: auto;
          left: 0;
          bottom: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
      .background .con4 h3 .sa_active::before {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con4 h3 .sa_active::after {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con4 h3 .sa_active .btn_inner::before {
        width: 100%;
        transition-delay: 0s; }
      .background .con4 h3 .sa_active .btn_inner::after {
        width: 100%;
        transition-delay: 0s; }
    .background .con4 p {
      color: #fff;
      font-size: 16px;
      font-weight: #fff;
      line-height: 28px;
      width: 367px;
      padding: 0 40px 0 35px; }
  .background .con5 {
    width: 50%;
    padding: 0 0 0 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .background .con5 h3 {
      margin: 0 0 20px -45px;
      -webkit-transform: translateX(55px);
      -ms-transform: translateX(55px);
      transform: translateX(55px);
      display: inline-block; }
      .background .con5 h3 .btn {
        position: relative;
        display: inline-block;
        padding: 12px 25px 13px; }
        .background .con5 h3 .btn::before {
          content: "";
          position: absolute;
          top: auto;
          right: 0;
          bottom: 0;
          left: auto;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con5 h3 .btn::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 3px;
          height: 0;
          background-color: #fff;
          transition-delay: 0s;
          transition: 0.3s ease-in-out; }
        .background .con5 h3 .btn .btn_inner::before {
          content: "";
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
        .background .con5 h3 .btn .btn_inner::after {
          content: "";
          position: absolute;
          top: auto;
          left: 0;
          bottom: 0;
          width: 0;
          height: 3px;
          background-color: #fff;
          transition-delay: 0.15s;
          transition: 0.3s ease-in-out; }
      .background .con5 h3 .sa_active::before {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con5 h3 .sa_active::after {
        height: 100%;
        transition-delay: 0.3s; }
      .background .con5 h3 .sa_active .btn_inner::before {
        width: 100%;
        transition-delay: 0s; }
      .background .con5 h3 .sa_active .btn_inner::after {
        width: 100%;
        transition-delay: 0s; }
    .background .con5 p {
      line-height: 28px;
      padding: 0 35px 0 40px;
      width: 356px;
      color: #fff;
      font-size: 16px;
      font-weight: #fff; }
  .background .con6 {
    width: 50%;
    text-align: right;
    position: relative; }
    .background .con6 img {
      transition: all 1s ease-out; }
    .background .con6 .sa_active {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .background .con6 .img_5 {
      width: 288px;
      height: 262px;
      overflow: hidden;
      display: inline-block; }
    .background .con6 .img_6 {
      position: absolute;
      left: 50px;
      bottom: 20px;
      width: 183px;
      height: 133px;
      overflow: hidden; }
    .background .con6 img.img_7 {
      display: none; }
    .background .con6 .img_7 {
      display: none; }

.future {
  position: relative; }
  .future .inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 125px 0 130px; }
  .future h2 {
    margin: 0 0 70px;
    text-align: center; }
    .future h2 .sub {
      display: block;
      margin: 25px auto 0; }
  .future .con_wrapper {
    display: flex; }
    .future .con_wrapper .con_left {
      width: 56%;
      padding-left: 40px; }
      .future .con_wrapper .con_left img {
        max-width: 100%; }
    .future .con_wrapper .con_right {
      width: 50%;
      padding: 30px 30px 0 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .future .con_wrapper .con_right h3 img {
        max-width: 100%; }
      .future .con_wrapper .con_right .txt {
        line-height: 30px;
        margin: 40px 0 35px;
        color: #000;
        font-size: 16.5px;
        font-weight: normal; }
      .future .con_wrapper .con_right .name {
        text-align: right;
        padding-right: 15px; }
        .future .con_wrapper .con_right .name span {
          margin-right: 0;
          display: inline-block;
          color: #000;
          font-size: 14px;
          font-weight: normal; }
  .future .human {
    position: absolute;
    top: 160px;
    left: -360px; }

.banner {
  background-color: #e4ebf4; }
  .banner .wrapper {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center; }
    .banner .wrapper img {
      max-width: 100%;
      margin: 0 auto; }

.top_btn {
  background-color: #072349;
  text-align: center; }
  .top_btn a {
    padding: 30px 0;
    display: block;
    width: 100%; }

footer {
  width: 100%;
  background-color: #004198; }
  footer .wrapper {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 70px 0; }
    footer .wrapper h2 {
      margin: 0 0 70px -22px; }
    footer .wrapper .con_wrapper {
      overflow: hidden; }
  footer .con1 {
    float: left; }
    footer .con1 .tanita {
      margin: 7px 27px 7px 0;
      display: inline-block;
      width: 100px; }
    footer .con1 .copy {
      display: block;
      margin-top: 17px; }
  footer .con2 {
    float: right;
    margin: 0 42px 0 0; }
    footer .con2 ul li {
      margin-bottom: 17px; }
      footer .con2 ul li:nth-last-child(1) {
        margin-bottom: 0; }
      footer .con2 ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: normal; }
  footer .con3 {
    float: right;
    width: 190px;
    text-align: center;
    border-left: 1px solid #fff; }
    footer .con3_sns {
      padding: 0 30px 0 38px;
      margin: 27px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }

@media (max-width: 1100px) {
  .background {
    background-position: center -40px; }
    .background_inner {
      width: 769px; }
      .background_inner .con_wrapper_1 {
        margin: 0 0 110px; }
      .background_inner .con_wrapper_2 {
        margin: 0 0 95px; }
    .background .con1 {
      padding: 0; }
      .background .con1 .img_1 {
        position: absolute;
        top: -170px;
        left: -110px; }
      .background .con1 h3 {
        margin: 40px 0 40px 0px; }
        .background .con1 h3 .btn {
          width: 320px;
          padding: 20px 0 20px 30px; }
          .background .con1 h3 .btn .btn_inner img {
            width: 290px; }
      .background .con1 p {
        padding-left: 30px;
        width: 350px; }
    .background .con2 {
      padding: 0 0 0 10px; }
      .background .con2 .img_3 {
        bottom: -48px; }
    .background .con3 {
      padding: 60px 60px 0 0px; }
      .background .con3 img {
        max-width: 100%; }
    .background .con4 {
      padding: 0;
      margin-left: 30px; }
      .background .con4 h3 .btn {
        padding: 20px 30px; }
        .background .con4 h3 .btn .btn_inner img {
          width: 330px; }
      .background .con4 p {
        width: 280px;
        padding: 0 80px 0 25px; }
    .background .con5 h3 {
      margin: 0 0 45px -180px; }
      .background .con5 h3 .btn {
        padding: 20px 30px; }
        .background .con5 h3 .btn .btn_inner img {
          width: 310px; }
    .background .con5 p {
      margin-left: -130px; }
    .background .con6 .img_5 {
      margin-left: 195px; }
    .background .con6 .img_6 {
      position: absolute;
      left: 50px;
      bottom: 10px; }
    .background .con6 .img_7 {
      display: none; }
      .background .con6 .img_7 img {
        width: 100%; }
      .background .con6 .img_7 .sa_active {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
@media (width: 1024px) {
  .movie_inner {
    width: 100%;
    height: 100%;
    background-image: url("../eng_images/movie_border_bg.jpg");
    background-attachment: unset;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center; } }

@media (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block; }

  header {
    height: 52px; }
    header .header_inner h1 span img {
      width: 240px; }

  h1 .logo {
    width: 80px;
    margin-right: 20px; }

  .drawer_menu_txt {
    max-width: 90%;
    margin: 0 auto; }
    .drawer_menu_txt li {
      text-align: center; }
      .drawer_menu_txt li span.active::before {
        left: 0;
        content: "";
        width: 0;
        height: 0;
        display: inline-block;
        position: absolute;
        margin: 8px 0;
        background-color: #6d6d6d; }
      .drawer_menu_txt li span img {
        max-width: 100%; }
  .drawer_menu .sns_btn {
    margin: 50px auto 0;
    max-width: 100%;
    text-align: center;
    -webkit-display: flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .drawer_menu .sns_btn p {
      display: block;
      max-width: 90%;
      margin: 0 auto 20px; }
    .drawer_menu .sns_btn .border {
      display: none; }
    .drawer_menu .sns_btn ul {
      margin: 0 auto;
      max-width: 90%;
      margin: 0 auto;
      width: 200px; }
      .drawer_menu .sns_btn ul li:nth-child(1) img {
        width: 50px; }
      .drawer_menu .sns_btn ul li:nth-child(2) img {
        width: 25px; }
      .drawer_menu .sns_btn ul li:nth-child(3) img {
        width: 45px; }

  .first {
    background-image: url("../eng_images/img_sp_main.jpg");
    background-size: 100vw;
    background-position: center 10%;
    min-height: 780px;
    padding: 65px 0 32px; }
    .first_wrapper {
      bottom: 50px;
    }
    .first_inner {
      width: 100vw;
      max-width: 100vw; }
      .first h2 {
        margin: 90px auto 0;
        padding-left: 10%; }
        .first h2 img {
          max-width: 45%; }
      .first_inner_txt {
        margin: 50% 0 0;
        font-size: 13px;
        line-height: 32px; }
      .first_inner_logo {
        margin: 30px 0 0; }
        .first_inner_logo img {
          width: 120px; }
      .first_inner_60 img {
        width: 50px; }

  .movie_inner {
    background-size: cover;
    background-attachment: scroll; }
    .movie_inner_ttl {
      max-width: 100vw; }
    .movie_inner .sp {
      display: inline; }

  .timeline {
    display: none; }

  .close_img {
    position: relative;
    text-align: center;
    margin-top: 20px !important;
    width: 165px !important;
    height: 60px !important;
    background-image: url("../eng_images/sp_history_over_xClose.png") !important;
    background-size: contain !important; }

  .mfp-container {
    padding: 0; }

  #inline_popup_1992_top {
    max-width: 100%; }
    #inline_popup_1992_top .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 14px;
      font-weight: bold; }
    #inline_popup_1992_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_1992_top .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_1992_top .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_1992_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_1992_top .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
      #inline_popup_1992_top .wrapper .flex_inner_left .con2 img {
        width: 100%; }
    #inline_popup_1992_top .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_1992_top .wrapper .flex_inner_right img {
        max-width: 100%; }

  #inline_popup_1992_bottom {
    max-width: 100%; }
    #inline_popup_1992_bottom .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 14px;
      font-weight: bold; }
    #inline_popup_1992_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_1992_bottom .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_1992_bottom .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
    #inline_popup_1992_bottom .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_1992_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

  #inline_popup_2001_top {
    max-width: 100%; }
    #inline_popup_2001_top .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 13.5px;
      font-weight: bold; }
    #inline_popup_2001_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2001_top .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_2001_top .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_2001_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_2001_top .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
    #inline_popup_2001_top .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_2001_top .wrapper .flex_inner_right img {
        max-width: 100%; }

  #inline_popup_2001_bottom {
    max-width: 100%; }
    #inline_popup_2001_bottom .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 13.5px;
      font-weight: bold; }
    #inline_popup_2001_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2001_bottom .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_2001_bottom .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
    #inline_popup_2001_bottom .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_2001_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

  #inline_popup_2015_top {
    max-width: 100%; }
    #inline_popup_2015_top .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 14px;
      font-weight: bold; }
    #inline_popup_2015_top .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2015_top .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_2015_top .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_2015_top .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_2015_top .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
    #inline_popup_2015_top .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_2015_top .wrapper .flex_inner_right img {
        max-width: 100%; }

  #inline_popup_2015_bottom {
    max-width: 100%; }
    #inline_popup_2015_bottom .wrapper h4 .ttl_bottom {
      color: #363636;
      font-size: 14px;
      font-weight: bold; }
    #inline_popup_2015_bottom .wrapper .flex_wrapper {
      -webkit-display: flex;
      display: flex; }
    #inline_popup_2015_bottom .wrapper .flex_inner_left {
      width: 100%; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt_ttl .tag {
        font-size: 16px; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .txt {
        margin-top: 30px; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .ttl {
        margin: 20px 0; }
      #inline_popup_2015_bottom .wrapper .flex_inner_left .sp {
        width: 80%;
        margin: 0 auto; }
    #inline_popup_2015_bottom .wrapper .flex_inner_right {
      display: none; }
      #inline_popup_2015_bottom .wrapper .flex_inner_right img {
        max-width: 100%; }

  .sp_timeline {
    padding: 140px 0 0; }
    .sp_timeline_inner {
      background: url("../eng_images/sp_timeline_background_7756.jpg");
      background-size: 100%;
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      -ms-background-size: 100%;
      background-position: center top;
      padding-bottom: 5%; }
    .sp_timeline h2 {
      margin-bottom: 120px; }
      .sp_timeline h2 img {
        width: 100%; }
    .sp_timeline .con1 img {
      width: 100%; }
    .sp_timeline .con2 img {
      width: 100%; }
    .sp_timeline .con3 {
      position: relative; }
      .sp_timeline .con3 img {
        width: 100%; }
      .sp_timeline .con3 .fukidashi {
        position: absolute;
        right: 10%;
        top: -85%;
        width: 77%; }
    .sp_timeline .con4 img {
      width: 100%; }
    .sp_timeline .con5 img {
      width: 100%; }
    .sp_timeline .con6 {
      position: relative; }
      .sp_timeline .con6 img {
        width: 100%;
        padding-top: 3px; }
      .sp_timeline .con6 .btn {
        position: absolute;
        bottom: -3%; }
    .sp_timeline .con7 img {
      width: 100%;
      padding-top: 40px; }
    .sp_timeline .con8 img {
      width: 100%; }
    .sp_timeline .con9 img {
      width: 100%; }
    .sp_timeline .con10 img {
      width: 100%; }
    .sp_timeline .con11 {
      position: relative; }
      .sp_timeline .con11 img {
        width: 100%;
        padding-top: 2px; }
      .sp_timeline .con11 .btn {
        position: absolute;
        bottom: 7%; }
    .sp_timeline .con12 img {
      width: 100%; }
    .sp_timeline .con13 img {
      width: 100%;
      padding-top: 2px; }
    .sp_timeline .sa {
      transition: all 1s ease;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      .sp_timeline .sa_active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
    .sp_timeline .human {
      width: 100%;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }

  .background {
    background-image: url("../eng_images/sp_background_bg_Img_w1200.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat; }
    .background_inner {
      max-width: 100%; }
    .background h2 img {
      width: 530px;
      max-width: 90%; }
    .background h2 .sub {
      width: 380px;
      max-width: 50%; }
    .background .con_wrapper {
      text-align: center;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .background .con_wrapper .con1 {
        width: 90%;
        margin: 0 auto;
        padding: 0; }
        .background .con_wrapper .con1 h3 {
          padding: 15px 20px;
          margin: 0 0 10px;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0); }
          .background .con_wrapper .con1 h3 .btn {
            padding: 20px 110px 20px 110px;
            width: 350px; }
            .background .con_wrapper .con1 h3 .btn .btn_inner img {
              width: 350px;
              max-width: 100%;
              margin: 0 auto; }
        .background .con_wrapper .con1 .img_1 {
          width: 150px;
          max-width: 30%;
          left: -6%;
          top: -75%; }
        .background .con_wrapper .con1 p {
          font-size: 18px;
          padding: 0;
          text-align: left;
          width: auto; }
      .background .con_wrapper .con2 {
        padding: 15px 0 0; }
        .background .con_wrapper .con2 .sp {
          width: 100%;
          overflow: hidden; }
          .background .con_wrapper .con2 .sp img {
            width: 100%; }
          .background .con_wrapper .con2 .sp .sa_active {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
      .background .con_wrapper .con3 {
        display: none; }
        .background .con_wrapper .con3 h3 {
          margin: 0 0 25px;
          padding: 15px 20px;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0);
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .background .con_wrapper .con3 h3 img {
            width: 530px;
            max-width: 90%; }
      .background .con_wrapper .con4 {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        padding: 0; }
        .background .con_wrapper .con4 h3 {
          text-align: center;
          margin: 0 0 25px; }
          .background .con_wrapper .con4 h3 .btn {
            padding: 20px 132px; }
            .background .con_wrapper .con4 h3 .btn .btn_inner img {
              width: 310px; }
        .background .con_wrapper .con4 p {
          font-size: 18px;
          text-align: left;
          padding: 0;
          margin-bottom: 15px;
          width: auto; }
        .background .con_wrapper .con4 .sp {
          width: 100%;
          overflow: hidden; }
          .background .con_wrapper .con4 .sp img {
            width: 100%; }
          .background .con_wrapper .con4 .sp .sa_active {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
          .background .con_wrapper .con4 .sp_img {
            display: block;
          }
      .background .con_wrapper .con5 {
        width: 90%;
        margin: 0 auto;
        padding: 0; }
        .background .con_wrapper .con5 h3 {
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0);
          padding: 15px 20px;
          margin: 0 0 10px; }
          .background .con_wrapper .con5 h3 .btn {
            padding: 20px 116px; }
            .background .con_wrapper .con5 h3 .btn .btn_inner img {
              width: 340px;
              max-width: 100%;
              margin: 0 auto; }
        .background .con_wrapper .con5 p {
          font-size: 18px;
          margin-left: 0;
          padding: 0;
          text-align: left;
          width: auto; }
      .background .con_wrapper .con6 {
        width: 100%; }
        .background .con_wrapper .con6 .img_8 {
          width: 100%;
          overflow: hidden; }
          .background .con_wrapper .con6 .img_8 img {
            width: 100%; }
          .background .con_wrapper .con6 .img_8 .sa_active {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
    .background .con_wrapper_1 {
      margin: 0 0 35px; }
    .background .con_wrapper_2 {
      margin: 0 0 20px; }

  .future {
    position: relative; }
    .future h2 img {
      width: 530px;
      max-width: 90%; }
    .future h2 .sub {
      width: 170px;
      max-width: 40%; }
    .future .con_wrapper {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .future .con_wrapper .con_left {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0px; }
        .future .con_wrapper .con_left img {
          width: 100%; }
      .future .con_wrapper .con_right {
        width: 90%;
        margin: 25px auto 0;
        padding: 0; }
        .future .con_wrapper .con_right h3 img {
          width: 450px; }
        .future .con_wrapper .con_right .txt {
          font-size: 18px; }
        .future .con_wrapper .con_right .name {
          padding-right: 0; }
    .future .human {
      position: absolute;
      top: 17% !important;
      width: 100% !important;
      left: 0 !important; }

  footer .wrapper h2 {
    text-align: center;
    margin-bottom: 25px; }
    footer .wrapper h2 img {
      width: 560px;
      max-width: 90%;
      margin: 0 auto; }
  footer .con1 {
    float: none;
    text-align: center; }
    footer .con1 .tanita {
      margin: 7px 17px 7px 0;
      width: 60px; }
    footer .con1 img {
      width: 35px; }
    footer .con1 .copy {
      display: none; }
  footer .con2 {
    float: none;
    text-align: center;
    margin: 0; }
  footer .con3 {
    float: none;
    border: none;
    width: 100%;
    margin: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 0;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center; }
    footer .con3 .bar {
      display: inline-block;
      width: 20px;
      height: 4px;
      background-color: rgba(255, 255, 255, 0.5); }
    footer .con3 .sp_sns {
      width: 52%; }
    footer .con3 .con3_sns {
      display: none; }
  footer .copy {
    margin: 35px auto 0; } }
@media (max-width: 750px) {
  .sp_tab {
    display: block; } }
@media (max-width: 540px) {
  h1 .logo {
    margin-right: 20px; }
  h1 span img {
    width: 172px; } }
@media (max-width: 450px) {
  header {
    height: 50px; }
    header .header_inner {
      width: 90vw;
      max-width: 100vw;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      header .header_inner h1 img {
        width: 68px; }
      header .header_inner h1 span img {
        width: 48vw; }

  .drawer_menu {
    width: 100vw; }
    .drawer_menu_txt {
      max-width: 90vw;
      margin: 0 auto;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .drawer_menu_txt li {
        text-align: center; }
        .drawer_menu_txt li span img {
          max-width: 100%; }
    .drawer_menu .sns_btn {
      margin: 50px auto 0;
      max-width: 100%;
      text-align: center;
      -webkit-display: flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .drawer_menu .sns_btn p {
        display: block;
        max-width: 90%;
        margin: 0 auto 20px; }
      .drawer_menu .sns_btn .border {
        display: none; }
      .drawer_menu .sns_btn ul {
        width: 170px;
        margin: 0 auto;
        max-width: 90%;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        align-items: center; }
        .drawer_menu .sns_btn ul li img {
          width: 50% !important;
          display: inline-flex; }

  h1 .logo {
    margin-right: 14px; }
  h1 span img {
    width: 172px; }

  .first h2 {
    margin: 30px 0 0;
    padding-left: 8%; }
    .first h2 img {
      width: 190px;
      max-width: 50%; }
  .first_inner_txt {
    margin: 51% 0 0;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .first_inner_logo {
    margin: 20px 0 0; }
    .first_inner_logo img {
      width: 84px; }
  .first_inner_60 {
    margin: 14px 0 0; }
    .first_inner_60 img {
      width: 36px; }

  .movie_inner {
    background-image: url("../eng_images/sp_movie_visual.jpg"); }
    .movie_inner_border {
      border: 2px solid #fff; }
    .movie_inner_ttl {
      width: 500px;
      max-width: 100%;
      margin: 0 auto 15px; }
    .movie_inner .popup-iframe img {
      width: 60px;
      margin-bottom: 30px; }

  .sp_timeline {
    padding: 70px 0 0; }
    .sp_timeline h2 {
      margin-bottom: 60px; }
    .sp_timeline .human {
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }

  .background {
    background-image: none;
    background-color: #004198;
    padding: 90px 0;
    position: relative;
    z-index: -1; }
    .background .Bg_1 {
      width: 100%;
      position: absolute;
      top: 0;
      display: block; }
    .background .Bg_2 {
      width: 100%;
      position: absolute;
      bottom: 0;
      display: block; }
    .background h2 {
      margin: 0 0 120px; }
      .background h2 img {
        width: 250px; }
      .background h2 .sub {
        max-width: 50%;
        margin-top: 16px; }
        .background h2 .sub img {
          width: 200px; }
    .background .con_wrapper {
      margin-bottom: -25px; }
      .background .con_wrapper .con1 .img_1 {
        width: 30%;
        left: -6%;
        top: -100px; }
      .background .con_wrapper .con1 h3 {
        margin: 0 0 10px;
        padding: 2px 20px; }
        .background .con_wrapper .con1 h3 .btn {
          padding: 15px 19px;
          width: 88%; }
          .background .con_wrapper .con1 h3 .btn .btn_inner img {
            width: 265px;
            max-width: 100%; }
      .background .con_wrapper .con1 p {
        font-size: 13px;
        line-height: 1.8em; }
      .background .con_wrapper .con2 {
        padding: 15px 0 0;
        margin-top: -19%; }
        .background .con_wrapper .con2 .sp_450 {
          display: block;
          width: 100%; }
          .background .con_wrapper .con2 .sp_450 img {
            width: 100%; }
        .background .con_wrapper .con2 .sp {
          display: none; }
      .background .con_wrapper .con3 {
        display: none; }
      .background .con_wrapper .con4 {
        max-width: 100%;
        width: 100%;
        margin-top: -43%; }
        .background .con_wrapper .con4 h3 {
          margin: 0 35px 16px; }
          .background .con_wrapper .con4 h3 .btn {
            padding: 15px 19px; }
            .background .con_wrapper .con4 h3 .btn .btn_inner img {
              width: 241px; }
        .background .con_wrapper .con4 p {
          font-size: 13px;
          line-height: 1.8em;
          margin-bottom: 15px;
          max-width: 90%;
          margin: 0 auto 15px; }
        .background .con_wrapper .con4 .sp_450 {
          display: block;
          width: 100%; }
          .background .con_wrapper .con4 .sp_450 img {
            width: 100%; }
        .background .con_wrapper .con4 .sp {
          display: none; }
        .background .con_wrapper .con4 .sp_img {
          display: block; }
      .background .con_wrapper .con5 {
        margin: -74% auto 0;
        padding-bottom: 15px; }
        .background .con_wrapper .con5 h3 {
          margin: 0 0 5px; }
          .background .con_wrapper .con5 h3 img {
            width: 255px;
            max-width: 100%; }
          .background .con_wrapper .con5 h3 .btn {
            padding: 15px 19px; }
        .background .con_wrapper .con5 p {
          font-size: 13px;
          line-height: 1.8em; }
    .background .con_wrapper_1 {
      margin: 0 0 35px; }
    .background .con_wrapper_2 {
      margin: 40px 0 20px; }

  .future .inner {
    padding: 72px 0 50px; }
  .future h2 {
    margin-bottom: 50px; }
    .future h2 img {
      width: 350px; }
    .future h2 .sub {
      width: 88px;
      margin: 11px auto 0; }
      .future h2 .sub img {
        width: 200px; }
  .future .con_wrapper .con_right h3 img {
    max-width: 95%; }
  .future .con_wrapper .con_right .txt {
    font-size: 13px;
    line-height: 1.7em;
    margin-top: 12px; }
  .future .human {
    position: absolute;
    top: 14% !important; } }

@media (max-width: 350px) {
  h1 .logo {
    margin-right: 10px;
    width: 70px; }

  .background .con_wrapper .con4 h3 .btn_inner img {
    width: 190px; } }
@media (min-height: 670px) and (max-width: 768px) {
  .first_wrapper {
    bottom: 2vh
  }
}
@media (min-height: 770px) and (max-width: 768px) {
  .first_wrapper {
    bottom: 8vh;
  }
}

@media (min-height: 320px) and (max-width: 768px) and (min-width: 567px) and (max-height: 450px) {
  .first {
    min-height: 900px;
  }
}
@media (orientation: landscape) and (max-width: 768px){
  .first {
    min-height: 1200px;
    background-position: center top;
  }
}

@media (min-height: 1200px) and (min-width: 768px) {
  .first {
    min-height: 1600px;
  }
}

@media (min-height: 1000px) and (min-width: 768px) {
  .first {
    min-height: 1600px;
  }
}


/*# sourceMappingURL=style.css.map */
