/* Scss Document */
@media only screen and (min-width: 48em) {
  .second-Section .inner {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.newconstruction-Sec1 .desc {
  background-color: #98dc7f;
  font-size: 1.45rem;
  text-align: center;
  color: #fff;
  border-radius: 1.45rem;
  letter-spacing: 0.2rem;
}
.newconstruction-Sec1 .ttl {
  text-align: center;
  color: #f58c7e;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-top: 3rem;
}
.newconstruction-Sec1 .heading {
  color: #007939;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.newconstruction-Sec1 .txt {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
.newconstruction-Sec1 .box {
  background: #f9f6eb;
  border-radius: 2rem;
  padding: 7.5rem 1.75rem 3.5rem;
  position: relative;
  margin-top: 11.5rem;
}
.newconstruction-Sec1 .box::before {
  content: "";
  background: url("../images/newconstruction/img1.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 23.9rem;
  height: 14rem;
  left: 4.5rem;
  top: -9rem;
}
.newconstruction-Sec1 .box-ttl {
  color: #f58c7e;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.newconstruction-Sec1 .box-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 48em) {
  .newconstruction-Sec1 {
    width: 45rem;
    margin: 0 auto;
  }
  .newconstruction-Sec1 .desc {
    font-size: 1.1rem;
    border-radius: 1.45rem;
    padding: 0.25rem;
    margin-bottom: 4rem;
  }
  .newconstruction-Sec1 .ttl {
    margin: 0;
    font-size: 1.25rem;
  }
  .newconstruction-Sec1 .heading {
    font-size: 4.5rem;
  }
  .newconstruction-Sec1 .txt {
    width: 34.65rem;
    font-size: 0.9rem;
    margin: 1rem auto;
    line-height: 1.9;
  }
  .newconstruction-Sec1 .box {
    background: #f9f6eb;
    border-radius: 2rem;
    padding: 5rem;
    position: relative;
    margin-top: 15rem;
  }
  .newconstruction-Sec1 .box::before {
    content: "";
    background: url("../images/newconstruction/img1.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 22.5rem;
    height: 13.2rem;
    left: 50%;
    transform: translateX(-50%);
    top: -10.5rem;
  }
  .newconstruction-Sec1 .box-ttl {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .newconstruction-Sec1 .box-txt {
    font-size: 0.9rem;
    line-height: 1.9;
  }
}
.newconstruction-Sec2 {
  padding: 3.5rem 0 12.5rem;
}
.newconstruction-Sec2 .ttl {
  font-size: 1.85rem;
  text-align: center;
  color: #44c269;
  border-bottom: 2px dashed #44c269;
  width: 29rem;
  margin: 0 auto;
  padding: 1rem 0;
}
.newconstruction-Sec2 .unit {
  margin-top: 2.5rem;
  background: #f6f9e6;
  border-radius: 2rem;
  padding: 2rem;
}
.newconstruction-Sec2 .unit-ttl {
  font-size: 1.9rem;
  color: #44c269;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1rem;
}
.newconstruction-Sec2 .unit-ttl span {
  background: #edee8d;
  border-radius: 50%;
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
}
.newconstruction-Sec2 .unit-txt {
  font-size: 1.4rem;
}
.newconstruction-Sec2 .img {
  width: 23.25rem;
  margin: 1.5rem auto;
}

@media only screen and (min-width: 48em) {
  .newconstruction-Sec2 {
    padding: 5rem 0 13rem;
    width: 50rem;
    margin: 0 auto;
  }
  .newconstruction-Sec2 .ttl {
    font-size: 1.5rem;
    width: 29.85rem;
    padding: 0.75rem 0;
    margin-bottom: 3rem;
  }
  .newconstruction-Sec2 .ttl br {
    display: none;
  }
  .newconstruction-Sec2 .unit {
    margin-top: 0;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .newconstruction-Sec2 .unit-ttl {
    font-size: 1.15rem;
    padding-left: 3rem;
    margin-bottom: 0.5rem;
    position: unset;
  }
  .newconstruction-Sec2 .unit-ttl span {
    font-size: 1.35rem;
    width: 2.05rem;
    height: 2.05rem;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 2.05rem;
  }
  .newconstruction-Sec2 .unit-ttl br {
    display: none;
  }
  .newconstruction-Sec2 .unit-txt {
    font-size: 0.8rem;
    padding-left: 3rem;
  }
  .newconstruction-Sec2 .img {
    width: 16.45rem;
  }
}
.newconstruction-Sec3 {
  position: relative;
  background: #ece3d3;
  margin: 0 calc(50% - var(--vw, 1vw) * 50);
  padding: 3rem calc(var(--vw, 1vw) * 50 - 50%);
}
.newconstruction-Sec3::before {
  content: "";
  background: url("../images/newconstruction/img2.png") no-repeat;
  background-size: contain;
  width: 22.25rem;
  height: 8.7rem;
  position: absolute;
  top: -8.7rem;
  left: calc(50% - 10rem);
}
.newconstruction-Sec3 .ttl {
  font-size: 1.25rem;
  color: #007939;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.newconstruction-Sec3 .heading {
  font-size: 2.15rem;
  margin-bottom: 1.25rem;
}
.newconstruction-Sec3 .txt {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 48em) {
  .newconstruction-Sec3 {
    width: 50rem;
    margin: 0 auto 6rem;
    background: #ece3d3;
    border-radius: 2rem;
    border: 0.6rem solid #f3ebe0;
    padding: 2.5rem 3rem;
  }
  .newconstruction-Sec3::before {
    top: -9.2rem;
  }
  .newconstruction-Sec3 .ttl {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .newconstruction-Sec3 .heading {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }
  .newconstruction-Sec3 .txt {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .newconstruction-Sec3 .wap {
    display: grid;
    grid-template-columns: 1fr 21.75rem;
    gap: 2rem;
  }
}
.newconstruction-Sec4 {
  margin-top: 4rem;
  border-top: 2px solid #44c269;
  padding: 3.5rem 0;
}
.newconstruction-Sec4 .ttl {
  text-align: center;
  font-size: 5rem;
  color: #44c269;
  margin-bottom: 1rem;
  font-weight: 600;
}
.newconstruction-Sec4 .heading {
  text-align: center;
  font-size: 1.55rem;
  color: #44c269;
  font-weight: 600;
}
.newconstruction-Sec4 .txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4.25rem;
}
.newconstruction-Sec4 .unit-ttl {
  font-size: 2.15rem;
  color: #44c269;
  margin-bottom: 1.5rem;
}
.newconstruction-Sec4 .unit-txt {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}
.newconstruction-Sec4 .imgbox {
  width: 28rem;
  margin: 0 auto;
}
.newconstruction-Sec4 .imgbox img {
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 48em) {
  .newconstruction-Sec4 {
    width: 50rem;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .newconstruction-Sec4 .ttl {
    font-size: 4.3rem;
    letter-spacing: 0.2rem;
  }
  .newconstruction-Sec4 .heading {
    font-size: 1.25rem;
  }
  .newconstruction-Sec4 .txt {
    font-size: 0.9rem;
  }
  .newconstruction-Sec4 .unit {
    margin-bottom: 5rem;
  }
  .newconstruction-Sec4 .unit-ttl {
    font-size: 1.5rem;
  }
  .newconstruction-Sec4 .unit-txt {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .newconstruction-Sec4 .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .newconstruction-Sec4 .imgbox img {
    margin-bottom: 0;
    width: 100%;
  }
  .newconstruction-Sec4 .imgbox.two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .newconstruction-Sec4 .imgbox.three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.newconstruction-Sec5 {
  background: #f9f6eb;
  margin: 0 calc(50% - var(--vw, 1vw) * 50);
  padding: 4rem calc(var(--vw, 1vw) * 50 - 50%);
}
.newconstruction-Sec5 .heading {
  text-align: center;
  font-size: 2.05rem;
  color: #44c269;
}
.newconstruction-Sec5 .ttl {
  text-align: center;
  font-size: 5rem;
  color: #44c269;
  margin-bottom: 1rem;
}
.newconstruction-Sec5 .txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4.25rem;
}
.newconstruction-Sec5 .unit {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 2rem 5rem;
  margin-bottom: 3.5rem;
}
.newconstruction-Sec5 .unit-ttl {
  color: #44c269;
  text-align: center;
  font-size: 1.65rem;
  border-radius: 0.25rem;
  margin-bottom: 2.75rem;
  padding: 0.5rem 0;
}
.newconstruction-Sec5 .unit-img {
  text-align: center;
  margin-bottom: 2.75rem;
}
.newconstruction-Sec5 .unit-sttl {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.newconstruction-Sec5 .unit-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 48em) {
  .newconstruction-Sec5 {
    margin: 0;
    padding: 4rem 4.5rem;
  }
  .newconstruction-Sec5 .heading {
    font-size: 1.25rem;
  }
  .newconstruction-Sec5 .ttl {
    font-size: 4.3rem;
  }
  .newconstruction-Sec5 .txt {
    font-size: 0.9rem;
  }
  .newconstruction-Sec5 .unit {
    padding: 3rem;
    border-radius: 2rem;
  }
  .newconstruction-Sec5 .unit-wap {
    display: grid;
    grid-template-columns: 24rem 16.8rem;
    gap: 0 2rem;
  }
  .newconstruction-Sec5 .unit-img {
    margin-bottom: 0;
  }
  .newconstruction-Sec5 .unit-ttl {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .newconstruction-Sec5 .unit-sttl {
    font-size: 1.4rem;
  }
  .newconstruction-Sec5 .unit-txt {
    font-size: 0.8rem;
  }
}
.deteil-box {
  width: 33.75rem;
  margin: 3.5rem auto;
  background: #f6ecb3;
  border-radius: 2rem;
  padding: 2.5rem 0;
}
.deteil-box .box-ttl {
  text-align: center;
  font-size: 1.5rem;
}
.deteil-box .box-btn {
  width: 22.55rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.deteil-box .box-btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.deteil-box .box-btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}
.deteil-box .box-txt {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.unit-txtarea .box-btn {
  /*width: 22.55rem;*/
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.unit-txtarea .box-btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.unit-txtarea .box-btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}


@media only screen and (min-width: 48em) {
  .deteil-box {
    width: 45rem;
    margin: 3.5rem auto 0;
    padding: 2.5rem 0 1.5rem;
  }
  .deteil-box .box-ttl {
    text-align: center;
    font-size: 1.15rem;
  }
  .deteil-box .box-ttl br {
    display: none;
  }
  .deteil-box .box-btn {
    width: 17.3rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }
  .deteil-box .box-btn a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
  }
  .deteil-box .box-btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 2.5rem;
  }
  .unit-txtarea .box-btn {
    /*width: 17.3rem;*/
    width: 100%;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }
  .unit-txtarea .box-btn a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
  }
  .unit-txtarea .box-btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 20px;
  }
  .deteil-box .box-txt {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=new-construction.css.map */