.p-caseReportPage {
  position: relative;
}

.p-caseReportIntro {
  padding-top: 42px;
}

.p-caseReportIntro__inner,
.p-caseReportArchive__inner {
  width: min(851px, 100% - 52px);
  margin-inline: auto;
}

.p-caseReportIntro__card {
  width: 100%;
  margin-inline: auto;
  padding: 41px 44px 36px 50px;
  border: 1px solid #fd8a71;
  background: var(--color-paper);
}

.p-caseReportIntro__text + .p-caseReportIntro__text {
  margin-top: 10px;
}

.p-caseReportArchive {
  padding-top: 110px;
  padding-bottom: 69px;
}

.p-caseReportArchive__list {
  width: min(860px, 100%);
  margin-inline: auto;
}

.p-caseReportStage + .p-caseReportStage {
  margin-top: 62px;
}

.p-caseReportStage__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 41px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.32);
}

.p-caseReportStage__title::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -11px;
  width: 8px;
  height: 34px;
  background: var(--color-mint-dark);
}

.p-caseReportStage__figure {
  padding: 50px;
  border: 1px solid rgba(253, 138, 113, 0.9);
  background: var(--color-paper);
}

.p-caseReportStage__image,
.p-caseReportStage__caption {
  width: min(751px, 100%);
  margin-inline: auto;
}

.p-caseReportStage__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-caseReportStage__caption {
  margin-top: 19px;
}

@media screen and (min-width: 1367px) {
  .p-caseReportIntro {
    padding-top: clamp(42px, 42px + (100vw - 1366px) * 0.0419, 56px);
  }
  .p-caseReportIntro__inner,
  .p-caseReportArchive__inner {
    width: min(clamp(851px, 851px + (100vw - 1366px) * 0.2365, 930px), 100% - 52px);
  }
  .p-caseReportIntro__card {
    padding: clamp(41px, 41px + (100vw - 1366px) * 0.0209, 48px) clamp(44px, 44px + (100vw - 1366px) * 0.0239, 52px) clamp(36px, 36px + (100vw - 1366px) * 0.0179, 42px) clamp(50px, 50px + (100vw - 1366px) * 0.0239, 58px);
  }
  .p-caseReportArchive {
    padding-top: clamp(110px, 110px + (100vw - 1366px) * 0.0479, 126px);
    padding-bottom: clamp(69px, 69px + (100vw - 1366px) * 0.0449, 84px);
  }
  .p-caseReportArchive__list {
    width: min(clamp(860px, 860px + (100vw - 1366px) * 0.2096, 930px), 100%);
  }
  .p-caseReportStage + .p-caseReportStage {
    margin-top: clamp(62px, 62px + (100vw - 1366px) * 0.03, 72px);
  }
  .p-caseReportStage__head {
    gap: clamp(16px, 16px + (100vw - 1366px) * 0.006, 18px);
    padding-bottom: clamp(18px, 18px + (100vw - 1366px) * 0.012, 22px);
    margin-bottom: clamp(41px, 41px + (100vw - 1366px) * 0.0209, 48px);
  }
  .p-caseReportStage__title::before {
    margin-right: clamp(14px, 14px + (100vw - 1366px) * 0.006, 16px);
    width: 8px;
    height: clamp(34px, 34px + (100vw - 1366px) * 0.012, 38px);
  }
  .p-caseReportStage__figure {
    padding: clamp(50px, 50px + (100vw - 1366px) * 0.0179, 56px);
    margin-top: 30px;
  }
  .p-caseReportStage__caption {
    margin-top: clamp(19px, 19px + (100vw - 1366px) * 0.009, 22px);
  }
}
@media screen and (max-width: 1365px) and (min-width: 601px) {
  .p-caseReportIntro {
    padding-top: clamp(42px, 56px - (100vw - 601px) * 0.01832, 56px);
  }
  .p-caseReportIntro__card {
    padding-top: clamp(24px, 24px + (100vw - 601px) * 0.0223, 41px);
    padding-right: clamp(18px, 18px + (100vw - 601px) * 0.034, 44px);
    padding-bottom: clamp(28px, 28px + (100vw - 601px) * 0.0105, 36px);
    padding-left: clamp(22px, 22px + (100vw - 601px) * 0.0366, 50px);
  }
  .p-caseReportArchive {
    padding-top: clamp(48px, 48px + (100vw - 601px) * 0.0811, 110px);
    padding-bottom: clamp(69px, 69px - (100vw - 601px) * 0.00393, 72px);
  }
  .p-caseReportStage + .p-caseReportStage {
    margin-top: clamp(48px, 48px + (100vw - 601px) * 0.01832, 62px);
  }
  .p-caseReportStage__head {
    gap: clamp(12px, 12px + (100vw - 601px) * 0.00524, 16px);
    padding-bottom: clamp(14px, 14px + (100vw - 601px) * 0.00524, 18px);
    margin-bottom: clamp(18px, 18px + (100vw - 601px) * 0.0301, 41px);
  }
  .p-caseReportStage__title::before {
    margin-right: clamp(10px, 10px + (100vw - 601px) * 0.00524, 14px);
    height: clamp(28px, 28px + (100vw - 601px) * 0.00785, 34px);
  }
  .p-caseReportStage__figure {
    padding-top: clamp(12px, 12px + (100vw - 601px) * 0.0497, 50px);
    padding-right: clamp(10px, 10px + (100vw - 601px) * 0.0524, 50px);
    padding-bottom: clamp(12px, 12px + (100vw - 601px) * 0.0497, 50px);
    padding-left: clamp(10px, 10px + (100vw - 601px) * 0.0524, 50px);
  }
}
@media screen and (max-width: 1024px) {
  .p-caseReportIntro__card,
  .p-caseReportArchive__list {
    width: min(820px, 100%);
  }
}
@media screen and (max-width: 600px) {
  .p-caseReportIntro__inner,
  .p-caseReportArchive__inner {
    width: calc(100% - 24px);
  }
  .p-caseReportIntro {
    padding-top: 56px;
  }
  .p-caseReportIntro__card {
    padding: 24px 18px 28px 22px;
  }
  .p-caseReportArchive {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .p-caseReportStage + .p-caseReportStage {
    margin-top: 48px;
  }
  .p-caseReportStage__head {
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  .p-caseReportStage__title::before {
    width: 8px;
    height: 28px;
    margin-right: 10px;
  }
  .p-caseReportStage__figure {
    padding: 12px 10px 12px;
  }
}
.p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__heading {
  padding-top: 10px;
  flex: 0 1 auto;
}

.p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 403px;
  margin-top: 0;
}

.p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual img {
  object-position: center center;
}

.p-caseReportPage .p-lowerFv--caseReport {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .p-caseReportPage .p-lowerFv--caseReport {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1367px) {
  .p-caseReportPage .p-lowerFv__inner {
    width: min(1496px, 100% - 30px);
  }
  .p-caseReportPage .p-lowerFv__panel {
    width: min(1286px, 100% - 194px);
  }
  .p-caseReportPage .p-lowerFv__body {
    gap: clamp(40px, 40px + (100vw - 1366px) * 0.04, 62px);
  }
  .p-caseReportPage .p-lowerFv__heading {
    flex: 0 1 clamp(460px, 460px + (100vw - 1366px) * 0.06, 493px);
  }
  .p-caseReportPage .p-lowerFv__lead {
    flex: 0 0 clamp(223px, 223px + (100vw - 1366px) * 0.04, 245px);
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__heading {
    padding-top: clamp(10px, 10px + (100vw - 1366px) * 0.01, 16px);
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual {
    height: clamp(403px, 403px + (100vw - 1366px) * 0.08, 447px);
  }
  .p-caseReportPage .p-contactSchedule__inner {
    width: min(clamp(848px, 848px + (100vw - 1366px) * 0.2395, 928px), 100% - 52px);
  }
  .p-caseReportPage .p-contactSchedule__calendar {
    margin-top: clamp(109px, 109px + (100vw - 1366px) * 0.0329, 120px);
  }
  .p-caseReportPage .p-contactSchedule .p-calendarEmbed {
    height: clamp(640px, 640px + (100vw - 1366px) * 0.0898, 670px);
  }
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .p-caseReportPage .p-lowerFv__panel {
    width: min(1142px, 83.6017569546vw);
  }
  .p-caseReportPage .p-lowerFv__body {
    gap: clamp(24px, 24px + (100vw - 1025px) * 0.0471, 40px);
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual {
    height: clamp(320px, 320px + (100vw - 1025px) * 0.2441, 403px);
  }
}
@media screen and (max-width: 1024px) {
  .p-caseReportPage .p-lowerFv__panel,
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__panel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__panel {
    min-height: 0;
    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 26px;
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__title {
    font-size: 28px;
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__panel {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 18px;
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__title {
    font-size: 24px;
  }
  .p-caseReportPage .p-lowerFv--caseReport .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 220px;
  }
}
