@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.ttl_wrap {
  background-position: 20% top;
  background-image: url("../images/business/repair/main.jpg?250916");
  background-size: cover;
  /* h1.p_ttl {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -2px 2px 3px rgba(0, 0, 0, 0.3), 2px -2px 3px rgba(0, 0, 0, 0.3), -2px -2px 3px rgba(0, 0, 0, 0.3);

    .f_en {
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), -1px 1px 3px rgba(0, 0, 0, 0.3), 1px -1px 3px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3);
    }
  } */
}
@media (max-width: 640px) {
  .ttl_wrap {
    background-position: 35% bottom;
    background-size: 200%;
  }
}

.contents_wrap {
  margin-top: 0;
}
@media (max-width: 880px) {
  .contents_wrap {
    margin-top: 0;
  }
}

.main_copy {
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 640px) {
  .main_copy {
    margin: 0 0 70px;
  }
}
.main_copy dt {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .main_copy dt {
    font-size: 5vw;
    line-height: 1.6;
  }
}
.main_copy dd {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .main_copy dd {
    font-size: 2.8vw;
  }
}
@media (max-width: 640px) {
  .main_copy dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

.con_wrap .con1 .jyuyou {
  width: 800px;
  margin: 30px auto 0;
}
@media (max-width: 880px) {
  .con_wrap .con1 .jyuyou {
    width: 100%;
  }
}
.con_wrap .con1 .jyuyou .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #009e96;
}
.con_wrap .con1 .jyuyou .ttl::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 17px;
  background-color: #009e96;
  margin-right: 10px;
}
.con_wrap .con1 .jyuyou .jyuyou_img {
  padding: 20px;
  border: 1px solid #afafaf;
  background: #ededed;
}
@media (max-width: 880px) {
  .con_wrap .con1 .jyuyou .jyuyou_img {
    padding: 3%;
  }
}
.con_wrap .con2 dl dt,
.con_wrap .con4 dl dt {
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1;
  color: #008bd5;
}
@media (max-width: 880px) {
  .con_wrap .con2 dl dt,
  .con_wrap .con4 dl dt {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.con_wrap .con2 dl dd,
.con_wrap .con4 dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
.con_wrap .con2 .meyasu,
.con_wrap .con4 .meyasu {
  margin: 20px auto 0;
}
.con_wrap .con4 .step_wrap {
  margin-top: 30px;
}
.con_wrap .con4 .step_wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #edf2f2;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step {
    display: block;
    padding: 7%;
  }
}
.con_wrap .con4 .step_wrap .step dl {
  width: 62%;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step dl {
    width: 100%;
  }
}
.con_wrap .con4 .step_wrap .step dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009e96;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #009e96;
  margin-bottom: 15px;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .con_wrap .con4 .step_wrap .step dl dt {
    font-size: 6vw;
  }
}
.con_wrap .con4 .step_wrap .step dl dt span.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  background: #009e96;
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 3px;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step dl dt span.num {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .con_wrap .con4 .step_wrap .step dl dt span.num {
    width: 7vw;
    height: 7vw;
    font-size: 4.5vw;
    padding-bottom: 0;
  }
}
.con_wrap .con4 .step_wrap .step dl dt span.sub {
  display: block;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3px;
  margin-left: 3px;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step dl dt span.sub {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .con_wrap .con4 .step_wrap .step dl dt span.sub {
    font-size: 4.2vw;
  }
}
.con_wrap .con4 .step_wrap .step dl dd {
  /*  @include sp {
    font-size: 4vw;
  } */
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step dl dd {
    line-height: 1.8;
  }
}
.con_wrap .con4 .step_wrap .step .photo {
  width: 33%;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step .photo {
    width: 80%;
    margin: 20px auto 0;
  }
}
.con_wrap .con4 .step_wrap .step + .step {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step + .step {
    margin-top: 50px;
  }
}
.con_wrap .con4 .step_wrap .step + .step::before {
  content: "";
  position: absolute;
  top: -45px;
  left: calc(50% - 23px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 25px solid #009e96;
}
@media (max-width: 880px) {
  .con_wrap .con4 .step_wrap .step + .step::before {
    top: -35px;
    left: calc(50% - 16px);
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 20px solid #009e96;
  }
}
.con_wrap .con4 .step_wrap .step.full_col {
  display: block;
}
.con_wrap .con4 .step_wrap .step.full_col dl {
  width: 100%;
}
.con_wrap .con4 .step_wrap .step.after {
  background: #fff2f1;
}
.con_wrap .con4 .step_wrap .step.after dl dt {
  padding-bottom: 7px;
  color: #b22a1f;
  border-bottom-color: #b22a1f;
}
.con_wrap .con4 .step_wrap .step.after dl dt span {
  color: #b22a1f;
}
.con_wrap .con4 .step_wrap .step.after::before {
  border-top-color: #b22a1f;
}