@charset "UTF-8";


/* 下層ヘッダー（黒背景） */
.pg_header_mv_img.img_fit:after{
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

/* タイトル */
.sec_title_meta{
  text-transform: uppercase;
}

/* ページ概要（ボタンパーツ） */
.page_hdr_btn{
  margin-top: 15px;
  text-align: center;
}
.page_hdr_btn_a img{
  transition: 0.2s all;
}
.page_hdr_btn_a:hover img{
  transform: scale(1.02);
}

/*  */
.contents_msg_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-top: 15px;
}

/* お悩み（オレンジ見出し） */
.realestate_problem_item_tt.orange{
  color: #ff8400;
}

.realestate_problem_items.service .realestate_problem_item_inner{
  cursor: auto;
}



/* テーブル */
.service_tbl_wrap{
  overflow: auto;
}
.service_tbl{
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #fafafa;
}
.service_tbl .table_rows_th,
.service_tbl .table_rows_td{
  display: table-cell;
  vertical-align: middle;

  border-bottom: 1px solid;
  border-color: #fafafa;
}
.service_tbl .table_rows_td{
  padding-top: 15px;
  padding-bottom: 15px;
}
.service_cell1{
  width: 100px;
  text-align: center;
}
.service_cell2{
  width: auto;
}
.service_tbl .color1{
  background: #f8b500;
  color: #FFF;
  text-align: center;
}
.service_tbl .color2{
  background: #ff8400;
  color: #FFF;
  text-align: center;
}
.service_td2{
  font-weight: 400;
  /*padding-left: 1px;*/
  background: #ffffff;
}

/* ボタンエフェクト */
.read_more{

}
.read_more a{

}
.read_more a:hover{

}



@media (max-width:767px){

  .service_tbl_wrap{

  }
  .service_tbl_wrap .service_tbl{
    /*width: 700px;*/
  }
}
@media (min-width:768px){

  /* ページ概要（ボタンパーツ） */
  .page_hdr_btn{
    margin-top: 20px;
    text-align: left;
  }
  .page_hdr_btn.center{
    text-align: center;
  }

  /*  */
  .contents_msg_txt{
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    margin-top: 15px;
  }

  /* お悩み */
  .realestate_problem_item_tt{
    margin-left: -20px;
    margin-right: -20px;

  }



  /* テーブル */
  .service_tbl_wrap{
    overflow: auto;
  }
  .service_tbl{
    font-size: 18px;
  }
  .service_tbl .table_rows_th,
  .service_tbl .table_rows_td{
  }
  .service_tbl .table_rows_td{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .service_cell1{
    width: 320px;
  }
  .service_cell2{
    width: auto;
  }
  .service_tbl .color1{
  }
  .service_tbl .color2{
  }
  .service_td2{
    padding-left: 20px;
  }
}
@media (min-width:1024px){

  /* ページ概要（ボタンパーツ） */
  .page_hdr_btn{
    margin-top: 36px;
  }

}
@media (min-width:1200px){

  /* お悩み */
  .realestate_problem_item_tt{
    margin-left: -25px;
    margin-right: -25px;

  }

  .service_td2{
    padding-left: 42px;
  }


}


/*******************************
*　不動産賃貸
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}
.pg_rental .section.sec4{
  background: none;
  padding-top: 80px;
}

.rental_about_img{

}
.rental_about_img_fr{
  width: 100%;
  aspect-ratio: 680 / 749;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/system_panel/uploads/images/rental_about_img_fr.png);
  overflow: hidden;
}
.page_hdr_wrap.rental .page_hdr_box1{
  order: 1;
}
.page_hdr_wrap.rental .page_hdr_box2{
  order: 2;
}

/* Important */
.rental_importants{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}
.rental_importants:after{
  content: "";
  display: block;
  width: 62.42%;
  aspect-ratio: 980 / 508;
  background: #f5f5f5;
  position: absolute;
  top: 40.5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
* + .rental_importants{
  margin-top: 50px;
}
.rental_importants_item{
  width: 100%;
  padding: 0 5px;
}
.rental_importants_item:nth-child(n+2){
  margin-top: 30px;
}
.rental_importants_item_img{

}
.rental_importants_item_img.img_fit:before{
  padding-top: 51.70%;
}
.rental_importants_item_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 5px;
}
.rental_importants_item_title:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  margin-left: 10px;
}
.rental_importants_item_title_txt{
  font-size: 20px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  white-space: nowrap;
}
.rental_importants_item_txt{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_rental .section.sec2 .realestate_problem_items .swiper-slide:nth-child(n+2){
    margin-top: 0;
  }
  .rental_importants:after{
    display: none;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  .pg_rental .section.sec4{
    padding-top: 160px;
  }

  .page_hdr_wrap.rental .page_hdr_box2{
    width: 75%;
    margin-inline:auto;
  }


  /* Important */
  .rental_importants{
    margin: 0 -10px;
  }
  .rental_importants:after{
    display: none;
  }
  * + .rental_importants{
    margin-top: 50px;
  }
  .rental_importants_item{
    width: 100%;
    padding: 0 10px;
  }
  .rental_importants_item:nth-child(n+2){
    margin-top: 50px
  }
  .rental_importants_item_title{
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .rental_importants_item_title:after{
    margin-left: 25px;
  }
  .rental_importants_item_title_txt{
    font-size: 25px;
  }
  .rental_importants_item_txt{
    font-size: 16px;
    line-height: 2.125;
  }


}
@media (min-width:1024px){
  .pg_rental .section.sec4{
    padding-top: 235px;
  }
  .page_hdr_wrap.rental .page_hdr_box1{
    order: 2;
  }
  .page_hdr_wrap.rental .page_hdr_box2{
    order: 1;
  }
  .page_hdr_wrap.rental .page_hdr_box2{
    width: 44.73%;
    margin-inline:0;
  }

  /* Important */
  .rental_importants{
    margin: 0 -15px;
  }
  .rental_importants:after{
    content: "";
    display: block;
    width: 62.42%;
    top: 45.5%;
    aspect-ratio: 980 / 700;
  }
  * + .rental_importants{
    margin-top: 50px;
  }
  .rental_importants_item{
    width: 50%;
    padding: 0 15px;
  }
  .rental_importants_item:nth-child(n+2){
    margin-top: 0;
  }
  .rental_importants_item:nth-child(n+3){
    margin-top: 35px;
  }
  .rental_importants_item:nth-child(2n){
    padding-top: 40px;
  }

  .rental_importants_item_title{
    /*margin-top: 23px;*/
    /*margin-bottom: 32px;*/
  }
  .rental_importants_item_title_txt{
    /*font-size: 35px;*/
  }

  .realestate_problem_wrap.rental .realestate_problem_items{
    margin-top: 66px;
  }
  .realestate_problem_wrap.rental .realestate_problem_item:nth-child(n+4){
    margin-top: 70px;
  }


}
@media (min-width:1200px){

  /* Important */
  .rental_importants{
    margin: 0 -25px;
  }
  .rental_importants:after{
    content: "";
    display: block;
    width: 62.42%;
    top: 40.5%;
    aspect-ratio: 980 / 508;
  }
  * + .rental_importants{
    margin-top: 85px;
  }
  .rental_importants_item{
    width: 50%;
    padding: 0 25px;
  }
  .rental_importants_item:nth-child(n+3){
    /*margin-top: 50px;*/
  }
  .rental_importants_item:nth-child(2n){
    padding-top: 60px;
  }

}
@media (min-width:1470px){



  .rental_importants_item_title{
    margin-top: 23px;
    margin-bottom: 32px;
  }
  .rental_importants_item_title_txt{
    font-size: 35px;
  }
}


/*******************************
*　空き家
********************************/
.pg_vacant{

}
.pg_vacant .section.sec1{
}
.pg_vacant .section.sec2{
}
.pg_vacant .section.sec3{
  background: #FFF;
  padding-top: 60px;
}
.pg_vacant .section.sec4{
}
.pg_vacant .section.sec1 .page_hdr_box2 .page_hdr_box2_top{
  width: 100%;
  position: relative;
  transform: none;
}
.pg_vacant .section.sec1 .page_hdr_box2 .page_hdr_box2_top_img:before{
  padding-top: 110.01%;
}
.manage_ploblem_box.vacant:before{
  aspect-ratio: 1920 / 100;
  background-image: url(/system_panel/uploads/images/bg99.jpg);
}
.pg_vacant .section.sec2 .realestate_problem_en{

}

.vacant_risk_wrap:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 78px;
  left: 50%;
  transform:translateX(-50%);
}
.vacant_risk_wrap:after{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 100;
  background-image: url(/system_panel/uploads/images/bg100.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform:translateX(-50%);
}

/* RISK */
.vacant_risk_wrap{
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 0;
}
.vacant_risk_head{
  margin-bottom: 30px;
}
.vacant_risk_list{
  position: relative;
  z-index: 2;
}
.vacant_risk_list_item{
}
.vacant_risk_list_item_inner{
  border-top: 1px solid #f8b500;
  padding-top: 4px;
}
.vacant_risk_list_item_img{

}
.vacant_risk_list_item_img.img_fit:before{
  padding-top: 57.29%;
}
.vacant_risk_list_item_title{
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
}
.vacant_risk_list_item_txt{
  font-size: 16px;
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
}

/* 有効活用 */
.vacant_uses_head{
  margin-bottom: 30px;
}
.vacant_uses_head_txt1{
  font-size: 20px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.vacant_uses_head_txt2{
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
  text-align: justify;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .vacant_risk_wrap:after{
    bottom: -51px;
  }
  .pg_vacant .section.sec2 .vacant_risk_wrap:before{
    top: 51px;
  }
  .vacant_risk_list_item{
    width: 75%;
    margin: 0 auto;
  }

  .pg_vacant .section.sec2 .contents_msg_tt{
    font-size: 18px;
  }
  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 55%;
    height: 50.004%;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_vacant .section.sec3{
    padding-top: 87px;
  }


  /* RISK */
  .vacant_risk_wrap{
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .vacant_risk_head{
    margin-bottom: 50px;
  }
  .vacant_risk_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .vacant_risk_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .vacant_risk_list_item:nth-child(n+3){
    margin-top: 35px;
  }
  .vacant_risk_list_item_inner{
  }
  .vacant_risk_list_item_title{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .vacant_risk_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
  }



  /* 有効活用 */
  .vacant_uses_head{
    margin-bottom: 30px;
  }
  .vacant_uses_head_txt1{
    font-size: 28px;
    text-align: center;
  }
  .vacant_uses_head_txt2{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 20px;
    text-align: center;
  }

  .pg_vacant .section.sec2 .manage_ploblem_box.vacant:before{
    top: 22px;
  }
  .pg_vacant .section.sec2 .realestate_problem_wrap:before{
    top: 1.3%;
  }
  .pg_vacant .section.sec2 .manage_ploblem_box:before{
    top: 20px;
  }
  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 59%;
    height: 1550px;
  }
}
@media (min-width:1024px){
  .pg_vacant .section.sec3{
    padding-top: 87px;
  }


  /* RISK */
  .vacant_risk_wrap{
    padding-bottom: 120px;
  }
  .vacant_risk_head{

  }
  /*.vacant_risk_list{
    margin: 0 -10px;
  }
  .vacant_risk_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .vacant_risk_list_item:nth-child(n+3){
    margin-top: 50px;
  }*/
  .vacant_risk_list_item_inner{
  }


  .pg_vacant .section.sec1 .page_hdr_box1{
    width: 55.26%;
  }
  .pg_vacant .section.sec1 .page_hdr_box2{
    width: 44.73%;
  }
  .pg_vacant .section.sec1 .page_hdr_box1 .content_desc{
    padding-right: 80px;
  }

  .pg_vacant .section.sec2 .contents_msg_tt{
    font-size: 42px;
  }
  .pg_vacant .section.sec2 .contents_msg_box{
    margin-top: 153px;
    padding-bottom: 63px;
  }
  .pg_vacant .section.sec2 .contents_msg_txt{
    margin-top: 30px;
  }

  .pg_vacant .section.sec2 .manage_ploblem_box.vacant:before{
    top: 20px;
  }
  .pg_vacant .section.sec2 .realestate_problem_wrap:before{
    top: 2%;
  }
  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 54%;
    height: 52.004%;
  }

}
@media (min-width:1200px){
  .pg_vacant .section.sec1 .page_hdr_box1 .content_desc{
    padding-right: 100px;
  }

  /* RISK */
  .vacant_risk_wrap{
    padding-bottom: 120px;
  }
  .vacant_risk_head{

  }
  .vacant_risk_list{
    margin: 0 -20px;
  }
  .vacant_risk_list_item{
    width: 33.333%;
    padding: 0 20px;
  }
  .vacant_risk_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .vacant_risk_list_item:nth-child(n+4){
    margin-top: 55px;
  }

  .vacant_risk_list_item_title{
    font-size: 22px;
    /*margin-top: 24px;*/
    /*margin-bottom: 18px;*/
  }

  /* 有効活用 */
  .vacant_uses_head{
    margin-bottom: 50px;
  }
  .vacant_uses_head_txt1{
    font-size: 42px;
  }
  .vacant_uses_head_txt2{
    margin-top: 32px;
  }

  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 54%;
    height: 54.004%;
  }
  .pg_vacant .section.sec2 .realestate_problem_wrap:before{
    top: 2.3%;
  }
}
@media (min-width:1470px){

  /* RISK */
  .vacant_risk_wrap{
    padding-top: 140px;
  }
  .vacant_risk_list_item_title{
    font-size: 25px;
    margin-top: 24px;
    margin-bottom: 18px;
  }

}
@media (min-width:1540px){
  .pg_vacant .section.sec4 .contents_layout_items.type2 .contents_layout_item:nth-child(n+2){
    margin-top: 185px;
  }
  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 52%;
  }
}
@media (min-width:1740px){
  .pg_vacant .section.sec4 .contents_layout_items.bg_gray_right:before{
    top: 50%;
  }
}
/*******************************
*　リフォーム
********************************/
.pg_reform{

}
.pg_reform .section.sec1{
  padding-bottom: 30px;
}
.pg_reform .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
}
.pg_reform .section.sec4{
  padding: 65px 0 0;
}
.pg_reform .section.sec1 .page_hdr_box1{
  order: 1;
}
.pg_reform .section.sec1 .page_hdr_box2{
  order: 2;
}

/* メニュー */
.reform_menu{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
* + .reform_menu{
  margin-top: 30px;
}

.reform_menu_item{
  width: 100%;
  padding: 0 5px;
}
.reform_menu_item:nth-child(n+2){
  margin-top: 30px;
}
.reform_menu_item_box1{
  display: flex;
  justify-content: space-between;
}
.reform_menu_item_box2{
  margin-top: 10px;
  padding-left: 35px;
}
.reform_menu_item_title{
  width: 30px;
  border-right: 1px solid #000;
}
.reform_menu_item_title_txt{
  font-size: 20px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #f8b500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: -0.2285em;
}
.reform_menu_item_txt{
  font-size: 16px;
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
}
.reform_menu_item_img{
  width: calc(100% - 30px - 5px);
}
.reform_menu_item_img.img_fit:before{
  padding-top: 57.57%;
}

.page_hdr_wrap.reform .page_hdr_box2{
  position: relative;
}
.page_hdr_wrap.reform .page_hdr_box2 .page_hdr_box2_top{
  width: 55.88%;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  z-index: 2;
}
.page_hdr_wrap.reform .page_hdr_box2_top_img:before{
  padding-top: 128.94%;
}
.page_hdr_wrap.reform .page_hdr_box2 .page_hdr_box2_btm{
  width: 72.05%;
}
.page_hdr_wrap.reform .page_hdr_box2_btm_img:before{
  padding-top: 153.06%;
}

.pg_reform .section.sec2 .realestate_problem_wrap{
  padding: 70px 0 40px;
}
.contents_hdr_wrap.reform .contents_hdr_box1 .sec_title_en{
  white-space: nowrap;
}
.reform_menu_item_img.img_fit:before{
  padding-top: 74.57%;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_reform .section.sec1{
    padding-bottom: 50px;;
  }
  .pg_reform .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
  }
  .pg_reform .section.sec4{
    padding: 205px 0;
  }

  .pg_reform .section.sec1 .page_hdr_box1{
    order: 1;
  }
  .pg_reform .section.sec1 .page_hdr_box2{
    order: 2;
  }

  /* メニュー */
  .reform_menu{
    margin: 0 -10px;
  }
  * + .reform_menu{
    margin-top: 50px;
  }
  .reform_menu_item{
    width: 50%;
    padding: 0 10px;
  }
  .reform_menu_item:nth-child(n+2){
    margin-top: 0;
  }
  .reform_menu_item:nth-child(n+3){
    margin-top: 50px;
  }
  .reform_menu_item_box1{
  }
  .reform_menu_item_box2{
    margin-top: 20px;
    padding-left: 40px;
  }
  .reform_menu_item_title{
    width: 35px;
  }
  .reform_menu_item_title_txt{
    font-size: 21px;
  }
  .reform_menu_item_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  .reform_menu_item_img{
    width: calc(100% - 35px - 5px);
  }

  .pg_reform .section.sec2 .realestate_problem_wrap{
    padding: 95px 0 0;
  }
  .pg_reform .section.sec2 .realestate_problem_items{
    margin-top: 80px;
  }
  .reform_menu_item_img.img_fit:before {
    padding-top: 78.57%;
  }
}
@media (min-width:1024px){
  .pg_reform .section.sec2{
    padding-bottom: 50px;
  }
  .pg_reform .section.sec4{
    padding: 155px 0;
  }

  /* メニュー */
  .reform_menu{
    margin: 0 -20px;
  }
  * + .reform_menu{
    margin-top: 50px;
  }
  .reform_menu_item{
    width: 50%;
    padding: 0 20px;
  }
  .reform_menu_item:nth-child(n+3){
    margin-top: 30px;
  }

  .pg_reform .section.sec1 .page_hdr_box1{
    order: 1;
  }
  .pg_reform .section.sec1 .page_hdr_box2{
    order: 2;
  }

  .pg_reform .section.sec2 .realestate_problem_wrap{
    padding: 145px 0 40px;
  }
  .pg_reform .section.sec2 .contents_hdr_box2{
    width:67.76%; 
  }
  .pg_reform .section.sec2 .realestate_problem_items{
    margin-top: 105px;
  }

  .contents_hdr_wrap.reform .contents_hdr_box1{

  }
  .contents_hdr_wrap.reform .contents_hdr_box2{

  }
  .reform_menu_item_img.img_fit:before{
    padding-top: 57.57%;
  }
}
@media (min-width:1200px){

  /* メニュー */
  .reform_menu_item_box2{
    padding-left: 60px;
  }
  .reform_menu_item_title{
    width: 55px;
  }
  .reform_menu_item_title_txt{
    font-size: 22px;
  }
  .reform_menu_item_img{
    width: calc(100% - 55px - 5px);
  }

}
@media (min-width:1470px){

  /* メニュー */
  .reform_menu{
    margin: 0 -40px;
  }
  * + .reform_menu{
    margin-top: 100px;
  }
  .reform_menu_item{
    width: 50%;
    padding: 0 40px;
  }
  .reform_menu_item:nth-child(n+3){
    margin-top: 95px;
  }

  .reform_menu_item_title_txt{
    font-size: 30px;
  }

}
@media (min-width:1540px){
  .realestate_problem_items.service .realestate_problem_item_outer{
    padding: 22px 33px 54px;
  }
  .reform_menu_item_title_txt{
    font-size: 35px;
  }
}

/*******************************
*　スタッフ紹介
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

.pg_sellandbuy .section.sec5 .realestate_problem_item_inner,
.pg_sellandbuy .section.sec6 .realestate_problem_item_inner{
  pointer-events: none;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


.hdr_contact_btn_inner:hover{
  color: #FFF;
}

/**/
.read_more a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.read_more a>p,
.read_more a .read_more_inner{
  position: relative;
  z-index: 1;
}
.read_more a>p::before ,
.read_more a .read_more_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
    );
  transform: skewX(-20deg);
  z-index: 2;
}
.read_more a:hover p{
  letter-spacing: 0.1em;
  background: #fff;
}
.read_more a:hover .read_more_inner{
  background: #fff;
}
.read_more a:hover .read_more_inner p{
  background: transparent;
}
.read_more a:hover p:after{
  margin-right: 10px;
}
.read_more a:hover >p::before ,
.read_more a:hover .read_more_inner::before {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}