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

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

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3rem;
}
/*===============================================
  footer
===============================================*/
#footer .footer__inner {
  display: grid;
  grid-template-columns: 1fr 47.5rem;
  grid-auto-flow: column;
  align-items: flex-start;
  gap: 3rem 6.5rem;
  width: 1080px;
}
#footer .footer__tel {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: var(--font-size-xl);
}
#footer .footer__tel::before {
  font-size: 2rem;
}
#footer .footer__fax {
  font-size: 1.9rem;
}
#footer .footer__fax::before {
  font-size: 1.6rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-row: span 2;
  background: var(--color-bg);
  padding: 3rem;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1.12em;
       column-gap: 1.12em;
  font-size: 1.5rem;
  font-family: var(--font-family-noto);
  font-weight: var(--font-weight-bold);
  line-height: 2.33334;
  letter-spacing: 0.12em;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__item::before {
  content: ">";
  color: var(--color-orange);
  margin-right: 0.25em;
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(620px, 48.4375vw, 930px);
}
.visual__catch--main {
  width: clamp(542px, 42.2916666667vw, 812px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 23.4375vw, 450px);
}
.visual__catch--sub {
  font-size: clamp(3.6rem, 2.8645833333vw, 5.5rem);
  letter-spacing: 0.12em;
  margin-right: -0.12em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__link {
  display: block;
}
/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 40px;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: clamp(120px, 9.375vw, 150px);
}
.section:has(+ .section) {
  padding-bottom: 0;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 18rem;
  height: 5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.875;
}
.com-table tr {
  border-bottom: solid 1px var(--color-navy);
}
.com-table tr:first-of-type {
  border-top: solid 1px var(--color-navy);
}
.com-table tr th {
  vertical-align: middle;
  padding-block: 1.4rem;
  padding-left: 2rem;
}
.com-table tr td {
  padding-block: 1.4rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

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

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

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  display: grid;
  grid-template: auto 1fr/1fr 50rem;
  grid-auto-flow: column;
  align-items: flex-start;
  gap: 5rem 4rem;
  padding: 5rem 4rem 5rem 5rem;
}
.com-contact__title {
  align-items: flex-start;
  row-gap: 1.2rem;
  text-align: left;
  font-size: var(--font-size-4xl);
  margin-bottom: 0;
}
.com-contact__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 5rem 3rem;
  grid-row: span 2;
}
.com-contact__tel:has(+ .com-contact__fax) {
  margin-bottom: -1rem;
}
.com-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
  border-top: solid 1px var(--color-line);
  padding-top: 2.5rem;
}
.com-contact__btn {
  width: 100%;
  height: 5rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/* タイトル
-----------------------------*/
.top .com-title01:not(.top-career__title):not(.com-contact__title) {
  row-gap: 2.2rem;
  font-size: var(--font-size-4xl);
  margin-bottom: 5rem;
}

/*ご挨拶
-----------------------------*/
.top-greeting__text {
  text-align: center;
}

/*当社の特徴
-----------------------------*/
.top-feature__title .min {
  font-size: 5.5rem;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5rem 4.5rem;
}
.top-feature__item {
  width: 33rem;
  padding: 0 3rem 3.5rem;
}

/*求人募集
-----------------------------*/
.top-career__title {
  row-gap: 1.6rem;
  font-size: 8rem;
  margin-bottom: 5rem;
}
.top-career__title .en {
  font-size: 4rem;
}
.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 + 4rem), transparent calc((1lh - 1em) / 2 + 4rem));
}
.top-career__heading {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.top-career__heading > span {
  line-height: 1.25;
}
.top-career__inner {
  display: grid;
  grid-template-areas: "img-lt list-rt" "list-lb img-rb";
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4rem;
}
.top-career__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 5rem;
}
.top-career__list--rt {
  grid-area: list-rt;
}
.top-career__list--lb {
  grid-area: list-lb;
}
.top-career__item {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin-block: calc((1em - 1lh) / 2);
}
.top-career__image--lt {
  grid-area: img-lt;
  padding-right: 1rem;
  margin-left: clamp(-10rem, 540px - 50vw, -6rem);
}
.top-career__image--rb {
  grid-area: img-rb;
  padding-left: 1rem;
  margin-right: clamp(-10rem, 540px - 50vw, -6rem);
}
.top-career__image img {
  width: 100%;
  height: 43rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*求職者の方へ
-----------------------------*/
.top-join__inner {
  min-height: 61.5rem;
  padding-left: 58rem;
  position: relative;
}
.top-join__title {
  align-items: flex-start;
  text-align: left;
}
.top-join__body P {
  display: inline;
}
.top-join__image {
  width: calc(50vw - 4rem);
  min-width: 56rem;
  height: 61.5rem;
  position: absolute;
  top: 0;
  right: calc(50% + 4rem);
}
.top-join__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
}
.top-bnr__item {
  width: 51rem;
}
.top-bnr__item > * {
  width: 46rem;
}
.top-bnr__text {
  height: 10rem;
  padding-right: 5rem;
  margin-left: auto;
}
.top-bnr__text::before {
  height: 200%;
}
.top-bnr__title {
  padding-left: 6rem;
  row-gap: 0.8rem;
}
.top-bnr__title::before {
  width: 3rem;
}
.top-bnr__title .en {
  font-size: 1.8rem;
  margin-top: -0.3rem;
}
.top-bnr__title .ja {
  font-size: var(--font-size-2xl);
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__title > span:not(.en)::after {
  font-size: 5rem;
}
.top-news__btn {
  margin: 5rem auto 0;
}

/*===============================================
  業務内容
===============================================*/
/*2号警備
-----------------------------*/
.works-security__box {
  min-height: 42.4rem;
  margin-bottom: clamp(80px, 6.25vw, 110px);
  position: relative;
}
.works-security__box:nth-of-type(2n + 1) {
  padding-right: 58rem;
}
.works-security__box:nth-of-type(2n + 1) .works-security__image {
  right: 0;
}
.works-security__box:nth-of-type(2n) {
  padding-left: 58rem;
}
.works-security__box:nth-of-type(2n) .works-security__image {
  left: 0;
}
.works-security__body p {
  display: inline;
}
.works-security__list {
  padding: 3rem 4rem;
  margin-top: 5rem;
}
.works-security__image {
  width: 54rem;
  height: 42.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.works-security__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  働く環境
===============================================*/
/*当社で働くメリット
-----------------------------*/
.place-merit__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem 4.5rem;
}
.place-merit__item {
  width: 33rem;
}
.place-merit__item:nth-of-type(-n + 3) .place-merit__heading {
  justify-content: center;
  min-height: 7.3rem;
}

/*キャリアステップ
-----------------------------*/
.place-step__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5rem 6rem;
}
.place-step__item::before {
  right: 0;
  bottom: -1.6rem;
}
.place-step__item::after {
  content: "";
  width: 1rem;
  height: calc(100% - 5.8rem);
  background: url(../img/common/arrow_flow-pc.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: calc(100% + 2rem);
}
.place-step__item:last-of-type::after {
  display: none;
}

/*福利厚生
-----------------------------*/
.place-benefits__lists {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.place-benefits__list {
  width: 100%;
  padding: 3rem 4rem;
  margin-top: 5rem;
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.job-recruit__box {
  margin-bottom: 10rem;
}
.job-recruit__heading {
  margin-bottom: 4rem;
}
.job-recruit__table tr th {
  width: 14rem;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__text {
  text-align: center;
}

/*会社概要
-----------------------------*/
.company-info__table tr th {
  width: 20rem;
}

/*アクセスマップ
-----------------------------*/
.company-map__box {
  height: 40rem;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 5rem 4rem;
}
.privacy-policy__box ul.def li {
  padding-left: calc(1em + var(--letter-spacing-base));
}
.privacy-policy__box ul.def li::first-letter {
  margin-left: calc(-1em - var(--letter-spacing-base));
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15px 20px;
}

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