@charset "UTF-8";
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.story-script {
  font-family: "Story Script", 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: 30dvw;
  max-height: 500px;
  aspect-ratio: 1920/425;
}
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%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(18px, 0.886rem + 0.48vw, 20px);
  font-family: "Story Script", sans-serif;
  text-transform: capitalize;
  color: #FEC945;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 1.6px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(24px, 1.102rem + 1.7vw, 38px);
  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 #7F6A5A;
  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: #00204F;
  color: #fff;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

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

/******************************/
/* 車両 */
/******************************/
.car .sec01 .carbox {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .car .sec01 .carbox {
    padding: 50px 0;
  }
}
.car .sec01 .carbox:nth-child(odd) {
  background-color: #F1EEEE;
}
.car .sec01 .carbox:nth-child(even) {
  background-color: #F8F8F8;
}
.car .sec01 .carbox .layout_b .txtbox .car_specbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 12px #747A92;
  padding: 5% 10%;
  background-color: #FFFFFF;
}
.car .sec01 .carbox .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/254;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0C0C0C;
}

/******************************/
/* reason */
/******************************/
.reason .full_flex .imgbox,
.reform-renovation .full_flex .imgbox,
.full-renovation .full_flex .imgbox,
.used-property .full_flex .imgbox,
.bathroom-renovation .full_flex .imgbox,
.another-renovation .full_flex .imgbox,
.construction-system .full_flex .imgbox,
.reseller .full_flex .imgbox,
.company .full_flex .imgbox,
.recruit .full_flex .imgbox {
  background-image: url(../images/reason/sec01_img01.jpg);
}
.reason .full_flex .txtbox,
.reform-renovation .full_flex .txtbox,
.full-renovation .full_flex .txtbox,
.used-property .full_flex .txtbox,
.bathroom-renovation .full_flex .txtbox,
.another-renovation .full_flex .txtbox,
.construction-system .full_flex .txtbox,
.reseller .full_flex .txtbox,
.company .full_flex .txtbox,
.recruit .full_flex .txtbox {
  background-color: #fff;
}
.reason .sec00,
.reform-renovation .sec00,
.full-renovation .sec00,
.used-property .sec00,
.bathroom-renovation .sec00,
.another-renovation .sec00,
.construction-system .sec00,
.reseller .sec00,
.company .sec00,
.recruit .sec00 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .reason .sec00,
  .reform-renovation .sec00,
  .full-renovation .sec00,
  .used-property .sec00,
  .bathroom-renovation .sec00,
  .another-renovation .sec00,
  .construction-system .sec00,
  .reseller .sec00,
  .company .sec00,
  .recruit .sec00 {
    padding: 0 0 50px;
  }
}
.reason .sec01,
.reform-renovation .sec01,
.full-renovation .sec01,
.used-property .sec01,
.bathroom-renovation .sec01,
.another-renovation .sec01,
.construction-system .sec01,
.reseller .sec01,
.company .sec01,
.recruit .sec01 {
  position: relative;
  background-color: #FFFAEE;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reason .sec01,
  .reform-renovation .sec01,
  .full-renovation .sec01,
  .used-property .sec01,
  .bathroom-renovation .sec01,
  .another-renovation .sec01,
  .construction-system .sec01,
  .reseller .sec01,
  .company .sec01,
  .recruit .sec01 {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .recruit .sec00 .sub_images_ul .li {
    margin-bottom: 25px;
  }
  .recruit .sec00 .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}

.recruit .sec02,
.company .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .recruit .sec02,
  .company .sec02 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .recruit .sec02 .sub_images_ul.cul4,
  .company .sec02 .sub_images_ul.cul4 {
    gap: 15px 20px;
  }
}
@media (max-width: 1024px) {
  .recruit .sec02 .sub_images_ul.cul4 .li,
  .company .sec02 .sub_images_ul.cul4 .li {
    margin: 0;
    width: calc(50% - 10px);
  }
}

.reform-renovation .sec02 {
  position: relative;
  background-color: #FFFAEE;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reform-renovation .sec02 {
    padding: 50px 0;
  }
}
.reform-renovation .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reform-renovation .sec03 {
    padding: 50px 0;
  }
}

.reseller .sec00 .sec00_resellerbox {
  background-color: #FFFAEE;
  border: solid 2px #00204F;
  border-radius: 20px;
  padding: 50px 100px;
}
@media (max-width: 1024px) {
  .reseller .sec00 .sec00_resellerbox {
    padding: 30px 5%;
  }
}
.reseller .sec00 .sec00_resellerbox .in_ttl {
  text-align: center;
}
.reseller .sec00 .sec00_resellerbox .in_ttl span {
  border-bottom: solid 5px #FFB635;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .reseller .sec00 .sec00_resellerbox .sub_images_ul .li figure {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .reseller .sec00 .sec00_resellerbox .sub_images_ul .li img {
    width: 60%;
  }
}
.reseller .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reseller .sec02 {
    padding: 50px 0;
  }
}
.reseller .sec03 {
  position: relative;
  background-color: #FFFAEE;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reseller .sec03 {
    padding: 50px 0;
  }
}
.reseller .sec04 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .reseller .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
