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

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fredoka {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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: 40dvw;
  max-height: 525px;
  border-bottom: 10px solid #EA9868;
}

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

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

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;
  color: #333;
  /*position: absolute;*/
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -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: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #1473BA;
}

@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(58%);
  left: calc(50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main section .page_title .sv_ttl {
  text-align: center;
  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:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #FF2B56;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 38px;
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-top: 15px;
  text-transform: uppercase;
}

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

main section .page_title .sv_ttl .jp_ttl {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}

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

#news_c_content .doted {
  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;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 施工一覧 */
/******************************/
.page-template-tmpl_works_post .thum_list,
.tax-works_c .thum_list {
  gap: 20px 40px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_works_post .thum_list,
  .tax-works_c .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
  }
}

.page-template-tmpl_works_post .thum_list li,
.tax-works_c .thum_list li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_works_post .thum_list li,
  .tax-works_c .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

.page-template-tmpl_works_post .thum_list li a figure,
.tax-works_c .thum_list li a figure {
  aspect-ratio: 580 / 386;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #333333;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_works_post .thum_list li a figure,
  .tax-works_c .thum_list li a figure {
    border-radius: 10px;
  }
}

.page-template-tmpl_works_post .thum_list li a figure img,
.tax-works_c .thum_list li a figure img {
  aspect-ratio: 580 / 386;
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

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

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

.news_text_block .category_c a {
  background-color: #D16219;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}

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

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

/******************************/
/* リンク集 */
/******************************/
.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 {
  padding: 40px 0 80px;
  position: relative;
}

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

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

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

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

.company .sec02 .layout_b .imgbox {
  width: 47%;
}

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

.company .sec02 .layout_b .imgbox figure.logo_icon:after {
  left: inherit;
  right: 25px;
}

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

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

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

.company .box {
  max-width: 900px;
  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;
}

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

/******************************/
/* アフターサービス */
/******************************/
.after_service .sec01 {
  padding: 40px 0 80px;
  position: relative;
}

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

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

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

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

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

.after_service .sec03 .thum_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;
}

@media screen and (max-width: 1024px) {
  .after_service .sec03 .thum_flex {
    display: block;
  }
}

.after_service .sec03 .thum_flex .imgbox {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .after_service .sec03 .thum_flex .imgbox {
    width: 100%;
  }
  .after_service .sec03 .thum_flex .imgbox figure {
    text-align: center;
  }
}

.after_service .sec03 .thum_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .after_service .sec03 .thum_flex .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.after_service .sec03 .thum_flex .txtbox .b_txt {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .after_service .sec03 .thum_flex .txtbox .b_txt {
    font-size: 20px;
  }
}

.after_service .sec03 .thum_flex .txtbox .name02 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.after_service .sec03 .thum_flex .txtbox .name02 p:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.3em;
  border-bottom: solid 1px #333;
  width: 90px;
}

/******************************/
/* スタッフ紹介 */
/******************************/
.staff .sec01 .staff_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.staff .sec01 .staff_flex .staff_introduction_area {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .staff .sec01 .staff_flex .staff_introduction_area {
    width: 100%;
    margin-bottom: 25px;
  }
}

.staff .sec01 .staff_flex .staff_introduction_area .ttl01 {
  margin-bottom: 30px;
}

.staff .sec01 .staff_flex .staff_introduction_area .ttl01 .jp_txt {
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .staff .sec01 .staff_flex .staff_introduction_area .ttl01 .jp_txt {
    font-size: 18px;
  }
}

.staff .sec01 .staff_flex .staff_introduction_area .ttl01 .eng_txt {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .staff .sec01 .staff_flex .staff_introduction_area .ttl01 .eng_txt {
    font-size: 16px;
  }
}

.staff .sec01 .staff_flex .staff_introduction_area hr {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.staff .sec01 .staff_flex .staff_prof_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .staff .sec01 .staff_flex .staff_prof_area {
    margin-left: 0;
  }
}

.staff .sec01 .staff_flex .staff_prof_area .dl_tbl02 {
  margin-bottom: 8px;
}

.staff .sec01 .staff_flex .staff_prof_area .dl_tbl02:last-child {
  margin-bottom: 0;
}

.staff .sec01 .staff_flex .staff_prof_area .dl_tbl02 dt {
  width: 35%;
}

.staff .sec01 .staff_flex .staff_prof_area .dl_tbl02 dd {
  width: calc(100% - 35%);
}

/******************************/
/* 住宅ローン */
/******************************/
.mortgage-loan .sec01 {
  position: relative;
  padding: 0 0 80px;
}

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

.mortgage-loan .sec01 .layout_b .imgbox {
  width: 45%;
}

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

.mortgage-loan .sec01 .entry_area {
  background-color: #EA6882;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .mortgage-loan .sec01 .entry_area img {
    width: 80%;
  }
}

.mortgage-loan .sec02 {
  position: relative;
  padding: 0 0 80px;
}

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

.mortgage-loan .sec03 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

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

/******************************/
/* Zeh */
/******************************/
.zeh .sec01 .objective_box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
}

@media screen and (max-width: 1024px) {
  .zeh .sec01 .objective_box {
    display: block;
  }
}

.zeh .sec01 .objective_box .box {
  width: calc(100% / 6 - 6px);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .zeh .sec01 .objective_box .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .zeh .sec01 .objective_box .box:last-child {
    margin-bottom: 0;
  }
}

.zeh .sec01 .objective_box .box .years {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECC0C9;
  font-weight: bold;
  padding: 5px 0;
  font-size: 22px;
}

.zeh .sec01 .objective_box .box .years .s_txt {
  font-size: 14px;
}

.zeh .sec01 .objective_box .box .txt_area,
.zeh .sec01 .objective_box .box .percent {
  margin-top: 2px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ECC0C9;
}

.zeh .sec01 .objective_box .box .percent {
  font-size: 22px;
}

.zeh .sec01 .objective_box .box.active {
  position: relative;
  color: #EA6882;
}

.zeh .sec01 .objective_box .box.active:before {
  content: "";
  display: inline-block;
  border: solid 4px #DB022F;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
}

.zeh .sec01 .objective_box .box.active .years {
  color: #fff;
  background-color: #EA6882;
}

/******************************/
/* 商品プラン */
/******************************/
.plan .infobox .layout_c li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plan .infobox .layout_c li dl {
  margin-bottom: 15px;
}

.plan .infobox .layout_c li dl:last-child {
  margin-bottom: 0;
}

.plan .sec01 {
  padding: 40px 0 80px;
  position: relative;
}

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

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

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

@media screen and (max-width: 767px) {
  .plan .sec02 .infobox02 .infobox03 {
    display: block;
  }
  .plan .sec02 .infobox02 .infobox03 .ttl_area {
    width: 100%;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .plan .sec02 .infobox02 .infobox03 .chk_area {
    margin-left: 0;
  }
  .plan .sec02 .infobox02 .infobox03 .chk_area .chk_list.cul03 {
    display: block;
    margin-top: 25px;
  }
  .plan .sec02 .infobox02 .infobox03 .chk_area .chk_list.cul03 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .plan .sec02 .infobox02 .infobox03 .chk_area .chk_list.cul03 li:last-child {
    margin-bottom: 0;
  }
}

/******************************/
/* 他社との違い */
/******************************/
.difference .sec01 {
  padding: 40px 0 80px;
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .difference .sec01 .infobox .ttl07 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .difference .sec01 .infobox .ttl07 {
    font-size: 14px;
  }
}

.difference .sec01 .infobox .layout_a,
.difference .sec01 .infobox .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .difference .sec01 .infobox .layout_a,
  .difference .sec01 .infobox .layout_b {
    display: block;
  }
}

.difference .sec01 .infobox .layout_a .imgbox,
.difference .sec01 .infobox .layout_b .imgbox {
  width: 36%;
}

@media screen and (max-width: 1024px) {
  .difference .sec01 .infobox .layout_a .imgbox,
  .difference .sec01 .infobox .layout_b .imgbox {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .difference .sec01 .infobox .layout_a .txtbox,
  .difference .sec01 .infobox .layout_b .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

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

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

/******************************/
/* 性能について  */
/******************************/
.performance .layout_b,
.performance .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.performance .layout_b .imgbox,
.performance .layout_a .imgbox {
  width: 40%;
}

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

.performance .sec01 {
  position: relative;
  padding: 0 0 80px;
}

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

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

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

/******************************/
/* 家づくりの流れ */
/******************************/
.flow .sec01 {
  padding: 40px 0 80px;
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .flow .sec01 .ttl02.type01 .jp_txt {
    margin-bottom: 40px;
  }
}

.flow .sec01 .infobox .flow_list01 li {
  position: relative;
  margin-bottom: 30px;
}

.flow .sec01 .infobox .flow_list01 li:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100px;
  height: 24px;
  background-color: #FFAF00;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.flow .sec01 .infobox .flow_list01 li:last-child {
  margin-bottom: 0;
}

.flow .sec01 .infobox .flow_list01 li:last-child:before {
  display: none;
}

.flow .sec01 .infobox .flow_list01 li dl.step_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dl.step_flex01 {
    display: block;
  }
}

.flow .sec01 .infobox .flow_list01 li dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #EA6882;
  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;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dt {
    width: 100%;
  }
}

.flow .sec01 .infobox .flow_list01 li dt .num_area {
  position: relative;
  height: 100%;
  width: 57px;
  background-color: #EA6882;
  color: #fff;
}

.flow .sec01 .infobox .flow_list01 li dt .num_area .txt_area {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dt .num_area .txt_area {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}

.flow .sec01 .infobox .flow_list01 li dt .num_area .jp_txt {
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}

.flow .sec01 .infobox .flow_list01 li dt .num_area .en_txt {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dt .num_area .en_txt {
    font-size: 24px;
  }
}

.flow .sec01 .infobox .flow_list01 li dt .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #EA6882;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dt .ttl {
    font-size: 17px;
  }
}

.flow .sec01 .infobox .flow_list01 li dd {
  width: 50%;
  background-color: #EA6882;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 12px 15px;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 .infobox .flow_list01 li dd {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
  }
}

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

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

.flow .sec02 .sec02_flex {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "M PLUS 1", sans-serif;
}

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

.flow .sec02 .sec02_flex .entry_area {
  width: 40%;
  background-image: url(../images/flow/entry_area_bg.jpg);
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
}

@media screen and (max-width: 1024px) {
  .flow .sec02 .sec02_flex .entry_area {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .flow .sec02 .sec02_flex .entry_area .txt02 {
    width: 80%;
  }
}

.flow .sec02 .sec02_flex .benefits_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .flow .sec02 .sec02_flex .benefits_area {
    margin-left: 0;
    margin-top: 25px;
  }
}

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

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

/******************************/
/* ジョイハウスの特長 */
/******************************/
@media screen and (max-width: 1024px) {
  .feature .infobox .ttl07 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .feature .infobox .ttl07 {
    font-size: 14px;
  }
}

.feature .infobox .layout_a,
.feature .infobox .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .feature .infobox .layout_a,
  .feature .infobox .layout_b {
    display: block;
  }
}

.feature .infobox .layout_a .imgbox,
.feature .infobox .layout_b .imgbox {
  width: 36%;
}

@media screen and (max-width: 1024px) {
  .feature .infobox .layout_a .imgbox,
  .feature .infobox .layout_b .imgbox {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .feature .infobox .layout_a .txtbox,
  .feature .infobox .layout_b .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.feature .sec01 {
  padding: 40px 0 80px;
  position: relative;
}

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

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

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

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

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

.feature .sec04 {
  padding: 80px 0;
  position: relative;
  background-color: #f5ece4;
}

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

.feature .sec05 {
  padding: 80px 0;
  position: relative;
}

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

.feature .sec06 {
  padding: 80px 0;
  position: relative;
  background-color: #f5ece4;
}

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

.feature .sec06 .faq_contents .accordion_one .accordion_header:before {
  background-image: url(../images/icon/faq/faq_q_icon02.svg);
  width: 30px;
  height: 30px;
  left: 13px;
  top: 26%;
}

.feature .sec06 .faq_contents .accordion_one .accordion_inner:before {
  background: none;
}

.feature .sec07 {
  position: relative;
  background-color: #f5ece4;
  padding: 0 0 80px;
}

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

.feature .sec08 {
  position: relative;
  padding: 80px 0;
}

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

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

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