@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.6;
  font-family: Hiragino UD Sans F W3 JIS2004, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  font-size: 14px;
  color: #000; }

.sp {
  display: none; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

a {
  color: #000; }
  a:hover {
    color: #0d0d0d; }

img {
  vertical-align: top; }

ul, ol {
  list-style: none; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: '';
    display: table; }
  .cf:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

body {
  visibility: hidden; }

header {
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  min-width: 1080px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
  header h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    background: #034d87;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer; }
    header h1 a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    header h1:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("../img/logo_webcg.png");
      width: 136px;
      height: 36px;
      background-size: 100% 100%; }
  header nav {
    position: relative;
    width: 704px;
    margin: 0 auto;
    height: 100%;
    left: 20px; }
    header nav ul {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      header nav ul li {
        position: relative;
        width: 20%;
        height: 100%;
        text-align: center;
        padding: 16px 0;
        box-sizing: border-box;
        cursor: pointer; }
        header nav ul li img {
          width: 115px;
          height: auto; }
        header nav ul li:not(:first-child):before {
          position: absolute;
          content: "";
          top: 27px;
          left: -1px;
          width: 1px;
          height: 24px;
          background: #e5e5e5; }
        header nav ul li:after {
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #000;
          -webkit-transform: scale(0, 1);
              -ms-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: 0% 100%;
              -ms-transform-origin: 0% 100%;
                  transform-origin: 0% 100%;
          transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1); }
        header nav ul li.is-select:after {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
  header .share-box {
    position: absolute;
    top: 28px;
    right: 36px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header .share-box h2 {
      position: relative;
      top: 6px;
      width: 36px; }
      header .share-box h2 img {
        width: 100%;
        height: auto; }
    header .share-box ul {
      position: relative;
      margin-left: 16px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      header .share-box ul li:nth-child(n+2) {
        margin-left: 12px; }
      header .share-box ul li a {
        position: relative;
        display: block;
        width: 19px; }
        header .share-box ul li a img {
          width: 100%;
          height: auto; }
  header .btn-sp-nav {
    position: absolute;
    top: 16px;
    right: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header .btn-sp-nav.active .btnNavi span:nth-child(1) {
      -webkit-transform: translate(0px, 3px) rotate(45deg);
          -ms-transform: translate(0px, 3px) rotate(45deg);
              transform: translate(0px, 3px) rotate(45deg); }
    header .btn-sp-nav.active .btnNavi span:nth-child(2) {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    header .btn-sp-nav.active .btnNavi span:nth-child(3) {
      -webkit-transform: translate(0px, -3px) rotate(-45deg);
          -ms-transform: translate(0px, -3px) rotate(-45deg);
              transform: translate(0px, -3px) rotate(-45deg); }
    header .btn-sp-nav .btnNavi {
      position: relative;
      width: 10px;
      height: 7px;
      padding: 0;
      box-sizing: border-box;
      margin-left: 40px;
      cursor: pointer;
      transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      z-index: 10; }
      header .btn-sp-nav .btnNavi span {
        position: relative;
        display: block;
        width: 10px;
        height: 1px;
        background: #000;
        transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
        margin: 0 auto; }
        header .btn-sp-nav .btnNavi span:nth-child(n+2) {
          margin: 2px auto 0; }
    header .btn-sp-nav .text-menu {
      position: relative;
      width: 32px;
      margin-left: 8px; }
      header .btn-sp-nav .text-menu img {
        width: 100%;
        height: auto; }

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #wrap main {
    display: block; }
    #wrap main section.main {
      position: relative;
      width: 100%;
      padding-bottom: 120px; }
      #wrap main section.main .main-container {
        position: relative;
        width: 100%;
        height: 47vw;
        z-index: 1; }
        #wrap main section.main .main-container > .image-box {
          position: relative;
          width: calc(100% - 420px);
          height: 100%;
          margin: 0 0 0 auto;
          z-index: 1; }
          #wrap main section.main .main-container > .image-box.first-anim:before {
            -webkit-transform: translate(100%);
                -ms-transform: translate(100%);
                    transform: translate(100%); }
          #wrap main section.main .main-container > .image-box:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 99999;
            transition: all 0.85s cubic-bezier(0.65, 0, 0.35, 1); }
          #wrap main section.main .main-container > .image-box article {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff; }
            #wrap main section.main .main-container > .image-box article a {
              display: block;
              width: 100%;
              height: 100%; }
              #wrap main section.main .main-container > .image-box article a .image-box {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 1;
                transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
                #wrap main section.main .main-container > .image-box article a .image-box .inner {
                  position: absolute;
                  top: 0;
                  left: 0px;
                  width: 100%;
                  height: 100%;
                  background-size: cover;
                  -webkit-transform: scale(1.1);
                      -ms-transform: scale(1.1);
                          transform: scale(1.1); }
              #wrap main section.main .main-container > .image-box article a .text-box {
                position: absolute;
                bottom: 45px;
                right: 45px;
                width: 388px;
                z-index: 2; }
                #wrap main section.main .main-container > .image-box article a .text-box .image {
                  width: 100%; }
                  #wrap main section.main .main-container > .image-box article a .text-box .image img {
                    width: 100%;
                    height: auto; }
                #wrap main section.main .main-container > .image-box article a .text-box .btn-more {
                  position: relative;
                  margin-top: 18px;
                  color: #fff;
                  font-size: 14px;
                  text-align: left;
                  padding-bottom: 7px;
                  width: 160px; }
                  #wrap main section.main .main-container > .image-box article a .text-box .btn-more:before {
                    position: absolute;
                    content: "";
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background: #fff;
                    -webkit-transform-origin: 0% 100%;
                        -ms-transform-origin: 0% 100%;
                            transform-origin: 0% 100%; }
                  #wrap main section.main .main-container > .image-box article a .text-box .btn-more:after {
                    position: absolute;
                    content: "";
                    top: 6px;
                    right: 9px;
                    background: url("../img/icon_arrow_mainslide.png");
                    width: 13px;
                    height: 10px;
                    background-size: 100% 100%;
                    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

@-webkit-keyframes lineanim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes lineanim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
            #wrap main section.main .main-container > .image-box article.gy a .image-box .inner {
              background: url("../img/img_main_1.jpg") center center no-repeat;
              background-size: cover; }
            #wrap main section.main .main-container > .image-box article.gy a .text-box {
              width: 284px; }
            #wrap main section.main .main-container > .image-box article.conti a .image-box .inner {
              background: url("../img/img_main_2.jpg") center center no-repeat;
              background-size: cover; }
        #wrap main section.main .main-container ul.pager-sp {
          position: relative;
          margin-top: 4;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #wrap main section.main .main-container ul.pager-sp li {
            position: relative;
            width: 60px;
            height: 20px;
            cursor: pointer; }
            #wrap main section.main .main-container ul.pager-sp li:before {
              position: absolute;
              content: "";
              top: 14px;
              left: 0;
              width: 100%;
              height: 1px;
              background: #000;
              opacity: 0.2;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
              transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
            #wrap main section.main .main-container ul.pager-sp li.is-select:before {
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
            #wrap main section.main .main-container ul.pager-sp li:nth-child(n+2) {
              margin-left: 9px; }
        #wrap main section.main .main-container .ttl-box {
          position: absolute;
          top: 56%;
          left: 50px;
          width: 450px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2; }
          #wrap main section.main .main-container .ttl-box .ttl {
            width: 100%; }
            #wrap main section.main .main-container .ttl-box .ttl li {
              position: relative; }
              #wrap main section.main .main-container .ttl-box .ttl li:nth-child(1) {
                width: 155px;
                margin-bottom: 24px; }
              #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2) {
                width: 204px;
                padding-bottom: 12px;
                margin-bottom: 22px; }
                #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2):before {
                  position: absolute;
                  content: "";
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 2px;
                  background: #000; }
              #wrap main section.main .main-container .ttl-box .ttl li:nth-child(3) {
                width: 450px;
                padding-bottom: 12px; }
                #wrap main section.main .main-container .ttl-box .ttl li:nth-child(3):before {
                  position: absolute;
                  content: "";
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 2px;
                  background: #000; }
              #wrap main section.main .main-container .ttl-box .ttl li img {
                width: 100%;
                height: auto; }
          #wrap main section.main .main-container .ttl-box .lead-box {
            margin-top: 32px;
            line-height: 2;
            font-size: 16px;
            white-space: nowrap; }
        #wrap main section.main .main-container .scrolldown {
          position: absolute;
          bottom: 0px;
          left: 50%; }
          #wrap main section.main .main-container .scrolldown .ttl {
            position: absolute;
            top: 0;
            left: 9px;
            width: 10px; }
            #wrap main section.main .main-container .scrolldown .ttl img {
              width: 100%;
              height: auto; }
          #wrap main section.main .main-container .scrolldown .line {
            position: relative;
            bottom: 0;
            right: 0;
            width: 1px;
            height: 100px;
            overflow: hidden;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
            #wrap main section.main .main-container .scrolldown .line .inner {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 1px;
              height: 100px;
              background: #000; }
      #wrap main section.main ul.pager {
        position: relative;
        margin-top: 28px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #wrap main section.main ul.pager li {
          position: relative;
          width: 80px;
          height: 30px; }
          #wrap main section.main ul.pager li:before {
            position: absolute;
            content: "";
            top: 14px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #000;
            opacity: 0.2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
            transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1); }
          #wrap main section.main ul.pager li.is-select:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
          #wrap main section.main ul.pager li:nth-child(n+2) {
            margin-left: 12px; }
    #wrap main section.sp-lead-nav {
      position: relative;
      padding: 50px 25px 90px;
      box-sizing: border-box; }
      #wrap main section.sp-lead-nav .lead-box {
        font-size: 14px;
        line-height: 1.6; }
      #wrap main section.sp-lead-nav .nav-box {
        position: relative;
        margin: 60px 0 0;
        width: 100%; }
        #wrap main section.sp-lead-nav .nav-box h3 {
          position: relative;
          width: 92px; }
          #wrap main section.sp-lead-nav .nav-box h3 img {
            width: 100%;
            height: auto; }
        #wrap main section.sp-lead-nav .nav-box ul.navigation {
          position: relative;
          margin: 12px 0 0;
          width: 100%; }
          #wrap main section.sp-lead-nav .nav-box ul.navigation li {
            position: relative;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            #wrap main section.sp-lead-nav .nav-box ul.navigation li:before {
              position: absolute;
              content: "";
              top: 0px;
              left: 0;
              width: 100%;
              height: 1px;
              background: #e5e5e5;
              z-index: -1; }
            #wrap main section.sp-lead-nav .nav-box ul.navigation li:last-child:after {
              position: absolute;
              content: "";
              bottom: 0px;
              left: 0;
              width: 100%;
              height: 1px;
              background: #e5e5e5;
              z-index: -1; }
            #wrap main section.sp-lead-nav .nav-box ul.navigation li .image {
              position: relative;
              width: 60px; }
              #wrap main section.sp-lead-nav .nav-box ul.navigation li .image img {
                width: 100%;
                height: auto; }
            #wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box {
              position: relative;
              -webkit-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              padding: 16px 0 0 12px;
              box-sizing: border-box; }
              #wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box:before {
                position: absolute;
                content: "";
                top: 19px;
                right: 7px;
                background: url("../img/icon_arrow_down.png");
                width: 6px;
                height: 8px;
                background-size: 100% 100%; }
              #wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box p {
                width: 220px; }
                #wrap main section.sp-lead-nav .nav-box ul.navigation li .text-box p img {
                  width: 100%;
                  height: auto; }
    #wrap main section.article article {
      position: relative;
      width: 100%;
      padding: 100px 50px 100px;
      box-sizing: border-box;
      background: #eef1f6; }
      #wrap main section.article article:nth-child(2) {
        background: #fff; }
        #wrap main section.article article:nth-child(2) .container .top-box .image-box {
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        #wrap main section.article article:nth-child(2) .container .top-box .ttl-box {
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          padding-left: 0;
          left: -3.8%; }
        #wrap main section.article article:nth-child(2) .container .bottom-box {
          padding: 0 7.6% 0 0; }
          #wrap main section.article article:nth-child(2) .container .bottom-box .text-box {
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            padding-right: 0;
            padding-left: 6%; }
          #wrap main section.article article:nth-child(2) .container .bottom-box .image-box {
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1; }
      #wrap main section.article article .container {
        position: relative;
        width: 100%; }
        #wrap main section.article article .container > a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 3; }
        #wrap main section.article article .container .top-box {
          position: relative;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin: 0 auto;
          padding: 0 7.6%;
          box-sizing: border-box;
          z-index: 2; }
          #wrap main section.article article .container .top-box .ttl-box {
            position: relative;
            padding-left: 5.2%;
            box-sizing: border-box;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            #wrap main section.article article .container .top-box .ttl-box .container {
              position: relative;
              top: 45%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }
            #wrap main section.article article .container .top-box .ttl-box .ttl-en {
              position: relative; }
              #wrap main section.article article .container .top-box .ttl-box .ttl-en img {
                width: 100%;
                height: auto; }
              #wrap main section.article article .container .top-box .ttl-box .ttl-en:after {
                position: absolute;
                content: "";
                bottom: -32px;
                left: calc(50% - 6px);
                background: url("../img/icon_collabo.png");
                width: 13px;
                height: 13px;
                background-size: 100% 100%; }
            #wrap main section.article article .container .top-box .ttl-box .ttl-jp {
              position: relative;
              margin-top: 38px;
              font-size: 24px;
              white-space: nowrap; }
            #wrap main section.article article .container .top-box .ttl-box.gy .ttl-en {
              width: 408px; }
            #wrap main section.article article .container .top-box .ttl-box.conti .ttl-en {
              width: 321px; }
            #wrap main section.article article .container .top-box .ttl-box.bs .container {
              width: 314px; }
            #wrap main section.article article .container .top-box .ttl-box.bs .ttl-en {
              width: 314px; }
            #wrap main section.article article .container .top-box .ttl-box.bs .ttl-jp {
              text-align: center; }
              #wrap main section.article article .container .top-box .ttl-box.bs .ttl-jp span.kerning {
                letter-spacing: -0.15em; }
            #wrap main section.article article .container .top-box .ttl-box.yokohama .container {
              width: 350px; }
            #wrap main section.article article .container .top-box .ttl-box.yokohama .ttl-en {
              width: 350px; }
            #wrap main section.article article .container .top-box .ttl-box.yokohama .ttl-jp {
              text-align: center; }
          #wrap main section.article article .container .top-box .image-box {
            box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
            width: 50%;
            min-width: 480px;
            box-sizing: border-box; }
            #wrap main section.article article .container .top-box .image-box .image {
              width: 100%; }
              #wrap main section.article article .container .top-box .image-box .image img {
                width: 100%;
                height: auto; }
        #wrap main section.article article .container .bottom-box {
          position: relative;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: -40px auto 0;
          width: 100%;
          padding: 0 0 0 7.6%;
          box-sizing: border-box;
          z-index: 1; }
          #wrap main section.article article .container .bottom-box .image-box {
            width: 58%;
            min-width: 605px; }
            #wrap main section.article article .container .bottom-box .image-box .image {
              width: 100%; }
              #wrap main section.article article .container .bottom-box .image-box .image img {
                width: 100%;
                height: auto; }
          #wrap main section.article article .container .bottom-box .text-box {
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding-top: 130px;
            padding-right: 6%;
            box-sizing: border-box;
            text-align: justify; }
            #wrap main section.article article .container .bottom-box .text-box p {
              font-size: 16px;
              line-height: 1.9; }
            #wrap main section.article article .container .bottom-box .text-box .btn-more {
              position: relative;
              margin: 52px auto 0 0;
              width: 208px;
              cursor: pointer;
              z-index: 1000; }
              #wrap main section.article article .container .bottom-box .text-box .btn-more a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                text-decoration: none;
                padding-bottom: 8px; }
              #wrap main section.article article .container .bottom-box .text-box .btn-more:before {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #000;
                -webkit-transform-origin: 0 0;
                    -ms-transform-origin: 0 0;
                        transform-origin: 0 0; }
              #wrap main section.article article .container .bottom-box .text-box .btn-more:after {
                position: absolute;
                content: "";
                top: 8px;
                right: 8px;
                background: url("../img/icon_arrow.png");
                width: 20px;
                height: 16px;
                background-size: 100% 100%;
                transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
              #wrap main section.article article .container .bottom-box .text-box .btn-more p {
                position: relative;
                font-size: 18px; }

@keyframes lineanim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
    #wrap main section.form {
      position: relative;
      width: 100%;
      background: #034d87;
      padding: 74px 0 0px;
      margin-top: 75px; }
      #wrap main section.form h2 {
        text-align: center;
        color: #fff;
        font-size: 24px; }
        #wrap main section.form h2 span {
          padding-bottom: 6px;
          border-bottom: 2px solid #fff;
          letter-spacing: 0.08em; }
      #wrap main section.form .lead-box {
        position: relative;
        margin-top: 28px;
        color: #fff;
        text-align: center;
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.08em; }
      #wrap main section.form .form-container {
        position: relative;
        width: 640px;
        margin: 24px auto 0; }
  #wrap footer {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 70px 0 70px;
    box-sizing: border-box;
    text-align: center; }
    #wrap footer .copyright {
      text-align: center; }
      #wrap footer .copyright img {
        width: 308px;
        height: auto; }
    #wrap footer .pagetop {
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #000;
      border-radius: 50%;
      overflow: hidden;
      width: 48px;
      height: 48px;
      padding-top: 15px;
      box-sizing: border-box;
      cursor: pointer; }
      #wrap footer .pagetop img {
        width: 14px;
        height: auto; }

#sp-nav {
  position: fixed;
  top: 50px;
  left: 10px;
  width: calc(100% - 20px);
  height: 0px;
  background: #fff;
  z-index: 10000;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: height 250ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  #sp-nav.open {
    height: 284px; }
  #sp-nav nav {
    position: relative; }
    #sp-nav nav ul {
      position: relative; }
      #sp-nav nav ul li {
        position: relative;
        padding: 13px 14px;
        box-sizing: border-box; }
        #sp-nav nav ul li:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #ddd; }
        #sp-nav nav ul li:after {
          position: absolute;
          content: "";
          top: 16px;
          right: 18px;
          background: url("../img/icon_arrow_down.png");
          width: 6px;
          height: 8px;
          background-size: 100% 100%; }
        #sp-nav nav ul li .image {
          width: 227px; }
          #sp-nav nav ul li .image img {
            display: block;
            width: 100%;
            height: auto; }
  #sp-nav .share-box {
    position: relative;
    width: 100%;
    padding-top: 23px; }
    #sp-nav .share-box:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ddd; }
    #sp-nav .share-box h3 {
      position: relative;
      width: 36px;
      margin: 0 auto; }
      #sp-nav .share-box h3 img {
        width: 100%;
        height: auto;
        display: block; }
    #sp-nav .share-box ul {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 9px; }
      #sp-nav .share-box ul li {
        position: relative; }
        #sp-nav .share-box ul li:nth-child(n+2) {
          margin-left: 13px; }
        #sp-nav .share-box ul li a {
          display: block;
          width: 20px; }
          #sp-nav .share-box ul li a img {
            display: block;
            width: 100%;
            height: auto; }
          @media screen and (max-width: 768px){
  .pc{
    display: none; }
  .sp{
    display: block; }
  header{
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    min-width: 0;
    height: 40px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08); }
  header h1{
    width: 105px; }
  header h1:before{
    width: 76px;
    height: 20px; }
  header nav{
    display: none; }
  header .share-box{
    display: none; }
  #wrap main section.main{
    padding-bottom: 0px; }
  #wrap main section.main .main-container{
    height: 100vh; }
  #wrap main section.main .main-container > .image-box{
    width: 100%;
    height: 95vw; }
  #wrap main section.main .main-container > .image-box article a .text-box{
    bottom: 25px;
    left: 25px;
    right: auto;
    width: 252px; }
  #wrap main section.main .main-container > .image-box article a .text-box .btn-more{
    font-size: 9px;
    width: 92px;
    padding-bottom: 5px;
    margin-top: 11px; }
  #wrap main section.main .main-container > .image-box article a .text-box .btn-more:after{
    width: 8px;
    height: 6px;
    top: 4px; }
  #wrap main section.main .main-container > .image-box article.gy a .text-box{
    width: 184px; }
  #wrap main section.main .main-container .ttl-box{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 32px 25px 0; }
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(1){
    width: 110px;
    margin-bottom: 7px; }
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2){
    width: 126px;
    padding-bottom: 9px;
    margin-bottom: 13px; }
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(2):before{
    height: 2px; }
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(3){
    width: 278px;
    padding-bottom: 9px;
    margin-bottom: 12px; }
  #wrap main section.main .main-container .ttl-box .ttl li:nth-child(3):before{
    height: 2px; }
  #wrap main section.main .main-container .scrolldown .ttl{
    width: 8px;
    left: 6px; }
  #wrap main section.main .main-container .scrolldown .line{
    height: 60px; }
  #wrap main section.main ul.pager{
    display: none; }
  #wrap main section.article article{
    padding: 60px 12.5px 68px; }
  #wrap main section.article article:nth-child(2) .container .top-box .image-box{
    margin: 24px 0 0 auto; }
  #wrap main section.article article:nth-child(2) .container .top-box .ttl-box{
    left: 0; }
  #wrap main section.article article:nth-child(2) .container .bottom-box{
    padding: 0; }
  #wrap main section.article article:nth-child(2) .container .bottom-box .text-box{
    padding: 30px 12.5px 0; }
  #wrap main section.article article:nth-child(2) .container .bottom-box .image-box{
    margin: 0 auto 0 0; }
  #wrap main section.article article .container .top-box{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0; }
  #wrap main section.article article .container .top-box .ttl-box{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  #wrap main section.article article .container .top-box .ttl-box .container{
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  #wrap main section.article article .container .top-box .ttl-box .ttl-en{
    width: 250px;
    margin: 0 auto; }
  #wrap main section.article article .container .top-box .ttl-box .ttl-en img{
    width: 100%;
    height: auto; }
  #wrap main section.article article .container .top-box .ttl-box .ttl-en:after{
    bottom: -21px;
    width: 9px;
    height: 9px; }
  #wrap main section.article article .container .top-box .ttl-box .ttl-jp{
    margin-top: 26px;
    font-size: 16.5px;
    text-align: center; }
  #wrap main section.article article .container .top-box .ttl-box.gy .ttl-en{
    width: 250px; }
  #wrap main section.article article .container .top-box .ttl-box.conti .ttl-en{
    width: 250px; }
  #wrap main section.article article .container .top-box .ttl-box.bs .container{
    width: 100%; }
  #wrap main section.article article .container .top-box .ttl-box.bs .ttl-en{
    width: 250px; }
  #wrap main section.article article .container .top-box .ttl-box.yokohama .ttl-en{
    width: 250px; }
  #wrap main section.article article .container .top-box .image-box{
    margin: 22px 0 0;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-width: 0;
    width: 45%; }
  #wrap main section.article article .container .bottom-box{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    margin: -15px auto 0; }
  #wrap main section.article article .container .bottom-box .image-box{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-width: 0;
    width: 85%;
    margin: 0 0 0 auto; }
  #wrap main section.article article .container .bottom-box .text-box{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 30px 12.5px 0; }
  #wrap main section.article article .container .bottom-box .text-box p{
    font-size: 12px;
    line-height: 1.8; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more{
    margin: 24px auto 0 0;
    width: 100%; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more a{
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    padding: 9px 0 9px; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more:after{
    top: 16px;
    right: 12px;
    width: 12px;
    height: 9px; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more p{
    font-size: 13px; }
  #wrap main section.form{
    margin-top: 40px;
    padding: 40px 0 0px; }
  #wrap main section.form h2{
    font-size: 16px; }
  #wrap main section.form h2 span{
    padding-bottom: 4px;
    border-bottom: 1px solid #fff; }
  #wrap main section.form .lead-box{
    margin-top: 18px;
    font-size: 12.5px;
    line-height: 1.65; }
  #wrap main section.form .form-container{
    width: calc(100% - 20px);
    margin: 16px auto 0; }
  #wrap main #g-form{
    width: 100%;
    height: 3600px; }
  #wrap footer .copyright img{
    width: 230px;
    height: auto;
    display: block;
    margin: 0 auto; }
  #wrap footer .pagetop{
    right: 12px;
    width: 30px;
    height: 30px;
    padding-top: 9px; }
  #wrap footer .pagetop img{
    width: 8px; } }
          @media screen and (min-width: 769px){
  header.fixed{
    -webkit-transform: translate(-20px, -20px);
        -ms-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    width: 100%; }
  header h1{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  header h1:hover{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  header nav ul li img{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  header nav ul li:hover img{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  header .share-box ul li a{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  header .share-box ul li a:hover{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  header .btn-sp-nav{
    display: none; }
  #wrap main section.main .main-container > .image-box article a:hover .image-box{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  #wrap main section.main .main-container > .image-box article a:hover .btn-more:before{
    -webkit-animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  #wrap main section.main .main-container > .image-box article a:hover .btn-more:after{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  #wrap main section.main .main-container ul.pager-sp{
    display: none; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more:hover:before{
    -webkit-animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  #wrap main section.article article .container .bottom-box .text-box .btn-more:hover:after{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  #wrap main section.article article .container{
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap main section.article article .container:hover{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  #wrap main section.article article .container:hover:before{
    -webkit-animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: lineanim 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  #wrap main section.article article .container:hover:after{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  #wrap footer .pagetop{
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #wrap footer .pagetop:hover{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
          @media screen and (max-width: 1260px){
  #wrap main section.main .main-container .ttl-box .lead-box{
    font-size: 1.26vw; } }
          @media (min-aspect-ratio: 2 / 3){
  #wrap main section.main .main-container .scrolldown{
    display: none; } }
          @media screen and (max-width: 767px){
  #wrap main section.main .main-container .scrolldown .line .inner{
    height: 60px; } }
