@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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

@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_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  main section .page_head .sv_img {
    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;
  color: #16A466;
  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: #025B5B;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
}

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

.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 screen and (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;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          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 screen and (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 screen and (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%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          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 screen and (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 screen and (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 screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (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 screen and (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 screen and (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 screen and (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 screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (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;
}

/******************************/
/* 1日の流れ */
/******************************/
/******************************/
/* 募集要項 */
/******************************/
.requirements .schedule_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 2px #16A466;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li {
    display: block;
  }
}

.requirements .schedule_flex li .imgbox {
  width: calc(25% + 40px);
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li .imgbox {
    width: 100%;
  }
}

.requirements .schedule_flex li .imgbox figure {
  position: relative;
}

.requirements .schedule_flex li .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/240;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li .imgbox figure img {
    margin-left: 0;
  }
}

.requirements .schedule_flex li .imgbox figure figcaption {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: solid 2px #fff;
  color: #fff;
  background-color: #025B5B;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li .imgbox figure figcaption {
    bottom: inherit;
    top: 10px;
    width: 60px;
    height: 60px;
    left: 10px;
  }
}

.requirements .schedule_flex li .imgbox figure figcaption .box {
  aspect-ratio: 1/1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
}

.requirements .schedule_flex li .imgbox figure figcaption .box .time_sc {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li .imgbox figure figcaption .box .time_sc {
    font-size: 18px;
  }
}

.requirements .schedule_flex li .txtbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5% 0;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .requirements .schedule_flex li .txtbox {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.requirements .schedule_flex li .txtbox .ttl05 {
  padding-bottom: 20px;
  border-bottom: dotted 2px #16A466;
}

.requirements .sec00 {
  position: relative;
  padding: 0 0 80px;
}

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

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

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

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

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

.requirements .sec03 {
  position: relative;
  background-color: #F5F8F3;
  padding-top: 80px;
}

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

/******************************/
/* 環境と取り組み */
/******************************/
.welfare .sec00 {
  position: relative;
  padding: 0 0 80px;
}

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

.welfare .attempt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .welfare .attempt_flex {
    display: block;
  }
}

.welfare .attempt_flex li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .welfare .attempt_flex li {
    margin-right: 0;
    width: 100%;
  }
}

.welfare .attempt_flex li:nth-child(3n) {
  margin-right: 0;
}

.welfare .attempt_flex li:nth-child(1) {
  margin-top: 0;
}

.welfare .attempt_flex li:nth-child(2), .welfare .attempt_flex li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .welfare .attempt_flex li:nth-child(2), .welfare .attempt_flex li:nth-child(3) {
    margin-top: 20px;
  }
}

.welfare .sec01 .attempt_flex li .ttl05 {
  color: #025B5B;
}

.welfare .sec02 .attempt_flex li figure {
  position: relative;
}

.welfare .sec02 .attempt_flex li figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.welfare .sec02 .attempt_flex li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/250;
}

.welfare .sec04 {
  background-color: #F5F8F3;
  padding-top: 80px;
}

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

/******************************/
/* 会社案内 */
/******************************/
.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 .box {
  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;
}

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

@media screen and (max-width: 1024px) {
  .company .sec06 {
    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 */
/******************************/
.recruit main section .page_head {
  position: relative;
  max-height: 700px;
  height: 30vw;
}

@media screen and (max-width: 1024px) {
  .recruit main section .page_head {
    height: 45vw;
  }
}

@media screen and (max-width: 1024px) {
  .recruit main section .page_head:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffaa;
  }
}

@media screen and (max-width: 1280px) {
  .recruit main section .page_head .page_title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.recruit .sec01 {
  padding: 80px 0;
}

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

.recruit .sec01 h2 {
  position: relative;
}

.recruit .sec01 h2:before {
  content: "";
  display: inline-block;
  background-image: url(../images/recruit/recruit_ms_txt.png);
  background-size: contain;
  width: 703px;
  height: 87px;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .recruit .sec01 h2:before {
    width: calc(703px / 2);
    height: calc(87px / 2);
  }
}

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

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

.recruit .sec03 {
  padding: 80px 0;
}

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

.recruit .sec04 {
  padding: 80px 0;
}

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

/******************************/
/* 404 */
/******************************/
/******************************/
/* BUSINESS */
/******************************/
body.business .sec01:before,
body.business .sec03:before,
body.business .sec05:before,
body.business .sec07:before {
  content: "";
  display: inline-block;
  background-color: #E7EFE1;
  width: 75%;
  height: 330px;
  position: absolute;
  right: 0;
  top: inherit;
  bottom: 50px;
  z-index: -1;
}

body.business .sec03,
body.business .sec05,
body.business .sec07 {
  position: relative;
  padding: 0 0 140px;
}

@media screen and (max-width: 1024px) {
  body.business .sec03,
  body.business .sec05,
  body.business .sec07 {
    padding: 0 0 70px;
  }
}

body.business .sec02,
body.business .sec04,
body.business .sec06,
body.business .sec08 {
  position: relative;
  padding: 0 0 140px;
}

@media screen and (max-width: 1024px) {
  body.business .sec02,
  body.business .sec04,
  body.business .sec06,
  body.business .sec08 {
    padding: 0 0 70px;
  }
}

body.business .sec02:before,
body.business .sec04:before,
body.business .sec06:before,
body.business .sec08:before {
  content: "";
  display: inline-block;
  background-color: #E7EFE1;
  width: 75%;
  height: 330px;
  position: absolute;
  left: 0;
  top: inherit;
  bottom: 80px;
  z-index: -1;
}

.sales .sec00,
.asbestos-survey .sec00,
.anchor-tensile-test .sec00,
.x-ray-survey .sec00,
.structure-scan .sec00,
.diamond-drill .sec00,
.various-anchor-works .sec00,
.general-and-civil-engineering-works .sec00,
.business .sec00 {
  background-color: #F5F8F3;
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .sales .sec00,
  .asbestos-survey .sec00,
  .anchor-tensile-test .sec00,
  .x-ray-survey .sec00,
  .structure-scan .sec00,
  .diamond-drill .sec00,
  .various-anchor-works .sec00,
  .general-and-civil-engineering-works .sec00,
  .business .sec00 {
    padding: 50px 0;
  }
}

.sales .sub_images_ul li .ttl05,
.asbestos-survey .sub_images_ul li .ttl05,
.anchor-tensile-test .sub_images_ul li .ttl05,
.x-ray-survey .sub_images_ul li .ttl05,
.structure-scan .sub_images_ul li .ttl05,
.diamond-drill .sub_images_ul li .ttl05,
.various-anchor-works .sub_images_ul li .ttl05,
.general-and-civil-engineering-works .sub_images_ul li .ttl05,
.business .sub_images_ul li .ttl05 {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .sales .sub_images_ul li .ttl05,
  .asbestos-survey .sub_images_ul li .ttl05,
  .anchor-tensile-test .sub_images_ul li .ttl05,
  .x-ray-survey .sub_images_ul li .ttl05,
  .structure-scan .sub_images_ul li .ttl05,
  .diamond-drill .sub_images_ul li .ttl05,
  .various-anchor-works .sub_images_ul li .ttl05,
  .general-and-civil-engineering-works .sub_images_ul li .ttl05,
  .business .sub_images_ul li .ttl05 {
    font-size: 16px;
  }
}

.sales .service_imgflex,
.asbestos-survey .service_imgflex,
.anchor-tensile-test .service_imgflex,
.x-ray-survey .service_imgflex,
.structure-scan .service_imgflex,
.diamond-drill .service_imgflex,
.various-anchor-works .service_imgflex,
.general-and-civil-engineering-works .service_imgflex,
.business .service_imgflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .sales .service_imgflex,
  .asbestos-survey .service_imgflex,
  .anchor-tensile-test .service_imgflex,
  .x-ray-survey .service_imgflex,
  .structure-scan .service_imgflex,
  .diamond-drill .service_imgflex,
  .various-anchor-works .service_imgflex,
  .general-and-civil-engineering-works .service_imgflex,
  .business .service_imgflex {
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sales .service_imgflex li,
.asbestos-survey .service_imgflex li,
.anchor-tensile-test .service_imgflex li,
.x-ray-survey .service_imgflex li,
.structure-scan .service_imgflex li,
.diamond-drill .service_imgflex li,
.various-anchor-works .service_imgflex li,
.general-and-civil-engineering-works .service_imgflex li,
.business .service_imgflex li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .sales .service_imgflex li,
  .asbestos-survey .service_imgflex li,
  .anchor-tensile-test .service_imgflex li,
  .x-ray-survey .service_imgflex li,
  .structure-scan .service_imgflex li,
  .diamond-drill .service_imgflex li,
  .various-anchor-works .service_imgflex li,
  .general-and-civil-engineering-works .service_imgflex li,
  .business .service_imgflex li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: calc(50% - 2.5px);
  }
}

.sales .service_imgflex li img,
.asbestos-survey .service_imgflex li img,
.anchor-tensile-test .service_imgflex li img,
.x-ray-survey .service_imgflex li img,
.structure-scan .service_imgflex li img,
.diamond-drill .service_imgflex li img,
.various-anchor-works .service_imgflex li img,
.general-and-civil-engineering-works .service_imgflex li img,
.business .service_imgflex li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 465/315;
}

.sales .layout_a,
.sales .layout_b,
.asbestos-survey .layout_a,
.asbestos-survey .layout_b,
.anchor-tensile-test .layout_a,
.anchor-tensile-test .layout_b,
.x-ray-survey .layout_a,
.x-ray-survey .layout_b,
.structure-scan .layout_a,
.structure-scan .layout_b,
.diamond-drill .layout_a,
.diamond-drill .layout_b,
.various-anchor-works .layout_a,
.various-anchor-works .layout_b,
.general-and-civil-engineering-works .layout_a,
.general-and-civil-engineering-works .layout_b,
.business .layout_a,
.business .layout_b {
  position: relative;
}

.sales .layout_a .txtbox,
.asbestos-survey .layout_a .txtbox,
.anchor-tensile-test .layout_a .txtbox,
.x-ray-survey .layout_a .txtbox,
.structure-scan .layout_a .txtbox,
.diamond-drill .layout_a .txtbox,
.various-anchor-works .layout_a .txtbox,
.general-and-civil-engineering-works .layout_a .txtbox,
.business .layout_a .txtbox {
  margin-right: 80px;
}

.sales .layout_b .txtbox,
.asbestos-survey .layout_b .txtbox,
.anchor-tensile-test .layout_b .txtbox,
.x-ray-survey .layout_b .txtbox,
.structure-scan .layout_b .txtbox,
.diamond-drill .layout_b .txtbox,
.various-anchor-works .layout_b .txtbox,
.general-and-civil-engineering-works .layout_b .txtbox,
.business .layout_b .txtbox {
  margin-left: 80px;
}

.sales .sec01:before,
.sales .sec03:before,
.sales .sec05:before,
.asbestos-survey .sec01:before,
.asbestos-survey .sec03:before,
.asbestos-survey .sec05:before,
.anchor-tensile-test .sec01:before,
.anchor-tensile-test .sec03:before,
.anchor-tensile-test .sec05:before,
.x-ray-survey .sec01:before,
.x-ray-survey .sec03:before,
.x-ray-survey .sec05:before,
.structure-scan .sec01:before,
.structure-scan .sec03:before,
.structure-scan .sec05:before,
.diamond-drill .sec01:before,
.diamond-drill .sec03:before,
.diamond-drill .sec05:before,
.various-anchor-works .sec01:before,
.various-anchor-works .sec03:before,
.various-anchor-works .sec05:before,
.general-and-civil-engineering-works .sec01:before,
.general-and-civil-engineering-works .sec03:before,
.general-and-civil-engineering-works .sec05:before,
.business .sec01:before,
.business .sec03:before,
.business .sec05:before {
  content: "";
  display: inline-block;
  background-color: #E7EFE1;
  width: 75%;
  height: 330px;
  position: absolute;
  right: 0;
  top: 190px;
  z-index: -1;
}

.sales .sec02:before,
.sales .sec04:before,
.sales .sec06:before,
.asbestos-survey .sec02:before,
.asbestos-survey .sec04:before,
.asbestos-survey .sec06:before,
.anchor-tensile-test .sec02:before,
.anchor-tensile-test .sec04:before,
.anchor-tensile-test .sec06:before,
.x-ray-survey .sec02:before,
.x-ray-survey .sec04:before,
.x-ray-survey .sec06:before,
.structure-scan .sec02:before,
.structure-scan .sec04:before,
.structure-scan .sec06:before,
.diamond-drill .sec02:before,
.diamond-drill .sec04:before,
.diamond-drill .sec06:before,
.various-anchor-works .sec02:before,
.various-anchor-works .sec04:before,
.various-anchor-works .sec06:before,
.general-and-civil-engineering-works .sec02:before,
.general-and-civil-engineering-works .sec04:before,
.general-and-civil-engineering-works .sec06:before,
.business .sec02:before,
.business .sec04:before,
.business .sec06:before {
  content: "";
  display: inline-block;
  background-color: #E7EFE1;
  width: 75%;
  height: 330px;
  position: absolute;
  left: 0;
  top: 190px;
  z-index: -1;
}

.sales .sec01,
.asbestos-survey .sec01,
.anchor-tensile-test .sec01,
.x-ray-survey .sec01,
.structure-scan .sec01,
.diamond-drill .sec01,
.various-anchor-works .sec01,
.general-and-civil-engineering-works .sec01,
.business .sec01 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .sales .sec01,
  .asbestos-survey .sec01,
  .anchor-tensile-test .sec01,
  .x-ray-survey .sec01,
  .structure-scan .sec01,
  .diamond-drill .sec01,
  .various-anchor-works .sec01,
  .general-and-civil-engineering-works .sec01,
  .business .sec01 {
    padding: 50px 0;
  }
}

.sales .sec02,
.asbestos-survey .sec02,
.anchor-tensile-test .sec02,
.x-ray-survey .sec02,
.structure-scan .sec02,
.diamond-drill .sec02,
.various-anchor-works .sec02,
.general-and-civil-engineering-works .sec02,
.business .sec02 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .sales .sec02,
  .asbestos-survey .sec02,
  .anchor-tensile-test .sec02,
  .x-ray-survey .sec02,
  .structure-scan .sec02,
  .diamond-drill .sec02,
  .various-anchor-works .sec02,
  .general-and-civil-engineering-works .sec02,
  .business .sec02 {
    padding: 0 0 50px;
  }
}

.sales .sec03,
.asbestos-survey .sec03,
.anchor-tensile-test .sec03,
.x-ray-survey .sec03,
.structure-scan .sec03,
.diamond-drill .sec03,
.various-anchor-works .sec03,
.general-and-civil-engineering-works .sec03,
.business .sec03 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .sales .sec03,
  .asbestos-survey .sec03,
  .anchor-tensile-test .sec03,
  .x-ray-survey .sec03,
  .structure-scan .sec03,
  .diamond-drill .sec03,
  .various-anchor-works .sec03,
  .general-and-civil-engineering-works .sec03,
  .business .sec03 {
    padding: 0 0 50px;
  }
}

.sales .sec04,
.asbestos-survey .sec04,
.anchor-tensile-test .sec04,
.x-ray-survey .sec04,
.structure-scan .sec04,
.diamond-drill .sec04,
.various-anchor-works .sec04,
.general-and-civil-engineering-works .sec04,
.business .sec04 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .sales .sec04,
  .asbestos-survey .sec04,
  .anchor-tensile-test .sec04,
  .x-ray-survey .sec04,
  .structure-scan .sec04,
  .diamond-drill .sec04,
  .various-anchor-works .sec04,
  .general-and-civil-engineering-works .sec04,
  .business .sec04 {
    padding: 0 0 50px;
  }
}

.sales .sec05,
.asbestos-survey .sec05,
.anchor-tensile-test .sec05,
.x-ray-survey .sec05,
.structure-scan .sec05,
.diamond-drill .sec05,
.various-anchor-works .sec05,
.general-and-civil-engineering-works .sec05,
.business .sec05 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .sales .sec05,
  .asbestos-survey .sec05,
  .anchor-tensile-test .sec05,
  .x-ray-survey .sec05,
  .structure-scan .sec05,
  .diamond-drill .sec05,
  .various-anchor-works .sec05,
  .general-and-civil-engineering-works .sec05,
  .business .sec05 {
    padding: 0 0 50px;
  }
}

.sales .sec06,
.asbestos-survey .sec06,
.anchor-tensile-test .sec06,
.x-ray-survey .sec06,
.structure-scan .sec06,
.diamond-drill .sec06,
.various-anchor-works .sec06,
.general-and-civil-engineering-works .sec06,
.business .sec06 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .sales .sec06,
  .asbestos-survey .sec06,
  .anchor-tensile-test .sec06,
  .x-ray-survey .sec06,
  .structure-scan .sec06,
  .diamond-drill .sec06,
  .various-anchor-works .sec06,
  .general-and-civil-engineering-works .sec06,
  .business .sec06 {
    padding: 0 0 50px;
  }
}

.sales .feature_sec,
.asbestos-survey .feature_sec,
.anchor-tensile-test .feature_sec,
.x-ray-survey .feature_sec,
.structure-scan .feature_sec,
.diamond-drill .feature_sec,
.various-anchor-works .feature_sec,
.general-and-civil-engineering-works .feature_sec,
.business .feature_sec {
  position: relative;
  padding: 80px 0;
  background-color: #E7EFE1;
}

@media screen and (max-width: 1024px) {
  .sales .feature_sec,
  .asbestos-survey .feature_sec,
  .anchor-tensile-test .feature_sec,
  .x-ray-survey .feature_sec,
  .structure-scan .feature_sec,
  .diamond-drill .feature_sec,
  .various-anchor-works .feature_sec,
  .general-and-civil-engineering-works .feature_sec,
  .business .feature_sec {
    padding: 50px 0;
  }
}

.sales .feature_sec .sub_images_ul li figure img,
.asbestos-survey .feature_sec .sub_images_ul li figure img,
.anchor-tensile-test .feature_sec .sub_images_ul li figure img,
.x-ray-survey .feature_sec .sub_images_ul li figure img,
.structure-scan .feature_sec .sub_images_ul li figure img,
.diamond-drill .feature_sec .sub_images_ul li figure img,
.various-anchor-works .feature_sec .sub_images_ul li figure img,
.general-and-civil-engineering-works .feature_sec .sub_images_ul li figure img,
.business .feature_sec .sub_images_ul li figure img {
  width: 25%;
}

.sales .feature_sec .sub_images_ul li .ttl05,
.asbestos-survey .feature_sec .sub_images_ul li .ttl05,
.anchor-tensile-test .feature_sec .sub_images_ul li .ttl05,
.x-ray-survey .feature_sec .sub_images_ul li .ttl05,
.structure-scan .feature_sec .sub_images_ul li .ttl05,
.diamond-drill .feature_sec .sub_images_ul li .ttl05,
.various-anchor-works .feature_sec .sub_images_ul li .ttl05,
.general-and-civil-engineering-works .feature_sec .sub_images_ul li .ttl05,
.business .feature_sec .sub_images_ul li .ttl05 {
  color: #025B5B;
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .sales .feature_sec .sub_images_ul li .ttl05,
  .asbestos-survey .feature_sec .sub_images_ul li .ttl05,
  .anchor-tensile-test .feature_sec .sub_images_ul li .ttl05,
  .x-ray-survey .feature_sec .sub_images_ul li .ttl05,
  .structure-scan .feature_sec .sub_images_ul li .ttl05,
  .diamond-drill .feature_sec .sub_images_ul li .ttl05,
  .various-anchor-works .feature_sec .sub_images_ul li .ttl05,
  .general-and-civil-engineering-works .feature_sec .sub_images_ul li .ttl05,
  .business .feature_sec .sub_images_ul li .ttl05 {
    font-size: 18px;
  }
}

/******************************/
/* 選ばれる理由 */
/******************************/
.reason .sec01 {
  position: relative;
  padding: 100px 0 0;
}

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

.reason .sec01 .layout_a,
.reason .sec01 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.reason .sec01 .layout_a .imgbox,
.reason .sec01 .layout_b .imgbox {
  width: 30%;
}

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