@charset "UTF-8";
#container {
  position: relative; }

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 640px) {
    #container .inner {
      width: 100%; } }

header {
  width: 100%; }
  header .header {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 80px;
    padding-right: 150px; }
    header .header h1 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 20px; }
      header .header h1 dl {
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .header h1 dl dt {
          margin-right: 15px; }
          header .header h1 dl dt img {
            width: 300px; }
        header .header h1 dl dd {
          color: #372096;
          font-size: 22px;
          font-weight: bold; }
  header a.hbg {
    width: 150px;
    height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    background: #b7d100; }
    header a.hbg span {
      width: 30px;
      height: 3px;
      background: #fff;
      left: calc(50% - 15px);
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px); }
    header a.hbg ins {
      font-family: 'Roboto', sans-serif;
      background: none;
      color: #fff;
      position: absolute;
      bottom: 13px;
      left: 0;
      width: 100%;
      text-align: center; }
  @media screen and (max-width: 1080px) {
    header .nav-extend {
      display: none; } }
  @media screen and (max-width: 640px) {
    header .header {
      height: 15vw;
      padding-right: 20vw; }
      header .header h1 {
        padding-left: 2vw; }
        header .header h1 a dl dt {
          width: 52%; }
        header .header h1 a dl dd {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 3.5vw; }
    header a.hbg {
      width: 20vw;
      height: 15vw; }
      header a.hbg span {
        height: 0.5vw; }
      header a.hbg ins {
        font-size: 2vw; } }

.nav-extend {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .nav-extend div, .nav-extend > a {
    width: 160px;
    font-size: 16px;
    text-align: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000; }
    .nav-extend div small, .nav-extend > a small {
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      color: inehrit; }
    .nav-extend div.entry, .nav-extend > a.entry {
      background: #ffce00; }
    .nav-extend div.mypage, .nav-extend > a.mypage {
      background: #67aeff; }
    .nav-extend div.career, .nav-extend > a.career {
      background: #372096;
      color: #fff; }
  .nav-extend > a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: bold; }
    .nav-extend > a:hover {
      opacity: 0.7; }
  .nav-extend div {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .nav-extend div > a, .nav-extend div > span {
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: bold; }
      .nav-extend div > a:first-child, .nav-extend div > span:first-child {
        border-bottom: 1px solid #fff; }
    .nav-extend div > a:hover {
      background: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 640px) {
    .nav-extend a {
      font-size: 3.2vw; }
      .nav-extend a small {
        font-size: 2.8vw; } }

nav {
  position: fixed;
  right: -500px;
  top: 80px;
  background: #fff;
  width: 500px;
  height: calc(100vh - 80px);
  z-index: 1000;
  -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  overflow: auto; }
  nav ul {
    padding: 20px; }
    nav ul li {
      border-bottom: solid 1px #ccc; }
      nav ul li a {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        display: block;
        line-height: 1em;
        padding: 0.7em 0;
        line-height: 1.4em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
        nav ul li a:hover {
          color: #372096;
          background-color: #f5f5f5 !important; }
      nav ul li > a {
        background: url(../images/link-arrow1.svg) right center/1.5em no-repeat; }
        nav ul li > a.toggle {
          background: url(../images/toggle.svg) right center/1.5em no-repeat; }
      nav ul li .child {
        border-left: solid 2px #372096; }
        nav ul li .child a {
          display: block;
          border-bottom: dashed 1px #ccc;
          background: url(../images/link-arrow2.svg) right center/1.4em no-repeat;
          padding-left: 20px; }
          nav ul li .child a.blank {
            background-image: url(../images/link-blank.svg);
            background-size: 1em; }
          nav ul li .child a:last-child {
            border-bottom: 0; }
          nav ul li .child a.movie > img {
            height: 1.3em; }
  nav .nav-extend {
    padding-top: 20px;
    width: 90%;
    margin: auto;
    height: 70px; }
    nav .nav-extend > div {
      width: 32.6%; }
  nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    nav {
      right: -100vw;
      width: 100%;
      top: 15vw;
      height: calc(100vh - 14vw); }
      nav ul {
        padding: 5vw; }
        nav ul li a {
          font-size: 3.7vw; }
      nav .nav-extend {
        padding-top: 5vw;
        height: 25vw; } }

#pagetop {
  text-align: center;
  padding: 70px 0; }
  #pagetop img {
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #pagetop a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media screen and (max-width: 640px) {
    #pagetop {
      padding: 7vw 0; }
      #pagetop a img {
        width: 13vw; } }

footer {
  background: #b7d100;
  padding: 50px 0;
  position: relative; }
  footer .inner {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .inner ul {
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .inner ul li {
        font-size: 16px;
        padding: 0.3em 1em 0.3em 0em;
        margin-right: 1em;
        border-right: solid 1px #fff; }
        footer .inner ul li:last-child {
          border: 0; }
        footer .inner ul li a {
          font-size: inherit;
          color: #fff;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          footer .inner ul li a:hover {
            opacity: 0.7; }
    footer .inner .copyright {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 16px; }
  footer #movie-secret {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100px;
    height: 50px; }
  @media screen and (max-width: 640px) {
    footer {
      width: 100%;
      overflow: hidden; }
      footer .inner {
        padding: 0 3%;
        display: block; }
        footer .inner ul {
          display: block;
          margin-bottom: 2vw; }
          footer .inner ul li {
            font-size: 3vw;
            display: inline-block; }
        footer .inner .copyright {
          font-size: 3.5vw; } }

@media screen and (max-width: 640px) {
  main {
    width: 100%;
    overflow: hidden; } }

main .tab {
  background: #89c500; }
  main .tab h3 {
    text-align: center;
    padding: 30px 0; }
    main .tab h3 span {
      font-size: 32px;
      display: block;
      padding: 0.7em 0; }
  main .tab ul {
    width: 90%;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: auto; }
    main .tab ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px; }
      main .tab ul li a {
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 21px;
        line-height: 1.2em;
        height: 80px;
        background: #fff;
        border-radius: 10px 10px 0 0;
        color: #372096;
        font-weight: bold;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        main .tab ul li a:hover {
          opacity: 0.7; }
      main .tab ul li:last-child {
        margin-right: 0; }
      main .tab ul li.active a {
        background: #ffce00; }
  @media screen and (max-width: 640px) {
    main .tab h3 {
      padding: 6vw 0; }
      main .tab h3 span {
        font-size: 4.50vw; }
      main .tab h3 img {
        height: 11vw; }
    main .tab ul li {
      margin-right: 5vw; }
      main .tab ul li a {
        font-size: 3.5vw;
        height: 15vw; } }

main .tab2 {
  padding: 30px 0; }
  main .tab2 ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    main .tab2 ul li {
      width: 100%;
      margin: 0 1%; }
      main .tab2 ul li a {
        width: 100%;
        height: 5em;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: solid 2px #b7d100;
        text-align: center;
        border-radius: 7px;
        color: #000;
        line-height: 1.4em;
        font-weight: bold;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        main .tab2 ul li a:hover {
          background: #b7d100;
          color: #fff; }
  @media screen and (max-width: 640px) {
    main .tab2 {
      padding: 3vw 0 1vw; }
      main .tab2 ul {
        width: 96%;
        margin: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        main .tab2 ul li {
          width: 30%;
          margin-bottom: 3vw; }
          main .tab2 ul li a {
            font-size: 2.8vw; } }

main .bg-green {
  background: #b7d100;
  padding: 50px 0; }
  @media screen and (max-width: 640px) {
    main .bg-green {
      padding: 10vw 0; } }

#modal {
  z-index: 10001; }
  #modal #modal_close {
    background: #b7d100;
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px;
    border-radius: 100000px; }
    #modal #modal_close:before, #modal #modal_close:after {
      width: 70%;
      left: 15%;
      background: #000; }
  #modal.movie-modal #modal_inner {
    padding: 0; }
    #modal.movie-modal #modal_inner iframe {
      vertical-align: top; }
  #modal.movie-modal.movie-large #modal_inner iframe {
    width: 760px;
    height: 571px; }
  @media screen and (max-width: 640px) {
    #modal #modal_inner {
      position: static !important; }
    #modal #modal_close {
      top: 3vw;
      right: 3vw;
      width: 15vw;
      height: 15vw; }
    #modal #modal_inner {
      position: static;
      max-width: 96%;
      width: 96%; }
    #modal.movie-modal #modal_inner iframe {
      width: 100% !important;
      height: 53vw !important; } }

#top #kv {
  background: url(../../images/kv-bg.svg) center center/auto 100% no-repeat #d2f0fe; }
  #top #kv .inner {
    height: 660px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #top #kv .inner figure {
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 50%; }
      #top #kv .inner figure img {
        max-width: 10000%; }
    #top #kv .inner .copy {
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%; }
  @media screen and (max-width: 960px) {
    #top #kv .inner figure img {
      max-width: 110%;
      -webkit-transform: translateX(4%);
      -ms-transform: translateX(4%);
      transform: translateX(4%); } }
  @media screen and (max-width: 640px) {
    #top #kv .inner {
      padding-top: 5vw;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #top #kv .inner figure {
        width: 100%;
        text-align: center; }
        #top #kv .inner figure img {
          width: 70%; }
      #top #kv .inner .copy {
        width: 100%;
        text-align: center;
        margin-bottom: 5vw; }
        #top #kv .inner .copy h2, #top #kv .inner .copy p {
          width: 100%;
          text-align: center; }
        #top #kv .inner .copy h2 img {
          width: 70%; }
        #top #kv .inner .copy p {
          width: 50%; } }

#top #topindex {
  background: #b7d100; }
  #top #topindex #town {
    width: 100%;
    margin: auto;
    height: 280px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: url(../../images/top/town-bg.png) center bottom/100% 160px no-repeat; }
    #top #topindex #town img {
      width: 100%;
      min-width: 1280px;
      max-width: 10000%;
      -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
      transform: translateY(-120px); }
    @media screen and (max-width: 640px) {
      #top #topindex #town {
        height: 50vw; }
        #top #topindex #town img {
          -webkit-transform: translateY(-20vw);
          -ms-transform: translateY(-20vw);
          transform: translateY(-20vw);
          height: 100%; } }
  #top #topindex .topindex {
    background: url(../../images/top/road.svg) center top repeat-y;
    padding-top: 100px;
    margin-top: -220px;
    position: relative;
    padding-bottom: 100px;
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      #top #topindex .topindex {
        margin-top: calc(-220px + 0.5vw); } }
    #top #topindex .topindex #businessman {
      position: absolute;
      left: 0;
      top: 60px;
      text-align: center;
      width: 100%;
      z-index: 3; }
      #top #topindex .topindex #businessman img {
        -webkit-transform: translateX(-22px);
        -ms-transform: translateX(-22px);
        transform: translateX(-22px); }
    #top #topindex .topindex .inner section {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      #top #topindex .topindex .inner section.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      #top #topindex .topindex .inner section figure {
        width: 50%; }
      #top #topindex .topindex .inner section .content {
        width: 460px;
        position: relative; }
        #top #topindex .topindex .inner section .content > a {
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #top #topindex .topindex .inner section .content > a:hover {
            opacity: 0.7; }
          #top #topindex .topindex .inner section .content > a:hover h3 ins {
            background-position: right 10px top 5px; }
        #top #topindex .topindex .inner section .content h3 a, #top #topindex .topindex .inner section .content h3 ins {
          display: block;
          background: url(../images/link-arrow1.svg) right top 5px/40px no-repeat;
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        #top #topindex .topindex .inner section .content .block {
          width: 100%;
          background: #fff;
          -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
          margin-top: -31px;
          position: relative; }
          #top #topindex .topindex .inner section .content .block p {
            font-size: 18px;
            padding: 1.5em; }
        #top #topindex .topindex .inner section .content ul.link {
          margin-top: -25px;
          position: relative; }
          #top #topindex .topindex .inner section .content ul.link li a {
            background: url(../images/link-arrow2.svg) right 0.5em center/1.2em no-repeat #fff;
            display: block;
            color: #372096;
            font-size: 24px;
            line-height: 1em;
            border-radius: 2em;
            padding: 0.5em 2.4em 0.5em 0.9em;
            font-weight: bold;
            margin-bottom: 0.3em;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
            white-space: nowrap;
            line-height: 1.4em;
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
            #top #topindex .topindex .inner section .content ul.link li a.blank {
              background-image: url(../images/link-blank.svg);
              background-size: 0.8em;
              background-position: right 0.7em center; }
            #top #topindex .topindex .inner section .content ul.link li a:hover {
              background-position: right 1em center; }
      #top #topindex .topindex .inner section#top-news .image {
        position: absolute;
        right: 0;
        top: -100px;
        width: 150px; }
      #top #topindex .topindex .inner section#top-news .content .block {
        min-height: 260px; }
        #top #topindex .topindex .inner section#top-news .content .block ul {
          width: 90%;
          padding-top: 60px;
          padding-bottom: 10px;
          margin: auto; }
          #top #topindex .topindex .inner section#top-news .content .block ul li {
            border-bottom: solid 1px #ccc;
            margin-bottom: 0.7em; }
            #top #topindex .topindex .inner section#top-news .content .block ul li dl {
              display: -webkit-flex;
              -webkit-justify-content: flex-start;
              -webkit-align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              #top #topindex .topindex .inner section#top-news .content .block ul li dl dt {
                background: #b7d100;
                margin-bottom: 0.4em; }
              #top #topindex .topindex .inner section#top-news .content .block ul li dl dd {
                padding-bottom: 0.5em; }
                #top #topindex .topindex .inner section#top-news .content .block ul li dl dd a {
                  color: #372096;
                  text-decoration: underline; }
                  #top #topindex .topindex .inner section#top-news .content .block ul li dl dd a:hover {
                    text-decoration: none; }
      #top #topindex .topindex .inner section#top-topmessage .content {
        position: relative; }
        #top #topindex .topindex .inner section#top-topmessage .content .block p {
          width: 72%;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
        #top #topindex .topindex .inner section#top-topmessage .content .block .image {
          position: absolute;
          right: 10px;
          top: 30px;
          width: 60px; }
      #top #topindex .topindex .inner section#top-works .content {
        width: auto; }
      #top #topindex .topindex .inner section#top-environment {
        margin-bottom: 60px; }
        #top #topindex .topindex .inner section#top-environment .content .block {
          height: 220px; }
          #top #topindex .topindex .inner section#top-environment .content .block .image {
            position: relative; }
    @media screen and (max-width: 960px) {
      #top #topindex .topindex .inner {
        width: 96%; } }
    @media screen and (max-width: 640px) {
      #top #topindex .topindex {
        margin-top: -38vw;
        padding-bottom: 5vw; }
        #top #topindex .topindex #businessman {
          top: 0; }
          #top #topindex .topindex #businessman img {
            width: 7vw;
            -webkit-transform: translateX(-4.6vw);
            -ms-transform: translateX(-4.6vw);
            transform: translateX(-4.6vw); }
        #top #topindex .topindex .inner section {
          display: block; }
          #top #topindex .topindex .inner section figure {
            display: none; }
          #top #topindex .topindex .inner section .content {
            width: 100%; }
            #top #topindex .topindex .inner section .content h3 a {
              background-position: right top 0;
              background-size: 9.7vw; }
            #top #topindex .topindex .inner section .content h3 img {
              height: 14vw; }
            #top #topindex .topindex .inner section .content .block {
              min-height: 1px;
              margin-top: -2vw; }
              #top #topindex .topindex .inner section .content .block p {
                font-size: 3.5vw;
                padding: 1em; }
            #top #topindex .topindex .inner section .content ul.link {
              margin-top: -5vw; }
              #top #topindex .topindex .inner section .content ul.link li a {
                font-size: 4vw; }
          #top #topindex .topindex .inner section#top-news .image {
            width: 20vw;
            margin-top: 0;
            top: -8vw; }
          #top #topindex .topindex .inner section#top-news .content h3 img {
            height: 20vw; }
          #top #topindex .topindex .inner section#top-news .content .block {
            min-height: 1px; }
            #top #topindex .topindex .inner section#top-news .content .block ul {
              padding-top: 10vw; }
              #top #topindex .topindex .inner section#top-news .content .block ul li dl dt, #top #topindex .topindex .inner section#top-news .content .block ul li dl dd {
                font-size: 3.5vw; }
          #top #topindex .topindex .inner section#top-topmessage .content .block p {
            width: 78%; }
          #top #topindex .topindex .inner section#top-topmessage .content .block .image {
            width: 11vw;
            top: 2vw; } }

#about .about-tab {
  margin-bottom: 80px; }
  #about .about-tab ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #about .about-tab ul li {
      width: 380px;
      margin: 0 20px; }
      #about .about-tab ul li a {
        background: url(../images/link-anchor.svg) right 1em center/1.5em no-repeat #372096;
        border-radius: 1em;
        color: #fff;
        font-size: 20px;
        height: 4em;
        width: 100%;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #about .about-tab ul li a:hover {
          opacity: 0.7; }
  @media screen and (max-width: 640px) {
    #about .about-tab {
      margin-bottom: 10vw; }
      #about .about-tab ul {
        width: 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: auto; }
        #about .about-tab ul li {
          width: 48%;
          margin: 0; }
          #about .about-tab ul li a {
            font-size: 4vw;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-left: 1em;
            width: auto; } }

#about .keyword-contents article {
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #about .keyword-contents article {
      margin-bottom: 5vw; } }
  #about .keyword-contents article h4 {
    width: 550px;
    height: 2.5em;
    font-size: 40px;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 4px #372096;
    border-bottom: solid 4px #372096;
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      #about .keyword-contents article h4 {
        font-size: 7vw;
        width: 90%;
        margin-bottom: 10vw; } }
  #about .keyword-contents article#numbers ul {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    margin: auto; }
    #about .keyword-contents article#numbers ul li {
      margin-bottom: 70px; }
      #about .keyword-contents article#numbers ul li a {
        position: relative;
        padding-bottom: 20px; }
        #about .keyword-contents article#numbers ul li a:before, #about .keyword-contents article#numbers ul li a:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 7px;
          display: block; }
        #about .keyword-contents article#numbers ul li a:before {
          background: #000; }
        #about .keyword-contents article#numbers ul li a:after {
          width: 0;
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          background: #fff; }
        #about .keyword-contents article#numbers ul li a:hover:after {
          width: 100%; }
  @media screen and (max-width: 640px) {
    #about .keyword-contents article#numbers ul {
      width: 90%;
      margin: auto; }
      #about .keyword-contents article#numbers ul li {
        margin-bottom: 15vw; }
        #about .keyword-contents article#numbers ul li a {
          padding-bottom: 4vw; }
          #about .keyword-contents article#numbers ul li a img {
            height: 16vw; }
          #about .keyword-contents article#numbers ul li a:before, #about .keyword-contents article#numbers ul li a:after {
            height: 1vw; } }
  #about .keyword-contents article#keywords ul {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #about .keyword-contents article#keywords ul li {
      margin-bottom: 20px; }
      #about .keyword-contents article#keywords ul li a {
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        display: block; }
        #about .keyword-contents article#keywords ul li a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
  @media screen and (max-width: 640px) {
    #about .keyword-contents article#keywords ul {
      width: 90%;
      margin: auto; }
      #about .keyword-contents article#keywords ul li {
        margin-bottom: 3vw;
        width: 48%; } }
  #about .keyword-contents article#links ul {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #about .keyword-contents article#links ul li {
      width: 49%;
      margin-bottom: 10px; }
      #about .keyword-contents article#links ul li > a {
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../images/link-arrow2.svg) right 1em center/1.4em no-repeat #fff;
        color: #372096;
        font-size: 20px;
        line-height: 1em;
        padding: 0.5em 1em;
        border-radius: 2em;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        #about .keyword-contents article#links ul li > a img {
          margin-left: 0.5em;
          vertical-align: top; }
        #about .keyword-contents article#links ul li > a:hover {
          background-position: right 1.5em center; }
        #about .keyword-contents article#links ul li > a.blank {
          background-image: url(../images/link-blank.svg);
          background-size: 0.8em; }
      #about .keyword-contents article#links ul li > .block {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #fff;
        margin-top: 10px;
        padding: 20px; }
        #about .keyword-contents article#links ul li > .block p {
          width: 48%;
          font-size: 14px; }
        #about .keyword-contents article#links ul li > .block figure {
          width: 48%; }
          #about .keyword-contents article#links ul li > .block figure span {
            display: block;
            text-align: right;
            margin-bottom: 0.5em;
            font-size: 14px; }
          #about .keyword-contents article#links ul li > .block figure a {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
            #about .keyword-contents article#links ul li > .block figure a:hover {
              opacity: 0.7; }
      #about .keyword-contents article#links ul li.wide {
        width: 100%; }
        #about .keyword-contents article#links ul li.wide > a {
          width: calc(49% - 2em); }
  @media screen and (max-width: 640px) {
    #about .keyword-contents article#links ul {
      width: 90%;
      margin: auto; }
      #about .keyword-contents article#links ul li {
        width: 100%; }
        #about .keyword-contents article#links ul li > a {
          font-size: 4vw; }
        #about .keyword-contents article#links ul li.wide > a {
          width: calc(100% - 2em); }
        #about .keyword-contents article#links ul li > .block {
          display: block; }
          #about .keyword-contents article#links ul li > .block p {
            width: 100%;
            font-size: 3.5vw; }
          #about .keyword-contents article#links ul li > .block figure {
            width: 100%;
            margin: auto; }
            #about .keyword-contents article#links ul li > .block figure spn {
              text-align: center;
              font-size: 3vw; } }

#about .business-contents ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #about .business-contents ul li {
    width: 48%;
    margin-bottom: 90px; }
    #about .business-contents ul li a {
      display: block; }
      #about .business-contents ul li a dl dt {
        background: url(../images/link-blank2.svg) right center/auto 80% no-repeat;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #about .business-contents ul li a dl dd {
        background: #fff;
        text-align: center;
        height: 160px;
        -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2); }
        #about .business-contents ul li a dl dd img {
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #about .business-contents ul li a:hover dl dt {
        background-position: right 10px center; }
      #about .business-contents ul li a:hover dl dd img {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
    #about .business-contents ul li .block {
      background: #fff;
      -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
      padding: 30px;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #about .business-contents ul li .block p {
        width: 48%; }
      #about .business-contents ul li .block figure {
        width: 48%; }
        #about .business-contents ul li .block figure span {
          display: block;
          text-align: right;
          margin-bottom: 0.3em; }
        #about .business-contents ul li .block figure a {
          display: block;
          overflow: hidden; }
          #about .business-contents ul li .block figure a img {
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
          #about .business-contents ul li .block figure a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
    #about .business-contents ul li.wide {
      width: 100%;
      margin-bottom: 50px; }
      #about .business-contents ul li.wide > a {
        width: 48%; }

@media screen and (max-width: 640px) {
  #about .business-contents ul {
    width: 90%;
    margin: auto; }
    #about .business-contents ul li {
      width: 100%;
      margin-bottom: 18vw; }
      #about .business-contents ul li a {
        width: 100% !important; }
        #about .business-contents ul li a dl dt {
          padding: 2vw 0; }
          #about .business-contents ul li a dl dt img {
            height: 10vw; }
        #about .business-contents ul li a dl dd {
          height: 30vw; }
          #about .business-contents ul li a dl dd img {
            width: 90%; }
      #about .business-contents ul li .block {
        display: block;
        padding: 5vw; }
        #about .business-contents ul li .block p, #about .business-contents ul li .block figure {
          width: 100%; }
        #about .business-contents ul li .block figure span {
          font-size: 3vw;
          margin-bottom: 0.7em; }
      #about .business-contents ul li.wide {
        margin-bottom: 10vw; } }

#modal.number-modal #modal_inner {
  width: 600px;
  position: relative;
  border-radius: 30px; }
  #modal.number-modal #modal_inner #modal_container {
    width: calc(100% - 40px);
    padding: 20px; }
    #modal.number-modal #modal_inner #modal_container h3 {
      font-size: 26px;
      text-align: center;
      color: #372096;
      margin-bottom: 1em;
      margin-top: 1em;
      background: #e5e5e5;
      padding: 1em; }
    #modal.number-modal #modal_inner #modal_container figure {
      text-align: center; }
      #modal.number-modal #modal_inner #modal_container figure img {
        height: 80px; }

@media screen and (max-width: 640px) {
  #modal.number-modal #modal_inner {
    width: calc(96% - 4vw);
    padding: 2vw; }
    #modal.number-modal #modal_inner #modal_container {
      padding: 4vw; }
      #modal.number-modal #modal_inner #modal_container h3 {
        font-size: 5vw; }
      #modal.number-modal #modal_inner #modal_container figure img {
        height: 15vw; } }

#modal.keyword-modal #modal_inner {
  width: 800px;
  position: relative;
  border-radius: 30px; }
  #modal.keyword-modal #modal_inner #modal_container {
    width: calc(100% - 40px);
    padding: 20px; }
    #modal.keyword-modal #modal_inner #modal_container h3 {
      font-size: 26px;
      text-align: center;
      color: #000;
      margin-bottom: 1em;
      background: #e5e5e5;
      padding: 1em; }
    #modal.keyword-modal #modal_inner #modal_container div.text {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #modal.keyword-modal #modal_inner #modal_container div.text p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      #modal.keyword-modal #modal_inner #modal_container div.text figure {
        max-width: 40%;
        margin-left: 30px;
        text-align: center; }

@media screen and (max-width: 640px) {
  #modal.keyword-modal #modal_inner {
    width: calc(96% - 4vw);
    padding: 2vw; }
    #modal.keyword-modal #modal_inner #modal_container {
      padding: 4vw; }
      #modal.keyword-modal #modal_inner #modal_container h3 {
        font-size: 5vw; }
      #modal.keyword-modal #modal_inner #modal_container div.text {
        display: block; }
        #modal.keyword-modal #modal_inner #modal_container div.text figure {
          width: 80%;
          max-width: 100%;
          margin-left: 0;
          margin: auto; } }

#topmessage #kv {
  text-align: right;
  position: relative;
  margin-bottom: 80px; }
  #topmessage #kv > img {
    height: 480px;
    max-width: 10000%; }
  #topmessage #kv .pagetitle {
    position: absolute;
    left: 0;
    top: 0; }
  #topmessage #kv .copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #topmessage #kv .copy .copy-inner {
      position: relative; }
      #topmessage #kv .copy .copy-inner .copy-bg {
        background: #372096;
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      #topmessage #kv .copy .copy-inner .copy-wrapper {
        position: relative;
        z-index: 1;
        padding: 30px; }
        #topmessage #kv .copy .copy-inner .copy-wrapper h2 {
          color: #fff;
          font-size: 22px;
          font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
          text-align: left;
          line-height: 1.4em;
          font-weight: normal;
          padding-bottom: 1em;
          margin-bottom: 1em;
          position: relative;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          letter-spacing: 0.1em; }
          #topmessage #kv .copy .copy-inner .copy-wrapper h2:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 150px;
            height: 2px;
            background: #fff; }
        #topmessage #kv .copy .copy-inner .copy-wrapper .info {
          color: #fff;
          text-align: left;
          font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
          font-size: 16px;
          line-height: 1.4em; }
          #topmessage #kv .copy .copy-inner .copy-wrapper .info small {
            font-family: inherit; }
  @media screen and (max-width: 640px) {
    #topmessage #kv {
      margin-bottom: 13vw; }
      #topmessage #kv > img {
        height: 60vw; }
      #topmessage #kv .pagetitle {
        width: 40vw; }
      #topmessage #kv .copy {
        position: static; }
        #topmessage #kv .copy .copy-inner {
          background: #372096;
          width: 100%; }
          #topmessage #kv .copy .copy-inner .copy-bg {
            display: none; }
          #topmessage #kv .copy .copy-inner .copy-wrapper {
            width: 90%;
            padding: 5vw 5%; }
            #topmessage #kv .copy .copy-inner .copy-wrapper h2 {
              font-size: 4vw; }
            #topmessage #kv .copy .copy-inner .copy-wrapper .info {
              font-size: 3vw; } }

#topmessage .topmessage section {
  max-width: 960px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 960px) {
    #topmessage .topmessage section {
      width: 90%; } }
  #topmessage .topmessage section h3 {
    background: url(../../images/topmessage/h3.png) top center no-repeat;
    text-align: center;
    font-size: 27px;
    font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    padding-top: 0.7em;
    position: relative;
    margin-bottom: 2em; }
    #topmessage .topmessage section h3:after {
      content: "";
      width: 270px;
      height: 3px;
      background: #372096;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -135px; }
  #topmessage .topmessage section article {
    background: url(../../images/topmessage/bg.png) center top 2em no-repeat;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #topmessage .topmessage section article p {
      width: 545px;
      margin-right: 30px; }
    #topmessage .topmessage section article figure {
      width: 360px;
      padding-top: 50px; }
      #topmessage .topmessage section article figure img {
        max-width: 520px; }
  #topmessage .topmessage section:nth-child(even) article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    #topmessage .topmessage section:nth-child(even) article figure {
      display: -webkit-flex;
      -webkit-justify-content: flex-end;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
  #topmessage .topmessage section:last-of-type article p {
    width: 100%; }

#topmessage .topmessage .lastimage {
  max-width: 1280px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #topmessage .topmessage .lastimage img {
    height: 505px;
    max-width: 100000%; }

@media screen and (max-width: 640px) {
  #topmessage .topmessage section {
    margin-bottom: 15vw; }
    #topmessage .topmessage section h3 {
      font-size: 5vw;
      line-height: 1.6em; }
    #topmessage .topmessage section article {
      display: block; }
      #topmessage .topmessage section article p {
        width: 100%;
        font-size: 3.5vw; }
      #topmessage .topmessage section article figure {
        margin: 0;
        width: 100%;
        padding-top: 0; }
        #topmessage .topmessage section article figure img {
          width: 100%; }
  #topmessage .topmessage .lastimage {
    overflow: hidden; }
    #topmessage .topmessage .lastimage img {
      height: auto;
      width: 200vw;
      -webkit-transform: translateX(-35vw);
      -ms-transform: translateX(-35vw);
      transform: translateX(-35vw); } }

#works {
  padding: 50px 0; }
  #works section#works-index {
    margin-bottom: 100px;
    background: url(../../images/works/index/business-bg.png) center top 60px/100% 300px no-repeat; }
    #works section#works-index h3 {
      text-align: center;
      margin-bottom: 60px; }
    #works section#works-index ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #works section#works-index ul li {
        width: 46%;
        position: relative; }
        #works section#works-index ul li a {
          display: block;
          position: relative; }
          #works section#works-index ul li a figure {
            overflow: hidden; }
            #works section#works-index ul li a figure img {
              -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
          #works section#works-index ul li a h4 {
            background: url(../images/link-arrow3.svg) right 1em center no-repeat #67aeff;
            width: 90%;
            margin: -2.5em auto 0;
            position: relative;
            z-index: 1;
            font-size: 20px;
            color: #fff;
            font-weight: normal;
            padding: 0.5em;
            line-height: 1.2em;
            margin-bottom: 0.5em; }
          #works section#works-index ul li a .meta {
            padding-left: 2em;
            font-size: 12px;
            line-height: 1.2em; }
          #works section#works-index ul li a:hover figure img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
        #works section#works-index ul li .number {
          font-size: 110px;
          color: #372096;
          font-family: 'Roboto', sans-serif;
          position: absolute;
          left: 0;
          top: -0.5em; }
        #works section#works-index ul li:nth-child(even) {
          margin-top: 100px; }
          #works section#works-index ul li:nth-child(even) .number {
            left: initial;
            right: 0; }
  #works section#about-index {
    margin-bottom: 80px; }
    #works section#about-index h3 {
      text-align: center; }
      #works section#about-index h3 span {
        display: inline-block;
        background: #ffce00;
        font-size: 28px;
        padding: 0.2em 1em;
        width: 70%; }
    #works section#about-index p {
      background: #f5f5f5;
      width: calc(90% - 4em);
      margin: auto;
      margin-top: -1.2em;
      padding: 3em 2em 2em; }
    #works section#about-index article {
      text-align: center;
      padding-top: 20px; }
  #works section#crosstalk-index h3 {
    text-align: center;
    margin-bottom: 30px; }
  #works section#crosstalk-index a {
    background: #372096;
    position: relative;
    display: block; }
    #works section#crosstalk-index a figure {
      width: 840px;
      margin: auto;
      padding: 20px 0; }
      #works section#crosstalk-index a figure > img {
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #works section#crosstalk-index a figure span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #works section#crosstalk-index a figure span img {
          height: 180px;
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #works section#crosstalk-index a:hover figure > img {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
    #works section#crosstalk-index a:hover figure span img {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4); }
  @media screen and (max-width: 640px) {
    #works {
      padding-bottom: 0; }
      #works section h3 img {
        height: 20vw; }
      #works section#works-index {
        margin-bottom: 10vw; }
        #works section#works-index h3 {
          margin-bottom: 15vw; }
        #works section#works-index ul {
          width: 90%;
          display: block; }
          #works section#works-index ul li {
            width: 100%;
            margin-top: 0 !important;
            margin-bottom: 13vw; }
            #works section#works-index ul li a h4 {
              font-size: 4vw; }
            #works section#works-index ul li a .meta {
              font-size: 3vw; }
            #works section#works-index ul li .number {
              font-size: 23vw; }
      #works section#about-index {
        margin-bottom: 10vw; }
        #works section#about-index h3 span {
          font-size: 4.5vw;
          padding: 0.5em 1em; }
        #works section#about-index article {
          width: 90%;
          margin: auto; }
          #works section#about-index article iframe {
            width: 100%;
            height: 50vw; }
      #works section#crosstalk-index a figure {
        width: 90%; }
        #works section#crosstalk-index a figure span img {
          width: 40%; } }

.works-nav .works-nav-about {
  margin-bottom: 50px; }
  .works-nav .works-nav-about h3 {
    font-size: 27px;
    width: 580px;
    margin: auto;
    padding: 0.5em;
    background: #ffce00;
    border-left: 4px solid #372096;
    border-right: 4px solid #372096;
    text-align: center;
    margin-bottom: 1em; }
  .works-nav .works-nav-about article {
    text-align: center; }
  @media screen and (max-width: 640px) {
    .works-nav .works-nav-about {
      width: 90%;
      margin: auto;
      margin-bottom: 7vw; }
      .works-nav .works-nav-about h3 {
        font-size: 4vw;
        width: calc(100% - 1em - 8px); }
      .works-nav .works-nav-about iframe {
        width: 100%;
        height: 50vw; } }

.works-nav .works-nav-business {
  margin-bottom: 50px; }
  .works-nav .works-nav-business h3 {
    text-align: center; }
    .works-nav .works-nav-business h3 img {
      height: 90px; }
  .works-nav .works-nav-business ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px; }
    .works-nav .works-nav-business ul li {
      width: 170px;
      position: relative;
      margin: 0 6px; }
      .works-nav .works-nav-business ul li .num {
        position: absolute;
        font-size: 60px;
        left: 0;
        top: -0.5em;
        z-index: 1;
        color: #372096;
        font-family: 'Roboto', sans-serif; }
      .works-nav .works-nav-business ul li a {
        display: block;
        color: #000; }
        .works-nav .works-nav-business ul li a figure {
          overflow: hidden;
          margin-bottom: 10px; }
          .works-nav .works-nav-business ul li a figure img {
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        .works-nav .works-nav-business ul li a span {
          display: block;
          text-align: center;
          line-height: 1.6em; }
        .works-nav .works-nav-business ul li a:hover figure img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
  @media screen and (max-width: 640px) {
    .works-nav .works-nav-business {
      margin-bottom: 7vw; }
      .works-nav .works-nav-business h3 img {
        height: 17vw; }
      .works-nav .works-nav-business ul li {
        margin: 0 1vw; }
        .works-nav .works-nav-business ul li .num {
          font-size: 12vw; }
        .works-nav .works-nav-business ul li span {
          font-size: 3vw; } }

.works-nav .works-nav-crosstalk h3 {
  text-align: center;
  margin-bottom: 30px; }
  .works-nav .works-nav-crosstalk h3 img {
    height: 90px; }

.works-nav .works-nav-crosstalk a {
  background: #f5f5f5;
  position: relative;
  display: block; }
  .works-nav .works-nav-crosstalk a figure {
    width: 580px;
    margin: auto;
    padding: 20px 0; }
    .works-nav .works-nav-crosstalk a figure > img {
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    .works-nav .works-nav-crosstalk a figure span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .works-nav .works-nav-crosstalk a figure span img {
        height: 130px;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  .works-nav .works-nav-crosstalk a:hover figure > img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .works-nav .works-nav-crosstalk a:hover figure span img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4); }

@media screen and (max-width: 640px) {
  .works-nav .works-nav-crosstalk h3 img {
    height: 17vw; }
  .works-nav .works-nav-crosstalk a figure {
    width: 100%;
    text-align: center; }
    .works-nav .works-nav-crosstalk a figure > img {
      width: 90%; }
    .works-nav .works-nav-crosstalk a figure span img {
      height: 24vw; } }

#crosstalk .pagetitle {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 640px) {
    #crosstalk .pagetitle {
      width: 96%; }
      #crosstalk .pagetitle > img {
        height: 9vw; }
      #crosstalk .pagetitle a img {
        height: 7vw; } }

#crosstalk #kv {
  background: url(../../images/works/crosstalk/kv-bg.png) bottom center/100% 400px repeat-x;
  padding-bottom: 40px; }
  #crosstalk #kv .inner {
    position: relative; }
    #crosstalk #kv .inner span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 640px) {
    #crosstalk #kv {
      padding-bottom: 5vw;
      background-size: 100% 37vw; }
      #crosstalk #kv .inner {
        text-align: center; }
        #crosstalk #kv .inner > img {
          width: 90%; }
        #crosstalk #kv .inner span img {
          width: 46vw;
          margin-top: 5vw; } }

#crosstalk .prof ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px; }
  #crosstalk .prof ul li {
    margin: 0 15px; }
    #crosstalk .prof ul li img {
      width: 110px; }

@media screen and (max-width: 640px) {
  #crosstalk .prof ul {
    padding: 6vw 0 4vw; }
    #crosstalk .prof ul li {
      margin: 0 2vw; }
      #crosstalk .prof ul li img {
        width: 18vw; } }

#crosstalk .index {
  background: #fef6d9;
  margin-bottom: 20px; }
  #crosstalk .index ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 40px; }
    #crosstalk .index ul li {
      margin: 0 10px; }
      #crosstalk .index ul li a {
        width: 195px;
        height: 190px;
        background: #fff;
        text-align: center;
        display: block;
        position: relative;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
        #crosstalk .index ul li a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        #crosstalk .index ul li a > img {
          margin-bottom: 20px;
          margin-top: -20px; }
        #crosstalk .index ul li a span {
          display: block;
          text-align: center;
          color: #000;
          font-size: 17px;
          font-weight: bold;
          line-height: 1.4em; }
        #crosstalk .index ul li a:after {
          content: "";
          width: 100%;
          height: 2em;
          display: block;
          background: url(../images/link-anchor2.svg) center bottom/2em 2em no-repeat;
          position: absolute;
          right: 0;
          bottom: -1em; }
  @media screen and (max-width: 640px) {
    #crosstalk .index {
      margin-bottom: 5vw; }
      #crosstalk .index ul {
        padding: 5vw 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block; }
        #crosstalk .index ul li {
          margin: 0 3vw;
          margin-bottom: 2vw; }
          #crosstalk .index ul li a {
            width: 94%;
            height: auto;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 3%; }
            #crosstalk .index ul li a > img {
              margin-top: 0;
              margin-bottom: 0;
              width: 10vw;
              margin-right: 3vw; }
            #crosstalk .index ul li a span {
              font-size: 4vw;
              text-align: left; }
            #crosstalk .index ul li a:after {
              width: 2em;
              bottom: calc(50% - 1em);
              right: 5vw; } }

#crosstalk #crosstalk-wrapper section {
  background: #f5f5f5; }
  #crosstalk #crosstalk-wrapper section .section {
    width: 820px;
    margin: 0 auto;
    padding: 30px 0 80px; }
    #crosstalk #crosstalk-wrapper section .section .title {
      text-align: center;
      margin-bottom: 50px; }
      #crosstalk #crosstalk-wrapper section .section .title > img {
        margin-bottom: 20px; }
      #crosstalk #crosstalk-wrapper section .section .title h3 {
        background: #ffce00;
        font-size: 26px;
        padding: 0.5em 0em;
        margin-bottom: 1em; }
      #crosstalk #crosstalk-wrapper section .section .title span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 20px; }
    #crosstalk #crosstalk-wrapper section .section article dl {
      margin-bottom: 3px;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #crosstalk #crosstalk-wrapper section .section article dl dt {
        width: 6em;
        text-align: center;
        padding-top: 1.4em;
        margin-right: 0.3em; }
        #crosstalk #crosstalk-wrapper section .section article dl dt:after {
          color: #fff;
          font-size: 20px; }
        #crosstalk #crosstalk-wrapper section .section article dl dt.ak {
          background: #6ec5ff; }
          #crosstalk #crosstalk-wrapper section .section article dl dt.ak:after {
            content: "Ａ.Ｋ"; }
        #crosstalk #crosstalk-wrapper section .section article dl dt.ko {
          background: #93d34f; }
          #crosstalk #crosstalk-wrapper section .section article dl dt.ko:after {
            content: "Ｋ.Ｏ"; }
        #crosstalk #crosstalk-wrapper section .section article dl dt.hk {
          background: #e9a1d3; }
          #crosstalk #crosstalk-wrapper section .section article dl dt.hk:after {
            content: "Ｈ.Ｋ"; }
        #crosstalk #crosstalk-wrapper section .section article dl dt.sm {
          background: #ccacff; }
          #crosstalk #crosstalk-wrapper section .section article dl dt.sm:after {
            content: "Ｓ.Ｍ"; }
      #crosstalk #crosstalk-wrapper section .section article dl dd {
        font-size: 16px;
        line-height: 1.6em;
        padding: 1em;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    #crosstalk #crosstalk-wrapper section .section article figure {
      text-align: center;
      padding-top: 30px; }
      #crosstalk #crosstalk-wrapper section .section article figure img {
        width: 620px; }
  #crosstalk #crosstalk-wrapper section.message {
    background: #fff;
    padding-top: 40px; }
    #crosstalk #crosstalk-wrapper section.message .section dl dd {
      background: #f5f5f5; }

@media screen and (max-width: 640px) {
  #crosstalk #crosstalk-wrapper section .section {
    width: 90%;
    padding: 7vw 0; }
    #crosstalk #crosstalk-wrapper section .section .title {
      margin-bottom: 6vw; }
      #crosstalk #crosstalk-wrapper section .section .title > img {
        height: 18vw;
        margin-bottom: 4vw; }
      #crosstalk #crosstalk-wrapper section .section .title h3 {
        font-size: 4vw; }
      #crosstalk #crosstalk-wrapper section .section .title span {
        font-size: 3.5vw; }
    #crosstalk #crosstalk-wrapper section .section article dl dt {
      font-size: 3.5vw;
      width: 4em; }
      #crosstalk #crosstalk-wrapper section .section article dl dt:after {
        font-size: 3.5vw; }
    #crosstalk #crosstalk-wrapper section .section article dl dd {
      font-size: 3.5vw;
      padding: 0.5em; }
  #crosstalk #crosstalk-wrapper section.message .section .title > img {
    height: 8vw; } }

#person #kv {
  background: #f5f5f5;
  margin-bottom: 80px; }
  #person #kv .inner {
    position: relative; }
    #person #kv .inner figure {
      position: relative; }
      #person #kv .inner figure img {
        height: 470px; }
        #person #kv .inner figure img.cover {
          position: absolute;
          right: 0;
          top: 0; }
    #person #kv .inner #copy {
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%; }
      #person #kv .inner #copy #bg {
        background: #67aeff;
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      #person #kv .inner #copy #copy-inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #person #kv .inner #copy #copy-inner .pagetitle {
          margin-bottom: 40px; }
        #person #kv .inner #copy #copy-inner h2 {
          font-size: 30px;
          color: #fff;
          text-align: center;
          font-weight: normal;
          line-height: 1.5em;
          margin-bottom: 1em; }
        #person #kv .inner #copy #copy-inner .prof {
          text-align: center;
          color: #fff;
          font-size: 18px;
          line-height: 1.3em; }
          #person #kv .inner #copy #copy-inner .prof:before {
            content: "";
            display: block;
            width: 40px;
            height: 3px;
            background: #fff;
            margin: 0 auto 20px; }
  @media screen and (max-width: 640px) {
    #person #kv {
      margin-bottom: 10vw; }
      #person #kv .inner figure {
        width: 100%;
        height: 60vw;
        overflow: hidden; }
        #person #kv .inner figure img {
          height: auto;
          max-width: 10000%;
          width: 150%; }
          #person #kv .inner figure img.cover {
            display: none; }
      #person #kv .inner #copy {
        position: static;
        background: #67aeff;
        display: block;
        width: 100%;
        padding: 5vw 0; }
        #person #kv .inner #copy #bg {
          display: none; }
        #person #kv .inner #copy #copy-inner {
          position: static;
          width: 100%;
          height: auto; }
          #person #kv .inner #copy #copy-inner .pagetitle {
            margin-bottom: 5vw; }
            #person #kv .inner #copy #copy-inner .pagetitle img {
              height: 13vw; }
          #person #kv .inner #copy #copy-inner h2 {
            font-size: 6vw; }
          #person #kv .inner #copy #copy-inner .prof {
            font-size: 3.2vw; } }

#person #person-wrapper section {
  padding-top: 30px;
  margin-bottom: 100px;
  position: relative; }
  #person #person-wrapper section .cat {
    position: absolute;
    top: 0;
    left: 0; }
  #person #person-wrapper section h3 {
    font-size: 28px;
    background: #ffce00;
    padding: 0.2em 1em 0.2em 130px;
    margin-bottom: 0.8em; }
  #person #person-wrapper section p {
    padding-left: 130px; }
  #person #person-wrapper section .person-wrapper {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 130px; }
    #person #person-wrapper section .person-wrapper.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #person #person-wrapper section .person-wrapper p {
      width: 460px;
      padding-left: 0; }
    #person #person-wrapper section .person-wrapper figure {
      width: 320px; }
  #person #person-wrapper section#reason figure {
    text-align: center; }
    #person #person-wrapper section#reason figure img {
      width: 730px;
      -webkit-box-shadow: 15px 15px 0 #67aeff;
      box-shadow: 15px 15px 0 #67aeff; }

@media screen and (max-width: 640px) {
  #person #person-wrapper {
    margin-bottom: 5vw; }
    #person #person-wrapper section {
      padding-top: 6vw;
      margin-bottom: 10vw; }
      #person #person-wrapper section .cat img {
        width: 10vw; }
      #person #person-wrapper section h3 {
        font-size: 4vw;
        padding: 0.5em 1em 0.5em 12vw; }
      #person #person-wrapper section p {
        padding-left: 12vw;
        padding-right: 1em;
        font-size: 3.5vw; }
      #person #person-wrapper section .person-wrapper {
        padding-left: 12vw;
        display: block; }
        #person #person-wrapper section .person-wrapper p {
          width: auto; }
      #person #person-wrapper section#reason figure img {
        width: 90%; } }

#person #oneday {
  background: #fef6d9;
  margin-bottom: 50px; }
  #person #oneday .inner h3 {
    margin-bottom: 50px; }
    #person #oneday .inner h3 img {
      margin-top: -30px; }
  #person #oneday .inner .oneday {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 60px; }
    #person #oneday .inner .oneday dl {
      width: 50px;
      position: relative;
      margin: 0 5px; }
      #person #oneday .inner .oneday dl dt {
        background: #372096;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        width: 80px;
        height: 20px;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        position: absolute;
        left: 25px;
        top: 0; }
      #person #oneday .inner .oneday dl dd {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 100%;
        line-height: 1.4em;
        font-size: 20px;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 50px;
        margin-top: 20px;
        background: url(../../images/works/person/oneday-line.svg) center top no-repeat; }
  @media screen and (max-width: 640px) {
    #person #oneday {
      margin-bottom: 10vw; }
      #person #oneday .inner h3 {
        margin-bottom: 0vw; }
        #person #oneday .inner h3 img {
          margin-top: -6vw;
          height: 12vw; }
      #person #oneday .inner .oneday {
        display: block;
        padding-top: 3vw;
        width: 90%;
        margin: auto; }
        #person #oneday .inner .oneday dl {
          width: auto;
          margin-bottom: 2vw;
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          #person #oneday .inner .oneday dl dt {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            position: static;
            font-size: 3.8vw;
            margin-bottom: 1vw;
            margin-right: 2vw; }
          #person #oneday .inner .oneday dl dd {
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            background: none;
            display: block;
            padding-top: 0;
            margin-top: 0;
            font-size: 3.5vw; } }

#environment #environment-wrapper {
  padding: 60px 0;
  background: #f5f5f5; }
  @media screen and (max-width: 640px) {
    #environment #environment-wrapper {
      padding: 10vw 0; } }
  #environment #environment-wrapper section {
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section {
        margin-bottom: 15vw; } }
    #environment #environment-wrapper section h4 {
      margin-bottom: 60px; }
      #environment #environment-wrapper section h4 dl dt {
        text-align: center;
        margin-bottom: 30px; }
      #environment #environment-wrapper section h4 dl dd {
        font-size: 32px;
        text-align: center;
        width: 700px;
        margin: auto;
        background: #fff;
        padding: 0.5em 0;
        position: relative; }
        #environment #environment-wrapper section h4 dl dd:after {
          content: "";
          width: 230px;
          height: 5px;
          background: #b7d100;
          position: absolute;
          left: calc(50% - 115px);
          bottom: -5px; }
      @media screen and (max-width: 640px) {
        #environment #environment-wrapper section h4 {
          margin-bottom: 10vw; }
          #environment #environment-wrapper section h4 dl dt {
            margin-bottom: 7vw; }
            #environment #environment-wrapper section h4 dl dt img {
              height: 25vw; }
          #environment #environment-wrapper section h4 dl dd {
            width: 90%;
            font-size: 4.4vw; }
            #environment #environment-wrapper section h4 dl dd:after {
              width: 50%;
              left: 25%; } }
    #environment #environment-wrapper section#training ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #environment #environment-wrapper section#training ul li {
        width: 48%;
        margin-bottom: 30px; }
        #environment #environment-wrapper section#training ul li dl {
          position: relative; }
          #environment #environment-wrapper section#training ul li dl:after {
            content: "";
            width: 4px;
            height: 130px;
            display: block;
            background: #b7d100;
            position: absolute;
            left: 20px;
            top: 0; }
          #environment #environment-wrapper section#training ul li dl dt {
            font-size: 22px;
            font-weight: bold;
            padding-left: 40px;
            padding-top: 1em;
            padding-bottom: 1em; }
          #environment #environment-wrapper section#training ul li dl dd {
            font-size: 16px;
            padding: 1em;
            padding-left: 40px;
            background: #fff;
            line-height: 1.8em;
            -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            height: 7em; }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section#training ul {
        width: 90%;
        margin: auto; }
        #environment #environment-wrapper section#training ul li {
          width: 100%; }
          #environment #environment-wrapper section#training ul li dl:after {
            height: 30vw; }
          #environment #environment-wrapper section#training ul li dl dt {
            font-size: 4vw; }
          #environment #environment-wrapper section#training ul li dl dd {
            height: auto;
            font-size: 3.5vw; } }
    #environment #environment-wrapper section#careerpath p {
      width: 700px;
      margin: auto; }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section#careerpath p {
        width: 90%; } }
    #environment #environment-wrapper section#env ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #environment #environment-wrapper section#env ul li {
        width: 31%;
        margin-bottom: 30px; }
        #environment #environment-wrapper section#env ul li.wide {
          width: 65%; }
        #environment #environment-wrapper section#env ul li dl {
          position: relative; }
          #environment #environment-wrapper section#env ul li dl:after {
            content: "";
            width: 4px;
            height: 120px;
            display: block;
            background: #b7d100;
            position: absolute;
            left: 20px;
            top: 0; }
          #environment #environment-wrapper section#env ul li dl dt {
            font-size: 22px;
            font-weight: bold;
            padding-left: 40px;
            padding-top: 1em;
            padding-bottom: 1em; }
          #environment #environment-wrapper section#env ul li dl dd {
            background: #fff;
            -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            height: 180px;
            display: -webkit-flex;
            -webkit-justify-content: center;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background-repeat: no-repeat;
            background-position: center center; }
            #environment #environment-wrapper section#env ul li dl dd > div {
              width: 100%;
              text-align: center; }
              #environment #environment-wrapper section#env ul li dl dd > div.num {
                font-size: 100px;
                color: #372096;
                letter-spacing: -0.05em;
                -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt"; }
                #environment #environment-wrapper section#env ul li dl dd > div.num small {
                  font-size: 26px;
                  color: #000;
                  font-weight: bold; }
              #environment #environment-wrapper section#env ul li dl dd > div.dual {
                display: -webkit-flex;
                -webkit-justify-content: space-between;
                -webkit-align-items: stretch;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                width: 75%;
                margin-left: auto;
                margin-right: auto; }
                #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block span {
                  display: block;
                  text-align: center;
                  font-size: 18px;
                  font-weight: bold; }
                #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block .num {
                  font-size: 50px;
                  color: #372096;
                  font-weight: bold; }
                  #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block .num small {
                    font-size: 16px;
                    color: #000; }
              #environment #environment-wrapper section#env ul li dl dd > div.sub {
                font-size: 16px;
                text-align: center;
                font-weight: bold;
                margin-bottom: 0.5em; }
              #environment #environment-wrapper section#env ul li dl dd > div.year {
                font-size: 10px;
                font-weight: bold; }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section#env ul {
        width: 90%;
        margin: auto; }
        #environment #environment-wrapper section#env ul li {
          width: 100% !important; }
          #environment #environment-wrapper section#env ul li dl dt {
            font-size: 4vw; }
          #environment #environment-wrapper section#env ul li dl dd {
            min-height: 35vw;
            padding: 2vw 0; }
            #environment #environment-wrapper section#env ul li dl dd > div.num {
              font-size: 20vw; }
              #environment #environment-wrapper section#env ul li dl dd > div.num small {
                font-size: 6vw; }
            #environment #environment-wrapper section#env ul li dl dd > div.sub {
              font-size: 4vw; }
            #environment #environment-wrapper section#env ul li dl dd > div.year {
              font-size: 3vw; }
            #environment #environment-wrapper section#env ul li dl dd > div.dual {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block {
                margin-bottom: 3vw;
                margin-left: 2vw;
                margin-right: 2vw; }
                #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block span {
                  font-size: 4vw; }
                #environment #environment-wrapper section#env ul li dl dd > div.dual .dual-block .num {
                  font-size: 13vw; } }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section#system figure {
        width: 90%;
        margin: auto;
        overflow-x: scroll; }
        #environment #environment-wrapper section#system figure img {
          height: 80vw;
          max-width: 1000%; } }
    #environment #environment-wrapper section#diversity article h5 {
      background: #f961c5;
      width: 540px;
      color: #fff;
      font-size: 30px;
      padding: 0.6em 0;
      border-radius: 3em;
      text-align: center;
      margin: auto;
      margin-bottom: 0.8em; }
    #environment #environment-wrapper section#diversity article p {
      width: 700px;
      margin: 0 auto 3em; }
    #environment #environment-wrapper section#diversity article .diver {
      padding: 50px 100px;
      width: 500px;
      margin: 0 auto 100px;
      background: #fff;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      #environment #environment-wrapper section#diversity article .diver .diver-block {
        margin-bottom: 40px; }
        #environment #environment-wrapper section#diversity article .diver .diver-block h6 {
          font-size: 26px;
          border-bottom: solid 2px #f961c5;
          text-align: center;
          padding-bottom: 0.4em;
          margin-bottom: 0.6em; }
          #environment #environment-wrapper section#diversity article .diver .diver-block h6 span {
            background: #f961c5;
            color: #fff;
            display: -webkit-flex;
            -webkit-justify-content: center;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: 1.6em;
            height: 1.6em;
            vertical-align: middle;
            margin-right: 0.3em;
            border-radius: 2em; }
        #environment #environment-wrapper section#diversity article .diver .diver-block .date {
          font-size: 26px;
          text-align: center;
          font-weight: bold; }
        #environment #environment-wrapper section#diversity article .diver .diver-block table {
          margin-bottom: 5px; }
          #environment #environment-wrapper section#diversity article .diver .diver-block table tr th, #environment #environment-wrapper section#diversity article .diver .diver-block table tr td {
            border: solid 2px #fff; }
          #environment #environment-wrapper section#diversity article .diver .diver-block table tr th {
            font-size: 16px;
            color: #000;
            background: #ffec9c;
            white-space: nowrap;
            padding: 0.5em 1.5em;
            vertical-align: middle; }
          #environment #environment-wrapper section#diversity article .diver .diver-block table tr td {
            font-size: 16px;
            padding: 0.5em 1em;
            line-height: 1.6em; }
          #environment #environment-wrapper section#diversity article .diver .diver-block table tr:nth-child(1) th {
            background: #89c500;
            color: #fff; }
          #environment #environment-wrapper section#diversity article .diver .diver-block table tr:nth-child(1) td {
            font-weight: bold; }
    @media screen and (max-width: 640px) {
      #environment #environment-wrapper section#diversity article {
        width: 90%;
        margin: auto; }
        #environment #environment-wrapper section#diversity article h5 {
          width: 100%;
          font-size: 4.5vw; }
        #environment #environment-wrapper section#diversity article p {
          width: 100%;
          margin-bottom: 3vw; }
        #environment #environment-wrapper section#diversity article .diver {
          padding: 5vw;
          margin-bottom: 10vw;
          width: calc(100% - 10vw); }
          #environment #environment-wrapper section#diversity article .diver .diver-block {
            margin-bottom: 5vw; }
            #environment #environment-wrapper section#diversity article .diver .diver-block h6 {
              font-size: 4vw; }
            #environment #environment-wrapper section#diversity article .diver .diver-block .date {
              font-size: 4.5vw; }
            #environment #environment-wrapper section#diversity article .diver .diver-block table tr th, #environment #environment-wrapper section#diversity article .diver .diver-block table tr td {
              font-size: 3.5vw; }
            #environment #environment-wrapper section#diversity article .diver .diver-block table tr th {
              padding: 1em; }
            #environment #environment-wrapper section#diversity article .diver .diver-block table tr:nth-child(1) td br {
              display: none; } }

#recruit section {
  background: #fff;
  border-radius: 20px;
  padding: 60px 100px;
  width: calc(960px - 40px) !important;
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    #recruit section {
      padding: 7vw 5vw;
      width: calc(90% - 10vw) !important;
      margin-bottom: 5vw; } }
  #recruit section h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 1em; }
    #recruit section h3:after {
      content: "";
      display: block;
      width: 110px;
      height: 5px;
      background: #b7d100;
      margin: 30px auto 0; }
    @media screen and (max-width: 640px) {
      #recruit section h3 {
        font-size: 5vw;
        margin-bottom: 2em; }
        #recruit section h3:after {
          width: 30vw;
          margin-top: 5vw; } }
  #recruit section h4 {
    font-size: 26px;
    color: #fff;
    background: #b7d100;
    padding: 0.5em 0;
    border-radius: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 2em; }
    #recruit section h4 img {
      position: absolute;
      top: -30px;
      left: 20px; }
    @media screen and (max-width: 640px) {
      #recruit section h4 {
        font-size: 4vw; }
        #recruit section h4 img {
          width: 12vw;
          top: -6vw; } }
  #recruit section #talent {
    margin-bottom: 80px; }
    #recruit section #talent .talent-list {
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #recruit section #talent .talent-list ul li {
        font-size: 20px;
        font-weight: bold;
        height: 2em;
        padding-top: 0.3em;
        padding-left: 2.4em;
        margin-bottom: 0.5em;
        background: url(../../images/recruit/talent-list.svg) left top no-repeat; }
    #recruit section #talent .fukidashi {
      padding-top: 19px;
      background: url(../../images/recruit/talent-fukidashi.svg) center top no-repeat; }
      #recruit section #talent .fukidashi span {
        background: #ffce00;
        color: #000;
        font-size: 20px;
        text-align: center;
        padding: 1.5em 0;
        display: block;
        border-radius: 1em;
        width: 90%;
        margin: auto;
        font-weight: bold; }
    @media screen and (max-width: 640px) {
      #recruit section #talent {
        margin-bottom: 8vw; }
        #recruit section #talent .talent-list ul li {
          font-size: 3.5vw;
          height: auto;
          min-height: 2em;
          margin-bottom: 3vw;
          background-size: 2em;
          background-position: top 0.5em left;
          padding-left: 3em;
          line-height: 1.4em; }
        #recruit section #talent .fukidashi span {
          width: 90%;
          padding-left: 5%;
          padding-right: 5%;
          font-size: 3.5vw;
          line-height: 1.5em; } }
  #recruit section#flow .flow {
    width: 730px;
    margin: auto; }
    #recruit section#flow .flow ul li:after {
      content: "";
      height: 20px;
      width: 100%;
      background: url(../../images/recruit/flow.svg) center top no-repeat;
      display: block; }
    #recruit section#flow .flow ul li a {
      display: inline-block;
      background: url(../images/link-arrow1.svg) right 0.5em center/1.4em no-repeat #b7d100;
      color: #000;
      padding: 0.4em 2.5em 0.4em 0.5em;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #recruit section#flow .flow ul li a:hover {
        opacity: 0.7; }
    #recruit section#flow .flow ul li dl {
      border: solid 2px #b7d100;
      border-radius: 20px;
      padding: 20px 0;
      text-align: center; }
      #recruit section#flow .flow ul li dl dt {
        font-weight: bold;
        margin-bottom: 0.5em; }
        #recruit section#flow .flow ul li dl dt:last-child {
          margin-bottom: 0; }
      #recruit section#flow .flow ul li dl dd {
        line-height: 1.6em; }
    #recruit section#flow .flow ul li:last-child:after {
      display: none; }
  @media screen and (max-width: 640px) {
    #recruit section#flow .flow {
      width: 100%; }
      #recruit section#flow .flow ul li:after {
        height: 4vw;
        background-size: auto 100%; }
      #recruit section#flow .flow ul li dl {
        padding: 4vw 4vw;
        border-radius: 1em; }
        #recruit section#flow .flow ul li dl dt {
          font-size: 3.5vw; }
        #recruit section#flow .flow ul li dl dd {
          font-size: 3.5vw; } }
  #recruit section#faq article {
    margin-bottom: 50px; }
    #recruit section#faq article dl {
      margin-bottom: 50px; }
      #recruit section#faq article dl dt, #recruit section#faq article dl dd {
        padding-left: 85px;
        font-size: 16px; }
      #recruit section#faq article dl dt {
        background: #f5f5f5;
        font-weight: bold;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-right: 3em;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #recruit section#faq article dl dt:hover {
          opacity: 0.7; }
        #recruit section#faq article dl dt:before {
          content: "";
          background: url(../../images/recruit/faq-q.svg) center center/contain no-repeat;
          width: 50px;
          height: 70px;
          position: absolute;
          left: 10px;
          bottom: 0;
          display: block; }
        #recruit section#faq article dl dt:after {
          content: "";
          width: 1.5em;
          height: 100%;
          display: block;
          background: url(../../images/recruit/faq-open.svg) center center/contain no-repeat;
          position: absolute;
          right: 1em;
          top: 0;
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      #recruit section#faq article dl dd {
        padding-top: 2em;
        padding-bottom: 1em;
        line-height: 1.6em;
        background: url(../../images/recruit/faq-a.svg) left 10px top 1em no-repeat; }
      #recruit section#faq article dl.active dt:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media screen and (max-width: 640px) {
    #recruit section#faq article {
      margin-bottom: 10vw; }
      #recruit section#faq article dl {
        margin-bottom: 12vw; }
        #recruit section#faq article dl dt, #recruit section#faq article dl dd {
          padding-left: 13vw;
          font-size: 3.5vw; }
        #recruit section#faq article dl dt:before {
          width: 8vw; }
        #recruit section#faq article dl dd {
          background-size: 8vw; } }

#recruit table {
  border-top: solid 1px #ccc;
  width: 100%; }
  #recruit table tr th, #recruit table tr td {
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding: 5px 0; }
  #recruit table tr th {
    padding: 10px 0;
    vertical-align: middle;
    text-align: left; }
    #recruit table tr th span {
      white-space: nowrap;
      text-align: left;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      line-height: 1.4em;
      font-weight: normal;
      display: inline-block;
      width: 8em; }
  #recruit table tr td > p, #recruit table tr td .p {
    border-left: solid 2px #b7d100;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 1.6em; }
  #recruit table tr td .p .num {
    padding-top: 20px; }
    #recruit table tr td .p .num dl {
      margin-bottom: 1em; }
      #recruit table tr td .p .num dl dt {
        background: #f5f5f5;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        margin-bottom: 0.4em; }
        #recruit table tr td .p .num dl dt span {
          width: 2em;
          height: 2em;
          background: #372096;
          font-family: 'Roboto', sans-serif;
          color: #fff;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 0.5em; }
      #recruit table tr td .p .num dl dd {
        font-size: 13px;
        line-height: 1.5em;
        padding-left: 40px; }
  @media screen and (max-width: 640px) {
    #recruit table tr th, #recruit table tr td {
      font-size: 3.5vw;
      display: block;
      width: 100%; }
    #recruit table tr th {
      background: #f5f5f5;
      border-left: solid 4px #b7d100; }
      #recruit table tr th span {
        font-weight: bold;
        font-size: 4vw;
        padding-left: 1em; }
    #recruit table tr td p, #recruit table tr td .p {
      font-size: 3vw;
      padding-left: 1em;
      border-left: 0; } }

#recruit #internship {
  background: #b7d100;
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #recruit #internship {
      padding-bottom: 10vw; } }
  #recruit #internship #internship-kv {
    padding-top: 80px; }
    #recruit #internship #internship-kv h2 {
      text-align: center;
      margin-bottom: 30px; }
    #recruit #internship #internship-kv figure {
      max-width: 1280px;
      overflow: hidden;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: auto; }
      #recruit #internship #internship-kv figure img {
        width: 1280px;
        max-width: 10000%; }
    @media screen and (max-width: 640px) {
      #recruit #internship #internship-kv {
        padding-top: 10vw; }
        #recruit #internship #internship-kv h2 {
          margin-bottom: 1vw; }
          #recruit #internship #internship-kv h2 img {
            width: 90%; }
        #recruit #internship #internship-kv figure img {
          width: 150%; } }
  #recruit #internship #internship-lead {
    margin-bottom: 60px; }
    #recruit #internship #internship-lead h3 {
      width: 770px;
      margin: auto;
      background: url(../../images/recruit/internship-lead-title-bg.png) center bottom/100% 25px no-repeat;
      font-size: 38px;
      text-align: center;
      padding-bottom: 0.2em;
      margin-bottom: 1em; }
    #recruit #internship #internship-lead p {
      width: 960px;
      margin: auto;
      text-align: center;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      background: white;
      padding: 2em 0; }
    @media screen and (max-width: 640px) {
      #recruit #internship #internship-lead {
        margin-bottom: 5vw; }
        #recruit #internship #internship-lead h3 {
          width: 90%;
          font-size: 5vw;
          background-size: 100% 0.5em; }
        #recruit #internship #internship-lead p {
          width: calc(90% - 2em);
          text-align: left;
          padding: 2em 1em; } }
  #recruit #internship article {
    width: 960px;
    margin: auto;
    margin-bottom: 60px;
    background: #fff; }
    #recruit #internship article.active h3:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #recruit #internship article h3 {
      background: #ffce00;
      font-size: 26px;
      padding: 1em;
      position: relative; }
      #recruit #internship article h3:after {
        content: "";
        width: 3em;
        height: 100%;
        background: url(../images/link-anchor3.svg) center center/1em no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #recruit #internship article .article {
      padding: 30px; }
      #recruit #internship article .article > h4 {
        color: #372096;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 1em;
        border-left: solid 4px #372096;
        padding: 0.5em 1em; }
      #recruit #internship article .article .block {
        margin-bottom: 60px; }
        #recruit #internship article .article .block:last-child {
          margin-bottom: 0; }
        #recruit #internship article .article .block h4 {
          border-left: solid 4px #372096;
          font-size: 26px;
          padding: 0.2em 0.5em;
          margin-bottom: 0.5em; }
          #recruit #internship article .article .block h4 span {
            color: #372096;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            display: inline-block;
            vertical-align: bottom;
            margin-left: 0.2em; }
        #recruit #internship article .article .block ol {
          list-style: none; }
          #recruit #internship article .article .block ol li {
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch; }
            #recruit #internship article .article .block ol li .num {
              background: url(../../images/recruit/internship-about-arrow.svg) center bottom no-repeat;
              padding-bottom: 30px; }
            #recruit #internship article .article .block ol li dl {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              padding-top: 1.6em;
              padding-left: 1em; }
              #recruit #internship article .article .block ol li dl dt {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 0.7em; }
                #recruit #internship article .article .block ol li dl dt a {
                  color: #372096;
                  text-decoration: underline; }
              #recruit #internship article .article .block ol li dl dd {
                font-size: 16px; }
            #recruit #internship article .article .block ol li:last-child .num {
              background: none;
              padding-bottom: 0; }
        #recruit #internship article .article .block .voice h5 {
          font-size: 26px;
          text-align: center;
          border-bottom: solid 3px #b7d100;
          padding: 1em 0em 0.5em;
          margin-bottom: 1em; }
        #recruit #internship article .article .block .voice ul li {
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          margin-bottom: 20px; }
          #recruit #internship article .article .block .voice ul li figure {
            width: 120px;
            padding-right: 20px;
            background: url(../../images/recruit/internship-voice-fukidashi2.svg) right top 30px no-repeat;
            display: block; }
            #recruit #internship article .article .block .voice ul li figure img {
              width: 100%; }
          #recruit #internship article .article .block .voice ul li p {
            font-size: 14px;
            background: #f5f5f5;
            border-radius: 0.8em;
            padding: 1em;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: 100%; }
          #recruit #internship article .article .block .voice ul li:nth-child(even):after {
            -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
    @media screen and (max-width: 640px) {
      #recruit #internship article {
        width: 90%;
        margin-bottom: 5vw; }
        #recruit #internship article h3 {
          font-size: 4vw; }
        #recruit #internship article .article {
          padding: 5vw; }
          #recruit #internship article .article > h4 {
            font-size: 4vw; }
          #recruit #internship article .article .block h4 {
            font-size: 4vw; }
            #recruit #internship article .article .block h4 span {
              font-size: 3.5vw; }
          #recruit #internship article .article .block ol li .num {
            background-size: 3vw auto;
            padding-bottom: 5vw; }
            #recruit #internship article .article .block ol li .num img {
              width: 12vw; }
          #recruit #internship article .article .block ol li dl {
            padding-top: 1.2em; }
            #recruit #internship article .article .block ol li dl dt {
              font-size: 3.6vw; }
            #recruit #internship article .article .block ol li dl dd {
              font-size: 3.5vw; }
          #recruit #internship article .article .block .voice h5 {
            font-size: 4vw; }
          #recruit #internship article .article .block .voice ul li figure {
            width: 15vw;
            background-size: 5vw;
            padding-right: 4vw; }
          #recruit #internship article .article .block .voice ul li p {
            font-size: 3.5vw;
            line-height: 1.4em; }
          #recruit #internship article .article .block .voice ul li:after {
            background-size: contain; } }
  #recruit #internship article#contact {
    width: 420px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px; }
    #recruit #internship article#contact .article .block {
      margin-bottom: 0; }
      #recruit #internship article#contact .article .block address {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.6em; }

#message #kv {
  text-align: center;
  background: url(../../images/message/kv-bg.jpg) center center/auto 100% no-repeat;
  height: 510px;
  padding-top: 70px;
  position: relative; }
  #message #kv h3 {
    background: #b7d100;
    width: calc(70px + 50%);
    text-align: right;
    padding: 5px 10px; }
  #message #kv p {
    width: 790px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: calc(50% - 480px);
    bottom: 20px;
    text-align: center;
    padding: 1em 0;
    font-weight: bold; }
  @media screen and (max-width: 640px) {
    #message #kv {
      height: 100vw;
      background-size: auto 100%;
      padding-top: 10vw; }
      #message #kv h3 {
        width: 70%; }
        #message #kv h3 img {
          width: auto;
          height: 8vw; }
      #message #kv p {
        width: 90%;
        left: 5%;
        font-size: 3.5vw; } }
  #message #kv h3, #message #kv p {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
  #message #kv figure {
    opacity: 0;
    -webkit-transform: translate(50px, -50px);
    -ms-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  #message #kv p {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  #message #kv.act3-activate h3, #message #kv.act3-activate p, #message #kv.act3-activate figure {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }

#message #nav {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  padding: 20px 0; }
  #message #nav ul {
    width: 720px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #message #nav ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 22px;
      padding: 0.5em 0; }
      #message #nav ul li a {
        font-size: inherit;
        color: #372096;
        font-weight: bold;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2em;
        border-right: solid 2px #372096; }
        #message #nav ul li a:hover {
          color: #67aeff; }
        #message #nav ul li a:after {
          content: "";
          width: 1em;
          height: 1em;
          display: inline-block;
          background: url(../../images/message/nav.svg) center center/contain no-repeat;
          margin-left: 0.3em; }
      #message #nav ul li:last-child a {
        border-right: 0; }
  @media screen and (max-width: 640px) {
    #message #nav {
      padding: 5vw 0; }
      #message #nav ul {
        width: 95%; }
        #message #nav ul li {
          font-size: 3vw; } }

#message section {
  padding: 50px 0; }
  #message section:nth-last-child(even) {
    background: #f5f5f5; }
  #message section#message3 {
    background: url(../../images/message/bottom-bg.png) center bottom no-repeat;
    padding-bottom: 0; }
  #message section h4 {
    color: #372096;
    font-size: 44px;
    text-align: center;
    margin-bottom: 1em;
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
    #message section h4:after {
      content: "";
      width: 3em;
      height: 7px;
      background: #b7d100;
      display: block;
      margin: auto;
      margin-top: 0.5em; }
    #message section h4.act3-activate {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  #message section article ul {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #message section article ul li {
      width: calc(48% - 2em);
      font-size: 20px;
      font-weight: bold;
      border: solid 3px #b7d100;
      padding: 1em 1em;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 1em;
      line-height: 1.4em;
      position: relative;
      margin-bottom: 40px;
      background: #fff;
      -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      opacity: 0;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px); }
      #message section article ul li.act3-activate {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      #message section article ul li:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        width: 100%;
        height: 22px;
        background: url(../../images/message/fukidashi1.svg) center top/contain no-repeat; }
      #message section article ul li:nth-child(4n+2) {
        border-color: #d779b1; }
        #message section article ul li:nth-child(4n+2):after {
          background-image: url(../../images/message/fukidashi2.svg); }
      #message section article ul li:nth-child(4n+3) {
        border-color: #ff8700; }
        #message section article ul li:nth-child(4n+3):after {
          background-image: url(../../images/message/fukidashi3.svg); }
      #message section article ul li:nth-child(4n+4) {
        border-color: #5fb3f4; }
        #message section article ul li:nth-child(4n+4):after {
          background-image: url(../../images/message/fukidashi4.svg); }
      #message section article ul li:nth-child(even):after {
        -webkit-transform: scaleX(-100%);
        -ms-transform: scaleX(-100%);
        transform: scaleX(-100%); }
  #message section article figure {
    display: block;
    text-align: center;
    -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
    #message section article figure.act3-activate {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  @media screen and (max-width: 640px) {
    #message section {
      padding: 10vw 0; }
      #message section h4 {
        font-size: 6vw; }
        #message section h4:after {
          height: 1vw; }
      #message section article ul {
        display: block; }
        #message section article ul li {
          font-size: 3.5vw;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 7vw; }
      #message section article figure img {
        width: 70%; } }

#movie {
  background: #b7d100;
  padding: 30px 0; }
  @media screen and (max-width: 640px) {
    #movie {
      padding: 10vw 0; } }
  #movie #kv {
    position: relative;
    margin-bottom: 40px; }
    #movie #kv figure {
      position: relative;
      display: block;
      border-radius: 20px;
      overflow: hidden; }
      #movie #kv figure:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); }
    #movie #kv .kv-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #movie #kv .kv-wrapper h3 {
        color: #fff;
        font-size: 30px;
        padding: 1.5em 0 2em; }
      #movie #kv .kv-wrapper p {
        font-size: 16px;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        padding: 1em 2em;
        font-weight: bold; }
    @media screen and (max-width: 640px) {
      #movie #kv {
        margin-bottom: 10vw;
        width: 90%; }
        #movie #kv figure {
          border-radius: 3vw; }
          #movie #kv figure img {
            max-width: 10000%;
            width: 200%; }
        #movie #kv .kv-wrapper h3 {
          font-size: 6vw;
          padding-bottom: 1em; }
        #movie #kv .kv-wrapper p {
          font-size: 3vw;
          width: 80%; } }
    #movie #kv h3, #movie #kv p, #movie #kv figure {
      opacity: 0;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #movie #kv.act3-activate h3, #movie #kv.act3-activate p, #movie #kv.act3-activate figure {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #movie #kv.act3-activate h3 {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    #movie #kv.act3-activate p {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
  #movie #nav {
    margin-bottom: 50px; }
    #movie #nav ul {
      background: #fff;
      border-radius: 20px;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 16px 10px; }
      #movie #nav ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        border-right: solid 1px #372096; }
        #movie #nav ul li:last-child {
          border-right: 0; }
        #movie #nav ul li > img {
          position: absolute;
          left: calc(50% - 26px);
          top: -40px; }
        #movie #nav ul li a {
          display: block;
          font-size: 14.5px;
          color: #372096;
          font-weight: bold;
          height: 5em;
          text-align: center;
          line-height: 1.4em;
          padding-bottom: 1.4em;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #movie #nav ul li a:after {
            content: "";
            display: block;
            width: 100%;
            height: 1.4em;
            background: url(../../images/message/nav.svg) center center/contain no-repeat;
            position: absolute;
            left: 0;
            bottom: 0.5em; }
    @media screen and (max-width: 640px) {
      #movie #nav {
        margin-bottom: 0; }
        #movie #nav ul {
          border-radius: 4vw;
          width: 80%;
          margin: auto;
          display: block;
          padding: 3vw 4vw; }
          #movie #nav ul li {
            border-right: 0; }
            #movie #nav ul li > img {
              height: 10vw;
              left: 0;
              top: calc(50% - 5vw); }
            #movie #nav ul li a {
              width: 100%;
              height: 3.5em;
              position: relative;
              padding-bottom: 0; }
              #movie #nav ul li a:after {
                width: 1.4em;
                position: absolute;
                right: 5%;
                left: initial;
                top: calc(50% - 00.7em); } }
    #movie #nav ul li {
      opacity: 0;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #movie #nav.act3-activate ul li {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      #movie #nav.act3-activate ul li:nth-child(1) {
        -webkit-transition-delay: 0.0s;
        -o-transition-delay: 0.0s;
        transition-delay: 0.0s; }
      #movie #nav.act3-activate ul li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      #movie #nav.act3-activate ul li:nth-child(3) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      #movie #nav.act3-activate ul li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      #movie #nav.act3-activate ul li:nth-child(5) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
  #movie section {
    padding: 30px 0; }
    #movie section:nth-child(even) {
      background: url(../../images/movie/sepalator-top.svg) center top repeat-x, url(../../images/movie/sepalator-bottom.svg) center bottom repeat-x #d1e15a;
      padding: 50px 0; }
    #movie section h3 {
      position: relative;
      text-align: center;
      padding: 30px 0; }
      #movie section h3 > span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        color: #372096; }
    #movie section#movie01 h3 .illust, #movie section#movie04 h3 .illust {
      position: absolute;
      left: 10%;
      bottom: 0; }
    #movie section#movie02 h3 .illust {
      position: absolute;
      right: 3%;
      bottom: -150px;
      z-index: 1; }
    #movie section article ul {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #movie section article ul li {
        width: 48%;
        margin-bottom: 30px; }
        #movie section article ul li h4 {
          width: 90%;
          font-size: 20px;
          border-left: solid 4px #372096;
          background: #fff;
          padding: 0.7em 0 0.7em 1em;
          margin-bottom: 10px;
          line-height: 1.2em;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          height: 2.3em;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        #movie section article ul li a {
          display: block;
          overflow: hidden;
          border-radius: 20px;
          position: relative; }
          #movie section article ul li a img {
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
          #movie section article ul li a:after {
            content: "";
            width: 80px;
            height: 80px;
            background: url(../../images/movie/play.svg) center center/contain no-repeat;
            position: absolute;
            right: 15px;
            bottom: 15px; }
          #movie section article ul li a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
        #movie section article ul li.illust {
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
    @media screen and (max-width: 640px) {
      #movie section {
        padding: 5vw 0; }
        #movie section h3 {
          padding: 5vw 0; }
          #movie section h3 > img {
            height: 18vw; }
          #movie section h3 > span {
            font-size: 4.5vw; }
        #movie section#movie01 h3 .illust, #movie section#movie04 h3 .illust {
          width: 25%;
          left: 0; }
        #movie section#movie02 h3 .illust {
          bottom: -30vw; }
          #movie section#movie02 h3 .illust img {
            height: 40vw; }
        #movie section article ul {
          width: 90%;
          margin: auto; }
          #movie section article ul li {
            width: 100%; }
            #movie section article ul li h4 {
              font-size: 4vw; }
            #movie section article ul li.illust img {
              width: 50%; }
            #movie section article ul li a {
              border-radius: 4vw; }
              #movie section article ul li a:after {
                width: 15vw;
                height: 15vw; } }
    #movie section h3 > img, #movie section h3 > span, #movie section h3 .illust {
      opacity: 0;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #movie section h3.act3-activate > img, #movie section h3.act3-activate > span, #movie section h3.act3-activate .illust {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #movie section h3.act3-activate .illust {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #movie section article ul li h4, #movie section article ul li a, #movie section article ul li img {
      opacity: 0;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #movie section article ul li.act3-activate h4, #movie section article ul li.act3-activate a, #movie section article ul li.act3-activate img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #movie section article ul li.act3-activate a {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
