.p-page-link {
  display: -ms-grid;
  display: grid;
  gap: 20px 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 64px;
}
.p-page-link div {
  position: relative;
}
.p-page-link div:not(:nth-child(3n))::after {
  background: url("../img/icon-arrow02.svg") no-repeat left top/cover;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}
.p-page-link a {
  background: #00237e;
  color: #fff;
  display: block;
  padding: 15px 0 13px;
  position: relative;
}
.p-page-link a::after {
  background: url("../img/icon-arrow01.svg") no-repeat left top/cover;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}
.p-page-link h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.p-page-link h3 span {
  font-size: 24px;
  font-size: 2.4rem;
}
.p-page-link h3::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 196px;
}
.p-page-link p {
  font-size: 16px;
  font-size: 1.6rem;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.625;
  min-height: 52px;
  text-align: center;
}

.p-flow-item {
  padding: 35px 30px 40px;
  position: relative;
}
.p-flow-item:not(:first-child) {
  margin-top: 77px;
}
.p-flow-item:not(:first-child)::before {
  background: url("../img/icon-arrow03.svg") no-repeat left top/cover;
  content: "";
  display: block;
  height: 21px;
  left: 50%;
  position: absolute;
  top: -48px;
  transform: translate(-50%);
  width: 64px;
}
.p-flow-head {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.p-flow-head p {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: bold;
  width: 95px;
}
.p-flow-head p span {
  font-size: 30px;
  font-size: 3rem;
}
.p-flow-head h3 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: normal;
}
.p-flow-product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-flow-product li {
  background: rgba(0, 76, 139, 0.05);
  padding: 30px 0;
  width: 510px;
}
.p-flow-product li h4 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.p-flow-product li p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.p-flow-button {
  text-align: center;
}
.p-flow-button a {
  width: 420px;
}
.p-flow-button a::after {
  border-color: transparent transparent #fff transparent;
}
.p-flow-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-flow-text:not(:last-child) {
  margin-bottom: 26px;
}