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

.rubik {
  font-family: "Rubik", 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: 30dvw;
  max-height: 500px;
  aspect-ratio: 1920/425;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
    height: auto;
  }
}
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: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-top: 15px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(32px, 1.545rem + 1.94vw, 48px);
  font-weight: 500;
  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 2px #CCCCCC;
  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: #08B795;
  color: #fff;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* PRICE */
/******************************/
.price .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .price .sec01 {
    padding: 0 0 50px;
  }
}

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

/******************************/
/* reason*/
/******************************/
.reason .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .reason .sec01 {
    padding: 0 0 50px;
  }
}
.reason .sec02 {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/common/page_sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 1024px) {
  .reason .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ビギナー */
/******************************/
.for-first-time-visitors .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .for-first-time-visitors .sec01 {
    padding: 0 0 50px;
  }
}
.for-first-time-visitors .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #EFF7FF;
}
@media (max-width: 767px) {
  .for-first-time-visitors .sec02 {
    padding: 50px 0;
  }
}
.for-first-time-visitors .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .for-first-time-visitors .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec02 {
  position: relative;
  background-color: #EFF7FF;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .company .sec02 {
    padding: 50px 0;
  }
}
.company .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .company .sec03 {
    padding: 50px 0;
  }
}
.company .sec04 {
  position: relative;
  background-color: #EFF7FF;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .company .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* エリア */
/******************************/
.area .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .area .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* corporations */
/******************************/
.corporations .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .corporations .sec01 {
    padding: 0 0 50px;
  }
}
.corporations .sec01 .layout_a .imgbox figure,
.corporations .sec01 .layout_b .imgbox figure {
  position: relative;
}
.corporations .sec01 .layout_a .imgbox figure figcaption,
.corporations .sec01 .layout_b .imgbox figure figcaption {
  position: absolute;
  bottom: 10%;
  left: 0;
  background-color: #fff;
  font-size: clamp(18px, 1.205rem + 0.73vw, 28px);
  color: #00162D;
  font-weight: bold;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
}

/******************************/
/* 下層 */
/******************************/
.special-cleaning .sec03 {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/special-cleaning/sec03_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 1024px) {
  .special-cleaning .sec03 {
    padding: 50px 0;
  }
}

.sorting-out-belongings .sec01,
.garbage-house-cleanup .sec01,
.organizing-before-death .sec01,
.special-cleaning .sec01,
.burning-memorial-service .sec01,
.unwanted-item-collection .sec01,
.to-those-receiving-welfare .sec01,
.others .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .sorting-out-belongings .sec01,
  .garbage-house-cleanup .sec01,
  .organizing-before-death .sec01,
  .special-cleaning .sec01,
  .burning-memorial-service .sec01,
  .unwanted-item-collection .sec01,
  .to-those-receiving-welfare .sec01,
  .others .sec01 {
    padding: 0 0 50px;
  }
}
.sorting-out-belongings .sec02,
.garbage-house-cleanup .sec02,
.organizing-before-death .sec02,
.special-cleaning .sec02,
.burning-memorial-service .sec02,
.unwanted-item-collection .sec02,
.to-those-receiving-welfare .sec02,
.others .sec02 {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/common/page_sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 1024px) {
  .sorting-out-belongings .sec02,
  .garbage-house-cleanup .sec02,
  .organizing-before-death .sec02,
  .special-cleaning .sec02,
  .burning-memorial-service .sec02,
  .unwanted-item-collection .sec02,
  .to-those-receiving-welfare .sec02,
  .others .sec02 {
    padding: 50px 0;
  }
}

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