/*$breakpoints: (
	"xl-over": "screen and (min-width: 1760px)",
	"lg-over": "screen and (min-width: 1520px)",
	"md-over": "screen and (min-width: 1280px)",
	"sm-over": "screen and (min-width: 1024px)",
	"xs-over": "screen and (min-width: 768px)",
	"lg-xl": "screen and (max-width: 1759px) and (min-width: 1520px)",
	"md-lg": "screen and (max-width: 1519px) and (min-width: 1280px)",
	"sm-md": "screen and (max-width: 1279px) and (min-width: 1024px)",
	"xs-sm": "screen and (max-width: 1023px) and (min-width: 768px)",
	"xl-under": "screen and (max-width: 1759px)",
	"lg-under": "screen and (max-width: 1519px)",
	"md-under": "screen and (max-width: 1279px)",
	"sm-under": "screen and (max-width: 1023px)",
	"xs-under": "screen and (max-width: 767px)"
) !default;*/
.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

* + .wrap-btn {
  margin-top: 3em;
}

.head-item {
  color: #008e5f;
}

.icon-earth:before {
  background: url(../images/icon-earth-green.png) no-repeat center center;
}

.border-gradient:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(0, 142, 95, 0.7) 26%, rgba(0, 142, 95, 0.7) 50%, rgba(0, 142, 95, 0.7) 74%, rgba(255, 255, 255, 0.7) 100%);
}

.main-service {
  display: flex;
  margin-bottom: 2em;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main-service {
    flex-flow: column nowrap;
  }
}

.main-service__head {
  display: flex;
  align-items: center;
  padding: 40px 20px 40px 40px;
  width: 250px;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  background-color: #008e5f;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .main-service__head {
    padding: 1em;
    width: 100%;
    font-size: 5vw;
  }
}

.main-service__img {
  width: calc(100% - 250px);
}

@media screen and (max-width: 640px) {
  .main-service__img {
    width: 100%;
    height: auto;
  }
}

.civil-wrapper > *:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .civil-wrapper > *:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.civil-box:not(:last-child) {
  margin-bottom: 3em;
}

.civil-box__head {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-size: 25px;
  font-weight: bold;
  color: #008e5f;
  line-height: 1.5;
  background-color: #d1e7d6;
}

@media screen and (max-width: 640px) {
  .civil-box__head {
    font-size: 5vw;
  }
}

.civil-box__dl:not(:last-child) {
  margin-bottom: 2em;
}

.civil-box__title {
  font-size: 23px;
  font-weight: 500;
  color: #008e5f;
  line-height: 1.5;
}

.civil-box__text {
  font-size: 17px;
  line-height: 1.75;
}

.civil-box__text span {
  font-size: 100%;
  line-height: 1.75;
}

.civil-box__text:not(:last-child) {
  margin-bottom: 1em;
}

.civil-box__text--green {
  font-weight: 500;
  color: #008e5f;
}

.civil-box__images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: -1em 0;
}

@media screen and (max-width: 640px) {
  .civil-box__images {
    justify-content: center;
    gap: 3vw;
    margin: 0;
  }
}

.civil-box__images__item {
  margin: 1em 0;
}

@media screen and (max-width: 640px) {
  .civil-box__images__item {
    margin: 0;
  }
}

.civil-box__img {
  margin-bottom: 0.75em;
}

@media screen and (max-width: 640px) {
  .civil-box__img {
    margin-bottom: 0.5em;
    max-width: 100%;
    height: auto;
  }
}

.civil-box__caption {
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .civil-box__caption {
    font-size: 3vw;
  }
}

.wall-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  .wall-wrap {
    justify-content: center;
  }
}

.wall-wrap__inner {
  display: flex;
  flex-flow: row wrap;
  padding: 1.7em;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .wall-wrap__inner {
    width: 100%;
    justify-content: center;
  }
}

.wall-wrap__inner--yellow {
  background-color: #f0a700;
}

@media screen and (max-width: 640px) {
  .wall-wrap__inner--yellow {
    margin-bottom: 3vw;
  }
}

.wall-wrap__inner--pink {
  background-color: #ee7b6f;
}

.wall-box:not(:first-child) {
  margin-left: 1.5em;
}

@media screen and (max-width: 640px) {
  .wall-box:not(:first-child) {
    margin-left: 0;
    margin-top: 5vw;
  }
}

.wall-box__head {
  margin-bottom: 0.5em;
  font-size: 18px;
  color: #fff;
}

.wall-box__image {
  margin-bottom: 1em;
}

.wall-box__text {
  font-size: 18px;
  color: #fff;
}

.concrete-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  .concrete-wrap {
    gap: 3vw;
  }
}

.concrete-box {
  padding: 1.5em 2em 2em;
  width: 472px;
  border: 6px solid #d1e7d6;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .concrete-box {
    width: 100%;
  }
}

.concrete-box__img {
  display: block;
  margin: 0 auto 1em;
}

.concrete-box__text {
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .concrete-box__text {
    font-size: 3.6vw;
  }
}

.trimming-list {
  display: flex;
  flex-flow: column wrap;
  gap: 0 2em;
  padding: 2em;
  width: 100%;
  height: 17.5em;
  background-color: #fffbe5;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .trimming-list {
    padding: 5vw;
    height: auto;
  }
}

.trimming-list__item {
  position: relative;
  padding: 0.25em 1em 0.25em 3em;
  font-size: 19px;
  line-height: 1.5;
  border-bottom: 1px dashed #afafb0;
}

@media screen and (max-width: 640px) {
  .trimming-list__item {
    padding: 0.5em 1em 0.5em 3em;
    font-size: 4vw;
  }
}

.trimming-list__item::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 0;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/icon-check.png) no-repeat center center/contain;
}

@media screen and (max-width: 640px) {
  .trimming-list__item::before {
    top: 0.5em;
    width: 5vw;
    height: 5vw;
  }
}

.large-trimming-list {
  display: flex;
  flex-flow: row wrap;
}

.large-trimming-list__item {
  flex: 1;
}

.large-trimming-list__item:not(:last-child) {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .large-trimming-list__item:nth-child(-n + 2) {
    margin-bottom: 3vw;
  }
}

.large-trimming-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1e7d6;
  margin-bottom: 0.5em;
  height: 236px;
}

@media screen and (max-width: 640px) {
  .large-trimming-list__image {
    height: 47vw;
  }
}

@media screen and (max-width: 640px) {
  .large-trimming-list__img {
    width: 40vw;
    height: auto;
  }
}

.large-trimming-list__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .large-trimming-list__text {
    font-size: 3vw;
  }
}

.sheet-list {
  counter-reset: cnt;
}

.sheet-list__item {
  border-bottom: 1px solid #008e5f;
  list-style-position: inside;
  counter-increment: cnt;
}

@media screen and (max-width: 640px) {
  .sheet-list__item {
    margin-bottom: 1.5em;
  }
}

.sheet-list__item:nth-child(-n + 3) .sheet-list__head {
  width: 200px;
}

@media screen and (max-width: 640px) {
  .sheet-list__item:nth-child(-n + 3) .sheet-list__head {
    width: 100%;
  }
}

.sheet-list__item:nth-child(n + 4) .sheet-list__head {
  width: 310px;
}

@media screen and (max-width: 640px) {
  .sheet-list__item:nth-child(n + 4) .sheet-list__head {
    width: 100%;
  }
}

.sheet-list__dl {
  display: flex;
  align-items: center;
  height: 65px;
}

@media screen and (max-width: 640px) {
  .sheet-list__dl {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding-bottom: 1em;
    height: auto;
  }
}

.sheet-list__head {
  font-size: 20px;
  font-weight: 500;
  color: #008e5f;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .sheet-list__head {
    margin-bottom: 0.5em;
    font-size: 4.5vw;
  }
}

.sheet-list__head:before {
  content: counter(cnt) ".";
  display: inline-block;
  margin-right: 0.5em;
}

.sheet-list__text {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .sheet-list__text {
    font-size: 3.6vw;
  }
}
