@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 .sv_flex {
  background-color: #fff;
  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;
  height: 350px;
}

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

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

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

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

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 40dvw;
  max-height: 400px;
}

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

main section .page_head .sv_before {
  -webkit-clip-path: polygon(0 0, 20% 0, 44% 100%, 0% 100%);
          clip-path: polygon(0 0, 20% 0, 44% 100%, 0% 100%);
  background-color: #EA633C;
  z-index: 2;
  display: inline-block;
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}

main section .page_title {
  position: absolute;
  z-index: 3;
  top: calc(54%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 1280px) {
  main section .page_title {
    left: 0%;
  }
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 .eng_ttl {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

@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: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

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

#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: dashed 1px #ccc;
  color: #5E3301;
  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: #A54708;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

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

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

/******************************/
/* 福利厚生・サポート体制 */
/******************************/
.employee-benefits .sec02 {
  position: relative;
  background-color: #fff;
  padding: 240px 0 100px;
}

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

.employee-benefits .sec02 .walfare_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.employee-benefits .sec02 .walfare_flex .imgbox {
  width: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .employee-benefits .sec02 .walfare_flex .imgbox {
    width: 100%;
  }
}

.employee-benefits .sec02 .walfare_flex .imgbox img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.employee-benefits .sec02 .walfare_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .employee-benefits .sec02 .walfare_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
  .employee-benefits .sec02 .walfare_flex .txtbox .ttl05 {
    text-align: center;
  }
}

.employee-benefits .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #FFF2DC;
}

@media screen and (max-width: 767px) {
  .employee-benefits .sec03 {
    padding: 50px 0;
  }
}

.employee-benefits .sec03 .ttl02 .eng_txt {
  color: #5E3301;
}

.employee-benefits .sec03 .ttl02:after {
  border-bottom: solid 2px #EA633C;
}

.employee-benefits .sec03 .ttl01 .eng_txt {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .employee-benefits .sec03 .ttl01 .eng_txt {
    font-size: 15px;
  }
}

.employee-benefits .sec03 .ttl01 .jp_txt02 {
  color: #5E3301;
}

.employee-benefits .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .employee-benefits .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* スタッフ */
/******************************/
.staff .sec02 {
  position: relative;
  background-color: #fff;
  padding: 240px 0 100px;
}

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

.staff .sec02 .box {
  border-bottom: dotted 2px #EA633C;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .layout_b {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .layout_b .imgbox {
    width: 100%;
  }
}

.staff .sec02 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/420;
  border: 6px solid #C4D0DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 100px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .layout_b .imgbox img {
    border-radius: 10px;
  }
}

.staff .sec02 .layout_b .txtbox {
  margin-left: 80px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.staff .sec02 .layout_b .txtbox .ttl01 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.staff .sec02 .layout_b .txtbox .ttl01 .eng_txt {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 15px;
}

.staff .sec02 .layout_b .txtbox .ttl01 .jp_txt02 {
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .layout_b .txtbox .ttl01 .jp_txt02 {
    font-size: 24px;
  }
}

.staff .sec02 .layout_b .txtbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff .sec02 .layout_b .txtbox dl dt {
  width: 3em;
  font-weight: bold;
}

.staff .sec02 .layout_b .txtbox dl dd {
  width: calc(100% - 3em);
}

.staff .sec02 .staff_faq {
  position: relative;
}

.staff .sec02 .staff_faq:before {
  content: "";
  background-image: url(../images/faq/faq_q_icon02.svg);
  background-size: contain;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: -55px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .staff_faq:before {
    position: static;
  }
}

.staff .sec02 .staff_faq dt {
  color: #150C73;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .staff .sec02 .staff_faq dt {
    font-size: 16px;
  }
}

.staff .sec02 .time_schedule {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFF4F9;
  border: solid 2px #C4D0DB;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .staff .sec02 .time_schedule {
    padding: 20px;
    text-align: center;
  }
}

/******************************/
/* 募集要項 */
/******************************/
.recruit .sec01 {
  position: relative;
}

.recruit .sec01 h2 {
  color: #5E3301;
}

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

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

.recruit .sec02 .ttl02 .jp_txt {
  color: #EA633C;
}

.recruit .sec02 .ttl02 .eng_txt {
  color: #333;
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 100px;
  background-color: #fff;
}

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

.company .sec01 .contents_wrap {
  position: relative;
}

.company .sec01 .layout_b .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .layout_b .imgbox {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .company .sec01 .named {
    width: 45%;
    margin-left: auto;
  }
}

.company .sec01 hr {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.company .sec02 {
  background-image: url(../images/company/sec02_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  color: #fff;
}

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

.company .sec02 .ttl01:after {
  border-bottom: solid 2px #fff;
}

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

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

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

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

/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/
/******************************/
/* 業務内容を知る */
/******************************/
.business .time_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 5px #EA633C;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.business .sec01 h2.f32 {
  color: #5E3301;
  font-size: clamp(22px, 1.273rem + 0.97vw, 32px);
}

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

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

/******************************/
/* サービス　共通 */
/******************************/
.roller-stone .layout_b .imgbox,
.ground-art-wall .layout_b .imgbox,
.snow-removal .layout_b .imgbox,
.disaster-recovery-prevention .layout_b .imgbox,
.building-equipment .layout_b .imgbox,
.civil-engineering .layout_b .imgbox {
  width: 53%;
}

.roller-stone .layout_a .imgbox,
.ground-art-wall .layout_a .imgbox,
.snow-removal .layout_a .imgbox,
.disaster-recovery-prevention .layout_a .imgbox,
.building-equipment .layout_a .imgbox,
.civil-engineering .layout_a .imgbox {
  width: 53%;
}

.roller-stone .sec01,
.ground-art-wall .sec01,
.snow-removal .sec01,
.disaster-recovery-prevention .sec01,
.building-equipment .sec01,
.civil-engineering .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .roller-stone .sec01,
  .ground-art-wall .sec01,
  .snow-removal .sec01,
  .disaster-recovery-prevention .sec01,
  .building-equipment .sec01,
  .civil-engineering .sec01 {
    padding: 0 0 50px;
  }
}

.roller-stone .sec01 .ttl01 .jp_txt02,
.ground-art-wall .sec01 .ttl01 .jp_txt02,
.snow-removal .sec01 .ttl01 .jp_txt02,
.disaster-recovery-prevention .sec01 .ttl01 .jp_txt02,
.building-equipment .sec01 .ttl01 .jp_txt02,
.civil-engineering .sec01 .ttl01 .jp_txt02 {
  color: #5E3301;
}

.roller-stone .sec02,
.ground-art-wall .sec02,
.snow-removal .sec02,
.disaster-recovery-prevention .sec02,
.building-equipment .sec02,
.civil-engineering .sec02 {
  position: relative;
  background-color: #fff;
  padding: 180px 0;
}

@media screen and (max-width: 1024px) {
  .roller-stone .sec02,
  .ground-art-wall .sec02,
  .snow-removal .sec02,
  .disaster-recovery-prevention .sec02,
  .building-equipment .sec02,
  .civil-engineering .sec02 {
    padding: 140px 0;
  }
}

.roller-stone .sec02 .ttl05,
.ground-art-wall .sec02 .ttl05,
.snow-removal .sec02 .ttl05,
.disaster-recovery-prevention .sec02 .ttl05,
.building-equipment .sec02 .ttl05,
.civil-engineering .sec02 .ttl05 {
  color: #5E3301;
}

@media screen and (max-width: 767px) {
  .roller-stone .sec02 .sub_images_ul,
  .ground-art-wall .sec02 .sub_images_ul,
  .snow-removal .sec02 .sub_images_ul,
  .disaster-recovery-prevention .sec02 .sub_images_ul,
  .building-equipment .sec02 .sub_images_ul,
  .civil-engineering .sec02 .sub_images_ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .roller-stone .sec02 .sub_images_ul li,
  .ground-art-wall .sec02 .sub_images_ul li,
  .snow-removal .sec02 .sub_images_ul li,
  .disaster-recovery-prevention .sec02 .sub_images_ul li,
  .building-equipment .sec02 .sub_images_ul li,
  .civil-engineering .sec02 .sub_images_ul li {
    width: 100%;
    margin-top: 15px;
  }
}

.roller-stone .sec02 .sub_images_ul figure,
.ground-art-wall .sec02 .sub_images_ul figure,
.snow-removal .sec02 .sub_images_ul figure,
.disaster-recovery-prevention .sec02 .sub_images_ul figure,
.building-equipment .sec02 .sub_images_ul figure,
.civil-engineering .sec02 .sub_images_ul figure {
  text-align: center;
}

.roller-stone .sec02 .sub_images_ul img,
.ground-art-wall .sec02 .sub_images_ul img,
.snow-removal .sec02 .sub_images_ul img,
.disaster-recovery-prevention .sec02 .sub_images_ul img,
.building-equipment .sec02 .sub_images_ul img,
.civil-engineering .sec02 .sub_images_ul img {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.roller-stone .sec03,
.ground-art-wall .sec03,
.snow-removal .sec03,
.disaster-recovery-prevention .sec03,
.building-equipment .sec03,
.civil-engineering .sec03 {
  position: relative;
  background-color: #F5CE81;
  padding: 70px 0 100px;
}

@media screen and (max-width: 1024px) {
  .roller-stone .sec03,
  .ground-art-wall .sec03,
  .snow-removal .sec03,
  .disaster-recovery-prevention .sec03,
  .building-equipment .sec03,
  .civil-engineering .sec03 {
    padding: 50px 0;
  }
}

.roller-stone .sec03 .ttl05,
.ground-art-wall .sec03 .ttl05,
.snow-removal .sec03 .ttl05,
.disaster-recovery-prevention .sec03 .ttl05,
.building-equipment .sec03 .ttl05,
.civil-engineering .sec03 .ttl05 {
  color: #5E3301;
}

.roller-stone .sec03 .ttl01:after,
.ground-art-wall .sec03 .ttl01:after,
.snow-removal .sec03 .ttl01:after,
.disaster-recovery-prevention .sec03 .ttl01:after,
.building-equipment .sec03 .ttl01:after,
.civil-engineering .sec03 .ttl01:after {
  border-bottom: solid 2px #EA633C;
}

.roller-stone .sec03 .ttl01.type01 .eng_txt,
.ground-art-wall .sec03 .ttl01.type01 .eng_txt,
.snow-removal .sec03 .ttl01.type01 .eng_txt,
.disaster-recovery-prevention .sec03 .ttl01.type01 .eng_txt,
.building-equipment .sec03 .ttl01.type01 .eng_txt,
.civil-engineering .sec03 .ttl01.type01 .eng_txt {
  color: #5E3301;
}

.roller-stone .sec04,
.ground-art-wall .sec04,
.snow-removal .sec04,
.disaster-recovery-prevention .sec04,
.building-equipment .sec04,
.civil-engineering .sec04 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .roller-stone .sec04,
  .ground-art-wall .sec04,
  .snow-removal .sec04,
  .disaster-recovery-prevention .sec04,
  .building-equipment .sec04,
  .civil-engineering .sec04 {
    padding: 50px 0;
  }
}

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