.c-case-youtube {
  margin: 40px 0;
}
@media screen and (min-width: 60.0625em) {
  .c-case-youtube {
    margin: 80px 0;
  }
}

ul.c-case-summary__list {
  padding: 0 0 0 20px;
  margin: 0;
}

.c-case-summary {
  border-top: 1px dotted #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 60.0625em) {
  .c-case-summary {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.c-case-summary__box {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 12px 0;
}
@media screen and (min-width: 60.0625em) {
  .c-case-summary__box {
    padding: 24px 40px;
    display: flex;
    align-items: center;
  }
}
.c-case-summary__box dt {
  color: #8b5cff;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 60.0625em) {
  .c-case-summary__box dt {
    width: 80px;
  }
}
.c-case-summary__box dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 60.0625em) {
  .c-case-summary__box dd {
    width: calc(100% - 80px);
  }
}
.c-case-summary__list li {
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-case-summary__list li + li {
  margin-top: 4px;
}

.c-case-interview__title {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 28px;
}
@media screen and (min-width: 60.0625em) {
  .c-case-interview__title {
    font-size: 2.1rem;
  }
}
.c-case-interview__box + .c-case-interview__box {
  margin-top: 16px;
}
@media screen and (min-width: 60.0625em) {
  .c-case-interview__box + .c-case-interview__box {
    margin-top: 24px;
  }
}
.c-case-interview__box-title {
  color: #6a6a6a;
  font-size: 1.6rem;
  margin: 24px 0 20px;
}
@media screen and (min-width: 60.0625em) {
  .c-case-interview__box-title {
    margin: 40px 0 24px;
  }
}
.c-case-interview__box-title span {
  font-weight: 400;
}
.c-case-interview__box-interview {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 !important;
}
@media screen and (min-width: 60.0625em) {
  .c-case-interview__box-interview {
    line-height: 2.2;
  }
}
.c-case-interview__box-interview span.is-name {
  color: var(--interview-name-color, #6a6a6a);
  font-weight: 700;
}
.c-case-interview__box-interview span:not(.is-name) {
  background: #ff9;
}
.c-case-interview__box-interview br {
  display: block;
  content: "";
  height: 8px;
}
@media screen and (min-width: 60.0625em) {
  .c-case-interview__box-interview br {
    height: 10px;
  }
}

.pg-case__header {
  background: #f3f3f3;
}
.pg-case__header-inner {
  padding: 32px 0;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__header-inner {
    padding: 48px 0;
    max-width: 900px;
    margin-inline: auto;
    display: flex;
    gap: 32px;
  }
}
.pg-case__heading {
  padding: 0 12px 20px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__heading {
    width: calc(44% - 28px);
    padding: 0;
  }
}
.pg-case__heading-title {
  border-bottom: 1px solid #d6d6d6;
  color: #272f52;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__heading-title {
    font-size: 2.6rem;
    margin-bottom: 28px;
    padding-bottom: 36px;
  }
}
.pg-case__heading-title span {
  display: inline-block;
  padding-inline: 8px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__heading-title span {
    padding-inline: 0;
  }
}
.pg-case__heading-company {
  font-size: 1.4rem;
  margin: 0 0 8px;
  padding-inline: 8px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__heading-company {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-inline: 0;
  }
}
.pg-case__heading-person {
  font-size: 1.4rem;
  margin: 0;
  padding-inline: 8px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__heading-person {
    font-size: 1.6rem;
    padding-inline: 0;
  }
}
.pg-case__mv {
  width: 100%;
}
@media screen and (min-width: 60.0625em) {
  .pg-case__mv {
    width: calc(56% - 4px);
    padding: 0;
  }
}
.pg-case__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-case .content.entry-content {
  max-width: 840px;
  margin-inline: auto;
  padding: 60px 20px;
}
.pg-case .content.entry-content p.wp-block-paragraph {
  font-size: 1.6rem;
  line-height: 2;
}
.pg-case .content.entry-content .wp-block-embed {
  margin-top: 60px;
}
@media screen and (min-width: 60.0625em) {
  .pg-case .content.entry-content .wp-block-embed {
    margin-top: 80px;
  }
}
.pg-case .content.entry-content .wp-block-embed__wrapper {
  padding: 0;
  margin-bottom: 60px;
}