@charset "utf-8";

/* ファストフォレンジック */
.page-fastforensics p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

.page-fastforensics-plan {
  background: url(../../assets/img/service/mv-fastforensics.jpg) no-repeat top center / cover;
  margin-bottom: 120px;
  padding: 200px 0 80px;
}

.page-fastforensics-plan .label-release {
  background: #707070;
  color: #fff;
  padding: 8px 9px;
  width: fit-content;
}

.page-fastforensics-plan .page-forensics-title-text {
  color: #707070;
}

.page-fastforensics .page-fastforensics-title {
  font-family: ten-mincho-text, serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 40px;
}

/* インシデント発生時何をすべきか */
.page-fastforensics-whattodo-flex {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 120px;
}

.page-fastforensics-whattodo-ex,
.page-fastforensics-whattodo-incident {
  border: 1px solid #c3c9dd;
  border-radius: 8px;
  font-weight: 700;
  padding: 32px 32px 48px;
}

.page-fastforensics-whattodo .page-fastforensics-whattodo-ex-title {
  border: 1px solid #243678;
  border-radius: 16px;
  display: block;
  font-size: .875rem;
  margin: 0 auto 24px;
  padding: 8px 32px;
  width: fit-content;
}

.page-fastforensics-whattodo-ex-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.page-fastforensics-whattodo-ex-item {
  text-align: center;
}

.page-fastforensics-whattodo-ex-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
}

.page-fastforensics-whattodo-ex-item img {
  margin-bottom: 15px;
}

.border-dots {
  display: block;
  height: 46px;
  margin: 0 auto 24px;
  position: relative;
  width: 8px;
}

.border-dots::before {
  border-bottom: 1px dashed #243678;
  bottom: 26px;
  content: "";
  display: block;
  height: 1px;
  left: -15px;
  position: absolute;
  transform: rotate(90deg);
  width: 38px;
}

.border-dots::after,
.border-dots-short::after {
  background-color: #243678;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
}

.page-fastforensics-whattodo-ex-item .page-fastforensics-whattodo-result {
  background-color: #92a4ca;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 8px 28px;
}

.page-fastforensics-whattodo-arrow {
  display: block;
  position: relative;
  width: 22px;
}

.page-fastforensics-whattodo-arrow::before {
  background: url("./../../assets/img/common/arrow-triangle-right-blue.svg") no-repeat center / contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  width: 22px;
}

.page-fastforensics-whattodo-incident {
  border: 3px solid #243678;
  padding: 32px 68px;
  text-align: center;
}

.bgc-navy {
  background-color: #243678;
  color: #fff;
}

.page-fastforensics-whattodo-incident .page-fastforensics-whattodo-ex-title.bgc-navy {
  line-height: 1;
  margin-bottom: 24px;
}

.page-fastforensics-whattodo .page-fastforensics-whattodo-incident p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
}

.page-fastforensics-whattodo .page-fastforensics-whattodo-incident p.side-border {
  margin-bottom: 16px;
}

.page-fastforensics-whattodo-incident img {
  margin-bottom: 8px;
}

.border-dots-short {
  display: block;
  height: 22px;
  margin: 0 auto 11px;
  position: relative;
  width: 8px;
}

.border-dots-short::before {
  border-bottom: 1px dashed #243678;
  bottom: 14px;
  content: "";
  display: block;
  height: 1px;
  left: -3px;
  position: absolute;
  transform: rotate(90deg);
  width: 14px;
}

.page-fastforensics-whattodo-incident .side-border {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}

.page-fastforensics-whattodo-incident .side-border::before,
.page-fastforensics-whattodo-incident .side-border::after {
  background-color: #333;
  border-bottom: 1px solid #333;
  bottom: 12px;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 7.1em);
  position: absolute;
  transform: rotate(60deg);
  width: 24px;
}

.page-fastforensics-whattodo-incident .side-border::after {
  left: calc(50% + 5.5em);
  transform: rotate(-60deg);
}

/* IR-1とは？ */
.page-fastforensics .page-forensics-reason {
  margin-bottom: 120px;
}

.page-fastforensics .page-forensics-reason-sentence {
  background: url("../../assets/img/service/fastforensics-service-bg.jpg") no-repeat center center / cover;
  padding: 96px 0;
}

.page-fastforensics .page-forensics-reason-sentence p {
  font-weight: 500;
}

.page-fastforensics .page-forensics-reason-sentence .text-white-line-square-first {
  border-right: 1px solid #fff;
  letter-spacing: 0;
  margin: 0 16px;
  padding: 16px;
}

.page-fastforensics-subtitle {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 24px;
}

.page-fastforensics-is p.text-center {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
}

.page-fastforensics-is-action {
  margin: 0 auto;
  max-width: 960px;
}

.page-fastforensics-is-frame {
  display: flex;
  gap: 40px;
}

.page-fastforensics-is-frame img:first-child {
  min-width: 561px;
}

.page-fastforensics-is-action-flow {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(5, 160px);
  list-style: none;
  max-width: 1000px;
  padding-left: 0;
  text-align: center;
}

.page-fastforensics-is-action-flow-img {
  align-items: center;
  background-color: #243678;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  width: 160px;
}

.page-fastforensics-is-action-flow li:nth-child(4) .page-fastforensics-is-action-flow-img,
.page-fastforensics-is-action-flow li:last-child .page-fastforensics-is-action-flow-img {
  background-color: #bebebe;
}

.page-fastforensics-is-action-flow li:not(:last-child) .page-fastforensics-is-action-flow-img::after {
  background: url("./../../assets/img/common/flow-dots-small.svg") no-repeat center / cover;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: -34px;
  width: 28px;
}

.page-fastforensics-is-action-flow p {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}

.page-fastforensics-is-action-flow li:nth-child(4) p,
.page-fastforensics-is-action-flow li:last-child p {
  color: #6a6a6a;
}

/* IR-1の機能とは？ */
.page-fastforensics-function {
  background-color: #e4e8f2;
  margin-bottom: 120px;
  padding: 120px 0;
}

.page-fastforensics-function .page-fastforensics-title {
  margin-bottom: 80px;
}

.page-fastforensics-function-inner {
  margin: 0 auto;
  max-width: 864px;
}

.page-fastforensics-function-insident {
  align-items: center;
  background-color: #243678;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.25px;
  font-weight: 700;
  gap: 20px;
  justify-content: center;
  margin-bottom: 73px;
  padding: 20px 0;
  width: 100%;
}

.page-fastforensics-function-insident p {
  margin-bottom: 0;
}

.page-fastforensics-function-inner ol {
  list-style: none;
  padding-left: 0;
}

.page-fastforensics-function-inner ol li {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 160px 340px auto;
  grid-template-rows: 120px 90px;
  justify-items: center;
  max-width: 864px;
  row-gap: 40px;
}

.page-fastforensics-function-inner ol li:first-child {
  margin-bottom: 27px;
}

.page-fastforensics-function-inner ol li:nth-child(2) {
  margin-bottom: 49px;
}

.page-fastforensics-function-inner ol li:nth-child(3) {
  margin-bottom: -9px;
}

.page-fastforensics-function-inner ol li .step-num {
  align-content: center;
  background-color: #fff;
  border: 1px solid #243678;
  border-radius: 50%;
  display: block;
  font-size: 3rem;
  font-weight: 500;
  height: 120px;
  position: relative;
  text-align: center;
  width: 120px;
}

.page-fastforensics-function-inner ol li .step-num::before {
  background-color: #243678;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: -38px;
  transform: translateX(23px) rotate(90deg);
  width: 73px;
}

.page-fastforensics-function-inner ol li:nth-child(2) .step-num::before,
.page-fastforensics-function-inner ol li:nth-child(3) .step-num::before {
  left: 18px;
  top: -22px;
  width: 40px;
}

.page-fastforensics-function-inner ol li:last-child .step-num::before {
  left: -21px;
  top: -62px;
  width: 120px;
}

.page-fastforensics-function-inner ol li:first-child img {
  margin-bottom: 16px;
}

.page-fastforensics-function-img picture img {
  border-radius: 8px;
  width: 100%;
}

.page-fastforensics-function-inner ol li .bgc-gray {
  background-color: #92a4ca;
  border-radius: 8px;
  color: #fff;
  height: 76px;
  padding: 20px 16px 16px;
  position: relative;
  text-align: -webkit-center;
  width: 100%;
}

.page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray {
  height: 98px;
  padding-top: 15px;
}

.page-fastforensics-function-inner ol li .bgc-gray::before {
  background-color: #243678;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 20px);
  position: absolute;
  top: -20px;
  transform: rotate(90deg);
  width: 40px;
}

.page-fastforensics-function-inner ol li .bgc-gray-icon {
  display: block;
  height: 15px;
  margin-bottom: 12px;
  width: 100%;
}

.page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray-icon {
  height: 24px;
  margin-bottom: 0;
}

.page-fastforensics-function-inner ol li:first-child .bgc-gray-icon::before {
  background: url("../../assets/img/fast-forensics/icon-mail.svg") no-repeat center / cover;
  content: "";
  display: block;
  height: 15px;
  width: 25px;
}

.page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray-icon::before {
  background: url("../../assets/img/fast-forensics/icon-data.svg") no-repeat center / cover;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.page-fastforensics-function-inner ol li .bgc-gray p {
  font-size: 1rem;
  font-weight: 700;
}

.page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray p {
  line-height: 1.4;
}

.page-fastforensics-function-text h4 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px;
}

.page-fastforensics-function-inner ol li:last-child .page-fastforensics-function-text h4 {
  line-height: 1.6;
}

.page-fastforensics-function-text p {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-fastforensics-function-note {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba( 37, 54, 120, .1);
  padding: 40px;
  text-align: center;
}

p.page-fastforensics-function-note {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
}

.page-fastforensics-link {
  background-color: #92a4ca;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  max-width: 571px;
  padding: 23px;
  position: relative;
  text-align: center;
  width: 87.5%;
}

.page-fastforensics-link:hover {
  opacity: .7;
}

.page-fastforensics-link:visited {
  color: #fff;
}

.page-fastforensics-link::after {
  background: url(../../assets/img/common/icon-arrow-wh.svg) no-repeat center / contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 23px;
  top: calc(50% - 9px);
  width: 10px;
}

.page-fastforensics-link span {
  display: inline;
}

/* 同時に利用するメリット */
.page-fastforensics-merit {
  margin-bottom: 120px;
}

.page-fastforensics-merit-logo {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}

.page-fastforensics-merit-logo .cross {
  display: block;
  font-family: ten-mincho-text, serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: .04em;
  position: relative;
}

.page-fastforensics-merit .page-fastforensics-title {
  margin-bottom: 80px;
}

.page-fastforensics-merit-inner ol {
  list-style: none;
  padding-left: 0;
}

.page-fastforensics-merit-inner ol li {
  position: relative;
  text-align: center;
}

.page-fastforensics-merit-inner ol li::before {
  background-color: #f2f4f9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 300px;
  left: 7.64%;
  position: absolute;
  top: 63px;
  width: 300px;
  z-index: -10;
}

.page-fastforensics-merit-inner ol li:last-child::before {
  left: 71.36%;
}

.page-fastforensics-merit-inner ol li:first-child {
  margin-bottom: 98px;
}

.page-fastforensics-merit-inner ol li:last-child {
  margin-bottom: 80px;
}

.page-fastforensics-merit-inner ol li img {
  display: block;
  margin: 0 auto 24px;
}

.page-fastforensics-merit-list-title {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2;
  margin-bottom: 26px;
}

.page-fastforensics-merit-list-title .text-white-line {
  font-size: 1.5rem;
  position: relative;
}

.page-fastforensics-merit-list-title .text-white-line::after,
.page-fastforensics-merit-inner .page-fastforensics-merit-solution .text-white-line::after {
  background-color: rgba(137, 150, 191, .2);
  bottom: -5px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -10;
}

.page-fastforensics-merit-list-title .text-white-line::after {
  bottom: -2px;
}

.page-fastforensics-merit-inner ol li p {
  color: #333;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
  margin-bottom: 16px;
}

.page-fastforensics-merit-inner ol li small {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: 0;
}

.page-fastforensics-merit-inner .border-dots {
  margin-bottom: 80px;
}

.page-fastforensics-merit-inner .page-fastforensics-merit-solution {
  font-family: ten-mincho-text, serif;
  font-size: 1.625rem;
  letter-spacing: .04em;
  line-height: 1.4;
  margin-bottom: 48px;
  text-align: center;
}

.page-fastforensics-merit-inner .page-fastforensics-merit-solution .text-white-line {
  font-size: 2.5rem;
  position: relative;
}

.page-fastforensics-merit-inner .page-fastforensics-merit-solution .text-white-line .font-small {
  font-size: 1.625rem;
}

.page-fastforensics-merit-inner .page-fastforensics-merit-solution .text-white-line::after {
  bottom: 4px;
}

@media screen and (min-width: 1101px) {
  .page-fastforensics-is .sp-guide {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  /* インシデント発生時何をすべきか */
  .page-fastforensics-whattodo-flex {
    margin: 0 auto 120px;
    width: 87.5%;
  }

  .page-fastforensics-is-action {
    margin: 0 0 8px 6.3%;
    overflow-x: scroll;
  }

  .page-fastforensics-is .sp-guide {
    display: block;
    margin-left: 6.3%;
  }

  .page-fastforensics-whattodo-flex,
  .page-fastforensics-function .page-fastforensics-function-inner,
  .page-fastforensics-merit-inner {
    margin: 0 auto;
    width: 87.5%;
  }

  .page-fastforensics-whattodo-flex {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }

  .page-fastforensics-whattodo-ex {
    padding: 32px 24px;
  }

  .page-fastforensics-whattodo-ex-item p {
    font-size: .875rem;
  }

  .page-fastforensics-whattodo-ex-item img {
    margin-bottom: 0;
  }

  .border-dots {
    margin-bottom: 16px;
  }

  .page-fastforensics-whattodo-ex-item .page-fastforensics-whattodo-result {
    background-color: #7a84ad;
    font-size: 1rem;
    padding: 8px 0;
  }

  .page-fastforensics-whattodo-arrow {
    height: 22px;
    width: 100%;
  }

  .page-fastforensics-whattodo-arrow::before {
    height: 22px;
    left: calc(50% - 10px);
    transform: rotate(90deg);
    width: 20px;
  }

  .page-fastforensics-whattodo-incident {
    padding: 32px 9.8%;
  }

  .page-fastforensics-whattodo-incident .page-fastforensics-whattodo-ex-title {
    max-width: 260px;
    padding: 10px;
    width: 100%;
  }

/* IR-1の機能とは？ */
  .page-fastforensics-function-inner ol li {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }

  .page-fastforensics-function-inner ol li .step-num {
    font-size: 1.5rem;
    height: 80px;
    width: 80px;
  }

  .page-fastforensics-function-inner ol li .step-num::before {
    transform: translateX(2px) rotate(90deg);
  }

  .page-fastforensics-function-inner ol li:last-child .step-num::before {
    left: 10px;
    top: -30px;
    width: 56px;
  }

  .page-fastforensics-function-text h4 {
    font-size: 1.375rem;
    letter-spacing: .04em;
    text-align: center;
  }

  .page-fastforensics-function-inner ol li:first-child,
  .page-fastforensics-function-inner ol li:nth-child(2),
  .page-fastforensics-function-inner ol li:nth-child(3) {
    margin-bottom: 56px;
  }

  .page-fastforensics-function-img picture img {
    border-radius: 8px;
  }

  .page-fastforensics-function-inner ol li:first-child img {
    margin-bottom: 8px;
  }

  .page-fastforensics-function-inner ol li:last-child .page-fastforensics-function-img {
    margin-bottom: 0;
  }

  .page-fastforensics-function-img {
    font-size: .8125rem;
    margin-bottom: 32px;
    text-align: center;
  }

  .page-fastforensics-function-inner ol li .bgc-gray::before {
    left: calc(50% - 28px);
    top: -29px;
    width: 56px;
  }

  .page-fastforensics-function-inner ol li .bgc-gray,
  .page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray {
    height: 84px;
    margin-top: 16px;
    padding: 20px;
    width: 71.4%;
  }

  .page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray p {
    line-height: 1;
  }

  .page-fastforensics-function-inner ol li:nth-child(2) .step-num::before,
  .page-fastforensics-function-inner ol li:nth-child(3) .step-num::before {
    left: 10px;
    top: -29px;
    width: 56px;
  }

  .page-fastforensics-function-inner ol li:nth-child(2) .bgc-gray-icon {
    margin-bottom: 8px;
  }

  .page-fastforensics-function-inner ol li:nth-child(2) .sp-none {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .page-fastforensics .page-forensics-reason-sentence p .pc-none {
    display: block !important;
  }

  .page-fastforensics .page-forensics-reason-sentence p .text-white-line {
    display: inline-block;
    font-size: 1.75rem;
    margin-bottom: 20px;
  }

  .page-fastforensics .page-forensics-reason-sentence p .text-white-line::after {
    bottom: -5px;
    left: 0;
    width: 101%;
  }

  .page-fastforensics .page-forensics-reason-sentence p .text-white-line-square {
    display: inline-block;
    font-size: 1.75rem;
    letter-spacing: -0.07em;
    line-height: 1;
    margin: 0 0 16px;
    padding: 11px 2.8%;
  }
}

@media screen and (max-width: 768px) {
  .page-fastforensics-plan {
    margin-bottom: 58px;
    padding-top: 120px;
  }

  .page-fastforensics-plan .label-release {
    margin-bottom: 20px;
  }

  .page-fastforensics-plan .page-forensics-sp-icon {
    margin-bottom: 10px;
  }

  .page-fastforensics-plan .page-forensics-title.page-catch-title {
    margin-bottom: 30px;
  }

  .page-fastforensics-plan .page-forensics-title-text {
    background-color: #fff;
    font-size: 1.625rem;
    padding: 12px;
  }

  .page-fastforensics-plan .service-description {
    color: #333;
    font-size: .8125rem;
    line-height: 1.6;
    padding: 10px;
  }

  .page-fastforensics-plan .service-page-main-visual .re-common-contact-link-list {
    margin-top: 40px;
  }

  .page-fastforensics-plan .page-forensics-inner-item {
    height: 57px;
  }

  .page-fastforensics .page-fastforensics-title {
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  /* IR-1とは？ */
  .page-fastforensics .page-forensics-reason {
    margin-bottom: 80px;
  }

  .page-fastforensics .page-forensics-reason-sentence {
    background: url("../../assets/img/service/fastforensics-service-bg-sp.jpg") no-repeat center center / cover;
    margin-bottom: 80px;
    padding: 48px 0;
  }

  .page-fastforensics .page-forensics-reason-sentence p {
    font-size: 1.125rem;
  }

  .page-fastforensics-subtitle {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .page-fastforensics-is .page-fastforensics-title {
    margin-bottom: 24px;
  }

  .page-forensics-reason .page-fastforensics-is p.text-center {
    display: block;
    font-size: .8125rem;
    margin: 0 auto 40px;
    text-align: left !important;
    width: 87.5%;
  }

  .page-fastforensics-is-action {
    margin: 0 0 8px 6.3%;
  }

  .page-fastforensics-is .sp-guide {
    align-items: center;
    display: flex;
  }

  .page-fastforensics-is .sp-guide span {
    color: #555;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  }

  /* IR-1の機能とは？ */
  .page-fastforensics-function {
    margin-bottom: 80px;
    padding: 80px 0;
  }

  .page-fastforensics .page-fastforensics-function .page-fastforensics-title,
  .page-fastforensics .page-fastforensics-merit .page-fastforensics-title {
    line-height: 1;
    margin-bottom: 40px;
  }

  .page-fastforensics-function-insident {
    flex-direction: column;
    gap: 14px;
    padding: 26px 28px 24px;
  }

  .page-fastforensics-function-insident p {
    font-size: 1.25rem;
  }

  .page-fastforensics-function-inner ol {
    margin-bottom: 80px;
  }

  p.page-fastforensics-function-note {
    font-size: 1.125rem;
    padding: 24px;
    text-align: left;
  }

  .page-fastforensics-link {
    font-size: 1rem;
    width: 100%;
  }

  .page-fastforensics-link span.sp-none {
    display: none;
  }

  .page-fastforensics-link span.pc-none {
    display: inline !important;
  }

  /* 同時利用するメリット */
  .page-fastforensics-merit {
    margin-bottom: 80px;
  }

  .page-fastforensics-merit-logo {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .page-fastforensics-merit-inner ol li {
    text-align: left;
  }

  .page-fastforensics-merit-inner ol li:first-child,
  .page-fastforensics-merit-inner ol li:last-child {
    margin-bottom: 40px;
  }

  .page-fastforensics-merit-inner ol li::before,
  .page-fastforensics-merit-inner ol li:last-child::before {
    height: 200px;
    left: calc(50% - 100px);
    top: 18px;
    width: 200px;
  }

  .page-fastforensics-merit-list-title {
    line-height: 1.8;
  }

  .page-fastforensics-merit-inner ol li p {
    font-size: .8125rem;
  }

  .page-fastforensics-merit-inner ol li img {
    margin-bottom: 32px;
    width: 42px;
  }

  .page-fastforensics-merit-inner ol li small {
    font-size: .75rem;
  }

  .page-fastforensics-merit-list-title .text-white-line {
    font-size: 1.375rem;
    line-height: 1;
  }

  .page-fastforensics-merit-inner .border-dots {
    margin-bottom: 32px;
  }

  .page-fastforensics-merit-inner .page-fastforensics-merit-solution-sp {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
  }

  .page-fastforensics-merit-inner .page-fastforensics-merit-solution-sp .text-white-line {
    font-size: 1.625rem;
  }

  .page-fastforensics-merit-inner .page-fastforensics-merit-solution-sp .text-white-line::after {
    background-color: rgba(210, 217, 234, 1);
    bottom: -8px;
    left: -108px;
    width: 150%;
  }

  .page-fastforensics-merit-inner .page-fastforensics-merit-solution-sp .text-white-line::before {
    background-color: rgba(210, 217, 234, 1);
    bottom: 34px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 53%;
    z-index: -10;
  }

  .page-fastforensics-link.sp-none {
    display: none;
  }
}
