.nonresi-works-stitle {
  font-size: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .nonresi-works-stitle {
    margin-top: 6rem;
  }
}
.nonresi-works-point {
  margin-top: 3rem;
  padding: 4rem 6rem 4rem 8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nonresi-works-point {
    padding: 3rem 2rem 3rem 4rem;
  }
}
.nonresi-works-point li {
  list-style: disc;
  font-size: 1.8rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .nonresi-works-point li {
    font-size: 1.6rem;
  }
}

.nonresi-works-slider {
  padding: 6rem 8rem;
  background: #e4e4e4;
}
@media screen and (max-width: 768px) {
  .nonresi-works-slider {
    padding: 4rem 2rem;
  }
}

.nonresi-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .nonresi-table {
    font-size: 1.4rem;
  }
}
.nonresi-table tr {
  border-bottom: 1px solid #d4d4d4;
}
.nonresi-table th,
.nonresi-table td {
  padding-top: 1.5em;
  padding-bottom: 1.5rem;
}
.nonresi-table th {
  font-weight: 600;
  text-align: left;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .nonresi-table th {
    width: 8.5rem;
  }
}
.nonresi-table td {
  padding-left: 1rem;
}

.history-flow {
  margin-top: 4rem;
}
.history-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .history-flow-item {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.history-flow-item-num {
  width: 16rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 8rem;
  }
}
.history-flow-item-num > span {
  font-size: 2rem;
  width: 16rem;
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num > span {
    font-size: 1.4rem;
    width: 8rem;
    height: 8rem;
  }
}
.history-flow-item-num::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #524B40;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num::before {
    height: calc(100% + 4rem);
  }
}
.history-flow-item-num.--top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.history-flow-item-num.--top > span {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num.--top > span {
    margin-top: 0;
  }
}
.history-flow-item-num.--top.--margin > span {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num.--top.--margin > span {
    margin-top: 0;
  }
}
.history-flow-item-num.--first::before {
  height: 50%;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num.--first::before {
    height: calc(100% + 4rem);
    top: 0;
    bottom: auto;
  }
}
.history-flow-item-num.--last::before {
  height: 50%;
}
@media screen and (max-width: 768px) {
  .history-flow-item-num.--last::before {
    height: 0;
  }
}
.history-flow-item .__wrap {
  width: calc(100% - 3rem - 16rem);
}
@media screen and (max-width: 768px) {
  .history-flow-item .__wrap {
    width: calc(100% - 2rem - 8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.history-flow-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .history-flow-item-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.history-flow-item-text {
  width: calc(100% - 48rem);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .history-flow-item-text {
    font-size: 1.6rem;
    padding: 0 0 0.7rem;
    width: 100%;
  }
}
.history-flow-item-text .__title {
  font-size: 2rem;
  font-weight: 600;
}
.history-flow-item-text .__text {
  font-size: 1.6rem;
}
.history-flow-item-img {
  width: 45rem;
  height: 28rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .history-flow-item-img {
    padding: 0.5rem 0 0;
    width: 100%;
    height: 18rem;
  }
}
.history-flow-item-img.--small {
  height: 24rem;
}
@media screen and (max-width: 768px) {
  .history-flow-item-img.--small {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .history-flow-item-img.--noimage {
    display: none;
  }
}
.history-flow-item-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}