html {
  font-size: 10px;
  overflow: auto;
}

body {
  min-width: 1280px;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li, ol > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

table, th, td {
  margin: 0;
  padding: 0;
}

a {
  color: #2d2d2d;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

svg path, svg polygon, svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

br.pc {
  display: inline;
}
@media screen and (max-width: 640px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.sp {
    display: inline;
  }
}

.bg-brown {
  background-color: #fdf9f3;
}

.scroll-hidden, .scroll-hidden02 {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), bottom 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000), bottom 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.scroll-hidden {
  top: 30px;
}
@media screen and (max-width: 640px) {
  .scroll-hidden {
    top: 7.8125vw;
  }
}
.scroll-hidden02 {
  bottom: -60px;
}
@media screen and (max-width: 640px) {
  .scroll-hidden02 {
    bottom: -12.5vw;
  }
}
.scroll-fade, .scroll-fade02 {
  opacity: 1;
}
.scroll-fade {
  top: 0;
}
.scroll-fade02 {
  bottom: -30px;
}
@media screen and (max-width: 640px) {
  .scroll-fade02 {
    bottom: -5.8125vw;
  }
}

.ascope-crime__header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1280px;
  -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header {
    position: relative;
    min-width: 100%;
    -webkit-box-shadow: 0 1.5625vw 2.34375vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1.5625vw 2.34375vw rgba(0, 0, 0, 0.1);
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
.ascope-crime__header--top {
  width: 1200px;
  font-size: 0;
  position: relative;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.ascope-crime__header_region {
  display: none;
}
body.is-fukuoka-lp .ascope-crime__header--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.is-fukuoka-lp .ascope-crime__header_region {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  color: #1f1f1f;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
body.is-fukuoka-lp .ascope-crime__header_logo {
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  body.is-fukuoka-lp .ascope-crime__header--top {
    left: -24px;
  }
  body.is-fukuoka-lp .ascope-crime__header_h1 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ascope-crime__header--top {
    width: calc(100% - 10vw);
    margin-bottom: 0;
  }
  body.is-fukuoka-lp .ascope-crime__header--top {
    display: block;
  }
  body.is-fukuoka-lp .ascope-crime__header_region {
    display: none;
  }
  body.is-fukuoka-lp .ascope-crime__header_h1 {
    display: inline-block;
  }
}
.ascope-crime__header_logo, .ascope-crime__header_h1, .ascope-crime__header_tel, .ascope-crime__header_btn {
  display: inline-block;
  vertical-align: middle;
}
.ascope-crime__header_logo {
  width: 170px;
  margin-right: 20px;
}
.ascope-crime__header_logo img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_logo {
    width: 26.5625vw;
    margin-right: 4.6875vw;
  }
}
.ascope-crime__header_h1 {
  width: 270px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.ascope-crime__header_h1 > span {
  font-weight: 700;
  font-size: 3rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_h1 {
    width: calc(100% - 33.8666666667vw);
    font-size: 3.28125vw;
    margin-right: 0;
  }
  .ascope-crime__header_h1 > span {
    font-size: 5.625vw;
  }
}
.ascope-crime__header_tel {
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_tel {
    display: none;
  }
}
.ascope-crime__header_tel-no, .ascope-crime__header_tel--time {
  text-align: right;
  letter-spacing: 0.02em;
}
.ascope-crime__header_tel-no {
  font-size: 0;
  margin-bottom: 2px;
}
.ascope-crime__header_tel-no--anchor {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascope-crime__header_tel-no--anchor:hover {
  opacity: 0.75;
}
.ascope-crime__header_tel-no--01, .ascope-crime__header_tel-no--02 {
  display: inline-block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1;
  vertical-align: middle;
}
.ascope-crime__header_tel-no--01 {
  color: #38419b;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 15px;
}
.ascope-crime__header_tel-no--02 {
  font-size: 3rem;
  font-weight: 700;
}
.ascope-crime__header_tel--time {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.ascope-crime__header_btn {
  width: 180px;
}
.ascope-crime__header_btn.mail {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_btn {
    display: none;
  }
}
.ascope-crime__header_btn--anchor {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#578cf3), to(#38419b));
  background: linear-gradient(180deg, #578cf3, #38419b);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.ascope-crime__header_btn--anchor:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.ascope-crime__header_btn--anchor > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascope-crime__header_btn-text--01, .ascope-crime__header_btn-text--02 {
  text-align: center;
}
.ascope-crime__header_btn-text--01 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.ascope-crime__header_btn-text--02 {
  font-size: 1rem;
  font-weight: 500;
}
.ascope-crime__header--navigation {
  width: 100%;
  text-align: center;
  background-color: #38419b;
  opacity: 1;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header--navigation {
    position: fixed;
    top: 0;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    padding: 0;
  }
  .ascope-crime__header--navigation.display {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
}
.ascope-crime__header_menu {
  width: 1280px;
  font-size: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_menu {
    display: block;
    position: relative;
    z-index: 9999;
    width: calc(100% - 10vw);
    margin-top: 15.625vw;
  }
}
.ascope-crime__header_menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding: 4px 20px;
}
.ascope-crime__header_menu li:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_menu li {
    display: block;
    border-right: none;
    padding: 0;
    margin: 1.5625vw 0;
  }
  .ascope-crime__header_menu li:first-child {
    padding: 0;
  }
}
.ascope-crime__header_menu--anchor {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.ascope-crime__header_menu--anchor::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  opacity: 0;
  background-color: #fff;
  -webkit-transition: width 0.4s, opacity 0.4s;
  transition: width 0.4s, opacity 0.4s;
  margin: auto;
}
.ascope-crime__header_menu--anchor:hover::after {
  width: 100%;
  opacity: 1;
}
.ascope-crime__header_menu--anchor.display::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_menu--anchor {
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 3.125vw 0;
  }
  .ascope-crime__header_menu--anchor::after {
    display: none;
  }
}
.ascope-crime__header_menu_bg {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_menu_bg {
    display: block;
    position: fixed;
    top: 0;
    z-index: 9998;
    background-color: #38419b;
    width: 100%;
    height: 100%;
  }
}
.ascope-crime__header_hamburger {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_hamburger {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 3.59375vw;
    right: 3.125vw;
    cursor: pointer;
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 4.6875vw;
    background-color: #38419b;
    -webkit-box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
    margin: auto;
  }
  .ascope-crime__header_hamburger.published {
    background-color: rgba(0, 52, 158, 0.8);
  }
  .ascope-crime__header_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 4.6875vw;
    height: 0.625vw;
    background-color: #fff;
    -webkit-transition: width 0.4s, background-color 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, background-color 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, transform 0.4s, background-color 0.4s, opacity 0.4s;
    transition: width 0.4s, transform 0.4s, background-color 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    margin: auto;
  }
  .ascope-crime__header_hamburger span:nth-of-type(1) {
    top: 2.65625vw;
  }
  .ascope-crime__header_hamburger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .ascope-crime__header_hamburger span:nth-of-type(3) {
    bottom: 2.65625vw;
  }
  .ascope-crime__header_hamburger.active {
    -webkit-box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
            box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  .ascope-crime__header_hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-45deg);
            transform: translateY(1.8vw) rotate(-45deg);
  }
  .ascope-crime__header_hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .ascope-crime__header_hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8vw) rotate(45deg);
            transform: translateY(-1.8vw) rotate(45deg);
  }
}
.ascope-crime__header_footarea {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascope-crime__header_footarea {
    display: block;
    position: fixed;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 0;
    -webkit-box-shadow: 0 -1.5625vw 2.34375vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1.5625vw 2.34375vw rgba(0, 0, 0, 0.1);
    background-color: #f2f8ff;
    padding: 3.125vw;
  }
  .ascope-crime__header_footarea-tel, .ascope-crime__header_footarea-mail, .ascope-crime__header_footarea-line {
    display: inline-block;
    vertical-align: middle;
  }
  .ascope-crime__header_footarea-tel--anchor, .ascope-crime__header_footarea-mail--anchor, .ascope-crime__header_footarea-line--anchor {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 15.625vw;
    color: #fff;
    border: 0.3125vw solid #fff;
    border-radius: 9.375vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#578cf3), to(#38419b));
    background: linear-gradient(180deg, #578cf3, #38419b);
    -webkit-box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.4);
  }
  .ascope-crime__header_footarea-tel--anchor > span, .ascope-crime__header_footarea-mail--anchor > span, .ascope-crime__header_footarea-line--anchor > span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
  }
  .ascope-crime__header_footarea-tel {
    width: calc(100% - 45.4vw);
  }
  .ascope-crime__header_footarea-tel--anchor::before {
    position: absolute;
    top: -3.5vw;
    bottom: 0;
    content: "";
    width: 5.46875vw;
    height: 5.46875vw;
    left: 3.125vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C0C114.6%2C0%2C0%2C114.6%2C0%2C256c0%2C141.4%2C114.7%2C255.3%2C255.9%2C256h0.3l0.3%2C0c27.1%2C0%2C49.5-8.5%2C65-22.6%20c15.5-14%2C23.7-33.3%2C23.7-52.7c0-9.1-1.9-18.3-5.5-27c6.1-3.5%2C10.1-6.6%2C11.3-7.4c4.2-3%2C16-18.8%2C7.7-31.8c-8.3-13-38-42.7-46.2-47.7%20c-8.1-5-21.6-0.1-28.1%2C9.4c-6.5%2C9.5-11.7%2C6.7-11.7%2C6.7s-18.5-15-44.1-66.6c-25.6-51.7-26.3-75.5-26.3-75.5s0.8-5.8%2C12.4-5.3%20c11.5%2C0.6%2C23.6-7.2%2C24.5-16.7c0.9-9.5-4.7-51.1-10-65.6c-5.3-14.5-25.1-14.7-29.9-13.1c-4.9%2C1.5-55%2C13.7-59%2C66.2%20c-4%2C52.5%2C9.6%2C100.2%2C28.9%2C139.3c19.4%2C39.1%2C49.1%2C78.8%2C93.3%2C107.4c17.9%2C11.6%2C35.1%2C13.1%2C49.5%2C10.7c2.5%2C5.5%2C3.7%2C11.3%2C3.7%2C17%20c0%2C11.3-4.6%2C22.4-14.1%2C31c-9.5%2C8.6-24.1%2C14.9-45.2%2C15l-0.5%2C0C130.8%2C482%2C29.4%2C381.1%2C29.4%2C256c0-62.6%2C25.3-119.2%2C66.4-160.2%20c41.1-41%2C97.6-66.4%2C160.2-66.4c62.6%2C0%2C119.2%2C25.3%2C160.2%2C66.4c41%2C41.1%2C66.4%2C97.6%2C66.4%2C160.2c0%2C38.7-9.7%2C75-26.7%2C106.8%20c-9.5%2C17.8-21.4%2C34.2-35.2%2C48.8c-5.6%2C5.9-5.3%2C15.2%2C0.6%2C20.8c5.9%2C5.6%2C15.2%2C5.3%2C20.8-0.6c15.5-16.5%2C28.9-35%2C39.7-55.1%20C501.1%2C340.7%2C512%2C299.6%2C512%2C256C512%2C114.6%2C397.4%2C0%2C256%2C0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    margin: auto;
  }
  .ascope-crime__header_footarea-tel--no {
    position: relative;
    left: 3vw;
    font-size: 5.5vw;
    font-weight: 700;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: -0.025em;
    line-height: 0.9;
    text-align: center;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__header_footarea-tel--time {
    font-size: 2.5vw;
    text-align: center;
  }
  .ascope-crime__header_footarea-mail, .ascope-crime__header_footarea-line {
    width: 22vw;
    margin-left: 0.7vw;
  }
  .ascope-crime__header_footarea-mail--text, .ascope-crime__header_footarea-line--text {
    font-size: 3.75vw;
    font-weight: 700;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.78125vw;
  }
}
.ascope-crime__mainvisual {
  margin-top: 142px;
}
.ascope-crime__mainvisual.jisyu {
  margin-top: 0;
}
.ascope-crime__mainvisual img {
  width: 100%;
}
.ascope-crime__mainvisual.is-fukuoka {
  position: relative;
}
.ascope-crime__hero-badge {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 1;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 10px 18px;
}
.ascope-crime__hero-title {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  color: #1f1f1f;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}
.ascope-crime__hero-title span {
  color: #f16666;
}
@media screen and (max-width: 640px) {
  .ascope-crime__mainvisual {
    margin-top: 0;
  }
  .ascope-crime__hero-title {
    top: 2.2vw;
    left: 2.8vw;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .ascope-crime__hero-badge {
    right: 3.2vw;
    bottom: 3.2vw;
    font-size: 3.4666666667vw;
    padding: 1.4vw 3.2vw;
  }
}
.ascope-crime__line {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .ascope-crime__line {
    padding: 6% 4%;
  }
}
.ascope-crime__line_bn {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__line_bn > img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascope-crime__line_bn {
    display: none;
  }
}
.ascope-crime__line--wrap {
  display: none;
}
@media screen and (max-width: 640px) {
  .ascope-crime__line--wrap {
    display: block;
    border: 0.46875vw solid #00bb00;
    border-radius: 3.125vw;
    padding: 6.25vw;
    text-align: center;
    padding: 4%;
  }
}
.ascope-crime__line--wrap--text01 {
  display: inline-block;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #00bb00;
  text-align: center;
  border-bottom: 0.625vw solid #00bb00;
  padding: 0 4% 3%;
  margin-bottom: 3%;
}
.ascope-crime__line--wrap--text02 {
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ascope-crime__line--wrap--text02 span {
  font-size: 2.6666666667vw;
  font-weight: 500;
  display: inline-block;
  margin-top: 2%;
}
.ascope-crime__line--wrap--btn {
  width: 21vw;
  margin: 6% auto;
}
.ascope-crime__line--wrap--btnlink {
  display: block;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #00bb00;
  border-radius: 999px;
  padding: 3.2vw 0;
  -webkit-box-shadow: 0 0.9375vw 1.875vw rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.9375vw 1.875vw rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascope-crime__line--wrap--btnlink:hover {
  opacity: 0.8;
}
.ascope-crime__line--wrap--text03 {
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2;
}
.ascope-crime__consultation--wrap {
  background: #f2f8ff;
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__consultation--wrap {
    padding: 6% 2.6%;
  }
}
.ascope-crime__consultation_text01 {
  width: 1200px;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__consultation_text01 {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 3.125vw;
  }
}
.ascope-crime__consultation_text02 {
  width: 800px;
  height: 80px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 80px;
  text-align: center;
  background: url("../img/top/img_ttl_bg01.png") no-repeat center/100% auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__consultation_text02 {
    width: 100%;
    height: 10vw;
    font-size: 4.0625vw;
    line-height: 10vw;
    margin-bottom: 3.125vw;
  }
}
.ascope-crime__consultation_list {
  font-size: 0;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__consultation_list li {
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  height: 141px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  background: url("../img/top/img_ttl_bg02.png") no-repeat 0 0/100% auto;
  margin: 0 10px;
}
.ascope-crime__consultation_list li span.strong {
  font-size: 3.8rem;
  color: #aa2c2c;
}
.ascope-crime__consultation_list li span.position {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__consultation_list {
    width: 100%;
  }
  .ascope-crime__consultation_list li {
    width: calc(50% - 3.125vw);
    height: 22.03125vw;
    font-size: 4.0625vw;
    margin: 0 1.5625vw;
  }
  .ascope-crime__consultation_list li span.strong {
    font-size: 6.5625vw;
  }
}
.ascope-crime__consultation_bnr {
  width: 700px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding-top: 70px;
  padding-bottom: 110px;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__consultation_bnr:hover {
  opacity: 0.7;
}
.ascope-crime__consultation_bnr img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascope-crime__consultation_bnr {
    width: 92%;
    padding-top: 10.9375vw;
    padding-bottom: 17.1875vw;
  }
  .ascope-crime__consultation_bnr:hover {
    opacity: 1;
  }
}
.ascope-crime__cv {
  position: relative;
  text-align: center;
  background: url("../img/top/bg_cv.png") no-repeat 0 0/100% 100%;
  padding: 80px 0;
}
.ascope-crime__cv_text01 {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  height: 80px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 80px;
  background: url("../img/top/img_ttl_bg01.png") no-repeat center/100% auto;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__cv_text01.static {
  position: static;
  text-align: center;
}
.ascope-crime__cv_text01 span {
  font-size: 4.5rem;
  color: #fdff3c;
}
.ascope-crime__cv_text01_2 {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  height: 80px;
  color: #38419b;
  font-size: 3rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 80px;
  background: url("../img/top/img_ttl_bg03.png") no-repeat center/100% auto;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__cv_text01_2 span {
  position: relative;
  z-index: 1;
}
.ascope-crime__cv_text01_2 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 102%;
  height: 8px;
  background: #fdff3c;
}
.ascope-crime__cv_text02 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.ascope-crime__cv_text02 span {
  font-size: 3rem;
}
.ascope-crime__cv_text02::after {
  position: absolute;
  right: 0;
  left: -6px;
  bottom: 0;
  content: "";
  width: calc(100% + 12px);
  height: 2px;
  background-color: #fff;
  margin: auto;
}
.ascope-crime__cv_text03 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ascope-crime__cv_link {
  /* fit-content: テキスト幅に合わせて自動伸縮 */
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
.ascope-crime__cv_link a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  white-space: nowrap; /* 1行に収める */
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 50px; /* ピル型 */
  background: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#7b1f1f));
  background: linear-gradient(180deg, #c0392b, #7b1f1f);
  border: 2px solid rgba(255,255,255,0.18);
  -webkit-box-shadow: 0 5px 16px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
          box-shadow: 0 5px 16px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
  -webkit-transition: -webkit-filter 0.3s, -webkit-transform 0.2s;
  transition: -webkit-filter 0.3s, -webkit-transform 0.2s;
  transition: filter 0.3s, transform 0.2s;
  transition: filter 0.3s, transform 0.2s, -webkit-filter 0.3s, -webkit-transform 0.2s;
  padding: 18px 68px 18px 36px;
}
.ascope-crime__cv_link a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  content: "";
  width: 21px;
  height: 16px;
  background: url("../img/top/ico_cv_arrow01.png") no-repeat 0 0/100% 100%;
  margin: auto;
}
.ascope-crime__cv_link a:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ascope-crime__cv_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1120px;
  font-size: 0;
  background: #f2f8ff;
  padding: 40px 78px;
  margin: 0 auto;
}
.ascope-crime__cv_list li {
  display: inline-block;
  position: relative;
  width: 472px;
  vertical-align: top;
}
.ascope-crime__cv_list li:nth-of-type(1) {
  margin-right: 10px;
}
.ascope-crime__cv_list li:nth-of-type(2) {
  margin-left: 10px;
}
.ascope-crime__cv_list li::before, .ascope-crime__cv_list li::after {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  margin: auto;
}
.ascope-crime__cv_list li::before {
  width: 48px;
  height: 50px;
  left: 24px;
}
.ascope-crime__cv_list li::after {
  width: 12px;
  height: 16px;
  right: 29px;
}
.ascope-crime__cv_list li > a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 123px;
  border: 3px solid #363636;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbcbcb));
  background: linear-gradient(180deg, #fff, #cbcbcb);
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.ascope-crime__cv_list li > a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ascope-crime__cv_list li > a p {
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ascope-crime__cv_list li > a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.ascope-crime__cv_list-list01:before {
  background: url("../img/top/ico_call.png") no-repeat 0 0/100% 100%;
}
.ascope-crime__cv_list-list01::after {
  background: url("../img/top/ico_cv_arrow02.png") no-repeat 0 0/100% 100%;
}
.ascope-crime__cv_list-list01 > a p.text01 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.ascope-crime__cv_list-list01 > a p.tel {
  font-size: 4.4rem;
  color: #aa2c2c;
  margin-bottom: 5px;
  display: block;
}
.ascope-crime__cv_list-list01 > a p.text02 {
  font-size: 1.6rem;
}
.ascope-crime__cv_list-list02:before {
  background: url("../img/top/ico_mail.png") no-repeat 0 0/100% 100%;
}
.ascope-crime__cv_list-list02::after {
  background: url("../img/top/ico_cv_arrow02.png") no-repeat 0 0/100% 100%;
}
.ascope-crime__cv_list-list02 > a p.text01 {
  font-size: 2.08rem;
  margin-bottom: 5px;
}
.ascope-crime__cv_list-list02 > a p.text02 {
  font-size: 3.84rem;
  color: #aa2c2c;
}
/* ── LINE ボタン（list03）: 電話・メールの下にフル幅1行 ── */
.ascope-crime__cv_list li.ascope-crime__cv_list-list03 {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 12px;
}
/* 背景: li+クラスで詳細度を上げ、汎用の li>a に勝つ */
.ascope-crime__cv_list li.ascope-crime__cv_list-list03 > a {
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1fd568), to(#04a844));
  background: linear-gradient(180deg, #1fd568, #04a844);
  border-color: #04a844;
}
/* LINEアイコン: テキスト中央ブロックの左端に揃える */
.ascope-crime__cv_list-list03::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.630 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.627-.63h2.386c.349 0 .63.285.63.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.63.63-.63.345 0 .63.285.63.63v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.627-.63.349 0 .631.285.631.63v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.63.63-.63.348 0 .63.285.63.63v4.141h1.756c.348 0 .629.283.629.63 0 .344-.281.629-.629.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314'/%3E%3C/svg%3E") no-repeat 0 0/100% 100%;
  width: 48px;
  height: 50px;
  left: calc(50% - 210px); /* テキストブロック左端より52px手前 */
}
/* 矢印アイコン: フル幅ボタンでは非表示 */
.ascope-crime__cv_list-list03::after {
  display: none;
}
/* テキストブロック: 320px幅で中央配置 */
.ascope-crime__cv_list li.ascope-crime__cv_list-list03 > a span {
  left: calc(50% - 160px);
  right: calc(50% - 160px);
  width: 320px;
  text-align: center;
}
.ascope-crime__cv_list-list03 > a p.text01 {
  font-size: 2.08rem;
  margin-bottom: 5px;
  color: #fff;
}
.ascope-crime__cv_list-list03 > a p.text02 {
  font-size: 3.84rem;
  color: #fff;
}
/* ─────────────────────────────────────────────────────── */
@media screen and (max-width: 640px) {
  .ascope-crime__cv {
    padding: 9.375vw 0;
  }
  .ascope-crime__cv.secmtp {
    margin-top: -20px;
  }
  .ascope-crime__cv_text01 {
    top: -5vw;
    width: 94.8%;
    height: 10vw;
    font-size: 4.0625vw;
    line-height: 10vw;
  }
  .ascope-crime__cv_text01 span {
    font-size: 6.09375vw;
  }
  .ascope-crime__cv_text01_2 {
    top: -5vw;
    width: 94.8%;
    height: 10vw;
    font-size: 5vw;
    line-height: 10vw;
  }
  .ascope-crime__cv_text01_2::before {
    height: 1.25vw;
  }
  .ascope-crime__cv_text02 {
    font-size: 8.125vw;
    padding-bottom: 1.875vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__cv_text02 span {
    font-size: 5vw;
  }
  .ascope-crime__cv_text02::after {
    left: -1.875vw;
    width: calc(100% + 3.75vw);
    height: 1px;
  }
  .ascope-crime__cv_text03 {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__cv_link {
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__cv_link a {
    font-size: 3.75vw;
    border-radius: 50px;
    padding: 3.125vw 10.9375vw 3.125vw 5.625vw;
    white-space: nowrap;
  }
  .ascope-crime__cv_link a::before {
    right: 4.375vw;
    width: 3.28125vw;
    height: 2.5vw;
  }
  .ascope-crime__cv_link a:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: none;
            transform: none;
  }
  .ascope-crime__cv_list {
    width: 92%;
    padding: 6.25vw;
  }
  .ascope-crime__cv_list li {
    display: block;
    width: 100%;
  }
  .ascope-crime__cv_list li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__cv_list li:nth-of-type(2) {
    margin-left: 0;
    margin-bottom: 3.125vw;
  }
  /* list03: SP でも幅100%・下マージンなし */
  .ascope-crime__cv_list li.ascope-crime__cv_list-list03 {
    margin-top: 3.125vw;
    margin-bottom: 0;
  }
  .ascope-crime__cv_list li.ascope-crime__cv_list-list03 > a {
    height: 15.625vw; /* SPでの高さ調整 */
  }
  .ascope-crime__cv_list li.ascope-crime__cv_list-list03 > a span {
    left: calc(50% - 25vw);
    right: calc(50% - 25vw);
    width: 50vw;
  }
  .ascope-crime__cv_list-list03::before {
    left: calc(50% - 32vw);
    width: 7.5vw;
    height: 7.8125vw;
  }
  .ascope-crime__cv_list-list03 > a p.text01 {
    font-size: 3.25vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__cv_list-list03 > a p.text02 {
    font-size: 6vw;
  }
  .ascope-crime__cv_list li::before {
    width: 7.5vw;
    height: 7.8125vw;
    left: 3.75vw;
  }
  .ascope-crime__cv_list li::after {
    width: 1.875vw;
    height: 2.5vw;
    right: 4.53125vw;
  }
  .ascope-crime__cv_list li > a {
    height: 19.21875vw;
    border: 1px solid #363636;
    border-radius: 1.5625vw;
    -webkit-box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.4);
            box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.4);
  }
  .ascope-crime__cv_list li > a:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .ascope-crime__cv_list-list01 > a p.text01 {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__cv_list-list01 > a p.tel {
    font-size: 6.875vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__cv_list-list01 > a p.text02 {
    font-size: 2.5vw;
  }
  .ascope-crime__cv_list-list02 > a p.text01 {
    font-size: 3.25vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__cv_list-list02 > a p.text02 {
    font-size: 6vw;
  }
}
.ascope-crime__strong {
  background: #f2f8ff;
}
.ascope-crime__strong--textarea {
  text-align: center;
  background: linear-gradient(-45deg, #578cf3, #3a67d2);
  padding: 40px 0;
}
.ascope-crime__strong--textarea--text01 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.375;
  margin-bottom: 20px;
}
.ascope-crime__strong--textarea--text01 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.ascope-crime__strong--textarea--text02 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
}
.ascope-crime__strong--textarea--text02 span.sizeM {
  font-size: 6rem;
}
.ascope-crime__strong--textarea--text02 span.sizeL {
  font-size: 8rem;
}
.ascope-crime__strong--textarea--text02 strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #38419b;
  font-size: 8rem;
  line-height: 93px;
  width: 100px;
  height: 100px;
  margin: 0 5px;
}
.ascope-crime__strong--textarea--text02 strong::before {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  width: 133px;
  height: 100px;
  background: url("../img/top/bg_strong.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 640px) {
  .ascope-crime__strong--textarea {
    padding: 9.375vw 0;
  }
  .ascope-crime__strong--textarea--text01 {
    font-size: 5.3125vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__strong--textarea--text01 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.78125vw;
  }
  .ascope-crime__strong--textarea--text02 {
    font-size: 6.25vw;
  }
  .ascope-crime__strong--textarea--text02 span.sizeM {
    font-size: 7.8125vw;
  }
  .ascope-crime__strong--textarea--text02 span.sizeL {
    font-size: 10.9375vw;
  }
  .ascope-crime__strong--textarea--text02 strong {
    font-size: 10.9375vw;
    line-height: 12.96875vw;
    width: 14.0625vw;
    height: 14.0625vw;
    margin: 0 0.78125vw;
  }
  .ascope-crime__strong--textarea--text02 strong::before {
    width: 19.21875vw;
    height: 14.0625vw;
  }
}
.ascope-crime__strong--list {
  width: 1134px;
  font-size: 0;
  padding: 40px 0 80px 0;
  margin: 0 auto;
}
.ascope-crime__strong--list li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 364px;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  margin-right: 7px;
  margin-left: 7px;
}
.ascope-crime__strong--list--text01 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  background: #38419b;
  padding: 18px;
  margin-bottom: 20px;
}
.ascope-crime__strong--list--img {
  display: block;
  margin-bottom: 18px;
}
.ascope-crime__strong--list--img img {
  width: 100%;
}
.ascope-crime__strong--list--text02 {
  min-height: 12em;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .ascope-crime__strong--list {
    width: 92%;
    padding: 6.25vw 0 12.5vw 0;
  }
  .ascope-crime__strong--list li {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.1);
    padding: 3.125vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
    margin-left: 0;
  }
  .ascope-crime__strong--list li:last-child {
    margin-bottom: 0;
  }
  .ascope-crime__strong--list--text01 {
    font-size: 5vw;
    padding: 2.8125vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__strong--list--img {
    margin-bottom: 2.8125vw;
  }
  .ascope-crime__strong--list--text02 {
    min-height: auto;
    font-size: 3.75vw;
  }
}
.ascope-crime__handling {
  padding-bottom: 80px;
}
.ascope-crime__handling--title {
  background: #5285ed;
  text-align: center;
  padding: 40px 0 30px 0;
}
.ascope-crime__handling--title span {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.ascope-crime__handling--wrap {
  background: #213a9e;
  padding: 40px 0 60px 0;
}
.ascope-crime__handling--list {
  width: 1134px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__handling--list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 364px;
  vertical-align: top;
  background: #fff;
  padding: 20px 10px;
  margin-right: 7px;
  margin-bottom: 20px;
  margin-left: 7px;
}
.ascope-crime__handling--list--title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #213a9e;
  font-size: 2.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  text-align: center;
  border: 2px solid #213a9e;
  background: #f2f8ff;
  padding: 10px 0;
  margin-bottom: 10px;
}
.ascope-crime__handling--list--title .sizeS {
  font-size: 2.6rem;
}
.ascope-crime__handling--list--list {
  width: 100%;
}
.ascope-crime__handling--list--list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 0;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ascope-crime__handling--list--list > li:first-child {
  margin-top: 0;
}
.ascope-crime__handling--list--list > li span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-size: 1.5rem;
  line-height: 1.625;
}
.ascope-crime__handling--list--list > li p {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.625;
}
.ascope-crime__handling--bnr {
  width: 700px;
  padding: 60px 0 40px 0;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__handling--bnr > a {
  display: block;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.ascope-crime__handling--bnr > a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.ascope-crime__handling--bnr > a img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ascope-crime__handling {
    padding-bottom: 12.5vw;
  }
  .ascope-crime__handling--title {
    padding: 6.25vw 0 4.6875vw 0;
  }
  .ascope-crime__handling--title span {
    font-size: 6.25vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5625vw;
  }
  .ascope-crime__handling--wrap {
    padding: 6.25vw 0 9.375vw 0;
  }
  .ascope-crime__handling--list {
    width: 92%;
  }
  .ascope-crime__handling--list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 0;
    padding: 3.125vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
    margin-left: 0;
  }
  .ascope-crime__handling--list > li:last-child {
    margin-bottom: 0;
  }
  .ascope-crime__handling--list--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 23.4375vw;
    min-height: 14.0625vw;
    font-size: 5.9375vw;
    line-height: 1.2;
    padding: 3.90625vw 0;
    margin-bottom: 0;
    margin-right: 1.5625vw;
  }
  .ascope-crime__handling--list--title .sizeS {
    display: inline-block;
    font-size: 4.6875vw;
  }
  .ascope-crime__handling--list--list {
    width: calc(100% - 25vw);
  }
  .ascope-crime__handling--list--list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    padding: 0;
    font-weight: 700;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .ascope-crime__handling--list--list > li:first-child {
    margin-top: 0;
  }
  .ascope-crime__handling--list--list > li span {
    margin-right: 0.78125vw;
    font-size: 3.28125vw;
  }
  .ascope-crime__handling--list--list > li p {
    font-size: 3.28125vw;
  }
  .ascope-crime__handling--bnr {
    width: 92%;
    padding: 9.375vw 0 6.25vw 0;
  }
  .ascope-crime__handling--bnr > a:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.ascope-crime__ifarrest {
  padding-bottom: 80px;
  background: #f2f8ff;
}
.ascope-crime__ifarrest--title {
  background: #5285ed;
  text-align: center;
  padding: 40px 0 30px 0;
}
.ascope-crime__ifarrest--title span {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.ascope-crime__ifarrest--list {
  width: 960px;
  font-size: 0;
  text-align: center;
  padding-top: 80px;
  margin: 0 auto;
}
.ascope-crime__ifarrest--list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.ascope-crime__ifarrest--list--top {
  font-size: 0;
  padding: 20px;
}
.ascope-crime__ifarrest--list--text01 {
  position: relative;
  background: #38419b;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
}
.ascope-crime__ifarrest--list--text01 span.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background: #578cf3;
}
.ascope-crime__ifarrest--list--text01 span.sizeS {
  font-size: 2.1rem;
}
.ascope-crime__ifarrest--list--img, .ascope-crime__ifarrest--list--text02 {
  display: inline-block;
  vertical-align: middle;
}
.ascope-crime__ifarrest--list--img {
  width: 300px;
  margin-top: 30px;
  margin-right: 10px;
}
.ascope-crime__ifarrest--list--img img {
  width: 100%;
}
.ascope-crime__ifarrest--list--text02 {
  width: calc(100% - 310px);
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: left;
  margin-top: 30px;
}
.ascope-crime__ifarrest--list--text02 span {
  font-weight: 700;
}
.ascope-crime__ifarrest--list--bottom {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  background: #f9eef4;
  padding: 20px;
}
.ascope-crime__ifarrest--list--bottom p {
  margin-top: 10px;
}
.ascope-crime__ifarrest--list--bottom p:first-child {
  margin-top: 0;
}
.ascope-crime__ifarrest--list--bottom span {
  font-weight: 700;
}
.ascope-crime__ifarrest--list--bottom span.red {
  color: #aa2c2c;
}
.ascope-crime__ifarrest--list--bottom span.line {
  border-bottom: 1px solid #aa2c2c;
}
@media screen and (max-width: 640px) {
  .ascope-crime__ifarrest {
    padding-bottom: 12.5vw;
  }
  .ascope-crime__ifarrest--title {
    padding: 6.25vw 0 4.6875vw 0;
  }
  .ascope-crime__ifarrest--title span {
    font-size: 5.625vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5625vw;
  }
  .ascope-crime__ifarrest--list {
    width: 92%;
    padding-top: 3.125vw;
    padding-left: 0;
  }
  .ascope-crime__ifarrest--list li {
    -webkit-box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.78125vw 0 1.5625vw rgba(0, 0, 0, 0.1);
    margin-bottom: 3.125vw;
  }
  .ascope-crime__ifarrest--list--top {
    padding: 3.125vw;
  }
  .ascope-crime__ifarrest--list--text01 {
    font-size: 5.3125vw;
    padding-top: 3.125vw;
    padding-right: 1.5625vw;
    padding-bottom: 3.125vw;
    padding-left: 10.9375vw;
  }
  .ascope-crime__ifarrest--list--text01 span.num {
    width: 10.9375vw;
    font-size: 6.5625vw;
  }
  .ascope-crime__ifarrest--list--text01 span.sizeS {
    font-size: 3.75vw;
  }
  .ascope-crime__ifarrest--list--img, .ascope-crime__ifarrest--list--text02 {
    display: block;
  }
  .ascope-crime__ifarrest--list--img {
    width: 100%;
    margin-top: 4.6875vw;
    margin-right: 0;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__ifarrest--list--text02 {
    width: 100%;
    font-size: 4.0625vw;
    margin-top: 4.6875vw;
  }
  .ascope-crime__ifarrest--list--bottom {
    font-size: 4.0625vw;
    padding: 3.125vw;
  }
  .ascope-crime__ifarrest--list--bottom p {
    margin-top: 10px;
  }
  .ascope-crime__ifarrest--list--bottom p:first-child {
    margin-top: 0;
  }
  .ascope-crime__ifarrest--list--bottom span {
    font-weight: 700;
  }
  .ascope-crime__ifarrest--list--bottom span.red {
    color: #aa2c2c;
  }
  .ascope-crime__ifarrest--list--bottom span.line {
    border-bottom: 1px solid #aa2c2c;
  }
}
.ascope-crime__flow {
  padding-bottom: 80px;
}
.ascope-crime__flow--title {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  background: #5285ed;
  padding: 40px 0 30px 0;
}
.ascope-crime__flow--title span {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.ascope-crime__flow--wrap {
  padding-top: 120px;
}
.ascope-crime__flow--wrap--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 880px;
  margin: 0 auto;
}
.ascope-crime__flow--wrap--list dt {
  position: relative;
  top: -34px;
  height: 80px;
  border-radius: 40px;
  background: #e0ebf8;
  margin-right: 40px;
}
.ascope-crime__flow--wrap--list dt p {
  position: relative;
  top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  width: 80px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  padding-top: 0;
}
.ascope-crime__flow--wrap--list dt p span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
.ascope-crime__flow--wrap--list dd {
  border-left: 5px solid #578cf3;
  padding: 0 0 60px 35px;
  margin: 0;
}
.ascope-crime__flow--wrap--list--title {
  position: relative;
  z-index: 2;
  color: #213a9e;
  font-size: 3.6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: -10px;
  margin-bottom: 20px;
}
.ascope-crime__flow--wrap--list--title::before, .ascope-crime__flow--wrap--list--title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.ascope-crime__flow--wrap--list--title::before {
  left: -47px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #38419b;
  border-radius: 10px;
}
.ascope-crime__flow--wrap--list--title::after {
  position: absolute;
  left: -30px;
  z-index: 0;
  content: "";
  width: 20px;
  height: 5px;
  background: #578cf3;
}
.ascope-crime__flow--wrap--list--text {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
.ascope-crime__flow--wrap--list--text--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ascope-crime__flow--wrap--list--img {
  width: 400px;
}
.ascope-crime__flow--wrap--list--img img {
  width: 100%;
}
.ascope-crime__flow--wrap--list:last-child dd {
  border-left: none;
  padding-bottom: 0;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .ascope-crime__flow {
    padding-bottom: 12.5vw;
  }
  .ascope-crime__flow--title {
    font-size: 6.25vw;
    padding: 6.25vw 0 4.6875vw 0;
  }
  .ascope-crime__flow--title span {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5625vw;
  }
  .ascope-crime__flow--wrap {
    padding-top: 18.75vw;
  }
  .ascope-crime__flow--wrap--list {
    width: 92%;
  }
  .ascope-crime__flow--wrap--list dt {
    top: -4.6875vw;
    height: 12.5vw;
    border-radius: 6.25vw;
    margin-right: 3.125vw;
  }
  .ascope-crime__flow--wrap--list dt p {
    top: 1.875vw;
    width: 12.5vw;
    font-size: 5vw;
  }
  .ascope-crime__flow--wrap--list dt p span {
    font-size: 3.75vw;
  }
  .ascope-crime__flow--wrap--list dd {
    border-left: 0.46875vw solid #578cf3;
    padding: 0 0 9.375vw 3.90625vw;
  }
  .ascope-crime__flow--wrap--list--title {
    font-size: 5vw;
    margin-top: -1.5625vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__flow--wrap--list--title::before {
    left: -5.625vw;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
  .ascope-crime__flow--wrap--list--title::after {
    left: -3.125vw;
    width: 2.34375vw;
    height: 0.46875vw;
  }
  .ascope-crime__flow--wrap--list--text {
    font-size: 3.75vw;
  }
  .ascope-crime__flow--wrap--list--img {
    width: 100%;
    margin-left: 0;
  }
  .ascope-crime__flow--wrap--list:last-child dd {
    padding-left: 4.375vw;
  }
}
.ascope-crime__team {
  background: #f2f8ff;
  padding-bottom: 80px;
}
.ascope-crime__team--textarea {
  background: linear-gradient(-45deg, #578cf3, #3a67d2);
  padding: 40px 0 30px 0;
}
.ascope-crime__team--textarea--text01 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
}
.ascope-crime__team--textarea--text01 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ascope-crime__team--textarea--text02 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
}
.ascope-crime__team--member01, .ascope-crime__team--member02 {
  width: 880px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__team--member01--img, .ascope-crime__team--member01--wrap, .ascope-crime__team--member02--img, .ascope-crime__team--member02--wrap {
  display: inline-block;
  vertical-align: top;
}
.ascope-crime__team--member01--img, .ascope-crime__team--member02--img {
  width: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
  margin-left: 0;
}
.ascope-crime__team--member01--img img, .ascope-crime__team--member02--img img {
  width: 100%;
}
.ascope-crime__team--member01--wrap, .ascope-crime__team--member02--wrap {
  width: calc(100% - 280px);
}
.ascope-crime__team--member01 {
  margin-bottom: 40px;
}
.ascope-crime__team--member01.first {
  padding-top: 80px;
}
.ascope-crime__team--member01--name--text01 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ascope-crime__team--member01--name--text02 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.ascope-crime__team--member01--name--text02 span {
  font-size: 2.4rem;
  font-weight: 100;
}
.ascope-crime__team--member01--profile, .ascope-crime__team--member01--message {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-bottom: 40px;
}
.ascope-crime__team--member01--profile--title, .ascope-crime__team--member01--message--title {
  display: inline-block;
  color: #fff;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1;
  background: #38419b;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.ascope-crime__team--member01--profile--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ascope-crime__team--member01--profile--list li span {
  display: inline-block;
  margin-right: 5px;
}
.ascope-crime__team--member01--voice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 880px;
  font-size: 0;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.ascope-crime__team--member01--voice--title {
  text-align: center;
  margin-bottom: 60px;
}
.ascope-crime__team--member01--voice--title span {
  position: relative;
  z-index: 1;
  color: #213a9e;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.ascope-crime__team--member01--voice--title span::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: -1;
  content: "";
  width: calc(100% + 20px);
  height: 16px;
  background: #e0ebf8;
}
.ascope-crime__team--member01--voice--img, .ascope-crime__team--member01--voice--list {
  display: inline-block;
  vertical-align: top;
}
.ascope-crime__team--member01--voice--img {
  width: 240px;
  margin-right: 20px;
  margin-left: 0;
}
.ascope-crime__team--member01--voice--img img {
  width: 100%;
}
.ascope-crime__team--member01--voice--list {
  width: calc(100% - 260px);
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ascope-crime__team--member01--voice--list li {
  line-height: 1.5;
  border-bottom: 2px solid #38419b;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.ascope-crime__team--member01--voice--list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ascope-crime__team--member01--voice--list li span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
.ascope-crime__team--member02 {
  margin-bottom: 80px;
}
.ascope-crime__team--member02--name--text01 {
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 2px solid #38419b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ascope-crime__team--member02--profile {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  border-bottom: 2px solid #38419b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ascope-crime__team--member02--message {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .ascope-crime__team {
    padding-bottom: 12.5vw;
  }
  .ascope-crime__team--textarea {
    padding: 6.25vw 0 4.6875vw 0;
  }
  .ascope-crime__team--textarea--text01 {
    font-size: 6.25vw;
  }
  .ascope-crime__team--textarea--text01 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.78125vw;
    margin-bottom: 0.78125vw;
  }
  .ascope-crime__team--textarea--text02 {
    font-size: 6.25vw;
  }
  .ascope-crime__team--member01, .ascope-crime__team--member02 {
    width: 92%;
  }
  .ascope-crime__team--member01--img, .ascope-crime__team--member01--wrap, .ascope-crime__team--member02--img, .ascope-crime__team--member02--wrap {
    display: block;
  }
  .ascope-crime__team--member01--img, .ascope-crime__team--member02--img {
    width: 46.875vw;
    border-radius: 3.125vw;
    margin-right: auto;
    margin-bottom: 6.25vw;
    margin-left: auto;
  }
  .ascope-crime__team--member01--wrap, .ascope-crime__team--member02--wrap {
    width: 100%;
  }
  .ascope-crime__team--member01 {
    margin-bottom: 6.25vw;
  }
  .ascope-crime__team--member01.first {
    padding-top: 12.5vw;
  }
  .ascope-crime__team--member01--name--text01 {
    font-size: 4.0625vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__team--member01--name--text02 {
    font-size: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__team--member01--name--text02 span {
    font-size: 3.75vw;
  }
  .ascope-crime__team--member01--profile, .ascope-crime__team--member01--message {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__team--member01--profile--title, .ascope-crime__team--member01--message--title {
    font-size: 3.75vw;
    padding: 1.5625vw 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__team--member01--profile--list li span {
    margin-right: 0.78125vw;
  }
  .ascope-crime__team--member01--voice {
    width: 100%;
    border-radius: 1.5625vw;
    padding: 9.375vw 6.25vw;
    margin-bottom: 12.5vw;
  }
  .ascope-crime__team--member01--voice--title {
    margin-bottom: 9.375vw;
  }
  .ascope-crime__team--member01--voice--title span {
    font-size: 6.25vw;
  }
  .ascope-crime__team--member01--voice--title span::before {
    left: -1.5625vw;
    width: calc(100% + 3.125vw);
    height: 2.5vw;
  }
  .ascope-crime__team--member01--voice--img, .ascope-crime__team--member01--voice--list {
    display: block;
  }
  .ascope-crime__team--member01--voice--img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__team--member01--voice--list {
    width: 100%;
    font-size: 3.75vw;
  }
  .ascope-crime__team--member01--voice--list li {
    border-bottom: 1px solid #38419b;
    padding-bottom: 2.8125vw;
    margin-bottom: 2.8125vw;
  }
  .ascope-crime__team--member01--voice--list li span {
    font-size: 3.75vw;
    margin-top: 1.5625vw;
  }
  .ascope-crime__team--member02 {
    margin-bottom: 12.5vw;
  }
  .ascope-crime__team--member02--name--text01 {
    font-size: 6.25vw;
    border-bottom: 1px solid #38419b;
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__team--member02--profile {
    font-size: 4.0625vw;
    border-bottom: 1px solid #38419b;
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__team--member02--message {
    font-size: 4.0625vw;
  }
}
.ascope-crime__cost {
  background: #f2f8ff;
  padding-bottom: 120px;
}
.ascope-crime__cost--textarea {
  background: linear-gradient(-45deg, #578cf3, #3a67d2);
  padding: 40px 0 30px 0;
}
.ascope-crime__cost--textarea--text01 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
}
.ascope-crime__cost--textarea--text01 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.ascope-crime__cost--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  padding-top: 80px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.ascope-crime__cost--icon li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 180px;
  height: 180px;
  font-size: 2.4rem;
  text-align: center;
  background: url("../img/top/bg_cost01.png") no-repeat 0 0/100% 100%;
  padding-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
.ascope-crime__cost--icon li span {
  display: block;
  position: relative;
  font-weight: bold;
}
.ascope-crime__cost--icon li span.sizeL {
  font-size: 5.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ascope-crime__cost--icon li span.sizeLL {
  font-size: 6.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ascope-crime__cost--icon li span.sizeS {
  font-size: 2.4rem;
}
.ascope-crime__cost--icon li span.sizeSS {
  display: inline-block;
  font-size: 2.1rem;
}
.ascope-crime__cost--icon li sup {
  font-size: 1.8rem;
}
.ascope-crime__cost--icon--text01 {
  width: 880px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.ascope-crime__cost--arrestif {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.ascope-crime__cost--arrestif--tabmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ascope-crime__cost--arrestif--tabmenu--btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.ascope-crime__cost--arrestif--tabmenu--btn span {
  font-size: 4.6rem;
}
.ascope-crime__cost--arrestif--tabmenu--btn.selected {
  cursor: default;
  padding: 40px 20px;
}
.ascope-crime__cost--arrestif--tabmenu--btn:nth-of-type(1) {
  background: #213a9e;
}
.ascope-crime__cost--arrestif--tabmenu--btn:nth-of-type(2) {
  background: #578cf3;
}
.ascope-crime__cost--arrestif--contents {
  border: 4px solid #213a9e;
  padding: 40px;
}
.ascope-crime__cost--arrestif--contents.boy {
  border: 4px solid #578cf3;
}
.ascope-crime__cost--arrestif--contents.boy .ascope-crime__cost--arrestif--contents--wrap--title01 {
  color: #578cf3;
  border-left: 10px solid #578cf3;
}
.ascope-crime__cost--arrestif--contents.boy .ascope-crime__cost--arrestif--contents--wrap--table01 th, .ascope-crime__cost--arrestif--contents.boy .ascope-crime__cost--arrestif--contents--wrap--table02 th {
  background-color: #578cf3;
}
.ascope-crime__cost--arrestif--contents--wrap {
  border-top: 2px solid #cbcbcb;
  padding-top: 40px;
}
.ascope-crime__cost--arrestif--contents--wrap:first-child {
  border-top: 0;
  padding-top: 0;
}
.ascope-crime__cost--arrestif--contents--wrap--title01 {
  color: #213a9e;
  font-weight: bold;
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  border-left: 10px solid #213a9e;
  padding-left: 20px;
  margin-bottom: 20px;
}
.ascope-crime__cost--arrestif--contents--wrap--title02 {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-bottom: 30px;
}
.ascope-crime__cost--arrestif--contents--wrap--title02 span {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.ascope-crime__cost--arrestif--contents--wrap--title03 {
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ascope-crime__cost--arrestif--contents--wrap--title03 span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.ascope-crime__cost--arrestif--contents--wrap--table01, .ascope-crime__cost--arrestif--contents--wrap--table02 {
  border-collapse: collapse;
  border: 2px solid #666;
  width: 100%;
  margin-bottom: 40px;
}
.ascope-crime__cost--arrestif--contents--wrap--table01.end, .ascope-crime__cost--arrestif--contents--wrap--table02.end {
  margin-bottom: 0;
}
.ascope-crime__cost--arrestif--contents--wrap--table01 th, .ascope-crime__cost--arrestif--contents--wrap--table02 th {
  width: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #666;
  background: #213a9e;
  padding: 15px 10px;
}
.ascope-crime__cost--arrestif--contents--wrap--table01 td, .ascope-crime__cost--arrestif--contents--wrap--table02 td {
  width: 50%;
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #666;
  padding: 15px 10px;
}
.ascope-crime__cost--arrestif--contents--wrap--table01 th, .ascope-crime__cost--arrestif--contents--wrap--table01 td {
  width: 50%;
}
.ascope-crime__cost--arrestif--contents--wrap--table02 th, .ascope-crime__cost--arrestif--contents--wrap--table02 td {
  width: 32%;
}
.ascope-crime__cost--arrestif--contents--wrap--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
}
.ascope-crime__cost--arrestif--contents--wrap--caution01 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-bottom: 30px;
}
.ascope-crime__cost--arrestif--contents--wrap--caution02 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.ascope-crime__cost--arrestif--contents--wrap--caution02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
.ascope-crime__cost--arrestif--contents--wrap--caution02 li > span {
  width: 50px;
}
.ascope-crime__cost--arrestif--contents--wrap--caution02 li > p {
  width: calc(100% - 50px);
}
@media screen and (max-width: 640px) {
  .ascope-crime__cost {
    padding-bottom: 18.75vw;
  }
  .ascope-crime__cost--textarea {
    padding: 6.25vw 0 4.6875vw 0;
  }
  .ascope-crime__cost--textarea--text01 {
    font-size: 6.25vw;
  }
  .ascope-crime__cost--textarea--text01 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5625vw;
  }
  .ascope-crime__cost--icon {
    width: 92%;
    padding-top: 12.5vw;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__cost--icon li {
    width: 33.3333333333%;
    height: 30.664vw;
    font-size: 4.0625vw;
    padding-top: 4.6875vw;
    margin-right: 0;
    margin-left: 0;
  }
  .ascope-crime__cost--icon li span.sizeL {
    font-size: 9.0625vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
  .ascope-crime__cost--icon li span.sizeLL {
    font-size: 10.625vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
  }
  .ascope-crime__cost--icon li span.sizeS {
    font-size: 4.375vw;
  }
  .ascope-crime__cost--icon li span.sizeSS {
    font-size: 3.75vw;
  }
  .ascope-crime__cost--icon li sup {
    font-size: 2.8125vw;
  }
  .ascope-crime__cost--icon--text01 {
    width: 92%;
    font-size: 3.28125vw;
    margin-bottom: 12.5vw;
  }
  .ascope-crime__cost--arrestif {
    width: 92%;
  }
  .ascope-crime__cost--arrestif--tabmenu--btn {
    width: calc(50% - 1.5625vw);
    padding: 3.125vw 1.5625vw;
    font-size: 3.75vw;
    border-radius: 1.5625vw 1.5625vw 0 0;
  }
  .ascope-crime__cost--arrestif--tabmenu--btn span {
    font-size: 4.6875vw;
  }
  .ascope-crime__cost--arrestif--tabmenu--btn.selected {
    padding: 4.6875vw 1.5625vw;
  }
  .ascope-crime__cost--arrestif--contents {
    border: 3px solid #213a9e;
    padding: 6.25vw 3.125vw;
  }
  .ascope-crime__cost--arrestif--contents.boy {
    border: 3px solid #578cf3;
  }
  .ascope-crime__cost--arrestif--contents.boy .ascope-crime__cost--arrestif--contents--wrap--title01 {
    border-left: 1.5625vw solid #578cf3;
  }
  .ascope-crime__cost--arrestif--contents--wrap {
    border-top: 1px solid #cbcbcb;
    padding-top: 6.25vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--title01 {
    font-size: 5.625vw;
    border-left: 1.5625vw solid #213a9e;
    padding-left: 2.34375vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--title02 {
    font-size: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--title02 span {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--title03 {
    font-size: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--title03 span {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--table01, .ascope-crime__cost--arrestif--contents--wrap--table02 {
    border: 1px solid #666;
    margin-bottom: 6.25vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--table01 th, .ascope-crime__cost--arrestif--contents--wrap--table02 th {
    font-size: 4.375vw;
    border: 1px solid #666;
    padding: 3.125vw 1.5625vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--table01 td, .ascope-crime__cost--arrestif--contents--wrap--table02 td {
    font-size: 4.0625vw;
    border: 1px solid #666;
    line-height: 1.3;
    padding: 3.125vw 1.5625vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--list li {
    font-size: 4.0625vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--caution01 {
    font-size: 3.28125vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--caution02 {
    margin-top: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--caution02 li {
    font-size: 3.28125vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--caution02 li > span {
    width: 10.9375vw;
  }
  .ascope-crime__cost--arrestif--contents--wrap--caution02 li > p {
    width: calc(100% - 10.9375vw);
  }
}
.ascope-crime__office {
  font-size: 0;
  padding: 80px 0;
}
.ascope-crime__office_title {
  color: #213a9e;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
.ascope-crime__office_title span {
  border-bottom: 2px solid #213a9e;
}
.ascope-crime__office--wrap {
  width: 960px;
  font-size: 0;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.ascope-crime__office--wrap:last-child {
  margin-bottom: 0;
}
.ascope-crime__office_sublist {
  width: 960px;
  background-color: #f2f8ff;
  border: 1px solid #d7e2fb;
  border-radius: 20px;
  padding: 32px 40px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.ascope-crime__office_sublist-title {
  color: #213a9e;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.ascope-crime__office_sublist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.ascope-crime__office_sublist-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
}
.ascope-crime__office_sublist-list span {
  display: block;
  color: #213a9e;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ascope-crime__office_sublist-list a {
  display: inline-block;
  color: #213a9e;
  font-size: 1.6rem;
  border-bottom: 1px solid #213a9e;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascope-crime__office_sublist-list a:hover {
  opacity: 0.7;
}
.ascope-crime__office_detail, .ascope-crime__office_map {
  display: inline-block;
  vertical-align: top;
}
.ascope-crime__office_detail {
  position: relative;
  width: calc(100% - 520px);
  margin-right: 20px;
}
.ascope-crime__office_detail::after {
  position: absolute;
  top: 0;
  left: 110px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #213a9e;
}
.ascope-crime__office_detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
.ascope-crime__office_detail-list:last-child {
  margin-bottom: 0;
}
.ascope-crime__office_detail-list dt {
  color: #213a9e;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  width: 110px;
  margin: 0;
}
.ascope-crime__office_detail-list dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 110px);
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  padding-left: 20px;
  margin: 0;
}
.ascope-crime__office_detail-list dd a {
  display: inline-block;
  color: #213a9e;
  border-bottom: 1px solid #213a9e;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ascope-crime__office_detail-list dd a:hover {
  opacity: 0.7;
}
.ascope-crime__office_map {
  width: 500px;
}
.ascope-crime__office_map img {
  width: 100%;
}
.ascope-crime__office_map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 640px) {
  .ascope-crime__office {
    padding: 12.5vw 0;
  }
  .ascope-crime__office_title {
    font-size: 6.25vw;
    margin-bottom: 14.0625vw;
  }
  .ascope-crime__office_title span {
    border-bottom: 1px solid #213a9e;
  }
  .ascope-crime__office--wrap {
    width: 92%;
    margin-bottom: 12.5vw;
  }
  .ascope-crime__office_sublist {
    width: 92%;
    border-radius: 3.125vw;
    padding: 6.25vw 5vw;
    margin-bottom: 12.5vw;
  }
  .ascope-crime__office_sublist-title {
    font-size: 5vw;
    margin-bottom: 4.6875vw;
  }
  .ascope-crime__office_sublist-list {
    display: block;
  }
  .ascope-crime__office_sublist-list li {
    width: 100%;
    border-radius: 2.5vw;
    padding: 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__office_sublist-list li:last-child {
    margin-bottom: 0;
  }
  .ascope-crime__office_sublist-list span {
    font-size: 4.375vw;
    margin-bottom: 1.875vw;
  }
  .ascope-crime__office_sublist-list a {
    font-size: 3.75vw;
  }
  .ascope-crime__office_detail, .ascope-crime__office_map {
    display: block;
  }
  .ascope-crime__office_detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__office_detail::after {
    left: calc(27% + 1px);
    width: 1px;
  }
  .ascope-crime__office_detail-list {
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__office_detail-list dt {
    font-size: 3.75vw;
    width: 27%;
  }
  .ascope-crime__office_detail-list dd {
    width: 73%;
    font-size: 3.75vw;
    padding-left: 3.125vw;
  }
  .ascope-crime__office_detail-list dd a:hover {
    opacity: 1;
  }
  .ascope-crime__office_map {
    width: 100%;
  }
  .ascope-crime__office_map iframe {
    height: 78.125vw;
  }
}
.ascope-crime__totop {
  position: fixed;
  z-index: 9998;
  right: 40px;
  bottom: -60px;
  width: 40px;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
.ascope-crime__totop.scloll {
  bottom: 40px;
}
.ascope-crime__totop--anchor:hover .ascope-hamamatsu__totop_icon > svg > polygon {
  fill: #38419b;
}
.ascope-crime__totop--anchor:hover .ascope-hamamatsu__totop_text {
  color: #38419b;
}
.ascope-crime__totop_icon {
  margin-bottom: 5px;
}
.ascope-crime__totop_icon > svg {
  width: 100%;
  height: 24px;
}
.ascope-crime__totop_icon > svg > polygon {
  fill: #000;
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.ascope-crime__totop_text {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .ascope-crime__totop {
    right: 3.125vw;
    bottom: -9.375vw;
    width: 9.375vw;
  }
  .ascope-crime__totop.scloll {
    bottom: 30.5vw;
  }
  .ascope-crime__totop--anchor:hover .ascope-hamamatsu__totop_icon > svg > polygon {
    fill: #000;
  }
  .ascope-crime__totop--anchor:hover .ascope-hamamatsu__totop_text {
    color: #000;
  }
  .ascope-crime__totop_icon {
    margin-bottom: 1.5625vw;
  }
  .ascope-crime__totop_icon > svg {
    height: 3.75vw;
  }
  .ascope-crime__totop_text {
    font-size: 4.21875vw;
  }
}
.ascope-crime__footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #38419b;
}
@media screen and (max-width: 640px) {
  .ascope-crime__footer {
    padding-top: 12.5vw;
    padding-bottom: 23.4375vw;
  }
}
.ascope-crime__footer_logo {
  width: 200px;
  height: 74px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ascope-crime__footer_logo {
    width: 39.0625vw;
    height: auto;
    margin-bottom: 3.125vw;
  }
}
.ascope-crime__footer_logo > img {
  width: 100%;
}
.ascope-crime__footer_text {
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.ascope-crime__footer_text > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .ascope-crime__footer_text {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .ascope-crime__footer_text > span {
    font-size: 3.75vw;
  }
}
.ascope-crime__footer_annotation {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .ascope-crime__footer_annotation {
    width: calc(100% - 10vw);
    font-size: 3.75vw;
    line-height: 1.3;
    margin-right: auto;
    margin-left: auto;
  }
}
.ascope-crime__footer_copy {
  position: relative;
  height: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #38419b;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .ascope-crime__footer_copy {
    height: 12.5vw;
    font-size: 2.8125vw;
    padding: 3.125vw 0;
  }
}
.ascope-crime__footer_copy > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

/* Fukuoka LP: use official LINE green for LINE CTAs */
body.is-fukuoka-lp .ascope-crime__header_btn.line .ascope-crime__header_btn--anchor {
  background: #06c755;
  border-color: #06c755;
}
@media screen and (max-width: 640px) {
  body.is-fukuoka-lp .ascope-crime__header_footarea-line--anchor {
    background: #06c755;
    border-color: #06c755;
  }
}
