@charset "UTF-8";
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-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 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B4B4B4), color-stop(32%, #515151), to(#000307)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B4B4B4 0%, #515151 32%, #000307 100%) 0% 0% no-repeat padding-box;
  position: relative;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 1920/420;
}
@media (max-width: 1280px) {
  main section .page_head {
    aspect-ratio: 16/9;
  }
}
main section .page_head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
main section .page_title {
  position: absolute;
  top: 50%;
  left: 10%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1280px) {
  main section .page_title {
    left: 5%;
  }
}
main section .page_title .eng_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
main section .page_title .jp_ttl {
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-weight: 700;
  margin-bottom: 10px;
}

.page_basic .gutenberg h2 {
  border-bottom: solid 2px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

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

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #333333;
  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;
  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 (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 (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 (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: #333333;
}

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

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}
.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:last-child {
  margin-bottom: 0;
}
.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}
.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}
.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}
#company_content .greeting_flex .imgbox {
  width: 460px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}
#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}
#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}
#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}
#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}
#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}
#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}
#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}
#company_content .maker_list li a {
  display: block;
}
#company_content .maker_list li a:hover {
  opacity: 0.7;
}
#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/92;
}
#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}
.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}
.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}
.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}
.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* スタッフ紹介 */
/******************************/
.staff .sec01 {
  padding: 100px 0;
  background-color: #F4F7F8;
}
@media (max-width: 1024px) {
  .staff .sec01 {
    padding: 50px 0;
  }
}
.staff .sec01 hr.line02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.staff .sec01 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/420;
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -1;
  background-color: #EFF4F9;
}
@media (max-width: 1024px) {
  .company .sec01 .layout_b {
    display: block;
  }
}
.company .sec01 .layout_b .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .company .sec01 .layout_b .imgbox {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .company .sec01 .layout_b .imgbox img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 10%;
       object-position: 0% 10%;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.company .lead_company {
  background-image: url(../images/company/company_lead_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/600;
}
@media (max-width: 1024px) {
  .company .lead_company {
    height: 400px;
  }
}
.company .lead_company figure {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
}
@media (max-width: 1024px) {
  .company .lead_company figure {
    width: 80%;
    top: 50%;
    left: 50%;
  }
}
.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;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}
.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  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;
}

/******************************/
/* サービス　テンプレート */
/******************************/
.page-template-tmpl_service .ttl05 {
  color: #333333;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .page-template-tmpl_service .ttl05 {
    font-size: 18px;
  }
}
.page-template-tmpl_service .content_area {
  padding: 100px 0;
  background-color: #EFF4F9;
}
@media (max-width: 1024px) {
  .page-template-tmpl_service .content_area {
    padding: 50px 0;
  }
}
.page-template-tmpl_service .content_area h2 {
  border-bottom: solid 2px #ccc;
  padding-bottom: 20px;
}
.page-template-tmpl_service .box01 {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
.page-template-tmpl_service .box01:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-tmpl_service .box01 {
    padding: 0 5%;
  }
}
.page-template-tmpl_service .dl_tbl02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 1000px;
}
@media (max-width: 1024px) {
  .page-template-tmpl_service .dl_tbl02 {
    width: 100%;
    max-width: inherit;
  }
}

/******************************/
/* 404 */
/******************************/
/******************************/
/* 1日の流れ */
/******************************/
.flow h2 {
  font-size: 36px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .flow h2 {
    font-size: 24px;
  }
}
.flow .sec02 {
  padding: 100px 0;
  background-color: #F4F7F8;
}
@media (max-width: 1024px) {
  .flow .sec02 {
    padding: 50px 0;
  }
}
.flow .sec03 {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .flow .sec03 {
    padding: 50px 0;
  }
}
.flow .sec03 .ttl05 {
  font-size: 26px;
  color: #333333;
}
@media (max-width: 1024px) {
  .flow .sec03 .ttl05 {
    font-size: 20px;
  }
}
.flow .sec03 .day_time_schedule {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #333333;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
}
.flow .sec03 .day_time_schedule span:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 100;
  margin-right: 5px;
}
.flow .sec03 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 660/400;
}

/******************************/
/* 求人情報 */
/******************************/
.recruit .sec00 {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec00 {
    padding: 0 0 50px;
  }
}
.recruit .sec01 {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}
.recruit .sec02 {
  padding: 80px 0;
  background-color: #F8F8F8;
}
@media (max-width: 1024px) {
  .recruit .sec02 {
    padding: 50px 0;
  }
}
.recruit .sec03 {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}
.recruit .sec04 {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec04 {
    padding: 0 0 50px;
  }
}
.recruit .sec05 {
  padding: 0;
}

/******************************/
/* 除雪 */
/******************************/
.snow-removal .sec00,
.strengths .sec00,
.formwork .sec00 {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .snow-removal .sec00,
  .strengths .sec00,
  .formwork .sec00 {
    padding-bottom: 50px;
  }
}
.snow-removal .sec01,
.strengths .sec01,
.formwork .sec01 {
  position: relative;
  padding: 80px 0;
  background-color: #F8F8F8;
}
@media (max-width: 1024px) {
  .snow-removal .sec01,
  .strengths .sec01,
  .formwork .sec01 {
    padding: 50px 0;
  }
}
.snow-removal .sec02,
.strengths .sec02,
.formwork .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .snow-removal .sec02,
  .strengths .sec02,
  .formwork .sec02 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=css_map/style_page.css.map */
