/* line 5, sass/page-remodeling.scss */
.head-img {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 11, sass/page-remodeling.scss */
.head-img img {
  width: 100%;
  object-fit: cover;
}

/* line 19, sass/page-remodeling.scss */
.inner-wrap .article .title {
  font-size: 2.8vw;
  margin: 50px 0;
  white-space: nowrap;
  text-align: center;
}

/* line 25, sass/page-remodeling.scss */
.inner-wrap .article .title .ja {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 12px;
  padding-bottom: 20px;
}

/* line 32, sass/page-remodeling.scss */
.inner-wrap .article .title .ja.line:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 70%;
  margin: 0 auto;
  padding-top: 25px;
}

/* line 41, sass/page-remodeling.scss */
.inner-wrap .article .title h3 {
  font-size: 45px;
  border-bottom: 1px solid #000;
}

/* line 45, sass/page-remodeling.scss */
.inner-wrap .article .title h4 {
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 10px;
}

/* line 53, sass/page-remodeling.scss */
.inner-wrap .article .img-box {
  display: flex;
  flex-wrap: wrap;
  /*    .item:nth-child(4), .item:nth-child(8) {
    padding-right: 0;
	}*/
}

/* line 56, sass/page-remodeling.scss */
.inner-wrap .article .img-box .item {
  width: 25%;
}

/* line 64, sass/page-remodeling.scss */
.inner-wrap .article .img-box.center {
  justify-content: center;
}

/* line 68, sass/page-remodeling.scss */
.inner-wrap .article .content {
  margin: 60px 0;
}

/* line 71, sass/page-remodeling.scss */
.inner-wrap .article .content p {
  text-align: center;
  padding: 0 20px 20px 20px;
}

/* line 76, sass/page-remodeling.scss */
.inner-wrap .article .icon {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* line 83, sass/page-remodeling.scss */
.inner-wrap .article .icon .items-box {
  display: flex;
}

/* line 85, sass/page-remodeling.scss */
.inner-wrap .article .icon .items-box .item {
  width: 25%;
  padding: 20px;
}

/* line 88, sass/page-remodeling.scss */
.inner-wrap .article .icon .items-box .item img {
  margin: 0 auto;
  width: 60%;
}

/* line 93, sass/page-remodeling.scss */
.inner-wrap .article .icon .items-box p {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

/* line 104, sass/page-remodeling.scss */
.items-box {
  display: flex;
}

/* line 106, sass/page-remodeling.scss */
.items-box .item {
  width: 25%;
  padding: 20px;
}

/* line 109, sass/page-remodeling.scss */
.items-box .item img {
  margin: 0 auto;
}

/* line 113, sass/page-remodeling.scss */
.items-box p {
  font-size: 14px;
  margin-top: 10px;
}

/* line 120, sass/page-remodeling.scss */
.items-box-l .items-box {
  display: flex;
}

/* line 122, sass/page-remodeling.scss */
.items-box-l .items-box .item {
  width: 33.333%;
  padding: 20px;
}

/* line 125, sass/page-remodeling.scss */
.items-box-l .items-box .item img {
  margin: 0 auto;
}

/* line 129, sass/page-remodeling.scss */
.items-box-l .items-box p {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 1150px) {
  /* line 140, sass/page-remodeling.scss */
  .items-box .item {
    padding: 10px;
  }
}

@media (max-width: 930px) {
  /* line 146, sass/page-remodeling.scss */
  .flex {
    display: block;
  }
  /* line 148, sass/page-remodeling.scss */
  .flex .flex-img {
    width: 100%;
  }
  /* line 151, sass/page-remodeling.scss */
  .flex .flex-txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  /* line 157, sass/page-remodeling.scss */
  .items-box {
    flex-wrap: wrap;
  }
  /* line 159, sass/page-remodeling.scss */
  .items-box .item {
    width: 50%;
    padding: 10px;
  }
  /* line 165, sass/page-remodeling.scss */
  .inner-wrap .article .icon {
    width: 100%;
  }
  /* line 167, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box {
    flex-wrap: wrap;
  }
  /* line 169, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box .item {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 650px) {
  /* line 179, sass/page-remodeling.scss */
  .items-box .item {
    width: 100%;
    padding: 10px 0;
  }
  /* line 183, sass/page-remodeling.scss */
  .items-box2 .items {
    margin-top: 20px;
    display: block;
  }
}

@media (max-width: 480px) {
  /* line 195, sass/page-remodeling.scss */
  .head-img {
    height: auto;
  }
  /* line 198, sass/page-remodeling.scss */
  .inner-wrap .article .title h3 {
    font-size: 28px;
  }
  /* line 201, sass/page-remodeling.scss */
  .inner-wrap .article .title {
    font-size: 4.2vw;
    white-space: inherit;
    margin: 30px 0;
  }
  /* line 206, sass/page-remodeling.scss */
  .inner-wrap .article .title h4 {
    font-size: 17px;
    line-height: 1.3em;
    margin-top: 10px;
  }
  /* line 211, sass/page-remodeling.scss */
  .inner-wrap .article .title .ja {
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  /* line 216, sass/page-remodeling.scss */
  .inner-wrap .article .img-box .item {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
  /* line 221, sass/page-remodeling.scss */
  .inner-wrap .article .icon {
    width: 100%;
  }
  /* line 225, sass/page-remodeling.scss */
  .inner-wrap .article .title .ja .line:after {
    padding-top: 15px;
  }
  /* line 228, sass/page-remodeling.scss */
  .items-box-l .items-box .item {
    width: 100%;
  }
  /* line 231, sass/page-remodeling.scss */
  .inner-wrap .article .icon {
    margin-bottom: 30px;
  }
  /* line 234, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box .item {
    width: 50%;
    padding: 10px 0;
    min-height: 190px;
  }
  /* line 240, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box p {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    width: 60%;
    display: flex;
    align-items: center;
  }
  /* line 248, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box .item img {
    width: 80%;
  }
  /* line 251, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box .item .item-img {
    width: 40%;
  }
  /* line 255, sass/page-remodeling.scss */
  .inner-wrap .article .icon .items-box .item {
    width: 100%;
    min-height: auto;
    display: flex;
  }
  /* line 260, sass/page-remodeling.scss */
  .inner-wrap .article .content {
    margin: 60px 0 40px;
  }
}
