@charset "utf-8";

/* =============================================================
   COMMON (PC / SP shared) — outside media queries
   ============================================================= */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

picture {
  display: block;
}

:root {
  --inner: 100rem;
  --yellow: #ffe100;
  --orange: #e94709;
  --blue: #0095bd;
  --green: #00a43d;
  --black: #000;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8em;
  color: #000;
  height: 100%;
  font-family: YakuHanJP,"Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  background-color: var(--yellow);
  background-image: url("../img/bg_stripe.png");
  background-repeat: repeat;
  background-size: 9.25rem;
  background-position: center;
}

.en {
  font-family: "Roboto", sans-serif;
}

main {
  display: block;
  position: relative;
}

a {
  outline: none;
  color: #3e322b;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.caution-bar {
  width: 100%;
  background-image: url("../img/stripe.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  position: relative;
}

#header {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 128rem;
  margin: 0 auto;
}

.header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-org {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.header-mamoru {
  display: block;
}

.header-title picture, .header-title img {
  display: block;
  width: 100%;
  height: auto;
}

#main {
  position: relative;
  z-index: 11;
}

.mv {
  position: relative;
  background: var(--yellow);
}

.mv-visual {
  position: relative;
  line-height: 0;
  background-color: var(--yellow);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mv-visual-img {
  position: absolute;
  z-index: 2;
}

.mv-visual picture, .mv-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

.mv-bottom {
  position: relative;
  z-index: 2;
}

.mv-alert {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mv-alert-icon {
  height: auto;
  flex-shrink: 0;
  display: block;
}

.mv-alert-body {
  flex: 1;
  min-width: 0;
}

.mv-alert-labels {
  display: flex;
  line-height: 1.2;
  gap: 1rem;
}

.mv-alert-labels .label {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}

.mv-alert-labels-small {
  font-weight: 900;
}

.mv-alert-labels .label-blue {
  background: var(--blue);
}

.mv-alert-labels .label-green {
  background: var(--green);
}

.mv-alert-text {
  font-weight: 900;
  line-height: 1.25;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mv-alert-excl {
  letter-spacing: 0;
  margin-left: -0.1em;
}

.mv-bottom:after {
  content: "";
  background: url("../img/bg_stripe.png") repeat top left / 9.25rem #231815;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.check-item {
  background: #fff;
  position: relative;
}

.check-item:last-child {
  margin-bottom: 0;
}

.check-item-picture {
  position: absolute;
  bottom: 0;
}

.check-item-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.check-item-title-wrap {
  text-align: center;
}

.check-item-title {
  display: inline;
  font-weight: 900;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.check-item-text {
  text-align: center;
  font-weight: 700;
}

.check-item-video-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}

.check-item-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.check-item-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#police .check-item-video-title {
  color: var(--blue);
}

#sns .check-item-video-title {
  color: var(--green);
}

.check-item-video-num {
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-top: -1.2rem;
}

#police .check-item-video-title .check-item-video-num {
  background: var(--blue);
}

#sns .check-item-video-title .check-item-video-num {
  background: var(--green);
}

.check-item-video-item {
  position: relative;
  z-index: 10;
}

.check-item-video-item-title {
  font-weight: 900;
  text-align: center;
}

.border_box {
  background: url(../img/dot.png) repeat-x left bottom;
}

.border_box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.check-item-graph-title {
  background: var(--yellow);
  margin: 0 auto;
  border-radius: 5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  max-width: 61.5rem;
}

.check-item-graph-title:after {
  content: "";
  position: absolute;
  background: url(../img/baloon_yellow.png) no-repeat center center / contain;
  left: 50%;
  transform: translateX(-50%);
}

#stpp_police .check-item-title-color {
  color: var(--blue);
}

#stpp_sns .check-item-title-color {
  color: var(--green);
}

#stpp_police:before, #stpp_sns:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#stpp_police:before {
  background: url(../img/murakami01.png) no-repeat center center / contain;
}

#stpp_sns:before {
  background: url(../img/murakami02.png) no-repeat center center / contain;
}

.stop-item-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}

.stop-item-text .marker {
  color: var(--orange);
  background-color: transparent;
  background-image: linear-gradient(var(--yellow), var(--yellow));
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1;
  display: inline;
}

.stop-item-point-item-title {
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.stop-item-point-item p {
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.8rem;
}

.stop-prevention-title {
  text-align: center;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 3rem;
}

#stpp_police .stop-prevention-title {
  background: var(--blue);
}

#stpp_sns .stop-prevention-title {
  background: var(--green);
}

.stop-prevention-body {
  position: relative;
}

.prev-item + .prev-item {
  border-top-style: dashed;
  border-top-width: 0.2rem;
}

#stpp_police .prev-item + .prev-item {
  border-top: none;
  background-image: url(../img/dot_blue.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto .3rem;
}

#stpp_sns .prev-item + .prev-item {
  border-top: none;
  background-image: url(../img/dot_green.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto .3rem;
}

.prev-head {
  display: flex;
  gap: 1rem;
}

.prev-num {
  flex-shrink: 0;
  display: block;
  height: auto;
}

.prev-head-main {
  position: relative;
}

.prev-head-title {
  font-weight: 900;
  line-height: 1.3;
}

.prev-head-title .marker {
  color: var(--orange);
  background-color: transparent;
  background-image: linear-gradient(var(--yellow), var(--yellow));
  background-repeat: no-repeat;
  background-size: 100% 1.1em;
  background-position: left 58%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1;
}

.prev-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.prev-badge {
  display: block;
  height: auto;
}

.prev-apps {
  display: flex;
}

.prev-app {
  background: #fff9cd;
  border-radius: 1.6rem;
}

.prev-app-name {
  flex: 1;
  min-width: 0;
  font-weight: 900;
  line-height: 1.3;
  color: var(--blue);
  text-align: center;
}

.prev-app-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prev-app-ico {
  display: block;
  height: auto;
}

.prev-app-brand {
  display: block;
  height: auto;
}

.prev-app-dl {
  background-image: url(../img/dot_blue.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto .3rem;
  padding-top: 2rem;
}

.prev-app-dl-title {
  text-align: center;
  font-weight: 900;
  color: var(--blue);
}

.prev-app-dl-title-inner {
  display: inline-block;
  position: relative;
  line-height: 1;
  letter-spacing: -0.06em;
}

.prev-app-dl-title-inner:before, .prev-app-dl-title-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
}

.prev-app-dl-title-inner:before {
  left: 0;
  background: url(../img/dl_ballonL.png) no-repeat center / contain;
}

.prev-app-dl-title-inner:after {
  right: 0;
  background: url(../img/dl_ballonR.png) no-repeat center / contain;
}

.prev-app-qr-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.prev-app-qr-list-single {
  justify-content: center;
}

.prev-app-qr-list:not(.prev-app-qr-list-single)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  background-image: url(../img/dot_blue_tate.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 0.3rem auto;
}

.prev-app-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prev-app-qr {
  display: block;
  height: auto;
  background: #fff;
}

.prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  border-radius: 5rem;
  line-height: 1.2;
  box-shadow: 0.3rem 0.3rem 0 #004b62;
  position: relative;
}

.prev-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background: url(../img/arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev-check {
  position: relative;
  font-weight: 900;
  line-height: 1.5;
}

.prev-check:last-child {
  margin-bottom: 0;
}

.prev-check::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/ico-check.svg) no-repeat center / contain;
}

.prev-check .em {
  color: var(--orange);
  font-weight: 900;
  line-height: 1;
}

.prev-call-text {
  margin-bottom: 1rem;
}

.prev-call {
  display: flex;
  flex-direction: column;
  border: 0.4rem solid var(--blue);
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
}

.prev-call-row {
  display: flex;
  align-items: stretch;
}

.prev-call-row:first-child {
  border-bottom: 0.3rem solid var(--blue);
}

.prev-call-side {
  display: flex;
  flex-direction: column;
  background: var(--blue);
  color: #fff;
  flex-shrink: 0;
}

.prev-call-side-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  text-align: center;
  flex-shrink: 0;
}

.prev-call-side-item img {
  width: 6.2rem;
  height: auto;
  display: block;
}

.prev-call-row:last-child .prev-call-side-item {
  letter-spacing: -0.1em;
}

.prev-call-row .prev-call-side-item {
  position: relative;
  align-self: stretch;
}

.prev-call-row:first-child .prev-call-side-item {
  border-bottom: none;
}

.prev-call-row:first-child .prev-call-side-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1;
}

.prev-call-main {
  flex: 1;
  min-width: 0;
}

.prev-call-block {
  flex: 1;
  min-width: 0;
}

.prev-call-block + .prev-call-block {
  border-top: 0.2rem solid var(--blue);
}

.prev-call-row + .prev-call-row .prev-call-block, .prev-call-row + .prev-call-row .prev-call-block + .prev-call-block {
  border-top: none;
}

.prev-call-telrow {
  display: flex;
  align-items: center;
}

.prev-call-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}

.prev-call-num {
  display: block;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  text-decoration: none;
}

.prev-call-num:hover {
  opacity: 0.8;
  filter: none;
}

.prev-call-hours {
  display: flex;
  align-items: stretch;
  background: #fff8d6;
  border-radius: 0.8rem;
  overflow: hidden;
}

.prev-call-hours-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.prev-call-hours-body {
  flex: 1;
  font-weight: 500;
  line-height: 1.5;
}

.prev-call-hours-body p {
  margin: 0;
}

.prev-call-card {
  border: 0.35rem solid var(--blue);
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
}

.prev-call-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.prev-item-sns {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.prev-sns-text {
  flex: 1;
  font-weight: 900;
  line-height: 1.5;
}

.prev-sns-text .marker {
  color: var(--orange);
  background-color: transparent;
  background-image: linear-gradient(var(--yellow), var(--yellow));
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.05em;
  line-height: 1;
}

.cta {
  position: relative;
  overflow: hidden;
}

.cta-inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
}

.cta-visual {
  position: relative;
  z-index: 1;
  line-height: 0;
  text-align: center;
}

.cta-murakami {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

.cta-contact {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-balloon {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.cta-balloon-text {
  text-align: center;
  font-weight: 900;
  color: var(--orange);
  line-height: 1.2;
}

.cta-tel {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}

.cta-tel:hover {
  opacity: 0.9;
  filter: none;
}

.cta-tel-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  background-color: var(--orange);
  background-repeat: no-repeat;
}

.cta-tel-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 900;
  line-height: 1;
}

#footer {
  position: relative;
  z-index: 10;
}

.footer-panel {
  position: relative;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-org {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.footer-mamoru {
  display: block;
  height: auto;
}

.footer-title {
  line-height: 0;
}

.footer-title img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Responsive helpers for merged HTML */
.br_pc,
.br_sp {
  display: none;
}

/* =============================================================
   SP only — max-width: 767px
   ============================================================= */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }

  body {
    font-size: 1.4rem;
  }

  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sec {
    padding: 4rem 0;
  }

  .caution-bar {
    height: 2.4rem;
  }

  #header {
    border-top: .3rem solid var(--black);
    border-bottom: .3rem solid var(--black);
    height: 16rem;
  }

  .header-inner {
    gap: .5rem;
    flex-direction: column;
  }

  .header-brand {
    gap: 0.6rem;
  }

  .header-org {
    font-size: 1.6rem;
  }

  .header-mamoru {
    width: 3.5rem;
  }

  .mv-visual {
    background-image: url("../img/mv_main_bg_sp.png");
    height: 32.5rem;
  }

  .mv-visual-img {
    left: 0;
    top: -1.5rem;
    width: 100%;
  }

  .mv-bottom {
    margin-top: -7.6rem;
    padding-bottom: 3.6rem;
  }

  .mv-alert {
    border-radius: 1.4rem;
    max-width: 100rem;
    padding: 1.4rem 1.2rem;
    height: 17rem;
    top: 0;
    width: calc(100% - 2rem);
    gap: 0.6rem;
  }

  .mv-alert-icon {
    width: 6.8rem;
  }

  .mv-alert-labels {
    margin-bottom: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .mv-alert-labels .label {
    padding: 0 0.7rem 0.4rem;
    box-shadow: 0.4rem 0.4rem 0 #111;
    font-size: 3rem;
  }

  .mv-alert-labels-small {
    font-size: 2.4rem;
  }

  .mv-alert-text {
    font-size: 2.9rem;
  }

  .mv-alert-text-small {
    font-size: 2.3rem;
  }

  .mv-bottom:after {
    height: 13rem;
  }

  .check-item {
    border: .3rem solid var(--orange);
    border-radius: 1.5rem;
    padding: 5rem 1rem 1.5rem;
    margin-bottom: 5.6rem;
  }

  #stpp_police.check-item {
    border: .3rem solid var(--blue);
  }

  #stpp_sns.check-item {
    border: .3rem solid var(--green);
  }

  #check01 .check-item-picture {
    left: 50%;
    width: 31.2rem;
    transform: translateX(-50%);
  }

  .check-item-label {
    width: 20rem;
    top: -1.4rem;
  }

  .check-item-title-wrap {
    margin-bottom: 3rem;
  }

  .check-item-title {
    border-bottom: .2rem solid var(--black);
    font-size: 3.6rem;
  }

  .check-item-title .check-item-title-small {
    font-size: 2.6rem;
  }

  .check-item-text {
    line-height: 1.7;
    font-size: 2.3rem;
    margin-bottom: 3.5rem;
  }

  .check-item-video-title {
    font-size: 3.2rem;
  }

  .check-item-video-num {
    font-size: 2.1rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    margin-right: 1rem;
  }

  .check-item-video-item {
    margin-bottom: 3rem;
  }

  #check02 .check-item-picture {
    width: 25.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .check-item-video-item-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .border_box {
    background-size: auto .25rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }

  .check-item-graph-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding: .5rem;
  }

  .check-item-graph-title:after {
    bottom: -1.4rem;
    width: 1.7rem;
    height: 1.5rem;
  }

  .check-item-graph-text {
    margin-top: 1.5rem;
    line-height: 1.8;
  }

  #stpp_police, #stpp_sns {
    margin-top: 18rem;
  }

  #stpp_police:before, #stpp_sns:before {
    width: 19rem;
    height: 16.1rem;
    top: -16.1rem;
  }

  .stop-item-text {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }

  .stop-item-text .marker {
    background-size: 100% 1.1em;
    background-position: left 58%;
    padding: 0 0.2em;
  }

  .stop-item-point-item {
    padding: 3rem 0;
    background-size: auto .3rem;
    background-position: left top;
    background-repeat: repeat-x;
  }

  #stpp_police .stop-item-point-item {
    background-image: url(../img/dot_blue.png);
  }

  #stpp_sns .stop-item-point-item {
    background-image: url(../img/dot_green.png);
  }

  .stop-item-point-item-title {
    font-size: 3.2rem;
  }

  .stop-prevention-title {
    font-size: 2.7rem;
    padding: 0 0 0.5rem;
  }

  .stop-item-point-item-img {
    margin: 0 auto 1.5rem;
  }

  .prev-item + .prev-item {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }

  .prev-head {
    margin-bottom: 1.6rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prev-num {
    width: 4rem;
  }

  .prev-head-main {
    width: 100%;
  }

  .prev-head-title {
    font-size: 3rem;
    letter-spacing: -0.08em;
  }

  .prev-head-title .marker {
    padding: 0 0.1em;
  }

  .prev-badges {
    justify-content: center;
    margin-top: 1.2rem;
  }

  .prev-badges p {
    font-size: 1.6rem;
  }

  .prev-badge {
    width: 14rem;
  }

  .prev-apps {
    gap: 1.2rem;
    flex-direction: column;
  }

  .prev-app {
    padding: 1.6rem 1.4rem 2rem;
  }

  .prev-app-head {
    margin-bottom: 1.4rem;
  }

  .prev-app-name {
    font-size: 3.2rem;
  }

  .prev-app-logos {
    margin-bottom: 1.4rem;
    gap: 1rem;
  }

  .prev-app-ico {
    width: 10rem;
  }

  .prev-app-brand {
    max-width: 12.8rem;
  }

  .prev-app-dl {
    margin-top: 2rem;
  }

  .prev-app-dl-title {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .prev-app-dl-title-inner {
    padding: 0 2rem;
    font-size: 2.2rem;
  }

  .prev-app-dl-title-inner:before, .prev-app-dl-title-inner:after {
    width: 1.7rem;
    height: 2rem;
  }

  .prev-app-qr-list {
    gap: 1.6rem;
  }

  .prev-app-qr-item {
    width: 12rem;
  }

  .prev-app-qr {
    width: 8.8rem;
    margin-bottom: 0.8rem;
  }

  .prev-btn {
    min-width: 12rem;
    padding: 0.8rem 1.4rem;
    font-size: 1.3rem;
  }

  .prev-btn::after {
    right: .5rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .prev-check {
    padding-left: 2rem;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  .prev-check::before {
    top: 0.15em;
    width: 1.6rem;
    height: 1.6rem;
  }

  .prev-check .em {
    font-size: 2.6rem;
    white-space: nowrap;
  }

  .prev-call-text {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .prev-call-center {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
    border-radius: 0.6rem .6rem 0 0;
    background: var(--blue);
    width: 100%;
  }

  .prev-call-num {
    font-size: 3rem;
    text-align: center;
    background: #e5f4f9;
    padding: 1rem;
    border-radius: 0 0 .6rem .6rem;
    margin-bottom: 1.2rem;
  }

  .prev-call-hours {
    margin-bottom: 0.4rem;
    flex-direction: column;
    padding: 0 1rem;
  }

  .prev-call-hours-label {
    padding: 1rem 0.4rem;
    font-size: 1.8rem;
    border-bottom: .1rem solid var(--black);
  }

  .prev-call-hours-body {
    padding: 1rem 0;
    font-size: 1.5rem;
  }

  .prev-call-hours-body p {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.2em;
  }

  .prev-call-card {
    border-width: .3rem;
  }

  .prev-call-card-head {
    padding: 1rem;
    font-size: 2.2rem;
  }

  .prev-sns-text {
    font-size: 2.5rem;
  }

  .prev-sns-text .marker {
    background-size: 100% 1.15em;
    background-position: left 58%;
  }

  .prev-btn-wide {
    width: 100%;
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }

  .cta {
    padding: 2rem 0 4rem;
  }

  .cta-inner {
    padding: 0 2rem;
  }

  .cta-murakami {
    max-width: 34rem;
  }

  .cta-contact {
    margin-top: -4rem;
    gap: 1.6rem;
  }

  .cta-balloon {
    max-width: 34rem;
    min-height: 11rem;
    padding: 1.5rem 2rem 3.4rem;
    background-image: url("../img/balloon_sp.png");
  }

  .cta-balloon-text {
    font-size: 3rem;
  }

  .cta-balloon-text-small {
    font-size: 1.7rem;
  }

  .cta-tel {
    max-width: 34rem;
    border: 0.4rem solid var(--orange);
    border-radius: 1.6rem;
    flex-direction: column;
  }

  .cta-tel-label {
    padding: 1.2rem 1.6rem 2.4rem;
    font-size: 2.2rem;
    background-image: url("../img/label_orange_sp.png");
    background-size: 100%;
    background-position: left bottom;
    min-height: 5.2rem;
    margin-bottom: -1.2rem;
    position: relative;
    z-index: 1;
  }

  .cta-tel-num {
    padding: 2.4rem 1.2rem 1.5rem;
    font-size: 3.9rem;
  }

  .footer-panel {
    border-radius: 4rem 4rem 0 0;
    padding: 2.4rem 2rem 2.8rem;
    gap: 1rem;
  }

  .footer-brand {
    gap: .5rem;
  }

  .footer-org {
    font-size: 1.5rem;
  }

  .footer-mamoru {
    width: 3rem;
  }

  .footer-title {
    width: 19.2rem;
  }

  .header-title img {
    width: 34rem;
  }

  .mv-alert-label-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .check-item-movie img {
    width: 100%;
  }

  .check-item-label img {
    width: 100%;
  }

  .check-item-text .check-item-text-small {
    font-size: 1.8rem;
  }

  #check01 {
    padding-bottom: 22rem;
  }

  #check02 {
    padding-bottom: 13rem;
  }

  .check-item-video-item:last-child {
    margin-bottom: 0;
  }

  .check-item-graph img {
    width: 100%;
  }

  #graph01 .check-item-graph-title {
    margin-bottom: 1rem;
  }

  #stpp_police .stop-item-point-item:last-child .stop-item-point-item-title {
    letter-spacing: -0.1em;
  }

  #stpp_sns .stop-item-point-item:first-child .stop-item-point-item-title {
    letter-spacing: -0.1em;
  }

  .stop-item-point-item-img img {
    width: 100%;
  }

  .prev-app-name .prev-app-name-small {
    font-size: 2.8rem;
    line-height: 1.3;
    display: block;
  }

  .prev-check:has(.em)::before {
    top: .3rem;
  }

  .prev-call-hours-term::after {
    content: "：";
    margin-left: 0.2em;
  }

  .prev-call-hours-desc {
    min-width: 0;
  }

  .prev-call-card-head img {
    width: 4rem;
  }

  .prev-btn-wide::after {
    width: 1.4rem;
    height: 1.4rem;
  }

  .prev-call-sp {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: 0 .5rem;
  }

  .prev-call-card-body {
    padding: 1.6rem 1.4rem 2rem;
  }

  .br_sp {
    display: inline;
  }

  .prev-call {
    display: none !important;
  }

}

/* =============================================================
   PC only — min-width: 768px
   ============================================================= */
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  .container {
    max-width: calc(var(--inner) + 24rem);
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sec {
    padding: 8rem 0;
  }

  .caution-bar {
    height: 4.2rem;
  }

  #header {
    border-top: .5rem solid var(--black);
    border-bottom: .5rem solid var(--black);
    height: 13.6rem;
  }

  .header-inner {
    gap: 6rem;
  }

  .header-brand {
    gap: 1.2rem;
  }

  .header-org {
    font-size: 2.8rem;
  }

  .header-mamoru {
    width: 6rem;
  }

  .header-title {
    width: 81.4rem;
  }

  .mv-visual {
    background-image: url("../img/mv_main_bg.png");
    height: 40rem;
  }

  .mv-visual-img {
    max-width: 106rem;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
  }

  .mv-bottom {
    margin-top: -4.5rem;
    padding-bottom: 3rem;
  }

  .mv-alert {
    border-radius: 2.4rem;
    max-width: 96rem;
    padding: 0 2.8rem;
    height: 17.4rem;
  }

  .mv-alert:before {
    content: "";
    background: url("../img/mv_main_hand.png") repeat-x center / contain;
    position: absolute;
    width: 30rem;
    height: 4.4rem;
    top: -3rem;
    left: 29.3rem;
  }

  .mv-alert-icon {
    width: 15.2rem;
  }

  .mv-alert-labels {
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
  }

  .mv-alert-label-row {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .mv-alert-labels .label {
    padding: 0 1.4rem;
    box-shadow: 0.5rem 0.5rem 0 #111;
    font-size: 4.8rem;
  }

  .mv-alert-labels-small {
    font-size: 3.8rem;
  }

  .mv-alert-text {
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .mv-alert-text-small {
    font-size: 3.8rem;
  }

  .mv-bottom:after {
    height: 16rem;
  }

  .check-item {
    border: .6rem solid var(--orange);
    border-radius: 3rem;
    padding: 7rem 6rem 6rem;
    margin-bottom: 6rem;
  }

  #stpp_police.check-item {
    border: .6rem solid var(--blue);
  }

  #stpp_sns.check-item {
    border: .6rem solid var(--green);
  }

  #check01 .check-item-picture {
    left: .5rem;
    width: 94rem;
    z-index: 1;
  }

  .check-item-label {
    width: 25.4rem;
    top: -2.4rem;
  }

  .check-item-title-wrap {
    margin-bottom: 4rem;
  }

  .check-item-title {
    border-bottom: .3rem solid var(--black);
    font-size: 5rem;
  }

  .check-item-title .check-item-title-small {
    font-size: 4rem;
  }

  .check-item-text {
    line-height: 1.5;
    font-size: 2.7rem;
    margin-bottom: 5rem;
  }

  .check-item-text-small {
    font-size: 1.7rem;
  }

  .check-item-video-title {
    font-size: 4.5rem;
  }

  .check-item-video-num {
    font-size: 3rem;
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4.4rem;
    margin-right: 1.4rem;
  }

  .check-item-video-item {
    width: 42rem;
  }

  #check02 .check-item-picture {
    width: 29rem;
    right: 2rem;
  }

  .check-item-video-item-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .border_box {
    background-size: auto .3rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }

  .check-item-graph-title {
    font-size: 3.1rem;
    margin-bottom: 2.6rem;
    padding: 1rem;
  }

  .check-item-graph-title:after {
    bottom: -1.7rem;
    width: 2.2rem;
    height: 1.8rem;
  }

  .check-item-graph-text {
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  #stpp_police, #stpp_sns {
    margin-top: 20rem;
  }

  #stpp_police:before, #stpp_sns:before {
    width: 23rem;
    height: 19.5rem;
    top: -19.5rem;
  }

  .stop-item-text {
    font-size: 2.7rem;
    margin-bottom: 5rem;
    letter-spacing: -0.03em;
  }

  .stop-item-text .marker {
    background-size: 100% 1.2em;
    background-position: left 62%;
    padding: 0 0.05em;
    font-weight: 900;
  }

  .stop-item-point {
    padding-top: 4.5rem;
    background-size: auto .3rem;
    margin-bottom: 3rem;
    background-repeat: repeat-x;
    background-position: left top;
  }

  #stpp_police .stop-item-point {
    background-image: url(../img/dot_blue.png);
  }

  #stpp_sns .stop-item-point {
    background-image: url(../img/dot_green.png);
  }

  .stop-item-point-item {
    flex: 1;
    padding: 0 4.5rem;
    background-size: .3rem auto;
    background-position: right top;
    background-repeat: repeat-y;
  }

  .stop-item-point-item:first-child {
    padding-left: 0;
  }

  .stop-item-point-item:last-child {
    padding-right: 0;
  }

  #stpp_police .stop-item-point-item {
    background-image: url(../img/dot_blue_tate.png);
  }

  #stpp_sns .stop-item-point-item {
    background-image: url(../img/dot_green_tate.png);
  }

  #stpp_police .stop-item-point-item:last-child, #stpp_sns .stop-item-point-item:last-child {
    background-image: none;
  }

  .stop-item-point-item-title {
    font-size: 3.7rem;
  }

  .stop-prevention-title {
    font-size: 3.4rem;
    padding: .5rem 0 1rem;
  }

  .stop-item-point-item-img {
    margin: 0 auto 2rem;
  }

  .prev-item + .prev-item {
    margin-top: 4rem;
    padding-top: 4rem;
  }

  .prev-head {
    align-items: flex-start;
    margin-bottom: 2.4rem;
  }

  .prev-num {
    width: 5rem;
    margin-top: 1.5rem;
  }

  .prev-head-main {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    gap: .5rem;
  }

  .prev-head-title {
    font-size: 4.7rem;
  }

  .prev-head-main .prev-head-title {
    flex: 1;
  }

  .prev-head-title .marker {
    padding: 0 0.05em;
  }

  .prev-badges {
    flex-shrink: 0;
    width: 29.4rem;
  }

  .prev-badges p {
    width: 100%;
    font-size: 1.2rem;
  }

  .prev-badge {
    width: 13.4rem;
  }

  .prev-apps {
    gap: 2.4rem;
  }

  .prev-app {
    box-sizing: border-box;
    flex: 1;
    padding: 2.4rem 2.4rem 2.8rem;
  }

  .prev-app-head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    height: 2.6em;
    font-size: 3.4rem;
  }

  .prev-app-name {
    margin-bottom: 0;
  }

  .prev-app-logos {
    margin-bottom: 2rem;
    min-height: 16rem;
    gap: 1.6rem;
  }

  .prev-app-ico {
    width: 11rem;
  }

  .prev-app-brand {
    max-width: 15.4rem;
  }

  .prev-app-dl-title {
    font-size: 2.7rem;
    margin-bottom: 1.6rem;
  }

  .prev-app-dl-title-inner {
    padding: 0 2.8rem;
  }

  .prev-app-dl-title-inner:before, .prev-app-dl-title-inner:after {
    width: 2.2rem;
    height: 2.4rem;
  }

  .prev-app-qr-list {
    gap: 2.4rem;
  }

  .prev-app-qr {
    width: 11rem;
    margin-bottom: 2rem;
  }

  .prev-btn {
    min-width: 15rem;
    padding: 1rem 1.8rem;
    font-size: 1.5rem;
  }

  .prev-btn::after {
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .prev-check {
    padding-left: 3rem;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .prev-check::before {
    top: 0.25em;
    width: 2.2rem;
    height: 2.2rem;
  }

  .prev-check .em {
    font-size: 3.7rem;
  }

  .prev-call-text {
    font-size: 1.4rem;
  }

  .prev-call-side {
    width: 22.2rem;
  }

  .prev-call-side-item {
    width: 22.2rem;
    padding: 2.4rem 1.2rem;
    font-size: 2.7rem;
  }

  .prev-call-block {
    padding: 2.4rem 2.8rem;
  }

  .prev-call-telrow {
    gap: 1.6rem;
    margin-bottom: 1.6rem;
    background: #e5f4f9;
    border-radius: 1rem;
    height: 5.4rem;
  }

  .prev-call-center {
    padding: 1.2rem 2rem;
    font-size: 1.9rem;
    border-radius: 1rem 0 0 1rem;
    background: url(../img/label_blue.png) no-repeat top right / contain var(--blue);
    height: 5.4rem;
  }

  .prev-call-num {
    font-size: 3.5rem;
  }

  .prev-call-hours-label {
    width: 10rem;
    padding: 1.2rem 0.8rem;
    font-size: 1.7rem;
    position: relative;
  }

  .prev-call-hours-label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .1rem;
    height: 70%;
    background: var(--black);
  }

  .prev-call-hours-body {
    padding: 1.2rem 1.6rem;
  }

  .prev-sns-text {
    font-size: 4.7rem;
  }

  .prev-sns-text .marker {
    background-size: 100% 1.1em;
    background-position: left 60%;
  }

  .prev-btn-wide {
    width: 28rem;
    margin-top: 1.6rem;
  }

  .prev-item-sns .prev-num {
    margin-bottom: -.5rem;
  }

  .cta-murakami {
    max-width: 78rem;
  }

  .cta-contact {
    margin-top: -14rem;
    gap: 3rem;
  }

  .cta-balloon {
    max-width: 71rem;
    min-height: 17.4rem;
    padding: 2.5rem 4rem 4.4rem;
    background-image: url("../img/balloon.png");
  }

  .cta-balloon-text {
    font-size: 4.7rem;
  }

  .cta-balloon-text-small {
    font-size: 3rem;
  }

  .cta-tel {
    max-width: 89rem;
    min-height: 10rem;
    border: 0.6rem solid var(--orange);
    border-radius: 2rem;
  }

  .cta-tel-label {
    width: 34rem;
    padding: 0 4.4rem 0 3.2rem;
    font-size: 3rem;
    background-image: url("../img/label_orange.png");
    background-size: contain;
    background-position: center right;
  }

  .cta-tel-num {
    padding: 0 3rem;
    font-size: 5.6rem;
  }

  .footer-panel {
    border-radius: 8rem 8rem 0 0;
    padding: 3.2rem 4rem 3.6rem;
    gap: 0.8rem;
  }

  .footer-brand {
    gap: .8rem;
  }

  .footer-org {
    font-size: 1.9rem;
  }

  .footer-mamoru {
    width: 3.8rem;
  }

  .footer-title {
    width: 30rem;
  }

  .d-md-flex {
    display: flex !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .br_pc {
    display: inline;
  }

  .prev-call-sp {
    display: none !important;
  }

  /* PC fluid type under 1200px */
  @media screen and (max-width: 1200px) {
    html {
      font-size: 0.7320644217vw;
    }

  }

}
