@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue);
html {
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", sans-serif; }

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.8; }
  body.fixed {
    position: fixed;
    width: 100%; }

img {
  max-width: 100%;
  height: auto; }

.pc {
  display: block; }
  @media all and (max-width: 959px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 959px) {
    .sp {
      display: block; } }

.se {
  display: none; }
  @media all and (max-width: 320px) {
    .se {
      display: block; } }

.imgcenter {
  display: block;
  margin: auto; }

.blockContainer {
  padding: 0 15px; }
  .blockContainer.sp100 {
    padding: 0; }
    @media all and (max-width: 959px) {
      .blockContainer.sp100 .blockWrapper {
        max-width: none !important; } }
  .blockContainer .blockWrapper {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box; }
    .blockContainer .blockWrapper .section {
      margin-bottom: 60px; }
      .blockContainer .blockWrapper .section > h1 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 4.8rem;
        font-weight: normal;
        margin: 20px 0 50px;
        text-align: center; }
        @media all and (max-width: 959px) {
          .blockContainer .blockWrapper .section > h1 {
            font-size: 4.0rem;
            margin: 10px 0 35px; } }
      .blockContainer .blockWrapper .section .subsection {
        margin-bottom: 100px;
        position: relative; }
        .blockContainer .blockWrapper .section .subsection h2 {
          font-size: 2.4rem;
          font-weight: 400;
          line-height: 1;
          padding: 20px 30px;
          box-sizing: border-box;
          text-align: center;
          background: #fc0;
          color: #000;
          margin-bottom: 30px; }
          @media all and (max-width: 959px) {
            .blockContainer .blockWrapper .section .subsection h2 {
              padding: 15px; } }
      .blockContainer .blockWrapper .section p {
        margin-bottom: 1em; }

#topimg {
  padding: 0; }
  #topimg .blockWrapper {
    max-width: none; }
    #topimg .blockWrapper #mv {
      position: relative; }
      @media all and (max-width: 959px) {
        #topimg .blockWrapper #mv {
          height: 420px;
          background: #ffcc33; } }
      #topimg .blockWrapper #mv ul#scroll {
        background: #ffcc33; }
        @media all and (max-width: 959px) {
          #topimg .blockWrapper #mv ul#scroll {
            display: none; } }
        #topimg .blockWrapper #mv ul#scroll li img {
          display: block; }
          @media all and (max-width: 959px) {
            #topimg .blockWrapper #mv ul#scroll li img {
              height: 420px; } }
      #topimg .blockWrapper #mv #copy {
        width: 100%;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        #topimg .blockWrapper #mv #copy img {
          margin: auto; }
          @media all and (max-width: 959px) {
            #topimg .blockWrapper #mv #copy img {
              width: 85%;
              max-width: 500px; } }

#head {
  height: 50px; }
  @media all and (max-width: 959px) {
    #head {
      height: 47px; } }
  #head h1 {
    margin: 22px 0 0px; }
    @media all and (max-width: 959px) {
      #head h1 {
        margin: 13px 60px 0 0px; } }
    #head h1 img {
      height: 27px; }
      @media all and (max-width: 959px) {
        #head h1 img {
          height: 36px; } }

#home #news {
  margin: 50px 0 30px; }
  @media all and (max-width: 959px) {
    #home #news {
      margin: 30px 0 0px; } }
  #home #news h1 {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 25px; }
  #home #news dl dt {
    float: left;
    width: 8em;
    font-weight: 500;
    line-height: 1.5; }
    @media all and (max-width: 959px) {
      #home #news dl dt {
        float: none;
        font-size: 1.5rem; } }
  #home #news dl dd {
    margin: 15px 0 15px 8em;
    line-height: 1.5; }
    @media all and (max-width: 959px) {
      #home #news dl dd {
        margin: 0px 0 20px; } }
#home #talk {
  margin-bottom: 60px; }
  #home #talk a {
    color: #000; }
    #home #talk a:hover > div h1 .more {
      opacity: 0.5; }
    #home #talk a:hover > img {
      transform: scale(1.03); }
  #home #talk .blockWrapper {
    transition: all .2s ease-out;
    background: #f7f7f7;
    padding: 50px;
    border-radius: 10px; }
    @media all and (max-width: 959px) {
      #home #talk .blockWrapper {
        padding: 50px 30px; } }
    #home #talk .blockWrapper a {
      display: flex;
      align-items: center; }
      @media all and (max-width: 959px) {
        #home #talk .blockWrapper a {
          display: block; } }
      #home #talk .blockWrapper a > div {
        width: 50%;
        text-align: center; }
        @media all and (max-width: 959px) {
          #home #talk .blockWrapper a > div {
            width: 100%; } }
      #home #talk .blockWrapper a h1 {
        display: inline-block;
        font-size: 3.6rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
        padding-bottom: 25px;
        margin-bottom: 10px;
        position: relative;
        margin-left: -20px; }
        @media all and (max-width: 959px) {
          #home #talk .blockWrapper a h1 {
            margin-left: 0px;
            font-size: 2.5rem;
            padding-bottom: 10px; } }
        #home #talk .blockWrapper a h1 span:nth-child(1) {
          display: inline-block;
          background: url("../img/index_talk_onlile.svg") top left no-repeat;
          padding: 40px 0px 0 30px;
          margin-left: -30px; }
        #home #talk .blockWrapper a h1 .more {
          font-size: 12px;
          color: #fff;
          background: #000;
          width: 100px;
          position: absolute;
          right: 0;
          bottom: 0px;
          padding: 1px 0 4px; }
          @media all and (max-width: 959px) {
            #home #talk .blockWrapper a h1 .more {
              display: none; } }
      #home #talk .blockWrapper a > img {
        width: 50%;
        transition: all .2s ease-out; }
        @media all and (max-width: 959px) {
          #home #talk .blockWrapper a > img {
            width: 100%; } }
      #home #talk .blockWrapper a > .more {
        display: none; }
        @media all and (max-width: 959px) {
          #home #talk .blockWrapper a > .more {
            display: block;
            margin: 15px auto 0;
            font-size: 12px;
            color: #fff;
            background: #000;
            width: 100px; } }
#home #index ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto; }
  #home #index ul li {
    width: 24%;
    text-align: center; }
    @media all and (max-width: 959px) {
      #home #index ul li {
        width: 49%;
        margin-bottom: 20px; } }
    #home #index ul li:nth-child(4) img {
      border: 1px #ccc solid;
      box-sizing: border-box; }
    #home #index ul li a {
      font-weight: 500;
      color: #000;
      text-decoration: none;
      transition: all .2s ease-in-out; }
      #home #index ul li a img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        transition: all .2s ease-out; }
        @media all and (max-width: 959px) {
          #home #index ul li a img {
            margin-bottom: 10px; } }
      #home #index ul li a span:before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 10px;
        position: relative;
        top: -2px;
        transition: all .2s ease-in-out; }
      #home #index ul li a:hover {
        color: #aaa; }
        #home #index ul li a:hover img {
          transform: scale(1.05); }

#company h1 + p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 959px) {
    #company h1 + p {
      font-size: 2.0rem; } }
  @media all and (max-width: 320px) {
    #company h1 + p br {
      display: none; } }
#company .mainimg {
  display: block;
  margin: -160px auto 60px; }
  @media all and (max-width: 959px) {
    #company .mainimg {
      margin-top: -60px; } }
#company ul.businessNav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0; }
  #company ul.businessNav li {
    width: 19.2%;
    text-align: center;
    margin-bottom: 20px; }
    @media all and (max-width: 959px) {
      #company ul.businessNav li {
        width: 49%; } }
    #company ul.businessNav li a {
      text-decoration: none;
      color: #000; }
      #company ul.businessNav li a img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border: 1px #ccc solid;
        transition: all .2s ease-in-out; }
        @media all and (max-width: 959px) {
          #company ul.businessNav li a img {
            margin-bottom: 5px; } }
      #company ul.businessNav li a span {
        transition: all .2s ease-in-out; }
        #company ul.businessNav li a span:before {
          content: '';
          display: inline-block;
          width: 7px;
          height: 7px;
          border: 0px;
          border-top: solid 2px #ccc;
          border-right: solid 2px #ccc;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-right: 10px;
          position: relative;
          top: -2px;
          transition: all .2s ease-in-out; }
      #company ul.businessNav li a:hover img {
        opacity: 0.5; }
      #company ul.businessNav li a:hover span {
        color: #aaa; }
#company ul.groupNav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 80px; }
  #company ul.groupNav li {
    width: 32%;
    width: 49%;
    margin-bottom: 2%; }
    @media all and (max-width: 959px) {
      #company ul.groupNav li {
        width: 100%;
        margin-bottom: 15px; } }
    #company ul.groupNav li a {
      display: block;
      border: 3px #000 solid;
      padding: 20px 10px;
      box-sizing: border-box;
      font-size: 1.8rem;
      color: #000;
      text-align: center;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      #company ul.groupNav li a span:before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 2px #aaa;
        border-right: solid 2px #aaa;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 10px;
        position: relative;
        top: -2px;
        transition: all .3s ease-in-out; }
      #company ul.groupNav li a:hover {
        background: #000;
        color: #fff; }
        #company ul.groupNav li a:hover span:before {
          border-color: #fff; }

#work .subsection > section {
  border: 1px #ccc solid;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1 !important; }
  @media all and (max-width: 959px) {
    #work .subsection > section {
      display: block; } }
  #work .subsection > section div:nth-child(1) {
    width: 38%; }
    @media all and (max-width: 959px) {
      #work .subsection > section div:nth-child(1) {
        width: 100%; } }
    #work .subsection > section div:nth-child(1) h3 {
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 15px; }
  #work .subsection > section div.fig {
    width: 58%;
    position: relative;
    background: #fcf1d6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 8px; }
    @media all and (max-width: 959px) {
      #work .subsection > section div.fig {
        display: block; } }
    #work .subsection > section div.fig p {
      width: 47%; }
      @media all and (max-width: 959px) {
        #work .subsection > section div.fig p {
          width: 100%; } }
      #work .subsection > section div.fig p span.num {
        display: block;
        font-size: 72px;
        line-height: 1;
        letter-spacing: 2px;
        font-family: 'Bebas Neue', sans-serif;
        color: #f1b834; }
      #work .subsection > section div.fig p span.txt {
        font-size: 1.4rem;
        font-weight: 500; }
    #work .subsection > section div.fig img {
      width: 47%; }
      @media all and (max-width: 959px) {
        #work .subsection > section div.fig img {
          display: block;
          width: 100%;
          max-width: 400px;
          margin: auto; } }
    @media all and (max-width: 959px) {
      #work .subsection > section div.fig {
        width: 100%; } }
    #work .subsection > section div.fig:before {
      content: '';
      width: 5px;
      height: 80px;
      background: rgba(241, 184, 52, 0.8);
      position: absolute;
      top: -82px;
      left: 50%;
      z-index: 100;
      transform: translateX(-50%); }
      @media all and (max-width: 959px) {
        #work .subsection > section div.fig:before {
          content: none; } }
    #work .subsection > section div.fig:after {
      content: '';
      width: 15px;
      height: 15px;
      border: 0px;
      border-top: solid 5px rgba(241, 184, 52, 0.8);
      border-right: solid 5px rgba(241, 184, 52, 0.8);
      transform: rotate(45deg);
      position: absolute;
      top: -20px;
      left: calc( 50% - 10px );
      transform: rotate(135deg);
      margin-top: -2px; }
      @media all and (max-width: 959px) {
        #work .subsection > section div.fig:after {
          content: none; } }
  #work .subsection > section:nth-of-type(1) {
    z-index: 3; }
    #work .subsection > section:nth-of-type(1) div.fig:before, #work .subsection > section:nth-of-type(1) div.fig:after {
      content: none; }
  #work .subsection > section:nth-of-type(2) {
    z-index: 2; }
    #work .subsection > section:nth-of-type(2) div.fig {
      position: relative;
      z-index: 10; }
      @media all and (max-width: 959px) {
        #work .subsection > section:nth-of-type(2) div.fig p {
          width: 100%; } }
      @media all and (max-width: 959px) {
        #work .subsection > section:nth-of-type(2) div.fig p:nth-last-of-type(1) {
          margin-top: 30px; } }
      #work .subsection > section:nth-of-type(2) div.fig img {
        position: relative;
        z-index: 6;
        width: 95%;
        margin-top: 20px; }
        @media all and (max-width: 959px) {
          #work .subsection > section:nth-of-type(2) div.fig img {
            display: block; } }
  #work .subsection > section:nth-of-type(3) {
    z-index: 1; }
    #work .subsection > section:nth-of-type(3) div.fig {
      position: relative;
      z-index: 11; }
      #work .subsection > section:nth-of-type(3) div.fig:before, #work .subsection > section:nth-of-type(3) div.fig:after {
        content: none; }

#people #mv {
  background: #ffcc33;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 20px; }
  #people #mv h2 {
    font-size: 5.2rem;
    font-weight: 400;
    vertical-align: middle;
    margin-bottom: 20px; }
    @media all and (max-width: 959px) {
      #people #mv h2 {
        font-size: 3rem; }
        #people #mv h2 span {
          display: inline-block; } }
    @media all and (max-width: 320px) {
      #people #mv h2 {
        font-size: 2.8rem;
        line-height: 1.4; } }
    #people #mv h2 img {
      vertical-align: middle;
      margin: -5px 20px 0 0; }
      @media all and (max-width: 959px) {
        #people #mv h2 img {
          display: block;
          margin: 0px auto 10px;
          width: 180px; } }
  #people #mv p {
    font-size: 1.8rem;
    margin-bottom: 30px; }
    @media all and (max-width: 959px) {
      #people #mv p {
        font-size: 1.6rem;
        text-align: left; } }
  #people #mv .img {
    border: 1px #000 solid; }
#people .profile {
  background: #f7f7f7;
  padding: 50px 0; }
  @media all and (max-width: 959px) {
    #people .profile {
      padding: 40px 0 5px; } }
  #people .profile .blockWrapper {
    background: #fff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px; }
    @media all and (max-width: 959px) {
      #people .profile .blockWrapper {
        background: none;
        box-shadow: none;
        padding: 0px 20px; } }
    #people .profile .blockWrapper h3 {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 500;
      font-size: 3.8rem;
      letter-spacing: 2px;
      color: #ccc; }
      @media all and (max-width: 959px) {
        #people .profile .blockWrapper h3 {
          text-align: center;
          margin-bottom: 20px; } }
    #people .profile .blockWrapper ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media all and (max-width: 959px) {
        #people .profile .blockWrapper ul {
          display: block; } }
      #people .profile .blockWrapper ul li {
        width: 23.5%; }
        @media all and (max-width: 959px) {
          #people .profile .blockWrapper ul li {
            width: 100%;
            border-bottom: 1px #ccc dotted;
            margin-bottom: 20px;
            padding-bottom: 10px; }
            #people .profile .blockWrapper ul li:last-of-type {
              border: none; } }
        #people .profile .blockWrapper ul li .img {
          position: relative;
          margin-bottom: 10px; }
          @media all and (max-width: 959px) {
            #people .profile .blockWrapper ul li .img {
              display: block; } }
          #people .profile .blockWrapper ul li .img span {
            display: inline-block;
            box-sizing: border-box;
            background: #25aae1;
            color: #fff;
            line-height: 1;
            padding: 6px 20px 5px;
            font-size: 1.5rem;
            font-weight: 400 !important;
            letter-spacing: 3px;
            position: absolute;
            bottom: 0px;
            left: 0px; }
          #people .profile .blockWrapper ul li .img img {
            display: block;
            border: 1px #ccc solid;
            box-sizing: border-box;
            width: 100%; }
        #people .profile .blockWrapper ul li > div.prtxt {
          margin-bottom: 10px; }
          #people .profile .blockWrapper ul li > div.prtxt span {
            display: block;
            font-size: 1.4rem; }
            #people .profile .blockWrapper ul li > div.prtxt span:nth-child(1) {
              font-weight: 600; }
            #people .profile .blockWrapper ul li > div.prtxt span:last-of-type {
              color: #999;
              font-size: 1.1rem;
              letter-spacing: 1px; }
        #people .profile .blockWrapper ul li p {
          font-size: 1.3rem; }
          @media all and (max-width: 959px) {
            #people .profile .blockWrapper ul li p {
              clear: both; } }
    #people .profile .blockWrapper p.note {
      margin: 30px 0 0px;
      color: #999;
      font-size: 1.3rem; }
#people .chapter {
  padding: 100px 0; }
  @media all and (max-width: 959px) {
    #people .chapter {
      padding: 50px 0; } }
  #people .chapter:nth-child(even) {
    background: #f7f7f7; }
  #people .chapter .blockWrapper {
    background: #fff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    padding: 50px; }
    @media all and (max-width: 959px) {
      #people .chapter .blockWrapper {
        background: none;
        box-shadow: none;
        padding: 0px 20px; } }
    #people .chapter .blockWrapper h3 {
      font-family: 'Bebas Neue', sans-serif;
      font-weight: 500;
      font-size: 7rem;
      letter-spacing: 2px;
      color: #ccc;
      margin: -100px 0 0 -10px; }
      @media all and (max-width: 959px) {
        #people .chapter .blockWrapper h3 {
          text-align: center;
          font-size: 3.8rem;
          margin: 0; } }
    #people .chapter .blockWrapper p.question {
      font-size: 3rem;
      margin-bottom: 60px; }
      @media all and (max-width: 959px) {
        #people .chapter .blockWrapper p.question {
          font-size: 2.2rem;
          text-align: center; } }
    #people .chapter .blockWrapper .imgphoto {
      width: 100%;
      max-width: 1000px;
      display: block;
      margin: auto; }
    #people .chapter .blockWrapper section > ul {
      list-style: none; }
      #people .chapter .blockWrapper section > ul li {
        margin-bottom: 50px;
        padding: 0 0 0 120px;
        min-height: 100px;
        background-size: 90px auto !important;
        overflow: hidden; }
        #people .chapter .blockWrapper section > ul li::after {
          content: "";
          display: block;
          clear: both; }
        @media all and (max-width: 959px) {
          #people .chapter .blockWrapper section > ul li {
            padding: 0 0 0 65px;
            background-size: 50px auto !important; } }
        #people .chapter .blockWrapper section > ul li.habuchi {
          background: url("../img/people/icon1.png") top left no-repeat; }
        #people .chapter .blockWrapper section > ul li.saito {
          background: url("../img/people/icon2.png") top left no-repeat; }
        #people .chapter .blockWrapper section > ul li.inose {
          background: url("../img/people/icon3.png") top left no-repeat; }
        #people .chapter .blockWrapper section > ul li.kasai {
          background: url("../img/people/icon4.png") top left no-repeat; }
        #people .chapter .blockWrapper section > ul li.fukushima {
          background: url("../img/people/icon5.png") top left no-repeat; }
        #people .chapter .blockWrapper section > ul li span.name {
          font-weight: 600;
          color: #25aae1; }
        #people .chapter .blockWrapper section > ul li p {
          width: 47%;
          float: left; }
          @media all and (max-width: 959px) {
            #people .chapter .blockWrapper section > ul li p {
              float: none;
              width: 100%;
              margin-bottom: 10px; } }
        #people .chapter .blockWrapper section > ul li img {
          display: block;
          width: 50%;
          border: 1px #ccc solid;
          box-sizing: border-box;
          float: right; }
          #people .chapter .blockWrapper section > ul li img.fig {
            border: none; }
          @media all and (max-width: 959px) {
            #people .chapter .blockWrapper section > ul li img {
              float: none;
              width: 100%; } }
        #people .chapter .blockWrapper section > ul li .fig {
          width: 50%;
          float: right; }
          @media all and (max-width: 959px) {
            #people .chapter .blockWrapper section > ul li .fig {
              float: none;
              width: 100%; } }
          #people .chapter .blockWrapper section > ul li .fig img {
            border: none;
            width: 100%;
            float: none; }
          #people .chapter .blockWrapper section > ul li .fig figcaption {
            font-size: 1.3rem;
            color: #999;
            text-align: right;
            margin: 5px 0 0; }

#culture .subsection#system section {
  border: 1px #ccc solid;
  padding: 30px 40px;
  margin-bottom: 50px; }
  @media all and (max-width: 959px) {
    #culture .subsection#system section {
      padding: 15px 25px; } }
  #culture .subsection#system section h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #25aae1; }
#culture .location {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  #culture .location li {
    width: 33.3333%;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-width: 0 1px 1px 0; }
    @media all and (max-width: 959px) {
      #culture .location li {
        width: 100%;
        border: none;
        margin-bottom: 1px; } }
    #culture .location li:nth-child(2), #culture .location li:nth-child(6) {
      width: 66.6666%; }
      @media all and (max-width: 959px) {
        #culture .location li:nth-child(2), #culture .location li:nth-child(6) {
          width: 100%;
          border: none;
          margin-bottom: 1px; } }
    #culture .location li img {
      display: block;
      width: 100%; }
#culture .benefit {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center; }
  @media all and (max-width: 959px) {
    #culture .benefit {
      display: block; } }
  #culture .benefit li {
    border: 1px #ccc solid;
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 35px 30px 35px 25px;
    min-height: 100px;
    box-sizing: border-box; }
    @media all and (max-width: 959px) {
      #culture .benefit li {
        width: 100%;
        padding: 35px 25px; } }
    #culture .benefit li:nth-child(3n) {
      margin-right: 0; }
    #culture .benefit li img {
      width: 50px;
      vertical-align: middle;
      margin-right: 20px; }
    #culture .benefit li span {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 70px);
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.3; }

#recruit .requirementTab {
  width: 100%; }
  @media all and (max-width: 959px) {
    #recruit .requirementTab {
      border-top: 1px #ccc solid; } }
  #recruit .requirementTab th, #recruit .requirementTab td {
    border: 1px #ccc solid;
    padding: 15px 20px;
    vertical-align: middle; }
    @media all and (max-width: 959px) {
      #recruit .requirementTab th, #recruit .requirementTab td {
        display: block;
        border-top: none;
        padding: 10px; } }
  #recruit .requirementTab th {
    font-weight: normal;
    white-space: nowrap;
    background: #fcf1d6;
    width: 6em; }
    @media all and (max-width: 959px) {
      #recruit .requirementTab th {
        width: auto;
        border-bottom: none;
        font-size: 1.4rem;
        font-weight: 500; } }

#entryPage p.lead {
  text-align: center; }
  @media all and (max-width: 959px) {
    #entryPage p.lead {
      text-align: left; } }
#entryPage ul.entrylist {
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap; }
  #entryPage ul.entrylist li {
    width: 30%;
    border: 1px #ccc solid;
    margin: 20px 0; }
    @media all and (max-width: 767px) {
      #entryPage ul.entrylist li {
        width: 100%;
        margin: 20px 10px; } }
    @media all and (max-width: 320px) {
      #entryPage ul.entrylist li {
        min-width: 250px;
        width: 100%;
        margin: 10px 0px; } }
    #entryPage ul.entrylist li a {
      display: block; }
      #entryPage ul.entrylist li a img {
        display: block;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        transition: all .3s ease-out; }
      #entryPage ul.entrylist li a:hover img {
        opacity: 0.5; }
  #entryPage ul.entrylist + p {
    text-align: center; }
    @media all and (max-width: 959px) {
      #entryPage ul.entrylist + p {
        text-align: left; } }

#foot .blockContainer {
  padding: 50px 0 50px;
  font-size: 1.2rem; }
  #foot .blockContainer nav {
    float: left; }
    #foot .blockContainer nav ul li {
      display: inline-block; }
      #foot .blockContainer nav ul li a {
        color: #333333;
        text-decoration: none;
        padding: 0 0px 0 15px;
        margin-right: 10px;
        position: relative; }
        #foot .blockContainer nav ul li a:before {
          content: '';
          width: 5px;
          height: 5px;
          border: 0px;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -2px; }
    @media all and (max-width: 959px) {
      #foot .blockContainer nav {
        float: none;
        margin: 0 auto 30px;
        text-align: center; } }
  #foot .blockContainer .copyright {
    float: right; }
    @media all and (max-width: 959px) {
      #foot .blockContainer .copyright {
        float: none; } }
    #foot .blockContainer .copyright p {
      letter-spacing: 1px;
      text-align: right; }
      @media all and (max-width: 959px) {
        #foot .blockContainer .copyright p {
          text-align: center;
          font-size: 1rem;
          letter-spacing: 1px;
          line-height: 1.8;
          text-align: center;
          margin: 0 10px; } }
      #foot .blockContainer .copyright p span {
        display: inline-block; }

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  border-radius: 3px; }
  #pagetop a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%; }
    #pagetop a:hover {
      opacity: 0.5; }
    #pagetop a:before {
      content: '';
      width: 14px;
      height: 14px;
      border: 0px;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: calc( 50% - 3px );
      right: calc( 50% - 7px ); }

#entry {
  display: block;
  position: fixed;
  top: 0px;
  right: 60px;
  width: 124px;
  height: 60px;
  background: #f60;
  z-index: 999;
  transition: all .3s ease-out; }
  #entry:hover {
    opacity: 0.5; }
  @media all and (max-width: 959px) {
    #entry {
      display: none; } }
  #entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1; }

#spmenu {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  z-index: 501;
  background: #000;
  transition: all .4s ease-in-out; }
  #spmenu:hover {
    background: rgba(0, 0, 0, 0.5); }
    @media all and (max-width: 959px) {
      #spmenu:hover {
        background: black; } }
  #spmenu.show {
    visibility: visible;
    opacity: 1; }
  @media all and (max-width: 959px) {
    #spmenu {
      visibility: visible;
      opacity: 1; } }
  #spmenu span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 100%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0px 2px white; }
  #spmenu span:nth-of-type(1) {
    top: 20px; }
  #spmenu span:nth-of-type(2) {
    top: 28px; }
  #spmenu span:nth-of-type(3) {
    top: 36px; }
  #spmenu.active span {
    background-color: #fff;
    box-shadow: none; }
  #spmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  #spmenu.active span:nth-of-type(2) {
    opacity: 0; }
  #spmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }

#spnav {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 50%;
  right: -100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.85);
  transition: all .4s ease-in-out; }
  @media all and (max-width: 959px) {
    #spnav {
      width: 100%;
      overflow-y: scroll; } }
  #spnav.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0%; }
  #spnav ul {
    margin: 100px 15% 20px; }
    #spnav ul li a {
      display: block;
      font-weight: 500;
      font-size: 2.2rem;
      color: #FFFFFF;
      letter-spacing: 1.38px;
      line-height: 65px;
      text-decoration: none;
      white-space: nowrap;
      transition: all .3s ease-out; }
      #spnav ul li a:hover {
        opacity: 0.5; }
      @media all and (max-width: 959px) {
        #spnav ul li a {
          font-size: 1.8rem;
          line-height: 1.6;
          margin-bottom: 25px; } }
    @media all and (max-width: 959px) {
      #spnav ul {
        margin: 100px 15% 50px; } }
    @media all and (max-width: 320px) {
      #spnav ul {
        margin: 90px 15% 50px; }
        #spnav ul li a {
          font-size: 1.6rem;
          line-height: 20px; } }
  #spnav .entrylink {
    display: none; }
    @media all and (max-width: 959px) {
      #spnav .entrylink {
        display: block;
        width: 100%;
        padding: 10px;
        padding: 0	15% 20px;
        box-sizing: border-box; } }
    #spnav .entrylink a {
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 18px 15px 16px;
      background: #f60;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.4rem;
      color: #FFFFFF;
      line-height: 1;
      letter-spacing: 4.26px;
      text-align: center;
      text-decoration: none;
      transition: all .3s ease-out; }
      #spnav .entrylink a:hover {
        opacity: 0.5; }
