@charset 'UTF-8';

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

/* 新築注文（強み） */
.newco_strength_content {
  display: grid;
  gap: min(4.13vw, 38px);

  grid-template-columns: 1fr 1fr;
}

.newco_strength_group {
  display: grid;
  margin-top: min(13.04vw, 120px);
  height: 100%;

  grid-template-rows: subgrid;
  grid-row: span 3;
}

.newco_strength_group:nth-child(-n+2) {
  margin-top: 0;
}

.newco_strength_box {
  display: flex;
  align-items: center;
}

.newco_strength_illustration_subbox {
  text-align: center;
}

.newco_strength_illustration {
  max-width: 321px;
  width: 100%;
  object-fit: contain;
}

.newco_strength_subbox {
  padding-top: min(3.26vw, 30px);
  padding-right: min(4.34vw, 40px);
  padding-bottom: min(5.76vw, 53px);
  padding-left: min(4.34vw, 40px);
  max-width: 439px;
  width: 100%;
  border: 5px solid #eb9037;
  border-radius: 5px;
  background-color: #fff;
  color: #414141;
  text-align: center;
}

.newco_strength_title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  color: #f49132;
  text-align: center;
  font-weight: 700;
  font-size: min(2.82vw, 26px);
}

.newco_strength_text {
  margin-top: min(2.17vw, 20px);
  text-align: left;
  text-align: justify;
  font-size: min(1.73vw, 16px);
  line-height: calc(27.2/ 16);
}

.newco_strength_pointtext {
  color: #eb9037;
}

.top_strength_button {
  margin-top: min(7.60vw, 70px);
  text-align: center;
}

/* スマホ対応(強み) */
@media (max-width: 1000px) {
  .newco_strength {
    width: 90%;
  }

  .newco_strength_content {
    gap: 3vw;

    grid-template-columns: 1fr;
  }

  .newco_strength_subbox {
    max-width: 1160px;
    width: 100%;
  }

  .newco_strength_group,
  .newco_strength_group:nth-child(-n+2) {
    margin-top: 12vw;
  }

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



  .newco_strength_illustration {
    max-width: 220px;
    width: auto;
    height: 150px;
    object-fit: contain;
  }

  .newco_strength_title {
    font-size: 4.26vw;
  }

  .newco_strength_text {
    text-align: justify;
    font-size: 3.06vw;
  }
}

/* 2つのプランへの案内 */
.newco_guide {
  margin-top: min(6.52vw, 60px);
}

/* ゴールドプラン / プラチナプラン */
.newco_plan {
  margin-top: min(6.52vw, 60px);
}

.newco_plan_text {
  margin-right: auto;
  margin-left: auto;
  width: 65%;
}

.newco_plan_group {
  display: flex;
  justify-content: space-between;
  margin-top: min(8.69vw, 80px);
}

.newco_plan_box {
  width: 48%;
}

.section_subtitleleft {
  font-family: itim;
}

.newco_goldplan_image,
.newco_platinumplan_image {
  margin-top: min(2.5vw, 23px);
  max-width: 482px;
  width: 100%;
  border-radius: 5px;
}

.newco_platinumplan_container {
  margin-top: min(16.30vw, 150px);
}

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

/* スマホ対応(ゴールドプラン/プラチナプラン) */
@media (max-width: 768px) {
  .newco_plan {
    width: 90%;
  }

  .newco_plan_group {
    flex-direction: column;
  }

  .newco_plan_box {
    margin-top: 10vw;
    width: 100%;
    text-align: center;
  }

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

  .section_subtitleleft {
    font-size: 4.26vw;
  }

  .newco_plan_text {
    width: 100%;
    font-size: 3.06vw;
  }
}
