@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
  min-width: 640px; }

body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
  font-family: ‘Noto Sans Japanese’, sans-serif; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

p {
  margin: 0;
  line-height: 1.8em;
  text-align: justify; }

dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%; }

.content {
  width: 640px;
  margin: 0 auto; }

.line {
  height: 10px;
  border-bottom: 1px;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
  width: 857px;
  margin: 150px auto; }

#concept {
  display: block; }

/*------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------ */
header {
  width: 100%;
  font-size: 90%; }
  header a {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 90%;
    vertical-align: baseline;
    text-decoration: none; }
  header nav {
    margin: 0px auto;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0px; }
  header p {
    color: #fff;
    /*margin-left: 10px;
    margin-right: auto;*/
    margin: 10px auto 10px 10px;
    font-size: 24px;
    font-family: 'Rock Salt', cursive; }
  header img {
    width: 330px;
    vertical-align: middle; }
  header ul.cursor {
    margin: 10px 10px 10px auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    justify-content: flex-start; }
    header ul.cursor li {
      margin: 0;
      padding: 0; }
      header ul.cursor li a {
        position: relative;
        margin: 0;
        padding: 20px 20px 0;
        color: #333;
        display: block;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 5px; }
        header ul.cursor li a:after {
          position: absolute;
          content: "";
          border-top: 2px solid #0d9543;
          border-right: 2px solid #0d9543;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          right: 5px;
          top: 60%; }
        header ul.cursor li a:hover {
          color: #0d9543; }
          header ul.cursor li a:hover:after {
            border-top: 2px solid #000;
            border-right: 2px solid #000; }
  header ul.s123 {
    margin: 0; }
  header .nav__icon {
    display: none;
    width: 36px;
    height: 28px;
    margin-right: 10px;
    position: relative;
    cursor: pointer; }
    header .nav__icon span {
      display: none;
      background: #0f9b4d;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      border-radius: 4px; }
      header .nav__icon span:nth-of-type(1) {
        top: 0; }
      header .nav__icon span:nth-of-type(2) {
        top: 12px; }
      header .nav__icon span:nth-of-type(3) {
        bottom: 0; }
    header .nav__icon.active span:nth-of-type(1) {
      -webkit-transform: translateY(12px) rotate(-45deg);
      transform: translateY(12px) rotate(-45deg); }
    header .nav__icon.active span:nth-of-type(2) {
      display: none; }
    header .nav__icon.active span:nth-of-type(3) {
      -webkit-transform: translateY(-12px) rotate(45deg);
      transform: translateY(-12px) rotate(45deg); }

@media screen and (max-width: 700px) {
  header {
    position: relative;
    z-index: 999; }
    header h1 {
      margin: 0 auto; }
    header ul {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 80px;
      left: 0px;
      width: 100%;
      z-index: 980; }
      header ul li {
        padding: 10px;
        text-align: center; }
        header ul li a {
          display: block;
          background: transparent;
          margin: 0px;
          padding: 20px; }
          header ul li a:hover {
            color: #000;
            background: #fff; }
    header .nav__icon {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      z-index: 999; }
      header .nav__icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        z-index: 999; } }
/* -----------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  font-size: 15px;
  min-width: 1366px;
  position: relative;
  background-color: #808080; }

.footer {
  height: 311px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer .column_l, .footer .column_r {
    width: 594px;
    margin-bottom: 50px; }
  .footer .column_l img {
    padding: 30px 0 0 30px; }
  .footer .column_r {
    display: flex; }
    .footer .column_r ul {
      text-align: left;
      padding-top: 30px;
      display: flex;
      padding-left: 50px;
      flex-wrap: wrap;
      justify-content: space-between; }
    .footer .column_r li {
      margin: 5px 0;
      /* width: 150px; */
      width: 33.3%;
      line-height: 1.6em; }
      .footer .column_r li a {
        color: #fff;
        text-decoration: none; }
        .footer .column_r li a:hover {
          color: #666; }

.copy {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }
  .copy p {
    text-align: center;
    color: #fff;
    font-size: 12px; }

main {
  margin: 0 0 80px;
  width: 100%;
  display: block; }

/*-------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
  position: relative;
  padding: 30px 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  font-size: 24px;
  color: #616161; }
  h1::before, h1::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  h1::before {
    top: 0;
    left: 0;
    border-top: 1px solid #005f3b;
    border-left: 1px solid #005f3b; }
  h1::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #005f3b;
    border-right: 1px solid #005f3b; }
  h1 span {
    display: block;
    margin-bottom: .2em;
    color: #616161;
    font-size: 26px; }

.ttl {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 5% auto;
  font-size: 41px;
  color: #616161; }
  .ttl::before, .ttl::after {
    position: absolute;
    content: '';
    width: 59px;
    height: 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ttl::before {
    top: 0;
    left: 0;
    border-top: 1px solid #005f3b;
    border-left: 1px solid #005f3b; }
  .ttl::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #005f3b;
    border-right: 1px solid #005f3b; }
  .ttl h2 {
    font-size: 41px; }
  .ttl p {
    font-size: 26px; }

h3 {
  position: relative;
  width: 350px;
  padding: 30px 0px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 5% auto;
  font-size: 41px;
  color: #616161; }
  h3::before, h3::after {
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  h3::before {
    top: 0;
    left: 0;
    border-top: 1px solid #005f3b;
    border-left: 1px solid #005f3b; }
  h3::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #005f3b;
    border-right: 1px solid #005f3b; }
  h3 span {
    display: block;
    margin-bottom: .3em;
    color: #616161;
    font-size: 26px; }

.heading {
  position: relative; }
  .heading div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    width: 100%;
    margin: auto;
    /*   height: 150px;*/ }

.clear {
  clear: both; }

/*------------------------------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------------------------------ */
#top .line {
  height: 10px;
  border-bottom: 1px;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
  width: 100%;
  margin: 130px auto; }
#top .top_main {
  height: 425px;
  background-color: #F2F6E3;
  background-image: url(../img/back.png); }
  #top .top_main .main_inner {
    width: 1188px;
    margin: 0 auto;
    text-align: center; }
    #top .top_main .main_inner .column_l {
      display: inline-block;
      width: 750px; }
    #top .top_main .main_inner .column_r {
      display: inline-block;
      width: 450px;
      margin-left: -50px; }
    #top .top_main .main_inner .title {
      font-size: 39px;
      line-height: 47px;
      padding-top: 50px;
      margin-bottom: 15px;
      text-align: left;
      font-weight: bold; }
    #top .top_main .main_inner .subscribe {
      width: 685px;
      font-size: 15px;
      color: #333;
      line-height: 23px;
      text-align: left;
      padding: 15px 10px;
      border-top: dotted 3px #005F3B;
      border-bottom: dotted 3px #005F3B; }
#top .imgBox {
  margin: 96px auto;
  max-width: 80%;
  text-align: center; }
#top .top_content {
  width: 1188px;
  margin: 0 auto; }
  #top .top_content h2 {
    text-align: center;
    color: #005f3b;
    margin: 112px 0 73px;
    font-size: 32px; }
  #top .top_content .textBox {
    margin: 78px 0;
    text-align: center; }
  #top .top_content .content_Box {
    margin: 0 auto; }
    #top .top_content .content_Box figure {
      margin: 0 23px;
      width: 250px;
      float: left;
      padding-bottom: 27px;
      border-bottom: solid 1px #005f3b; }
      #top .top_content .content_Box figure .products_ttl {
        margin-bottom: 20px;
        position: relative; }
        #top .top_content .content_Box figure .products_ttl a {
          color: #005f3b;
          font-size: 32px; }
      #top .top_content .content_Box figure p {
        font-size: 16px;
        color: #005f3b;
        letter-spacing: 0px; }
  #top .top_content figure figcaption {
    margin: 20px auto;
    margin-bottom: 35px; }
#top #top_works .content_Box figure figcaption {
  margin: 30px auto;
  margin-bottom: 20px; }
#top .top_content .content_Box .top_works_ttl {
  font-size: 22px;
  font-weight: bold; }
#top .top_content .content_Box .news, #top .top_content .content_Box .blog_info {
  display: -webkit-box; }
#top .top_content .content_Box .news dl dt, #top .top_content .content_Box .blog_info dl dt {
  float: left;
  clear: left;
  width: 7em; }
#top .top_content .content_Box .news dl dd, #top .top_content .content_Box .blog_info dl dd {
  border-bottom: 1px dotted #ccc;
  padding-left: 7.5em;
  margin: 0; }
#top h3.products_ttl {
  margin: 100px auto;
  padding: 40px 0px 25px 5px;
  width: 350px;
  text-align: center; }
#top #top_works h3.works_ttl {
  margin: 130px auto;
  padding: 40px 0px 25px 0px;
  width: 350px;
  text-align: center; }
#top #top_works figure {
  border-bottom: none; }
#top #top_info h3.info_ttl {
  margin: 120px auto;
  padding: 40px 0px 25px 0px;
  width: 350px;
  text-align: center; }

#top_info {
  padding-bottom: 100px; }
  #top_info .infoImg {
    width: 469px; }
  #top_info .infoText {
    width: 748px;
    padding: 1.5em 0; }

/*------------------------------------------------------------------------------------------------
会社概要
------------------------------------------------------------------------------------------------ */
#about {
  padding-bottom: 100px; }
  #about .heading {
    height: 425px;
    background-color: #7db38d; }
    #about .heading h1.about_ttl {
      margin: 140px auto auto;
      color: #fff;
      width: 450px;
      padding: 37px 0px 20px; }
      #about .heading h1.about_ttl span {
        display: block;
        /* margin-bottom: .2em; */
        color: #fff;
        font-size: 26px;
        margin-top: 0.5em; }
      #about .heading h1.about_ttl::before {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
      #about .heading h1.about_ttl::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
  #about .content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 970px;
    margin: 80px auto; }
    #about .content table th, #about .content table td {
      border-bottom: solid 1px #0d9543;
      vertical-align: top;
      padding: 0.5vw 0;
      padding: 15px 0px; }
    #about .content table th {
      width: 205px;
      text-align: left;
      text-indent: 1.7em;
      color: #666; }
      #about .content table th:first-child {
        border-top: solid 1px #0d9543; }
    #about .content table td {
      width: 780px; }
    #about .content table:first-child {
      border-top: solid 1px #0d9543; }
  #about .content .maparea {
    width: 1080px;
    margin: 81px auto;
    display: flex; }
    #about .content .maparea .address {
      width: 540px;
      text-align: center;
      padding: 0; }
  #about .content .mapttl {
    position: relative;
    width: 306px;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 5% auto;
    font-size: 26px;
    color: #616161;
    font-weight: 600;
    margin-bottom: 55px; }
    #about .content .mapttl::before, #about .content .mapttl::after {
      position: absolute;
      content: '';
      width: 58px;
      height: 58px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #about .content .mapttl::before {
      top: 0;
      left: 0;
      border-top: 1px solid #005f3b;
      border-left: 1px solid #005f3b; }
    #about .content .mapttl::after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid #005f3b;
      border-right: 1px solid #005f3b; }
    #about .content .mapttl span {
      display: block;
      margin-bottom: .2em;
      color: #616161;
      font-size: 26px; }
  #about .content_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  #about .rinen {
    padding: 0 45px;
    margin-top: 96px; }
    #about .rinen .ttl {
      position: relative;
      width: 320px;
      padding: 10px 45px 20px 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      margin: 10px auto 90px auto;
      font-size: 41px;
      color: #616161; }
  #about .rinen_text {
    width: 80%;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-bottom: 20px; }
  #about .enkaku {
    margin: 35px 0;
    padding: 0 45px;
    /* 沿革　*/ }
    #about .enkaku .ttl {
      position: relative;
      width: 200px;
      padding: 26.5px 49px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      font-size: 41px;
      margin: 35px auto 90px auto;
      color: #616161; }
      #about .enkaku .ttl::before, #about .enkaku .ttl::after {
        position: absolute;
        content: '';
        width: 58px;
        height: 58px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  #about .rinen .ttl::before, #about .rinen .ttl::after {
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #about .enkaku .ttl::before, #about .rinen .ttl::before {
    top: 0;
    left: 0;
    border-top: 1px solid #005f3b;
    border-left: 1px solid #005f3b; }
  #about .enkaku .ttl::after, #about .rinen .ttl::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #005f3b;
    border-right: 1px solid #005f3b; }
  #about .enkaku .ttl span {
    display: block;
    margin-bottom: .2em;
    color: #616161;
    font-size: 26px; }
  #about .enkaku .timeline > li {
    overflow: hidden;
    margin: -4px 0;
    position: relative; }
  #about .enkaku .timeline-date {
    width: 20%;
    float: left;
    /*margin-top: 20px;*/
    padding: 1vw 0;
    text-align: center !important; }
  #about .enkaku .timeline-content {
    width: 75%;
    float: left;
    border-left: 2px #6fc173 solid;
    padding-left: 30px;
    padding-top: 1vw;
    padding-bottom: 1vw; }
    #about .enkaku .timeline-content:before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #fff;
      border: solid 1px #6fc173;
      position: absolute;
      left: 193px;
      top: 28px;
      transform: rotate(-45deg); }
  #about .enkaku .timeline {
    list-style: none;
    padding: 0;
    margin: 35px auto 96px 100px; }
  #about .greeting {
    padding: 0 45px;
    margin-top: 96px; }
    #about .greeting .ttl {
      position: relative;
      width: 364px;
      padding: 30px 50px 20px 58px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      margin: 10px auto 90px auto;
      font-size: 41px;
      color: #616161; }
      #about .greeting .ttl::before, #about .greeting .ttl::after {
        position: absolute;
        content: '';
        width: 59px;
        height: 59px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #about .greeting .ttl::before {
        top: 0;
        left: 0;
        border-top: 1px solid #005f3b;
        border-left: 1px solid #005f3b; }
      #about .greeting .ttl::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #005f3b;
        border-right: 1px solid #005f3b; }
      #about .greeting .ttl h2 {
        font-size: 41px; }
      #about .greeting .ttl p {
        font-size: 26px; }
    #about .greeting .content_Box {
      margin: 0;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      #about .greeting .content_Box .messageBox {
        margin: 50px 20px 0 0px;
        width: 800px;
        font-size: 15px;
        padding: 0 1em; }
        #about .greeting .content_Box .messageBox .career {
          margin: 28px 0; }
    #about .greeting .imgBox {
      padding: 57px 1vw;
      margin: 0;
      max-width: 323px; }
      #about .greeting .imgBox img {
        width: 100%; }

/*------------------------------------------------------------------------------------------------
企業理念
------------------------------------------------------------------------------------------------ */
#concept {
  padding-bottom: 250px; }
  #concept .heading {
    height: 425px;
    background-color: #85b361; }
    #concept .heading h1.concept_ttl {
      margin: 140px auto auto;
      color: #fff;
      width: 450px;
      padding: 37px 60px 20px; }
      #concept .heading h1.concept_ttl span {
        display: block;
        /* margin-bottom: .2em; */
        color: #fff;
        font-size: 26px;
        margin-top: 0.5em; }
      #concept .heading h1.concept_ttl::before {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
      #concept .heading h1.concept_ttl::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
  #concept .imgBox {
    margin: 100px auto 95px auto;
    max-width: 100%;
    text-align: center; }
    #concept .imgBox img {
      max-width: 100%;
      max-height: 100%; }
  #concept h3 {
    width: 750px;
    padding: 60px 0px;
    font-size: 30px;
    margin-top: 150px;
    font-weight: bolder; }
  #concept .textBox {
    text-align: center;
    margin-bottom: 190px; }
  #concept .content_Box {
    display: flex;
    margin: 137px 0 50px 0;
    vertical-align: bottom; }
    #concept .content_Box .ttl {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      margin: 0;
      padding: 40px 0 20px 40px;
      color: #616161;
      width: 620px; }
    #concept .content_Box .ttl_hw {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      margin: 0;
      padding: 40px 0 20px 40px;
      color: #616161;
      width: 630px; }
    #concept .content_Box .ttl::before, #concept .content_Box .ttl::after {
      position: absolute;
      content: '';
      width: 58px;
      height: 58px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #concept .content_Box .ttl_hw::before, #concept .content_Box .ttl_hw::after {
      position: absolute;
      content: '';
      width: 58px;
      height: 58px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #concept .content_Box .ttl::before, #concept .content_Box .ttl_hw::before {
      top: 0;
      left: 0;
      border-top: 1px solid #005f3b;
      border-left: 1px solid #005f3b; }
    #concept .content_Box .ttl::after, #concept .content_Box .ttl_hw::after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid #005f3b;
      border-right: 1px solid #005f3b; }
    #concept .content_Box .ttl h2, #concept .content_Box .ttl_hw h2 {
      font-size: 35px;
      font-weight: normal;
      margin-left: 30px; }
    #concept .content_Box .ttl p, #concept .content_Box .ttl_hw p {
      font-size: 20px;
      margin: 17px 0 17px 30px;
      line-height: 20px; }
    #concept .content_Box .column_text {
      width: 720px;
      padding: 0 27px;
      font-size: 20px;
      margin-top: 130px; }
  #concept .textArea {
    width: 1150px;
    margin-left: 25px; }
  #concept .content_Box .column_img {
    text-align: right;
    height: 300px;
    margin-left: 130px; }

/*------------------------------------------------------------------------------------------------
開発事例
------------------------------------------------------------------------------------------------ */
#works .heading {
  height: 425px;
  background-color: #d3edc0; }
  #works .heading h1 {
    margin: 140px auto auto;
    width: 309px;
    padding: 37px 60px 22px; }
    #works .heading h1 span {
      margin-top: 10px; }
#works .content .menu {
  margin: 90px 0 -50px 0;
  text-align: center; }
  #works .content .menu li {
    display: inline-block;
    margin-right: 35px; }
    #works .content .menu li:last-child {
      margin-right: 0; }
#works .content .content_Box {
  display: flex;
  margin: 86px 0; }
  #works .content .content_Box .column_l {
    width: 280px;
    padding: 0 7px; }
    #works .content .content_Box .column_l img {
      min-width: 200px; }
  #works .content .content_Box .column_r {
    width: 850px;
    padding: 0 20px; }
#works .works_iot {
  color: #005f3b;
  font-size: 30px;
  margin: 28px 0 25px 0; }
#works .works_signage {
  font-size: 30px;
  color: #b38c09;
  margin: 28px 0 25px 0; }
#works .works_webserver {
  font-size: 30px;
  color: #59a3ab;
  margin: 28px 0 25px 0; }
#works .works_other {
  font-size: 30px;
  color: #87a66f;
  margin: 28px 0 25px 0; }
#works .textArea {
  width: 813px;
  font-size: 19px;
  line-height: 28px; }
#works .worksBox_iot02, #works .worksBox_signage02 {
  margin: 91px 0 40px; }
#works .worksBox_iot02 .workBox, #works .worksBox_signage02 .workBox {
  width: 594px;
  float: left;
  margin-top: 46px;
  margin-bottom: 40px; }
#works .worksBox_iot02 .workBox .textArea, #works .worksBox_signage02 .workBox .textArea {
  width: 482px; }
#works .worksBox_iot02 .workBox_r, #works .worksBox_signage02 .workBox_r {
  width: 594px;
  float: left;
  margin-top: 46px;
  margin-bottom: 40px; }
#works .worksBox_iot02 .workBox_r p, #works .worksBox_iot02 .workBox_r h4 {
  padding-left: 41px; }

.worksBox_signage02 .workBox_r p {
  padding-left: 41px; }

#works {
  padding-bottom: 100px; }
  #works .worksBox_signage02 .workBox_r h4 {
    padding-left: 41px; }
  #works .worksBox_iot02 .workBox_r .textArea, #works .worksBox_signage02 .workBox_r .textArea {
    width: 482px; }
  #works .line {
    margin: 120px auto; }

/*------------------------------------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------------------------------------ */
#privacy_policy {
  text-align: justify; }
  #privacy_policy .heading {
    background-color: #85b361;
    height: 425px; }
    #privacy_policy .heading h1 {
      margin: 150px auto auto;
      padding: 40px 15px;
      color: #fff;
      width: 450px; }
      #privacy_policy .heading h1::before {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
      #privacy_policy .heading h1::after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
  #privacy_policy p {
    padding: 0 50px;
    margin: auto; }
  #privacy_policy h2 {
    position: relative;
    padding: 30px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 350px;
    margin: 75px auto;
    font-weight: normal; }
    #privacy_policy h2::before, #privacy_policy h2::after {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #privacy_policy h2::before {
      top: 0;
      left: 0;
      border-top: 1px solid #666;
      border-left: 1px solid #666; }
    #privacy_policy h2::after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid #666;
      border-right: 1px solid #666; }
    #privacy_policy h2 span {
      display: block;
      margin-bottom: .2em;
      color: #616161;
      font-size: 26px; }
    #privacy_policy h2.privacy_ttl01 {
      width: 350px; }
    #privacy_policy h2.privacy_ttl02 {
      width: 500px; }
  #privacy_policy ul {
    max-width: 980px;
    margin: 10px auto; }
    #privacy_policy ul li {
      margin: 10px 0;
      line-height: 2em;
      text-indent: -1em;
      padding-left: 1em; }
  #privacy_policy .right {
    text-align: right; }
  #privacy_policy dl {
    margin: 0 auto;
    max-width: 980px; }
    #privacy_policy dl dt {
      margin: 1em 0; }
    #privacy_policy dl dd {
      padding-left: 1em; }
      #privacy_policy dl dd ul li {
        line-height: 1.8em; }

/*-----------------------------------------------------------------------------------------------
IR
----------------------------------------------------------------------------------------------- */
#ir .heading {
  background-color: #85b361;
  height: 425px; }
  #ir .heading h1 {
    margin: 150px auto auto;
    padding: 30px 5px;
    color: #fff;
    width: 300px; }
    #ir .heading h1::before {
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
    #ir .heading h1::after {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff; }
#ir a {
  color: #000000; }
  #ir a:hover {
    color: #8c8b8b; }
#ir h2 {
  position: relative;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 350px;
  margin: 75px auto;
  font-weight: normal; }
  #ir h2::before, #ir h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #ir h2::before {
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666; }
  #ir h2::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666; }
  #ir h2 span {
    display: block;
    margin-bottom: .2em;
    color: #616161;
    font-size: 26px; }
  #ir h2.privacy_ttl01 {
    width: 350px; }
  #ir h2.privacy_ttl02 {
    width: 500px; }
#ir .ir_news ul {
  margin: 0 1em; }
  #ir .ir_news ul li {
    border-bottom: dotted #d6d6d6 1px;
    padding: 0.5em 1em; }
#ir a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/ir/icon_pdf.png) no-repeat;
  margin: -5px auto; }
#ir h4 {
  font-size: 20px;
  color: #555;
  margin: 0;
  padding: 0; }
#ir .koukoku {
  border: solid 5px #d6d6d6;
  padding: 20px;
  margin: 30px 1em 15px; }
#ir .financial_data {
  display: flex; }
  #ir .financial_data div {
    width: 50%;
    margin: 1em; }
    #ir .financial_data div h4 {
      border-left: solid #d6d6d6 5px;
      border-bottom: solid 1px #d6d6d6;
      padding: 0 0.5em; }
    #ir .financial_data div ul {
      margin: 10px; }
      #ir .financial_data div ul li {
        border-bottom: dotted #d6d6d6 1px;
        padding: 0.5em 0; }

/*---------------------------
ボタン
----------------------------*/
.btn {
  text-align: center;
  margin-top: 87px; }
  .btn a {
    display: block;
    border: 1px solid #005f3b;
    padding: 20px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    width: 250px;
    color: #005f3b; }
    .btn a::after {
      position: absolute;
      content: "";
      border-top: 0.75px solid #005f3b;
      border-right: 0.75px solid #005f3b;
      width: 13px;
      height: 13px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10%;
      top: 38%; }
    .btn a:hover {
      background-color: #005f3b;
      color: #fff; }
      .btn a:hover:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }

/*-------------------------------------------------------
矢印
-------------------------------------------------------*/
.arrow a::after {
  position: absolute;
  content: "";
  border-top: 0.75px solid #005f3b;
  border-right: 0.75px solid #005f3b;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 9px;
  top: 25%; }

/*# sourceMappingURL=style.css.map */
/*-------------------------------------------------------
signage
------------------------------------------------------- */
.center {
  text-align: center; }

.right {
  text-align: right; }

#signage .heading {
  background-color: #85b361;
  height: 425px; }
  #signage .heading h1 {
    margin: 115px auto;
    padding: 40px 15px;
    color: #fff;
    width: 40%;
    line-height: 60px; }
    #signage .heading h1::before {
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
    #signage .heading h1::after {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff; }
    #signage .heading h1::before, #signage .heading h1::after {
      width: 40px;
      height: 40px; }
#signage h2 {
  position: relative;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 20%;
  margin: 75px auto;
  font-weight: normal;
  line-height: 35px; }
  #signage h2::before, #signage h2::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #signage h2::before {
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666; }
  #signage h2::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666; }
  #signage h2 span {
    display: block;
    margin-bottom: .2em;
    color: #616161;
    font-size: 26px; }
#signage .signage-text {
  width: 80%;
  margin: 0 auto 80px; }
#signage .signage-imgBox {
  text-align: center; }
  #signage .signage-imgBox img {
    width: 50%; }
#signage table {
  border-collapse: collapse;
  border: solid 1px #eee;
  margin: 80px auto; }
  #signage table th, #signage table td {
    text-align: left;
    padding: 10px; }
  #signage table th {
    background-color: #eee;
    color: #333;
    border-bottom: solid 1px #fff;
    width: 20%; }
#signage .signage-info {
  margin: 0px auto 0;
  width: 80%; }

/*# sourceMappingURL=style.css.map */
/*-------------------------------------------------------
sr
------------------------------------------------------- */
.center {
  text-align: center; }

#sr .heading {
  background-color: #85b361;
  height: 425px; }
  #sr .heading h1 {
    margin: 115px auto;
    padding: 8px 15px;
    color: #fff;
    width: 75%;
    line-height: 60px; }
    #sr .heading h1::before {
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
    #sr .heading h1::after {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff; }
    #sr .heading h1::before, #sr .heading h1::after {
      width: 40px;
      height: 40px; }
#sr h2 {
  position: relative;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 30%;
  margin: 75px auto;
  font-weight: normal;
  line-height: 35px; }
  #sr h2::before, #sr h2::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #sr h2::before {
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666; }
  #sr h2::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666; }
  #sr h2 span {
    display: block;
    margin-bottom: .2em;
    color: #616161;
    font-size: 26px; }
#sr .sr-text {
  width: 80%;
  margin: 0 auto 80px; }
#sr .sr-imgBox {
  text-align: center; }
  #sr .sr-imgBox img {
    width: 80%; }
#sr .sr-info {
  margin: 0px auto 0;
  width: 75%; }
#sr .info-date {
  margin: 30px 0; }
#sr .sr-news {
  margin: 50px auto; }
  #sr .sr-news .news-text {
    width: 100%;
    margin: auto; }
#sr .list-text {
  width: 95%;
  margin: 30px auto; }
  #sr .list-text dl {
    margin: 1rem 0; }
  #sr .list-text dt {
    font-weight: bold; }
  #sr .list-text dd {
    padding-left: 2rem; }

/*-----------------------

ページネーション追加

----------------------- */
#ir .ir_news nav.panel-footer {
  margin-top: 1rem; }
  #ir .ir_news nav.panel-footer ul.pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0; }
    #ir .ir_news nav.panel-footer ul.pagination li {
      border-bottom: none; }
      #ir .ir_news nav.panel-footer ul.pagination li.active {
        border: solid 1px #ddd; }

/*# sourceMappingURL=style.css.map */