@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.webp .lower-title-wrap .img-area {
  background-image: url("/img/reform/webp/reform_main.webp");
}

.no-webp .lower-title-wrap .img-area {
  background-image: url("/img/reform/reform_main.jpg");
}

/*----- .reform-contents--------------------*/
.reform-contents .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
.reform-contents .service-list .service-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 5px 3px rgba(51, 51, 51, 0.1);
}
.reform-contents .service-list .service-box img {
  border-radius: 5px 5px 0 0;
}
.reform-contents .service-list .service-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 12px 20px;
}
.reform-contents .service-list .service-title {
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}

@media (min-width: 480px) {
  .reform-contents .service-list {
    gap: 40px 4%;
  }
  .reform-contents .service-list .service-box {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .reform-contents .service-list {
    gap: 40px 3%;
  }
  .reform-contents .service-list .service-box {
    width: 31.33%;
  }
}
/*----- .renovation--------------------*/
.renovation .renovation-box {
  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;
  gap: 20px 4%;
  margin-bottom: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.renovation .renovation-box .txt-box, .renovation .renovation-box .img-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .renovation .renovation-box .txt-box {
    width: 60%;
  }
  .renovation .renovation-box .img-box {
    width: 36%;
  }
}
/*----- .reform-flow--------------------*/
.reform-flow .step-list {
  max-width: 850px;
  margin: 0 auto;
}
.reform-flow .step-list .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  position: relative;
}
.reform-flow .step-list .step-item:not(:last-child) {
  padding-bottom: clamp(50px, 40.9090909091px + 2.4242424242vw, 70px);
}
.reform-flow .step-list .step-item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 27px;
  background: #d4d4d4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.reform-flow .step-list .step-item .step-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(65px, 49.0909090909px + 4.2424242424vw, 100px);
}
.reform-flow .step-list .step-contents {
  width: 100%;
}
.reform-flow .step-list .step-title {
  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;
  gap: 3px 20px;
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
  line-height: 1.5;
}
.reform-flow .step-list .step-title .step-num {
  color: #c23539;
  font-size: clamp(2.2rem, 19.0731707317px + 0.7804878049vw, 3rem);
}

@media (min-width: 768px) {
  .reform-flow .step-list .step-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*----- .faq --------------------*/
.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) 4%;
}
.faq-list .faq-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-list .faq-item .question, .faq-list .faq-item .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}
.faq-list .faq-item .question .faq-label, .faq-list .faq-item .answer .faq-label {
  font-size: clamp(1.8rem, 2.04vw, 2.2rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}
.faq-list .faq-item .question {
  background: #5b4636;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.faq-list .faq-item .answer .faq-label {
  color: #c23539;
}

@media (min-width: 768px) {
  .faq-list .faq-item {
    width: 48%;
  }
}