@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

main section .page_title .sv_ttl {
  position: relative;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #97A1B7;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#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;
}

/******************************/
/* 通常固定ページ */
/******************************/
.strengths .ttl09 .jp_txt01 {
  color: #D83232;
}

.strengths .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .strengths .sec01 {
    padding: 0 0 50px;
  }
}

.strengths .sec02 {
  position: relative;
  background-color: #F7F7F7;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .strengths .sec02 {
    padding: 50px 0;
  }
}

.strengths .sec03 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .strengths .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 記事 */
/******************************/
.date01 {
  background: url(../images/icon/date-icon.svg) no-repeat top 4px left/14px 14px;
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin: 10px 0px 5px;
  padding-left: 20px;
}

.single_ttl {
  color: #013264;
  border-bottom: 1px solid #013264;
  padding: 15px 0 10px;
}

.news_text_block .category_c a {
  background-color: #333;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #333;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.company .box.text_layout p {
  line-height: 1.8;
}

.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}

.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}

.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}

.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
/******************************/
/* RECRUIT */
/******************************/
@media screen and (max-width: 1024px) {
  .recruit .sec01 .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 20px;
  }
}

.recruit .sec01 .staff_list li {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .recruit .sec01 .staff_list li {
    width: calc(100% / 2 - 10px);
  }
}

.recruit .sec01 .staff_list li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.recruit .sec01 .staff_list .staff_dl {
  position: relative;
}

.recruit .sec01 .staff_list .staff_dl dt img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.recruit .sec01 .staff_list .staff_dl dd {
  position: absolute;
  top: 20px;
  right: 0;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  z-index: 1;
  cursor: vertical-text;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  z-index: -1;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical:nth-child(1) {
  height: 130px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical:nth-child(1):before {
  background-color: #171C3D;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical:nth-child(2) {
  height: 140px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0 13px;
}

.recruit .sec01 .staff_list .staff_dl dd .txt-vertical:nth-child(2):before {
  background-color: #fff;
}

.recruit .sec02 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .recruit .sec02 {
    padding: 50px 0;
  }
}

.recruit .sec02 .layout_a .txtbox {
  position: relative;
}

.recruit .sec02 .icon01 {
  position: absolute;
  bottom: 110px;
  right: -70px;
}

@media screen and (max-width: 1024px) {
  .recruit .sec02 .icon01 {
    right: 0px;
    bottom: 80px;
  }
  .recruit .sec02 .icon01 img {
    width: 150px;
  }
}

.recruit .sec03 {
  position: relative;
  background-color: #F7F7F7;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}

.recruit .sec03 h3 {
  margin-left: -25px;
}

/******************************/
/* 土木工事一式 */
/******************************/
.civil-engineering .sec01,
.paving-work .sec01,
.scenic-facilities .sec01,
.strengths .sec01,
.exterior .sec01 {
  padding: 0 0 80px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 1024px) {
  .civil-engineering .sec01,
  .paving-work .sec01,
  .scenic-facilities .sec01,
  .strengths .sec01,
  .exterior .sec01 {
    padding: 0 0 50px;
  }
}

.civil-engineering .sec02,
.paving-work .sec02,
.scenic-facilities .sec02,
.strengths .sec02,
.exterior .sec02 {
  background-color: #fff;
}

.civil-engineering .sec03,
.paving-work .sec03,
.scenic-facilities .sec03,
.strengths .sec03,
.exterior .sec03 {
  padding: 80px 0;
  background-color: #F7F7F7;
}

@media screen and (max-width: 1024px) {
  .civil-engineering .sec03,
  .paving-work .sec03,
  .scenic-facilities .sec03,
  .strengths .sec03,
  .exterior .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* スタッフインタビュー */
/******************************/
.erina-takahashi .sec01,
.ryuuki-sumiyoshi .sec01,
.shu-takahashi .sec01 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #ccc;
  padding: 229px 0 45px;
}

@media screen and (max-width: 1024px) {
  .erina-takahashi .sec01,
  .ryuuki-sumiyoshi .sec01,
  .shu-takahashi .sec01 {
    padding: 120px 0 30px;
  }
}

.erina-takahashi .sec01 .box,
.ryuuki-sumiyoshi .sec01 .box,
.shu-takahashi .sec01 .box {
  width: 40%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  margin-left: auto;
  margin-right: 10px;
  padding: 20px 0 20px 40px;
  position: relative;
}

.erina-takahashi .sec01 .box .txt,
.ryuuki-sumiyoshi .sec01 .box .txt,
.shu-takahashi .sec01 .box .txt {
  display: inline-block;
  background-color: #013264;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 5px 12px;
  position: absolute;
  top: -15px;
  left: 25px;
}

.erina-takahashi .sec01 .box .name,
.ryuuki-sumiyoshi .sec01 .box .name,
.shu-takahashi .sec01 .box .name {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
}

.erina-takahashi .sec01 .box .name strong,
.ryuuki-sumiyoshi .sec01 .box .name strong,
.shu-takahashi .sec01 .box .name strong {
  font-size: 28px;
}

.erina-takahashi .sec01 .box .name span,
.ryuuki-sumiyoshi .sec01 .box .name span,
.shu-takahashi .sec01 .box .name span {
  font-size: 13px;
  line-height: 16px;
  padding-left: 12px;
}

.erina-takahashi .sec01 .box .date,
.ryuuki-sumiyoshi .sec01 .box .date,
.shu-takahashi .sec01 .box .date {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 4px;
}

.erina-takahashi .sec02,
.ryuuki-sumiyoshi .sec02,
.shu-takahashi .sec02 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .erina-takahashi .sec02,
  .ryuuki-sumiyoshi .sec02,
  .shu-takahashi .sec02 {
    padding: 50px 0;
  }
}

.erina-takahashi .sec02 .item,
.ryuuki-sumiyoshi .sec02 .item,
.shu-takahashi .sec02 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.erina-takahashi .sec02 .item:nth-child(2n + 1),
.ryuuki-sumiyoshi .sec02 .item:nth-child(2n + 1),
.shu-takahashi .sec02 .item:nth-child(2n + 1) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.erina-takahashi .sec02 .item:nth-child(2n + 1) .photo,
.ryuuki-sumiyoshi .sec02 .item:nth-child(2n + 1) .photo,
.shu-takahashi .sec02 .item:nth-child(2n + 1) .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -0;
  margin-left: -0;
}

.erina-takahashi .sec02 .item:nth-child(2n + 1) .box,
.ryuuki-sumiyoshi .sec02 .item:nth-child(2n + 1) .box,
.shu-takahashi .sec02 .item:nth-child(2n + 1) .box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -30px;
  margin-left: auto;
}

.erina-takahashi .sec02 .item .box,
.ryuuki-sumiyoshi .sec02 .item .box,
.shu-takahashi .sec02 .item .box {
  width: 50%;
  padding-bottom: 30px;
  position: relative;
  margin-left: -30px;
}

.erina-takahashi .sec02 .item .box .num,
.ryuuki-sumiyoshi .sec02 .item .box .num,
.shu-takahashi .sec02 .item .box .num {
  display: inline-block;
  width: 154px;
  background-color: #F8F815;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 13px 0 14px;
}

.erina-takahashi .sec02 .item .box .num span,
.ryuuki-sumiyoshi .sec02 .item .box .num span,
.shu-takahashi .sec02 .item .box .num span {
  font-size: 29px;
}

.erina-takahashi .sec02 .item .box dl,
.ryuuki-sumiyoshi .sec02 .item .box dl,
.shu-takahashi .sec02 .item .box dl {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  padding: 40px;
}

.erina-takahashi .sec02 .item .box dl dt,
.ryuuki-sumiyoshi .sec02 .item .box dl dt,
.shu-takahashi .sec02 .item .box dl dt {
  color: #297BC3;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  padding-bottom: 13px;
}

.erina-takahashi .sec02 .item .box dl dd,
.ryuuki-sumiyoshi .sec02 .item .box dl dd,
.shu-takahashi .sec02 .item .box dl dd {
  font-size: 20px;
  line-height: 36px;
}

/******************************/
/* 404 */
/******************************/

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