@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #21293c;
  --color-white: #ffffff;
  --color-deepblue: #0d1d36;
  --color-blue: #152c62;
  --color-gray: #f2f2f2;
  /*カレントカラー*/
  --color-current: #55a7df;
  /*テキストリンクカラー*/
  --color-textlink: #152c62;
  /*必須ボタンカラー*/
  --color-required: #152c62;
  /*任意ボタンカラー*/
  --color-optional: #152c62;
  /*ラジオボタンカラー*/
  --color-radio: #152c62;
  /*チェックボタンカラー*/
  --color-check: #152c62;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Oswald", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-antique: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-new: "Zen Kaku Gothic New", sans-serif;
  --font-family-oswald: "Oswald", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-35: 3.5rem;
  --font-size-36: 3.6rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.267;
  /*その他行間*/
  --line-height-xs: 1.202;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.14em;
  --letter-spacing-4xl: 0.28em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #21293c;
  --color-white: #ffffff;
  --color-deepblue: #0d1d36;
  --color-blue: #152c62;
  --color-gray: #f2f2f2;
  /*カレントカラー*/
  --color-current: #55a7df;
  /*テキストリンクカラー*/
  --color-textlink: #152c62;
  /*必須ボタンカラー*/
  --color-required: #152c62;
  /*任意ボタンカラー*/
  --color-optional: #152c62;
  /*ラジオボタンカラー*/
  --color-radio: #152c62;
  /*チェックボタンカラー*/
  --color-check: #152c62;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Oswald", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-antique: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-new: "Zen Kaku Gothic New", sans-serif;
  --font-family-oswald: "Oswald", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-35: 3.5rem;
  --font-size-36: 3.6rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.267;
  /*その他行間*/
  --line-height-xs: 1.202;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.14em;
  --letter-spacing-4xl: 0.28em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*パンくずリスト*/
.breadcrumb {
  padding-top: 1rem;
  line-height: 1;
}
.breadcrumb__list {
  width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "｜";
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/*共通ボタン*/
.com-btn {
  width: 32rem;
  height: 6rem;
}

/*共通テーブル*/
.com-table__box {
  padding: 3.8rem 1.7rem 3.9rem 2.3rem;
}
.com-table tr th {
  width: 21.5rem;
  box-sizing: border-box;
}
.com-table tr td:has(.replace) {
  flex-direction: column;
}
.com-table tr .replace {
  width: 24.4rem;
}

/*==============================
    各種ホバー処理
==============================*/
/*ロゴのホバー処理*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn::after {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.com-btn:hover span:not(.more, .inline-block)::after {
  transform: translateX(5px);
  background: url(../img/common/arw_btn_blue.png) bottom right/contain no-repeat;
}
.com-btn--txt {
  transition: all 0.3s;
}
.com-btn--txt:hover {
  opacity: 0.5;
}
.com-btn--txt:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}

/*ヘッダーボタン*/
.mail-btn {
  transition: all 0.3s;
}
.mail-btn:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.mail-btn:hover::before {
  transition: all 0.3s;
  background: url(../img/common/icon_mail_b.png) top left/contain no-repeat;
}

/*グローバルナビゲーション*/
.gnav__item a {
  transition: all 0.3s;
}
.gnav__item a:hover {
  opacity: 0.5;
}

/*フッターナビゲーション*/
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}

/*実績一覧*/
.com-case__item a {
  transition: all 0.3s;
}
.com-case__item a:hover {
  opacity: 0.5;
}

/*詳細ページページネーション*/
.paginated__link:hover {
  opacity: 0.5;
}

.com-textlink:hover {
  opacity: 0.5;
}

.breadcrumb__item a:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow_btn {
  transition: all 0.3s;
}
.follow_btn:hover {
  bottom: 5rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: relative;
  padding: 1.4rem 21.5rem 1.7rem 2rem;
}
.header .gnav__list {
  display: flex;
  gap: 4.5rem;
  line-height: 1;
  font-size: var(--font-size-20);
  font-weight: 700;
}
.header .mail-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 18rem;
  height: 8rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  bottom: 9rem;
  left: 5rem;
}

.bx-wrapper {
  width: 100%;
  aspect-ratio: 1920/880;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 38rem;
}
/*==============================
    共通タイトル
==============================*/
.com-title01--small {
  gap: 2rem;
}
.com-title01--small .en {
  font-size: var(--font-size-40);
}
.com-title01--small .ja {
  font-size: var(--font-size-20);
}

/*==============================
    TOP
==============================*/
/*防犯を、もっと身近に。*/
.top-camera {
  padding-block: 14rem 13.4rem;
}
.top-camera::before {
  top: 6rem;
  width: 72.9rem;
}
.top-camera .com-inbox {
  align-items: flex-start;
}
.top-camera__title {
  align-items: flex-start;
  margin-bottom: 4rem;
}
.top-camera__title strong {
  display: block;
}
.top-camera .img-box {
  width: 58.5rem;
}

/*選ばれる3つの理由*/
.top-reason__h3 {
  height: 26rem;
}
.top-reason__h3-wrp {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.8rem;
  padding-top: 8rem;
  box-sizing: border-box;
}
.top-reason__item {
  display: flex;
  justify-content: center;
}
.top-reason__title {
  gap: clamp(18px, 1.41vw, 27px);
  font-size: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(21px, 1.67vw, 32px);
  line-height: clamp(27px, 2.08vw, 40px);
}
.top-reason__title::before {
  font-size: clamp(48px, 3.75vw, 72px);
}
.top-reason__title strong {
  font-size: clamp(23px, 1.77vw, 34px);
}
.top-reason__text {
  width: 50%;
  padding-left: clamp(280px, 21.88vw, 420px);
  padding-right: clamp(20px, 1.56vw, 30px);
  font-size: clamp(10px, 0.78vw, 15px);
}
.top-reason__text::before {
  font-size: clamp(253px, 19.79vw, 380px);
  bottom: 0;
  left: 0;
  margin-block: -4.8rem -1.2rem;
}
.top-reason .img-box {
  width: 50%;
}

/*防犯カメラの設置工事*/
.top-business {
  padding-block: 11rem 17rem;
}
.top-business::before {
  min-height: 385px;
}
.top-business .intro {
  margin-bottom: 7rem;
  line-height: 1;
}
.top-business__list {
  gap: 6rem;
}
.top-business__item {
  width: 32rem;
}
.top-business__text p {
  line-height: 1;
}
.top-business__title {
  line-height: 1;
}
.top-business .com-btn {
  margin-top: 7.7rem;
}

/*導入実績・解決事例のご紹介*/
.top-case {
  padding-block: 6.8rem 11.6rem;
}
.top-case::before {
  width: 1280px;
  height: calc(100% - 15rem);
}
.top-case__h3 {
  margin-bottom: 7.3rem;
}
.top-case__text {
  margin-bottom: 5.8rem;
}
.top-case .com-btn {
  margin-top: 9rem;
}

/*OTHER CONTENT*/
.top-other {
  padding-block: 7.8rem 10rem;
}
.top-other__h3 {
  margin-bottom: 8rem;
}
.top-other__item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-other__item .com-btn {
  margin-top: 3rem;
}
.top-other__text {
  width: 38rem;
  flex-shrink: 0;
  padding: 5.5rem 3rem 3rem;
}
.top-other__title {
  margin-bottom: 4rem;
}

/*お問い合わせ*/
.top-contact {
  padding-block: 6.4rem;
}
.top-contact__title {
  margin-bottom: 4.3rem;
}
.top-contact__box {
  padding: 5.5rem 2.2rem 4.4rem 2.2rem;
}
.top-contact .com-btn {
  width: 36rem;
}

/*お知らせ*/
.top-news {
  padding-block: 8.4rem 8.8rem;
}
.top-news__title {
  margin-bottom: 2.7rem;
}
.top-news .com-btn--txt {
  margin-top: 2rem;
  justify-content: flex-end;
}

/*==============================
    事業内容
==============================*/
/*取扱事業一覧*/
.business-section {
  padding-block: 6.6rem 33.6rem;
}
.business-section .com-title01 {
  margin-bottom: 9rem;
}
.business-section__wrap {
  margin-bottom: 8.4rem;
  gap: 4.3rem;
}
.business-section__wrap .business-section__text {
  padding-top: 5.7rem;
  font-weight: 400;
}
.business-section__wrap .business-section__text p {
  margin-right: -0.8em;
}
.business-section__wrap .img-box {
  flex-shrink: 0;
}
.business-section__item:first-child {
  margin-bottom: 16rem;
}
.business-section__item:first-child .business-section__text {
  padding-top: 5rem;
}
.business-section__item:nth-child(2) {
  margin-bottom: 17rem;
}
.business-section__item:nth-child(even) {
  flex-direction: row-reverse;
}
.business-section--example__title {
  margin-top: 6.2rem;
}
.business-section--example__list {
  padding: 2.9rem 2.8rem;
  display: grid;
}

/*防犯カメラの主な設置場所*/
.business-locations {
  padding-block: 9.2rem 11rem;
}
.business-locations .com-title01 {
  margin-bottom: 6.6rem;
}
.business-locations__list {
  margin-top: 7.8rem;
}
.business-locations__item:nth-child(even) {
  flex-direction: row-reverse;
}
.business-locations__text {
  width: 48rem;
  padding: 5.5rem 3rem 4.8rem 3rem;
}
.business-locations .com-btn {
  margin-top: 7rem;
}

/*防犯カメラの導入メリット*/
.business-merit {
  padding-block: 16.5rem 0;
}
.business-merit .com-title01 {
  margin-bottom: 7.3rem;
}
.business-merit__list {
  padding: 7.6rem 10.9rem 5.2rem 10.6rem;
  gap: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 1280px;
}
.business-merit__item {
  width: 22rem;
  flex-shrink: 0;
}
.business-merit__item .img-box {
  width: 20rem;
}

/*対応エリア*/
.business-area {
  padding-block: 18rem 15rem;
}
.business-area .com-inbox {
  gap: 2.7rem;
  align-items: flex-start;
}
.business-area .com-title01 {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 6.2rem;
}
.business-area .intro {
  margin-right: -0.5em;
}
.business-area__list {
  padding: 2.8rem 2.6rem 2.7rem;
  width: 52rem;
}
.business-area .img-box {
  width: 53.3rem;
}

/*==============================
    ご依頼の流れ・料金表
==============================*/
/*ご依頼の流れ*/
.flow-section {
  padding-block: 6.6rem 10.8rem;
}
.flow-section .com-title01 {
  margin-bottom: 7.7rem;
}
.flow-section__list {
  position: relative;
  z-index: 0;
  margin-top: 7.3rem;
}
.flow-section__list::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 49px;
  content: "";
  display: block;
  width: 2px;
  height: 1300px;
  background-color: #d9d9d9;
}
.flow-section__item {
  height: 24rem;
  align-items: flex-start;
}
.flow-section__item:last-child {
  height: unset;
}
.flow-section__title {
  gap: 1.8rem;
  flex-direction: column;
}

/*料金表*/
.price-section {
  padding-block: 9.2rem 8.3rem;
}
.price-section .com-title01 {
  margin-bottom: 6.6rem;
}
.price-section__list {
  margin-top: 6.3rem;
  gap: 8rem;
}
.price-section__item {
  padding: 0.9rem 0.9rem 2rem 1.1rem;
}
.price-section__title {
  margin-bottom: 3.5rem;
}
.price-section__box {
  padding: 4rem 0.9rem 4.2rem 1.4rem;
}

/*==============================
    事例紹介一覧
==============================*/
/*共通部分*/
.com-case__item {
  min-width: 320px;
}

/*導入実績・解決事例*/
.case {
  padding-block: 6.6rem 13.6rem;
}
.case .com-title01 {
  margin-bottom: 6rem;
}
.case .intro:last-of-type {
  margin-bottom: 6.8rem;
}

/*==============================
    事例紹介（詳細）
==============================*/
.case-detail {
  padding-block: 8.6rem 13rem;
}
.case-detail__slide {
  width: 1020px;
}
.case-detail__item {
  width: 55rem;
}
.case-detail p {
  width: 1020px;
  margin-inline: auto;
}

/*==============================
    会社概要
==============================*/
/*代表挨拶*/
.company-greeting {
  padding-block: 6.6rem 16rem;
}
.company-greeting .com-title01 {
  margin-bottom: 8.8rem;
}
.company-greeting .com-inbox {
  position: relative;
}
.company-greeting .img-box {
  position: absolute;
  right: 0;
  top: 0;
}
.company-greeting .img-box figcaption {
  text-align: right;
  margin-top: 2.4rem;
}

/*求人情報*/
.company-recruitment {
  padding-block: 9.2rem 10.3rem;
}
.company-recruitment .com-title01 {
  margin-bottom: 7rem;
}

/*会社情報*/
.company-information {
  padding-block: 9.2rem 0;
  /*アクセスマップ*/
}
.company-information .com-title01 {
  margin-bottom: 7rem;
}
.company-information .com-table__box {
  margin-bottom: 11.2rem;
}
.company-information .com-title01--small {
  margin-bottom: 2.8rem;
}
.company-information .map {
  width: 100%;
  height: 40rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 6.6rem 13rem;
}
.news .com-title01 {
  margin-bottom: 7rem;
}

/*お知らせ共通部分*/
.com-news__list {
  padding: 3.5rem 1.8rem 3.6rem 2.2rem;
  min-height: 31rem;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__box::after {
  right: var(--font-size-18);
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 6.6rem 13rem;
}
.news-detail__title {
  padding: 1rem 2rem;
  font-size: var(--font-size-26);
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 6.6rem 13rem;
}
.contact .com-title01 {
  margin-bottom: 7rem;
}
.contact .com-table {
  margin-bottom: 3rem;
}
.contact .com-table th {
  width: 30%;
  vertical-align: middle;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
}
.contact .required-mark {
  line-height: 1;
  margin-block: 5px;
  padding: 5px 4px;
}
.contact .contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.contact .contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 6.6rem 13rem;
}
.complete .com-title01 {
  margin-bottom: 6rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 7rem 10rem;
}
.privacy .com-title01 {
  margin-bottom: 7rem;
}
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 7rem 10rem;
}
.site .com-inbox {
  width: 70rem;
}
.site .com-title01 {
  margin-bottom: 7rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.site__item a::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 6.6rem 13rem;
}
/*==============================
    フッター
==============================*/
.footer {
  padding-block: 6rem 4.6rem;
}
.footer__inner {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 2.5rem;
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.footer address {
  line-height: 1;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto auto;
  gap: 2.4rem 7.3rem;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer-nav__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.footer-nav__item:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.footer-nav__item:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.footer-nav__item:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
}
.footer-nav__item:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
.footer-nav__item:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
}
.footer-nav__item:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
.footer small {
  width: 1080px;
  margin-inline: auto;
  justify-content: flex-start;
  margin-top: 3.3rem;
}