/* ===== Default Page Content (Company page blocks) ===== */
.page-content {
  color: #1f2d3d;
}

.page-content > :not(.about-section) {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-content > :not(.about-section) + :not(.about-section) {
  margin-top: 28px;
}

.page-content .about-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  background-color: #4a78b4;
  color: #fff;
  text-align: center;
  padding: 100px 20px 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.page-content .about-header h2 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 10px;
  padding: 14px 36px;
  line-height: 1;
}

.page-content .about-header h2::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, #fff 100%, transparent 0) top left,
    radial-gradient(circle, #fff 100%, transparent 0) top right,
    radial-gradient(circle, #fff 100%, transparent 0) bottom left,
    radial-gradient(circle, #fff 100%, transparent 0) bottom right;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  color: #1f2d3d;
  margin: 0 0 16px;
  font-weight: 700;
}

.page-content p {
  margin: 0 0 16px;
  color: rgba(31, 45, 61, 0.75);
  line-height: 1.8;
}

.page-content .wp-block-columns {
  gap: 24px;
  margin-top: 16px;
}

.page-content ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
  color: rgba(31, 45, 61, 0.75);
}
