@charset "UTF-8";
/* CSS Document */

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #3c3c43;
  background-color: #fff;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}


/*---------- リンク設定 ----------*/



/*---------- ベーステキストの指定 ----------*/

p {
  font-size: 100%;
  line-height: 180%;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px) {
  p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

/* ▲PCメディアクエリ終了▲ */


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px) {
  .bgsa_spnone {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .bgsa_pcnone {
    display: none;
  }
}

/*------------------- SP・メイン・TOP ----------------*/
.bgsa_main_visual {
  margin: 0 auto 30px auto;
  padding: 0;
  background-image: url("../images/real_estate_biz/main_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: none;
  background-position: right center;
  background-size: auto 100%;
}

.bgsa_main_copy_box {
  margin: 0 20px;
  padding: 30px 0 40px 0;
}

.bgsa_main_copy {
  margin: 0;
  padding: 10px 0 30px 0px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Noto Sans JP";
}

.bgsa_main_txt {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
}

.bgsa_main_txt p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 170%;
  font-weight: 600;
}


/*------------------- PC・メイン・TOP ----------------*/
@media screen and (min-width:1024px) {
  .bgsa_main_visual {
    margin: 0 auto 75px auto;
    padding: 0;
    background-image: url("../images/real_estate_biz/main_pc.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: none;
  }

  .bgsa_main_copy_box {
    width: 800px;
    margin: 0 auto 0 auto;
    padding: 120px 0 150px 0;
  }

  .bgsa_main_copy {
    margin: 0;
    padding: 10px 0 30px 0px;
    font-size: 42px;
    font-weight: 900;
    line-height: 140%;
    font-family: "Noto Sans JP";
  }

  .bgsa_main_txt {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
  }

  .bgsa_main_txt p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 200%;
  }
}


/*------------------- SP・事業内容 ----------------*/
.bgsa_business_contents {
  margin: 30px 0;
  padding: 0;
}

.bgsa_business_box {
  margin: 0 20px;
  padding: 0;
  font-family: "Noto Sans JP";
}

.bgsa_business_subbox {
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px #707070;
}

.bgsa_business_txt {
  margin: 0 0 8px 0;
  padding: 3px 0 0 30px;
  font-size: 18px;
  color: #006AB0;
  font-weight: 700;
  position: relative;
}

.bgsa_business_txt::before {
  content: url("../images/real_estate_biz/check_orange_sp.webp");
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
}

.bgsa_business_subtxt {
  margin: 0 0 8px 0;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 180%;
}

.bgsa_bold {
  font-weight: bold;
}


/*------------------- PC・事業内容 ----------------*/
@media screen and (min-width:1024px) {
  .bgsa_business_contents {
    margin: 80px auto 0;
    padding: 0;
  }

  .bgsa_business_box {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    font-family: "Noto Sans JP";
  }

  .bgsa_business_subbox {
    margin: 20px 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #707070;
  }

  .bgsa_business_txt {
    margin: 0 0 8px 0;
    padding: 2px 0 0 40px;
    font-size: 22px;
    color: #006AB0;
    font-weight: 700;
    position: relative;
  }

  .bgsa_business_txt::before {
    content: url("../images/real_estate_biz/check_orange.webp");
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
  }

  .bgsa_business_subtxt {
    margin: 0 0 8px 0;
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 180%;
  }

  .bgsa_bold {
    font-weight: bold;
  }
}

/*------------------- SP・登録免許・加盟協力 ----------------*/
.bgsa_license_contents {
  margin: 30px auto 20px auto;
  padding: 0;
}

.bgsa_license_box {
  margin: 0 20px;
  padding: 20px 0 10px 0;
  font-family: "Noto Sans JP";
  font-size: 13px;
}

table.bgsa_license {
  margin: 0 auto;
  width: 100%;
  border: none;
  padding: 0;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.bgsa_license tr {
  padding: 0;
}

table.bgsa_license th {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  line-height: 1.5;
  padding: 12px 10px;
  width: 20%;
  font-size: 14px;
  text-align: left;
}

table.bgsa_license td {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.8;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
}

.bgsa_license_box .bgsa_license_text {
  width: 5%;
}

.bgsa_license .bgsa_license_left {
  margin: 0;
  padding: 12px 0 12px 12px;
  text-align: left;
  font-weight: 400;
}


/*------------------- PC・登録免許・加盟協力 ----------------*/
@media screen and (min-width:1024px) {
  .bgsa_license_contents {
    margin: 40px auto;
    padding: 0;
  }

  .bgsa_license_box {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    width: 520px;
  }

  table.bgsa_license {
    margin: 0 auto;
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  table.bgsa_license tr {
    padding: 0;
  }

  table.bgsa_license th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #000;
    line-height: 1.5;
    padding: 12px 10px;
    width: 20%;
    font-size: 14px;
    text-align: left;
  }

  table.bgsa_license td {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 1.8;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
  }

  .bgsa_license .bgsa_license_left {
    margin: 0;
    padding: 12px 0 12px 30px;
    text-align: left;
    font-weight: 400;
  }
}


/*------------------- SP・推奨物件 ----------------*/
.bgsa_recoproperty_contents {
  margin: 0 auto;
  padding: 30px 0 30px;
  background-color: #F2F5F8;
}

.bgsa_recoproperty_box {
  margin: 0 20px;
  padding: 0;
}

.bgsa_recoproperty {
  display: flex;
  overflow: hidden;
  border-left: 5px solid #006AB0;
  padding: 2px 8px;
}

.bgsa_recoproperty_txt {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
}

.bgsa_bill_box {
  margin: 0 20px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bgsa_bill_item {
  margin: 0 0 18px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #006AB0;
  width: 48%;
}

.bgsa_bill_pict {
  margin: 0;
  padding: 0;
}

.bgsa_bill_pict img {
  width: 100%;
  aspect-ratio: 7 / 5;
}

.bgsa_bill_name {
  margin: 8px 0 16px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  font-family: "Noto Sans JP";
}

.bgsa_bill_btn_bg {
  margin: 0 auto;
  padding: 0 0 60px 0;
  background-color: #fff;
}

.bgsa_bill_arrow {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
  width: 100%;
}

.bgsa_bill_arrow img {
  width: 60px
}

.bgsa_bill_btn {
  margin: 0 40px;
  padding: 20px 0 0 0;
  text-align: center;
}

.bgsa_bill_btn a {
  color: #fff;
  font-family: "Noto Sans JP";
}

.bgsa_more-info_link {
  padding: 0;
}

.bgsa_btn_orange {
  margin: 0;
  padding: 12px 50px;
  background-color: #F28E00;
  border-radius: 80px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.bgsa_btn_orange::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 42%;
  color: #fff;
}


/*------------------- PC・推奨物件 ----------------*/
@media screen and (min-width:1024px) {
  .bgsa_recoproperty_contents {
    margin: 0 auto;
    padding: 40px 0 60px;
    background-color: #F2F5F8;
  }

  .bgsa_recoproperty_box {
    margin: 40px auto -10px auto;
    padding: 0;
    width: 900px;
  }

  .bgsa_recoproperty {
    display: flex;
    overflow: hidden;
    border-left: 5px solid #006AB0;
    padding: 2px 8px;
  }

  .bgsa_recoproperty_txt {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 700;
  }

  .bgsa_bill_box {
    margin: 40px auto 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
  }

  .bgsa_bill_item {
    margin: 0 0 18px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #006AB0;
    width: 32%;
  }

  .bgsa_bill_pict {
    margin: 0;
    padding: 0;
  }

  .bgsa_bill_pict img {
    width: 100%;
    aspect-ratio: 7 / 5;
  }

  .bgsa_bill_name {
    margin: 12px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    font-family: "Noto Sans JP";
  }

  .bgsa_bill_btn_bg {
    margin: 0 auto;
    padding: 0 0 120px 0;
    background-color: #fff;
  }

  .bgsa_bill_arrow {
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
  }

  .bgsa_bill_arrow img {
    width: 60px
  }

  .bgsa_bill_btn {
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
  }

  .bgsa_bill_btn a {
    color: #fff;
    font-family: "Noto Sans JP";
  }

  .bgsa_more-info_link {
    padding: 0;
  }

  .bgsa_btn_orange {
    margin: 0;
    padding: 12px 35px;
    background-color: #F28E00;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }

  .bgsa_btn_orange::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 3%;
    top: 36%;
    color: #fff;
  }
}