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

.oswald {
  font-family: "Oswald", 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: 320px;
  max-height: 500px;
  aspect-ratio: 1920/320;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/6;
    height: auto;
  }
}
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: 4;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(14px, 0.591rem + 1.21vw, 24px);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(28px, 1.239rem + 2.18vw, 46px);
  font-weight: bold;
  line-height: 1;
}

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

.contact .tel_box {
  border: solid 2px #F26100;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 25px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .contact .tel_box {
    padding: 12px 5%;
  }
}
.contact .tel_box a.tel_link {
  font-size: 36px;
  color: #F26100;
  font-weight: 600;
}
.contact .tel_box a.tel_link:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/tel_icon_or01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}

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

/******************************/
/* 車両 */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
  .company .sec01 .named img {
    height: 15px;
  }
}
.company .sec02 {
  position: relative;
  background-color: #FFFBF8;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .company .sec02 .sub_images_ul.cul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .company .sec02 .sub_images_ul.cul2 li {
    width: calc(50% - 5px);
    line-height: 1.6;
  }
}

/******************************/
/* ONLINE */
/******************************/
.online .online_ttl {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #333;
}
.online .online_ttl .jp_txt {
  font-size: clamp(18px, 0.955rem + 0.73vw, 24px);
}
.online .online_ttl .eng_txt {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.79rem + 0.36vw, 17px);
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}
.online .sec01 {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 1024px) {
  .online .sec01 {
    padding: 0 0 30px;
  }
}
.online .sec01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FFEFBC;
  z-index: -1;
}
.online .sec02 {
  position: relative;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .online .sec02 {
    padding: 50px 0 0;
  }
}

/******************************/
/* 知識 */
/******************************/
.real-estate-sales-knowledge .sec01 {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 1024px) {
  .real-estate-sales-knowledge .sec01 {
    padding: 0 0 30px;
  }
}
.real-estate-sales-knowledge .sec02,
.real-estate-sales-knowledge .sec04 {
  position: relative;
  background-color: #FFFBF8;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .real-estate-sales-knowledge .sec02,
  .real-estate-sales-knowledge .sec04 {
    padding: 30px 0;
  }
}
.real-estate-sales-knowledge .sec03,
.real-estate-sales-knowledge .sec05 {
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 1024px) {
  .real-estate-sales-knowledge .sec03,
  .real-estate-sales-knowledge .sec05 {
    padding: 0 0 30px;
  }
}

/******************************/
/* 不動産管理  */
/******************************/
.property-management .sec01,
.real-estate-sales .sec01,
.real-estate-brokerage .sec01,
.reform .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFEFBC;
  z-index: 1;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .property-management .sec01,
  .real-estate-sales .sec01,
  .real-estate-brokerage .sec01,
  .reform .sec01 {
    padding: 50px 0 0;
  }
}
.property-management .sec_a .layout_a,
.property-management .sec_a .layout_b,
.real-estate-sales .sec_a .layout_a,
.real-estate-sales .sec_a .layout_b,
.real-estate-brokerage .sec_a .layout_a,
.real-estate-brokerage .sec_a .layout_b,
.reform .sec_a .layout_a,
.reform .sec_a .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-management .sec_a .layout_a .imgbox,
.property-management .sec_a .layout_b .imgbox,
.real-estate-sales .sec_a .layout_a .imgbox,
.real-estate-sales .sec_a .layout_b .imgbox,
.real-estate-brokerage .sec_a .layout_a .imgbox,
.real-estate-brokerage .sec_a .layout_b .imgbox,
.reform .sec_a .layout_a .imgbox,
.reform .sec_a .layout_b .imgbox {
  width: 25%;
}
@media (max-width: 1024px) {
  .property-management .sec_a .layout_a .imgbox,
  .property-management .sec_a .layout_b .imgbox,
  .real-estate-sales .sec_a .layout_a .imgbox,
  .real-estate-sales .sec_a .layout_b .imgbox,
  .real-estate-brokerage .sec_a .layout_a .imgbox,
  .real-estate-brokerage .sec_a .layout_b .imgbox,
  .reform .sec_a .layout_a .imgbox,
  .reform .sec_a .layout_b .imgbox {
    display: none;
  }
}
.property-management .sec_a .layout_a .infobox_a,
.property-management .sec_a .layout_b .infobox_a,
.real-estate-sales .sec_a .layout_a .infobox_a,
.real-estate-sales .sec_a .layout_b .infobox_a,
.real-estate-brokerage .sec_a .layout_a .infobox_a,
.real-estate-brokerage .sec_a .layout_b .infobox_a,
.reform .sec_a .layout_a .infobox_a,
.reform .sec_a .layout_b .infobox_a {
  border-radius: 10px;
  border: solid 3px #333333;
  padding: 40px;
}
@media (max-width: 1024px) {
  .property-management .sec_a .layout_a .infobox_a,
  .property-management .sec_a .layout_b .infobox_a,
  .real-estate-sales .sec_a .layout_a .infobox_a,
  .real-estate-sales .sec_a .layout_b .infobox_a,
  .real-estate-brokerage .sec_a .layout_a .infobox_a,
  .real-estate-brokerage .sec_a .layout_b .infobox_a,
  .reform .sec_a .layout_a .infobox_a,
  .reform .sec_a .layout_b .infobox_a {
    padding: 20px 5%;
  }
}
.property-management .sec_a .layout_a .infobox_a.type01,
.property-management .sec_a .layout_b .infobox_a.type01,
.real-estate-sales .sec_a .layout_a .infobox_a.type01,
.real-estate-sales .sec_a .layout_b .infobox_a.type01,
.real-estate-brokerage .sec_a .layout_a .infobox_a.type01,
.real-estate-brokerage .sec_a .layout_b .infobox_a.type01,
.reform .sec_a .layout_a .infobox_a.type01,
.reform .sec_a .layout_b .infobox_a.type01 {
  border: solid 5px #F26100;
  background-color: #FFFBF8;
}
.property-management .sec_point,
.real-estate-sales .sec_point,
.real-estate-brokerage .sec_point,
.reform .sec_point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-image: url(../images/common/point_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  .property-management .sec_point,
  .real-estate-sales .sec_point,
  .real-estate-brokerage .sec_point,
  .reform .sec_point {
    padding: 50px 0;
  }
}
.property-management .sec_point .point_dl,
.real-estate-sales .sec_point .point_dl,
.real-estate-brokerage .sec_point .point_dl,
.reform .sec_point .point_dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  border-bottom: dotted 2px #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .property-management .sec_point .point_dl,
  .real-estate-sales .sec_point .point_dl,
  .real-estate-brokerage .sec_point .point_dl,
  .reform .sec_point .point_dl {
    display: block;
  }
}
.property-management .sec_point .point_dl:last-child,
.real-estate-sales .sec_point .point_dl:last-child,
.real-estate-brokerage .sec_point .point_dl:last-child,
.reform .sec_point .point_dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .property-management .sec_point .point_dl dt,
  .real-estate-sales .sec_point .point_dl dt,
  .real-estate-brokerage .sec_point .point_dl dt,
  .reform .sec_point .point_dl dt {
    width: 100%;
  }
}
.property-management .sec_point .point_dl dt .circle_box,
.real-estate-sales .sec_point .point_dl dt .circle_box,
.real-estate-brokerage .sec_point .point_dl dt .circle_box,
.reform .sec_point .point_dl dt .circle_box {
  position: relative;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 4px #fff;
}
@media (max-width: 1024px) {
  .property-management .sec_point .point_dl dt .circle_box,
  .real-estate-sales .sec_point .point_dl dt .circle_box,
  .real-estate-brokerage .sec_point .point_dl dt .circle_box,
  .reform .sec_point .point_dl dt .circle_box {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 70px;
  }
}
.property-management .sec_point .point_dl dt .circle_box .box,
.real-estate-sales .sec_point .point_dl dt .circle_box .box,
.real-estate-brokerage .sec_point .point_dl dt .circle_box .box,
.reform .sec_point .point_dl dt .circle_box .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.property-management .sec_point .point_dl dd,
.real-estate-sales .sec_point .point_dl dd,
.real-estate-brokerage .sec_point .point_dl dd,
.reform .sec_point .point_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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