.figure {
  margin-top: 113px;
}

.figure__unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.figure__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.figure__ttl-sub {
  font-size: 30px;
  color: #DC1E37;
  margin-bottom: 5px;
  line-height: 1;
}

.figure__ttl-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}

.figure__links {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.figure__links a {
  flex: 1;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  min-height: 92px;
  padding: 0 8px 15px;
  min-width: 128px;
  gap: 5px;
  box-sizing: border-box;
}

.figure__links a.is-color01 {
  background-color: #0080C1;
}

.figure__links a.is-color02 {
  background-color: #DC1E37;
}

.figure__links a.is-color03 {
  background-color: #199200;
}

.figure__links-ttl {
  flex: 1;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.figure__links a::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: url(/jp/about/company/global_cs/recruit/img/common/icon_link_arrow.svg) no-repeat center center / cover;
}

.figure__lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 15px;
}

.parts {
  margin-top: 173px;
}

.solution {
  margin-top: 173px;
}

.domestic {
  margin-top: 173px;
}

.dx {
  margin-top: 173px;
}

.plan {
  margin-top: 173px;
  padding-bottom: 200px;
}

@media screen and (min-width: 661px) {
  .figure__unit-item:nth-child(2) {
    grid-column: 2 / 4;
  }
}

@media screen and (max-width: 660px) {
  .figure {
    margin-top: 55px;
  }

  .figure__unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .figure__ttl-main {
    margin-bottom: 10px;
  }

  .figure__lead {
    margin-top: 10px;
  }

  .figure__image {
    margin: 0 -7%;
  }

  .parts {
    margin-top: 70px;
  }

  .solution {
    margin-top: 70px;
  }

  .domestic {
    margin-top: 70px;
  }

  .dx {
    margin-top: 70px;
  }

  .plan {
    margin-top: 70px;
    padding-bottom: 80px;
  }
}