@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* mv */
#mv {
  background: url("../img/mv_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
#mv .inner {
  padding: var(--sp-5) 0 var(--sp-2);
}
.mv_catch {
  position: relative;
}
.mv_catch img {
  max-width: 100%;
}

.mv_tel {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 43px;
  font-weight: var(--bold);
  color: var(--clr-white);
  letter-spacing: 0;
}

/* sec01 */
#sec01 {
}
#sec01 h2.title {
  font-size: 32px;
  text-decoration: none;
  margin-bottom: var(--sp-10);
}
#sec01 h2.title strong {
  font-size: var(--h2-fz);
}

.sec01__content {
  position: relative;
  padding: var(--sp-4) 38px;
  margin-bottom: calc(var(--sp-10) * 2);
}
.sec01__content::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/sec01__content_arrow.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  height: 74px;
  bottom: calc(-40px - 74px);
  left: calc(50% - 157.5px);
}
.sec01__content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px dotted #d9d9d9;
}
.sec01__content-wrap:nth-of-type(2) {
  border-bottom: none;
}
.sec01__content-item {
  width: 320px;
  padding: 0 var(--sp-2) var(--sp-2) var(--px-20);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: var(--px-20);
  border-right: 1px dotted #d9d9d9;
}
.sec01__content-item:nth-of-type(3) {
  border-right: none;
}
.sec01__content-wrap:nth-of-type(2) .sec01__content-item {
  padding: var(--px-20) var(--sp-2) 0;
}
.sec01__content-item .txt {
  width: 260px;
  letter-spacing: 0;
}
.sec01__content-item .txt strong {
  font-size: var(--px-18);
  font-weight: var(--bold);
  color: #1d3a67;
}
.sec01__content-item .img {
  width: 40px;
  height: 40px;
}

#sec01 .sec_cta {
}

#sec01 .cta_txt {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--sp-4);
  font-size: 24px;
  line-height: 1;
  font-weight: var(--bold);
  color: var(--clr-sub01);
  text-align: center;
}
#sec01 .cta_txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon_sec_cta_tr.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 32.5px;
  height: 22px;
  top: calc(50% - 11px);
  left: calc(-10px - 32.5px);
}
#sec01 .cta_txt::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon_sec_cta_tr.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 32.5px;
  height: 22px;
  top: calc(50% - 11px);
  right: calc(-10px - 32.5px);
}
/* sec02 */
#sec02 {
}

#sec02 .cmn-h2 {
  margin-bottom: var(--sp-10);
}

#sec02 h3.title {
  font-size: var(--h3-fz);
  margin-bottom: var(--sp-5);
}

.sec02__txt {
  margin-bottom: var(--sp-10);
  padding: var(--sp-4);
  background-color: var(--clr-white);
}
.sec02__txt .txt {
  margin-bottom: var(--sp-1);
  font-size: var(--px-18);
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.sec02__txt .txt small {
  font-size: var(--small-fz);
}
.sec02__txt .txt span {
  color: var(--clr-red-sub);
}
.sec02__txt .txt-small {

}
.sec02__txt .txt-small small {
  display: block;
  position: relative;
  margin-bottom: var(--sp-05);
  padding-left: 27px;
  font-size: 10px;
  color: #6e6e6e;
}
.sec02__txt .txt-small small::before {
  position: absolute;
  left: 0;
  top: 0;
}
.sec02__txt .txt-small small:nth-of-type(1)::before {
  content: "※1";
}
.sec02__txt .txt-small small:nth-of-type(2)::before {
  content: "※2";
}

.sec02__content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-10);
}

.sec02__content-item {
  width: var(--col-4);
  padding: var(--sp-2);
  color: var(--clr-main);
}
.sec02__content-item .img {
  margin-bottom: var(--sp-3);
}
.sec02__content-item .ttl {
  text-align: left;
  font-size: var(--h6-fz);
  margin-bottom: var(--sp-4);
}
.sec02__content-item .txt {
}

/* sec03 */
#sec03 {
}

.sec03__cta {
  margin-bottom: calc(var(--sp-10) + var(--sp-1));
}
.sec03__cta .txt {
  position: relative;
  font-size: var(--h5-fz);
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: calc(var(--sp-10) + var(--sp-2));
}
.sec03__cta .txt::after {
  position: absolute;
  content: "";
  bottom: calc(-32px - 32px);
  left: calc(50% - 30px);
  background: url("../img/icon_tr.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 32px;
}
#sec03 h2.title {
  color: #00153e;
}

.sec03__content {
  display: flex;
  flex-direction: column;
  gap: var(--px-20);
}

.sec03__content-item {
  background-color: var(--clr-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.sec03__content-item .ttl {
  width: 100%;
  padding: var(--sp-2);
  background-color: #002366;
  text-align: center;
  font-size: var(--h4-fz);
  color: var(--clr-white);
}
.sec03__content-item .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--sp-5);
}
.sec03__content-item .cont .txt {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.sec03__content-item .cont .txt-more {
  display: none;
}
.sec03__content-item .cont .txt-more dl:not(:last-of-type) {
  margin-bottom: var(--sp-4);
}
.sec03__content-item .cont dl {
  width: 690px;
}
.sec03__content-item .cont dt {
  font-size: var(--h6-fz);
  font-weight: var(--medium);
  padding-bottom: var(--sp-1);
  margin-bottom: var(--sp-2);
  border-bottom: 1px solid #e5e5e5;
}
.sec03__content-item .cont dt::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.sec03__content-item .cont dd {
}
.sec03__content-item .cont dd p {
  font-size: var(--px-18);
  color: #666666;
}
.sec03__content-item .cont .txt .btn {
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 17px 6px 20px;
  vertical-align: baseline !important;
  text-align: center !important;
  font-size: var(--body-fz);
  line-height: 1.2;
  color: var(--clr-white);
  background-color: var(--clr-red-sub);
  font-weight: var(--bold);
  border-radius: 11px;
  border: 1px solid #000;
}
.sec03__content-item .cont .img {
  width: 280px;
}

/* sec03tosec04 */
.sec03tosec04 {
  background-color: #1b274e;
  color: var(--clr-white);
}
.sec03tosec04 .inner {
  padding: var(--sp-4) 0;
}
.sec03tosec04 .ttl-wrap {
  padding-bottom: var(--sp-2);
  border-bottom: dashed 2px #adadad;
  margin-bottom: var(--sp-4);
}
.sec03tosec04 .ttl-wrap .ttl {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", YuGothicM, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif, Helvetica, Arial;
  font-size: var(--h2-fz);
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--clr-accent);
  text-decoration: none;
  margin-bottom: 0;
}
.sec03tosec04 .txt {
  width: 70%;
  margin: 0 auto;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: justify;
}
/* sec04 */
#sec04 {
}

.sec04__cta {
  margin-bottom: calc(var(--sp-10) + var(--sp-2));
}

#sec04 .cmn-h2 {
  margin-bottom: var(--sp-4);
}
#sec04 h3.title {
  font-size: var(--h2-fz);
  line-height: 1.7;
  margin-bottom: var(--sp-5);
}
#sec04 h3.title .marker {
  background: linear-gradient(
    transparent 10%,
    var(--clr-accent) 10%,
    var(--clr-accent) 100%
  );
}
.sec04__txt {
  margin-bottom: var(--sp-10);
  padding: var(--sp-4);
}
.sec04__txt .txt {
  font-size: var(--px-18);
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.sec04__content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.sec04__content-item {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-2);
}
.sec04__content-item .img {
  width: 350px;
}
.sec04__content-item .img img {
  max-width: 100%;
}
.sec04__content-item .txt-content {
  width: 700px;
}
.case_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* border: 3px solid #000; */
  border-radius: 30px;
  box-sizing: border-box;
  outline: 3px solid #000;
  outline-offset: -3px;
}
.case-yellow {
  display: inline-block;
  font-size: var(--body-fz);
  line-height: 1;
  color: #000;
  background-color: yellow;
  padding: 19px 20px 15px;
  vertical-align: baseline !important;
  text-align: center !important;
  font-weight: bold;
  /* border: 3px solid #000; */
  border-radius: 30px;
  margin-bottom: 0 !important;
  border: 3px solid #000;
}
.case_title .ttl {
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 0 !important;
  font-size: var(--h6-fz);
}

.sec04__content-item .txt-content .txt {
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: var(--bold);
}
.sec04__content-item .txt-content .txt_link {
  margin-top: var(--sp-2);
}
.sec04__content-item .txt-content .txt_link a {
  color: #1e87f0;
  text-decoration: underline;
}

/* sec05 */
#sec05 {
}

#sec05 .title_wrap {
  padding-bottom: var(--sp-2);
  border-bottom: dashed 2px #adadad;
  margin-bottom: var(--sp-4);
}
#sec05 .title {
  text-decoration: none;
  margin-bottom: 0;
}

.sec05__txt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.sec05__txt .txt {
  width: 792px;
}
.sec05__txt .txt p {
  font-size: var(--px-18);
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.sec05__txt .img {
  width: 268px;
}

/* .sec05-cta */
.sec05-cta {
}

.sec05-cta__content {
  position: relative;
  background-color: #1f2749;
  border: solid 10px #ffffff;
  border-radius: 20px;
  height: auto;
  box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
  padding: 7vh 0;
  color: var(--clr-white);
  margin-bottom: var(--sp-10);
}
.sec05-cta__content::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/sec05-cta_icon_left.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 94px;
  height: 95px;
  left: 0;
  top: calc(50% - 47.5px);
}
.sec05-cta__content::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/sec05-cta_icon_right.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 94px;
  height: 128px;
  right: -2px;
  top: calc(50% - 64px);
}

.sec05-cta__content .ttl {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--sp-1);
  margin-bottom: var(--sp-2);
  text-align: center;
  font-size: var(--h3-fz);
  font-weight: var(--bold);
  border-bottom: 3px solid var(--clr-white);
}
.sec05-cta__content .txt {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--h5-fz);
  font-weight: var(--bold);
}

/* sec05tosec06 */
.sec05tosec06 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.sec05tosec06 img {
  max-width: 100%;
}

.sec05tosec06 .sec_cta {
  padding-bottom: 60px;
}

/* sec06 */
#sec06 {
}

#sec06 h2.title {
  font-size: var(--h2-fz);
  margin-bottom: var(--sp-5);
  color: #00153e;
}

.sec06__content {
}
.sec06__content h3 {
  text-align: center;
  font-size: var(--h4-fz);
  padding: var(--sp-2) var(--sp-1);
  background-color: #1c2952;
  color: var(--clr-white);
  margin-bottom: var(--sp-4);
}
.sec06__content .text-content {
  text-align: center;
  margin-bottom: var(--sp-5);
}

.sec06__content-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.sec06__content-item dl {
}
.sec06__content-item dl dt {
  position: relative;
  padding-left: 26px;
  font-size: var(--px-18);
  color: #1B274E;
  line-height: 1.8;
  margin-bottom: var(--sp-1);
}
.sec06__content-item dl dt::after{
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_maru.webp") no-repeat center center;
  background-size: contain;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq .sec_cta {
  margin-bottom: var(--sp-10);
}
#faq {
}
#faq .inner {
  padding: 0;
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}

#police-cooperation .reveal #topics_2011 {
  margin-top: 0 !important;
}

#service #service_2011 {
  padding-top: 0 !important;
}

#support {
  letter-spacing: 0;
}

#media{
  padding-top: var(--sp-10);
}

/* .more_btn_2011 */
.more_btn_2011 {
  /* zoom: 80%; */
}
.more_btn_2011 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

/* cta調整 */
/* .sec_cta */
.sec_cta__box-wrap {
  margin-bottom: var(--sp-10);
}
.sec_cta__box {
  position: relative;
  height: 254px;
  background: no-repeat right/cover url("../img/sec_cta__box.webp");
  display: flex;
  line-height: 1.5;
  margin-bottom: var(--sp-10);
}
/* .sec_cta__box::after {
  position: absolute;
  bottom: calc(-18px - 25px);
  left: calc(50% - 22px);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.webp") no-repeat;
  background-size: contain;
  width: 44px;
  height: 25px;
} */
.sec_cta__box-header {
  margin: auto var(--sp-5) var(--sp-2);
}
.sec_cta__box-header h4 {
  font-size: 32px;
  color: #e8e428;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  line-height: 1;
}
.sec_cta__box-header h4 small {
  font-size: 26px;
  color: #ffffff;
}
.sec_cta__box-header p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.sec_cta__box-header p sup {
  font-size: 10px;
  top: 0;
}
.sec_cta__box-header small {
  position: relative;
  display: block;
  font-size: 10px;
  zoom: 0.8;
  padding-left: 22px;
  color: #ffffff;
}
.sec_cta__box-header small:nth-of-type(1)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※1";
}
.sec_cta__box-header small:nth-of-type(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※2";
}
