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

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pt-serif {
  font-family: "PT Serif", serif;
  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;
  width: 100%;
  aspect-ratio: 1920/500;
  background-image: url(../images/common/sv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 16/8;
    min-height: 190px;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(40%, 980px);
  max-width: none;
  margin: 0;
  padding: 15px 40px 15px max(20px, (100vw - 1200px) / 2);
  background: transparent -webkit-gradient(linear, right top, left top, from(#4D6100), to(#B2D235)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4D6100 0%, #B2D235 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 8px 8px 0;
}
main section .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  margin: 0;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
main section .page_title .sv_ttl .jp_ttl {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  main section .page_title {
    width: 62%;
    padding: 13px 30px 13px 5%;
  }
}
@media (max-width: 767px) {
  main section .page_title {
    width: 88%;
    padding: 12px 20px;
    border-radius: 0 6px 6px 0;
  }
  main section .page_title .sv_ttl {
    gap: 8px;
  }
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 8px;
  }
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}

#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: dotted 2px #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: #689B00;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

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

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.plan .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9FFE6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .plan .sec01 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.company .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9FFE6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 50px 0;
  }
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

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

/******************************/
/* ***** */
/******************************/
.monitoring .sec01,
.guarantee .sec01,
.end-of-life .sec01,
.posthumous-support .sec01,
.real-estate-inheritance .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9FFE6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .monitoring .sec01,
  .guarantee .sec01,
  .end-of-life .sec01,
  .posthumous-support .sec01,
  .real-estate-inheritance .sec01 {
    padding: 50px 0;
  }
}
.monitoring .sec02,
.guarantee .sec02,
.end-of-life .sec02,
.posthumous-support .sec02,
.real-estate-inheritance .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/common/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .monitoring .sec02,
  .guarantee .sec02,
  .end-of-life .sec02,
  .posthumous-support .sec02,
  .real-estate-inheritance .sec02 {
    padding: 50px 0;
  }
}
.monitoring .sec03,
.guarantee .sec03,
.end-of-life .sec03,
.posthumous-support .sec03,
.real-estate-inheritance .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .monitoring .sec03,
  .guarantee .sec03,
  .end-of-life .sec03,
  .posthumous-support .sec03,
  .real-estate-inheritance .sec03 {
    padding: 50px 0;
  }
}

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

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

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

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