@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");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1 {
  font-family: "M PLUS 1", 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 .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: 30dvw;
  max-height: 500px;
}

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

main section .page_head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42.5%;
  height: 90px;
  border-radius: 0 15px 15px 0;
  background-color: #FF8800;
}

@media screen and (max-width: 767px) {
  main section .page_head:before {
    width: 50%;
    height: 60px;
  }
}

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: translate(0%, -50%);
          transform: translate(0%, -50%);
}

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

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-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl {
    display: block;
  }
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 37px;
  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;
}

/******************************/
/* サイドメニュー */
/******************************/
.sidemenu .doted {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidemenu .doted li {
  width: 100%;
  margin-top: 0;
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dashed 0.5px #707070;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.single-post .news_text_block .category_c a {
  background-color: #11829A;
}

.news_text_block .category_c a {
  background-color: #FF8800;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.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;
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
.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 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (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: 50%;
  background-color: #F9F0E4;
  z-index: -1;
}

.company .sec01 .named .named_txt {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .named .named_txt {
    font-size: 16px;
  }
}

.company .sec01 .named .named_txt span {
  margin-right: 5px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .named .named_txt span {
    font-size: 13.5px;
  }
}

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

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

/******************************/
/* コンタクト */
/******************************/
/******************************/
/* セルフチェック */
/******************************/
.self_check .layout_a .imgbox,
.self_check .layout_b .imgbox {
  width: 48%;
}

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

.self_check .layout_a .imgbox img,
.self_check .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 60/46;
}

.self_check .ttl04 .jp_ttl {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .self_check .ttl04 .jp_ttl {
    font-size: 18px;
  }
}

.self_check .sec01 {
  position: relative;
  padding: 0 0 100px;
}

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

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

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

.self_check .sec02 .infobox {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}

@media screen and (max-width: 1024px) {
  .self_check .sec02 .infobox {
    padding: 30px 5%;
  }
}

.self_check .sec02 .infobox .sub_images_ul {
  gap: 20px;
}

.self_check .sec02 .infobox .sub_images_ul li .ttl05 {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .self_check .sec02 .infobox .sub_images_ul li .ttl05 {
    font-size: 13.5px;
  }
}

.self_check .sec02 .sub_images_ul li img.img_risize01 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
}

.self_check .sec02 .sub_images_ul li img.img_risize02 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  aspect-ratio: 229/32;
}

.self_check .sec02 .sub_images_ul li .ttl05 {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .self_check .sec02 .sub_images_ul li .ttl05 {
    font-size: 15px;
  }
}

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

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

/******************************/
/* guide */
/******************************/
.guide .ttl05 {
  color: #E06228;
}

.guide .sec01 {
  position: relative;
  padding: 0 0 100px;
}

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

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

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

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

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

.guide .sec03 .tbl_price {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .guide .sec03 .tbl_price {
    width: 100%;
  }
}

.guide .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #F9F0E4;
}

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

/******************************/
/* SERVICE */
/******************************/
.interior-painting .layout_a .imgbox,
.interior-painting .layout_b .imgbox,
.exterior-wall-painting .layout_a .imgbox,
.exterior-wall-painting .layout_b .imgbox,
.roof-painting .layout_a .imgbox,
.roof-painting .layout_b .imgbox,
.snow-removal .layout_a .imgbox,
.snow-removal .layout_b .imgbox,
.other-services .layout_a .imgbox,
.other-services .layout_b .imgbox {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .interior-painting .layout_a .imgbox,
  .interior-painting .layout_b .imgbox,
  .exterior-wall-painting .layout_a .imgbox,
  .exterior-wall-painting .layout_b .imgbox,
  .roof-painting .layout_a .imgbox,
  .roof-painting .layout_b .imgbox,
  .snow-removal .layout_a .imgbox,
  .snow-removal .layout_b .imgbox,
  .other-services .layout_a .imgbox,
  .other-services .layout_b .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.interior-painting .layout_a .imgbox img,
.interior-painting .layout_b .imgbox img,
.exterior-wall-painting .layout_a .imgbox img,
.exterior-wall-painting .layout_b .imgbox img,
.roof-painting .layout_a .imgbox img,
.roof-painting .layout_b .imgbox img,
.snow-removal .layout_a .imgbox img,
.snow-removal .layout_b .imgbox img,
.other-services .layout_a .imgbox img,
.other-services .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 60/46;
}

.interior-painting .sec01,
.exterior-wall-painting .sec01,
.roof-painting .sec01,
.snow-removal .sec01,
.other-services .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .interior-painting .sec01,
  .exterior-wall-painting .sec01,
  .roof-painting .sec01,
  .snow-removal .sec01,
  .other-services .sec01 {
    padding: 0 0 50px;
  }
}

.interior-painting .sec02,
.exterior-wall-painting .sec02,
.roof-painting .sec02,
.snow-removal .sec02,
.other-services .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #F9F0E4;
}

@media screen and (max-width: 1024px) {
  .interior-painting .sec02,
  .exterior-wall-painting .sec02,
  .roof-painting .sec02,
  .snow-removal .sec02,
  .other-services .sec02 {
    padding: 50px 0;
  }
}

.interior-painting .sec02 .sub_images_ul img,
.exterior-wall-painting .sec02 .sub_images_ul img,
.roof-painting .sec02 .sub_images_ul img,
.snow-removal .sec02 .sub_images_ul img,
.other-services .sec02 .sub_images_ul img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
  border: solid 3px #FF8800;
}

.interior-painting .sec03,
.exterior-wall-painting .sec03,
.roof-painting .sec03,
.snow-removal .sec03,
.other-services .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .interior-painting .sec03,
  .exterior-wall-painting .sec03,
  .roof-painting .sec03,
  .snow-removal .sec03,
  .other-services .sec03 {
    padding: 50px 0;
  }
}

.interior-painting .sec03 .sub_images_ul img,
.exterior-wall-painting .sec03 .sub_images_ul img,
.roof-painting .sec03 .sub_images_ul img,
.snow-removal .sec03 .sub_images_ul img,
.other-services .sec03 .sub_images_ul img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 570/375;
  border: solid 4px #FF8800;
}

/******************************/
/* 選ばれる理由 */
/******************************/
.reason .layout_a .imgbox,
.reason .layout_b .imgbox {
  width: 55%;
}

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

.reason .sec01 {
  position: relative;
  padding: 0 0 100px;
}

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

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

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

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

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

/******************************/
/* メールフォーム共通 */
/******************************/
.contact_infoarea .infobox {
  background-color: #fff;
  border: solid 3px #FF8800;
  padding: 40px 50px;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .contact_infoarea .infobox {
    padding: 30px 5%;
    text-align: left;
  }
}

.contact_infoarea .box {
  padding: 0 5%;
}

@media screen and (max-width: 1024px) {
  .contact_infoarea .box {
    padding: 0;
  }
}

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

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