/* ===== Service page ===== */
.service-page #top_title_area {
  position: relative;
  min-height: clamp(210px, 30vw, 340px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.service-page #top_title_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 28, 81, 0.78), rgba(24, 95, 231, 0.42));
}

.service-page .l-topTitleArea__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page #top_title_area img {
  max-width: none;
  height: 100%;
}

.service-page .l-topTitleArea__body {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.service-page .c-pageTitle {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.2;
}

.service-page .c-pageTitle__subTitle {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
}

.service-page .l-content {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0;
}

.service-page .post_content {
  color: #223552;
  line-height: 1.9;
}

.service-page .post_content > p:first-child {
  max-width: 840px;
  margin: 0 auto 42px;
  color: #51668f;
  font-size: 1.08rem;
  text-align: center;
}

.service-page .post_content h2 {
  margin: 58px 0 18px;
  padding-left: 16px;
  border-left: 4px solid #185fe7;
  color: #0a225f;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.45;
}

.service-page .post_content h2::after {
  content: none;
}

.service-page .post_content h3 {
  margin: 42px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #185fe7;
  color: #0a225f;
  font-size: clamp(1.22rem, 2.5vw, 1.72rem);
  line-height: 1.45;
}

.service-page .post_content h3::after {
  content: none;
}

.service-page .post_content h4 {
  margin: 0 0 18px;
  color: #185fe7;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1.45;
}

.service-page .wp-block-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin: 26px 0 58px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #d8e6fb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 75, 168, 0.08);
}

.service-page .wp-block-column {
  min-width: 0;
}

.service-page #content img {
  max-width: 100%;
  height: auto;
}

.service-page .wp-block-image {
  margin: 0;
}

.service-page .wp-block-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 75, 168, 0.12);
}

.service-page .swell-block-button {
  margin-top: 24px;
}

.service-page .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #185fe7;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.service-page .post_content .swell-block-button__link,
.service-page .post_content .swell-block-button__link span {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 780px) {
  .service-page .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
