@charset "utf-8";
/*================================================================
【all】
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .back {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*================================================================
塗装・防水
=================================================================*/
/*:::::::::::【全体背景】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.business-contents li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.business-contents li:first-of-type {
  margin-bottom: 150px;
}
.bousui {
  position: relative;
}
/*:::::::::::【テキスト】::::::::::*/
.tosou dl {
  width: 70%;
  background-image: url("../image/business/b-back-01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bousui dl {
  width: 70%;
  margin-left: auto;
  background-image: url("../image/business/b-back-01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.business-contents dt {
  display: inline-block;
  background-color: #55ceba;
  color: #fff;
  font-size: 1.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.business-contents dd {
  line-height: 1.8;
}
/*:::::::::::【イメージ】::::::::::*/
.tosou img {
  width: 25%;
}
.bousui img {
  position: absolute;
  left: -13%;
  top: 0;
  display: block;
  width: 25%;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  /*:::::::::::【イメージ】::::::::::*/
  .tosou img {
    width: 30%;
  }
  .bousui img {
    width: 30%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .bousui img {
    left: -6%;
  }
}
@media (max-width:450px) {
  /*:::::::::::【背景】::::::::::*/
  .business-back {
    position: relative;
  }
  .business-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  /*:::::::::::【コンテンツ】::::::::::*/
  .business-contents li {
    flex-direction: column;
  }
  .business-contents li:first-of-type {
    margin-bottom: 50px;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .tosou dl {
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: none;
  }
  .bousui dl {
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: none;
  }
  .business-contents dt {
    margin-bottom: 30px;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .tosou img {
    width: 70%;
    position: absolute;
    z-index: -1;
    transform: rotate(20deg);
  }
  .bousui img {
    width: 90%;
    z-index: -1;
    left: -13%;
    top: 50%;
    transform: translateY(-30%);
  }
}
@media (max-width: 400px) {
  /*:::::::::::【テキスト】::::::::::*/
  .business-contents dt {
    font-size: 1.4rem;
  }
}
/*================================================================
お気軽にご相談ください
=================================================================*/
.soudan-back {
  background-color: #cceeea;
  margin: 100px 0;
  padding: 100px 20px;
}
.soudan-contents {
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*:::::::::::【テキスト】::::::::::*/
.soudan-contents p {
  line-height: 2;
}
/*:::::::::::【イメージ】::::::::::*/
.soudan-contents img {
  display: block;
  width: 13%;
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media (max-width:1500px) {
  /*:::::::::::【テキスト】::::::::::*/
  .soudan-contents p {
    font-size: 1.9rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 18%;
  }
}
@media (max-width:1400px) {
  /*:::::::::::【テキスト】::::::::::*/
  .soudan-contents p {
    font-size: 1.8rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 17%;
  }
}
@media (max-width:1280px) {
  /*:::::::::::【テキスト】::::::::::*/
  .soudan-contents p {
    font-size: 1.7rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 16%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【テキスト】::::::::::*/
  .soudan-contents p {
    font-size: 1.5rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 15%;
  }
}
@media (max-width:900px) {
  .soudan-back {
    margin: 0;
  }
  .soudan-contents {
    justify-content: flex-start;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 15%;
    right: 10px;
  }
}
@media (max-width:450px) {
  .soudan-back {
    padding: 50px 0;
    padding-left: 20px;
  }
  .soudan-width {
    max-width: 100%;
  }
  .soudan-contents p {
    font-size: 1.5rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 20%;
    right: 10px;
  }
}
@media (max-width: 400px) {
  .soudan-contents p {
    font-size: 1.2rem;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .soudan-contents img {
    width: 25%;
    right: 10px;
  }
}
/*================================================================
業務内容、グリッドリスト
=================================================================*/
.b-list-back {
  padding-top: 0;
}
/*:::::::::::【リスト】::::::::::*/
.b-list-contents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.b-list-contents li {
  border: 1px solid #ccc;
  padding-top: 30px;
	  text-align: center;
}
/* 外枠を削除（1列目・1行目・最終列・最終行のアイテムの外側だけ） */
.b-list-contents li:nth-child(3n+1) {
  border-left: none;
}
.b-list-contents li:nth-child(-n+3) {
  border-top: none;
}
/* 最終列の右側をなくす */
.b-list-contents li:nth-child(3n) {
  border-right: none;
}
/* ここでは仮に全部で8個と仮定。最終行（7,8）は下ボーダーなし */
.b-list-contents li:nth-last-child(-n+2) {
  border-bottom: none;
}
/*:::::::::::【リスト・テキスト】::::::::::*/
.b-list-contents li p {
	width: 200px;
	display: inline-block;
  background-color: #64bef0;
  font-weight: bold;
  color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
}
/*:::::::::::【リスト・イメージ】::::::::::*/
.b-list-contents img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/*:::::::::::【コメント・コンテンツ】::::::::::*/
.b-list-contents div {
  margin-top: 100px;
}
.b-list-contents div p {
  line-height: 2.5;
  font-size: 1.3rem;
  text-align: center;
}
/*:::::::::::【コメント・テキスト】::::::::::*/
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:450px) {
  /*:::::::::::【リスト】::::::::::*/
  .b-list-contents ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .b-list-contents li {
    border: none;
  }
  /*:::::::::::【リスト・テキスト】::::::::::*/
  .b-list-contents div {
    margin-top: 20px;
  }
  .b-list-contents li p {
	  	width: 300px;

    line-height: 2.5;
    font-size: 1.1rem;
    background-color: #64bef0;
    border-radius: 10px;
  }
  /*:::::::::::【コメント・テキスト】::::::::::*/
  .b-list-contents div p {
    text-align: left;
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 400px) {}
/*================================================================
施工実績
=================================================================*/
/*:::::::::::【】::::::::::*/
/*:::::::::::【】::::::::::*/
.works-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.works-contents img {
  width: 80%;
}
/*:::::::::::【】::::::::::*/
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:450px) {
  .works-contents {
    grid-template-columns: 1fr;
  }
  .works-contents img {
    width: 100%;
  }
}
@media (max-width: 400px) {}