@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200&family=Noto+Serif+JP:wght@200@400&display=swap");
:is(.service-contents, .security-contents) .cta-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px clamp(20px, 5.2vw, 40px);
}
:is(.service-contents, .security-contents) .cta-block .btn-contact {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  background-color: #234378;
  font-size: 24px;
  padding: 0.75em 1.5em 0.75em 2em;
  border-radius: 4em;
  text-decoration: none !important;
  line-height: 1;
}
:is(.service-contents, .security-contents) .cta-block .btn-contact::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: #fff;
  margin-left: 1em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
  :is(.service-contents, .security-contents) .cta-block {
    padding-block: 80px;
  }
  :is(.service-contents, .security-contents) .cta-block .btn-contact {
    font-size: 18px;
  }
}
.security-contents {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  max-width: 1120px;
  margin-inline: auto;
}
.security-contents * {
  box-sizing: border-box;
}

:is(.security-contents) .sect-catch {
  position: relative;
  padding-block: min(10.4166666667vw, 150px);
}
:is(.security-contents) .sect-catch::before, :is(.security-contents) .sect-catch::after {
  box-sizing: border-box;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 50%;
  height: 50%;
}
:is(.security-contents) .sect-catch::before {
  border: 7px solid #dbdadb;
  transform: translate3d(0, -80%, 0);
  height: 70%;
}
:is(.security-contents) .sect-catch::after {
  border: 7px solid #94baff;
  transform: translate3d(-45%, -20%, 0);
  height: 57.8%;
}
:is(.security-contents) .sect-catch .security-message {
  position: relative;
  z-index: 2;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
:is(.security-contents) .sect-catch .security-message .marker {
  background: linear-gradient(to bottom, transparent 70%, rgb(148, 186, 255) 70%);
  background-repeat: no-repeat;
}
:is(.security-contents) .sect-catch .security-message-sub {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  margin: 1em 0 0;
  font-size: clamp(18px, 2.1vw, 22px);
}

@media screen and (max-width: 767px) {
  :is(.security-contents) .sect-catch {
    padding-block: 20px 70px;
  }
  :is(.security-contents) .sect-catch::before, :is(.security-contents) .sect-catch::after {
    display: none;
    top: 30%;
    border-width: 3px;
  }
  :is(.security-contents) .sect-catch .security-message {
    font-size: clamp(22px, 4.1vw, 32px);
  }
  :is(.security-contents) .sect-catch .security-message .sp-off {
    display: none;
  }
  :is(.security-contents) .sect-catch .security-message-sub {
    font-size: clamp(16px, 2.3vw, 18px);
  }
}
:is(.security-contents) .card-example {
  --card-layout: "head image" auto "body image" 1fr / 1fr 35%;
  --card-gap: 2rem clamp(34px, calc(50 / 1024 * 100vw), 50px);
  --card-padding: clamp(30px, 6vw, 60px);
  --card-line-color: #3085d6;
  --card-pict-w: auto;
  box-sizing: border-box;
  border: 1px solid var(--card-line-color);
  padding: var(--card-padding);
}
:is(.security-contents) .card-example__inner {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template: var(--card-layout);
  gap: var(--card-gap);
  container-type: inline-size;
}
:is(.security-contents) .card-example__head {
  grid-area: head;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  border-bottom: 1px solid var(--card-line-color);
  padding: 0 0 0.5em;
}
:is(.security-contents) .card-example__title {
  align-self: end;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  white-space: nowrap;
}
:is(.security-contents) .card-example__title > .main {
  display: block;
  font-size: 3.6072144289cqw;
  font-weight: 500;
}
:is(.security-contents) .card-example__title > .sub {
  display: block;
  font-size: 3.006012024cqw;
  font-weight: 400;
}
:is(.security-contents) .card-example__pict > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
:is(.security-contents) .card-example__body {
  grid-area: body;
}
:is(.security-contents) .card-example__desc {
  margin: 0;
  padding: 0;
  font-size: 2.004008016cqw;
}
:is(.security-contents) .card-example__image {
  grid-area: image;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4cqw;
  aspect-ratio: 390/330;
  overflow: hidden;
}
:is(.security-contents) .card-example__image > img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
:is(.security-contents) .card-example.traffic {
  --card-pict-w: calc(240 / 998 * 100cqw);
}
:is(.security-contents) .card-example.traffic .card-example__desc {
  font-size: 20px;
}
:is(.security-contents) .card-example.security {
  --card-pict-w: calc(210 / 998 * 100cqw);
}
:is(.security-contents) .card-example.live {
  --card-pict-w: calc(180 / 998 * 100cqw);
}
:is(.security-contents) .card-example + .card-example {
  margin-block-start: 60px;
}

@media screen and (max-width: 767px) {
  :is(.security-contents) .card-example {
    --card-layout: "head" auto "body" auto "image" auto / 1fr;
    --card-gap: 1rem;
    --card-padding: clamp(16px, calc(24 / 375 * 100vw), 24px);
  }
  :is(.security-contents) .card-example__title > .main {
    font-size: 6.875cqw;
  }
  :is(.security-contents) .card-example__title > .sub {
    font-size: 5.625cqw;
  }
  :is(.security-contents) .card-example__desc {
    font-size: 5cqw;
  }
  :is(.security-contents) .card-example__image {
    justify-self: center;
    max-width: 320px;
    width: 100%;
  }
  :is(.security-contents) .card-example.traffic {
    --card-pict-w: calc(90 / 320 * 100cqw);
  }
  :is(.security-contents) .card-example.security {
    --card-pict-w: calc(90 / 320 * 100cqw);
  }
  :is(.security-contents) .card-example.live {
    --card-pict-w: calc(90 / 320 * 100cqw);
  }
}
