@charset "utf-8";

/*調整クラス*/
/*@media (max-width: 593px) {
  main {
    padding-top: 160px;
  }
}*/
.h200 {
  height: 200px;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-1em {
  font-size: 1em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-right-15 {
  margin-right: 15px;
}
.line-height-08 {
  line-height: 0.8;
}
.title {
  line-height: 50px;
  text-align: center;
}
.title-w {
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.title1 {
  position: relative;
  text-align: center;
}
.title1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  /*margin: 0 4em;*/
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.title1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
.title2 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #9dcd7f;
}
.title2::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #b9d661;
}
.title2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.title3 {
  position: relative;
  padding-bottom: .5em;
  padding-left: .5em;
  border-bottom: 4px solid #ccc;
}
.title3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #172a88;
}
.catch {
  font-size: 3em;
  color: #9ccd7f;
  font-weight: bold;
}
.tel-bold {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: 60px;
}

/*ナビゲーション*/
header {
  background-color: #fff;
}
.head-line {
  background-color: #767676;
  line-height: 30px;
  color: #fff;
}
#header {
  padding: 15px 0;
}
nav {
  background-color: #0038b7;
  /*background: url(../images/bg_nav.png) repeat;*/
}
#nav-footer {
  background-color: #172a88;
  padding: 30px 0;
  color: #fff;
}
#nav-footer ul {
  margin: 0;
}
#nav-footer ul li a {
  color: #fff;
}
.footer-company-wrapper {
  background-color: #0038b7;
  color: #fff;
  padding: 30px 0;
}
#company-footer {
  padding: 30px 0 20px;
}
#copy {
  background-color: #172a88;
  line-height: 4em;
  text-align: center;
  color: #fff;
}
nav.pagination-box {
  background-color: #fff;
}

/*トップページ*/
#tel-main {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tel-main .tel {
  text-align: center;
  color: #2196f3;
  font-size: 3em;
  font-weight: bold;
}
#tel-main .hours {
  text-align: center;
  color: #172a88;
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.4em;
}
#tel-main .contact {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  #tel-main .tel, .f-pink-l {
    font-size: 2em;
    margin-top: 5px;
  }
  #tel-main .hours {
    font-size: 1.5em;
  }
}
.notice-top-wrapper {
  background-color: #ccc;
}
#notice-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
#notice-top h2 {
  /*color: #fff;*/
}
#notice-top ul {
  margin-top: 10px;
  background-color: #fff;
}
#notice-top ul li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
#notice-top ul li a {
  margin-left: 10px;
}
#tel-top {
  background-color: #eee;
  padding-top: 20px;
}
.banner-top-wrapper {
  background-color: #f1b638;
  padding: 30px 0;
}
#banner-top .banner-box {
  display: inline-block;
}
.business-top-wrapper {
  background-color: #fff;
  padding: 0 0 30px;
}
#business-top a {
  color: #000;
}
#business-top .business-top-box {
  border: 1px solid #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.recommend-top-wrapper {
  background-color: #0d55b8;
  padding: 30px 0;
}
#recommend-top .row .row {
  height: 500px;
  overflow: auto;
}
#recommend-top .row .row .recommend-box {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  height: 299px;
}
#recommend-top .recommend-box .name {
  padding-left: 5px;
  border-left: 3px solid #2196f3;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
#recommend-top .recommend-box .chinryou {
  font-size: 1.5em;
  font-weight: bold;
  color: #e4007f;
  line-height: 1em;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
}
#recommend-top .recommend-box .address {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
#recommend-top .recommend-box .img-box {
  height: 200px;
}
#recommend-top .recommend-box .img-box img {
  max-height: 200px;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#recommend-top .recommend-box .inner-box {
  display: inline-block;
  width: 89%;
}
#recommend-top .recommend-box .arrow {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: #fff;
}
.condominium-top-wrapper {
  background-color: #2196f3;
  padding: 30px 0;
}
#property .row {
  /*background: url(../images/bg_condominium.png) repeat;*/
  overflow: auto;
}
#property .condominium-box {
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 30px;
}
#property .condominium-box img {
  width: 100%;
}
#property a:focus, #property a:hover {
  text-decoration: none;
}

/*採用情報*/
#recruit table th {
  width: 120px;
}

/*事業紹介*/
.kaitai-title {
  background: url(../img/service_kaitai_title.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vw;
  max-height: 300px;
  text-indent: -9999px;
}.kenchiku-title {
  background: url(../img/service_kenchiku_title.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vw;
  max-height: 300px;
  text-indent: -9999px;
  margin-top: 50px;
}