@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* mv */
#mv {
  background: url("../img/sp_mv_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#mv .inner {
  width: 100%;
  padding: 57px var(--sp-1) 49px;
}

#mv .catch {
  width: 100%;
}

#mv .catch img {
  max-width: 100%;
}
.mv-txt {
  width: 100%;
}
.mv-txt img{
  max-width: 100%;
}
/* sec01 */
#sec01 {
}

#sec01 h2 {
  position: relative;
  color: var(--clr-main);
  font-size: var(--h4-fz);
  text-align: left;
  margin-bottom: var(--sp-3);
  padding-left: calc(2.05vw + 1.21vw);
}
#sec01 h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 3vw);
  border-radius: 5.13vw;
  left: 0;
  display: block;
  width: 1.21vw; /* 4.7pxを390pxベースのvwに変換 */
  height: 7.44vw; /* 29pxを390pxベースのvwに変換 */
  background: var(--clr-main);
}

.sec01__content-01 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: var(--sp-2);
  /* margin-bottom: var(--sp-5); */
}
.sec01__content-01 .txt {
}
.sec01__content-01 .txt p,
.sec01__content-02 .txt p {
  line-height: 1.8;
}
.sec01__content-01 .txt p strong,
.sec01__content-02 .txt p strong {
  font-weight: var(--regular);
}
.sec01__content-01 .txt .list {
  margin: var(--sp-2) 0 var(--px-20);
}
.sec01__content-01 .txt .list dt {
  position: relative;
  margin-bottom: var(--sp-1);
  padding-left: 7.47vw; /* 28pxを375pxベースのvwに変換 */
  color: var(--clr-main);
  font-weight: var(--bold);
}
.sec01__content-01 .txt .list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.67vw); /* 10pxを375pxベースのvwに変換 */
  background: url("../img/icon_yubi.png") no-repeat;
  background-size: contain;
  width: 5.87vw; /* 22pxを375pxベースのvwに変換 */
  height: 4.91vw; /* 18.4pxを375pxベースのvwに変換 */
}

.sec01__content-01 .txt .list dd {
  font-weight: var(--bold);
}
.sec01__content-01 .txt .list dd::before {
  content: "・";
}

.sec01__content-01 .img {
  width: 100%;
}

.sec01__content-02 .txt {
  margin-bottom: var(--sp-3);
}
.sec01__content-02 .img {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.sec01__content-02 .img-inner {
  display: flex;
  animation: scrollImages 60s linear infinite;
  /* gap: var(--sp-1); */
}
.sec01__content-02 .img .img-item {
  width: var(--col-3);
  height: 60px;
  flex: 0 0 auto;
  /* インタラクション無しのためトランジションとホバー効果を削除 */
}
.sec01__content-02 .img .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スクロールアニメーション */
@keyframes scrollImages {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 画像が全部スクロールし終わった後、最初に戻る距離を設定 */
    transform: translateX(calc(-100% - var(--sp-2)));
  }
}

/* sec02 */
#sec02 {
}
#sec02 .inner {
  padding-bottom: 0;
}

#sec02 .cmn-h2 {
  margin-bottom: var(--sp-3);
}

.sec02__header {
  margin-bottom: var(--sp-4);
}
.sec02__header .cmn-h3 {
  margin-bottom: var(--sp-3);
}
.sec02__header .ttl-caption {
}
.sec02__header .ttl-caption span {
  display: block;
  margin-bottom: var(--sp-1);
  font-size: 4vw;
  line-height: 1.5;
}
.sec02__header .ttl-caption small {
  display: block;
  font-size: 4vw;
  font-weight: var(--bold);
}

.sec02__box {
  margin-bottom: 4.27vw; /* 16px / 375px */
  position: relative;
}
.sec02__box-img-head {
  position: absolute;
  width: 9vw;
  margin-left: -3vw;
}
.sec02__box-img {
  width: 15vw; /* 58px / 375px */
  position: absolute;
  inset: 0 0 auto auto;
  transform: translateX(4vw); /* 15px / 375px */
}
.sec02__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: 3vw; /* 20px / 375px */
  counter-reset: count;
  margin-bottom: 2.67vw; /* 10px / 375px */
  padding-left: 5.5vw; /* 28px / 375px */
}
.sec02__item-box .cmn-textbox p {
  font-size: 3.3vw;
}
.sec02__item {
  width: 100%;
  height: 26.67vw; /* 100px / 375px */
  border-radius: 0;
  background-color: #ffffff;
  filter: drop-shadow(
    0 1.07vw 1.87vw rgba(0, 0, 0, 0.25)
  ); /* 0 4px 7px / 375px */
  transform: translateZ(0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2.13vw; /* 8px / 375px */
  padding: 2.67vw 4.27vw 2.67vw 10.67vw; /* 10px 16px 10px 40px / 375px */
  position: relative;
}
.sec02__item:nth-child(1) {
  height: fit-content;
  padding-bottom: 5vw;
}
.sec02__item:nth-child(1) .cmn-textbox p {
  font-size: 4.27vw; /* 16px / 375px */
  margin-bottom: 2.93vw; /* 11px / 375px */
}

.sec02__item:nth-child(1) .cmn-tel {
  display: block;
  margin-bottom: var(--sp-2);
}
.sec02__item::after {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  inset: 0 auto 0 0;
  width: 8vw; /* 30px / 375px */
  height: 100%;
  border-radius: 0;
  background-color: #103e76;
  color: #ffffff;
  font-weight: 700;
  font-size: 4.8vw; /* 18px / 375px */
  padding: 2.67vw 1.07vw 0 1.07vw; /* 10px 4px 0 4px / 375px */
}
.sec02__item:nth-child(2) {
  padding-right: 6.67vw; /* 25px / 375px */
}
.sec02__item:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  background: no-repeat center/contain url("../img/sp_sec02_deco1.png");
  width: 7.47vw; /* 28px / 375px */
  height: 3vw;
  border-radius: 0;
  transform: translateY(3vw);
  z-index: 1;
}
.sec02__item-header {
  margin-bottom: 1.33vw; /* 5px / 375px */
}
.sec02__item-header h5 {
  color: #103e76;
  font-size: 4.8vw; /* 18px / 375px */
  font-weight: 700;
}
.sec02__button {
  display: block;
  margin-bottom: var(--px-20);
}
.sec02__button span {
  display: block;
  padding-left: 5.5vw;
  font-size: 4vw;
  font-weight: var(--bold);
  color: #103e76;
}
/* sec03 */
#sec03 {
}
#sec03 .cmn-h2 {
  margin-bottom: var(--sp-5);
}

.sec03__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--sp-10);
}

.sec03__link-item {
  width: calc((100% / 5) - 13px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px 0.4px 17px;
  border-radius: 14px;
  background-color: #28427b;
}
.sec03__link-item .num {
  width: 54px;
  margin-bottom: var(--sp-1);
}
.sec03__link-item p {
  text-align: center;
  color: var(--clr-white);
  margin-bottom: var(--sp-2);
}
.sec03__link-item .arrow {
  width: 27px;
}

/* sec03__content */
.sec03__content {
}

.sec03__content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.33vw 5.33vw; /* 20px 20px / 375px */
  border-radius: 5.33vw; /* 20px / 375px */
  box-shadow: 0 1.07vw 2.4vw 1.07vw rgba(91, 91, 91, 0.25); /* 0 4px 9px 4px / 375px */
  background-color: var(--clr-white);
  margin-bottom: var(--sp-10);
}
.sec03__content-item:last-of-type {
  margin-bottom: 0;
}
.sec03__content-item .ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--sp-2);
  margin-bottom: 2.9vw;
}
.sec03__content-item .ttl-box .img {
  width: 32vw;
}
.sec03__content-item .ttl {
  position: relative;
  font-size: var(--px-20);
  font-weight: var(--bold);
  line-height: 1.2;
  text-align: left;
  color: var(--clr-sub01);
}
.sec03__content-item .ttl::after {
  content: "";
  display: block;
  background-color: var(--clr-sub01);
  margin-top: var(--sp-2);
  width: 42.67vw; /* 160px / 375px */
  height: 0.8vw; /* 3px / 375px */
}
.sec03__content-item::before {
  content: "";
  position: absolute;
  top: -5.3vw;
  left: var(--px-20);
  display: block;
  width: 17.07vw; /* 64px / 375px */
  height: 12.27vw; /* 46px / 375px */
  background: url("../img/sec03_num01.png") no-repeat;
  background-size: contain;
}
.sec03__content-item:nth-of-type(2)::before {
  background: url("../img/sec03_num02.png") no-repeat;
  background-size: contain;
}
.sec03__content-item:nth-of-type(3)::before {
  background: url("../img/sec03_num03.png") no-repeat;
  background-size: contain;
}
.sec03__content-item:nth-of-type(4)::before {
  background: url("../img/sec03_num04.png") no-repeat;
  background-size: contain;
}
.sec03__content-item:nth-of-type(5)::before {
  background: url("../img/sec03_num05.png") no-repeat;
  background-size: contain;
}
.sec03__content-item .txt {
  font-weight: var(--medium);
  letter-spacing: 1px;
  margin-bottom: var(--sp-1);
}
.sec03__content-item .list {
  padding: 1.87vw; /* 7px / 375px */
  border-radius: 2.67vw; /* 10px / 375px */
  background-color: #e7e9ee;
}
.sec03__content-item .list li {
  position: relative;
  font-size: 3.46vw;
  padding-left: 1em;
}
.sec03__content-item .list li::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* sec04 */
#sec04 .inner {
  width: 96%;
}
#sec04 .more_btn_2011 {
  margin-top: var(--sp-5);
}
#sec04 .cmn-h2 {
  margin-bottom: var(--sp-5);
}
#sec04 h2.title {
  font-size: 4vw;
  /* text-decoration: none; */
}

.sec04_title {
}

.sec04_title .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: var(--h4-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec04_title .sub-title strong {
  display: block;
  color: var(--clr-main);
  font-weight: var(--black);
  font-size: var(--h2-fz);
}

/* .sec04_cont */
.sec04_cont {
  margin: 0 auto;
  background-color: #f8f8f8;
  /* padding: 18.3px 16px; */
  margin-bottom: var(--sp-4);
}

.sec04_cont-header {
  position: relative;
  display: flex;
  gap: 0.8vw;
}
.sec04_cont-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #2f4365;
  border-radius: 4px;
}
.sec04_cont-tab .img {
  width: 12vw;
  margin: 0 auto;
}

.sec04_cont-tab .img img {
  max-width: 100%;
}

.sec04_cont-tab .ttl {
  font-size: 10px;
  color: var(--clr-main);
  margin-bottom: var(--sp-1);
}

.sec04_cont-header .sec04_cont-tab {
  flex: 1;
  text-align: center;
  padding: var(--sp-05) 1px;
  padding-top: 19px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #eaeaea;
  /* 左右下のボーダー */
  border-top: none;
  /* 上のボーダーを削除 */
  border-radius: 10px 10px 0 0;
  /* 上の角だけ丸くする */
  opacity: 0.6;
  position: relative;
  /* 擬似要素のために必要 */
  background-color: #fff;
  /* 背景色を追加 */
  display: grid;
  justify-content: center;
  align-items: center;
}
.sec04_cont-header .sec04_cont-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  width: calc(100% + 4px);
  height: 11px;
  background-color: var(--clr-main);
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

.sec04_cont-header .sec04_cont-tab.active {
  position: relative;
  opacity: 1;
  background-color: #eaeaea;
  z-index: 2;
}

.sec04_cont-header .sec04_cont-tab.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 5px;
  background-color: #eaeaea;
  /* border-radius: 10px 10px 0 0; */
  z-index: 2;
}

.sec04_cont-content {
  display: none;
  background-color: #eaeaea;
  padding: var(--sp-2);
}

.sec04_cont-content.active {
  display: block;
}

.sec04_cont-consult-box,
.sec04_cont-ddf-box {
  padding: var(--sp-2);
  background: var(--clr-white);
}

.sec04_cont-consult-title {
  width: fit-content;
  background-color: var(--clr-main);
  color: var(--clr-white);
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  padding: var(--sp-05) var(--sp-1);

  margin-bottom: 3vw;
}

.sec04_cont-ddf-title {
  width: fit-content;
  background-color: #1facd4;
  color: var(--clr-white);
  font-size: var(--h6-fz);
  padding: var(--sp-05) var(--sp-1);
  font-weight: bold;
  margin-bottom: 3vw;
}

.sec04_cont-inner {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.sec04_cont-inner > div {
  flex: 1;
}
/* sec05 */
#sec05 .cmn-h2 {
  margin-bottom: var(--sp-4);
}
.sec05__content-item {
  margin-bottom: var(--sp-3);
}
.sec05__content-item:last-of-type {
  margin-bottom: 0;
}

.sec05__content-item h3 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin-bottom: 6.67vw; /* 25px / 375px */
  background-color: #e7e9ee;
  font-weight: bold;
  margin-bottom: var(--sp-3);
}

.sec05__content-item h3 .en {
  width: 25%;
  position: relative;
  display: block;
  text-align: center;
  background: #003f7e;
  color: #fff;
  padding: var(--sp-1);
  font-size: 4vw; /* 15px / 375px */
}
.sec05__content-item h3 .en small {
  display: block;
  font-size: 5.33vw; /* 20px / 375px */
  line-height: 1;
}
.sec05__content-item h3 .ja {
  width: 75%;
  display: block;
  line-height: 1.5;
  font-size: 4vw; /* 15px / 375px */
  padding-left: 3vw; /* 20px / 375px */
  padding-right: 0.5vw;
}

.sec05__content-item .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sec05__content-item .item-img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--px-20);
}
.sec05__content-item .item-img-wrap .txt {
  width: 65%;
  padding: var(--px-20) 0 var(--px-20);
  background: url(../img/sp_sec05_img_bg.png) no-repeat;
  background-size: contain;
  font-size: var(--body-fz);
  font-weight: var(--bold);
  padding-right: 2vw;
  line-height: 1.3;
  text-align: center;
  color: #1b3e76;
}
.sec05__content-item .item-img-wrap .img {
  width: 25%;
}

.sec05__content-item .item-txt-wrap {
  border: solid 0.5px #002366;
  border-radius: 15px 15px;
  overflow: hidden;
}

.sec05__content-item .item-txt-wrap .ttl {
  background-color: #003f7e;
  color: var(--clr-white);
  font-size: 4vw;
  font-weight: var(--medium);
  padding: 1.2vw;
  text-align: center;
}
.sec05__content-item .item-txt-wrap .list {
  padding: var(--sp-3) var(--sp-2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec05__content-item .item-txt-wrap .list dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--sp-05);
}
.sec05__content-item .item-txt-wrap .list dl dd {
  font-size: var(--body-fz);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
タグスタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 共通タグスタイル */
.tag {
  width: 100%;
  border-radius: calc(var(--sp-1) * 8);
  border: 1px solid var(--clr-txt);
  font-size: var(--small-fz);
  padding: var(--sp-1);
  text-align: center;
}
/* タグ1: ファストフォレンジック */
.tag1 {
  background-color: #b9f5ff;
}
/* タグ2: ディープフォレンジック */
.tag2 {
  background-color: #cae0f8;
}
/* タグ3: コンピュータフォレンジック */
.tag3 {
  background-color: #89b8e9;
}
/* タグ4: ネットワークフォレンジック */
.tag4 {
  background-color: #89b8e9;
}
/* タグ5: クラウドフォレンジック */
.tag5 {
  background-color: #89b8e9;
}
/* タグ6: パスワード解析 */
.tag6 {
  background-color: #cef2de;
}
/* タグ7: モバイルフォレンジック */
.tag7 {
  background-color: #ffdbdb;
}
/* タグ8: セキュリティ診断 */
.tag8 {
  background-color: #f3fbff;
}
/* タグ9: データ復元 */
.tag9 {
  background-color: #ffee8c;
}
/* タグ10: ダークウェブ調査（情報漏えい調査） */
.tag10 {
  background-color: #dcc4f8;
}

/* 追加分 */
/* タグ11: カーフォレンジック */
.tag11 {
  background-color: #cde3c9;
}
/* タグ12: 不正通信調査 */
.tag12 {
  background-color: #f2eace;
}
/* タグ13: 脆弱性診断 */
.tag13 {
  background-color: #ff999b;
}

/* sec06 */
#sec06{
  margin-bottom: var(--sp-4);
}
.sec06__header {
  margin-bottom: var(--sp-5);
}

.sec06__header .cmn-h2 {
  margin-bottom: var(--sp-3);
}
.sec06__header p {
  font-size: var(--body-fz);
  text-align: left;
}
.sec06__content {
  position: relative;
  z-index: 2;
}
.sec06__content-item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.67vw; /* 10px / 375px */
  padding: 4vw 5.33vw 4vw 4.8vw; /* 15px 20px 15px 18px / 375px */
  border-radius: 1.6vw; /* 6px / 375px */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sec06__content .txt-wrap {
  width: 87%;
}
.sec06__content-item:last-of-type {
  margin-bottom: 0;
}
.sec06__content-item:hover {
  transform: translateY(-1.33vw); /* -5px / 375px */
  box-shadow: 0 1.33vw 4vw rgba(0, 0, 0, 0.1); /* 0 5px 15px / 375px */
}
.sec06__content-item .ttl {
  font-size: 4.8vw; /* 18px / 375px */
  font-weight: bold;
  line-height: 1.28;
}
.sec06__content-item .ttl small {
  font-size: var(--body-fz);
}
.sec06__content-item .txt {
  font-size: var(--body-fz);
}
.sec06__content-item .img {
  width: 12%;
}

.sec06__content-item_wrap {
  position: relative;
  z-index: 1;
  padding: calc(20px + 10px) 14px 20px;
  margin-top: calc(-10px - 14px);
  background-color: var(--clr-white);
  border-radius: 0 0 10px 10px;
  margin-bottom: 14px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
modal
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* モーダル関連のスタイルはmodal.cssに移動しました */
.modal-header {
  margin-bottom: var(--sp-3);
}
.modal-header h3 {
  font-size: 6.93vw; /* 26px / 375px */
  font-weight: var(--bold);
  text-align: center;
  line-height: 1.44;
  color: #28427b;
}
.modal-header::after {
  content: "";
  display: block;
  background-color: var(--clr-sub01);
  margin: 0 auto;
  margin-top: var(--sp-2);
  width: 14.13vw; /* 53px / 375px */
  height: 0.8vw; /* 3px / 375px */
}
.modal-header p {
  font-size: 4.8vw; /* 18px / 375px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #28427b;
}

.modal-txt {
  font-size: var(--body-fz);
  font-weight: var(--medium);
  line-height: 1.75;
  text-align: justify;
}

.modal-point {
  position: relative;
  padding-left: 17.33vw; /* 65px / 375px */
  padding-top: 7vw; /* 60px / 375px */
  font-weight: var(--bold);
  text-align: justify;
  line-height: 1.55;
  letter-spacing: 0;
  color: #28427b;
}
.modal-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.67vw; /* 25px / 375px */
  background: url(../img/modal_point.png) no-repeat;
  background-size: contain;
  width: 13.33vw; /* 50px / 375px */
  height: 13.33vw; /* 50px / 375px */
}
.modal-point small {
  display: block;
  font-size: var(--small-fz);
}

.modal-case {
  position: relative;
  padding: 6.67vw 5.2vw 4.53vw; /* 25px 19.5px 17px / 375px */
  border-radius: 2.67vw; /* 10px / 375px */
  background-color: #f1f1f1;
  margin-top: var(--sp-3);
}
.modal-case h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 1.73vw 10.53vw; /* 6.5px 39.5px / 375px */
  border-radius: 1.33vw; /* 5px / 375px */
  background-color: #28427b;
  font-size: var(--px-18);
  font-weight: var(--bold);
  color: #fff;
}
.modal-case p {
  font-size: var(--body-fz);
  font-weight: var(--medium);
  line-height: 1.75;
  text-align: justify;
}

/* モーダル用の追加スタイル */
.modal-close img {
  max-width: 100%;
}

/* sec06のアイテムにホバーエフェクト追加 */
.sec_cta__box-header p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq {
}
#faq .inner {
  padding: 0;
}
#faq .sec_cta {
  margin-bottom: var(--sp-5);
}
.qa-list dt {
  padding-right: 20px;
  padding-left: 25px !important;
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}
#news .inner{
  padding-top: 0;
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}

#police-cooperation .reveal #topics_2011 {
  margin-top: 0 !important;
}

#service #service_2011 {
  padding-top: 0 !important;
  margin-top: -60px;
}

/* .sec_cta */
/* .sec_cta */
.sec_cta__box {
  position: relative;
  line-height: 1.5;
  padding: calc((30 / 375) * 100vw) calc((16 / 375) * 100vw)
    calc((16 / 375) * 100vw);
  background: no-repeat bottom center/contain url("../img/sp_sec01_bg.png");
  background-size: cover;
  display: flex;
  margin-bottom: calc((80 / 375) * 100vw);
}
.sec_cta__box::after {
  position: absolute;
  bottom: calc((-18 / 375) * 100vw - (53 / 375) * 100vw);
  left: calc(50% - (73 / 375) * 100vw);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.png") no-repeat;
  background-size: contain;
  width: calc((146 / 375) * 100vw);
  height: calc((53 / 375) * 100vw);
}

.sec_cta__box-header {
  /* margin-inline: auto; */
  margin-bottom: calc((190 / 375) * 100vw);
}
.sec_cta__box-header h4 {
  font-size: calc((26 / 375) * 100vw);
  color: #e8e428;
  font-weight: 700;
  /* letter-spacing: 0.06em; */
  margin-bottom: calc((8 / 375) * 100vw);
}
.sec_cta__box-header p {
  font-size: calc((15 / 375) * 100vw);
  font-weight: 600;
  color: #ffffff;
  /* letter-spacing: 0.02em; */
}

.sec_cta__box-header h4 small {
  font-size: calc((20 / 375) * 100vw);
  color: #ffffff;
}

.cmn-cta {
  position: relative;
  padding-bottom: var(--sp-5);
  margin-block: var(--sp-10) var(--sp-4);
  text-align: center;
  color: #103e76;
}

.cmn-cta::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 100%;
  height: 17px;
  background: url("../img/sp_cmn_cta.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.cmn-cta p {
  font-weight: var(--bold);
  font-size: var(--body-fz);
  letter-spacing: var(--letter-sp);
}

.cmn-cta em {
  font-size: 4vw;
  font-style: normal;
}

.cmn-cta span {
  background: linear-gradient(to top, #f9f744 28px, #ffffff 28px);
}

.cmn-cta strong {
  font-size: 5.06vw;
}

/* 各CTA調整 */
.sec04_cta {
}
.sec04_cta .cmn-cta{
margin-top: var(--sp-4);
}
.sec04_cta .sec_cta {
  margin-left: 0;
}

.sec05_cta {
  margin-bottom: var(--sp-4);
}
.sec05_cta .cmn-cta {
  padding: var(--sp-2);
  margin-top: 0;
}
.sec05_cta .cmn-cta p {
  margin-bottom: var(--small-fz);
  text-align: left;
}
.sec05_cta .cmn-cta p em {
  position: relative;
  font-size: 4vw;
  line-height: 1.5;
  display: block;
  padding-right: 20vw;
}
.sec05_cta .cmn-cta p em::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  display: block;
  background: url(../img/sec05_cta_illust.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 21.87vw; /* 82px / 375px */
  height: 25.87vw; /* 97px / 375px */
}
.sec05_cta .sec_cta {
  margin-left: 0;
}
.sec_06_cta {
  position: relative;
  margin-bottom: var(--sp-4);
}
.sec_06_cta .sec_cta {
  margin-left: 0;
}
.sec_service_cta {
}
.sec_service_cta .sec_cta {
  margin-left: 0;
}
.sec_service_cta .cmn-cta {
  padding-bottom: 0;
  /* margin-bottom: 100px; */
  margin: 5vw auto;
  color: #000;
  font-size: 37px;
}

.sec_service_cta .cmn-cta::before {
  content: none;
}

.sec_service_cta {
  position: relative;
  margin-bottom: calc((80 / 375) * 100vw);
}

.sec_service_cta::after {
  position: absolute;
  bottom: calc((-18 / 375) * 100vw - (53 / 375) * 100vw);
  left: calc(50% - (73 / 375) * 100vw);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.png") no-repeat;
  background-size: contain;
  width: calc((146 / 375) * 100vw);
  height: calc((53 / 375) * 100vw);
}
.support-cta {
  margin-left: 0;
}

.faq-cta {
  margin-top: var(--sp-10);
  margin-left: 0;
}

/* .more_btn_2011 */
.more_btn_2011 {
  /* zoom: 80%; */
}
.more_btn_2011 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
