@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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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;
}

.montserrat {
  font-family: "Montserrat", 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 {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 32dvw;
  max-height: 370px;
  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;
  }
}

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

main section .page_head:before {
  content: "";
  display: inline-block;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E93939), to(#A53030)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #E93939 0%, #A53030 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

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

main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(30px, 1.307rem + 2.42vw, 50px);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(16px, 0.773rem + 0.97vw, 24px);
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}

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

/******************************/
/* construction  */
/******************************/
.construction .layout_a .imgbox,
.construction .layout_b .imgbox {
  width: 58%;
}

@media screen and (max-width: 1024px) {
  .construction .layout_a .imgbox,
  .construction .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

.construction .layout_a .imgbox figure img,
.construction .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 80/52;
}

.construction .sub_images_ul.cul2 .li figure img {
  border: solid 1px #E93939;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 48/28;
}

.construction .sec00 {
  position: relative;
  padding: 0 0 100px;
}

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

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

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

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

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

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

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

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

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

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #cccccc;
  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: #FF0000;
  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: #FF0000;
}

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

/******************************/
/* owners */
/******************************/
.owners .sec01,
.partner .sec01,
.sdgs .sec01 {
  position: relative;
  padding: 0 0 80px;
}

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

.owners .sec02,
.partner .sec02,
.sdgs .sec02 {
  position: relative;
  padding: 0 0 80px;
}

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

.owners .sec02 .box,
.partner .sec02 .box,
.sdgs .sec02 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .owners .sec02 .box,
  .partner .sec02 .box,
  .sdgs .sec02 .box {
    padding: 50px 0 0;
  }
}

.owners .sec03 .box,
.partner .sec03 .box,
.sdgs .sec03 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .owners .sec03 .box,
  .partner .sec03 .box,
  .sdgs .sec03 .box {
    padding: 50px 0 0;
  }
}

.owners .sec03 .sub_images_ul .li figure,
.partner .sec03 .sub_images_ul .li figure,
.sdgs .sec03 .sub_images_ul .li figure {
  text-align: center;
}

.owners .sec03 .sub_images_ul .li figure img,
.partner .sec03 .sub_images_ul .li figure img,
.sdgs .sec03 .sub_images_ul .li figure img {
  width: 60%;
}

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

/******************************/
/* リンク集 */
/******************************/
.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 screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

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

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 .layout_a .imgbox {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

/******************************/
/* コンタクト */
/******************************/
.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;
}

/******************************/
/* recruit */
/******************************/
.recruit .sec00 figure {
  text-align: center;
}

.recruit .sec00 figure img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.recruit .style_ttl {
  position: relative;
  border-top: solid 3px #E93939;
  border-left: solid 8px #E93939;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(16px, 0.716rem + 1.21vw, 26px);
}

@media screen and (max-width: 1240px) {
  .recruit .style_ttl {
    border-bottom: solid 3px #E93939;
    border-right: solid 3px #E93939;
    padding: 10px 13px;
  }
}

.recruit .style_ttl:before {
  content: "";
  display: inline-block;
  border-right: solid 3px #E93939;
  position: absolute;
  top: -56px;
  right: 19px;
  width: 110px;
  height: 103px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1240px) {
  .recruit .style_ttl:before {
    display: none;
  }
}

.recruit .style_ttl:after {
  content: "";
  display: inline-block;
  border-bottom: solid 3px #E93939;
  height: 3px;
  width: 93.5%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1240px) {
  .recruit .style_ttl:after {
    display: none;
  }
}

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

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