@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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-size: cover;
  background-position: center;
  aspect-ratio: 1920/370;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
    aspect-ratio: 16/7;
  }
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

main section .page_title .sv_ttl {
  position: relative;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 24px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 14px;
  }
}

#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;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #DC7474;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 .layout_a .imgbox {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

.company .sec01 .layout_a .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 40/52;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
/******************************/
/* 福利厚生・サポート体制 */
/******************************/
.walfare .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .walfare .sec01 {
    padding: 0 0 50px;
  }
}

.walfare .sec01 .sub_images_ul .li figure {
  text-align: center;
}

.walfare .sec01 .sub_images_ul .li figure img {
  width: 70%;
}

.walfare .sec01 .sub_images_ul .li .basic_flex02 .imgbox figure img {
  width: 100%;
}

/******************************/
/* スタッフインタビュー */
/******************************/
.staff .staff_wrapp .layout_b .imgbox {
  width: 65%;
}

.staff .staff_wrapp .layout_b .imgbox figure img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);
  aspect-ratio: 68/42;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/******************************/
/* その他  */
/******************************/
.others-individual .layout_a .imgbox figure img,
.others-corporation .layout_a .imgbox figure img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #333;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 80/52;
}

.others-individual .sec01,
.others-individual .sec03,
.others-corporation .sec01,
.others-corporation .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .others-individual .sec01,
  .others-individual .sec03,
  .others-corporation .sec01,
  .others-corporation .sec03 {
    padding: 50px 0;
  }
}

.others-individual .sec02,
.others-individual .sec04,
.others-corporation .sec02,
.others-corporation .sec04 {
  position: relative;
  padding: 80px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 1024px) {
  .others-individual .sec02,
  .others-individual .sec04,
  .others-corporation .sec02,
  .others-corporation .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* nota  */
/******************************/
.reason .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .reason .sec01 {
    padding: 0 0 50px;
  }
}

.reason .sec01 .layout_a .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 76/52;
}

/******************************/
/* SERVICE */
/******************************/
.partner .sec01 .layout_a .imgbox figure img,
.partner .sec01 .layout_b .imgbox figure img,
.house-cleaning .sec01 .layout_a .imgbox figure img,
.house-cleaning .sec01 .layout_b .imgbox figure img,
.air-conditioner .sec01 .layout_a .imgbox figure img,
.air-conditioner .sec01 .layout_b .imgbox figure img,
.housing-renovation .sec01 .layout_a .imgbox figure img,
.housing-renovation .sec01 .layout_b .imgbox figure img,
.finishing-work .sec01 .layout_a .imgbox figure img,
.finishing-work .sec01 .layout_b .imgbox figure img,
.residue-removal .sec01 .layout_a .imgbox figure img,
.residue-removal .sec01 .layout_b .imgbox figure img,
.sorting-out-belongings .sec01 .layout_a .imgbox figure img,
.sorting-out-belongings .sec01 .layout_b .imgbox figure img,
.kilning .sec01 .layout_a .imgbox figure img,
.kilning .sec01 .layout_b .imgbox figure img,
.clutter-cleaning .sec01 .layout_a .imgbox figure img,
.clutter-cleaning .sec01 .layout_b .imgbox figure img,
.specialized-cleaning .sec01 .layout_a .imgbox figure img,
.specialized-cleaning .sec01 .layout_b .imgbox figure img,
.outsourcing-of-management-services .sec01 .layout_a .imgbox figure img,
.outsourcing-of-management-services .sec01 .layout_b .imgbox figure img,
.move-out-inspection-agency .sec01 .layout_a .imgbox figure img,
.move-out-inspection-agency .sec01 .layout_b .imgbox figure img,
.patrol-cleaning .sec01 .layout_a .imgbox figure img,
.patrol-cleaning .sec01 .layout_b .imgbox figure img,
.regular-cleaning .sec01 .layout_a .imgbox figure img,
.regular-cleaning .sec01 .layout_b .imgbox figure img,
.patrol-management .sec01 .layout_a .imgbox figure img,
.patrol-management .sec01 .layout_b .imgbox figure img,
.pre-occupancy-inspection .sec01 .layout_a .imgbox figure img,
.pre-occupancy-inspection .sec01 .layout_b .imgbox figure img,
.pre-move-in-inspection .sec01 .layout_a .imgbox figure img,
.pre-move-in-inspection .sec01 .layout_b .imgbox figure img,
.remove-snow .sec01 .layout_a .imgbox figure img,
.remove-snow .sec01 .layout_b .imgbox figure img,
.snow-removal .sec01 .layout_a .imgbox figure img,
.snow-removal .sec01 .layout_b .imgbox figure img,
.air-conditioner-cleaning .sec01 .layout_a .imgbox figure img,
.air-conditioner-cleaning .sec01 .layout_b .imgbox figure img,
.residue-removal-corporation .sec01 .layout_a .imgbox figure img,
.residue-removal-corporation .sec01 .layout_b .imgbox figure img,
.real-estate-transaction .sec01 .layout_a .imgbox figure img,
.real-estate-transaction .sec01 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 68/45;
}

.partner .sec02,
.partner .sec03,
.partner .sec04,
.partner .sec05,
.house-cleaning .sec02,
.house-cleaning .sec03,
.house-cleaning .sec04,
.house-cleaning .sec05,
.air-conditioner .sec02,
.air-conditioner .sec03,
.air-conditioner .sec04,
.air-conditioner .sec05,
.housing-renovation .sec02,
.housing-renovation .sec03,
.housing-renovation .sec04,
.housing-renovation .sec05,
.finishing-work .sec02,
.finishing-work .sec03,
.finishing-work .sec04,
.finishing-work .sec05,
.residue-removal .sec02,
.residue-removal .sec03,
.residue-removal .sec04,
.residue-removal .sec05,
.sorting-out-belongings .sec02,
.sorting-out-belongings .sec03,
.sorting-out-belongings .sec04,
.sorting-out-belongings .sec05,
.kilning .sec02,
.kilning .sec03,
.kilning .sec04,
.kilning .sec05,
.clutter-cleaning .sec02,
.clutter-cleaning .sec03,
.clutter-cleaning .sec04,
.clutter-cleaning .sec05,
.specialized-cleaning .sec02,
.specialized-cleaning .sec03,
.specialized-cleaning .sec04,
.specialized-cleaning .sec05,
.outsourcing-of-management-services .sec02,
.outsourcing-of-management-services .sec03,
.outsourcing-of-management-services .sec04,
.outsourcing-of-management-services .sec05,
.move-out-inspection-agency .sec02,
.move-out-inspection-agency .sec03,
.move-out-inspection-agency .sec04,
.move-out-inspection-agency .sec05,
.patrol-cleaning .sec02,
.patrol-cleaning .sec03,
.patrol-cleaning .sec04,
.patrol-cleaning .sec05,
.regular-cleaning .sec02,
.regular-cleaning .sec03,
.regular-cleaning .sec04,
.regular-cleaning .sec05,
.patrol-management .sec02,
.patrol-management .sec03,
.patrol-management .sec04,
.patrol-management .sec05,
.pre-occupancy-inspection .sec02,
.pre-occupancy-inspection .sec03,
.pre-occupancy-inspection .sec04,
.pre-occupancy-inspection .sec05,
.pre-move-in-inspection .sec02,
.pre-move-in-inspection .sec03,
.pre-move-in-inspection .sec04,
.pre-move-in-inspection .sec05,
.remove-snow .sec02,
.remove-snow .sec03,
.remove-snow .sec04,
.remove-snow .sec05,
.snow-removal .sec02,
.snow-removal .sec03,
.snow-removal .sec04,
.snow-removal .sec05,
.air-conditioner-cleaning .sec02,
.air-conditioner-cleaning .sec03,
.air-conditioner-cleaning .sec04,
.air-conditioner-cleaning .sec05,
.residue-removal-corporation .sec02,
.residue-removal-corporation .sec03,
.residue-removal-corporation .sec04,
.residue-removal-corporation .sec05,
.real-estate-transaction .sec02,
.real-estate-transaction .sec03,
.real-estate-transaction .sec04,
.real-estate-transaction .sec05 {
  position: relative;
  z-index: 1;
}

.partner .sec02 .box,
.partner .sec03 .box,
.partner .sec04 .box,
.partner .sec05 .box,
.house-cleaning .sec02 .box,
.house-cleaning .sec03 .box,
.house-cleaning .sec04 .box,
.house-cleaning .sec05 .box,
.air-conditioner .sec02 .box,
.air-conditioner .sec03 .box,
.air-conditioner .sec04 .box,
.air-conditioner .sec05 .box,
.housing-renovation .sec02 .box,
.housing-renovation .sec03 .box,
.housing-renovation .sec04 .box,
.housing-renovation .sec05 .box,
.finishing-work .sec02 .box,
.finishing-work .sec03 .box,
.finishing-work .sec04 .box,
.finishing-work .sec05 .box,
.residue-removal .sec02 .box,
.residue-removal .sec03 .box,
.residue-removal .sec04 .box,
.residue-removal .sec05 .box,
.sorting-out-belongings .sec02 .box,
.sorting-out-belongings .sec03 .box,
.sorting-out-belongings .sec04 .box,
.sorting-out-belongings .sec05 .box,
.kilning .sec02 .box,
.kilning .sec03 .box,
.kilning .sec04 .box,
.kilning .sec05 .box,
.clutter-cleaning .sec02 .box,
.clutter-cleaning .sec03 .box,
.clutter-cleaning .sec04 .box,
.clutter-cleaning .sec05 .box,
.specialized-cleaning .sec02 .box,
.specialized-cleaning .sec03 .box,
.specialized-cleaning .sec04 .box,
.specialized-cleaning .sec05 .box,
.outsourcing-of-management-services .sec02 .box,
.outsourcing-of-management-services .sec03 .box,
.outsourcing-of-management-services .sec04 .box,
.outsourcing-of-management-services .sec05 .box,
.move-out-inspection-agency .sec02 .box,
.move-out-inspection-agency .sec03 .box,
.move-out-inspection-agency .sec04 .box,
.move-out-inspection-agency .sec05 .box,
.patrol-cleaning .sec02 .box,
.patrol-cleaning .sec03 .box,
.patrol-cleaning .sec04 .box,
.patrol-cleaning .sec05 .box,
.regular-cleaning .sec02 .box,
.regular-cleaning .sec03 .box,
.regular-cleaning .sec04 .box,
.regular-cleaning .sec05 .box,
.patrol-management .sec02 .box,
.patrol-management .sec03 .box,
.patrol-management .sec04 .box,
.patrol-management .sec05 .box,
.pre-occupancy-inspection .sec02 .box,
.pre-occupancy-inspection .sec03 .box,
.pre-occupancy-inspection .sec04 .box,
.pre-occupancy-inspection .sec05 .box,
.pre-move-in-inspection .sec02 .box,
.pre-move-in-inspection .sec03 .box,
.pre-move-in-inspection .sec04 .box,
.pre-move-in-inspection .sec05 .box,
.remove-snow .sec02 .box,
.remove-snow .sec03 .box,
.remove-snow .sec04 .box,
.remove-snow .sec05 .box,
.snow-removal .sec02 .box,
.snow-removal .sec03 .box,
.snow-removal .sec04 .box,
.snow-removal .sec05 .box,
.air-conditioner-cleaning .sec02 .box,
.air-conditioner-cleaning .sec03 .box,
.air-conditioner-cleaning .sec04 .box,
.air-conditioner-cleaning .sec05 .box,
.residue-removal-corporation .sec02 .box,
.residue-removal-corporation .sec03 .box,
.residue-removal-corporation .sec04 .box,
.residue-removal-corporation .sec05 .box,
.real-estate-transaction .sec02 .box,
.real-estate-transaction .sec03 .box,
.real-estate-transaction .sec04 .box,
.real-estate-transaction .sec05 .box {
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .partner .sec02 .box,
  .partner .sec03 .box,
  .partner .sec04 .box,
  .partner .sec05 .box,
  .house-cleaning .sec02 .box,
  .house-cleaning .sec03 .box,
  .house-cleaning .sec04 .box,
  .house-cleaning .sec05 .box,
  .air-conditioner .sec02 .box,
  .air-conditioner .sec03 .box,
  .air-conditioner .sec04 .box,
  .air-conditioner .sec05 .box,
  .housing-renovation .sec02 .box,
  .housing-renovation .sec03 .box,
  .housing-renovation .sec04 .box,
  .housing-renovation .sec05 .box,
  .finishing-work .sec02 .box,
  .finishing-work .sec03 .box,
  .finishing-work .sec04 .box,
  .finishing-work .sec05 .box,
  .residue-removal .sec02 .box,
  .residue-removal .sec03 .box,
  .residue-removal .sec04 .box,
  .residue-removal .sec05 .box,
  .sorting-out-belongings .sec02 .box,
  .sorting-out-belongings .sec03 .box,
  .sorting-out-belongings .sec04 .box,
  .sorting-out-belongings .sec05 .box,
  .kilning .sec02 .box,
  .kilning .sec03 .box,
  .kilning .sec04 .box,
  .kilning .sec05 .box,
  .clutter-cleaning .sec02 .box,
  .clutter-cleaning .sec03 .box,
  .clutter-cleaning .sec04 .box,
  .clutter-cleaning .sec05 .box,
  .specialized-cleaning .sec02 .box,
  .specialized-cleaning .sec03 .box,
  .specialized-cleaning .sec04 .box,
  .specialized-cleaning .sec05 .box,
  .outsourcing-of-management-services .sec02 .box,
  .outsourcing-of-management-services .sec03 .box,
  .outsourcing-of-management-services .sec04 .box,
  .outsourcing-of-management-services .sec05 .box,
  .move-out-inspection-agency .sec02 .box,
  .move-out-inspection-agency .sec03 .box,
  .move-out-inspection-agency .sec04 .box,
  .move-out-inspection-agency .sec05 .box,
  .patrol-cleaning .sec02 .box,
  .patrol-cleaning .sec03 .box,
  .patrol-cleaning .sec04 .box,
  .patrol-cleaning .sec05 .box,
  .regular-cleaning .sec02 .box,
  .regular-cleaning .sec03 .box,
  .regular-cleaning .sec04 .box,
  .regular-cleaning .sec05 .box,
  .patrol-management .sec02 .box,
  .patrol-management .sec03 .box,
  .patrol-management .sec04 .box,
  .patrol-management .sec05 .box,
  .pre-occupancy-inspection .sec02 .box,
  .pre-occupancy-inspection .sec03 .box,
  .pre-occupancy-inspection .sec04 .box,
  .pre-occupancy-inspection .sec05 .box,
  .pre-move-in-inspection .sec02 .box,
  .pre-move-in-inspection .sec03 .box,
  .pre-move-in-inspection .sec04 .box,
  .pre-move-in-inspection .sec05 .box,
  .remove-snow .sec02 .box,
  .remove-snow .sec03 .box,
  .remove-snow .sec04 .box,
  .remove-snow .sec05 .box,
  .snow-removal .sec02 .box,
  .snow-removal .sec03 .box,
  .snow-removal .sec04 .box,
  .snow-removal .sec05 .box,
  .air-conditioner-cleaning .sec02 .box,
  .air-conditioner-cleaning .sec03 .box,
  .air-conditioner-cleaning .sec04 .box,
  .air-conditioner-cleaning .sec05 .box,
  .residue-removal-corporation .sec02 .box,
  .residue-removal-corporation .sec03 .box,
  .residue-removal-corporation .sec04 .box,
  .residue-removal-corporation .sec05 .box,
  .real-estate-transaction .sec02 .box,
  .real-estate-transaction .sec03 .box,
  .real-estate-transaction .sec04 .box,
  .real-estate-transaction .sec05 .box {
    padding: 35px 0;
  }
}

.partner .sec02 .layout_a.type02,
.partner .sec02 .layout_b.type02,
.partner .sec03 .layout_a.type02,
.partner .sec03 .layout_b.type02,
.partner .sec04 .layout_a.type02,
.partner .sec04 .layout_b.type02,
.partner .sec05 .layout_a.type02,
.partner .sec05 .layout_b.type02,
.house-cleaning .sec02 .layout_a.type02,
.house-cleaning .sec02 .layout_b.type02,
.house-cleaning .sec03 .layout_a.type02,
.house-cleaning .sec03 .layout_b.type02,
.house-cleaning .sec04 .layout_a.type02,
.house-cleaning .sec04 .layout_b.type02,
.house-cleaning .sec05 .layout_a.type02,
.house-cleaning .sec05 .layout_b.type02,
.air-conditioner .sec02 .layout_a.type02,
.air-conditioner .sec02 .layout_b.type02,
.air-conditioner .sec03 .layout_a.type02,
.air-conditioner .sec03 .layout_b.type02,
.air-conditioner .sec04 .layout_a.type02,
.air-conditioner .sec04 .layout_b.type02,
.air-conditioner .sec05 .layout_a.type02,
.air-conditioner .sec05 .layout_b.type02,
.housing-renovation .sec02 .layout_a.type02,
.housing-renovation .sec02 .layout_b.type02,
.housing-renovation .sec03 .layout_a.type02,
.housing-renovation .sec03 .layout_b.type02,
.housing-renovation .sec04 .layout_a.type02,
.housing-renovation .sec04 .layout_b.type02,
.housing-renovation .sec05 .layout_a.type02,
.housing-renovation .sec05 .layout_b.type02,
.finishing-work .sec02 .layout_a.type02,
.finishing-work .sec02 .layout_b.type02,
.finishing-work .sec03 .layout_a.type02,
.finishing-work .sec03 .layout_b.type02,
.finishing-work .sec04 .layout_a.type02,
.finishing-work .sec04 .layout_b.type02,
.finishing-work .sec05 .layout_a.type02,
.finishing-work .sec05 .layout_b.type02,
.residue-removal .sec02 .layout_a.type02,
.residue-removal .sec02 .layout_b.type02,
.residue-removal .sec03 .layout_a.type02,
.residue-removal .sec03 .layout_b.type02,
.residue-removal .sec04 .layout_a.type02,
.residue-removal .sec04 .layout_b.type02,
.residue-removal .sec05 .layout_a.type02,
.residue-removal .sec05 .layout_b.type02,
.sorting-out-belongings .sec02 .layout_a.type02,
.sorting-out-belongings .sec02 .layout_b.type02,
.sorting-out-belongings .sec03 .layout_a.type02,
.sorting-out-belongings .sec03 .layout_b.type02,
.sorting-out-belongings .sec04 .layout_a.type02,
.sorting-out-belongings .sec04 .layout_b.type02,
.sorting-out-belongings .sec05 .layout_a.type02,
.sorting-out-belongings .sec05 .layout_b.type02,
.kilning .sec02 .layout_a.type02,
.kilning .sec02 .layout_b.type02,
.kilning .sec03 .layout_a.type02,
.kilning .sec03 .layout_b.type02,
.kilning .sec04 .layout_a.type02,
.kilning .sec04 .layout_b.type02,
.kilning .sec05 .layout_a.type02,
.kilning .sec05 .layout_b.type02,
.clutter-cleaning .sec02 .layout_a.type02,
.clutter-cleaning .sec02 .layout_b.type02,
.clutter-cleaning .sec03 .layout_a.type02,
.clutter-cleaning .sec03 .layout_b.type02,
.clutter-cleaning .sec04 .layout_a.type02,
.clutter-cleaning .sec04 .layout_b.type02,
.clutter-cleaning .sec05 .layout_a.type02,
.clutter-cleaning .sec05 .layout_b.type02,
.specialized-cleaning .sec02 .layout_a.type02,
.specialized-cleaning .sec02 .layout_b.type02,
.specialized-cleaning .sec03 .layout_a.type02,
.specialized-cleaning .sec03 .layout_b.type02,
.specialized-cleaning .sec04 .layout_a.type02,
.specialized-cleaning .sec04 .layout_b.type02,
.specialized-cleaning .sec05 .layout_a.type02,
.specialized-cleaning .sec05 .layout_b.type02,
.outsourcing-of-management-services .sec02 .layout_a.type02,
.outsourcing-of-management-services .sec02 .layout_b.type02,
.outsourcing-of-management-services .sec03 .layout_a.type02,
.outsourcing-of-management-services .sec03 .layout_b.type02,
.outsourcing-of-management-services .sec04 .layout_a.type02,
.outsourcing-of-management-services .sec04 .layout_b.type02,
.outsourcing-of-management-services .sec05 .layout_a.type02,
.outsourcing-of-management-services .sec05 .layout_b.type02,
.move-out-inspection-agency .sec02 .layout_a.type02,
.move-out-inspection-agency .sec02 .layout_b.type02,
.move-out-inspection-agency .sec03 .layout_a.type02,
.move-out-inspection-agency .sec03 .layout_b.type02,
.move-out-inspection-agency .sec04 .layout_a.type02,
.move-out-inspection-agency .sec04 .layout_b.type02,
.move-out-inspection-agency .sec05 .layout_a.type02,
.move-out-inspection-agency .sec05 .layout_b.type02,
.patrol-cleaning .sec02 .layout_a.type02,
.patrol-cleaning .sec02 .layout_b.type02,
.patrol-cleaning .sec03 .layout_a.type02,
.patrol-cleaning .sec03 .layout_b.type02,
.patrol-cleaning .sec04 .layout_a.type02,
.patrol-cleaning .sec04 .layout_b.type02,
.patrol-cleaning .sec05 .layout_a.type02,
.patrol-cleaning .sec05 .layout_b.type02,
.regular-cleaning .sec02 .layout_a.type02,
.regular-cleaning .sec02 .layout_b.type02,
.regular-cleaning .sec03 .layout_a.type02,
.regular-cleaning .sec03 .layout_b.type02,
.regular-cleaning .sec04 .layout_a.type02,
.regular-cleaning .sec04 .layout_b.type02,
.regular-cleaning .sec05 .layout_a.type02,
.regular-cleaning .sec05 .layout_b.type02,
.patrol-management .sec02 .layout_a.type02,
.patrol-management .sec02 .layout_b.type02,
.patrol-management .sec03 .layout_a.type02,
.patrol-management .sec03 .layout_b.type02,
.patrol-management .sec04 .layout_a.type02,
.patrol-management .sec04 .layout_b.type02,
.patrol-management .sec05 .layout_a.type02,
.patrol-management .sec05 .layout_b.type02,
.pre-occupancy-inspection .sec02 .layout_a.type02,
.pre-occupancy-inspection .sec02 .layout_b.type02,
.pre-occupancy-inspection .sec03 .layout_a.type02,
.pre-occupancy-inspection .sec03 .layout_b.type02,
.pre-occupancy-inspection .sec04 .layout_a.type02,
.pre-occupancy-inspection .sec04 .layout_b.type02,
.pre-occupancy-inspection .sec05 .layout_a.type02,
.pre-occupancy-inspection .sec05 .layout_b.type02,
.pre-move-in-inspection .sec02 .layout_a.type02,
.pre-move-in-inspection .sec02 .layout_b.type02,
.pre-move-in-inspection .sec03 .layout_a.type02,
.pre-move-in-inspection .sec03 .layout_b.type02,
.pre-move-in-inspection .sec04 .layout_a.type02,
.pre-move-in-inspection .sec04 .layout_b.type02,
.pre-move-in-inspection .sec05 .layout_a.type02,
.pre-move-in-inspection .sec05 .layout_b.type02,
.remove-snow .sec02 .layout_a.type02,
.remove-snow .sec02 .layout_b.type02,
.remove-snow .sec03 .layout_a.type02,
.remove-snow .sec03 .layout_b.type02,
.remove-snow .sec04 .layout_a.type02,
.remove-snow .sec04 .layout_b.type02,
.remove-snow .sec05 .layout_a.type02,
.remove-snow .sec05 .layout_b.type02,
.snow-removal .sec02 .layout_a.type02,
.snow-removal .sec02 .layout_b.type02,
.snow-removal .sec03 .layout_a.type02,
.snow-removal .sec03 .layout_b.type02,
.snow-removal .sec04 .layout_a.type02,
.snow-removal .sec04 .layout_b.type02,
.snow-removal .sec05 .layout_a.type02,
.snow-removal .sec05 .layout_b.type02,
.air-conditioner-cleaning .sec02 .layout_a.type02,
.air-conditioner-cleaning .sec02 .layout_b.type02,
.air-conditioner-cleaning .sec03 .layout_a.type02,
.air-conditioner-cleaning .sec03 .layout_b.type02,
.air-conditioner-cleaning .sec04 .layout_a.type02,
.air-conditioner-cleaning .sec04 .layout_b.type02,
.air-conditioner-cleaning .sec05 .layout_a.type02,
.air-conditioner-cleaning .sec05 .layout_b.type02,
.residue-removal-corporation .sec02 .layout_a.type02,
.residue-removal-corporation .sec02 .layout_b.type02,
.residue-removal-corporation .sec03 .layout_a.type02,
.residue-removal-corporation .sec03 .layout_b.type02,
.residue-removal-corporation .sec04 .layout_a.type02,
.residue-removal-corporation .sec04 .layout_b.type02,
.residue-removal-corporation .sec05 .layout_a.type02,
.residue-removal-corporation .sec05 .layout_b.type02,
.real-estate-transaction .sec02 .layout_a.type02,
.real-estate-transaction .sec02 .layout_b.type02,
.real-estate-transaction .sec03 .layout_a.type02,
.real-estate-transaction .sec03 .layout_b.type02,
.real-estate-transaction .sec04 .layout_a.type02,
.real-estate-transaction .sec04 .layout_b.type02,
.real-estate-transaction .sec05 .layout_a.type02,
.real-estate-transaction .sec05 .layout_b.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner .sec02 .layout_a.type02 .imgbox,
.partner .sec02 .layout_b.type02 .imgbox,
.partner .sec03 .layout_a.type02 .imgbox,
.partner .sec03 .layout_b.type02 .imgbox,
.partner .sec04 .layout_a.type02 .imgbox,
.partner .sec04 .layout_b.type02 .imgbox,
.partner .sec05 .layout_a.type02 .imgbox,
.partner .sec05 .layout_b.type02 .imgbox,
.house-cleaning .sec02 .layout_a.type02 .imgbox,
.house-cleaning .sec02 .layout_b.type02 .imgbox,
.house-cleaning .sec03 .layout_a.type02 .imgbox,
.house-cleaning .sec03 .layout_b.type02 .imgbox,
.house-cleaning .sec04 .layout_a.type02 .imgbox,
.house-cleaning .sec04 .layout_b.type02 .imgbox,
.house-cleaning .sec05 .layout_a.type02 .imgbox,
.house-cleaning .sec05 .layout_b.type02 .imgbox,
.air-conditioner .sec02 .layout_a.type02 .imgbox,
.air-conditioner .sec02 .layout_b.type02 .imgbox,
.air-conditioner .sec03 .layout_a.type02 .imgbox,
.air-conditioner .sec03 .layout_b.type02 .imgbox,
.air-conditioner .sec04 .layout_a.type02 .imgbox,
.air-conditioner .sec04 .layout_b.type02 .imgbox,
.air-conditioner .sec05 .layout_a.type02 .imgbox,
.air-conditioner .sec05 .layout_b.type02 .imgbox,
.housing-renovation .sec02 .layout_a.type02 .imgbox,
.housing-renovation .sec02 .layout_b.type02 .imgbox,
.housing-renovation .sec03 .layout_a.type02 .imgbox,
.housing-renovation .sec03 .layout_b.type02 .imgbox,
.housing-renovation .sec04 .layout_a.type02 .imgbox,
.housing-renovation .sec04 .layout_b.type02 .imgbox,
.housing-renovation .sec05 .layout_a.type02 .imgbox,
.housing-renovation .sec05 .layout_b.type02 .imgbox,
.finishing-work .sec02 .layout_a.type02 .imgbox,
.finishing-work .sec02 .layout_b.type02 .imgbox,
.finishing-work .sec03 .layout_a.type02 .imgbox,
.finishing-work .sec03 .layout_b.type02 .imgbox,
.finishing-work .sec04 .layout_a.type02 .imgbox,
.finishing-work .sec04 .layout_b.type02 .imgbox,
.finishing-work .sec05 .layout_a.type02 .imgbox,
.finishing-work .sec05 .layout_b.type02 .imgbox,
.residue-removal .sec02 .layout_a.type02 .imgbox,
.residue-removal .sec02 .layout_b.type02 .imgbox,
.residue-removal .sec03 .layout_a.type02 .imgbox,
.residue-removal .sec03 .layout_b.type02 .imgbox,
.residue-removal .sec04 .layout_a.type02 .imgbox,
.residue-removal .sec04 .layout_b.type02 .imgbox,
.residue-removal .sec05 .layout_a.type02 .imgbox,
.residue-removal .sec05 .layout_b.type02 .imgbox,
.sorting-out-belongings .sec02 .layout_a.type02 .imgbox,
.sorting-out-belongings .sec02 .layout_b.type02 .imgbox,
.sorting-out-belongings .sec03 .layout_a.type02 .imgbox,
.sorting-out-belongings .sec03 .layout_b.type02 .imgbox,
.sorting-out-belongings .sec04 .layout_a.type02 .imgbox,
.sorting-out-belongings .sec04 .layout_b.type02 .imgbox,
.sorting-out-belongings .sec05 .layout_a.type02 .imgbox,
.sorting-out-belongings .sec05 .layout_b.type02 .imgbox,
.kilning .sec02 .layout_a.type02 .imgbox,
.kilning .sec02 .layout_b.type02 .imgbox,
.kilning .sec03 .layout_a.type02 .imgbox,
.kilning .sec03 .layout_b.type02 .imgbox,
.kilning .sec04 .layout_a.type02 .imgbox,
.kilning .sec04 .layout_b.type02 .imgbox,
.kilning .sec05 .layout_a.type02 .imgbox,
.kilning .sec05 .layout_b.type02 .imgbox,
.clutter-cleaning .sec02 .layout_a.type02 .imgbox,
.clutter-cleaning .sec02 .layout_b.type02 .imgbox,
.clutter-cleaning .sec03 .layout_a.type02 .imgbox,
.clutter-cleaning .sec03 .layout_b.type02 .imgbox,
.clutter-cleaning .sec04 .layout_a.type02 .imgbox,
.clutter-cleaning .sec04 .layout_b.type02 .imgbox,
.clutter-cleaning .sec05 .layout_a.type02 .imgbox,
.clutter-cleaning .sec05 .layout_b.type02 .imgbox,
.specialized-cleaning .sec02 .layout_a.type02 .imgbox,
.specialized-cleaning .sec02 .layout_b.type02 .imgbox,
.specialized-cleaning .sec03 .layout_a.type02 .imgbox,
.specialized-cleaning .sec03 .layout_b.type02 .imgbox,
.specialized-cleaning .sec04 .layout_a.type02 .imgbox,
.specialized-cleaning .sec04 .layout_b.type02 .imgbox,
.specialized-cleaning .sec05 .layout_a.type02 .imgbox,
.specialized-cleaning .sec05 .layout_b.type02 .imgbox,
.outsourcing-of-management-services .sec02 .layout_a.type02 .imgbox,
.outsourcing-of-management-services .sec02 .layout_b.type02 .imgbox,
.outsourcing-of-management-services .sec03 .layout_a.type02 .imgbox,
.outsourcing-of-management-services .sec03 .layout_b.type02 .imgbox,
.outsourcing-of-management-services .sec04 .layout_a.type02 .imgbox,
.outsourcing-of-management-services .sec04 .layout_b.type02 .imgbox,
.outsourcing-of-management-services .sec05 .layout_a.type02 .imgbox,
.outsourcing-of-management-services .sec05 .layout_b.type02 .imgbox,
.move-out-inspection-agency .sec02 .layout_a.type02 .imgbox,
.move-out-inspection-agency .sec02 .layout_b.type02 .imgbox,
.move-out-inspection-agency .sec03 .layout_a.type02 .imgbox,
.move-out-inspection-agency .sec03 .layout_b.type02 .imgbox,
.move-out-inspection-agency .sec04 .layout_a.type02 .imgbox,
.move-out-inspection-agency .sec04 .layout_b.type02 .imgbox,
.move-out-inspection-agency .sec05 .layout_a.type02 .imgbox,
.move-out-inspection-agency .sec05 .layout_b.type02 .imgbox,
.patrol-cleaning .sec02 .layout_a.type02 .imgbox,
.patrol-cleaning .sec02 .layout_b.type02 .imgbox,
.patrol-cleaning .sec03 .layout_a.type02 .imgbox,
.patrol-cleaning .sec03 .layout_b.type02 .imgbox,
.patrol-cleaning .sec04 .layout_a.type02 .imgbox,
.patrol-cleaning .sec04 .layout_b.type02 .imgbox,
.patrol-cleaning .sec05 .layout_a.type02 .imgbox,
.patrol-cleaning .sec05 .layout_b.type02 .imgbox,
.regular-cleaning .sec02 .layout_a.type02 .imgbox,
.regular-cleaning .sec02 .layout_b.type02 .imgbox,
.regular-cleaning .sec03 .layout_a.type02 .imgbox,
.regular-cleaning .sec03 .layout_b.type02 .imgbox,
.regular-cleaning .sec04 .layout_a.type02 .imgbox,
.regular-cleaning .sec04 .layout_b.type02 .imgbox,
.regular-cleaning .sec05 .layout_a.type02 .imgbox,
.regular-cleaning .sec05 .layout_b.type02 .imgbox,
.patrol-management .sec02 .layout_a.type02 .imgbox,
.patrol-management .sec02 .layout_b.type02 .imgbox,
.patrol-management .sec03 .layout_a.type02 .imgbox,
.patrol-management .sec03 .layout_b.type02 .imgbox,
.patrol-management .sec04 .layout_a.type02 .imgbox,
.patrol-management .sec04 .layout_b.type02 .imgbox,
.patrol-management .sec05 .layout_a.type02 .imgbox,
.patrol-management .sec05 .layout_b.type02 .imgbox,
.pre-occupancy-inspection .sec02 .layout_a.type02 .imgbox,
.pre-occupancy-inspection .sec02 .layout_b.type02 .imgbox,
.pre-occupancy-inspection .sec03 .layout_a.type02 .imgbox,
.pre-occupancy-inspection .sec03 .layout_b.type02 .imgbox,
.pre-occupancy-inspection .sec04 .layout_a.type02 .imgbox,
.pre-occupancy-inspection .sec04 .layout_b.type02 .imgbox,
.pre-occupancy-inspection .sec05 .layout_a.type02 .imgbox,
.pre-occupancy-inspection .sec05 .layout_b.type02 .imgbox,
.pre-move-in-inspection .sec02 .layout_a.type02 .imgbox,
.pre-move-in-inspection .sec02 .layout_b.type02 .imgbox,
.pre-move-in-inspection .sec03 .layout_a.type02 .imgbox,
.pre-move-in-inspection .sec03 .layout_b.type02 .imgbox,
.pre-move-in-inspection .sec04 .layout_a.type02 .imgbox,
.pre-move-in-inspection .sec04 .layout_b.type02 .imgbox,
.pre-move-in-inspection .sec05 .layout_a.type02 .imgbox,
.pre-move-in-inspection .sec05 .layout_b.type02 .imgbox,
.remove-snow .sec02 .layout_a.type02 .imgbox,
.remove-snow .sec02 .layout_b.type02 .imgbox,
.remove-snow .sec03 .layout_a.type02 .imgbox,
.remove-snow .sec03 .layout_b.type02 .imgbox,
.remove-snow .sec04 .layout_a.type02 .imgbox,
.remove-snow .sec04 .layout_b.type02 .imgbox,
.remove-snow .sec05 .layout_a.type02 .imgbox,
.remove-snow .sec05 .layout_b.type02 .imgbox,
.snow-removal .sec02 .layout_a.type02 .imgbox,
.snow-removal .sec02 .layout_b.type02 .imgbox,
.snow-removal .sec03 .layout_a.type02 .imgbox,
.snow-removal .sec03 .layout_b.type02 .imgbox,
.snow-removal .sec04 .layout_a.type02 .imgbox,
.snow-removal .sec04 .layout_b.type02 .imgbox,
.snow-removal .sec05 .layout_a.type02 .imgbox,
.snow-removal .sec05 .layout_b.type02 .imgbox,
.air-conditioner-cleaning .sec02 .layout_a.type02 .imgbox,
.air-conditioner-cleaning .sec02 .layout_b.type02 .imgbox,
.air-conditioner-cleaning .sec03 .layout_a.type02 .imgbox,
.air-conditioner-cleaning .sec03 .layout_b.type02 .imgbox,
.air-conditioner-cleaning .sec04 .layout_a.type02 .imgbox,
.air-conditioner-cleaning .sec04 .layout_b.type02 .imgbox,
.air-conditioner-cleaning .sec05 .layout_a.type02 .imgbox,
.air-conditioner-cleaning .sec05 .layout_b.type02 .imgbox,
.residue-removal-corporation .sec02 .layout_a.type02 .imgbox,
.residue-removal-corporation .sec02 .layout_b.type02 .imgbox,
.residue-removal-corporation .sec03 .layout_a.type02 .imgbox,
.residue-removal-corporation .sec03 .layout_b.type02 .imgbox,
.residue-removal-corporation .sec04 .layout_a.type02 .imgbox,
.residue-removal-corporation .sec04 .layout_b.type02 .imgbox,
.residue-removal-corporation .sec05 .layout_a.type02 .imgbox,
.residue-removal-corporation .sec05 .layout_b.type02 .imgbox,
.real-estate-transaction .sec02 .layout_a.type02 .imgbox,
.real-estate-transaction .sec02 .layout_b.type02 .imgbox,
.real-estate-transaction .sec03 .layout_a.type02 .imgbox,
.real-estate-transaction .sec03 .layout_b.type02 .imgbox,
.real-estate-transaction .sec04 .layout_a.type02 .imgbox,
.real-estate-transaction .sec04 .layout_b.type02 .imgbox,
.real-estate-transaction .sec05 .layout_a.type02 .imgbox,
.real-estate-transaction .sec05 .layout_b.type02 .imgbox {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .partner .sec02 .layout_a.type02 .imgbox,
  .partner .sec02 .layout_b.type02 .imgbox,
  .partner .sec03 .layout_a.type02 .imgbox,
  .partner .sec03 .layout_b.type02 .imgbox,
  .partner .sec04 .layout_a.type02 .imgbox,
  .partner .sec04 .layout_b.type02 .imgbox,
  .partner .sec05 .layout_a.type02 .imgbox,
  .partner .sec05 .layout_b.type02 .imgbox,
  .house-cleaning .sec02 .layout_a.type02 .imgbox,
  .house-cleaning .sec02 .layout_b.type02 .imgbox,
  .house-cleaning .sec03 .layout_a.type02 .imgbox,
  .house-cleaning .sec03 .layout_b.type02 .imgbox,
  .house-cleaning .sec04 .layout_a.type02 .imgbox,
  .house-cleaning .sec04 .layout_b.type02 .imgbox,
  .house-cleaning .sec05 .layout_a.type02 .imgbox,
  .house-cleaning .sec05 .layout_b.type02 .imgbox,
  .air-conditioner .sec02 .layout_a.type02 .imgbox,
  .air-conditioner .sec02 .layout_b.type02 .imgbox,
  .air-conditioner .sec03 .layout_a.type02 .imgbox,
  .air-conditioner .sec03 .layout_b.type02 .imgbox,
  .air-conditioner .sec04 .layout_a.type02 .imgbox,
  .air-conditioner .sec04 .layout_b.type02 .imgbox,
  .air-conditioner .sec05 .layout_a.type02 .imgbox,
  .air-conditioner .sec05 .layout_b.type02 .imgbox,
  .housing-renovation .sec02 .layout_a.type02 .imgbox,
  .housing-renovation .sec02 .layout_b.type02 .imgbox,
  .housing-renovation .sec03 .layout_a.type02 .imgbox,
  .housing-renovation .sec03 .layout_b.type02 .imgbox,
  .housing-renovation .sec04 .layout_a.type02 .imgbox,
  .housing-renovation .sec04 .layout_b.type02 .imgbox,
  .housing-renovation .sec05 .layout_a.type02 .imgbox,
  .housing-renovation .sec05 .layout_b.type02 .imgbox,
  .finishing-work .sec02 .layout_a.type02 .imgbox,
  .finishing-work .sec02 .layout_b.type02 .imgbox,
  .finishing-work .sec03 .layout_a.type02 .imgbox,
  .finishing-work .sec03 .layout_b.type02 .imgbox,
  .finishing-work .sec04 .layout_a.type02 .imgbox,
  .finishing-work .sec04 .layout_b.type02 .imgbox,
  .finishing-work .sec05 .layout_a.type02 .imgbox,
  .finishing-work .sec05 .layout_b.type02 .imgbox,
  .residue-removal .sec02 .layout_a.type02 .imgbox,
  .residue-removal .sec02 .layout_b.type02 .imgbox,
  .residue-removal .sec03 .layout_a.type02 .imgbox,
  .residue-removal .sec03 .layout_b.type02 .imgbox,
  .residue-removal .sec04 .layout_a.type02 .imgbox,
  .residue-removal .sec04 .layout_b.type02 .imgbox,
  .residue-removal .sec05 .layout_a.type02 .imgbox,
  .residue-removal .sec05 .layout_b.type02 .imgbox,
  .sorting-out-belongings .sec02 .layout_a.type02 .imgbox,
  .sorting-out-belongings .sec02 .layout_b.type02 .imgbox,
  .sorting-out-belongings .sec03 .layout_a.type02 .imgbox,
  .sorting-out-belongings .sec03 .layout_b.type02 .imgbox,
  .sorting-out-belongings .sec04 .layout_a.type02 .imgbox,
  .sorting-out-belongings .sec04 .layout_b.type02 .imgbox,
  .sorting-out-belongings .sec05 .layout_a.type02 .imgbox,
  .sorting-out-belongings .sec05 .layout_b.type02 .imgbox,
  .kilning .sec02 .layout_a.type02 .imgbox,
  .kilning .sec02 .layout_b.type02 .imgbox,
  .kilning .sec03 .layout_a.type02 .imgbox,
  .kilning .sec03 .layout_b.type02 .imgbox,
  .kilning .sec04 .layout_a.type02 .imgbox,
  .kilning .sec04 .layout_b.type02 .imgbox,
  .kilning .sec05 .layout_a.type02 .imgbox,
  .kilning .sec05 .layout_b.type02 .imgbox,
  .clutter-cleaning .sec02 .layout_a.type02 .imgbox,
  .clutter-cleaning .sec02 .layout_b.type02 .imgbox,
  .clutter-cleaning .sec03 .layout_a.type02 .imgbox,
  .clutter-cleaning .sec03 .layout_b.type02 .imgbox,
  .clutter-cleaning .sec04 .layout_a.type02 .imgbox,
  .clutter-cleaning .sec04 .layout_b.type02 .imgbox,
  .clutter-cleaning .sec05 .layout_a.type02 .imgbox,
  .clutter-cleaning .sec05 .layout_b.type02 .imgbox,
  .specialized-cleaning .sec02 .layout_a.type02 .imgbox,
  .specialized-cleaning .sec02 .layout_b.type02 .imgbox,
  .specialized-cleaning .sec03 .layout_a.type02 .imgbox,
  .specialized-cleaning .sec03 .layout_b.type02 .imgbox,
  .specialized-cleaning .sec04 .layout_a.type02 .imgbox,
  .specialized-cleaning .sec04 .layout_b.type02 .imgbox,
  .specialized-cleaning .sec05 .layout_a.type02 .imgbox,
  .specialized-cleaning .sec05 .layout_b.type02 .imgbox,
  .outsourcing-of-management-services .sec02 .layout_a.type02 .imgbox,
  .outsourcing-of-management-services .sec02 .layout_b.type02 .imgbox,
  .outsourcing-of-management-services .sec03 .layout_a.type02 .imgbox,
  .outsourcing-of-management-services .sec03 .layout_b.type02 .imgbox,
  .outsourcing-of-management-services .sec04 .layout_a.type02 .imgbox,
  .outsourcing-of-management-services .sec04 .layout_b.type02 .imgbox,
  .outsourcing-of-management-services .sec05 .layout_a.type02 .imgbox,
  .outsourcing-of-management-services .sec05 .layout_b.type02 .imgbox,
  .move-out-inspection-agency .sec02 .layout_a.type02 .imgbox,
  .move-out-inspection-agency .sec02 .layout_b.type02 .imgbox,
  .move-out-inspection-agency .sec03 .layout_a.type02 .imgbox,
  .move-out-inspection-agency .sec03 .layout_b.type02 .imgbox,
  .move-out-inspection-agency .sec04 .layout_a.type02 .imgbox,
  .move-out-inspection-agency .sec04 .layout_b.type02 .imgbox,
  .move-out-inspection-agency .sec05 .layout_a.type02 .imgbox,
  .move-out-inspection-agency .sec05 .layout_b.type02 .imgbox,
  .patrol-cleaning .sec02 .layout_a.type02 .imgbox,
  .patrol-cleaning .sec02 .layout_b.type02 .imgbox,
  .patrol-cleaning .sec03 .layout_a.type02 .imgbox,
  .patrol-cleaning .sec03 .layout_b.type02 .imgbox,
  .patrol-cleaning .sec04 .layout_a.type02 .imgbox,
  .patrol-cleaning .sec04 .layout_b.type02 .imgbox,
  .patrol-cleaning .sec05 .layout_a.type02 .imgbox,
  .patrol-cleaning .sec05 .layout_b.type02 .imgbox,
  .regular-cleaning .sec02 .layout_a.type02 .imgbox,
  .regular-cleaning .sec02 .layout_b.type02 .imgbox,
  .regular-cleaning .sec03 .layout_a.type02 .imgbox,
  .regular-cleaning .sec03 .layout_b.type02 .imgbox,
  .regular-cleaning .sec04 .layout_a.type02 .imgbox,
  .regular-cleaning .sec04 .layout_b.type02 .imgbox,
  .regular-cleaning .sec05 .layout_a.type02 .imgbox,
  .regular-cleaning .sec05 .layout_b.type02 .imgbox,
  .patrol-management .sec02 .layout_a.type02 .imgbox,
  .patrol-management .sec02 .layout_b.type02 .imgbox,
  .patrol-management .sec03 .layout_a.type02 .imgbox,
  .patrol-management .sec03 .layout_b.type02 .imgbox,
  .patrol-management .sec04 .layout_a.type02 .imgbox,
  .patrol-management .sec04 .layout_b.type02 .imgbox,
  .patrol-management .sec05 .layout_a.type02 .imgbox,
  .patrol-management .sec05 .layout_b.type02 .imgbox,
  .pre-occupancy-inspection .sec02 .layout_a.type02 .imgbox,
  .pre-occupancy-inspection .sec02 .layout_b.type02 .imgbox,
  .pre-occupancy-inspection .sec03 .layout_a.type02 .imgbox,
  .pre-occupancy-inspection .sec03 .layout_b.type02 .imgbox,
  .pre-occupancy-inspection .sec04 .layout_a.type02 .imgbox,
  .pre-occupancy-inspection .sec04 .layout_b.type02 .imgbox,
  .pre-occupancy-inspection .sec05 .layout_a.type02 .imgbox,
  .pre-occupancy-inspection .sec05 .layout_b.type02 .imgbox,
  .pre-move-in-inspection .sec02 .layout_a.type02 .imgbox,
  .pre-move-in-inspection .sec02 .layout_b.type02 .imgbox,
  .pre-move-in-inspection .sec03 .layout_a.type02 .imgbox,
  .pre-move-in-inspection .sec03 .layout_b.type02 .imgbox,
  .pre-move-in-inspection .sec04 .layout_a.type02 .imgbox,
  .pre-move-in-inspection .sec04 .layout_b.type02 .imgbox,
  .pre-move-in-inspection .sec05 .layout_a.type02 .imgbox,
  .pre-move-in-inspection .sec05 .layout_b.type02 .imgbox,
  .remove-snow .sec02 .layout_a.type02 .imgbox,
  .remove-snow .sec02 .layout_b.type02 .imgbox,
  .remove-snow .sec03 .layout_a.type02 .imgbox,
  .remove-snow .sec03 .layout_b.type02 .imgbox,
  .remove-snow .sec04 .layout_a.type02 .imgbox,
  .remove-snow .sec04 .layout_b.type02 .imgbox,
  .remove-snow .sec05 .layout_a.type02 .imgbox,
  .remove-snow .sec05 .layout_b.type02 .imgbox,
  .snow-removal .sec02 .layout_a.type02 .imgbox,
  .snow-removal .sec02 .layout_b.type02 .imgbox,
  .snow-removal .sec03 .layout_a.type02 .imgbox,
  .snow-removal .sec03 .layout_b.type02 .imgbox,
  .snow-removal .sec04 .layout_a.type02 .imgbox,
  .snow-removal .sec04 .layout_b.type02 .imgbox,
  .snow-removal .sec05 .layout_a.type02 .imgbox,
  .snow-removal .sec05 .layout_b.type02 .imgbox,
  .air-conditioner-cleaning .sec02 .layout_a.type02 .imgbox,
  .air-conditioner-cleaning .sec02 .layout_b.type02 .imgbox,
  .air-conditioner-cleaning .sec03 .layout_a.type02 .imgbox,
  .air-conditioner-cleaning .sec03 .layout_b.type02 .imgbox,
  .air-conditioner-cleaning .sec04 .layout_a.type02 .imgbox,
  .air-conditioner-cleaning .sec04 .layout_b.type02 .imgbox,
  .air-conditioner-cleaning .sec05 .layout_a.type02 .imgbox,
  .air-conditioner-cleaning .sec05 .layout_b.type02 .imgbox,
  .residue-removal-corporation .sec02 .layout_a.type02 .imgbox,
  .residue-removal-corporation .sec02 .layout_b.type02 .imgbox,
  .residue-removal-corporation .sec03 .layout_a.type02 .imgbox,
  .residue-removal-corporation .sec03 .layout_b.type02 .imgbox,
  .residue-removal-corporation .sec04 .layout_a.type02 .imgbox,
  .residue-removal-corporation .sec04 .layout_b.type02 .imgbox,
  .residue-removal-corporation .sec05 .layout_a.type02 .imgbox,
  .residue-removal-corporation .sec05 .layout_b.type02 .imgbox,
  .real-estate-transaction .sec02 .layout_a.type02 .imgbox,
  .real-estate-transaction .sec02 .layout_b.type02 .imgbox,
  .real-estate-transaction .sec03 .layout_a.type02 .imgbox,
  .real-estate-transaction .sec03 .layout_b.type02 .imgbox,
  .real-estate-transaction .sec04 .layout_a.type02 .imgbox,
  .real-estate-transaction .sec04 .layout_b.type02 .imgbox,
  .real-estate-transaction .sec05 .layout_a.type02 .imgbox,
  .real-estate-transaction .sec05 .layout_b.type02 .imgbox {
    width: 100%;
  }
}

.partner .sec02 .layout_a.type02 .imgbox figure img,
.partner .sec02 .layout_b.type02 .imgbox figure img,
.partner .sec03 .layout_a.type02 .imgbox figure img,
.partner .sec03 .layout_b.type02 .imgbox figure img,
.partner .sec04 .layout_a.type02 .imgbox figure img,
.partner .sec04 .layout_b.type02 .imgbox figure img,
.partner .sec05 .layout_a.type02 .imgbox figure img,
.partner .sec05 .layout_b.type02 .imgbox figure img,
.house-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.house-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.house-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.house-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.house-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.house-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.house-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.house-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.air-conditioner .sec02 .layout_a.type02 .imgbox figure img,
.air-conditioner .sec02 .layout_b.type02 .imgbox figure img,
.air-conditioner .sec03 .layout_a.type02 .imgbox figure img,
.air-conditioner .sec03 .layout_b.type02 .imgbox figure img,
.air-conditioner .sec04 .layout_a.type02 .imgbox figure img,
.air-conditioner .sec04 .layout_b.type02 .imgbox figure img,
.air-conditioner .sec05 .layout_a.type02 .imgbox figure img,
.air-conditioner .sec05 .layout_b.type02 .imgbox figure img,
.housing-renovation .sec02 .layout_a.type02 .imgbox figure img,
.housing-renovation .sec02 .layout_b.type02 .imgbox figure img,
.housing-renovation .sec03 .layout_a.type02 .imgbox figure img,
.housing-renovation .sec03 .layout_b.type02 .imgbox figure img,
.housing-renovation .sec04 .layout_a.type02 .imgbox figure img,
.housing-renovation .sec04 .layout_b.type02 .imgbox figure img,
.housing-renovation .sec05 .layout_a.type02 .imgbox figure img,
.housing-renovation .sec05 .layout_b.type02 .imgbox figure img,
.finishing-work .sec02 .layout_a.type02 .imgbox figure img,
.finishing-work .sec02 .layout_b.type02 .imgbox figure img,
.finishing-work .sec03 .layout_a.type02 .imgbox figure img,
.finishing-work .sec03 .layout_b.type02 .imgbox figure img,
.finishing-work .sec04 .layout_a.type02 .imgbox figure img,
.finishing-work .sec04 .layout_b.type02 .imgbox figure img,
.finishing-work .sec05 .layout_a.type02 .imgbox figure img,
.finishing-work .sec05 .layout_b.type02 .imgbox figure img,
.residue-removal .sec02 .layout_a.type02 .imgbox figure img,
.residue-removal .sec02 .layout_b.type02 .imgbox figure img,
.residue-removal .sec03 .layout_a.type02 .imgbox figure img,
.residue-removal .sec03 .layout_b.type02 .imgbox figure img,
.residue-removal .sec04 .layout_a.type02 .imgbox figure img,
.residue-removal .sec04 .layout_b.type02 .imgbox figure img,
.residue-removal .sec05 .layout_a.type02 .imgbox figure img,
.residue-removal .sec05 .layout_b.type02 .imgbox figure img,
.sorting-out-belongings .sec02 .layout_a.type02 .imgbox figure img,
.sorting-out-belongings .sec02 .layout_b.type02 .imgbox figure img,
.sorting-out-belongings .sec03 .layout_a.type02 .imgbox figure img,
.sorting-out-belongings .sec03 .layout_b.type02 .imgbox figure img,
.sorting-out-belongings .sec04 .layout_a.type02 .imgbox figure img,
.sorting-out-belongings .sec04 .layout_b.type02 .imgbox figure img,
.sorting-out-belongings .sec05 .layout_a.type02 .imgbox figure img,
.sorting-out-belongings .sec05 .layout_b.type02 .imgbox figure img,
.kilning .sec02 .layout_a.type02 .imgbox figure img,
.kilning .sec02 .layout_b.type02 .imgbox figure img,
.kilning .sec03 .layout_a.type02 .imgbox figure img,
.kilning .sec03 .layout_b.type02 .imgbox figure img,
.kilning .sec04 .layout_a.type02 .imgbox figure img,
.kilning .sec04 .layout_b.type02 .imgbox figure img,
.kilning .sec05 .layout_a.type02 .imgbox figure img,
.kilning .sec05 .layout_b.type02 .imgbox figure img,
.clutter-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.clutter-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.clutter-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.clutter-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.clutter-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.clutter-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.clutter-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.clutter-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.specialized-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.specialized-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.specialized-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.specialized-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.specialized-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.specialized-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.specialized-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.specialized-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.outsourcing-of-management-services .sec02 .layout_a.type02 .imgbox figure img,
.outsourcing-of-management-services .sec02 .layout_b.type02 .imgbox figure img,
.outsourcing-of-management-services .sec03 .layout_a.type02 .imgbox figure img,
.outsourcing-of-management-services .sec03 .layout_b.type02 .imgbox figure img,
.outsourcing-of-management-services .sec04 .layout_a.type02 .imgbox figure img,
.outsourcing-of-management-services .sec04 .layout_b.type02 .imgbox figure img,
.outsourcing-of-management-services .sec05 .layout_a.type02 .imgbox figure img,
.outsourcing-of-management-services .sec05 .layout_b.type02 .imgbox figure img,
.move-out-inspection-agency .sec02 .layout_a.type02 .imgbox figure img,
.move-out-inspection-agency .sec02 .layout_b.type02 .imgbox figure img,
.move-out-inspection-agency .sec03 .layout_a.type02 .imgbox figure img,
.move-out-inspection-agency .sec03 .layout_b.type02 .imgbox figure img,
.move-out-inspection-agency .sec04 .layout_a.type02 .imgbox figure img,
.move-out-inspection-agency .sec04 .layout_b.type02 .imgbox figure img,
.move-out-inspection-agency .sec05 .layout_a.type02 .imgbox figure img,
.move-out-inspection-agency .sec05 .layout_b.type02 .imgbox figure img,
.patrol-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.patrol-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.patrol-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.patrol-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.patrol-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.patrol-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.patrol-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.patrol-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.regular-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.regular-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.regular-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.regular-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.regular-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.regular-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.regular-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.regular-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.patrol-management .sec02 .layout_a.type02 .imgbox figure img,
.patrol-management .sec02 .layout_b.type02 .imgbox figure img,
.patrol-management .sec03 .layout_a.type02 .imgbox figure img,
.patrol-management .sec03 .layout_b.type02 .imgbox figure img,
.patrol-management .sec04 .layout_a.type02 .imgbox figure img,
.patrol-management .sec04 .layout_b.type02 .imgbox figure img,
.patrol-management .sec05 .layout_a.type02 .imgbox figure img,
.patrol-management .sec05 .layout_b.type02 .imgbox figure img,
.pre-occupancy-inspection .sec02 .layout_a.type02 .imgbox figure img,
.pre-occupancy-inspection .sec02 .layout_b.type02 .imgbox figure img,
.pre-occupancy-inspection .sec03 .layout_a.type02 .imgbox figure img,
.pre-occupancy-inspection .sec03 .layout_b.type02 .imgbox figure img,
.pre-occupancy-inspection .sec04 .layout_a.type02 .imgbox figure img,
.pre-occupancy-inspection .sec04 .layout_b.type02 .imgbox figure img,
.pre-occupancy-inspection .sec05 .layout_a.type02 .imgbox figure img,
.pre-occupancy-inspection .sec05 .layout_b.type02 .imgbox figure img,
.pre-move-in-inspection .sec02 .layout_a.type02 .imgbox figure img,
.pre-move-in-inspection .sec02 .layout_b.type02 .imgbox figure img,
.pre-move-in-inspection .sec03 .layout_a.type02 .imgbox figure img,
.pre-move-in-inspection .sec03 .layout_b.type02 .imgbox figure img,
.pre-move-in-inspection .sec04 .layout_a.type02 .imgbox figure img,
.pre-move-in-inspection .sec04 .layout_b.type02 .imgbox figure img,
.pre-move-in-inspection .sec05 .layout_a.type02 .imgbox figure img,
.pre-move-in-inspection .sec05 .layout_b.type02 .imgbox figure img,
.remove-snow .sec02 .layout_a.type02 .imgbox figure img,
.remove-snow .sec02 .layout_b.type02 .imgbox figure img,
.remove-snow .sec03 .layout_a.type02 .imgbox figure img,
.remove-snow .sec03 .layout_b.type02 .imgbox figure img,
.remove-snow .sec04 .layout_a.type02 .imgbox figure img,
.remove-snow .sec04 .layout_b.type02 .imgbox figure img,
.remove-snow .sec05 .layout_a.type02 .imgbox figure img,
.remove-snow .sec05 .layout_b.type02 .imgbox figure img,
.snow-removal .sec02 .layout_a.type02 .imgbox figure img,
.snow-removal .sec02 .layout_b.type02 .imgbox figure img,
.snow-removal .sec03 .layout_a.type02 .imgbox figure img,
.snow-removal .sec03 .layout_b.type02 .imgbox figure img,
.snow-removal .sec04 .layout_a.type02 .imgbox figure img,
.snow-removal .sec04 .layout_b.type02 .imgbox figure img,
.snow-removal .sec05 .layout_a.type02 .imgbox figure img,
.snow-removal .sec05 .layout_b.type02 .imgbox figure img,
.air-conditioner-cleaning .sec02 .layout_a.type02 .imgbox figure img,
.air-conditioner-cleaning .sec02 .layout_b.type02 .imgbox figure img,
.air-conditioner-cleaning .sec03 .layout_a.type02 .imgbox figure img,
.air-conditioner-cleaning .sec03 .layout_b.type02 .imgbox figure img,
.air-conditioner-cleaning .sec04 .layout_a.type02 .imgbox figure img,
.air-conditioner-cleaning .sec04 .layout_b.type02 .imgbox figure img,
.air-conditioner-cleaning .sec05 .layout_a.type02 .imgbox figure img,
.air-conditioner-cleaning .sec05 .layout_b.type02 .imgbox figure img,
.residue-removal-corporation .sec02 .layout_a.type02 .imgbox figure img,
.residue-removal-corporation .sec02 .layout_b.type02 .imgbox figure img,
.residue-removal-corporation .sec03 .layout_a.type02 .imgbox figure img,
.residue-removal-corporation .sec03 .layout_b.type02 .imgbox figure img,
.residue-removal-corporation .sec04 .layout_a.type02 .imgbox figure img,
.residue-removal-corporation .sec04 .layout_b.type02 .imgbox figure img,
.residue-removal-corporation .sec05 .layout_a.type02 .imgbox figure img,
.residue-removal-corporation .sec05 .layout_b.type02 .imgbox figure img,
.real-estate-transaction .sec02 .layout_a.type02 .imgbox figure img,
.real-estate-transaction .sec02 .layout_b.type02 .imgbox figure img,
.real-estate-transaction .sec03 .layout_a.type02 .imgbox figure img,
.real-estate-transaction .sec03 .layout_b.type02 .imgbox figure img,
.real-estate-transaction .sec04 .layout_a.type02 .imgbox figure img,
.real-estate-transaction .sec04 .layout_b.type02 .imgbox figure img,
.real-estate-transaction .sec05 .layout_a.type02 .imgbox figure img,
.real-estate-transaction .sec05 .layout_b.type02 .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 30/20;
}

/******************************/
/* 404 */
/******************************/

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