@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* [class*='__wrapper-m'] {
  width: min(100%, 1100px);
  margin-inline: auto;
} */

main {
  position: relative;
}

.sp-px {
  padding-inline: calc((25 / 390) * 100vw);
}

.sec00 {
  /* height: 339px; */
  padding-block: calc((80 / 390) * 100vw);
  background: no-repeat center / cover url("../img/sec00_bg.png");

  .sec00__wrapper-m {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec00__header {
    color: var(--clr-white);
    text-align: center;
  }

  .sec00__title {
    font-weight: var(--bold);
    font-size: var(--h3-fz);
    padding-bottom: var(--sp-3);
    margin-bottom: var(--sp-3);
    position: relative;

    &::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      width: 40px;
      height: 2px;
      background-color: var(--clr-white);
    }
  }

  .sec00__textbox {
    font-size: var(--body-fz);
    font-weight: var(--medium);
    text-align: left;
  }
}

.sec01 {
  padding-block: var(--sp-5);
  background-color: var(--clr-bg);

  .sec01__wrapper-m,
  .sec01__box {
    display: flex;
    justify-content: center;
  }

  .sec01__wrapper-m {
    align-items: stretch;
    flex-flow: row wrap;
    gap: calc((18 / 390) * 100vw);
  }

  .sec01__box {
    width: min(100%, 534px);
    align-items: center;
    flex-flow: column nowrap;
    background-color: var(--clr-white);
    font-weight: var(--medium);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  .sec01__header {
    margin-block: var(--sp-2);
    padding: 0 calc((12 / 390) * 100vw) 0 calc((12 / 390) * 100vw);
    text-align: center;

    h3 {
      color: var(--clr-main);
      font-size: var(--h3-fz);
      font-weight: var(--bold);
    }
  }

  .sec01__list,
  .sec01__note {
    margin-bottom: var(--sp-2);
    /* width: min(100%, 440px); */
    padding-inline: var(--sp-3);
  }

  .sec01__list {
    column-count: 2;
    column-gap: var(--sp-2);
    /* white-space: nowrap; */
  }

  .sec01__item {
    /* font-size: var(--small-fz); */
    font-size: 2.9vw;
  }

  .sec01__note {
    font-size: var(--small-fz);
    text-align: right;
    margin-inline: auto 0;
  }

  .sec01__button {
    width: 100%;
    margin-block: auto 0;
    padding: 12px;
    background-color: var(--clr-sub01);
    text-align: center;

    span {
      color: var(--clr-white);
      font-weight: var(--bold);
      font-size: var(--body-fz);
      position: relative;
      padding-right: 30px;

      &::before {
        content: "";
        position: absolute;
        inset: 0 0 0 auto;
        width: 20px;
        height: 20px;
        margin-block: auto;
        background: no-repeat center / contain url("../img/sec01_icon1.png");
      }
    }
  }
}

.sec02 {
  padding-block: 50px 70px;
  padding-bottom: 32px;

  .sec02__header {
    h3 {
      font-size: var(--h3-fz);
      font-weight: var(--bold);
      color: var(--clr-main);
      padding-bottom: var(--sp-2);
      margin-bottom: var(--sp-3);
      text-align: center;
      position: relative;

      &::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        margin-inline: auto;
        width: 40px;
        height: 2px;
        background-color: var(--clr-main);
      }
    }
  }

  .sec02__note {
    font-size: calc(var(--sp-1) * 1.5);
    color: var(--clr-main);
    text-align: right;
  }

  .sec02__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: column nowrap;
    gap: calc((12 / 390) * 100vw);
    margin-bottom: calc(var(--sp-1) * 1.5);
  }

  .sec02__item {
    width: 100%;
    background-color: var(--clr-white);
    font-weight: var(--medium);
    text-align: justify;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    transition: all 0.3s;

    &:hover {
      cursor: pointer;
      /* transform: translateY(-6px); */
    }
  }

  .sec02__item-wrapper,
  .sec02__item-tbox {
    display: flex;
    justify-content: center;
  }

  .sec02__item-wrapper {
    align-items: stretch;
    flex-flow: row nowrap;
  }

  .sec02__item-tbox {
    padding: calc((20 / 390) * 100vw);
    width: calc((103 / 390) * 100vw);
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-1);
    flex-shrink: 0;
    /* height: 37px; */
    /* padding: 12px 15px 0 15px; */
    position: relative;
    background-color: var(--clr-sub02);
  }

  .sec02__item-img {
    /* position: absolute;
    inset: auto auto 0 15px; */
    max-width: fit-content;
  }

  .sec02__item-name {
    width: calc((79 / 390) * 100vw);
    /* margin-inline: auto; */
    text-align: center;
    background-color: var(--clr-white);
    font-size: var(--small-fz);
    border: 1px solid var(--clr-main);
  }

  .sec02__item-header {
    /* padding: 6px 15px 10px 15px; */
    padding: calc((18 / 390) * 100vw);
    background-color: var(--clr-white);
    margin-bottom: var(--sp-3);

    h4 {
      font-weight: var(--bold);
      font-size: var(--h6-fz);
      color: var(--clr-main);
      text-decoration: underline;

      /* white-space: nowrap; */
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }

  .sec02__item-textbox {
    padding: 18px 15px 0 15px;
    margin-bottom: calc(var(--sp-1) * 6);

    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

    p {
      font-size: var(--small-fz);
    }
  }

  .sec02__item-button {
    position: absolute;
    inset: auto calc((18 / 390) * 100vw) calc((11 / 390) * 100vw) auto;
    /* display: block; */
    width: fit-content;
    /* margin: auto 15px 18px auto; */
    background-color: transparent;
    /* transition: opacity 0.3s;

    &:hover {
      opacity: 0.7;
    } */

    span {
      font-size: calc((12 / 390) * 100vw);
      color: var(--clr-sub01);
      position: relative;
      padding-right: 20px;

      &::before {
        content: "";
        position: absolute;
        inset: 0 0 0 auto;
        margin-block: auto;
        width: 18px;
        height: 18px;
        background: no-repeat center / contain url("../img/sec02_icon1.png");
      }
    }
  }
}

/* ---------------------------------- Modal --------------------------------- */
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(150, 150, 150, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100010;
  overflow: auto;
}

.modal__container {
  margin-top: var(--sp-4);
  background-color: var(--clr-white);
  /* padding: 10px 22px 50px; */
  padding: calc((10 / 390) * 100vw) calc((18 / 390) * 100vw)
    calc((50 / 390) * 100vw);
  width: min(100%, 1100px);
  overflow-y: auto;
  box-sizing: border-box;
  color: var(--clr-txt2);
  /* margin: var(--sp-3); */
  height: 100%;
  overflow: auto;
}

.modal__img {
  /* display: inline-block;
  float: right; */
  /* margin: 0 0 var(--sp-3) var(--sp-3); */
  /* padding: 0 0 var(--sp-3) var(--sp-3); */
  /* background-color: var(--clr-white); */
  margin-bottom: var(--sp-2);
  width: 100%;
  height: auto;
}

.modal__header,
.modal__icon {
  display: flex;
  align-items: center;
}

.modal__header {
  justify-content: start;
  flex-flow: row nowrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-3);
}

.modal__icon {
  justify-content: center;
  flex-flow: column nowrap;
  gap: calc(var(--sp-05));
  flex-shrink: 0;
}

.modal__icon-img {
  max-width: none;
}

.modal__icon-name {
  font-weight: var(--bold);
}

.modal__title {
  font-size: calc((20 / 390) * 100vw);
  font-weight: var(--bold);
}

.modal__box {
  &:not(:last-child) {
    margin-bottom: calc((20 / 390) * 100vw);
  }
}

.modal__container2,
.modal__tags,
.modal__tag {
  display: flex;
  align-items: center;
}

.modal__container2 {
  flex-flow: column nowrap;
  /* gap: var(--sp-3); */
  gap: 0;

  .modal__box {
    width: 100%;
    /* width: calc(50% - var(--sp-3)); */
    margin-bottom: calc((20 / 390) * 100vw);
  }
}

.modal__tags {
  /* flex-flow: row wrap; */
  flex-flow: column nowrap;
  align-items: stretch;
  gap: calc((6 / 390) * 100vw);
}

.modal__tag {
  justify-content: center;
  /* width: 49%; */
  /* width: calc((100% - ((6 / 390) * 100vw)) / 2); */
  width: 100%;
  /* width: min(100%, 258px); */
  border-radius: calc(var(--sp-1) * 8);
  border: 1px solid var(--clr-txt);
  /* padding: var(--sp-1); */
  padding: var(--sp-1) 0px;

  span {
    font-size: 10px;
    white-space: nowrap;
    font-weight: var(--medium);
    text-align: center;
  }
}

.modal__subtitle {
  background: linear-gradient(
    to right,
    var(--clr-border) var(--sp-1),
    var(--clr-white) var(--sp-1)
  );
  padding-left: var(--sp-2);
  margin-bottom: var(--sp-1);
  font-size: var(--h6-fz);
  font-weight: var(--bold);
}

.modal__subtitle--blue {
  background: linear-gradient(
    to right,
    var(--clr-main) var(--sp-1),
    var(--clr-sub02) var(--sp-1)
  );
}

.modal__textbox:has(+ .modal__tags) {
  margin-bottom: var(--sp-1);
}

.modal__close {
  background: transparent;
  border: 0;
}

.close-btn.sp {
  position: absolute;
  top: 2vw;
  right: 3vw;
  font-size: 12vw;
  background: none;
  color: #727272;
}
.close-btn:focus {
  outline: none;
}
.modal__container {
  padding: calc((40 / 390) * 100vw) calc((25 / 390) * 100vw)
    calc((50 / 390) * 100vw);
}
.modal__overlay.sp-px {
  padding-inline: calc((15 / 390) * 100vw);
}
/* .modal__header .modal__close:before {
  content: '\2715';
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
} */

/* .modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
} */

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  /* display: none; */
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* .sec03 */
.sec03 {
  /* padding-block: 50px 0px; */

  .sec03__header {
    h3 {
      font-size: var(--h4-fz);
      font-weight: var(--bold);
      color: var(--clr-main);
      padding-bottom: var(--sp-2);
      margin-bottom: 20px;
      text-align: center;
      position: relative;

      &::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        margin-inline: auto;
        width: 40px;
        height: 2px;
        background-color: var(--clr-main);
      }
    }
  }
  .sec03__text {
    margin-bottom: var(--sp-2);
    p {
      /* text-align: center; */
      font-size: var(--small-fz);
      font-weight: var(--medium);
    }
  }
}

.sec03-cont {
  /* color */
  --clr-main: #1f294a;
  --clr-sub01: #28427b;
  --clr-sub02: #221f49;
  --clr-accent: #ffff00;
  --clr-red: #ff0000;
  --clr-bg: #f8f8f8;
  --clr-white: #fff;
  --clr-txt: #000;

  /* font-weight */
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
  /* 基本余白 */
  --sp-05: 1.03vw;
  /* 4px / 390px */
  --sp-1: 2.05vw;
  /* 8px / 390px */
  --sp-2: 4.1vw;
  /* 16px / 390px */
  --sp-3: 6.15vw;
  /* 24px / 390px */
  --sp-4: 8.21vw;
  /* 32px / 390px */
  --sp-5: 10.26vw;
  /* 40px / 390px */
  --sp-10: 20.51vw;
  /* 80px / 390px */

  /* タイトルサイズ */
  --h2-fz: 5.1vw;
  /* 20px / 390px */
  --h3-fz: 6.67vw;
  /* 26px / 390px */
  --h4-fz: 6.15vw;
  /* 24px / 390px */
  --h5-fz: 4.62vw;
  /* 18px / 390px */
  --h6-fz: 4.1vw;
  /* 16px / 390px */
  --small-fz: 3.6vw;
  /* 14px / 390px */
  --body-fz: 4.1vw;
  /* 16px / 390px */
}
.sec03-cont h4.title {
  background-color: var(--clr-main);
  color: var(--clr-white);
  text-align: center;
  padding: var(--sp-2) var(--sp-1);
  font-size: var(--h5-fz);
  font-weight: var(--bold);
  margin-bottom: 1px;
  line-height: 1.5;
}
.sec03-list-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: var(--sp-4);
}
.sec03-list-wrap .img {
  position: relative;
  height: 209.74vw;
  width: 10.2vw;
}
.sec03-list_img {
  height: 100%;
}

.sec03-list {
  /* width: 989px; */
  width: 81.2vw;
  height: 209.74vw;

  position: relative;
}
.sec03-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/sp_sec03-cont_arrow.png?20250501") no-repeat;
  background-size: contain;
  width: 16.1vw;
  height: 100%;
}

.sec03-list-item {
  padding: var(--sp-2) var(--sp-2);
  /* padding-right: 15.12vw; */
  /* padding-right: 14.5vw; */
  padding-right: 13vw;
  padding-left: 3vw;
  border-bottom: 1px solid #ddd;
}
.sec03-list-item-large {
  /* height: 113.33vw; */
  height: 113vw !important;
}
.sec03-list-item:nth-of-type(3) {
  height: 38.5vw;
}
.sec03-list-item:last-of-type {
  border-bottom: none;
}

.sec03-list-item .ttl {
  font-size: var(--h6-fz);
  font-weight: var(--bold);
}
.sec03-list-item .txt-content {
  margin-top: var(--sp-1);
}
.sec03-list-item .txt-content .txt {
  font-size: var(--small-fz);
}
.sec03-list-item .txt-content .txt strong {
  font-weight: var(--regular);
  color: var(--clr-red);
}
.sec03-list-item .txt-content .txt .marker {
  position: relative;
  margin-top: var(--sp-05);
  font-size: 3.1vw;
  font-weight: var(--regular);
  margin-left: var(--sp-2);
}
.sec03-list-item .txt-content .txt .marker::before {
  content: "";
  display: block;
  width: 2.79vw;
  height: 2.79vw;
  background: url("../img/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 1vw;
  left: -4.1vw;
}

.sec03-list-item .txt-content .txt small {
  display: block;
  font-size: 3.1vw;
  font-weight: var(--regular);
  margin-top: var(--sp-05);
}
.sec03-list-item .txt-content .txt small::before {
  content: "※";
}

.sec03-list-item .txt-content .list {
  margin-top: var(--sp-1);
  margin-left: var(--sp-2);
  margin-bottom: var(--sp-1);
}
.sec03-list-item .txt-content .list:last-of-type {
  margin-bottom: 0;
}
.sec03-list-item .txt-content .list dt {
  font-weight: var(--bold);
  font-size: var(--small-fz);
  margin-bottom: var(--sp-05);
}
.sec03-list-item .txt-content .list dt::before {
  content: "・";
}
.sec03-list-item .txt-content .list {
  font-size: var(--small-fz);
}

/* ===============
sec03アニメーション
===============*/
/* 点滅 */
.sec03-list-wrap {
  z-index: 1;
  position: relative;
}
.sec_03_anime01 {
  position: absolute;
  top: 13.8vw;
  left: 1.45vw;
  width: 7.18vw;
  height: auto;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
.hidden .sec_03_anime01 {
  opacity: 0;
}

/* 矢印 */
.sec03-list {
  overflow-y: hidden;
}
.sec03-list::after {
  animation: slideInOpacity 3s ease-in-out infinite;
  /* アニメーション設定 */
}
.sec03-cont_txt {
  position: absolute;
  width: 13.84vw;
  top: 71.8vw;
  right: 1vw;
  z-index: 1;
}

/* 画像が上から下に表示されるアニメーション */
@keyframes slideInOpacity {
  0% {
    opacity: 0;
    /* 最初は透明 */
    transform: translateY(-100%);
    /* 上の見えない位置から開始 */
  }

  30% {
    opacity: 1;
    /* 50%のところで完全に表示 */
    transform: translateY(0);
    /* 通常位置まで移動 */
  }

  60% {
    opacity: 1;
    /* 50%のところで完全に表示 */
    transform: translateY(0);
    /* 通常位置まで移動 */
  }

  100% {
    opacity: 0;
    /* 100%で再び透明 */
    transform: translateY(100%);
    /* 下に移動して消える */
  }
}

/* ============ */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq {
}
#faq .inner {
  padding: 0;
}
#faq .sec_cta {
  margin-bottom: var(--sp-5);
}
.qa-list dt {
  padding-right: 20px;
  padding-left: 25px !important;
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}

#police-cooperation .reveal #topics_2011 {
  margin-top: 0 !important;
}

/* .sec_cta */
.sec_cta__box {
  position: relative;
  line-height: 1.5;
  padding: calc((30 / 390) * 100vw) calc((16 / 390) * 100vw)
    calc((16 / 390) * 100vw);
  background: no-repeat bottom center/contain url("../img/sp_sec03_bg.png");
  background-size: cover;
  display: flex;
  margin-bottom: calc((65 / 390) * 100vw);
}
.sec_cta__box::after {
  position: absolute;
  bottom: calc((-18 / 390) * 100vw - (25 / 390) * 100vw);
  left: calc(50% - (22 / 390) * 100vw);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.png") no-repeat;
  background-size: contain;
  width: calc((44 / 390) * 100vw);
  height: calc((25 / 390) * 100vw);
}

.sec_cta__box-header {
  /* margin-inline: auto; */
  margin-bottom: calc((190 / 390) * 100vw);
}
.sec_cta__box-header h4 {
  font-size: calc((22 / 390) * 100vw);
  color: #e8e428;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: calc((8 / 390) * 100vw);
}
.sec_cta__box-header p {
  font-size: calc((14 / 390) * 100vw);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2%;
}

.sec_cta__box-header h4 small {
  font-size: calc((20 / 390) * 100vw);
  color: #ffffff;
}

/* sec_end-cta */
.sec_end-cta {
  padding-top: calc((40 / 390) * 100vw);
  padding-bottom: calc((60 / 390) * 100vw);
}
.sec_end-cta h3.title {
  position: relative;
  padding: 0 calc((16 / 390) * 100vw);
  font-size: calc((24 / 390) * 100vw);
  font-weight: var(--bold);
  color: var(--clr-main);
  text-align: left;
  line-height: 1.5;
  margin-bottom: calc((65 / 390) * 100vw);
}
.sec_end-cta h3.title::after {
  position: absolute;
  bottom: calc((-18 / 390) * 100vw - (25 / 390) * 100vw);
  left: calc(50% - (22 / 390) * 100vw);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.png") no-repeat;
  background-size: contain;
  width: calc((44 / 390) * 100vw);
  height: calc((25 / 390) * 100vw);
}
