@charset "Utf-8";
.overall-design__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overall-design__image img {
  width: 100%;
  height: 100%;
}
.overall-design__image--pc {
  display: none;
}
.overall-design__image--sp {
  display: none;
}
@media (max-width: 830px) {
  .overall-design__image {
    display: none;
  }
  .overall-design__image--pc,
  .overall-design__image--sp {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overall-design__image--pc img,
  .overall-design__image--sp img {
    width: 100%;
    height: 100%;
  }
}
.overall-design dt {
  margin-bottom: 40px;
}
.overall-design__WF {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.overall-design__WF dt,
.overall-design__WF dd {
  margin-bottom: 40px;
}
.overall-design__image--FW-PC,
.overall-design__image--FW-SP {
  height: 100%;
  object-fit: cover;
}
.overall-design__image--FW img {
  max-width: 100%;
}
@media (max-width: 830px) {
  .overall-design__WF {
    gap: 20px;
  }
  .overall-design__image--FW-PC img {
    width: 200px;
  }
  .overall-design__image--FW-SP img {
    width: calc(100% - 200px);
  }
  .overall-design__WF dt,
  .overall-design__WF dd {
    margin-bottom: 20px;
  }
}
