@charset "utf-8";
.nonbr {
  display: none;
}
/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
  .nonbr {
    display: none;
  }
  .form_table input[type="text"], .form_table textarea, .form_table select {
    box-sizing: border-box;
  }
  .form_table input[type="text"], .form_table input[type="email"] {
    width: 45%;
  }
  .form_table select {
    width: 45%;
  }
  .form_table textarea {
    height: 120px;
    width: 80%;
  }
}
/*nav*/
.sp_navbtn {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #ddd;
  color: #FFF;
  width: 50px; /* common */
  height: 50px; /* common */
  line-height: 46px; /* common */
}
/* メニューボタン */
.sp_navbtn:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* メニューボタン active */
.sp_navbtn.menuOpen {
  background: #231815;
  color: #fff;
}
.sp_nav {
  position: absolute;
  left: 0;
  top: 50px; /* 開閉メニュー開始位置 */
  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: #231815;
}
.sp_nav ul li a:hover {
  background-color: #FFF;
  color: #231815;
}
.sp_nav ul li ul {
  display: none;
}
.sp_nav ul li ul li a {
  padding-left: 40px;
}
/*==========================================================
    # 都合が悪い奴 #
============================================================ */
@media screen and (max-width: 930px) {
  .p-footer-last__inner {
    padding: 0 40px;
  }
  .nonbr {
    display: none;
  }
  .p-overview-profile.container {
    margin-top: 60px;
    max-width: 100%;
  }
  .p-overview-profile-inner__title {
    margin-bottom: 45px;
  }
  .p-overview-profile-inner {
    float: none;
    width: 94%;
    border: none;
  }
  .p-overview-history-inner {
    margin-top: 50px;
    float: none;
    width: 94%;
    padding: 0;
  }
  .p-guide-chunk__textbox {
    padding: 90px 0 26px 50px;
  }
  .p-guide-chunk__textboxinverse {
    padding: 90px 50px 28px 0;
  }
  .p-recruit-description__left {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .p-recruit-description__right {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 810px) {
  .sp_navbtn {
    display: inline-block;
  }
  .c-top-header-menu {
    display: none;
  }
  .nonbr {
    display: none;
  }
}
/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 768px) {
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
  .nonbr {
    display: inline;
  }
  .form_table input[type="text"], .form_table input[type="email"] {
    width: 55%;
  }
  .form_table select {
    width: 55%;
  }
  .form_table textarea {
    height: 120px;
    width: 80%;
  }
  .p-footer-last__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-top-header-title {
    margin-left: 22px;
  }
  .p-rslides__logo {
    width: 20%;
    margin-bottom: 20px;
  }
  .p-rslides__text {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 16px;
  }
  .p-rslides__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-rslides__sentence {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-rslides__inner {
    top: 90px;
  }
  .p-top-overview__gray {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-overview__roadpic {
    float: none;
    width: 100%;
    height: auto;
  }
  .p-top-overview__house {
    float: none;
    width: 100%;
    height: auto;
  }
  .p-top-overview__text {
    float: none;
    width: 100%;
    height: auto;
    padding: 25px 0 25px;
  }
  .p-overview-theme.container {
    max-width: 500px;
    padding-top: 60px;
  }
  .p-overview-theme__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-overview-theme__text {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-overview-theme__name {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 9px;
  }
  .p-overview-back {
    height: 400px;
  }
  .p-overview-back2 {
    height: 400px;
  }
  .p-guide-info__box {
    max-width: 480px;
  }
  .p-guide-info__serect {
    padding: 3px 25px;
  }
  .p-guide-chunk__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .p-guide-chunk__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-guide-chunk__textbox {
    padding: 100px 0 0px 20px;
  }
  .p-guide-chunk__textboxinverse {
    padding: 90px 20px 0 0;
  }
  .p-guide-chunk {
    max-width: 100%;
  }
  .p-recruit-title__subtitle {
    margin-top: 50px;
  }
  .p-recruit-description__title {
    margin: 90px 0 40px;
  }
  .p-recruit-description__text {
    margin: 15px 0 50px;
  }
  .p-recruit-offering__inner {
    padding: 0 0 20px 20px;
  }
  .p-recruit-offering__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-recruit-offering__inner {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 15px 55px;
  }
  .p-recruit-title__sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-recruit-title__text {
    padding-top: 20px;
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .p-news-inner__title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 23px;
  }
  .p-news-table {
    font-size: 12px;
    font-size: 1.2rem;
    width: 310px;
  }
  .p-news-inner__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-information-table {
    width: 80%;
  }
}
/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
  /*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
  /* contact
------------------------------------------------------------ */
  .nonbr {
    display: inline;
  }
  .form_table tbody, .form_table tr, .form_table th, .form_table td {
    display: block;
    width: auto;
    box-sizing: border-box;
  }
  .form_table th, .form_table td {
    border-right: 0;
    border-bottom-style: solid;
  }
  .form_table tr:last-child td {
    border-bottom: 0;
  }
  .form_table input[type="text"], .form_table input[type="email"], .form_table select, .form_table textarea {
    width: 100%;
    font-size: 16px;
  }
  .form_table select {
    font-size: 16px;
  }
  .c-top-header__inner {
    padding-top: 10px;
  }
  .c-top-header-title {
    margin-left: 15px;
  }
  .c-top-header-title__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-footer-last__inner {
    float: none;
    margin-top: 50px;
    border: none;
  }
  .p-footer-last__text {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 40px;
  }
  .p-footer-last__tel {
    font-size: 30px;
    font-size: 3.0rem;
    padding-bottom: 45px;
  }
  .p-footer-last__company {
    padding: 0;
  }
  .c-top-rslides {
    overflow: hidden;
  }
  .c-top-rslides__wrap {
    margin: 0 -23% 0 -21%;
  }
  .p-rslides__inner {
    top: 75px;
  }
  .p-rslides__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .p-rslides__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-rslides__sentence {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-news-title {
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
    margin: 40px 40px 50px;
  }
  .p-top-news-title__text {
    margin-bottom: 5px;
  }
  .p-overview-theme.container {
    padding-top: 20px;
  }
  .p-overview-back {
    height: 350px;
    background-position: 10%;
  }
  .p-overview-back2 {
    height: 350px;
    background-position: 60%;
  }
  .p-11 {
    padding-left: 13px;
  }
  .p-15 {
    padding-left: 42px;
  }
  .p-top-overview__gray {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0 15px;
  }
  .p-overview-theme.container {
    padding-top: 30px;
    max-width: 280px;
  }
  .p-overview-theme__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .p-overview-theme__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-overview-theme__name {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 11px;
  }
  .p-overview-profile.container {
    margin-top: 40px;
  }
  .p-overview-profile-inner__title {
    margin-bottom: 15px;
    width: 70%;
  }
  .p-overview-profile-inner__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-overview-profile-inner__call {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 3px;
  }
  .p-overview-profile-inner__anser {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .p-overview-profile-inner__anser2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-overview-profile-inner__anser3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-overview-profilepic.container {
    margin: 80px auto 100px;
  }
  .p-guide-info__sub {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px auto 20px;
  }
  .p-guide-info__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-guide-info__box {
    max-width: 100%;
  }
  .p-guide-info__serect {
    float: none;
    display: block;
    margin: 15px 60px;
  }
  .p-guide-chunk__pic {
    float: none;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .p-guide-chunk__title {
    margin: 20px 0;
  }
  .p-guide-chunk__textbox {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .p-guide-chunk__dummy {
    margin-bottom: 30px;
  }
  .p-guide-chunk__picinverse {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .p-guide-chunk__textboxinverse {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .p-guide-chunk__dummyexception {
    margin-bottom: 30px;
  }
  .p-guide-chunk__contact {
    margin-bottom: 0px;
  }
  .p-guide-chunk__contact2 {}
  .p-guide-chunk__pic {
    margin-top: 0;
  }
  .p-recruit-description__title {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 60px 0 40px;
  }
  .p-recruit-description__title:after {
    margin-left: 10px;
  }
  .p-recruit-offering__title {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin: auto;
  }
  .p-recruit-offering__inner {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 15px 0 30px;
    text-align: center;
  }
  .p-recruit-title__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-recruit-title__sub {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .p-news-table__date {
    display: block;
    text-align: center;
  }
  .p-news-table {
    width: auto;
  }
  .p-news-table__text {
    display: block;
    text-align: center;
    padding: 10px 0 30px;
  }
  .p-news-table__text2 {
    display: block;
    text-align: center;
    padding: 10px 0 70px;
  }
  .p-recruit-top {
    overflow: hidden;
  }
  .p-recruit-top__pic {
    max-width: 550px;
    width: 150%;
    margin: 0% -23% 20px;
  }
  .p-recruit-title.container {
    text-align: center;
  }
  .p-information-table {
    width: 98%;
  }
  .p-information-inner__textlast {
    margin-bottom: 100px;
  }
  .p-information-table__date {
    padding: 0;
  }
}