.works-list {
  padding: 64px 0 88px;
}

.case-article {
  padding-bottom: 88px;
}

.case-summary {
  background: #f7f8fc;
  padding: 40px;
  margin-bottom: 56px;
}

.case-meta-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .case-meta-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .case-meta-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .case-meta-list {
    grid-template-columns: 1fr;
  }
}

.case-meta-item dt {
  font-size: 13px;
  font-weight: 700;
  color: #132381;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.case-meta-item dd {
  font-size: 16px;
  font-weight: 700;
  color: #0d1035;
}

.case-main-img {
  margin-bottom: 56px;
}
.case-main-img img {
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-img-caption {
  font-size: 14px;
  color: #9ca3af;
  margin-top: 10px;
  text-align: center;
}

.case-section {
  margin-bottom: 56px;
}
.case-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0d1035;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #132381;
}
.case-section p {
  font-size: 16px;
  color: #444444;
  line-height: 1.9;
}

.case-before-after {
  margin-bottom: 56px;
}
.case-before-after h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0d1035;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #132381;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }
}

.before-after-item {
  position: relative;
}
.before-after-item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.before-after-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

.before-after-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  z-index: 1;
}
.before-after-label--before {
  background: #9ca3af;
  color: #ffffff;
}
.before-after-label--after {
  background: #132381;
  color: #ffffff;
}

.before-after-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f7f8fc 0%, #e5e7eb 100%);
  border: 1px dashed #9ca3af;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #9ca3af;
  text-align: center;
  margin-bottom: 10px;
}
.before-after-placeholder i {
  font-size: 48px;
}
.before-after-placeholder span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.case-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-bottom: 8px;
}
.case-flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-flow-list li h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1035;
  margin-bottom: 6px;
}
.case-flow-list li p {
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}

.case-flow-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EB6403;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  width: 40px;
}

.case-voice {
  background: #f7f8fc;
  padding: 40px;
  margin-bottom: 48px;
}
.case-voice h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0d1035;
  margin-bottom: 20px;
}
.case-voice__quote blockquote {
  margin: 0;
}
.case-voice__quote blockquote p {
  font-size: 15px;
  line-height: 1.9;
  color: #2d2d3a;
  font-style: italic;
  margin-bottom: 12px;
}
.case-voice__quote footer {
  font-size: 14px;
  color: #9ca3af;
}
.case-voice__quote cite {
  font-style: normal;
}

.case-back {
  margin-top: 8px;
}/*# sourceMappingURL=works.css.map */