header {
  width: 100%;
  height: 80px;
  background: #00a693;
  position: fixed;
  top: 0;
  z-index: 70; }
  @media screen and (max-width: 768px) {
    header {
      height: 60px; } }
  header > .inner {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    padding-right: 110px; }
    header > .inner .logo {
      width: 456px;
      display: block; }
      @media screen and (max-width: 768px) {
        header > .inner .logo {
          width: auto;
          height: 100%; }
          header > .inner .logo img {
            height: 100%;
            width: auto; } }
    header > .inner nav.pc_nav {
      width: calc(100% - 456px); }
      @media screen and (max-width: 1035px) {
        header > .inner nav.pc_nav {
          display: none; } }
      header > .inner nav.pc_nav ul {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: -webkit- center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: -webkit- flex-end;
        justify-content: flex-end; }
        header > .inner nav.pc_nav ul li {
          margin-right: 3%; }
          header > .inner nav.pc_nav ul li:last-child {
            margin-right: 0; }
          header > .inner nav.pc_nav ul li:hover a, header > .inner nav.pc_nav ul li.act a {
            color: #000;
            font-weight: bold; }
          header > .inner nav.pc_nav ul li a {
            font-size: 16px;
            font-size: 1.6rem;
            color: #fff;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media screen and (max-width: 1190px) {
              header > .inner nav.pc_nav ul li a {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 1110px) {
              header > .inner nav.pc_nav ul li a {
                font-size: 12px;
                font-size: 1.2rem; } }

.drawer-nav .drawer-menu {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .drawer-nav .drawer-menu {
      padding: 0 3.5%; } }
  .drawer-nav .drawer-menu li.ttl {
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px; }
    @media screen and (max-width: 768px) {
      .drawer-nav .drawer-menu li.ttl {
        font-size: 25px;
        font-size: 2.5rem; } }
  .drawer-nav .drawer-menu li.top, .drawer-nav .drawer-menu li.work, .drawer-nav .drawer-menu li.contact {
    padding: 27px 0;
    border-top: 1px solid  #303030; }
    @media screen and (max-width: 768px) {
      .drawer-nav .drawer-menu li.top, .drawer-nav .drawer-menu li.work, .drawer-nav .drawer-menu li.contact {
        padding: 15px 0; } }
    .drawer-nav .drawer-menu li.top a, .drawer-nav .drawer-menu li.work a, .drawer-nav .drawer-menu li.contact a {
      line-height: 1.5;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .drawer-nav .drawer-menu li.top a, .drawer-nav .drawer-menu li.work a, .drawer-nav .drawer-menu li.contact a {
          font-size: 15px;
          font-size: 1.5rem; } }
  .drawer-nav .drawer-menu li.frp, .drawer-nav .drawer-menu li.products, .drawer-nav .drawer-menu li.company {
    padding: 15px 0;
    border-top: 1px solid  #303030; }
    .drawer-nav .drawer-menu li.frp dl, .drawer-nav .drawer-menu li.products dl, .drawer-nav .drawer-menu li.company dl {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: -webkit- flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: -webkit- center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .drawer-nav .drawer-menu li.frp dl, .drawer-nav .drawer-menu li.products dl, .drawer-nav .drawer-menu li.company dl {
          display: block; } }
      .drawer-nav .drawer-menu li.frp dl dt, .drawer-nav .drawer-menu li.products dl dt, .drawer-nav .drawer-menu li.company dl dt {
        width: 200px;
        padding: 12px 0; }
        @media screen and (max-width: 768px) {
          .drawer-nav .drawer-menu li.frp dl dt, .drawer-nav .drawer-menu li.products dl dt, .drawer-nav .drawer-menu li.company dl dt {
            width: 100%;
            padding: 0;
            margin-bottom: 6px; } }
        .drawer-nav .drawer-menu li.frp dl dt a, .drawer-nav .drawer-menu li.products dl dt a, .drawer-nav .drawer-menu li.company dl dt a {
          font-size: 18px;
          font-size: 1.8rem;
          color: #fff;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            .drawer-nav .drawer-menu li.frp dl dt a, .drawer-nav .drawer-menu li.products dl dt a, .drawer-nav .drawer-menu li.company dl dt a {
              font-size: 15px;
              font-size: 1.5rem;
              font-weight: bold; } }
      .drawer-nav .drawer-menu li.frp dl dd, .drawer-nav .drawer-menu li.products dl dd, .drawer-nav .drawer-menu li.company dl dd {
        padding: 12px 0 12px 25px;
        border-left: 4px solid  #303030;
        width: calc(100% - 200px); }
        @media screen and (max-width: 768px) {
          .drawer-nav .drawer-menu li.frp dl dd, .drawer-nav .drawer-menu li.products dl dd, .drawer-nav .drawer-menu li.company dl dd {
            width: 100%;
            padding: 0 0 0 30px;
            border-left: none; } }
        .drawer-nav .drawer-menu li.frp dl dd ul, .drawer-nav .drawer-menu li.products dl dd ul, .drawer-nav .drawer-menu li.company dl dd ul {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          justify-content: -webkit- flex-start;
          justify-content: flex-start;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media screen and (max-width: 768px) {
            .drawer-nav .drawer-menu li.frp dl dd ul, .drawer-nav .drawer-menu li.products dl dd ul, .drawer-nav .drawer-menu li.company dl dd ul {
              display: block; } }
          .drawer-nav .drawer-menu li.frp dl dd ul li, .drawer-nav .drawer-menu li.products dl dd ul li, .drawer-nav .drawer-menu li.company dl dd ul li {
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.5;
            margin-right: 30px; }
            @media screen and (max-width: 768px) {
              .drawer-nav .drawer-menu li.frp dl dd ul li, .drawer-nav .drawer-menu li.products dl dd ul li, .drawer-nav .drawer-menu li.company dl dd ul li {
                font-size: 14px;
                font-size: 1.4rem;
                margin-right: 15px; } }
            .drawer-nav .drawer-menu li.frp dl dd ul li:last-child, .drawer-nav .drawer-menu li.products dl dd ul li:last-child, .drawer-nav .drawer-menu li.company dl dd ul li:last-child {
              margin-right: 0; }
            .drawer-nav .drawer-menu li.frp dl dd ul li a, .drawer-nav .drawer-menu li.products dl dd ul li a, .drawer-nav .drawer-menu li.company dl dd ul li a {
              font-size: 18px;
              font-size: 1.8rem;
              color: #fff; }
              @media screen and (max-width: 768px) {
                .drawer-nav .drawer-menu li.frp dl dd ul li a, .drawer-nav .drawer-menu li.products dl dd ul li a, .drawer-nav .drawer-menu li.company dl dd ul li a {
                  font-size: 14px;
                  font-size: 1.4rem; } }
  .drawer-nav .drawer-menu li.contact {
    border-bottom: 1px solid  #303030; }

footer {
  width: 100%;
  background: #000;
  padding: 35px 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 35px 0 20px; } }
  footer > .inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 35px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer > .inner {
        display: block;
        padding: 0 3.5%;
        margin-bottom: 20px; } }
    footer > .inner .logo_area {
      width: calc(100% - 9em); }
      @media screen and (max-width: 768px) {
        footer > .inner .logo_area {
          width: 100%; } }
      footer > .inner .logo_area .company {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          footer > .inner .logo_area .company {
            display: block; } }
        footer > .inner .logo_area .company .logo {
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            footer > .inner .logo_area .company .logo {
              margin: 0 0 10px 0; } }
        footer > .inner .logo_area .company .info {
          text-align: left;
          color: #fff; }
          footer > .inner .logo_area .company .info p.name {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 5px; }
            @media screen and (max-width: 768px) {
              footer > .inner .logo_area .company .info p.name {
                font-size: 14px;
                font-size: 1.4rem; } }
          footer > .inner .logo_area .company .info p.address {
            font-size: 12px;
            font-size: 1.2rem;
            margin-bottom: 5px; }
          footer > .inner .logo_area .company .info p.tel {
            font-size: 12px;
            font-size: 1.2rem; }
      footer > .inner .logo_area .license {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: -webkit- flex-end;
        align-items: flex-end; }
        @media screen and (max-width: 768px) {
          footer > .inner .logo_area .license {
            display: block; } }
        footer > .inner .logo_area .license .logo {
          margin-right: 30px; }
          @media screen and (max-width: 768px) {
            footer > .inner .logo_area .license .logo {
              margin: 0 0 10px 0; } }
        footer > .inner .logo_area .license p {
          font-size: 11px;
          font-size: 1.1rem;
          text-align: left;
          color: #fff;
          line-height: 2; }
          @media screen and (max-width: 768px) {
            footer > .inner .logo_area .license p {
              line-height: 1.6; } }
    footer > .inner .link {
      width: 9em; }
      @media screen and (max-width: 768px) {
        footer > .inner .link {
          display: none; } }
      footer > .inner .link ul {
        text-align: left; }
        footer > .inner .link ul li {
          margin-bottom: 20px; }
          footer > .inner .link ul li:last-child {
            margin-bottom: 0; }
          footer > .inner .link ul li a {
            font-size: 14px;
            font-size: 1.4rem;
            color: #fff;
            line-height: 1; }
  footer .green {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: -webkit- center;
    justify-content: center;
    height: 124px;
    background: url(/common/img/footer_green.gif) top center no-repeat #00a693; }
    @media screen and (max-width: 768px) {
      footer .green {
        height: auto;
        display: block;
        padding: 20px 3.5%;
        background: #00a693; } }
    footer .green p.tel {
      width: 358px;
      display: inline-block;
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      background: url(/common/img/icon_green_tel.gif) left center no-repeat;
      padding-left: 40px;
      min-height: 23px;
      margin-right: 195px; }
      @media screen and (max-width: 768px) {
        footer .green p.tel {
          width: 100%;
          font-size: 20px;
          font-size: 2rem;
          background-size: 25px;
          min-height: 21px;
          padding-left: 35px; } }
      footer .green p.tel span.time {
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        vertical-align: top;
        margin: 11px 0 0 10px; }
        @media screen and (max-width: 768px) {
          footer .green p.tel span.time {
            font-size: 12px;
            font-size: 1.2rem;
            margin: 7px 0 0 8px; } }
    footer .green p.mail {
      width: 358px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        footer .green p.mail {
          width: 100%;
          margin-top: 20px; } }
      footer .green p.mail a {
        display: inline-block;
        background: url(/common/img/icon_green_mail.gif) left center no-repeat;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        padding-left: 45px;
        min-height: 20px; }
        @media screen and (max-width: 768px) {
          footer .green p.mail a {
            background-size: 25px;
            min-height: 17px;
            font-size: 16px;
            font-size: 1.6rem;
            padding-left: 35px; } }
  footer .copy {
    width: 100%;
    text-align: center;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      footer .copy {
        margin-top: 25px; } }
    footer .copy p small {
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 768px) {
        footer .copy p small {
          font-size: 10px;
          font-size: 1rem; } }

/*# sourceMappingURL=include.css.map */
