@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: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

section:not(.privacy__box, .mv, .sv) {
  padding-block: 6rem;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*共通ボタン*/
.com-btn {
  width: min(100%, 320px);
  min-height: 60px;
}
.com-btn span:not(.more, .inline-block)::after {
  margin-bottom: calc((1lh - 1em) / 2);
}

/*共通テーブル*/
.com-table tr th,
.com-table tr td {
  line-height: 1.5;
  padding: calc(1.5rem + (1em - 1lh) / 2) 1rem calc(1.7rem + (1em - 1lh) / 2);
}
.com-table tr th {
  width: 40%;
}
.com-table tr td:has(.replace) {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.com-table__box {
  padding: 4rem 2rem;
}
.com-table .replace {
  height: 1em;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  left: 5%;
  bottom: 10%;
  gap: 2rem;
}
.mv__title .main span {
  font-size: var(--font-size-40);
}
.mv__title .sub {
  padding: 1rem;
  font-size: var(--font-size-26);
  line-height: 1.4;
}

.bx-wrapper {
  width: 100%;
  height: 56rem;
}
.bx-wrapper * {
  height: 100% !important;
}
.bx-wrapper * img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================
    サブビジュアル
==============================*/
.sv__title {
  gap: 2rem;
}
.sv__title .en {
  font-size: 6rem;
}
.sv__title .ja {
  font-size: var(--font-size-30);
}

/*各ページ画像設定*/
.business_sv {
  background: url(../img/sv/business.jpg) top center/cover no-repeat;
}

.company_sv {
  background: url(../img/sv/company.jpg) top right 20%/cover no-repeat;
}

.news_sv {
  background: url(../img/sv/news.jpg) top left 40%/cover no-repeat;
}

.complete_sv {
  background: url(../img/sv/complete.jpg) top right 30%/cover no-repeat;
}

.e404_sv {
  background: url(../img/sv/e404.jpg) top center/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 5rem;
}
.com-title01 .en {
  font-size: 5.5rem;
  text-align: center;
}

/*==============================
    TOP
==============================*/
/*防犯を、もっと身近に。*/
.top-camera {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.top-camera::before {
  width: 80%;
  top: 2rem;
  left: 1rem;
}
.top-camera .com-inbox {
  flex-direction: column-reverse;
  gap: 6rem;
}
.top-camera::after {
  display: none;
}
.top-camera__title {
  gap: 1.5rem;
  font-size: var(--font-size-30);
  margin-bottom: 5rem;
}
.top-camera__title span:nth-child(2) {
  font-size: var(--font-size-30);
}
.top-camera__title strong {
  font-size: var(--font-size-38);
}
.top-camera .img-box {
  max-width: 585px;
}

/*選ばれる3つの理由*/
.top-reason {
  padding-block: 0 !important;
}
.top-reason__h3 {
  padding-block: 5rem;
  margin-bottom: 5rem;
}
.top-reason__h3-wrp {
  gap: 2rem;
  padding-inline: 3rem;
}
.top-reason__h3-wrp .en {
  font-size: 5rem;
  -webkit-text-stroke: 2px #b8c4cf;
  paint-order: stroke;
}
.top-reason__h3-wrp .ja {
  font-size: var(--font-size-30);
  -webkit-text-stroke: 2px #b8c4cf;
  paint-order: stroke;
}
.top-reason__list {
  gap: 5rem;
}
.top-reason__item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.top-reason__text {
  padding: 4rem 5%;
}
.top-reason__text::before {
  right: 0;
  bottom: 0;
  font-size: 15rem;
}
.top-reason__title {
  font-size: var(--font-size-20);
  line-height: 3.4rem;
  margin-bottom: 2rem;
}
.top-reason__title strong {
  font-size: 3rem;
}
.top-reason .img-box {
  width: 100%;
  aspect-ratio: 16/9;
}

/*防犯カメラの設置工事*/
.top-business {
  padding-top: 0 !important;
}
.top-business__h3 {
  align-items: center;
  margin-bottom: 5rem;
  padding-block: 4rem 5rem;
  transform: translateX(-5%);
  width: 100vw;
  background: url(../img/top/business_bg.jpg) top left/cover no-repeat;
}
.top-business .intro {
  color: var(--color-font);
  margin-bottom: 5rem;
}
.top-business::before {
  display: none;
}
.top-business__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem 2rem;
  margin-bottom: 5rem;
}
.top-business__title {
  margin-block: calc((1em - 1lh) / 2);
}
.top-business__item p {
  margin-block: calc((1em - 1lh) / 2);
}

/*導入実績・解決事例のご紹介*/
.top-case {
  padding-block: 6.8rem 11.6rem;
}
.top-case::before {
  width: 100%;
  height: 100%;
}
.top-case__h3 {
  margin-bottom: 5rem;
}
.top-case__h3 .en {
  line-height: 1.2;
  font-size: 6rem;
  text-align: center;
}
.top-case__text {
  margin-bottom: 5rem;
}
.top-case .com-btn {
  margin-top: 5rem;
}

/*OTHER CONTENT*/
.top-other__h3 {
  font-size: 5rem;
  margin-bottom: 5rem;
}
.top-other__list {
  gap: 6rem;
}
.top-other__item {
  flex-direction: column-reverse;
}
.top-other__item .img-box {
  aspect-ratio: 16/9;
}
.top-other__item p {
  margin-right: 0;
}
.top-other__text {
  padding: 4rem 2rem;
}
.top-other__title {
  margin-bottom: 3rem;
}
.top-other .com-btn {
  margin-top: 3rem;
}

/*お問い合わせ*/
.top-contact__box {
  padding: 6rem 2rem;
  width: min(90%, 400px);
}
.top-contact__title .en {
  font-size: 5rem;
}
.top-contact .com-btn {
  margin-top: 5rem;
}

/*お知らせ*/
.top-news__title {
  margin-bottom: 5rem;
}
.top-news .com-btn--txt {
  justify-content: flex-end;
  margin-top: 5rem;
}

/*==============================
    事業内容
==============================*/
/*取扱事業一覧*/
.business-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
.business-section__wrap .img-box {
  width: 90%;
  aspect-ratio: 16/9;
  max-width: 400px;
}
.business-section__item {
  padding: 4rem 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.business-section__item .img-box {
  aspect-ratio: 5/7;
  max-width: 230px;
}
.business-section__item small {
  width: -moz-fit-content;
  width: fit-content;
}
.business-section__text {
  width: 100%;
}
.business-section--example__title {
  margin-top: 5rem;
}
.business-section--example__list {
  padding: 4rem 2rem;
  gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/*防犯カメラの主な設置場所*/
.business-locations .com-title01 .en {
  font-size: 5rem;
}
.business-locations__list {
  margin-top: 5rem;
}
.business-locations__item {
  flex-direction: column-reverse;
}
.business-locations__item .img-box {
  aspect-ratio: 16/9;
}
.business-locations__text {
  padding: 4rem 2rem;
}
.business-locations__title {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.business-locations .com-btn {
  margin-top: 5rem;
}

/*防犯カメラの導入メリット*/
.business-merit__list {
  padding: 4rem 2rem;
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
}
.business-merit__title {
  font-size: var(--font-size-20);
  margin-bottom: 1rem;
}

/*対応エリア*/
.business-area .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.business-area .intro {
  text-align: center;
}
.business-area__title {
  text-align: center;
}
.business-area__list {
  padding: 2rem;
}
.business-area .img-box {
  max-width: 533px;
}

/*==============================
    ご依頼の流れ・料金表
==============================*/
/*ご依頼の流れ*/
.flow-section__list {
  position: relative;
  z-index: 0;
  margin-top: 5rem;
  gap: 6rem;
}
.flow-section__list::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.3rem;
  height: calc(100% - 2rem);
  background-color: #d9d9d9;
}
.flow-section__item {
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  gap: 3rem;
  padding: 2rem;
}
.flow-section__item .img-box {
  width: min(40%, 180px);
}
.flow-section__title {
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 3rem;
}
.flow-section__text p {
  text-align: center;
}

/*料金表*/
.price-section__list {
  margin-top: 4rem;
  gap: 3rem;
}
.price-section__item {
  padding: 1rem;
}
.price-section__box {
  padding: 2.5rem 1rem;
}
.price-section__name {
  font-size: var(--font-size-20);
}
.price-section__price {
  font-size: var(--font-size-20);
}

/*==============================
    事例紹介
==============================*/
/*共通部分*/
.com-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2rem;
}
.com-case__item {
  min-width: calc((100% - 2rem) / 2);
}
.com-case__item .img-box {
  margin-bottom: 1.5rem;
}
.com-case__title {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}

/*導入実績・解決事例*/
.case .intro:last-of-type {
  margin-bottom: 6rem;
}

/*==============================
    事例紹介（詳細）
==============================*/
.case-detail__item {
  width: 80%;
}

/*==============================
    会社概要
==============================*/
/*代表挨拶*/
.company-greeting {
  padding-block: 6.6rem 16rem;
}
.company-greeting .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.company-greeting__title {
  line-height: 1.5;
  font-size: var(--font-size-26);
}
.company-greeting .img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  align-items: center;
}
.company-greeting .img-box figcaption {
  text-align: center;
  align-items: center;
  font-size: var(--font-size-23);
}

/*求人情報*/
/*会社情報*/
.company-information {
  padding-bottom: 0 !important;
}
.company-information .com-table__box {
  margin-bottom: 5rem;
}
.company-information .map {
  width: 100%;
  height: 30rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  padding: 4rem 2rem;
  min-height: 10rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  line-height: 1.5;
}
.news-detail__box {
  padding: 4rem 2rem;
}
.news-detail .paginated__list {
  margin-top: 3rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr th,
.contact .com-table tr td {
  padding-block: 1.2rem !important;
  vertical-align: middle;
}
.contact .com-table tr:last-child th {
  border-bottom: 1px solid var(--color-font);
}
.contact .com-table th {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact .required-mark {
  font-size: var(--font-size-15);
  float: unset;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
  font-size: var(--font-size-15);
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 60px;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 3rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy .com-title01 .ja {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.privacy__title {
  line-height: 1.5;
  padding-bottom: 1.5rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
    NOT FOUND
==============================*/
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__box {
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  font-size: var(--font-size-20);
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-white);
}