@charset "UTF-8";

/* home page */
.mp-hero__stage {
  position: relative;
  background: #dceff3;
}

.mp-hero__slide {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.mp-hero__slide:first-child {
  position: relative;
}

.mp-hero__slide.is-active {
  opacity: 1;
}

.mp-hero__thumbs {
  width: 100%;
  padding: 24px 0 22px;
  overflow: hidden;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}

.mp-hero__thumb-track {
  display: flex;
  gap: 17px;
  width: max-content;
  transition: transform 0.45s ease;
  will-change: transform;
}

.mp-hero__thumb {
  flex: 0 0 calc((100vw - 34px) / 3);
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mp-hero__thumb picture,
.mp-hero__thumb img {
  display: block;
  width: 100%;
}

.mp-hero__thumb.is-active {
  opacity: 1;
}

.mp-hero__thumb:hover,
.mp-hero__thumb:focus-visible {
  opacity: 0.75;
}

.mp-hero__pager {
  display: flex;
  justify-content: center;
  padding: 0 0 18px;
}

.mp-hero__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.mp-hero__dots button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  background: #d8dce0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.mp-hero__dots button.is-active {
  background: var(--mp-blue);
}

.mp-hero__fraction {
  display: none;
}

.mp-pickup__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mp-pickup__pager {
  display: none;
}

.mp-pickup__more {
  position: relative;
  width: min(600px, 100%);
  min-height: 80px;
  margin-top: 55px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
}

.mp-pickup__more::after {
  position: absolute;
  right: 18px;
  margin-left: 0;
}

.mp-consult__intro {
  grid-area: intro;
}

.mp-consult__body {
  grid-area: body;
}

.mp-consult__intro h2 {
  margin: 0 0 28px;
  color: var(--mp-blue);
  font-size: 30px;
  line-height:  60px;
  font-weight: 500;
}

.mp-consult__lead {
  margin-bottom: 37px !important;
  font-size: 22px !important;
  line-height: 40px;
}

.mp-consult__intro p:not(.mp-consult__lead) {
  margin-bottom: 35px;
  line-height: 35px;
}

.mp-site .mp-consult__photo {
  width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
}

.mp-site .mp-consult__photo--main {
  grid-area: main;
  height: 410px;
  object-position: 38% 58%;
}

.mp-site .mp-consult__photo--sub {
  position: absolute;
  right: 0;
  top: 505px;
  width: 300px;
  height: 250px;
  object-position: 34% 58%;
}

.mp-site .mp-consult__photo--inline {
  display: none;
}

.mp-system__intro,
.mp-system__note,
.mp-system__cost-heading p,
.mp-system__cost-caption p {
  margin: 0;
  color: var(--mp-blue);
}

.mp-system__intro {
  font-size: 15px;
  line-height: 1.9;
}

.mp-system__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin: 26px auto 27px;
}

.mp-system__points span {
  display: grid;
  place-items: center;
  min-height: 45px;
  padding: 8px 14px;
  color: var(--mp-blue);
  background: var(--mp-white);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.mp-system__note {
  font-size: 15px;
  line-height: 1.9;
}

.mp-system__cost {
  margin-top: 50px;
}

.mp-system__cost-heading,
.mp-system__cost-caption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: end;
}

.mp-system__cost-heading {
  margin: 0 38px 12px;
}

.mp-system__cost-heading p {
  font-size: 22px;
  line-height: 1.5;
}

.mp-system__cost-heading p:last-child {
  color: #e60012;
}

.mp-system__cost img {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.mp-system__cost picture {
  display: block;
}

.mp-system__cost-caption {
  margin: 18px 48px 0;
}

.mp-system__cost-caption p {
  font-size: 20px;
  line-height: 1.45;
}

.mp-system__cost-caption p:last-child {
  font-size: 17px;
}

.mp-system__cost-caption span {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.mp-category__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px 28px;
}

.mp-category__more {
  position: relative;
  width: min(580px, 100%);
  min-height: 80px;
  margin-top: 71px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.mp-category__more::after {
  position: absolute;
  right: 38px;
  content: "→";
}

.mp-choice__text {
  grid-area: text;
}

.mp-choice__bubbles {
  display: grid;
  gap: 0px;
  margin: 36px 0 23px;
}

.mp-choice__bubble {
  position: relative;
  width: 74%;
  min-height: 70px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0px 0px 10px;
  color: var(--mp-blue);
  background: transparent url("../../images/choice-bubble-outline.svg") center / 100% 100% no-repeat;
  border: 0;
  font-size: 20px !important;
  line-height: 1.45;
  text-align: center;
}

.mp-choice__bubble::after {
  content: none;
}

.mp-choice__bubble:nth-child(even) {
  margin-left: auto;
}

.mp-choice__bubble--filled {
  color: var(--mp-white) !important;
  background-image: url("../../images/choice-bubble-filled.svg");
}

.mp-choice__bubble--filled::after {
  content: none;
}

.mp-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 225px);
  gap: 62px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.mp-flow__list li {
  position: relative;
  color: var(--mp-blue);
}

.mp-flow__list li:not(:last-child)::after {
  position: absolute;
  top: 156px;
  right: -55px;
  width: 47px;
  height: 22px;
  content: "";
  background: url("../../images/flow-arrow.svg") center / contain no-repeat;
  transform: rotate(-90deg);
}

.mp-flow__list span {
  display: block;
  margin: 0 0 14px;
  color: var(--mp-blue);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.mp-flow__icon {
  display: grid;
  place-items: center;
  width: 192px;
  height: 192px;
  margin: 0 auto 31px;
  background: var(--mp-white);
  border-radius: 50%;
}

.mp-flow__icon img {
  width:112px;
  height: 112px;
  object-fit: contain;
}

.mp-flow__list li:nth-child(3) .mp-flow__icon img {
  transform: translateX(10px);
}

.mp-flow__list h3 {
  margin: 0 0 9px;
  color: var(--mp-blue);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.mp-flow__list p {
  margin: 0;
  color: var(--mp-blue);
  font-size: 14px;
  line-height: 1.6;
}

.mp-flow__more {
  position: relative;
  width: min(690px, 100%);
  min-height: 92px;
  margin-top: 61px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.mp-flow__more::after {
  position: absolute;
  right: 38px;
  content: "→";
}

@media screen and (min-width: 768px) {
  .mp-consult__intro .mp-consult__context {
        margin-bottom: 0 !important;
      }

  .mp-flow__list li:nth-child(1) .mp-flow__icon img {
        width: 106px;
      }

  .mp-flow__list li:nth-child(2) .mp-flow__icon img {
        width: 78px;
      }

  .mp-flow__list li:nth-child(3) .mp-flow__icon img {
        width: 85px;
      }

  .mp-flow__list li:nth-child(4) .mp-flow__icon img {
        width: 103px;
      }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mp-choice__bubble {
        width: 100%;
        font-size: 16px !important;
      }

  .mp-flow__list {
        grid-template-columns: repeat(2, minmax(0, 225px));
        gap: 54px 96px;
      }

  .mp-flow__list li:not(:last-child)::after {
        display: none;
      }
}

@media screen and (max-width: 767px) {
  .mp-hero__stage {
        overflow: hidden;
      }

  .mp-hero__thumbs {
        padding-bottom: 18px;
      }

  .mp-hero__pager {
        padding-bottom: 0;
      }

  .mp-hero__dots {
        display: none;
      }

  .mp-hero__fraction {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: var(--mp-blue);
        font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
        font-size: 15px;
        line-height: 1;
      }

  .mp-hero__fraction button {
        width: 28px;
        height: 28px;
        padding: 0;
        color: var(--mp-blue);
        font: inherit;
        line-height: 1;
        background: transparent;
        border: 0;
      }

  .mp-hero__fraction button img,
      .mp-pickup__pager button img {
        display: block;
        width: 7px;
        height: 14px;
        margin: auto;
      }

  .mp-hero__fraction b {
        font-weight: 400;
      }

  .mp-hero__slide {
        width: auto;
        height: 100%;
      }

  .mp-hero__slide:first-child {
        left: 50%;
        transform: translateX(-50%);
      }

  .mp-hero__image {
        width: auto;
        height: 100%;
      }

  .mp-hero__thumbs {
        padding: 29px 0 13px;
      }

  .mp-hero__thumb-track {
        gap: 22px;
        padding: 0 18vw;
      }

  .mp-hero__thumb {
        flex-basis: min(60vw, 448px);
      }

  .mp-hero__thumb img {
        height: auto;
        object-fit: cover;
      }

  .mp-pickup__grid,
      .mp-category__grid {
        display: flex;
        gap: 12px;
        margin-right: calc(var(--mp-content-gutter) * -1);
        margin-left: calc(var(--mp-content-gutter) * -1);
        padding: 0 var(--mp-content-gutter) 10px;
        overflow-x: auto;
      }

  .mp-pickup__grid {
        gap: 18px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 0 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
      }

  .mp-pickup__grid::-webkit-scrollbar {
        display: none;
      }

  .mp-category__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 20px;
        margin: 0;
        padding: 0;
        overflow: visible;
      }

  .mp-category__more {
        min-height: 74px;
        margin-top: 41px;
        font-size: 20px;
      }

  .mp-category__more::after {
        right: 24px;
      }

  .mp-pickup__pager {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 8px 0 32px;
        color: var(--mp-blue);
        font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
        font-size: 15px;
        line-height: 1;
      }

  .mp-pickup__pager button {
        width: 26px;
        height: 26px;
        padding: 0;
        color: var(--mp-blue);
        font: inherit;
        line-height: 1;
        background: transparent;
        border: 0;
      }

  .mp-pickup__pager b {
        font-weight: 400;
      }

  .mp-pickup__more {
        min-height: 74px;
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 20px;
      }

  .mp-pickup__more {
        min-height: 74px;
      }

  .mp-flow__list {
        grid-template-columns: 1fr;
        gap: 28px;
      }

  .mp-consult__body {
        display: none;
      }

  .mp-consult__intro h2 {
        margin-bottom: 26px;
        font-size: 30px;
        line-height: 42px;
      }

  .mp-choice__bubbles {
        gap: 16px;
        margin: 24px 0 24px;
      }

  .mp-choice__bubble {
        width: 100%;
        min-height: 60px;
        padding: 8px 16px 17px;
        font-size: 20px !important;
        line-height: 1.45;
      }

  .mp-choice__bubble:nth-child(even) {
        margin-left: 0;
      }

  .mp-choice__bubble::after {
        content: none;
      }

  .mp-consult__lead {
        display: none;
      }

  .mp-consult__intro p,
      .mp-consult__body p {
        margin-bottom: 22px;
        font-size: 16px;
      }

  .mp-consult__intro p:not(.mp-consult__lead) {
        margin-bottom: 0px;
        line-height: 28px;
      }

  .mp-consult__intro .mp-consult__lead + p {
        margin-bottom: 30px;
      }

  .mp-site .mp-consult__photo {
        border-radius: 10px;
      }

  .mp-site .mp-consult__photo--main {
        display: none;
        height: 274px;
        object-position: 38% 55%;
      }

  .mp-site .mp-consult__photo--inline {
        display: block;
        width: 100%;
        height: auto;
        margin: 35px -48px 43px;
        object-fit: cover;
        object-position: 38% 55%;
      }

  .mp-site .mp-consult__photo--sub {
        position: static;
        width: 57%;
        height: 155px;
        margin-left: auto;
        object-position: 34% 58%;
      }

  .mp-system__intro,
      .mp-system__note {
        font-size: 13px;
      }

  .mp-system__points {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 24px auto;
      }

  .mp-system__points span {
        min-height: 48px;
        font-size: 14px;
      }

  .mp-system__cost {
        margin-top: 36px;
      }

  .mp-system__cost-heading,
      .mp-system__cost-caption {
        gap: 18px;
      }

  .mp-system__cost-heading {
        margin: 0 0 10px;
      }

  .mp-system__cost-heading p {
        font-size: 15px;
      }

  .mp-system__cost-caption {
        margin: 12px 0 0;
      }

  .mp-system__cost-caption p {
        font-size: 12px;
      }

  .mp-system__cost-caption p:last-child {
        font-size: 11px;
      }

  .mp-system__cost-caption span {
        font-size: 16px;
      }

  .mp-flow__list {
        grid-template-columns: 1fr;
        gap: 47px;
        text-align: left;
      }

  .mp-flow__list li {
        display: grid;
        grid-template-columns: 122px 1fr;
        grid-template-rows: auto max-content 1fr;
        grid-template-areas:
          "step ."
          "icon title"
          "icon text";
        column-gap: 25px;
        align-items: start;
      }

  .mp-flow__list li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -40px;
        left: 145px;
        width: 47px;
        height: 22px;
        transform: none;
      }

  .mp-flow__list span {
        grid-area: step;
        margin: 0 0 12px 42px;
        font-size: 15px;
        letter-spacing: 7%;
      }

  .mp-flow__icon {
        grid-area: icon;
        width: 122px;
        height: 122px;
        margin: 0;
      }

  .mp-flow__icon img {
        width: 68px;
        height: 68px;
      }

  .mp-flow__list h3 {
        grid-area: title;
        margin: 0 0 9px;
        font-size: 20px;
        line-height: 1.55;
      }

  .mp-flow__list p {
        grid-area: text;
        font-size: 15px;
        line-height: 1.6;
      }

  .mp-flow__list li:last-child p {
        margin-top: 0;
      }

  .mp-flow__more {
        min-height: 80px;
        margin-top: 55px;
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
      }

  .mp-flow__more::after {
        right: 24px;
      }
}

.mp-hero {
  padding: 0 0 56px;
}

.mp-pickup {
  width: 100%;
  padding-right: var(--mp-content-side);
  padding-left: var(--mp-content-side);
  background: #eff5ff;
}

.mp-pickup .mp-heading {
  margin-bottom: 50px;
}

.mp-pickup .mp-heading h1 {
  font-size: 34px;
  line-height: 1;
}

.mp-pickup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--mp-white);
}

.mp-pickup-card__image {
  height: 200px;
  background: #f1f3f4;
  overflow: hidden;
}

.mp-pickup-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-pickup-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 250px;
  padding: 45px 24px 24px;
  background: var(--mp-white);
}

.mp-pickup-card__body h2 {
  margin: 4px 0 0px;
  color: var(--mp-blue);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.65;
  min-height: 3.3em;
}

.mp-pickup-card__body ul {
  min-height: 58px;
  margin: 0 0 10px;
  padding: 0;
  color: var(--mp-blue);
  font-size: 12px;
  line-height: 1.75;
  list-style: none;
}

.mp-pickup-card__body li::before {
  content: "・";
}

.mp-pickup-card__cta {
  position: absolute;
  top: 172px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 67.5%;
  min-height: 52px;
  padding: 0 18px;
  color: var(--mp-white) !important;
  background: var(--mp-blue);
  border-radius: 12px 0 0 12px;
  font-size: 15px;
  line-height: 1;
  text-align: right;
}

.mp-pickup-card__cta::after,
.mp-pickup__more::after {
  margin-left: 15px;
  content: "→";
}

.mp-pickup-card__prices {
  display: grid;
  gap: 3px;
  margin-top: auto;
}

.mp-pickup-card__price {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.mp-pickup-card:nth-child(3) .mp-pickup-card__price {
  justify-content: flex-start;
}

.mp-pickup-card__price span {
  color: var(--mp-muted);
  font-size: 12px;
  line-height: 1.45;
  min-height: 2.9em;
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
}

.mp-pickup-card__price strong {
  color: var(--mp-blue);
  font-size: 30px;
  line-height: 1.3;
  white-space: nowrap;
}

.mp-pickup-card__price small {
  margin-right: 3px;
  font-size: 14px;
  font-weight: 400;
}

.mp-pickup-card__price em {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.mp-pickup-card:nth-child(3) .mp-pickup-card__prices {
  grid-template-columns: max-content max-content;
  align-items: end;
  column-gap: 10px;
}

.mp-pickup-card:nth-child(3) .mp-pickup-card__price {
  display: contents;
}

.mp-pickup .mp-note {
  width: min(600px, 100%);
  margin: 0 auto;
  color: var(--mp-blue);
  font-size: 14px;
  line-height: 1.65;
}

.mp-pickup .mp-note strong {
  font-weight: 700;
}

.mp-consult {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 650px) 370px;
  grid-template-areas:
    "intro main"
    "body main";
  column-gap: 55px;
  row-gap: 0px;
  align-items: start;
  width: var(--mp-content-width);
  padding-top: 65px;
  padding-bottom: 75px;
}

.mp-consult__intro p,
.mp-consult__body p,
.mp-system > p {
  margin: 0 0 18px;
  color: var(--mp-muted);
  font-size: 16px;
}

.mp-choice p {
  margin: 0 0 18px;
  color: var(--mp-blue);
  font-size: 16px;
  line-height: 35px;
}

.mp-system {
  width: var(--mp-content-width);
  padding: 50px 82px 58px;
  background: #eef4ff;
  border-radius: 18px;
  text-align: center;
  margin-bottom: 85px;
}

.mp-system .mp-heading {
  margin-bottom: 48px;
}

.mp-system .mp-heading h2 {
  font-size: 30px;
  line-height: 1.45;
}

.mp-category {
  width: 100%;
  padding: 62px var(--mp-content-side) 76px;
  background: #CEDCFD !important;
}

.mp-category .mp-heading {
  margin-bottom: 57px;
}

.mp-category .mp-heading h2 {
  font-size: 35px;
  line-height: 1.35;
}

.mp-category-card {
  overflow: hidden;
  background: var(--mp-white);
  border-radius: 18px;
  box-shadow: 0px 4px 0 rgba(31, 74, 120, 0.3);
  text-align: center;
}

.mp-category-card img {
  height: clamp(170px, 12.25vw, 252px);
  object-fit: cover;
}

.mp-category-card span {
  display: block;
  padding: 16px 8px 16px;
  color: var(--mp-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.mp-category-card:nth-child(1) img {
  object-position: 50% 47%;
}

.mp-category-card:nth-child(2) img {
  object-position: 54% 31%;
}

.mp-category-card:nth-child(3) img {
  object-position: 50% 46%;
}

.mp-category-card:nth-child(4) img {
  object-position: 46% 45%;
}

.mp-category-card:nth-child(5) img {
  object-position: 50% 43%;
}

.mp-category-card:nth-child(6) img {
  object-position: 50% 43%;
}

.mp-category-card:nth-child(7) img {
  object-position: 50% 48%;
}

.mp-category-card:nth-child(8) img {
  object-position: 50% 45%;
}

.mp-category-card:nth-child(9) img {
  object-position: 58% 38%;
}

.mp-category-card:nth-child(10) img {
  object-position: 50% 40%;
}

.mp-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  grid-template-areas:
    "heading heading"
    "text image";
  gap: 60px 88px;
  align-items: start;
  width: var(--mp-content-width);
  padding-top: 86px;
  padding-bottom: 82px;
}

.mp-choice h2 {
  grid-area: heading;
  margin: 0;
  color: var(--mp-blue);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.mp-choice > img {
  grid-area: image;
  width: 97%;
  height: 575px;
  object-fit: cover;
  object-position: 52% 48%;
}

.mp-flow {
  width: var(--mp-content-width);
  padding: 65px 74px 64px;
  background: #eef4ff;
  border-radius: 20px;
}

.mp-flow .mp-heading {
  margin-bottom: 68px;
}

.mp-flow .mp-heading h2 {
  font-size: 30px;
  line-height: 1.45;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mp-choice {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
        gap: 48px 40px;
      }

  .mp-choice > img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1.05;
      }

  .mp-flow {
        padding-right: 48px;
        padding-left: 48px;
      }
}

@media screen and (max-width: 767px) {
  .mp-hero {
        padding-bottom: 40px;
      }

  .mp-pickup {
        padding-top: 56px;
        padding-bottom: 42px;
      }

  .mp-pickup .mp-heading {
        margin-bottom: 33px;
      }

  .mp-pickup .mp-heading h1 {
        font-size: 30px;
      }

  .mp-category {
        padding: 42px var(--mp-content-gutter) 48px;
      }

  .mp-category .mp-heading {
        margin-bottom: 30px;
      }

  .mp-category .mp-heading h2 {
        font-size: 30px;
      }

  .mp-category-card {
        border-radius: 12px;
      }

  .mp-category-card img {
        height: 134px;
      }

  .mp-category-card span {
        min-height: 43px;
        padding: 10px 4px 8px;
        font-size: 14px;
        line-height: 1.45;
      }

  .mp-pickup-card {
        flex: 0 0 min(354px, 72vw);
        scroll-snap-align: center;
      }

  .mp-pickup-card__image {
        height: 215px;
      }

  .mp-pickup-card__cta {
        top: 184px;
        width: 68.5%;
        border-radius: 18px 0 0 18px;
      }

  .mp-pickup-card__body {
        min-height: 290px;
        padding: 52px 25px 25px;
      }

  .mp-pickup-card__body p {
        font-size: 13px;
        font-weight: 700;
      }

  .mp-pickup-card__body h2 {
        margin-bottom: 8px;
        font-size: 20px;
        min-height: 3.3em;
        font-weight: 600;
        margin-top: 6px;
      }

  .mp-pickup-card__body ul {
        /*min-height: 70px;*/
        font-size: 12px;
      }

  .mp-pickup-card__price,
      .mp-pickup-card:nth-child(3) .mp-pickup-card__price {
        justify-content: flex-start;
      }

  .mp-pickup-card__price span {
        flex: 0 0 auto;
        min-width: 0;
        white-space: nowrap;
      }

  .mp-pickup-card__price strong {
        white-space: nowrap;
      }

  .mp-pickup-card:nth-child(3) .mp-pickup-card__prices {
        grid-template-columns: max-content max-content;
        align-items: end;
        column-gap: 10px;
      }

  .mp-pickup-card:nth-child(3) .mp-pickup-card__price {
        display: contents;
      }

  .mp-pickup .mp-note {
        font-size: 13px;
      }

  .mp-category-card {
        flex: 0 0 112px;
      }

  .mp-consult {
        grid-template-columns: 1fr;
        grid-template-areas:
          "intro"
          "sub";
        gap: 14px;
        padding-top: 43px;
        padding-bottom: 38px;
      }

  .mp-choice {
        grid-template-columns: 1fr;
        grid-template-areas:
          "heading"
          "text"
          "image";
        gap: 26px;
        width: 100%;
        padding: 63px var(--mp-content-gutter) 73px;
      }

  .mp-choice h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 15px;
      }

  .mp-choice p {
        margin-bottom: 18px;
        font-size: 16px !important;
        line-height: 1.9;
      }

  .mp-choice > img {
        height: 230px;
        margin-top: 9px;
        object-position: top;
      }

  .mp-system {
        width: var(--mp-content-width);
        padding: 32px var(--mp-content-gutter);
        border-radius: 16px;
        text-align: left;
        margin-bottom: 66px;
      }

  .mp-system .mp-heading {
        margin-bottom: 28px;
      }

  .mp-system .mp-heading h2 {
        font-size: 30px;
      }

  .mp-flow {
        width: var(--mp-content-width);
        padding: 28px 10px 66px;
        border-radius: 16px;
      }

  .mp-flow .mp-heading {
        margin-bottom: 32px;
      }

  .mp-flow .mp-heading h2 {
        font-size: 30px;
        line-height: 42px;
      }
}
