@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8.6rem;
}

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

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 26.4rem;
}

.header__bg {
  height: 8rem;
}

/*===============================================
  footer
===============================================*/
#footer:has(.footer-nav) {
  padding-bottom: 0;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo img {
  height: 2.2rem;
}
#footer .footer__info {
  align-items: center;
  padding-inline: 5%;
}
#footer .footer__add {
  text-align: center;
  word-break: keep-all;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  background: var(--color-line);
  margin-top: 2rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-white);
  grid-column: span 2;
}
.footer-nav__item:has(.nav-link--company) ~ .footer-nav__item {
  font-size: 1.4rem;
  grid-column: span 1;
}
.footer-nav__link {
  line-height: 1.5;
  padding: 1.25em 1em;
}
.footer-nav__link::before {
  content: ">";
  color: var(--color-orange);
  margin-right: 0.75em;
}

/*コピーライト
-----------------------------*/
.copy p {
  font-size: 1.1rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 64rem;
}
.visual__catch--main {
  max-width: 80%;
  width: 40.6rem;
}
.visual #slideshow li {
  background-position: left 20% center !important;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24.3rem;
  padding-top: 4.3rem;
}
.visual__catch--sub {
  font-size: var(--font-size-2xl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 1.5rem;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 12rem;
}
.section:has(+ .section) {
  padding-bottom: 0;
}
.section:first-of-type {
  padding-top: 10rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: var(--font-size-3xl);
}
.com-tel::before {
  font-size: var(--font-size-xl);
}
.com-tel__fax {
  font-size: var(--font-size-2xl);
}
.com-tel__fax::before {
  font-size: var(--font-size-base);
}

/* 営業時間 / 定休日
-----------------------------*/
.com-schedule {
  font-size: var(--font-size-xs);
}
.com-schedule dd {
  margin-right: 1.5rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  margin-inline: auto;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr {
  border-bottom: solid 1px var(--color-navy);
}
.com-table tr th {
  padding-block: 2rem;
}
.com-table tr td {
  padding-block: 2rem;
}
.com-table--noblock tr:first-of-type {
  border-top: solid 1px var(--color-navy);
}
.com-table--noblock tr th {
  width: 8.5em;
}
.com-table:not(.com-table--noblock) tr th {
  padding-top: 3rem;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
  padding-bottom: 3rem;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
.com-title03 {
  padding-left: 3rem;
  margin-left: -3rem;
}
.com-title03::before {
  width: 2rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  width: 100%;
  padding: 6.4rem 5% 3rem;
}
.com-contact__title {
  row-gap: 1.6rem;
}
.com-contact__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 3rem 2rem;
  grid-row: span 2;
  margin-top: 4rem;
}
.com-contact__tel:has(+ .com-contact__fax) {
  margin-bottom: -0.5rem;
}
.com-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  border-top: solid 1px var(--color-line);
  padding-top: 2rem;
}
.com-contact__btn {
  width: 100%;
  height: 7rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/* タイトル
-----------------------------*/
.top .com-title01:not(.top-career__title):not(.com-contact__title) {
  row-gap: 1.6rem;
}

/*ご挨拶
-----------------------------*/
/*当社の特徴
-----------------------------*/
.top-feature__title .min {
  font-size: 0.85em;
}
.top-feature__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 2rem 0.5em;
  margin-bottom: 6rem;
}
.top-feature__item:last-of-type {
  margin-bottom: 0;
}
.top-feature__item::before {
  margin: -0.125em 0 -0.05em;
}
.top-feature__heading {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}
.top-feature__body {
  grid-column: span 2;
}

/*求人募集
-----------------------------*/
.top-career__title {
  row-gap: 2rem;
  font-size: var(--font-size-4xl);
}
.top-career__title .mark {
  background: linear-gradient(to top, transparent calc((1lh - 1em) / 2), var(--color-mark) calc((1lh - 1em) / 2), var(--color-mark) calc((1lh - 1em) / 2 + 2rem), transparent calc((1lh - 1em) / 2 + 2rem));
}
.top-career__heading {
  font-size: var(--font-size-2xl);
  margin-bottom: 4rem;
}
.top-career__heading > span {
  line-height: 1.25;
}
.top-career__inner {
  display: grid;
  grid-template-areas: "img-lt list-rt list-rt" "list-lb list-lb img-rb";
  grid-template-columns: 1.25fr 1fr 1.25fr;
  gap: 3rem 2rem;
}
.top-career__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
}
.top-career__list--rt {
  grid-area: list-rt;
}
.top-career__list--lb {
  grid-area: list-lb;
}
.top-career__item {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-block: calc((1em - 1lh) / 2);
}
.top-career__item p {
  letter-spacing: var(--letter-spacing-sm);
  margin-right: calc(var(--letter-spacing-sm) * -1);
}
.top-career__image {
  min-height: 24rem;
}
.top-career__image--lt {
  grid-area: img-lt;
  margin-left: -2.5vw;
}
.top-career__image--rb {
  grid-area: img-rb;
  margin-right: -2.5vw;
}
.top-career__image--rb img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
.top-career__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*求職者の方へ
-----------------------------*/
.top-join__image {
  width: 100vw;
  margin: 6.4rem -5vw 0;
}
.top-join__image img {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__item {
  margin-bottom: 5rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item > * {
  width: 88%;
}
.top-bnr__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bnr__text {
  height: 8rem;
  padding-right: 3rem;
  margin-left: auto;
}
.top-bnr__text::before {
  height: 200%;
}
.top-bnr__title {
  padding-left: 4rem;
  row-gap: 0.8rem;
}
.top-bnr__title::before {
  width: 2rem;
}
.top-bnr__title .en {
  font-size: var(--font-size-base);
  margin-top: -0.3rem;
}
.top-bnr__title .ja {
  font-size: var(--font-size-xl);
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__title > span:not(.en)::after {
  font-size: 0.75em;
  margin-inline: 0.125em;
}
.top-news__btn {
  margin-top: 4rem;
}

/*===============================================
  業務内容
===============================================*/
/*2号警備
-----------------------------*/
.works-security__box {
  margin-bottom: 10rem;
}
.works-security__list {
  padding: 3rem 2rem 3rem 3rem;
  margin-top: 4rem;
}
.works-security__image {
  margin-top: 4rem;
}
.works-security__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  働く環境
===============================================*/
/*当社で働くメリット
-----------------------------*/
.place-merit__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 2rem 0.5em;
  margin-bottom: 6rem;
}
.place-merit__item:last-of-type {
  margin-bottom: 0;
}
.place-merit__item::before {
  margin: -0.125em 0 -0.05em;
}
.place-merit__heading {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}
.place-merit__body {
  grid-column: span 2;
}

/*キャリアステップ
-----------------------------*/
.place-step__item {
  padding-bottom: 9.2rem;
}
.place-step__item::before {
  right: 0;
  bottom: 4rem;
}
.place-step__item::after {
  content: "";
  width: 100%;
  height: 1.2rem;
  background: url(../img/common/arrow_flow-sp.svg) no-repeat center/contain;
  position: absolute;
  bottom: 4rem;
  left: 0;
}
.place-step__item:last-of-type {
  padding-bottom: 0;
}
.place-step__item:last-of-type::after {
  display: none;
}

/*福利厚生
-----------------------------*/
.place-benefits__list {
  padding: 3rem 2rem 3rem 3rem;
  margin-bottom: 3rem;
}
.place-benefits__list:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.job-recruit__box {
  margin-bottom: 8rem;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
/*会社概要
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.company-map__box {
  height: 32rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3.6rem 3rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  margin: 0 auto 2.3rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.6rem 3rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em 1.5em 1em 1em;
}

/*===============================================
  404エラー
===============================================*/