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

.pt-serif {
  font-family: "PT Serif", serif;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", 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;
  width: 100%;
  aspect-ratio: 1920/500;
  background-image: url(../images/common/sv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 16/8;
    min-height: 190px;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(52%, 980px);
  max-width: none;
  margin: 0;
  padding: 15px 40px 15px max(20px, (100vw - 1200px) / 2);
  background-color: #00426f;
  border-radius: 0 8px 8px 0;
}
main section .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  margin: 0;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
main section .page_title .sv_ttl .jp_ttl {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  main section .page_title {
    width: 62%;
    padding: 13px 30px 13px 5%;
  }
}
@media (max-width: 767px) {
  main section .page_title {
    width: 88%;
    padding: 12px 20px;
    border-radius: 0 6px 6px 0;
  }
  main section .page_title .sv_ttl {
    gap: 8px;
  }
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 8px;
  }
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

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

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

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

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

/******************************/
/* ***** */
/******************************/
.course-immediate .sec01 {
  position: relative;
  background-color: #003B68;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .course-immediate .sec01 {
    padding: 50px 0;
  }
}
.course-immediate .sec02 {
  position: relative;
  background-color: #F3F7FD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .course-immediate .sec02 {
    padding: 50px 0;
  }
}
.course-immediate .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .course-immediate .sec03 {
    padding: 50px 0;
  }
}

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

/******************************/
/* ***** */
/******************************/
.tips-short-sale .sec02,
.tips-how .sec02,
.tips-kinds .sec02,
.tips-cost .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F7FD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tips-short-sale .sec02,
  .tips-how .sec02,
  .tips-kinds .sec02,
  .tips-cost .sec02 {
    padding: 50px 0;
  }
}
.tips-short-sale .sec03,
.tips-how .sec03,
.tips-kinds .sec03,
.tips-cost .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/******************************/
/* ***** */
/******************************/
#contact_content .tel_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 32px;
}
#contact_content .tel_link:before {
  background-image: url(../images/icon/tel_icon01_bl.svg);
  width: 32px;
  height: auto;
}

.company .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 120px;
}
.company .sec01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F3F7FD;
  width: 100%;
  height: 45%;
  z-index: -1;
}
.company .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.sell-commercial-p .sec01,
.sell-land .sec01,
.sell-kodate .sec01,
.sell-mansion .sec01,
.inheritance .sec01,
.vacant .sec01,
.apartment-land .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #003B68;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .sell-commercial-p .sec01,
  .sell-land .sec01,
  .sell-kodate .sec01,
  .sell-mansion .sec01,
  .inheritance .sec01,
  .vacant .sec01,
  .apartment-land .sec01 {
    padding: 50px 0;
  }
}
.sell-commercial-p .sec02,
.sell-land .sec02,
.sell-kodate .sec02,
.sell-mansion .sec02,
.inheritance .sec02,
.vacant .sec02,
.apartment-land .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F7FD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .sell-commercial-p .sec02,
  .sell-land .sec02,
  .sell-kodate .sec02,
  .sell-mansion .sec02,
  .inheritance .sec02,
  .vacant .sec02,
  .apartment-land .sec02 {
    padding: 50px 0;
  }
}
.sell-commercial-p .sec03,
.sell-land .sec03,
.sell-kodate .sec03,
.sell-mansion .sec03,
.inheritance .sec03,
.vacant .sec03,
.apartment-land .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .sell-commercial-p .sec03,
  .sell-land .sec03,
  .sell-kodate .sec03,
  .sell-mansion .sec03,
  .inheritance .sec03,
  .vacant .sec03,
  .apartment-land .sec03 {
    padding: 50px 0;
  }
}
.sell-commercial-p .sec04,
.sell-land .sec04,
.sell-kodate .sec04,
.sell-mansion .sec04,
.inheritance .sec04,
.vacant .sec04,
.apartment-land .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F7FD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .sell-commercial-p .sec04,
  .sell-land .sec04,
  .sell-kodate .sec04,
  .sell-mansion .sec04,
  .inheritance .sec04,
  .vacant .sec04,
  .apartment-land .sec04 {
    padding: 50px 0;
  }
}
.sell-commercial-p .sec05,
.sell-land .sec05,
.sell-kodate .sec05,
.sell-mansion .sec05,
.inheritance .sec05,
.vacant .sec05,
.apartment-land .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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