@charset "Utf-8";
.overall-design__process {
  margin-bottom: 60px;
}
.overall-design__process dt,
.overall-design__process dd,
.overall-design dt,
.overall-design dd {
  margin-bottom: 40px;
}

.overall-design__image--process {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overall-design__image--process img {
  width: 100%;
  height: 100%;
}
.overall-design__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overall-design__image img {
  width: 100%;
  height: 100%;
}
.overall-design__image--process-pc {
  display: none;
}
.overall-design__image--process-sp {
  display: none;
}
@media (max-width: 830px) {
  .overall-design__image {
    display: block;
  }
  .overall-design__image--process {
    display: none;
  }
  .overall-design__image--process-pc,
  .overall-design__image--process-sp {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overall-design__image--process-pc img,
  .overall-design__image--process-sp img {
    width: 100%;
    height: 100%;
  }
  .overall-design__process {
    margin-bottom: 40px;
  }
  .overall-design__process dt,
  .overall-design__process dd {
    margin-bottom: 20px;
  }
}
.overall-design {
  text-align: center;
}
.overall-design dt {
  text-align: left;
}
.overall-design__image img {
  width: 50%;
  height: 100%;
}
