.p-case .c-cols:has(.c-cols__nav) .c-cols__col {
  width: 63.8333333333%;
}
.p-case-items__item {
  margin-top: 104px;
}
.p-case-items__item:first-child {
  margin-top: 0;
}
.p-case-items__item .c-hd-03 {
  font-size: 1rem;
}
.p-case-items__item > .c-hd-03 {
  font-family: "Montserrat", serif;
}
.p-case-items__item .c-box-03 {
  margin-top: 30px;
}
.p-case-items__item .c-box-03 p {
  letter-spacing: 0;
  line-height: 1.5em;
}
.p-case-items__item .c-box-03 .c-hd-03 + p {
  margin-top: 1em;
}
.p-case-items__item .c-box-01 {
  margin-top: 30px;
}
.p-case-items__item figure {
  display: block;
  margin-top: 35px;
}
.p-case-items__item figure img {
  margin-inline: auto;
  max-width: 100%;
  width: auto;
}
.p-case-items__item__fig-01 img {
  aspect-ratio: 646/282;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-case-items__item__hd {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2%;
  line-height: 1.125em;
  margin-top: 0.5em;
}
.p-case-first {
  display: grid;
  -moz-column-gap: min(3.3333333333vw, 40px);
       column-gap: min(3.3333333333vw, 40px);
  margin-top: 40px;
  grid-template-columns: 260px 1fr;
  grid-template-rows: auto auto 1fr;
}
.p-case-first figure {
  grid-row: 1/-1;
  margin-top: 0;
}
.p-case-first figure img {
  border-radius: 10px;
  aspect-ratio: 260/225;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-case-first p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2%;
  line-height: 1.8em;
  margin: 0;
}
.p-case-first dl {
  align-items: flex-start;
  border-top: 1px solid #fff;
  display: flex;
  font-size: 1rem;
  gap: 0.625em;
  margin-top: 1.25em;
  padding-top: 1.25em;
}
.p-case-first dl dt {
  background-color: #287AB4;
  border-radius: 0.3125em;
  color: #fff;
  flex-shrink: 0;
  line-height: 1.625em;
  padding-inline: 0.625em;
}
.p-case-pic {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 8px;
}
.p-case-pic__name {
  color: #287AB4;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-case-pic__job {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case .c-cols:has(.c-cols__nav) .c-cols__col {
    width: 100%;
  }
  .p-case-items__item {
    margin-top: 80px;
  }
  .p-case-items__item__fig-01 img {
    border-radius: 10px;
  }
  .p-case-items__item__hd {
    font-size: 1.125rem;
  }
  .p-case-first {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .p-case-first p {
    font-size: 1rem;
    margin-top: 1em;
  }
  .p-case-first dl {
    align-items: flex-start;
    flex-direction: column;
  }
}
/*# sourceMappingURL=case.css.map */
