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

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pt-serif {
  font-family: "PT Serif", serif;
  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;
  overflow: visible;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 1920/500;
  min-height: 320px;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: auto;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    min-height: 260px;
  }
}
main section .page_head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 80, 50, 0.05);
  pointer-events: none;
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: min(760px, 46vw);
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  padding: 48px 40px;
  text-align: center;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  main section .page_title {
    width: 68%;
    padding: 34px 24px;
  }
}
@media (max-width: 767px) {
  main section .page_title {
    top: 45%;
    width: 82%;
    padding: 28px 20px;
  }
}
main section .page_title .sv_ttl {
  position: relative;
  text-align: right;
  color: #333;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(26px, 1.193rem + 1.82vw, 44px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
main section .page_title .sv_ttl .eng_ttl {
  margin-top: 8px;
  color: #002363;
  font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
main section .breadcrumbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
  width: min(740px, 38vw);
  background-color: #2562D2;
  padding: 0;
}
@media (max-width: 1024px) {
  main section .breadcrumbs {
    width: 100%;
  }
}
main section .breadcrumbs .breadcrumbs_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 32px;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main section .breadcrumbs .breadcrumbs_inner {
    padding: 12px 20px;
    font-size: 12px;
  }
}
main section .breadcrumbs .breadcrumbs_inner a {
  color: #fff;
  text-decoration: none;
}
main section .breadcrumbs .breadcrumbs_inner a:hover {
  text-decoration: underline;
}
main section .breadcrumbs .breadcrumbs_inner span {
  color: #fff;
}

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

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

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.company .sub_images_ul.cul2 {
  gap: 10px 40px;
}

/******************************/
/* ***** */
/******************************/
.quick-ai-appraisal .sec01,
.quick-ai-appraisal .sec03 {
  position: relative;
  background-color: #E9F1FF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .quick-ai-appraisal .sec01,
  .quick-ai-appraisal .sec03 {
    padding: 50px 0;
  }
}
.quick-ai-appraisal .sec02 {
  position: relative;
  background-color: #F5F9FF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .quick-ai-appraisal .sec02 {
    padding: 50px 0;
  }
}
.quick-ai-appraisal .sec04 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .quick-ai-appraisal .sec04 {
    padding: 50px 0;
  }
}

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

/******************************/
/* ***** */
/******************************/
.brokerage-purchase .sec01,
.qa .sec01 {
  position: relative;
  background-color: #E9F1FF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .brokerage-purchase .sec01,
  .qa .sec01 {
    padding: 50px 0;
  }
}
.brokerage-purchase .sec02,
.qa .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .brokerage-purchase .sec02,
  .qa .sec02 {
    padding: 50px 0;
  }
}

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

/******************************/
/* ***** */
/******************************/
.inheritance .sec01,
.replacement .sec01,
.divorce-relocation-sale .sec01,
.loan-repayment .sec01,
.vacant-house .sec01 {
  position: relative;
  background-color: #E9F1FF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .inheritance .sec01,
  .replacement .sec01,
  .divorce-relocation-sale .sec01,
  .loan-repayment .sec01,
  .vacant-house .sec01 {
    padding: 50px 0;
  }
}
.inheritance .sec02,
.inheritance .sec04,
.replacement .sec02,
.replacement .sec04,
.divorce-relocation-sale .sec02,
.divorce-relocation-sale .sec04,
.loan-repayment .sec02,
.loan-repayment .sec04,
.vacant-house .sec02,
.vacant-house .sec04 {
  position: relative;
  padding: 80px 0;
  background-color: #F6F9FF;
}
@media (max-width: 1024px) {
  .inheritance .sec02,
  .inheritance .sec04,
  .replacement .sec02,
  .replacement .sec04,
  .divorce-relocation-sale .sec02,
  .divorce-relocation-sale .sec04,
  .loan-repayment .sec02,
  .loan-repayment .sec04,
  .vacant-house .sec02,
  .vacant-house .sec04 {
    padding: 50px 0;
  }
}
.inheritance .sec03,
.inheritance .sec06,
.replacement .sec03,
.replacement .sec06,
.divorce-relocation-sale .sec03,
.divorce-relocation-sale .sec06,
.loan-repayment .sec03,
.loan-repayment .sec06,
.vacant-house .sec03,
.vacant-house .sec06 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .inheritance .sec03,
  .inheritance .sec06,
  .replacement .sec03,
  .replacement .sec06,
  .divorce-relocation-sale .sec03,
  .divorce-relocation-sale .sec06,
  .loan-repayment .sec03,
  .loan-repayment .sec06,
  .vacant-house .sec03,
  .vacant-house .sec06 {
    padding: 50px 0;
  }
}
.inheritance .sec05,
.replacement .sec05,
.divorce-relocation-sale .sec05,
.loan-repayment .sec05,
.vacant-house .sec05 {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/common/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .inheritance .sec05,
  .replacement .sec05,
  .divorce-relocation-sale .sec05,
  .loan-repayment .sec05,
  .vacant-house .sec05 {
    padding: 50px 0;
  }
}

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