@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");
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
main section .page_head .contents_wrap {
  margin-left: 8%;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  main section .page_head .contents_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

main section .page_head .sv_flex {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 350px;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  main section .page_head .sv_flex {
    height: 20dvh;
  }
}

main section .page_head .ttlarea {
  width: 70%;
  color: #fff;
}

@media screen and (max-width: 1380px) {
  main section .page_head .ttlarea {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .ttlarea {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  main section .page_head .ttlarea {
    width: 100%;
  }
}

main section .page_head .ttlarea:before {
  z-index: 1;
  content: "";
  border-bottom: solid 3px #E6A012;
  width: calc((100% - 70%) / 2);
  height: 2px;
  display: inline-block;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  main section .page_head .ttlarea:before {
    display: none;
  }
}

main section .page_head .sv_ttl {
  padding-left: 20px;
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  main section .page_head .sv_ttl {
    padding-left: 0;
    padding: 30px 0;
  }
}

main section .page_head .sv_ttl .eng_ttl {
  line-height: 1.2;
}

main section .page_head .eng_ttl {
  position: relative;
  font-size: clamp(18px, 1.08rem + 0.73vw, 26px);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 5px;
}

main section .page_head .jp_ttl {
  font-size: clamp(20px, 0.682rem + 2.42vw, 40px);
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-weight: bold;
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  /*max-height: 370px;*/
}

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

main section.non_b_img {
  border-bottom: solid 10px #C7D8E9;
  margin-top: 100px;
  height: auto;
  display: block;
  padding-top: 0;
  max-height: inherit;
  border-top: none;
}

main section.non_b_img .page_title {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  /*position: absolute;*/
  top: calc(50%);
  left: 50%;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main section.non_b_img .page_title .sv_ttl {
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #1473BA;
  margin-left: 0;
}

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

main section.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
  margin-bottom: 10px;
}

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

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main section .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 24px;
  font-weight: bold;
}

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

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

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.news_text_block .category_c a {
  background-color: #00173A;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#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;
  }
}

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

/******************************/
/* 当社の特徴 */
/******************************/
.recruit .sec00 {
  position: relative;
  padding: 0 0 80px;
}

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

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

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

.recruit .sec01 .sub_images_ul .li figure {
  text-align: center;
}

.recruit .sec01 .sub_images_ul .li figure img {
  width: 30%;
}

.recruit .sec02 {
  position: relative;
  padding: 80px 0;
}

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

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

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

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* 1日の流れ */
/******************************/
/******************************/
/* 募集要項 */
/******************************/
/******************************/
/* サービス案内 */
/******************************/
.service .sec00 {
  position: relative;
  padding: 80px 0;
  background-color: #F5F6F9;
}

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

.service .sec01 {
  position: relative;
  background-color: #E8EBF2;
  padding: 80px 0;
}

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

.service .sec02 {
  position: relative;
  padding: 80px 0;
}

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

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

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

.service .sec04 {
  position: relative;
  padding: 80px 0;
}

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

.service .sec05 {
  position: relative;
  background-color: #E8EBF2;
  padding: 80px 0;
}

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

.service .sub_images_ul .li .numbox {
  margin: 0 auto 15px;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #00173A;
  color: #fff;
  border-radius: 50%;
}

.service .sub_images_ul .li .numbox .num {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service .service_flex_img {
  position: relative;
}

.service .service_flex_img .imgbox {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .service .service_flex_img .imgbox {
    width: 100%;
  }
}

.service .service_flex_img .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 71/48;
}

.service .service_flex_img .txtbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #00173A;
  box-sizing: border-box;
  padding: 40px 60px;
}

@media screen and (max-width: 1024px) {
  .service .service_flex_img .txtbox {
    margin-top: 20px;
    position: inherit;
    padding: 25px 5%;
    width: 100%;
  }
}

.service .price_area {
  margin-top: 10px;
  color: #00173A;
  font-weight: 500;
  font-size: 13px;
}

.service .price_area span.price_txt {
  font-weight: bold;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-family: "Poppins", sans-serif;
}

.service .price_area span.txt01 {
  font-size: 16px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .named span {
  font-size: 22px;
  font-weight: 500;
}

.company .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/480;
}

.company .sec01 {
  position: relative;
  background-color: #F5F6F9;
  padding: 100px 0;
}

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

.company .sec02 {
  position: relative;
  padding: 100px 0;
}

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

.company .sec03 {
  position: relative;
  background-color: #F5F6F9;
  padding: 100px 0;
}

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

.company .sec04 {
  position: relative;
  padding: 100px 0;
}

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

/******************************/
/* コンタクト */
/******************************/
.contact .contact_add .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .contact_add .ttl04 {
    font-size: 16px;
  }
}

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

/******************************/
/* RECRUIT */
/******************************/
/******************************/
/* 404 */
/******************************/
/******************************/
/* 元請け企業様へ */
/******************************/
/******************************/
/* 元請け企業様へ */
/******************************/
.prime-contractor .sec00 {
  position: relative;
  padding: 0;
}

.prime-contractor .sec01 {
  position: relative;
  padding: 40px 0 80px;
}

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

.prime-contractor .sec02 {
  position: relative;
  background-color: #F5F6F9;
  padding: 80px 0;
}

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

.prime-contractor .sec03 {
  position: relative;
  padding: 80px 0;
}

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

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