@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&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-style: normal;
}

.aoboshi-one {
  font-family: "Aoboshi One", serif;
  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: 30dvw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 10px #74D9C8;
}

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

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

main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-family: "Aoboshi One", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1;
  margin-bottom: 15px;
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(26px, 1.17rem + 1.94vw, 42px);
  font-weight: bold;
  line-height: 1;
}

#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: dotted 1px #3c06a0;
  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: #149494;
  border-radius: 50px;
  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: #149494;
}

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

/******************************/
/* 会社案内  */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}

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

.company .sec02 {
  position: relative;
  background-color: #EBF3EF;
  padding: 80px 0;
}

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

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

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

/******************************/
/* 初めての方へ  */
/******************************/
.guide .sec01 {
  position: relative;
  padding: 80px 0;
}

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

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

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

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

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

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

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

/******************************/
/* リフォーム */
/******************************/
.house-cleaning .sec00 .contents_wrap,
.reform-around-the-window .sec00 .contents_wrap,
.reform-windbreak-room .sec00 .contents_wrap,
.reform-garden .sec00 .contents_wrap,
.reform-floor .sec00 .contents_wrap,
.reform-outer-wall .sec00 .contents_wrap,
.reform-boilers-and-water-heaters .sec00 .contents_wrap,
.reform-door .sec00 .contents_wrap,
.reform-toilet .sec00 .contents_wrap,
.reform-kitchen .sec00 .contents_wrap,
.reform-air-conditioner .sec00 .contents_wrap,
.demolition .sec00 .contents_wrap,
.attachment-air-conditioner .sec00 .contents_wrap,
.replacement-air-conditioner .sec00 .contents_wrap,
.reform-bathroom .sec00 .contents_wrap {
  border-bottom: dotted 2px #149494;
  padding-bottom: 50px;
}

.house-cleaning .sec01,
.reform-around-the-window .sec01,
.reform-windbreak-room .sec01,
.reform-garden .sec01,
.reform-floor .sec01,
.reform-outer-wall .sec01,
.reform-boilers-and-water-heaters .sec01,
.reform-door .sec01,
.reform-toilet .sec01,
.reform-kitchen .sec01,
.reform-air-conditioner .sec01,
.demolition .sec01,
.attachment-air-conditioner .sec01,
.replacement-air-conditioner .sec01,
.reform-bathroom .sec01 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .house-cleaning .sec01,
  .reform-around-the-window .sec01,
  .reform-windbreak-room .sec01,
  .reform-garden .sec01,
  .reform-floor .sec01,
  .reform-outer-wall .sec01,
  .reform-boilers-and-water-heaters .sec01,
  .reform-door .sec01,
  .reform-toilet .sec01,
  .reform-kitchen .sec01,
  .reform-air-conditioner .sec01,
  .demolition .sec01,
  .attachment-air-conditioner .sec01,
  .replacement-air-conditioner .sec01,
  .reform-bathroom .sec01 {
    padding: 50px 0;
  }
}

.house-cleaning .sec02,
.reform-around-the-window .sec02,
.reform-windbreak-room .sec02,
.reform-garden .sec02,
.reform-floor .sec02,
.reform-outer-wall .sec02,
.reform-boilers-and-water-heaters .sec02,
.reform-door .sec02,
.reform-toilet .sec02,
.reform-kitchen .sec02,
.reform-air-conditioner .sec02,
.demolition .sec02,
.attachment-air-conditioner .sec02,
.replacement-air-conditioner .sec02,
.reform-bathroom .sec02 {
  position: relative;
  background-color: #EBF3EF;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .house-cleaning .sec02,
  .reform-around-the-window .sec02,
  .reform-windbreak-room .sec02,
  .reform-garden .sec02,
  .reform-floor .sec02,
  .reform-outer-wall .sec02,
  .reform-boilers-and-water-heaters .sec02,
  .reform-door .sec02,
  .reform-toilet .sec02,
  .reform-kitchen .sec02,
  .reform-air-conditioner .sec02,
  .demolition .sec02,
  .attachment-air-conditioner .sec02,
  .replacement-air-conditioner .sec02,
  .reform-bathroom .sec02 {
    padding: 50px 0;
  }
}

.house-cleaning .sec02 .layout_a .imgbox,
.reform-around-the-window .sec02 .layout_a .imgbox,
.reform-windbreak-room .sec02 .layout_a .imgbox,
.reform-garden .sec02 .layout_a .imgbox,
.reform-floor .sec02 .layout_a .imgbox,
.reform-outer-wall .sec02 .layout_a .imgbox,
.reform-boilers-and-water-heaters .sec02 .layout_a .imgbox,
.reform-door .sec02 .layout_a .imgbox,
.reform-toilet .sec02 .layout_a .imgbox,
.reform-kitchen .sec02 .layout_a .imgbox,
.reform-air-conditioner .sec02 .layout_a .imgbox,
.demolition .sec02 .layout_a .imgbox,
.attachment-air-conditioner .sec02 .layout_a .imgbox,
.replacement-air-conditioner .sec02 .layout_a .imgbox,
.reform-bathroom .sec02 .layout_a .imgbox {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .house-cleaning .sec02 .layout_a .imgbox,
  .reform-around-the-window .sec02 .layout_a .imgbox,
  .reform-windbreak-room .sec02 .layout_a .imgbox,
  .reform-garden .sec02 .layout_a .imgbox,
  .reform-floor .sec02 .layout_a .imgbox,
  .reform-outer-wall .sec02 .layout_a .imgbox,
  .reform-boilers-and-water-heaters .sec02 .layout_a .imgbox,
  .reform-door .sec02 .layout_a .imgbox,
  .reform-toilet .sec02 .layout_a .imgbox,
  .reform-kitchen .sec02 .layout_a .imgbox,
  .reform-air-conditioner .sec02 .layout_a .imgbox,
  .demolition .sec02 .layout_a .imgbox,
  .attachment-air-conditioner .sec02 .layout_a .imgbox,
  .replacement-air-conditioner .sec02 .layout_a .imgbox,
  .reform-bathroom .sec02 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

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