.p-case-pic {
  padding-top: calc(50 / 1300 * 100%);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-case-pic {
    padding-top: 40px;
  }
}

.p-case-pic__pic .-img {
  width: 100%;
  border-radius: 10px;
}

.p-case-profile {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: calc(50 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-case-profile {
    padding-top: 40px;
  }
}

.p-case-profile__box {
  background-color: #f3f5f8;
  padding: calc(50 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-case-profile__box {
    padding: 20px 20px 35px;
  }
}

.p-case-profile__layout {
  display: grid;
  grid-template-columns: 2.3fr 5fr;
  column-gap: 6%;
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-case-profile__layout {
    grid-template-columns: 1fr;
  }
}

.p-case-profile__left {
}

.p-case-profile__right {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-case-profile__right {
    padding-top: unset;
  }
}
.p-case-profile__intro {
  font-size: 16px;
  line-height: calc(28 / 16);
}

@media screen and (max-width: 768px) {
  .p-case-profile__intro {
    font-size: 12px;
    line-height: 2;
  }
}

.p-case-profile__upper {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-case-profile__upper {
    padding-bottom: 15px;
  }
}

.p-case-profile__lower {
  padding-top: 50px;
  border-top: 1px solid #aec1d2;
}

@media screen and (max-width: 768px) {
  .p-case-profile__lower {
    padding-top: 15px;
  }
}
.p-case-profile__heading {
  color: var(--color-primary);
  font-size: 16px;
  line-height: calc(28 / 16);
  font-weight: 700;
}

.p-case-profile__thumbnail {
  margin-top: 15px;
}

.p-case-profile__name {
  color: var(--color-primary);
  font-size: 16px;
  line-height: calc(28 / 16);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-case-profile__name {
    font-size: 14px;
    line-height: 2;
  }
}

.p-case-profile__thumbnail .-img {
  width: 100%;
}
.p-case-profile__subheading {
  color: var(--color-primary);
  font-size: 16px;
  line-height: calc(28 / 16);
  font-weight: 700;
}
.p-case-profile__summary {
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-case-profile__summary {
    font-size: 12px;
    line-height: calc(24 / 12);
    margin-top: 10px;
  }
}

.p-case-profile__profile {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-case-profile__profile {
    font-size: 12px;
    line-height: calc(24 / 12);
    margin-top: 15px;
  }
}

.p-case-summary {
  padding-top: calc(50 / 1300 * 100%);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-case-summary {
    padding-top: 40px;
  }
}

.p-case-summary__radius {
  padding-top: calc(50 / 1300 * 100%);
  padding-bottom: calc(50 / 1300 * 100%);
  padding-left: calc(50 / 1300 * 100%);
  padding-right: calc(50 / 1300 * 100%);
  border-radius: 10px;
  border: 1px solid #aec1d2;
}

@media screen and (max-width: 768px) {
  .p-case-summary__radius {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-case-summary__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(30 / 18);
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c6d6e3;
  display: grid;
  place-items: center;
  width: fit-content;
}

.p-case-summary__heading:not(:first-of-type) {
  margin-top: calc(15 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-case-summary__heading:not(:first-of-type) {
    margin-top: 15px;
  }
}

.p-case-summary__list {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 20px;
}

.p-case-summary__item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-case-row {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-case-row__inner {
  border-top: 1px solid #aec1d2;
  padding-top: calc(50 / 1300 * 100%);
  padding-bottom: calc(95 / 1300 * 100%);
}

@media screen and (max-width: 768px) {
  .p-case-row__inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-case-row._no-line .p-case-row__inner {
  border-top: unset;
}

.p-case-row__layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 768px) {
  .p-case-row__layout {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.p-case-row__left {
  padding-right: 4%;
}

.p-case-row__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(29 / 18);
  padding-left: 52px;
  color: var(--color-primary);
  position: relative;
}

.p-case-row__heading::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0.8em;
  display: block;
  height: 1px;
  width: 40px;
  background-color: #2e739e;
}

.p-case-row__subheading {
  color: var(--color-primary);
  font-size: 18px;
  line-height: calc(29 / 18);
  font-weight: 700;
}

.p-case-row__subheading:not(:first-of-type) {
  margin-top: 45px;
}

.p-case-row__text {
  font-size: 15px;
  line-height: 2;
  margin-top: 45px;
}

.p-case-row__pic {
  margin-top: 50px;
}

.p-case-row__pic .-figcaption {
  margin-bottom: 15px;
}

.p-case-row__pic .-img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-case-row__pic.js-scrollable .-img {
    width: calc(768px * 0.8);
    max-width: none;
  }
}
