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

.poppins {
  font-family: "Poppins", 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/340;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/6;
  }
}
main section .page_head:before {
  z-index: 1;
  content: "";
  border-bottom: solid 3px #E6A012;
  width: 20%;
  height: 2px;
  display: inline-block;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1530px) {
  main section .page_head:before {
    display: none;
  }
}
main section .page_head:after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/sv_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 284/243;
  width: 100%;
  height: auto;
  max-width: 284px;
  z-index: 1;
  position: absolute;
  right: 10%;
  bottom: 0;
}
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(16px, 0.716rem + 1.21vw, 26px);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  line-height: 1;
  font-weight: bold;
}

#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 0.5px #707070;
  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: #05325A;
  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;
}

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.company .sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec02,
.company .sec04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02,
  .company .sec04 {
    padding: 50px 0;
  }
}
.company .sec03,
.company .sec05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #EAF2F8;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03,
  .company .sec05 {
    padding: 50px 0;
  }
}

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

/******************************/
/* ***** */
/******************************/
.requirements .sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
  background-color: #EAF2F8;
}
@media (max-width: 1024px) {
  .requirements .sec01 {
    padding: 50px 0;
  }
}
.requirements .sec01 .sub_images_ul .li figure {
  text-align: center;
}
.requirements .sec01 .sub_images_ul .li figure img {
  width: 40%;
}
.requirements .sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .requirements .sec02 {
    padding: 50px 0;
  }
}

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

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

/******************************/
/* ***** */
/******************************/
.construction .sec01,
.construction .sec03,
.construction .sec05,
.interior-work .sec01,
.interior-work .sec03,
.interior-work .sec05,
.design-build .sec01,
.design-build .sec03,
.design-build .sec05,
.reform .sec01,
.reform .sec03,
.reform .sec05,
.demolition .sec01,
.demolition .sec03,
.demolition .sec05,
.waterproofing .sec01,
.waterproofing .sec03,
.waterproofing .sec05,
.snow-removal .sec01,
.snow-removal .sec03,
.snow-removal .sec05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #EAF2F8;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .construction .sec01,
  .construction .sec03,
  .construction .sec05,
  .interior-work .sec01,
  .interior-work .sec03,
  .interior-work .sec05,
  .design-build .sec01,
  .design-build .sec03,
  .design-build .sec05,
  .reform .sec01,
  .reform .sec03,
  .reform .sec05,
  .demolition .sec01,
  .demolition .sec03,
  .demolition .sec05,
  .waterproofing .sec01,
  .waterproofing .sec03,
  .waterproofing .sec05,
  .snow-removal .sec01,
  .snow-removal .sec03,
  .snow-removal .sec05 {
    padding: 50px 0;
  }
}
.construction .sec02,
.construction .sec04,
.construction .sec06,
.interior-work .sec02,
.interior-work .sec04,
.interior-work .sec06,
.design-build .sec02,
.design-build .sec04,
.design-build .sec06,
.reform .sec02,
.reform .sec04,
.reform .sec06,
.demolition .sec02,
.demolition .sec04,
.demolition .sec06,
.waterproofing .sec02,
.waterproofing .sec04,
.waterproofing .sec06,
.snow-removal .sec02,
.snow-removal .sec04,
.snow-removal .sec06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .construction .sec02,
  .construction .sec04,
  .construction .sec06,
  .interior-work .sec02,
  .interior-work .sec04,
  .interior-work .sec06,
  .design-build .sec02,
  .design-build .sec04,
  .design-build .sec06,
  .reform .sec02,
  .reform .sec04,
  .reform .sec06,
  .demolition .sec02,
  .demolition .sec04,
  .demolition .sec06,
  .waterproofing .sec02,
  .waterproofing .sec04,
  .waterproofing .sec06,
  .snow-removal .sec02,
  .snow-removal .sec04,
  .snow-removal .sec06 {
    padding: 50px 0;
  }
}
.construction .sec02 .sub_images_ul.cul4 .li figure img,
.construction .sec03 .sub_images_ul.cul4 .li figure img,
.construction .sec04 .sub_images_ul.cul4 .li figure img,
.interior-work .sec02 .sub_images_ul.cul4 .li figure img,
.interior-work .sec03 .sub_images_ul.cul4 .li figure img,
.interior-work .sec04 .sub_images_ul.cul4 .li figure img,
.design-build .sec02 .sub_images_ul.cul4 .li figure img,
.design-build .sec03 .sub_images_ul.cul4 .li figure img,
.design-build .sec04 .sub_images_ul.cul4 .li figure img,
.reform .sec02 .sub_images_ul.cul4 .li figure img,
.reform .sec03 .sub_images_ul.cul4 .li figure img,
.reform .sec04 .sub_images_ul.cul4 .li figure img,
.demolition .sec02 .sub_images_ul.cul4 .li figure img,
.demolition .sec03 .sub_images_ul.cul4 .li figure img,
.demolition .sec04 .sub_images_ul.cul4 .li figure img,
.waterproofing .sec02 .sub_images_ul.cul4 .li figure img,
.waterproofing .sec03 .sub_images_ul.cul4 .li figure img,
.waterproofing .sec04 .sub_images_ul.cul4 .li figure img,
.snow-removal .sec02 .sub_images_ul.cul4 .li figure img,
.snow-removal .sec03 .sub_images_ul.cul4 .li figure img,
.snow-removal .sec04 .sub_images_ul.cul4 .li figure img {
  border: solid 1px #CCCCCC;
}

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