:root {
  --utm-primary: #ee0c5d;
  --utm-primary-dark: #b90045;
  --utm-primary-soft: #fff0f6;
  --utm-navy: #101828;
  --utm-deep: #1d2939;
  --utm-text: #344054;
  --utm-muted: #667085;
  --utm-line: #e4e7ec;
  --utm-panel: #ffffff;
  --utm-bg: #f8fafc;
  --utm-green: #16a36b;
  --utm-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
  --utm-soft-shadow: 0 5px 16px rgba(16, 24, 40, 0.06);
  --utm-max: 1280px;
  --utm-content-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--utm-navy);
  background:
    radial-gradient(circle at 12% 0%, rgba(238, 12, 93, 0.08), transparent 24%),
    linear-gradient(90deg, rgba(238, 12, 93, 0.04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(238, 12, 93, 0.03) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--utm-bg);
  font-size: 17px;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.85;
}

a {
  color: inherit;
  text-decoration: none;
}

.utm2-logo-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--utm-primary), var(--utm-primary-dark));
  border-radius: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.utm2-page {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 18px 22px 54px;
}

.utm2-hero,
.utm2-block,
.utm2-contact {
  width: min(var(--utm-max), 100%);
  margin: 0 auto 16px;
  background: var(--utm-panel);
  border: 1px solid var(--utm-line);
  border-radius: 12px;
  box-shadow: var(--utm-shadow);
}

.utm2-block,
.utm2-contact {
  width: min(var(--utm-content-max), 100%);
}

.utm2-hero {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(620px, 1.25fr);
  overflow: hidden;
  background:
    url("images/security-utm-hero-device.png") right center / cover no-repeat,
    var(--utm-panel);
}

.utm2-hero-copy {
  max-width: 560px;
  padding: 48px 42px;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 78%, rgba(255, 255, 255, 0) 100%);
}

.utm2-hero-badge {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 14px;
  color: var(--utm-primary);
  background: var(--utm-primary-soft);
  border: 2px solid rgba(238, 12, 93, 0.24);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.utm2-hero h1 {
  margin: 0 0 22px;
  color: var(--utm-navy);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.utm2-hero-blue {
  color: var(--utm-primary);
  font-size: 1.12em;
  letter-spacing: -0.04em;
}

.utm2-hero-lead,
.utm2-hero-note {
  margin: 0 0 14px;
  color: var(--utm-text);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 800;
}

.utm2-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 26px;
}

.utm2-hero-points span {
  min-height: 68px;
  padding: 12px 8px;
  display: grid;
  place-items: center;
  color: var(--utm-primary-dark);
  background: #ffffff;
  border: 1px solid rgba(238, 12, 93, 0.26);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  box-shadow: var(--utm-soft-shadow);
}

.utm2-hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

.utm2-hero-visual::before,
.utm2-hero-visual::after {
  content: none;
}

.utm2-hero-visual::before {
  width: 720px;
  height: 240px;
}

.utm2-hero-visual::after {
  width: 520px;
  height: 170px;
}

.utm2-hero-ring {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, rgba(238, 12, 93, 0.12), rgba(238, 12, 93, 0.42), rgba(238, 12, 93, 0.08), rgba(238, 12, 93, 0.12));
  filter: blur(2px);
  opacity: 0.85;
}

.utm2-hero-shield {
  position: absolute;
  top: 48px;
  right: 88px;
  width: 84px;
  height: 94px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--utm-primary), var(--utm-primary-dark));
  clip-path: polygon(50% 0, 90% 14%, 84% 68%, 50% 100%, 16% 68%, 10% 14%);
  font-size: 42px;
  font-weight: 900;
  z-index: 2;
}

.utm2-floating-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--utm-primary-dark);
  background: #ffffff;
  border: 1px solid rgba(238, 12, 93, 0.26);
  border-radius: 18px;
  box-shadow: var(--utm-soft-shadow);
  font-size: 12px;
  font-weight: 900;
  z-index: 3;
}

.utm2-floating-icon-1 { left: 15%; top: 25%; }
.utm2-floating-icon-2 { left: 24%; bottom: 20%; }
.utm2-floating-icon-3 { right: 16%; bottom: 22%; }
.utm2-floating-icon-4 { right: 28%; top: 18%; }

.utm2-hero-ring,
.utm2-hero-shield,
.utm2-floating-icon,
.utm2-device-image,
.utm2-device-caption {
  display: none;
}

.utm2-device-caption {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 3;
  margin: 0;
  padding: 5px 14px;
  color: #ffffff;
  background: var(--utm-primary);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  transform: translateX(-50%);
}

.utm2-block {
  padding: 26px;
}

.utm2-section-head,
.utm2-module-head {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.utm2-number,
.utm2-module-head > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--utm-primary);
  border-radius: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.utm2-section-head h2,
.utm2-module-head h2 {
  margin: 0 0 8px;
  color: var(--utm-navy);
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.utm2-section-head p,
.utm2-module-head p {
  margin: 0 0 8px;
  color: var(--utm-text);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 750;
}

.utm2-boundary-diagram {
  display: grid;
  grid-template-columns: 1fr 80px 1.2fr 80px 1fr;
  gap: 0;
  align-items: center;
  padding: 18px;
  background: var(--utm-primary-soft);
  border: 1px solid rgba(238, 12, 93, 0.18);
  border-radius: 10px;
}

.utm2-diagram-node,
.utm2-diagram-device {
  min-height: 128px;
  padding: 16px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid var(--utm-line);
  border-radius: 10px;
  color: var(--utm-navy);
  text-align: center;
  font-weight: 900;
}

.utm2-diagram-device img {
  width: 210px;
  max-width: 100%;
  margin-bottom: 8px;
}

.utm2-node-icon {
  font-size: 38px;
  color: var(--utm-primary);
}

.utm2-diagram-arrow {
  height: 3px;
  background: var(--utm-primary);
  position: relative;
}

.utm2-diagram-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--utm-primary);
  border-right: 3px solid var(--utm-primary);
  transform: translateY(-50%) rotate(45deg);
}

.utm2-chip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.utm2-chip-grid span {
  padding: 10px 8px;
  color: var(--utm-primary-dark);
  background: #ffffff;
  border: 1px solid rgba(238, 12, 93, 0.24);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.utm2-network-image {
  width: min(760px, 100%);
  margin: 22px auto 0;
}

.utm2-network-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 8px;
}

.utm2-reason-grid,
.utm2-compare-grid,
.utm2-faq-grid,
.utm2-merit-grid,
.utm2-function-grid,
.utm2-need-grid {
  display: grid;
  gap: 14px;
}

.utm2-reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.utm2-reason-card,
.utm2-faq-card,
.utm2-merit-card,
.utm2-function-grid article,
.utm2-need-grid article {
  background: #ffffff;
  border: 1px solid var(--utm-line);
  border-radius: 10px;
  box-shadow: var(--utm-soft-shadow);
}

.utm2-reason-card {
  padding: 16px 18px 14px;
  text-align: center;
  border: 1px solid #b8cbe8;
}

.utm2-reason-icon {
  display: none;
}

.utm2-reason-card h3,
.utm2-compare-card h3,
.utm2-faq-card h3,
.utm2-merit-card p,
.utm2-function-grid h3,
.utm2-need-grid h3 {
  margin: 0 0 12px;
  color: #1d4fa3;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 900;
  text-align: center;
}

.utm2-reason-card p,
.utm2-compare-card p,
.utm2-faq-card p,
.utm2-function-grid p,
.utm2-need-grid p,
.utm2-report-points p {
  margin: 0;
  color: var(--utm-text);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 750;
}

.utm2-reason-image {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
  margin: 4px auto 16px;
}

.utm2-compare-table-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  background: #ffffff;
  border: 2px solid var(--utm-primary);
  border-radius: 8px;
}

.utm2-compare-table {
  width: 100%;
  min-width: 900px;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-collapse: collapse;
  border-radius: 8px;
}

.utm2-compare-table th,
.utm2-compare-table td {
  padding: 10px 12px;
  border: 1px solid #b8cbe8;
  color: var(--utm-navy);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

.utm2-compare-table thead th {
  color: #ffffff;
  background: var(--utm-primary);
  font-size: 16px;
  font-weight: 900;
}

.utm2-compare-table thead th:first-child {
  background: #ffffff;
}

.utm2-compare-table tbody th {
  width: 128px;
  background: #f8fafc;
  color: #344054;
  font-weight: 900;
}

.utm2-compare-table-image {
  width: 120px;
  height: 74px;
  display: block;
  object-fit: contain;
  margin: 0 auto 8px;
}

.utm2-compare-table-strong {
  color: #169b62;
  font-weight: 900;
}

.utm2-protect-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.utm2-check-list {
  padding: 18px;
  display: grid;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #79b68d;
  border-radius: 10px;
}

.utm2-check-list p {
  margin: 0;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  color: var(--utm-navy);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid #cfd8d3;
}

.utm2-check-list p:last-child {
  border-bottom: 0;
}

.utm2-check-list span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #1f8b4c;
  border-radius: 50%;
  font-size: 13px;
}

.utm2-protect-map {
  min-height: 260px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
}

.utm2-protect-diagram {
  display: block;
  width: 100%;
  height: auto;
}

.utm2-faq-grid {
  grid-template-columns: repeat(3, 1fr);
}

.utm2-faq-card {
  min-height: 194px;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  align-content: start;
  text-align: center;
  border: 1px solid #b8cbe8;
  border-radius: 10px;
}

.utm2-faq-card h3 {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #1d4fa3;
  font-size: 16px;
  line-height: 1.5;
}

.utm2-faq-card h3 span,
.utm2-faq-card p strong {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
  color: #ffffff;
  background: #1d4fa3;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  flex: 0 0 28px;
}

.utm2-faq-card p {
  order: 2;
  margin: 0 0 12px;
  color: var(--utm-text);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}

.utm2-faq-card p strong {
  width: auto;
  height: auto;
  margin-right: 8px;
  color: #1d4fa3;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  place-items: unset;
}

.utm2-faq-illust {
  order: 3;
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
  margin: 4px auto 16px;
}

.utm2-merit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.utm2-merit-card {
  min-height: 156px;
  padding: 14px 14px 16px;
  display: grid;
  gap: 10px;
  align-content: start;
  text-align: center;
  border: 1px solid #b8cbe8;
  border-radius: 10px;
}

.utm2-merit-card span {
  display: none;
}

.utm2-merit-image {
  width: 104px;
  height: 86px;
  display: block;
  object-fit: contain;
  margin: 0 auto 6px;
}

.utm2-merit-card p {
  color: var(--utm-navy);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 900;
}

.utm2-summary-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.utm2-summary-icons span {
  min-height: 198px;
  padding: 150px 18px 0;
  display: grid;
  place-items: start center;
  position: relative;
  color: #1d4fa3;
  background: #ffffff;
  border-right: 1px solid #b8cbe8;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.utm2-summary-icons span:last-child {
  border-right: 0;
}

.utm2-summary-icons span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 132px;
  height: 132px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.utm2-summary-icons span:nth-child(1)::before {
  background-image: url("images/security-utm-summary-defense.png");
}

.utm2-summary-icons span:nth-child(2)::before {
  background-image: url("images/security-utm-summary-operation.png");
}

.utm2-summary-icons span:nth-child(3)::before {
  background-image: url("images/security-utm-summary-company.png");
}

.utm2-block-functions {
  padding: 0;
  overflow: hidden;
}

.utm2-block-functions .utm2-module-head {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 10px 18px 12px;
  color: #ffffff;
  background: var(--utm-primary);
}

.utm2-block-functions .utm2-module-head > span {
  display: none;
}

.utm2-block-functions .utm2-module-head h2,
.utm2-block-functions .utm2-module-head p {
  color: #ffffff;
}

.utm2-block-functions .utm2-module-head h2 {
  margin-bottom: 2px;
  font-size: clamp(23px, 2.7vw, 32px);
}

.utm2-block-functions .utm2-module-head p {
  font-size: 13px;
  line-height: 1.6;
}

.utm2-function-grid {
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
}

.utm2-function-grid article {
  min-height: 228px;
  padding: 14px 8px 12px;
  text-align: center;
  border: 0;
  border-right: 1px solid #b8cbe8;
  border-radius: 0;
  box-shadow: none;
}

.utm2-function-grid article:last-child {
  border-right: 0;
}

.utm2-function-image {
  width: 62px;
  height: 62px;
  display: block;
  object-fit: contain;
  margin: 0 auto 10px;
}

.utm2-func-icon {
  display: none;
}

.utm2-function-grid h3 {
  margin: 0 0 8px;
  color: #1d4fa3;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

.utm2-function-grid p {
  margin: 0;
  color: var(--utm-text);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 750;
  text-align: center;
}

.utm2-function-flow-image {
  padding: 18px;
  background: #ffffff;
}

.utm2-function-flow-image img {
  display: block;
  width: min(900px, 100%);
  height: auto;
  margin: 0 auto;
}

.utm2-block-report {
  padding: 0;
  overflow: hidden;
}

.utm2-block-report .utm2-module-head {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 10px 18px 12px;
  color: #ffffff;
  background: var(--utm-primary);
}

.utm2-block-report .utm2-module-head > span {
  display: none;
}

.utm2-block-report .utm2-module-head h2,
.utm2-block-report .utm2-module-head p {
  color: #ffffff;
}

.utm2-block-report .utm2-module-head h2 {
  margin-bottom: 2px;
  font-size: clamp(23px, 2.7vw, 32px);
}

.utm2-block-report .utm2-module-head p {
  font-size: 13px;
  line-height: 1.6;
}

.utm2-report-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
}

.utm2-report-image-frame {
  min-height: 270px;
  padding: 12px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: var(--utm-soft-shadow);
}

.utm2-report-main-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.utm2-dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--utm-navy);
  font-size: 13px;
  font-weight: 900;
}

.utm2-dashboard-top span {
  color: var(--utm-primary-dark);
}

.utm2-chart-bars {
  height: 120px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 16px;
  background: var(--utm-primary-soft);
  border-radius: 8px;
}

.utm2-chart-bars i {
  flex: 1;
  display: block;
  background: var(--utm-primary);
  border-radius: 4px 4px 0 0;
}

.utm2-dashboard-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.utm2-dashboard-row span {
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--utm-line);
  border-radius: 8px;
  color: var(--utm-text);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

.utm2-dashboard-row strong {
  color: var(--utm-primary-dark);
  font-size: 18px;
}

.utm2-report-points {
  display: grid;
  gap: 12px;
  align-content: start;
}

.utm2-report-points article {
  padding: 18px 18px;
  background: #ffffff;
  border: 1px solid #b8cbe8;
  border-left: 6px solid var(--utm-primary);
  border-radius: 10px;
}

.utm2-report-points h3 {
  margin: 0 0 6px;
  color: var(--utm-primary-dark);
  font-size: 15px;
  font-weight: 900;
}

.utm2-block-vpn {
  padding: 0;
  overflow: hidden;
}

.utm2-block-vpn .utm2-module-head {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 10px 18px 12px;
  color: #ffffff;
  background: var(--utm-primary);
}

.utm2-block-vpn .utm2-module-head > span {
  display: none;
}

.utm2-block-vpn .utm2-module-head h2,
.utm2-block-vpn .utm2-module-head p {
  color: #ffffff;
}

.utm2-block-vpn .utm2-module-head h2 {
  margin-bottom: 2px;
  font-size: clamp(23px, 2.7vw, 32px);
}

.utm2-block-vpn .utm2-module-head p {
  font-size: 13px;
  line-height: 1.6;
}

.utm2-vpn-content {
  padding: 18px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.utm2-vpn-image-frame {
  padding: 12px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: var(--utm-soft-shadow);
}

.utm2-vpn-main-image {
  width: min(520px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.utm2-vpn-text {
  display: grid;
  gap: 12px;
}

.utm2-vpn-text p {
  margin: 0;
  padding: 18px;
  color: var(--utm-text);
  background: #ffffff;
  border: 1px solid #b8cbe8;
  border-left: 6px solid var(--utm-primary);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}

.utm2-block-threatcloud,
.utm2-block-need {
  padding: 0;
  overflow: hidden;
}

.utm2-block-threatcloud .utm2-module-head,
.utm2-block-need .utm2-module-head {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 10px 18px 12px;
  color: #ffffff;
  background: var(--utm-primary);
}

.utm2-block-threatcloud .utm2-module-head > span,
.utm2-block-need .utm2-module-head > span {
  display: none;
}

.utm2-block-threatcloud .utm2-module-head h2,
.utm2-block-threatcloud .utm2-module-head p,
.utm2-block-need .utm2-module-head h2,
.utm2-block-need .utm2-module-head p {
  color: #ffffff;
}

.utm2-block-threatcloud .utm2-module-head h2,
.utm2-block-need .utm2-module-head h2 {
  margin-bottom: 2px;
  font-size: clamp(23px, 2.7vw, 32px);
}

.utm2-threatcloud-content {
  padding: 18px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.utm2-threatcloud-image-frame {
  padding: 12px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: var(--utm-soft-shadow);
}

.utm2-threatcloud-main-image {
  width: min(520px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.utm2-threatcloud-text p {
  margin: 0;
  padding: 18px;
  color: var(--utm-text);
  background: #ffffff;
  border: 1px solid #b8cbe8;
  border-left: 6px solid var(--utm-primary);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}

.utm2-need-grid {
  grid-template-columns: repeat(3, 1fr);
  padding: 18px;
}

.utm2-need-grid article {
  min-height: 198px;
  padding: 150px 18px 18px;
  position: relative;
  text-align: center;
}

.utm2-need-grid article::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 132px;
  height: 132px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.utm2-need-grid article:nth-child(1)::before {
  background-image: url("images/security-utm-need-trust.png");
}

.utm2-need-grid article:nth-child(2)::before {
  background-image: url("images/security-utm-need-staff.png");
}

.utm2-need-grid article:nth-child(3)::before {
  background-image: url("images/security-utm-need-cost.png");
}

.utm2-contact {
  padding: 20px;
  display: grid;
  grid-template-columns: 230px 1fr 260px 250px;
  gap: 18px;
  align-items: center;
  background: #ffffff;
}

.utm2-contact-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.utm2-contact-brand strong {
  color: var(--utm-navy);
  font-size: 18px;
  font-weight: 900;
}

.utm2-contact-copy h2 {
  margin: 0 0 4px;
  color: var(--utm-navy);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.utm2-contact-copy p {
  margin: 0;
  color: var(--utm-text);
  font-size: 13px;
  font-weight: 800;
}

.utm2-contact-phone {
  padding: 12px 14px;
  border: 1px solid rgba(238, 12, 93, 0.24);
  border-radius: 10px;
  text-align: center;
}

.utm2-contact-phone span,
.utm2-contact-phone small {
  display: block;
  color: var(--utm-muted);
  font-size: 11px;
  font-weight: 800;
}

.utm2-contact-phone strong {
  display: block;
  color: var(--utm-primary-dark);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

.utm2-contact-button {
  min-height: 72px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--utm-primary);
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.utm2-contact-button small {
  font-size: 12px;
  opacity: 0.9;
}

@media (max-width: 1120px) {
  .utm2-hero,
  .utm2-protect-layout,
  .utm2-contact,
  .utm2-threatcloud-visual {
    grid-template-columns: 1fr;
  }

  .utm2-hero {
    min-height: 0;
    background:
      url("images/security-utm-hero-device.png") right top / cover no-repeat,
      var(--utm-panel);
  }

  .utm2-hero-copy {
    padding-bottom: 36px;
  }

  .utm2-hero-visual {
    display: none;
    min-height: 0;
    background: transparent;
  }

  .utm2-boundary-diagram {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .utm2-diagram-arrow {
    width: 3px;
    height: 38px;
    justify-self: center;
  }

  .utm2-diagram-arrow::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3px;
    transform: translateX(-50%) rotate(135deg);
  }

  .utm2-function-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .utm2-function-grid article:nth-child(4n) {
    border-right: 0;
  }

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

@media (max-width: 720px) {
  .utm2-page {
    padding: 10px;
  }

  .utm2-report-layout {
    grid-template-columns: 1fr;
  }

  .utm2-hero {
    row-gap: 0;
    background: #ffffff;
  }

  .utm2-hero-copy {
    display: contents;
    max-width: none;
    padding: 0;
    background: none;
  }

  .utm2-hero-badge,
  .utm2-hero h1,
  .utm2-hero-lead,
  .utm2-hero-note {
    margin-left: 18px;
    margin-right: 18px;
  }

  .utm2-hero-badge {
    order: 1;
    margin-top: 18px;
  }

  .utm2-hero h1 {
    order: 2;
    margin-bottom: 14px;
    font-size: 34px;
  }

  .utm2-hero-lead {
    order: 3;
  }

  .utm2-hero-note {
    order: 4;
  }

  .utm2-hero-visual {
    order: 5;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    margin: 14px 0 0;
    background: url("images/security-utm-hero-device.png") right bottom / cover no-repeat;
  }

  .utm2-device-image {
    display: none;
  }

  .utm2-hero-points {
    order: 6;
    width: calc(100% - 36px);
    margin: -44px auto 18px;
    position: relative;
    z-index: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .utm2-hero-points span {
    min-height: 56px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .utm2-header-inner {
    min-height: 64px;
  }

  .utm2-logo {
    font-size: 17px;
  }

  .utm2-logo-mark {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .utm2-block,
  .utm2-contact {
    padding: 18px;
  }

  .utm2-block-need {
    padding: 0;
  }

  .utm2-chip-grid,
  .utm2-reason-grid,
  .utm2-compare-grid,
  .utm2-faq-grid,
  .utm2-merit-grid,
  .utm2-summary-icons,
  .utm2-function-grid,
  .utm2-need-grid,
  .utm2-vpn-diagram,
  .utm2-dashboard-row {
    grid-template-columns: 1fr;
  }

  .utm2-section-head,
  .utm2-module-head {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .utm2-number,
  .utm2-module-head > span {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .utm2-section-head h2,
  .utm2-module-head h2 {
    font-size: 22px;
  }

  .utm2-device-image {
    width: 92%;
  }

  .utm2-floating-icon {
    display: none;
  }

  .utm2-protect-map {
    padding: 8px;
  }

  .utm2-protect-diagram {
    width: 100%;
  }

  .utm2-faq-card {
    min-height: auto;
  }

  .utm2-faq-illust {
    width: 132px;
  }

  .utm2-merit-image {
    width: 104px;
  }

  .utm2-function-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #b8cbe8;
  }

  .utm2-function-grid article:last-child {
    border-bottom: 0;
  }

  .utm2-function-image {
    width: 74px;
    height: 74px;
  }

  .utm2-vpn-content {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .utm2-threatcloud-content {
    grid-template-columns: 1fr;
  }

  .utm2-vpn-main-image {
    width: 100%;
  }

  .utm2-summary-icons span {
    border-right: 0;
    border-bottom: 1px solid #b8cbe8;
  }

  .utm2-summary-icons span:last-child {
    border-bottom: 0;
  }

  .utm2-contact-phone strong {
    font-size: 24px;
  }
}
