@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
    height: 45dvw;
  }
}

main section .page_title {
  background-color: #E7EBF1;
  border-radius: 0 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 2.5% 40px 20%;
}

@media screen and (max-width: 1024px) {
  main section .page_title {
    padding: 20px 2.5% 20px 15%;
  }
}

main section .page_title .sv_ttl {
  position: relative;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #97A1B7;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #333;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#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;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  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: #10116B;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #10116B;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

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

/******************************/
/* 不動産媒介(仲介)について */
/******************************/
.real-estate-brokerage .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .real-estate-brokerage .sec01 {
    padding: 0 0 50px;
  }
}

.real-estate-brokerage .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-brokerage .sec02 {
    padding: 50px 0;
  }
}

.real-estate-brokerage .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .real-estate-brokerage .sec03 {
    padding: 50px 0;
  }
}

.real-estate-brokerage .sec04 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-brokerage .sec04 {
    padding: 50px 0;
  }
}

.real-estate-brokerage .sec05 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-brokerage .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* 会社概要 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

.company .lead_area {
  position: relative;
  background-image: url(../images/company/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .company .lead_area {
    padding: 40px 0;
  }
}

.company .sec02 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

.company .sec02 .sub_images_ul.cul2 li .basic_dl02 dd .sub_images_ul {
  gap: 10px 13px;
}

.company .sec02 .sub_images_ul.cul2 li .basic_dl02 dd .sub_images_ul li {
  width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 1024px) {
  .company .sec02 .sub_images_ul.cul2 li .basic_dl02 dd .sub_images_ul li {
    width: 100%;
  }
}

.company .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

.company .sec03 .sub_images_ul.cul4 {
  gap: 5px 10px;
}

.company .sec03 .sub_images_ul.cul4 li {
  width: calc(100% / 4 - 9px);
}

@media screen and (max-width: 1024px) {
  .company .sec03 .sub_images_ul.cul4 li {
    width: calc(100% / 2 - 5px);
  }
}

.company .sec03 .sub_images_ul.cul4 li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  display: block;
  background-color: #F5F9FF;
  border: solid 2px #0045A3;
  color: #0045A3;
  font-weight: bold;
}

/******************************/
/* リンク集 */
/******************************/
/******************************/
/* 採用情報 */
/******************************/
.recruit .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}

.recruit .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .recruit .sec02 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .recruit .sec02 .sub_images_ul li {
    margin-bottom: 20px;
  }
  .recruit .sec02 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.recruit .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}

.recruit .sec04 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .recruit .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04,
.assessment .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04,
  .assessment .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link,
.assessment .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 不動産売却 */
/******************************/
.real-estate-sales .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .sec01 {
    padding: 0 0 50px;
  }
}

.real-estate-sales .lead_area {
  position: relative;
  background-image: url(../images/real-estate-sales/lead_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area {
    padding: 40px 0;
  }
}

.real-estate-sales .lead_area .bnr_flex li a figure {
  position: relative;
}

.real-estate-sales .lead_area .bnr_flex li a figure figcaption {
  width: 30vw;
  color: #fff;
  display: block;
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area .bnr_flex li a figure figcaption {
    width: 60vw;
  }
}

.real-estate-sales .lead_area .bnr_flex li a figure figcaption .num {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area .bnr_flex li a figure figcaption .num {
    font-size: 16px;
  }
}

.real-estate-sales .lead_area .bnr_flex li a figure figcaption .ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area .bnr_flex li a figure figcaption .ttl {
    font-size: 18px;
  }
}

.real-estate-sales .lead_area .bnr_flex li a figure figcaption .txt01 {
  margin-top: 15px;
  color: #333;
  background-color: #fff;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area .bnr_flex li a figure figcaption .txt01 {
    font-size: 14px;
  }
}

.real-estate-sales .lead_area .bnr_flex li a figure figcaption .txt01 span {
  color: #D82121;
  font-size: 24px;
  border-bottom: solid 1px #D82121;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .lead_area .bnr_flex li a figure figcaption .txt01 span {
    font-size: 16px;
  }
}

.real-estate-sales .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .sec02 {
    padding: 50px 0;
  }
}

.real-estate-sales .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-sales .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産購入 不動産賃貸 */
/******************************/
.real-estate-leasing .sec01,
.real-estate-buying .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .real-estate-leasing .sec01,
  .real-estate-buying .sec01 {
    padding: 0 0 50px;
  }
}

.real-estate-leasing .sec01:before,
.real-estate-buying .sec01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #F5F9FF;
  z-index: -1;
}

.real-estate-leasing .sec02,
.real-estate-buying .sec02 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-leasing .sec02,
  .real-estate-buying .sec02 {
    padding: 50px 0;
  }
}

.real-estate-leasing .sec03,
.real-estate-buying .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-leasing .sec03,
  .real-estate-buying .sec03 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .real-estate-leasing .sec03 .layout_c,
  .real-estate-buying .sec03 .layout_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.real-estate-leasing .sec03 .layout_c li,
.real-estate-buying .sec03 .layout_c li {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media screen and (max-width: 1024px) {
  .real-estate-leasing .sec03 .layout_c li,
  .real-estate-buying .sec03 .layout_c li {
    width: calc(100% / 2 - 10px);
  }
}

/******************************/
/* 不動産管理  保険*/
/******************************/
.real-estate-management .sec01,
.insurance .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec01,
  .insurance .sec01 {
    padding: 0 0 50px;
  }
}

.real-estate-management .sec02,
.insurance .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec02,
  .insurance .sec02 {
    padding: 50px 0;
  }
}

.real-estate-management .sec03,
.insurance .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec03,
  .insurance .sec03 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec03 .sub_images_ul li,
  .insurance .sec03 .sub_images_ul li {
    margin-bottom: 25px;
  }
  .real-estate-management .sec03 .sub_images_ul li:last-child,
  .insurance .sec03 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.real-estate-management .sec04,
.insurance .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec04,
  .insurance .sec04 {
    padding: 50px 0;
  }
}

.real-estate-management .sec04 .layout_c li,
.insurance .sec04 .layout_c li {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec04 .sub_images_ul li,
  .insurance .sec04 .sub_images_ul li {
    margin-bottom: 25px;
  }
  .real-estate-management .sec04 .sub_images_ul li:last-child,
  .insurance .sec04 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.real-estate-management .sec05,
.insurance .sec05 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .real-estate-management .sec05,
  .insurance .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* リノベーション*/
/******************************/
.renovation .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .renovation .sec01 {
    padding: 0 0 50px;
  }
}

.renovation .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .renovation .sec02 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .renovation .sec02 .sub_images_ul li {
    margin-bottom: 25px;
  }
  .renovation .sec02 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.renovation .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .renovation .sec03 {
    padding: 50px 0;
  }
}

.renovation .sec03 .infobox02 .sub_images_ul {
  gap: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .renovation .sec03 .sub_images_ul li {
    margin-bottom: 10px;
  }
  .renovation .sec03 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.renovation .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .renovation .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* 民泊事業*/
/******************************/
.private-residence .sec01,
.leisure-business .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .private-residence .sec01,
  .leisure-business .sec01 {
    padding: 0 0 50px;
  }
}

.private-residence .sec01 iframe,
.leisure-business .sec01 iframe {
  aspect-ratio: 1/1;
}

.private-residence .sec02,
.leisure-business .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .private-residence .sec02,
  .leisure-business .sec02 {
    padding: 50px 0;
  }
}

.private-residence .sec03,
.leisure-business .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .private-residence .sec03,
  .leisure-business .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産企画開発*/
/******************************/
.development .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .development .sec01 {
    padding: 0 0 50px;
  }
}

.development .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .development .sec02 {
    padding: 50px 0;
  }
}

.development .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .development .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産企画開発  */
/******************************/
.development .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .development .sec01 {
    padding: 0 0 50px;
  }
}

.development .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .development .sec02 {
    padding: 50px 0;
  }
}

.development .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .development .sec03 {
    padding: 50px 0;
  }
}

.development .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .development .sec04 {
    padding: 50px 0;
  }
}

.development .sec05 {
  position: relative;
  padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
  .development .sec05 {
    padding: 50px 0 0;
  }
}

.development .sec06 {
  position: relative;
  padding: 50px 0 100px;
}

@media screen and (max-width: 1024px) {
  .development .sec06 {
    padding: 25px 0 50px;
  }
}

.development .sec07 {
  position: relative;
  padding: 100px 0;
  background-color: #EAEDF3;
}

@media screen and (max-width: 1024px) {
  .development .sec07 {
    padding: 50px 0;
  }
}

/******************************/
/* 不動産買取について */
/******************************/
.real-estate-purchase .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .real-estate-purchase .sec01 {
    padding: 0 0 50px;
  }
}

.real-estate-purchase .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F5F9FF;
}

@media screen and (max-width: 1024px) {
  .real-estate-purchase .sec02 {
    padding: 50px 0;
  }
}

.real-estate-purchase .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #E7EBF1;
}

@media screen and (max-width: 1024px) {
  .real-estate-purchase .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/

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