@charset 'UTF-8';

/* 下層ページメインビジュアル */
.page_mv {
  background-image: url(../../../image/reformrenovation_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* リフォーム・リノベーション */
/* 3つのプランへの案内 */
.reforeno_guide_box {
  margin-top: min(3.33vw, 40px);
}

.reforeno_guide_box:first-child {
  margin-top: 0;
}

.reforeno_guide_text {
  font-size: min(1.25vw, 18px);
  line-height: 1.9;
}

.reforenoplan_button {
  margin-top: min(8.69vw, 80px);
  text-align: center;
}

/* スマホ対応（3つのプランの案内） */
@media (max-width: 1100px) {
  .reforeno_guide_box {
    width: 80%;
  }
}

/* 3つのプラン詳細 */
.reforenoplan_container {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

.reforenoplan_contents,
.reforenoplan_othecontents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(45.48vw, 400px);
}

.reforenoplan_box {
  z-index: 10;
  transform: translate(200px, -250px);
}

.reforenoplan_otherbox {
  transform: translate(-140px, -235px);
}

.section_subtitleright {
  text-align: left;
}

.reforenoplan_image {
  display: block;
  margin-top: min(4.31vw, 50px);
  max-width: 720px;
  width: 90%;
  border-radius: 5px;
}

.reforenoplanfull_box,
.reforenoplanpart_box {
  position: relative;
  padding-top: min(7.84vw, 91px);
  padding-right: min(8.10vw, 94px);
  padding-bottom: min(9.48vw, 110px);
  padding-left: min(21.46vw, 249px);
  max-width: 921px;
  width: 100%;
  background-color: #fff;
  color: #f49132;
}

.reforenoplanfull_box::after,
.reforenoplanpart_box::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid #f49132;
}

.reforenoplanhalf_box {
  position: relative;
  padding-top: min(7.84vw, 91px);
  padding-right: min(21.46vw, 249px);
  padding-bottom: min(9.48vw, 110px);
  padding-left: min(8.10vw, 94px);
  max-width: 921px;
  width: 100%;
  background-color: #fff;
  color: #f49132;
}

.reforenoplanhalf_box::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #f49132;
}


.reforenoplan_text {
  font-size: min(1.25vw, 18px);
  ;
}

/* スマホ対応(3つのプラン詳細) */
@media (max-width: 1000px) {
  .reforenoplan_container {
    width: 90%;
  }

  .reforenoplan_contents,
  .reforenoplan_othecontents {
    margin-top: 15vw;
  }

  .reforenoplan_contents {
    flex-direction: column;
  }

  .reforenoplan_othecontents {
    flex-direction: column-reverse;
  }

  .reforenoplan_box {
    z-index: 1;
    transform: none
  }

  .reforenoplan_otherbox {
    transform: translate(0px, 0px);
  }

  .reforenoplanfull_box,
  .reforenoplanpart_box,
  .reforenoplanhalf_box {
    padding: 5vw
  }

  .reforenoplanfull_box::after,
  .reforenoplanpart_box::after {
    top: -10px;
    left: -10px;
  }

  .reforenoplanhalf_box::after {
    top: -10px;
    left: 10px;
  }

  .reforeno_guide_text {
    /* 11px */
    font-size: 2.93vw;
  }

  .reforenoplan_image {
    margin-bottom: 6vw;
    width: 60%;
  }

  .reforenoplan_text {
    /* 11px */
    font-size: 2.93vw;
  }
}