@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;
  overflow: visible;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 1920/500;
  min-height: 320px;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: auto;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    min-height: 200px;
  }
}
main section .page_head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 80, 50, 0.05);
  pointer-events: none;
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: min(760px, 46vw);
  background: transparent -webkit-gradient(linear, left top, right top, from(#B0D0B5), color-stop(24%, #76A281), color-stop(72%, #3E6F5A), to(#2F6450)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #B0D0B5 0%, #76A281 24%, #3E6F5A 72%, #2F6450 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 8px 8px 0;
  padding: 20px 5%;
  text-align: center;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  main section .page_title {
    width: 68%;
    padding: 34px 24px;
  }
}
@media (max-width: 767px) {
  main section .page_title {
    top: 60%;
    width: 70%;
    padding: 14px 20px;
  }
}
main section .page_title .sv_ttl {
  position: relative;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 16px;
  }
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(13px, 0.756rem + 0.24vw, 15px);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 15px;
}

#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: dashed 0.5px #707070;
  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: #047B56;
  color: #fff;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

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

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.company .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 45px;
  }
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #E8F2C9;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 45px 0;
  }
}
.company .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 45px 0;
  }
}
.company .sec03 .sub_images_ul.cul2 {
  gap: 0 20px;
}
.company .sec03 .sub_images_ul.cul2 .li {
  width: calc(50% - 10px);
}

/******************************/
/* ***** */
/******************************/
.realestate .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #E8F2C9;
}
@media (max-width: 1024px) {
  .realestate .sec01 {
    padding: 45px 0;
  }
}
.realestate .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .realestate .sec02 {
    padding: 45px 0;
  }
}
.realestate .sec02 .sub_images_ul.cul2 {
  gap: 0 5px;
}
@media (max-width: 767px) {
  .realestate .sec02 .sub_images_ul.cul2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.realestate .sec02 .sub_images_ul.cul2 .li {
  width: calc(50% - 2.5px);
}
@media (max-width: 767px) {
  .realestate .sec02 .sub_images_ul.cul2 .li {
    width: 100%;
  }
}

/******************************/
/* ***** */
/******************************/
.features .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .features .sec01 {
    padding: 0 0 45px;
  }
}
.features .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  color: #fff;
  background-image: url(../images/features/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .features .sec02 {
    padding: 45px 0;
  }
}
.features .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .features .sec03 {
    padding: 45px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.other-business .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .other-business .sec01 {
    padding: 0 0 45px;
  }
}

/******************************/
/* 下層 */
/******************************/
.clean_up2 .sec01,
.clean_up2 .sec03,
.clean_up2 .sec05,
.clean_up2 .sec07,
.clean_up1 .sec01,
.clean_up1 .sec03,
.clean_up1 .sec05,
.clean_up1 .sec07,
.remaining-items .sec01,
.remaining-items .sec03,
.remaining-items .sec05,
.remaining-items .sec07,
.laundry .sec01,
.laundry .sec03,
.laundry .sec05,
.laundry .sec07,
.snow .sec01,
.snow .sec03,
.snow .sec05,
.snow .sec07 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #E8F2C9;
}
@media (max-width: 1024px) {
  .clean_up2 .sec01,
  .clean_up2 .sec03,
  .clean_up2 .sec05,
  .clean_up2 .sec07,
  .clean_up1 .sec01,
  .clean_up1 .sec03,
  .clean_up1 .sec05,
  .clean_up1 .sec07,
  .remaining-items .sec01,
  .remaining-items .sec03,
  .remaining-items .sec05,
  .remaining-items .sec07,
  .laundry .sec01,
  .laundry .sec03,
  .laundry .sec05,
  .laundry .sec07,
  .snow .sec01,
  .snow .sec03,
  .snow .sec05,
  .snow .sec07 {
    padding: 45px 0;
  }
}
.clean_up2 .sec02,
.clean_up2 .sec04,
.clean_up2 .sec06,
.clean_up1 .sec02,
.clean_up1 .sec04,
.clean_up1 .sec06,
.remaining-items .sec02,
.remaining-items .sec04,
.remaining-items .sec06,
.laundry .sec02,
.laundry .sec04,
.laundry .sec06,
.snow .sec02,
.snow .sec04,
.snow .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .clean_up2 .sec02,
  .clean_up2 .sec04,
  .clean_up2 .sec06,
  .clean_up1 .sec02,
  .clean_up1 .sec04,
  .clean_up1 .sec06,
  .remaining-items .sec02,
  .remaining-items .sec04,
  .remaining-items .sec06,
  .laundry .sec02,
  .laundry .sec04,
  .laundry .sec06,
  .snow .sec02,
  .snow .sec04,
  .snow .sec06 {
    padding: 45px 0;
  }
}

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