.mpm-note {
  font-size: 0.875em;
  line-height: 1.9;
}

.mpm-lead {
  max-width: 920px;
  font-size: 1.125em;
  line-height: 2;
}

.mpm-section {
  padding: 8em 0;
  position: relative;
  overflow: hidden;
}

.mpm-section.--white {
  background: #fff;
  color: #333;
}

.mpm-section.--green {
  background: #09a345;
  color: #fff;
}

.mpm-section.--blue {
  background: #003f9a;
  color: #fff;
}

.mpm-section.--gray {
  background: #efefef;
  color: #333;
}

.mpm-section .c-ttl-sec {
  position: relative;
  z-index: 1;
}

.mpm-section.--green .c-ttl-sec .--en,
.mpm-section.--blue .c-ttl-sec .--en {
  color: rgba(255, 255, 255, 0.42);
}

.mpm-section.--white .c-ttl-sec .--en,
.mpm-section.--gray .c-ttl-sec .--en {
  color: #b8b8b8;
}

.mpm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.mpm-lead + .mpm-grid,
.mpm-lead + .mpm-table,
.mpm-lead + .mpm-flow,
.mpm-statement + .mpm-grid,
.mpm-statement + .mpm-table,
.mpm-statement + .mpm-flow {
  margin-top: 3em;
}

.mpm-grid.--two {
  grid-template-columns: repeat(2, 1fr);
}

.mpm-card {
  min-height: 100%;
  padding: 2em;
  border: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.08);
}

.mpm-section.--white .mpm-card,
.mpm-section.--gray .mpm-card {
  background: #fff;
}

.mpm-card__num {
  display: block;
  margin-bottom: 1em;
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.mpm-card h3 {
  margin-bottom: 0.75em;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1.55;
}

.mpm-card p,
.mpm-card li {
  font-size: 0.95em;
  line-height: 1.85;
}

.mpm-card ul {
  margin-top: 1em;
  padding-left: 1.2em;
  list-style: disc;
}

.mpm-statement {
  margin: 3em 0;
  padding: 1.4em 1.6em;
  border-left: 0.45em solid currentColor;
  background: rgba(255, 255, 255, 0.14);
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.45em;
  font-weight: 900;
  line-height: 1.7;
}

.mpm-section.--white .mpm-statement,
.mpm-section.--gray .mpm-statement {
  background: #f8f8f8;
  color: #009555;
}

.mpm-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #333;
}

.mpm-table th,
.mpm-table td {
  padding: 1.1em;
  border: 1px solid #d9d9d9;
  line-height: 1.7;
}

.mpm-table thead th {
  background: #333;
  color: #fff;
}

.mpm-table tbody th {
  width: 20%;
  background: #f6f6f6;
}

.mpm-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1em;
}

.mpm-flow__item {
  position: relative;
  padding: 1.2em;
  background: #fff;
  color: #333;
}

.mpm-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.82em;
  width: 0;
  height: 0;
  border-top: 0.55em solid transparent;
  border-bottom: 0.55em solid transparent;
  border-left: 0.72em solid #d9d9d9;
  transform: translateY(-50%);
}

.mpm-flow__item strong {
  display: block;
  margin-bottom: 0.6em;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}

.mpm-flow__item span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.95em;
  color: #009555;
}

.mpm-quote {
  padding: 2em;
  border: 2px solid currentColor;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1.8;
}

@media screen and (max-width: 899px) {
  .mpm-section {
    padding: 4.8em 0;
  }

  .mpm-grid,
  .mpm-grid.--two,
  .mpm-flow {
    grid-template-columns: 1fr;
  }

  .mpm-card {
    padding: 1.5em;
  }

  .mpm-statement {
    font-size: 1.15em;
  }

  .mpm-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mpm-flow__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.8em;
    left: 50%;
    border-top: 0.72em solid #d9d9d9;
    border-right: 0.55em solid transparent;
    border-left: 0.55em solid transparent;
    border-bottom: 0;
    transform: translateX(-50%);
  }
}
