@charset "utf-8";
/* sp nav
------------------------------------------------------------ */
/*nav*/
.c-header-sp-navbtn {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  border-left: 1px solid #ddd;
  color: #283762;
  width: 55px; /* common */
  height: 55px; /* common */
  line-height: 46px; /* common */
}
/* メニューボタン */
.c-header-sp-navbtn:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-header-sp-navbtn.is-menuopen {
  background-color: #283762;
  color: #FFF;
}
/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
  /*------------------------------------------------------------
     common
------------------------------------------------------------ */
  /* archive */
  .c-archive-works {
    margin: -20px;
  }
  .c-archive-works__item {
    padding: 20px;
  }
  /* header
------------------------------------------------------------ */
  .c-header {
    padding: 10px 0;
  }
  .c-header-container {
    min-height: inherit;
    padding-right: 75px;
  }
  /* nav */
  .c-header-sp-navbtn {
    display: inline-block;
  }
  .c-header-nav {
    display: none;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 10px 10px #CCC;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
  }
  .c-header-nav__item {
    width: 100%;
    border-top: 1px solid #283762;
  }
  .c-header-nav__link {
    padding: 20px 2%;
  }
  .c-header-nav__link:hover {
    background-color: #283762;
    color: #FFF;
  }
  .c-header-nav__link::after {
    display: none;
  }
  /* footer
------------------------------------------------------------ */
  .c-footer-copyright {
    line-height: 1.5;
  }
  /*------------------------------------------------------------
     index
------------------------------------------------------------ */
  /* リード */
  .p-top-lead {
    padding: 100px 0 250px;
  }
  .p-top-lead__text {
    margin-right: 0;
  }
  .p-top-lead__illust {
    width: 360px;
    top: auto;
    right: 0;
    bottom: -250px;
  }
  /* 事業内容 */
  .p-top-service-list {
    margin-bottom: 60px;
  }
  .p-top-service-list__group {
    margin: -30px -15px;
  }
  .p-top-service-list__item {
    padding: 30px 15px;
  }
}
/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
  /*------------------------------------------------------------
     common
------------------------------------------------------------ */
  /* archive */
  .c-archive-works__item {
    width: 100%;
  }
  /*------------------------------------------------------------
     index
------------------------------------------------------------ */
  /* リード */
  .p-top-lead {
    padding: 50px 0;
  }
  .p-top-lead__text {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-top-lead__illust {
    width: auto;
    position: static;
    margin-top: 30px;
  }
  /* 事業内容 */
  .p-top-service-container {
    padding: 50px 0;
  }
  .p-top-service-list__item {
    width: 100%;
  }
  /* 施工実績 */
  .p-top-works {
    padding: 50px 0;
  }
  .p-top-works__link-wrap {
    position: static;
    margin-top: 30px;
  }
  /* 会社概要 */
  .p-top-company {
    padding: 50px 0;
  }
  .p-top-company-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top-company-table__row + .p-top-company-table__row {
    margin-top: 20px;
  }
  .p-top-company-table__heading, .p-top-company-table__data {
    width: 100%;
  }
  .p-top-company-table__heading {
    border-bottom: 1px solid #43A6DD;
  }
  .p-top-company-table__data {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: none;
  }
  .p-top-company-table__data p {
    text-align: center;
  }
  /* 代表挨拶 */
  .p-top-message {
    padding: 50px 0;
  }
  /* 採用情報 */
  .p-top-recruit {
    padding: 50px 0;
  }
  .p-top-recruit-table, .p-top-recruit-table tbody, .p-top-recruit-table tr, .p-top-recruit-table th, .p-top-recruit-table td {
    display: block;
    width: 100%;
  }
  .p-top-recruit-table td {
    padding: 1em;
  }
  /* お知らせ */
  .p-top-info-archive__item {
    padding: 15px 60px 15px 15px;
  }
  .p-top-info-archive__date {
    float: none;
  }
  .p-top-info-archive__title {
    margin-left: auto;
  }
  .p-top-info__link-wrap {
    position: static;
    margin-top: 30px;
  }
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  .c-page-heading-container {
    height: 200px;
  }
  .c-page-heading-illust {
    display: none;
  }
  /* pankuzu */
  .c-pankuzu {
    margin-bottom: 50px;
  }
  /* archive
------------------------------------------------------------ */
  .c-archive-list__item {
    padding: 20px 20px 30px;
  }
  .c-archive-list__item + .c-archive-list__item {
    margin-top: 50px;
  }
  /* wp pagenav */
  .wp-pagenavi {
    margin-top: 50px;
  }
  /* contact
------------------------------------------------------------ */
  .p-contact-lead-info-tel {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-contact-lead-info-tel__icon {
    margin-right: 15px;
  }
  .p-contact-form__form {
    padding: 25px 25px 30px;
  }
}
/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
  /*------------------------------------------------------------
     index
------------------------------------------------------------ */
  /* 採用情報 */
  .p-top-recruit-contact-tel-link__icon {
    margin-right: 15px;
  }
  .p-top-recruit-contact-tel-link {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-top-recruit-contact-btn__link {
    padding: 1.25em 40px 1.25em 80px;
  }
  .p-top-recruit-contact-btn__link img {
    left: 25px;
  }
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
}