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

.josefin-sans {
  font-family: "Josefin Sans", 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;
  border-bottom: solid 10px #008DD4;
  width: 100%;
  height: auto;
  max-height: 500px;
  aspect-ratio: 1920/430;
}
@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: 4;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  text-align: center;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  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: dashed 1px #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: #008DD4;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

.single_category {
  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;
  gap: 0 15px;
}

/******************************/
/* サービス */
/******************************/
.building-maintenance .sec01,
.sorting-out-belongings .sec01,
.organizing-before-death .sec01,
.special-cleaning .sec01,
.garbage-house-cleaning .sec01,
.recycling-business .sec01,
.house-cleaning .sec01,
.mowing .sec01,
.disinfection-sterilization .sec01,
.other-services .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .building-maintenance .sec01,
  .sorting-out-belongings .sec01,
  .organizing-before-death .sec01,
  .special-cleaning .sec01,
  .garbage-house-cleaning .sec01,
  .recycling-business .sec01,
  .house-cleaning .sec01,
  .mowing .sec01,
  .disinfection-sterilization .sec01,
  .other-services .sec01 {
    padding: 0 0 50px;
  }
}
.building-maintenance .sec01 .layout_a,
.building-maintenance .sec01 .layout_b,
.sorting-out-belongings .sec01 .layout_a,
.sorting-out-belongings .sec01 .layout_b,
.organizing-before-death .sec01 .layout_a,
.organizing-before-death .sec01 .layout_b,
.special-cleaning .sec01 .layout_a,
.special-cleaning .sec01 .layout_b,
.garbage-house-cleaning .sec01 .layout_a,
.garbage-house-cleaning .sec01 .layout_b,
.recycling-business .sec01 .layout_a,
.recycling-business .sec01 .layout_b,
.house-cleaning .sec01 .layout_a,
.house-cleaning .sec01 .layout_b,
.mowing .sec01 .layout_a,
.mowing .sec01 .layout_b,
.disinfection-sterilization .sec01 .layout_a,
.disinfection-sterilization .sec01 .layout_b,
.other-services .sec01 .layout_a,
.other-services .sec01 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.building-maintenance .sec01 .layout_a .imgbox figure img,
.building-maintenance .sec01 .layout_b .imgbox figure img,
.sorting-out-belongings .sec01 .layout_a .imgbox figure img,
.sorting-out-belongings .sec01 .layout_b .imgbox figure img,
.organizing-before-death .sec01 .layout_a .imgbox figure img,
.organizing-before-death .sec01 .layout_b .imgbox figure img,
.special-cleaning .sec01 .layout_a .imgbox figure img,
.special-cleaning .sec01 .layout_b .imgbox figure img,
.garbage-house-cleaning .sec01 .layout_a .imgbox figure img,
.garbage-house-cleaning .sec01 .layout_b .imgbox figure img,
.recycling-business .sec01 .layout_a .imgbox figure img,
.recycling-business .sec01 .layout_b .imgbox figure img,
.house-cleaning .sec01 .layout_a .imgbox figure img,
.house-cleaning .sec01 .layout_b .imgbox figure img,
.mowing .sec01 .layout_a .imgbox figure img,
.mowing .sec01 .layout_b .imgbox figure img,
.disinfection-sterilization .sec01 .layout_a .imgbox figure img,
.disinfection-sterilization .sec01 .layout_b .imgbox figure img,
.other-services .sec01 .layout_a .imgbox figure img,
.other-services .sec01 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 42/28;
}
.building-maintenance .sec02,
.sorting-out-belongings .sec02,
.organizing-before-death .sec02,
.special-cleaning .sec02,
.garbage-house-cleaning .sec02,
.recycling-business .sec02,
.house-cleaning .sec02,
.mowing .sec02,
.disinfection-sterilization .sec02,
.other-services .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F0FAFF;
}
@media (max-width: 1024px) {
  .building-maintenance .sec02,
  .sorting-out-belongings .sec02,
  .organizing-before-death .sec02,
  .special-cleaning .sec02,
  .garbage-house-cleaning .sec02,
  .recycling-business .sec02,
  .house-cleaning .sec02,
  .mowing .sec02,
  .disinfection-sterilization .sec02,
  .other-services .sec02 {
    padding: 50px 0;
  }
}
.building-maintenance .sec02 .layout_a .imgbox figure img,
.sorting-out-belongings .sec02 .layout_a .imgbox figure img,
.organizing-before-death .sec02 .layout_a .imgbox figure img,
.special-cleaning .sec02 .layout_a .imgbox figure img,
.garbage-house-cleaning .sec02 .layout_a .imgbox figure img,
.recycling-business .sec02 .layout_a .imgbox figure img,
.house-cleaning .sec02 .layout_a .imgbox figure img,
.mowing .sec02 .layout_a .imgbox figure img,
.disinfection-sterilization .sec02 .layout_a .imgbox figure img,
.other-services .sec02 .layout_a .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 71/50;
}
.building-maintenance .sec02 .sub_images_ul .li figure img,
.sorting-out-belongings .sec02 .sub_images_ul .li figure img,
.organizing-before-death .sec02 .sub_images_ul .li figure img,
.special-cleaning .sec02 .sub_images_ul .li figure img,
.garbage-house-cleaning .sec02 .sub_images_ul .li figure img,
.recycling-business .sec02 .sub_images_ul .li figure img,
.house-cleaning .sec02 .sub_images_ul .li figure img,
.mowing .sec02 .sub_images_ul .li figure img,
.disinfection-sterilization .sec02 .sub_images_ul .li figure img,
.other-services .sec02 .sub_images_ul .li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
}

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

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
/******************************/
/* reason */
/******************************/
.reason .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .reason .sec01 {
    padding: 0 0 50px;
  }
}
.reason .sec01 .layout_a,
.reason .sec01 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason .sec01 .layout_a .imgbox figure img,
.reason .sec01 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 42/28;
}
.reason .sec02 {
  position: relative;
  padding: 80px 0 0;
  background-color: #F0FAFF;
}
@media (max-width: 1024px) {
  .reason .sec02 {
    padding: 50px 0 0;
  }
}
.reason .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #F0FAFF;
}
@media (max-width: 1024px) {
  .reason .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 募集要項 */
/******************************/
.sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .sec01 {
    padding: 0 0 50px;
  }
}
.sec01 .sub_images_ul .li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
}

.sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F0FAFF;
}
@media (max-width: 1024px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02 .sub_images_ul .li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 仕事内容 */
/******************************/
.job-description .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .job-description .sec01 {
    padding: 0 0 50px;
  }
}
.job-description .sec01 .layout_a,
.job-description .sec01 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-description .sec01 .layout_a .imgbox figure img,
.job-description .sec01 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 42/28;
}
.job-description .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F0FAFF;
}
@media (max-width: 1024px) {
  .job-description .sec02 {
    padding: 50px 0;
  }
}
.job-description .sec02 .daily_flow_dl dt figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 32/24;
}
.job-description .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .job-description .sec03 {
    padding: 50px 0;
  }
}
.job-description .sec03 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 68/42;
}

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