@charset "UTF-8";
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.jost {
  font-family: "Jost", 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/425;
}
@media (max-width: 767px) {
  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;
  text-align: center;
}
main section .page_title .sv_ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/sv_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 200/164.75;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl:before {
    width: 80px;
  }
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(18px, 0.784rem + 1.45vw, 30px);
  font-family: "Jost", sans-serif;
  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.136rem + 1.82vw, 40px);
  line-height: 1;
  font-weight: 500;
}
main section .page_title .sv_ttl .jp_ttl02 {
  font-size: clamp(18px, 1.33rem + 0.73vw, 30px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
main section .page_title .sv_ttl .jp_ttl02 span {
  position: relative;
}
main section .page_title .sv_ttl .jp_ttl02 span:before {
  content: "";
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 100%;
  max-width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #fff;
  z-index: 2;
}

#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 #0C0C0C;
  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: #fff;
  border: solid 1px #0C0C0C;
  color: #0C0C0C;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

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

/******************************/
/* company */
/******************************/
.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 50px;
  }
}
.company .sec02,
.company .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFF3DF;
}
@media (max-width: 1024px) {
  .company .sec02,
  .company .sec04 {
    padding: 50px 0;
  }
}
.company .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

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

/******************************/
/* tenohira */
/******************************/
.tenohira .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .tenohira .sec01 {
    padding: 0 0 50px;
  }
}
.tenohira .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFFEF6;
}
@media (max-width: 1024px) {
  .tenohira .sec02 {
    padding: 50px 0;
  }
}
.tenohira .sec02 .layout_a .imgbox,
.tenohira .sec02 .layout_b .imgbox {
  width: 55%;
}
@media (max-width: 1024px) {
  .tenohira .sec02 .layout_a .imgbox,
  .tenohira .sec02 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.tenohira .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FF7B00;
  color: #fff;
}
@media (max-width: 1024px) {
  .tenohira .sec03 {
    padding: 50px 0;
  }
}
.tenohira .sec04,
.tenohira .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFF3DF;
}
@media (max-width: 1024px) {
  .tenohira .sec04,
  .tenohira .sec06 {
    padding: 50px 0;
  }
}
.tenohira .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tenohira .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ケア */
/******************************/
.housing-support-care .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFFEF6;
}
@media (max-width: 1024px) {
  .housing-support-care .sec01 {
    padding: 50px 0;
  }
}
.housing-support-care .sec01 .layout_a .imgbox,
.housing-support-care .sec01 .layout_b .imgbox {
  width: 55%;
}
@media (max-width: 1024px) {
  .housing-support-care .sec01 .layout_a .imgbox,
  .housing-support-care .sec01 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.housing-support-care .sec02,
.housing-support-care .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFF3DF;
}
@media (max-width: 1024px) {
  .housing-support-care .sec02,
  .housing-support-care .sec04 {
    padding: 50px 0;
  }
}
.housing-support-care .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .housing-support-care .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* about-us */
/******************************/
.about-us .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFF3DF;
}
@media (max-width: 1024px) {
  .about-us .sec01 {
    padding: 50px 0;
  }
}
.about-us .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFFEF6;
}
@media (max-width: 1024px) {
  .about-us .sec02 {
    padding: 50px 0;
  }
}
.about-us .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FF7B00;
  color: #fff;
}
@media (max-width: 1024px) {
  .about-us .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 治療費用 */
/******************************/
.life-organizing .sec01,
.estate-cleanout .sec01,
.crime-scene-cleaners .sec01,
.buyback_appraisal .sec01,
.moving-support .sec01,
.housing_senior .sec01,
.housing_disabilities .sec01,
.general_housing_senior .sec01,
.buying-and-selling-real-estate .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #FFF3DF;
}
@media (max-width: 1024px) {
  .life-organizing .sec01,
  .estate-cleanout .sec01,
  .crime-scene-cleaners .sec01,
  .buyback_appraisal .sec01,
  .moving-support .sec01,
  .housing_senior .sec01,
  .housing_disabilities .sec01,
  .general_housing_senior .sec01,
  .buying-and-selling-real-estate .sec01 {
    padding: 50px 0;
  }
}
.life-organizing .sec02,
.estate-cleanout .sec02,
.crime-scene-cleaners .sec02,
.buyback_appraisal .sec02,
.moving-support .sec02,
.housing_senior .sec02,
.housing_disabilities .sec02,
.general_housing_senior .sec02,
.buying-and-selling-real-estate .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .life-organizing .sec02,
  .estate-cleanout .sec02,
  .crime-scene-cleaners .sec02,
  .buyback_appraisal .sec02,
  .moving-support .sec02,
  .housing_senior .sec02,
  .housing_disabilities .sec02,
  .general_housing_senior .sec02,
  .buying-and-selling-real-estate .sec02 {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .sec00 figure img {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .sec00 figure a img {
    width: 100%;
  }
}

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