@charset "utf-8";
/*nav*/
.sp_navbtn {
  z-index: 10;
  display: none;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 74px;
  color: #84CCC9;
  width: 2.133em;
  height: 2.133em;
  padding: .5665em;
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
}
/* メニューボタン */
.sp_navbtn:before {
  content: "\f0c9";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* メニューボタン active */
.sp_navbtn.menuOpen {
  background: #84CCC9;
  color: #fff;
}
.sp_nav {
  position: absolute;
  left: 0;
  top: 55px; /* 開閉メニュー開始位置 */
  z-index: 100;
  width: 100%;
}
.sp_nav ul li {
  background: #333;
}
.sp_nav ul li a {
  padding: 0 15px;
  text-align: left;
  font-size: 13px;
  color: #fff;
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  -webkit-tap-highlight-color: transparent;
  background: #333;
}
.sp_nav ul li a:hover {
  background-color: #2D8696;
}
.sp_nav ul li ul {
  display: none;
}
.sp_nav ul li ul li a {
  padding-left: 40px;
}
@media screen and (max-width: 1440px) {
  .section.section-half {
    height: auto;
  }
  .section-half .container-lg > * {
    width: 100%;
  }
  .section .box h3 {
    margin: auto 10px;
  }
  .section .box .ment {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1130px) {
  .section-feature .features li {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
  /*------------------------------------------------------------
     common
------------------------------------------------------------ */
  /* h2 */
  .h2-title01 {
    width: 100%;
    padding: 30% 0;
  }
  /* archive */
  .archives ul li {
    width: 33.333%;
  }
/* header
------------------------------------------------------------ */
  /* nav */
  .sp_navbtn {
    display: inline-block;
  }
  #globalNav {
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.75);
  }
  #globalNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    height: 100%;
  }
  #globalNav ul li {
    float: none;
    text-align: center;
  }
  #globalNav ul li + li {
    margin-top: 30px;
  }
  /* container
------------------------------------------------------------ */
  .container, .container-lg, .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-lg {
    padding: 0;
  }
  /* section */
  .section {
    height: auto;
    min-height: inherit;
  }
  .section .box {
    width: 100%;
    padding: 30px 5%;
    margin: auto auto 0;
  }
/* footer
------------------------------------------------------------ */
  #footer.section .container-lg {
    padding: 90px 3%;
  }
  #footer.section .h2-title01 {
    padding: 0;
    margin-bottom: 90px;
  }
  .footer-information {
    text-align: center;
  }
  .contact-btn {
    margin: auto;
  }
  /*------------------------------------------------------------
     index
------------------------------------------------------------ */
  .section.main-image::before {
    display: none;
  }
  .section.section-project::before {
    background-image: url("img/index/sp/bg_project_sp.jpg");
  }
  .section.section-about::before {
    background-image: url("img/index/bg_about.jpg");
  }
  /* feature */
  .section-feature .features {
    max-width: 80%;
    padding: 120px 0;
    margin: auto;
  }
  .section-feature .icons-wrap .icons li:nth-child(-n+3) {
    top: 0;
    bottom: auto;
  }
  .section-feature .icons-wrap .icons li:nth-child(n+4) {
    top: auto;
    bottom: 0;
  }
  .section-feature .icons-wrap .icons li:nth-child(3n+1) {
    left: 0;
    right: auto;
  }
  .section-feature .icons-wrap .icons li:nth-child(3n+2) {
    left: 0;
    right: 0;
  }
  .section-feature .icons-wrap .icons li:nth-child(3n+3) {
    left: auto;
    right: 0;
  }
  /* machine */
  .section-machine ul li {
    width: 50%;
  }
  /* news/blog */
  .section.section-archive::before {
    display: none;
  }
  .section-archive .container-lg {
    padding: 90px 3%;
  }
  .archives .h2-title01 {
    padding: 0;
  }
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
  .form input[type="text"], .form textarea, .form select {
    box-sizing: border-box;
  }
}
/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
  /* h2 */
  .h2-title01 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .h2-title02 img,
  .h2-title03 img {
    display: block;
    margin: auto auto 1em;
  }
  /* archive */
  .archives ul li {
    width: 50%;
  }
/* container
------------------------------------------------------------ */
  /* section */
  .section-half .container-lg > * {
    padding: 45px 3%;
  }
  .section .box {
    padding: 30px 3%;
  }
  .section .box h3 {
    margin: auto;
  }
  .section .box .ment {
    margin-right: 40px;
  }
  .section .box table,
  .section .box table tbody,
  .section .box table tr,
  .section .box table th,
  .section .box table td {
    display: block;
    width: 100%;
  }
  .section .box table {
    line-height: 1.5;
  }
  .section .box table tr + tr {
    margin-top: 1.5em;
  }
  .section .box table th {
    padding-right: 0;
    border-bottom: 1px dotted #AAA;
    margin-bottom: .5em;
    text-align: left;
  }
  .google-map-btn {
    margin: .5em auto;
  }
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* product */
  .section.section-project {
    border-width: 10px;
  }
  /* feature */
  .section-feature .features {
    max-width: 100%;
  }
  .section-feature .features li {
    padding: 1em .5em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* flow */
  .section-flow ol li {
    position: relative;
  }
  .section-flow ol li .icon {
    float: none;
    text-align: center;
  }
  .section-flow ol li h3, .section-flow ol li .ment {
    margin-left: 45px;
    margin-right: 45px;
  }
  .section-flow ol li h3 {
    position: static;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .section-flow ol li:nth-child(2) h3 {
    margin-right: auto;
  }
  .section-flow ol li h3 img {
    left: 0;
  }
  .section-flow ol li .ment {
    font-size: 14px;
  }
  /* Q&A */
  .section-q_and_a .q_and_a dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* machine */
  .section-machine ul {
    padding: 30px 3%;
    background-color: #FFF;
  }
  .section-machine ul li {
    width: 100%;
  }
  .section-machine ul li + li {
    margin-top: 30px;
  }
  .section-machine figure figcaption {
    padding: 20px 0;
    background-color: #FFF;
    position: static;
    text-align: left;
    color: #000;
    opacity: 1;
  }
  .section-machine figure figcaption h3 {
    margin-bottom: .5em;
  }
  .section-machine figure figcaption .ment {
    max-width: none;
  }
  /* news/blog */
  .section-archive .container-lg {
    padding: 45px 3%;
  }
  
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  #main.kasou-contents {
    padding-bottom: 100px;
  }
  /* contact
------------------------------------------------------------ */
  .form {
    padding: 2em 1.5em;
  }
}
/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
  /* archive */
  .archives ul li {
    width: 100%;
  }
/* header
------------------------------------------------------------ */
/* nav */
  .sp_navbtn, .nav-contact-btn {
    font-size: 24px;
  }
  .sp_navbtn {
    right: 2.5em;
  }
/* footer
------------------------------------------------------------ */
  .footer-information .tel {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-information .tel dd img {
    width: 200px;
  }
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
  /* news/blog */
  .section-archive .archives ul li {
    width: 100%;
  }
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
  .contact-contents .tel {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-contents .tel dd img {
    width: 200px;
  }
}