@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: houjin.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}
@media screen and (max-width: 1024px) {
  html {
    overflow-y: initial !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

@media screen and (max-width: 1024px) {
  .icon-h2 {
    margin-bottom: 2%;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .icon-h2:before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-y {
    padding: 4% 20%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  font-size: 40px;
  font-weight: bold;
  text-shadow: #fff 2px 0px 0px,#fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .lower .main-visual-title {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 16% auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.lower .main-visual-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -71px;
  top: -42px;
  width: 223px;
  height: 65px;
  background: url("../img/main_visual_title_bg.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title:before {
    content: none;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 35px 0 65px;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding: 5% 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/houjin/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    background: url("../img/houjin/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.main-lead {
  padding: 50px 0 55px;
}
@media screen and (max-width: 1024px) {
  .main-lead {
    padding: 5% 0;
  }
}
.main-lead-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .main-lead-title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 10%;
    padding: 0 5%;
    line-height: 1.38889;
  }
}
.main-lead-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 50px;
  height: 8px;
  margin: 0 auto;
  background: #159A69;
}
@media screen and (max-width: 1024px) {
  .main-lead-title:after {
    bottom: -20px;
    height: 4px;
  }
}
.main-lead-list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .main-lead-list {
    display: block;
    width: auto;
    margin: 0 5%;
  }
}
.main-lead-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 335px;
  background: #F4FAF7;
}
@media screen and (max-width: 1024px) {
  .main-lead-item {
    width: auto;
  }
}
.main-lead-item:not(:last-child) {
  margin-bottom: 5%;
}
.main-lead-item dl {
  padding: 15px 17px 26px;
}
@media screen and (max-width: 1024px) {
  .main-lead-item dl {
    padding: 3% 5% 5%;
  }
}
.main-lead-item .term {
  margin-bottom: 5px;
  color: #159A69;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.53846;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-lead-item .term {
    margin-bottom: 2%;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.main-lead-item .description {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .main-lead-item .description {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

.case {
  background: #E1F4ED;
}
.case-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .case-list {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
.case-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 20px 0 16px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .case-item {
    width: 48%;
    margin-bottom: 5%;
    padding: 6% 0;
  }
}
@media screen and (max-width: 1024px) {
  .case-item:last-child {
    margin-bottom: 0;
  }
}
.case-item img {
  flex-shrink: 0;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .case-item img {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .case-item dl {
    width: 100%;
  }
}
.case-item .term {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;
}
@media screen and (max-width: 1024px) {
  .case-item .term {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.case-item .description {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1024px) {
  .case-item .description {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.case-item .link {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .case-item .link {
    width: 90%;
    margin-top: 5%;
  }
}
.case-item .link a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 5px 0 6px;
  background: #FCB227;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .case-item .link a {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.case-item .link a:before {
  content: '\e5cc';
  display: flex;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  color: #FFF;
  font-family: 'Material Icons';
  font-size: 18px;
}

.waste-inner {
  width: 694px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .waste-inner {
    width: auto;
  }
}
.waste-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .waste-list {
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.waste-list:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 71px;
  height: 71px;
  background: url("../img/ryoukin/waste_list_icon.png") left top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .waste-list:before {
    left: 10px;
    top: -20px;
  }
}
@media only screen and (max-width: 570px) {
  .waste-list:before {
    width: 60px;
    height: 60px;
  }
}
.waste-item {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .waste-item {
    width: 42%;
    margin-bottom: 5%;
  }
}
.waste-item img {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #C8C9CA;
}
@media screen and (max-width: 1024px) {
  .waste-item img {
    width: 100%;
  }
}
.waste-item-notice {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .waste-item-notice {
    padding-left: 7%;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.waste-item-notice:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.waste-text {
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1024px) {
  .waste-text {
    padding: 0 5%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.waste-text img {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .waste-text img {
    margin: 10% auto 0;
  }
}

.trunkroom {
  background: #E1F4ED;
}
.trunkroom-list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1024px) {
  .trunkroom-list {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 5%;
  }
}
.trunkroom-item {
  position: relative;
  width: 515px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .trunkroom-item {
    width: auto;
    margin-bottom: 5%;
    -moz-background-size: 60% 50%;
    -webkit-background-size: 60% 50%;
    background-size: 60% 50%;
  }
}
.trunkroom-item:nth-child(2) .trunkroom-text-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .trunkroom-item img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .trunkroom-item:last-child {
    margin-bottom: 0;
  }
}
.trunkroom-title .big {
  display: block;
  margin-top: 10px;
  font-size: 23px;
}
@media screen and (max-width: 1024px) {
  .trunkroom-title .big {
    margin-top: 2%;
    font-size: 15px;
    font-size: 4vw;
  }
}
.trunkroom-text {
  padding: 20px 0;
  line-height: 1.76923;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .trunkroom-text {
    padding: 3%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.trunkroom-text-title {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.78571;
}
@media screen and (max-width: 1024px) {
  .trunkroom-text-title {
    margin-bottom: 3% !important;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.trunkroom-text-title em {
  padding-bottom: 2px;
  color: #159A69;
  font-size: 16px;
  font-style: normal;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 1024px) {
  .trunkroom-text-title em {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.trunkroom-text-title .big {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .trunkroom-text-title .big {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.trunkroom-text-title .small {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .trunkroom-text-title .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.construction-inner {
  display: flex;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .construction-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: auto;
    padding: 0 5%;
  }
}
.construction-box {
  width: 700px;
  background: #f4faf9;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .construction-box {
    width: 100%;
    padding: 4% 0;
  }
}
.construction-title {
  display: block;
  padding: 25px 0 12px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .construction-title {
    padding: 0;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.construction em {
  padding-bottom: 2px;
  color: #159A69;
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 1024px) {
  .construction em {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.construction em .small {
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .construction em .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.construction-notice {
  display: block;
  padding-top: 17px;
}
@media screen and (max-width: 1024px) {
  .construction-notice {
    padding-top: 3%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.73077;
  }
}
.construction-pic {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .construction-pic {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .construction-pic img {
    width: 100%;
  }
}

.housecleaning {
  background: #E1F4ED;
}
.housecleaning-box {
  text-align: center;
}
.housecleaning-box-title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .housecleaning-box-title {
    margin-bottom: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.housecleaning-box-title .icon {
  padding: 0px 8px;
  background: #159A69;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .housecleaning-box-title .icon {
    display: block;
    width: 20%;
    margin: 0 auto 2%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.housecleaning-box-title em {
  margin-left: 5px;
  padding: 0 0 2px 10px;
  color: #159A69;
  font-style: normal;
  border-bottom: 1px dotted;
}
.housecleaning-box-title .big {
  padding-left: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .housecleaning-box-title .big {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.housecleaning-box-title .small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .housecleaning-box-title .small {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.housecleaning-box-text {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.92308;
}
@media screen and (max-width: 1024px) {
  .housecleaning-box-text {
    margin-bottom: 5%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
  }
}
.housecleaning-pic {
  width: 592px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .housecleaning-pic {
    width: 90%;
    margin-bottom: 5%;
    padding: 0 5%;
  }
}
.housecleaning .btn-y {
  margin: 0 auto;
  display: block;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .housecleaning .btn-y {
    max-width: 50%;
    padding: 4%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

/*# sourceMappingURL=houjin.css.map */
