@charset "UTF-8";
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-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;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/8;
  }
}
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: 2;
  width: 90%;
}
@media (max-width: 1024px) {
  main section .page_title {
    top: 60%;
    width: 100%;
  }
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(30px, 1.534rem + 1.45vw, 42px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  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 1px #753939;
  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: #333333;
  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;
}

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.online .sec01,
.online .sec03,
.online .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECE7DD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .online .sec01,
  .online .sec03,
  .online .sec05 {
    padding: 50px 0;
  }
}
.online .sec02,
.online .sec04,
.online .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .online .sec02,
  .online .sec04,
  .online .sec06 {
    padding: 50px 0;
  }
}
.online .sec05 .web_meeting_layout {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .online .sec05 .web_meeting_layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.online .sec05 .web_meeting_layout .box_item {
  width: 100%;
}
.online .sec05 .web_meeting_layout .box_item figure {
  margin: 0;
  width: 100%;
}
.online .sec05 .web_meeting_layout .box_item img {
  display: block;
  width: 100%;
  height: auto;
}
.online .sec05 .web_meeting_layout .plus_icon {
  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;
  width: 64px;
  margin: 0 auto;
}
.online .sec05 .web_meeting_layout .plus_icon img {
  display: block;
  width: 100%;
  max-width: 46px;
  height: auto;
}
@media (max-width: 1024px) {
  .online .sec05 .web_meeting_layout .plus_icon {
    width: 48px;
  }
  .online .sec05 .web_meeting_layout .plus_icon img {
    max-width: 38px;
  }
}

/******************************/
/* ***** */
/******************************/
.company .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.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;
  }
}
.company .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECE7DD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.price .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/price/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .price .sec01 {
    padding: 60px 0;
  }
}
.price .sec02,
.price .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECE7DD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .price .sec02,
  .price .sec04 {
    padding: 50px 0;
  }
}
.price .sec03,
.price .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .price .sec03,
  .price .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.after-follow .sec01,
.after-follow .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .after-follow .sec01,
  .after-follow .sec03 {
    padding: 50px 0;
  }
}
.after-follow .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/after-follow/sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .after-follow .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.commitment .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .commitment .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* ***** */
/******************************/
.lead figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 192/100;
}

.lead01 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 192/60;
}

/******************************/
/* ***** */
/******************************/
.reform .sec01,
.reform .sec03,
.reform .sec05,
.renovation .sec01,
.renovation .sec03,
.renovation .sec05,
.furniture .sec01,
.furniture .sec03,
.furniture .sec05,
.schedule .sec01,
.schedule .sec03,
.schedule .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECE7DD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reform .sec01,
  .reform .sec03,
  .reform .sec05,
  .renovation .sec01,
  .renovation .sec03,
  .renovation .sec05,
  .furniture .sec01,
  .furniture .sec03,
  .furniture .sec05,
  .schedule .sec01,
  .schedule .sec03,
  .schedule .sec05 {
    padding: 50px 0;
  }
}
.reform .sec02,
.reform .sec04,
.reform .sec06,
.renovation .sec02,
.renovation .sec04,
.renovation .sec06,
.furniture .sec02,
.furniture .sec04,
.furniture .sec06,
.schedule .sec02,
.schedule .sec04,
.schedule .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reform .sec02,
  .reform .sec04,
  .reform .sec06,
  .renovation .sec02,
  .renovation .sec04,
  .renovation .sec06,
  .furniture .sec02,
  .furniture .sec04,
  .furniture .sec06,
  .schedule .sec02,
  .schedule .sec04,
  .schedule .sec06 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.custom-home .sec01,
.apartment .sec01,
.office .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .custom-home .sec01,
  .apartment .sec01,
  .office .sec01 {
    padding: 0 0 50px;
  }
}
.custom-home .sec02,
.apartment .sec02,
.office .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECE7DD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .custom-home .sec02,
  .apartment .sec02,
  .office .sec02 {
    padding: 50px 0;
  }
}
.custom-home .sec03,
.apartment .sec03,
.office .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .custom-home .sec03,
  .apartment .sec03,
  .office .sec03 {
    padding: 50px 0;
  }
}

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