@charset "UTF-8";
/*$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;
}

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
.table-service {
  border: 1px solid #0052a4;
}

.table-service thead {
  color: #fff;
  background: rgba(0, 82, 164, 0.7);
}

.table-service tbody tr:nth-child(2n) > * {
  background: rgba(0, 82, 164, 0.1);
}

.table-service tbody tr:nth-child(1) th:first-child,
.table-service tbody tr:nth-child(4) {
  border-bottom: 1px solid #0052a4;
}

.table-service tr > * {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.table-service thead tr > *:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-service tbody tr > *:not(:last-child) {
  border-right: 1px solid #0052a4;
}

.box-caution > * {
  display: block;
  vertical-align: top;
  line-height: 2;
}

.inner-service li {
  display: inline-block;
  line-height: 2;
}

.text-service {
  margin-bottom: 1em;
  color: #0052a4;
  line-height: 1.5;
  text-align: center;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 641px), print {
  .section-service:not(:last-child) {
    margin-bottom: 100px;
  }
  .wrap-table-service {
    margin-bottom: 80px;
  }
  .wrap-table-service__inner {
    display: flex;
    justify-content: space-between;
  }
  .table-service {
    width: 49%;
  }
  .table-service tr > *:nth-child(1) {
    width: 135px;
  }
  .table-service tr > *:nth-child(2) {
    width: 180px;
  }
  .table-service tr > *:nth-child(3),
  .table-service tr > *:nth-child(4) .table-service tr > *:nth-child(5) {
    width: 215px;
  }
  .table-service th,
  .table-service td {
    font-size: 19px;
  }
  .box-caution dt,
  .box-caution li {
    font-size: 14px;
  }
  .wrap-service {
    margin-left: auto;
    margin-right: auto;
    width: 830px;
  }
  .wrap-service > div {
    margin-bottom: 60px;
  }
  .wrap-service > div:nth-child(1) .inner-service {
    padding: 1em 30px;
  }
  .wrap-service > div:nth-child(2) .inner-service {
    padding: 1em 220px;
  }
  .wrap-service > div:nth-child(3) .inner-service {
    padding: 1em 200px;
  }
  .inner-service li {
    font-size: 19px;
  }
  .inner-service li:not(:last-child) {
    margin-right: 0.5em;
  }
  .text-service {
    font-size: 28px;
  }
}

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px) {
  .section-service:not(:last-child) {
    margin-bottom: 20vw;
  }
  .wrap-table-service {
    margin-bottom: 10vw;
  }
  .table-service {
    margin-bottom: 1em;
    width: 100%;
  }
  .box-caution dt,
  .box-caution li {
    font-size: 3vw;
  }
  .wrap-service > div {
    margin-bottom: 5vw;
  }
  .wrap-service .inner-service {
    padding: 5vw;
  }
  .inner-service li:not(:last-child) {
    margin-right: 0.5em;
  }
  .text-service {
    font-size: 6vw;
  }
}

/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
.wrap-head-item--solar {
  margin-bottom: 2em !important;
  text-align: center;
}

.wrap-head-item--civil {
  margin-bottom: 2em !important;
  text-align: center;
}

.wrap-head-item--civil::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #4db08f 26%, #4db08f 50%, #4db08f 74%, rgba(255, 255, 255, 0.7) 100%);
}

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

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

.service-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.service-box {
  position: relative;
  margin-bottom: 50px;
  width: 438px;
}

@media screen and (max-width: 640px) {
  .service-box {
    margin-bottom: 10vw;
    width: 100%;
  }
}

.service-box__head {
  margin-bottom: 0.25em;
  font-size: 25px;
  color: #0052a4;
  line-height: 1.5;
}

.service-box__head--civil {
  color: #008e5f;
}

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

.service-box__img {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .service-box__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
}

.service-box__text {
  min-height: 5.5em;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .service-box__text {
    padding-bottom: 2.5em;
    font-size: 3.6vw;
  }
}

.service-box__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 82, 164, 0.7);
  transition: opacity 0.5s;
}

.service-box__btn--civil {
  background-color: #73b58a;
}

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

.service-box__btn::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 0.35em;
  height: 0.35em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: 15%;
  transform: rotate(45deg);
}
