@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-family: "Montserrat", sans-serif;
  color: #FEC945;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.466rem + 1.21vw, 38px);
  font-weight: bold;
  line-height: 1;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 1px #1887AE;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #1887AE;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.recruit .lead {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .lead {
    padding: 0 0 50px;
  }
}
.recruit .sec01 {
  position: relative;
  padding: 60px 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding: 40px 0 50px;
  }
}

/******************************/
/* ***** */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40%;
  background-color: #DCF2F6;
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.to-bussiness .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .to-bussiness .sec01 {
    padding: 50px 0 0;
  }
}
.to-bussiness .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.to-bussiness .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .to-bussiness .sec03 {
    padding: 50px 0;
  }
}
.to-bussiness .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .to-bussiness .sec04 {
    padding: 50px 0 0;
  }
}
.to-bussiness .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #CEE8F1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .to-bussiness .sec05 {
    padding: 50px 0;
  }
}
.to-bussiness .sec07 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .to-bussiness .sec07 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.reason .sec01,
.beginner .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .reason .sec01,
  .beginner .sec01 {
    padding: 0 0 50px;
  }
}
.reason .sec03,
.beginner .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reason .sec03,
  .beginner .sec03 {
    padding: 50px 0;
  }
}
.reason .sec04,
.beginner .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reason .sec04,
  .beginner .sec04 {
    padding: 50px 0;
  }
}

.reason .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .reason .sec05 {
    padding: 50px 0 0;
  }
}

.beginner .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .beginner .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.end-of-lease-cleaning .sec00 .sub_images_ul .li figure {
  text-align: center;
}
.end-of-lease-cleaning .sec00 .sub_images_ul .li figure img {
  width: 70%;
}

.exterior-wall-cleaning .accordion-area .faq_title span:before,
.special-cleaning .accordion-area .faq_title span:before,
.home-organization .accordion-area .faq_title span:before,
.deodorant .accordion-area .faq_title span:before,
.disinfection .accordion-area .faq_title span:before,
.norovirus-infection .accordion-area .faq_title span:before,
.biohazard-cleanup .accordion-area .faq_title span:before,
.hoarding-house .accordion-area .faq_title span:before,
.life-organizing .accordion-area .faq_title span:before,
.empty-house .accordion-area .faq_title span:before,
.flooding-cleaning-disinfection .accordion-area .faq_title span:before,
.house-cleaning .accordion-area .faq_title span:before,
.seiri .accordion-area .faq_title span:before,
.new-cleaning .accordion-area .faq_title span:before,
.regular-cleaning .accordion-area .faq_title span:before,
.fire-restoration .accordion-area .faq_title span:before,
.home-norovirus .accordion-area .faq_title span:before,
.water-recovery .accordion-area .faq_title span:before {
  background-image: url(../images/icon/faq/faq_q_icon02.svg);
}
.exterior-wall-cleaning .accordion-area .inbox_a,
.special-cleaning .accordion-area .inbox_a,
.home-organization .accordion-area .inbox_a,
.deodorant .accordion-area .inbox_a,
.disinfection .accordion-area .inbox_a,
.norovirus-infection .accordion-area .inbox_a,
.biohazard-cleanup .accordion-area .inbox_a,
.hoarding-house .accordion-area .inbox_a,
.life-organizing .accordion-area .inbox_a,
.empty-house .accordion-area .inbox_a,
.flooding-cleaning-disinfection .accordion-area .inbox_a,
.house-cleaning .accordion-area .inbox_a,
.seiri .accordion-area .inbox_a,
.new-cleaning .accordion-area .inbox_a,
.regular-cleaning .accordion-area .inbox_a,
.fire-restoration .accordion-area .inbox_a,
.home-norovirus .accordion-area .inbox_a,
.water-recovery .accordion-area .inbox_a {
  padding: 18px 18px 18px 42px;
}
.exterior-wall-cleaning .accordion-area .inbox_a:before,
.special-cleaning .accordion-area .inbox_a:before,
.home-organization .accordion-area .inbox_a:before,
.deodorant .accordion-area .inbox_a:before,
.disinfection .accordion-area .inbox_a:before,
.norovirus-infection .accordion-area .inbox_a:before,
.biohazard-cleanup .accordion-area .inbox_a:before,
.hoarding-house .accordion-area .inbox_a:before,
.life-organizing .accordion-area .inbox_a:before,
.empty-house .accordion-area .inbox_a:before,
.flooding-cleaning-disinfection .accordion-area .inbox_a:before,
.house-cleaning .accordion-area .inbox_a:before,
.seiri .accordion-area .inbox_a:before,
.new-cleaning .accordion-area .inbox_a:before,
.regular-cleaning .accordion-area .inbox_a:before,
.fire-restoration .accordion-area .inbox_a:before,
.home-norovirus .accordion-area .inbox_a:before,
.water-recovery .accordion-area .inbox_a:before {
  display: none;
}
@media (max-width: 767px) {
  .exterior-wall-cleaning .sec00 .f32,
  .special-cleaning .sec00 .f32,
  .home-organization .sec00 .f32,
  .deodorant .sec00 .f32,
  .disinfection .sec00 .f32,
  .norovirus-infection .sec00 .f32,
  .biohazard-cleanup .sec00 .f32,
  .hoarding-house .sec00 .f32,
  .life-organizing .sec00 .f32,
  .empty-house .sec00 .f32,
  .flooding-cleaning-disinfection .sec00 .f32,
  .house-cleaning .sec00 .f32,
  .seiri .sec00 .f32,
  .new-cleaning .sec00 .f32,
  .regular-cleaning .sec00 .f32,
  .fire-restoration .sec00 .f32,
  .home-norovirus .sec00 .f32,
  .water-recovery .sec00 .f32 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec00 .layout_b .imgbox,
  .special-cleaning .sec00 .layout_b .imgbox,
  .home-organization .sec00 .layout_b .imgbox,
  .deodorant .sec00 .layout_b .imgbox,
  .disinfection .sec00 .layout_b .imgbox,
  .norovirus-infection .sec00 .layout_b .imgbox,
  .biohazard-cleanup .sec00 .layout_b .imgbox,
  .hoarding-house .sec00 .layout_b .imgbox,
  .life-organizing .sec00 .layout_b .imgbox,
  .empty-house .sec00 .layout_b .imgbox,
  .flooding-cleaning-disinfection .sec00 .layout_b .imgbox,
  .house-cleaning .sec00 .layout_b .imgbox,
  .seiri .sec00 .layout_b .imgbox,
  .new-cleaning .sec00 .layout_b .imgbox,
  .regular-cleaning .sec00 .layout_b .imgbox,
  .fire-restoration .sec00 .layout_b .imgbox,
  .home-norovirus .sec00 .layout_b .imgbox,
  .water-recovery .sec00 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
  .exterior-wall-cleaning .sec00 .layout_b .imgbox figure,
  .special-cleaning .sec00 .layout_b .imgbox figure,
  .home-organization .sec00 .layout_b .imgbox figure,
  .deodorant .sec00 .layout_b .imgbox figure,
  .disinfection .sec00 .layout_b .imgbox figure,
  .norovirus-infection .sec00 .layout_b .imgbox figure,
  .biohazard-cleanup .sec00 .layout_b .imgbox figure,
  .hoarding-house .sec00 .layout_b .imgbox figure,
  .life-organizing .sec00 .layout_b .imgbox figure,
  .empty-house .sec00 .layout_b .imgbox figure,
  .flooding-cleaning-disinfection .sec00 .layout_b .imgbox figure,
  .house-cleaning .sec00 .layout_b .imgbox figure,
  .seiri .sec00 .layout_b .imgbox figure,
  .new-cleaning .sec00 .layout_b .imgbox figure,
  .regular-cleaning .sec00 .layout_b .imgbox figure,
  .fire-restoration .sec00 .layout_b .imgbox figure,
  .home-norovirus .sec00 .layout_b .imgbox figure,
  .water-recovery .sec00 .layout_b .imgbox figure {
    text-align: center;
  }
  .exterior-wall-cleaning .sec00 .layout_b .imgbox figure img,
  .special-cleaning .sec00 .layout_b .imgbox figure img,
  .home-organization .sec00 .layout_b .imgbox figure img,
  .deodorant .sec00 .layout_b .imgbox figure img,
  .disinfection .sec00 .layout_b .imgbox figure img,
  .norovirus-infection .sec00 .layout_b .imgbox figure img,
  .biohazard-cleanup .sec00 .layout_b .imgbox figure img,
  .hoarding-house .sec00 .layout_b .imgbox figure img,
  .life-organizing .sec00 .layout_b .imgbox figure img,
  .empty-house .sec00 .layout_b .imgbox figure img,
  .flooding-cleaning-disinfection .sec00 .layout_b .imgbox figure img,
  .house-cleaning .sec00 .layout_b .imgbox figure img,
  .seiri .sec00 .layout_b .imgbox figure img,
  .new-cleaning .sec00 .layout_b .imgbox figure img,
  .regular-cleaning .sec00 .layout_b .imgbox figure img,
  .fire-restoration .sec00 .layout_b .imgbox figure img,
  .home-norovirus .sec00 .layout_b .imgbox figure img,
  .water-recovery .sec00 .layout_b .imgbox figure img {
    width: 70%;
  }
}
.exterior-wall-cleaning .sec02,
.special-cleaning .sec02,
.home-organization .sec02,
.deodorant .sec02,
.disinfection .sec02,
.norovirus-infection .sec02,
.biohazard-cleanup .sec02,
.hoarding-house .sec02,
.life-organizing .sec02,
.empty-house .sec02,
.flooding-cleaning-disinfection .sec02,
.house-cleaning .sec02,
.seiri .sec02,
.new-cleaning .sec02,
.regular-cleaning .sec02,
.fire-restoration .sec02,
.home-norovirus .sec02,
.water-recovery .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec02,
  .special-cleaning .sec02,
  .home-organization .sec02,
  .deodorant .sec02,
  .disinfection .sec02,
  .norovirus-infection .sec02,
  .biohazard-cleanup .sec02,
  .hoarding-house .sec02,
  .life-organizing .sec02,
  .empty-house .sec02,
  .flooding-cleaning-disinfection .sec02,
  .house-cleaning .sec02,
  .seiri .sec02,
  .new-cleaning .sec02,
  .regular-cleaning .sec02,
  .fire-restoration .sec02,
  .home-norovirus .sec02,
  .water-recovery .sec02 {
    padding: 50px 0;
  }
}
.exterior-wall-cleaning .sec03,
.special-cleaning .sec03,
.home-organization .sec03,
.deodorant .sec03,
.disinfection .sec03,
.norovirus-infection .sec03,
.biohazard-cleanup .sec03,
.hoarding-house .sec03,
.life-organizing .sec03,
.empty-house .sec03,
.flooding-cleaning-disinfection .sec03,
.house-cleaning .sec03,
.seiri .sec03,
.new-cleaning .sec03,
.regular-cleaning .sec03,
.fire-restoration .sec03,
.home-norovirus .sec03,
.water-recovery .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec03,
  .special-cleaning .sec03,
  .home-organization .sec03,
  .deodorant .sec03,
  .disinfection .sec03,
  .norovirus-infection .sec03,
  .biohazard-cleanup .sec03,
  .hoarding-house .sec03,
  .life-organizing .sec03,
  .empty-house .sec03,
  .flooding-cleaning-disinfection .sec03,
  .house-cleaning .sec03,
  .seiri .sec03,
  .new-cleaning .sec03,
  .regular-cleaning .sec03,
  .fire-restoration .sec03,
  .home-norovirus .sec03,
  .water-recovery .sec03 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec03 .layout_b .imgbox,
  .special-cleaning .sec03 .layout_b .imgbox,
  .home-organization .sec03 .layout_b .imgbox,
  .deodorant .sec03 .layout_b .imgbox,
  .disinfection .sec03 .layout_b .imgbox,
  .norovirus-infection .sec03 .layout_b .imgbox,
  .biohazard-cleanup .sec03 .layout_b .imgbox,
  .hoarding-house .sec03 .layout_b .imgbox,
  .life-organizing .sec03 .layout_b .imgbox,
  .empty-house .sec03 .layout_b .imgbox,
  .flooding-cleaning-disinfection .sec03 .layout_b .imgbox,
  .house-cleaning .sec03 .layout_b .imgbox,
  .seiri .sec03 .layout_b .imgbox,
  .new-cleaning .sec03 .layout_b .imgbox,
  .regular-cleaning .sec03 .layout_b .imgbox,
  .fire-restoration .sec03 .layout_b .imgbox,
  .home-norovirus .sec03 .layout_b .imgbox,
  .water-recovery .sec03 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
  .exterior-wall-cleaning .sec03 .layout_b .imgbox figure,
  .special-cleaning .sec03 .layout_b .imgbox figure,
  .home-organization .sec03 .layout_b .imgbox figure,
  .deodorant .sec03 .layout_b .imgbox figure,
  .disinfection .sec03 .layout_b .imgbox figure,
  .norovirus-infection .sec03 .layout_b .imgbox figure,
  .biohazard-cleanup .sec03 .layout_b .imgbox figure,
  .hoarding-house .sec03 .layout_b .imgbox figure,
  .life-organizing .sec03 .layout_b .imgbox figure,
  .empty-house .sec03 .layout_b .imgbox figure,
  .flooding-cleaning-disinfection .sec03 .layout_b .imgbox figure,
  .house-cleaning .sec03 .layout_b .imgbox figure,
  .seiri .sec03 .layout_b .imgbox figure,
  .new-cleaning .sec03 .layout_b .imgbox figure,
  .regular-cleaning .sec03 .layout_b .imgbox figure,
  .fire-restoration .sec03 .layout_b .imgbox figure,
  .home-norovirus .sec03 .layout_b .imgbox figure,
  .water-recovery .sec03 .layout_b .imgbox figure {
    text-align: center;
  }
  .exterior-wall-cleaning .sec03 .layout_b .imgbox figure img,
  .special-cleaning .sec03 .layout_b .imgbox figure img,
  .home-organization .sec03 .layout_b .imgbox figure img,
  .deodorant .sec03 .layout_b .imgbox figure img,
  .disinfection .sec03 .layout_b .imgbox figure img,
  .norovirus-infection .sec03 .layout_b .imgbox figure img,
  .biohazard-cleanup .sec03 .layout_b .imgbox figure img,
  .hoarding-house .sec03 .layout_b .imgbox figure img,
  .life-organizing .sec03 .layout_b .imgbox figure img,
  .empty-house .sec03 .layout_b .imgbox figure img,
  .flooding-cleaning-disinfection .sec03 .layout_b .imgbox figure img,
  .house-cleaning .sec03 .layout_b .imgbox figure img,
  .seiri .sec03 .layout_b .imgbox figure img,
  .new-cleaning .sec03 .layout_b .imgbox figure img,
  .regular-cleaning .sec03 .layout_b .imgbox figure img,
  .fire-restoration .sec03 .layout_b .imgbox figure img,
  .home-norovirus .sec03 .layout_b .imgbox figure img,
  .water-recovery .sec03 .layout_b .imgbox figure img {
    width: 70%;
  }
}
.exterior-wall-cleaning .sec04,
.special-cleaning .sec04,
.home-organization .sec04,
.deodorant .sec04,
.disinfection .sec04,
.norovirus-infection .sec04,
.biohazard-cleanup .sec04,
.hoarding-house .sec04,
.life-organizing .sec04,
.empty-house .sec04,
.flooding-cleaning-disinfection .sec04,
.house-cleaning .sec04,
.seiri .sec04,
.new-cleaning .sec04,
.regular-cleaning .sec04,
.fire-restoration .sec04,
.home-norovirus .sec04,
.water-recovery .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
}
.exterior-wall-cleaning .sec05,
.special-cleaning .sec05,
.home-organization .sec05,
.deodorant .sec05,
.disinfection .sec05,
.norovirus-infection .sec05,
.biohazard-cleanup .sec05,
.hoarding-house .sec05,
.life-organizing .sec05,
.empty-house .sec05,
.flooding-cleaning-disinfection .sec05,
.house-cleaning .sec05,
.seiri .sec05,
.new-cleaning .sec05,
.regular-cleaning .sec05,
.fire-restoration .sec05,
.home-norovirus .sec05,
.water-recovery .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #CEE8F1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec05,
  .special-cleaning .sec05,
  .home-organization .sec05,
  .deodorant .sec05,
  .disinfection .sec05,
  .norovirus-infection .sec05,
  .biohazard-cleanup .sec05,
  .hoarding-house .sec05,
  .life-organizing .sec05,
  .empty-house .sec05,
  .flooding-cleaning-disinfection .sec05,
  .house-cleaning .sec05,
  .seiri .sec05,
  .new-cleaning .sec05,
  .regular-cleaning .sec05,
  .fire-restoration .sec05,
  .home-norovirus .sec05,
  .water-recovery .sec05 {
    padding: 50px 0;
  }
}
.exterior-wall-cleaning .sec06,
.special-cleaning .sec06,
.home-organization .sec06,
.deodorant .sec06,
.disinfection .sec06,
.norovirus-infection .sec06,
.biohazard-cleanup .sec06,
.hoarding-house .sec06,
.life-organizing .sec06,
.empty-house .sec06,
.flooding-cleaning-disinfection .sec06,
.house-cleaning .sec06,
.seiri .sec06,
.new-cleaning .sec06,
.regular-cleaning .sec06,
.fire-restoration .sec06,
.home-norovirus .sec06,
.water-recovery .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec06,
  .special-cleaning .sec06,
  .home-organization .sec06,
  .deodorant .sec06,
  .disinfection .sec06,
  .norovirus-infection .sec06,
  .biohazard-cleanup .sec06,
  .hoarding-house .sec06,
  .life-organizing .sec06,
  .empty-house .sec06,
  .flooding-cleaning-disinfection .sec06,
  .house-cleaning .sec06,
  .seiri .sec06,
  .new-cleaning .sec06,
  .regular-cleaning .sec06,
  .fire-restoration .sec06,
  .home-norovirus .sec06,
  .water-recovery .sec06 {
    padding: 50px 0;
  }
}
.exterior-wall-cleaning .sec07,
.special-cleaning .sec07,
.home-organization .sec07,
.deodorant .sec07,
.disinfection .sec07,
.norovirus-infection .sec07,
.biohazard-cleanup .sec07,
.hoarding-house .sec07,
.life-organizing .sec07,
.empty-house .sec07,
.flooding-cleaning-disinfection .sec07,
.house-cleaning .sec07,
.seiri .sec07,
.new-cleaning .sec07,
.regular-cleaning .sec07,
.fire-restoration .sec07,
.home-norovirus .sec07,
.water-recovery .sec07 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCF2F6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .exterior-wall-cleaning .sec07,
  .special-cleaning .sec07,
  .home-organization .sec07,
  .deodorant .sec07,
  .disinfection .sec07,
  .norovirus-infection .sec07,
  .biohazard-cleanup .sec07,
  .hoarding-house .sec07,
  .life-organizing .sec07,
  .empty-house .sec07,
  .flooding-cleaning-disinfection .sec07,
  .house-cleaning .sec07,
  .seiri .sec07,
  .new-cleaning .sec07,
  .regular-cleaning .sec07,
  .fire-restoration .sec07,
  .home-norovirus .sec07,
  .water-recovery .sec07 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
