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

.m-plus-1 {
  font-family: "M PLUS 1", 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;
    max-height: inherit;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(50% + 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40%;
  background-color: #fff;
  aspect-ratio: 1920/425;
}
@media (max-width: 1024px) {
  main section .page_title {
    top: calc(26% + 40px);
    width: 65%;
  }
}
main section .page_title .sv_ttl {
  position: relative;
  color: #333;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 80px;
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl {
    padding: 20px 2.5% 20px 15%;
    text-align: left;
  }
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  margin-top: 10px;
  color: #008445;
  font-family: "M PLUS 1", sans-serif;
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 12px;
    margin-top: 5px;
  }
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 18px;
  }
}

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

/******************************/
/* カスタム投稿記事 */
/******************************/
.c_cate01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #97A1B7;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.c_cate01 .category-list {
  border-left: solid 1px #97A1B7;
  padding-left: 10px;
  margin-left: 10px;
}

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

/******************************/
/* COMPANY  */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec01 .layout_e .lf_box .imgbox img {
  aspect-ratio: 960/600;
}
.company .sec02 {
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 0;
  }
}

/******************************/
/* RISE NISEKO  */
/******************************/
.rise-niseko .sec01 .bf_bg {
  position: relative;
  padding-bottom: 80px;
}
.rise-niseko .sec01 .bf_bg:before {
  content: "";
  display: inline-block;
  background-color: #FFF7D9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.rise-niseko .sec01 .color_box01 {
  position: relative;
  background-color: #FFF7D9;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .rise-niseko .sec01 .color_box01 {
    padding: 0 0 50px;
  }
}
.rise-niseko .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .rise-niseko .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* features */
/******************************/
.features .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .features .sec01 {
    padding: 0 0 50px;
  }
}
.features .sec02 {
  position: relative;
  background-color: #FFFBF8;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .features .sec02 {
    padding: 50px 0;
  }
}
.features .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .features .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産買取 */
/******************************/
.real-estate-rental .sec00 .chg_img img,
.real-estate-rental .sec01 .chg_img img,
.real-estate-rental .sec02 .chg_img img {
  display: block;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec00 .chg_img img,
  .real-estate-rental .sec01 .chg_img img,
  .real-estate-rental .sec02 .chg_img img {
    display: none;
  }
}
.real-estate-rental .sec00 .chg_img img + img,
.real-estate-rental .sec01 .chg_img img + img,
.real-estate-rental .sec02 .chg_img img + img {
  display: none;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec00 .chg_img img + img,
  .real-estate-rental .sec01 .chg_img img + img,
  .real-estate-rental .sec02 .chg_img img + img {
    display: block;
  }
}
.real-estate-rental .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec01 {
    padding: 0 0 50px;
  }
}
.real-estate-rental .sec01:before {
  content: "";
  display: inline-block;
  background-color: #FFFBF8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: -1;
}
.real-estate-rental .sec01 .ttl05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.real-estate-rental .sec01 .ttl05:before {
  background-image: url(../images/icon/ttl05_icon03.svg);
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.real-estate-rental .sec01 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.real-estate-rental .sec01 .layout_a .imgbox {
  width: 50%;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.real-estate-rental .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec02 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .real-estate-rental .sec02 .layout_c {
    display: block;
  }
  .real-estate-rental .sec02 .layout_c li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .real-estate-rental .sec02 .layout_c li:last-child {
    margin-bottom: 0;
  }
}
.real-estate-rental .sec02 .chg_img img {
  display: block;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec02 .chg_img img {
    display: none;
  }
}
.real-estate-rental .sec02 .chg_img img + img {
  display: none;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec02 .chg_img img + img {
    display: block;
  }
}
.real-estate-rental .sec02 .s_img01 img {
  width: 40%;
}
@media (max-width: 1024px) {
  .real-estate-rental .sec02 .s_img01 img {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .real-estate-rental .sec02 .cbox02 .sub_images_ul {
    display: block;
  }
  .real-estate-rental .sec02 .cbox02 .sub_images_ul .li {
    width: 100%;
    margin-bottom: 25px;
  }
  .real-estate-rental .sec02 .cbox02 .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}

/******************************/
/* 不動産買取 */
/******************************/
.real-estate-management .sec01 .sub_images_ul .li figure {
  position: relative;
}
.real-estate-management .sec01 .sub_images_ul .li figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #105836;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.real-estate-management .sec01 .sub_images_ul .li figure figcaption div {
  position: relative;
  height: 56px;
}
.real-estate-management .sec01 .sub_images_ul .li figure figcaption div span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "M PLUS 1", sans-serif;
  color: #fff;
  font-size: clamp(18px, 1.33rem + 0.73vw, 30px);
}

@media (max-width: 1024px) {
  .rexiv .sec00 .img_logo01 img {
    width: 50%;
  }
}

.real-estate-purchase .sec00 .layout_a,
.real-estate-sales .sec00 .layout_a,
.real-estate-management .sec00 .layout_a,
.rexiv .sec00 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.real-estate-purchase .sec00 .layout_a .imgbox,
.real-estate-sales .sec00 .layout_a .imgbox,
.real-estate-management .sec00 .layout_a .imgbox,
.rexiv .sec00 .layout_a .imgbox {
  width: 45%;
}
@media (max-width: 1024px) {
  .real-estate-purchase .sec00 .layout_a .imgbox,
  .real-estate-sales .sec00 .layout_a .imgbox,
  .real-estate-management .sec00 .layout_a .imgbox,
  .rexiv .sec00 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.real-estate-purchase .sec01,
.real-estate-purchase .sec03,
.real-estate-sales .sec01,
.real-estate-sales .sec03,
.real-estate-management .sec01,
.real-estate-management .sec03,
.rexiv .sec01,
.rexiv .sec03 {
  position: relative;
  background-color: #FFFBF8;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .real-estate-purchase .sec01,
  .real-estate-purchase .sec03,
  .real-estate-sales .sec01,
  .real-estate-sales .sec03,
  .real-estate-management .sec01,
  .real-estate-management .sec03,
  .rexiv .sec01,
  .rexiv .sec03 {
    padding: 50px 0;
  }
}
.real-estate-purchase .sec02,
.real-estate-purchase .sec04,
.real-estate-sales .sec02,
.real-estate-sales .sec04,
.real-estate-management .sec02,
.real-estate-management .sec04,
.rexiv .sec02,
.rexiv .sec04 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .real-estate-purchase .sec02,
  .real-estate-purchase .sec04,
  .real-estate-sales .sec02,
  .real-estate-sales .sec04,
  .real-estate-management .sec02,
  .real-estate-management .sec04,
  .rexiv .sec02,
  .rexiv .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産コンサル */
/******************************/
.real-estate-consulting .sec00 .chg_img img,
.real-estate-consulting .sec01 .chg_img img,
.real-estate-consulting .sec02 .chg_img img {
  display: block;
}
@media (max-width: 1024px) {
  .real-estate-consulting .sec00 .chg_img img,
  .real-estate-consulting .sec01 .chg_img img,
  .real-estate-consulting .sec02 .chg_img img {
    display: none;
  }
}
.real-estate-consulting .sec00 .chg_img img + img,
.real-estate-consulting .sec01 .chg_img img + img,
.real-estate-consulting .sec02 .chg_img img + img {
  display: none;
}
@media (max-width: 1024px) {
  .real-estate-consulting .sec00 .chg_img img + img,
  .real-estate-consulting .sec01 .chg_img img + img,
  .real-estate-consulting .sec02 .chg_img img + img {
    display: block;
  }
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
