.main{
 padding-top: 170px;
 font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.works__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(47, 128, 237, 0.25);
  padding: 24px 40px;
  margin-bottom: 48px;
}

.works__card-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.works__card-summary {
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 5px;
  line-height: normal;
}

.works__card-contact {
  text-align: right;
  font-size: 13px;
  color: #555;
}

.works__card-img {
  margin-top: 10px;
  position: relative;
}

.works__card-img img {
  width: 100%;
  border-radius: 12px;
}

.works__card-img-caption {
  position: absolute;
  bottom: 40px;
  left: 0px;
  background: rgba(255, 255, 255,0.85);
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 10px 10px 0;

}

.works__card-body {
  margin-top: 24px;
}

.works__card-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 45px;
}
.qa__box {
  margin-top: 32px;
}
.qa__header {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.qa__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #000;
  border-radius: 2px;
}
.qa__body {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}
.qa__img{
  width: 100%;
  border-radius: 10px;
  margin-top: 32px;
}